<?php header("Content-type: text/css"); ?>

#survey .heading{
	margin-bottom:12px;
	line-height:1.3em;
	padding:5px 8px;
	background: #F1F2F9;
	border:1px solid #E1E9F1;
	color:#666;
}
.qContainer{
	margin: 5px 0 35px;
	padding:5px 3px;
}
.questionHead{
	line-height:1.3em;
	font-weight:bold;
	margin-bottom:8px;
	font-size: 16px;
}
.questionHead span{
	font-size:15px;
}
.surveyQuestion{
	margin-top:1.3em;
}
.surveyQuestion td{
	padding:1px 15px 1px 3px;
}
.surveyQuestion th{
	padding:3px 12px 3px 4px;
	font-weight:normal;
	font-style: italic;
	color:#545454;
	text-align:left;
}
.surveyQuestion tr.alt{
	background:#F1F7FF;
}
.surveyQuestion a.ranking{
	text-decoration:none;
	padding:5px 7px 5px 2px;
	display:block;
}
.surveyQuestion a.ranking:hover{
	background:#D7D7FF;
	color:#003399;
}
.surveyQuestion a.ranking:focus{
	outline:none;
}
.surveyQuestion .yourrank{
	font-weight:bold;
	color:#666;
	border:2px solid #CACACA;
	border-left:1px solid #CACACA;
	border-top:1px solid #CACACA;
	padding:2px 3px;
	display:none;
	margin:auto;
}
.particulars td{
	padding:2px 5px;
}
.errorCell{
	font-weight:bold;
	background:#FFCECE;
}
.errorCell div{
	padding:0 4px;
	color:#CF0000;
}

.qContainer .surveyQuestion, .qContainer .surveyQuestion tbody { width: 100%; }
.qContainer .surveyQuestion tr.matrixQuestion:first-child { visibility: hidden; }
.qContainer .surveyQuestion tr.matrixQuestion:first-child th {
	display: inline-block;
	padding: 0;
}
.qContainer .surveyQuestion tr.matrixQuestion td:first-child { width: 60%; }
.qContainer .surveyQuestion tr.matrixQuestion td {
	padding: 8px 15px 6px 3px;
	position: relative;
}
.qContainer .surveyQuestion .ui-slider {
	border-radius: 1px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 41px;
	margin-top: -.4em;
	width: 240px;
}
.qContainer .surveyQuestion .ui-slider .ui-slider-handle {
	border-radius: 50%;
	height: 1.6em;
    margin-left: -.8em;
	outline: 0;
	top: -.45em;
	width: 1.6em;
}
.qContainer .surveyQuestion .jqRangeVal {
	border: 1px solid rgba(0,0,0, .15);
	border-radius: 3px;
	color: #777;
	float: left;
	padding: 3px 5px;
}

.qContainer .dropdown {
	background-color: #fafafa;
	background-color: rgba(0,0,0, .10);
	border-radius: 3px;
	display: inline-block;
	margin-left: 5px;
	padding: 3px 8px;
	vertical-align: top;
}
.qContainer .dropdown.error {
	-webkit-box-shadow: 0px 0px 5px 0px #cf0000;
	-moz-box-shadow: 0px 0px 5px 0px #cf0000;
	box-shadow: 0px 0px 5px 0px #cf0000;
}
.qContainer .dropdown .dropdown-toggle {
	font-size: 22px;
}
.qContainer .dropdown-menu a .fa {
	border-radius: 50%;
	color: #555;
	color: rgba(0,0,0, .5);
	font-size: 22px;
	height: 20px;
	position: relative;
	top: 3px;
	left: -6px;
}
.qContainer .dropdown-menu a .fa.face-best, .qContainer .dropdown.best {
	background-color: #a3d869;
}
.qContainer .dropdown-menu a .fa.face-poor, .qContainer .dropdown.poor {
	background-color: #ea7125;
}
.qContainer .dropdown-menu a .fa.face-other, .qContainer .dropdown.other {
	background-color: #bababa;
}
.qContainer .dropdown.best .dropdown-toggle, .qContainer .dropdown.poor .dropdown-toggle, .qContainer .dropdown.other .dropdown-toggle {
	color: #fff;
}
.surveyQuestion label {
    font-weight: normal;
}
.surveyQuestion label.custominput {
	position: relative;
	cursor: pointer;
	/*margin: 4px 0;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height:auto;
	display:inline-block;
	font-weight:normal;
}
/*.surveyQuestion label.custominput:not(.label-no-response) {
	padding-left: 25px;
}*/
.surveyQuestion label.custominput.no-text{
	padding-left:0;
}
label.custominput ! > input[type="radio"]:checked,
label.custominput ! >  input[type="checkbox"]:checked
{ font-weight: bold; } 

/*.surveyQuestion label.custominput input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.surveyQuestion label.custominput .radiomark{
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #F1F7FF;
	border-radius: 50%;
	border:1px solid #1A7BB9;
}
.surveyQuestion label.custominput .checkmark{
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #F1F7FF;
	border:1px solid #1A7BB9;
}
.surveyQuestion label.custominput .radiomark:after, .surveyQuestion label.custominput .checkmark:after{
	content: "";
	position: absolute;
	display: none;	
}

.surveyQuestion label.custominput:hover input ~ .radiomark,.surveyQuestion label.custominput:hover input ~ .checkmark {
  background-color: #1A7BB9;
}

.surveyQuestion label.custominput input:checked ~ .radiomark, .surveyQuestion label.custominput input:checked ~ .checkmark {
  background-color: #1A7BB9;
}
.surveyQuestion label.custominput .radiomark:after{
	content: "";
	position: absolute;
	display: none;
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.surveyQuestion label.custominput .checkmark:after{
	left: 6px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);	
}

.surveyQuestion label.custominput input:checked ~ .radiomark:after, .surveyQuestion label.custominput input:checked ~ .checkmark:after {
	display: block;
}
*/

.fieldshow .errorCell {
    background: none !important;
}
label.custominput input {
  position: relative !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 8px 8px 8px 0;
  box-sizing: content-box;
  vertical-align:middle;
}
input:before {
  content: '';
  display: block;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  transition: 0.2s border-color ease;
}
input:checked:before {
  border-color: #006690;
  transition: 0.5s border-color ease;
}
input:disabled:before {
  border-color: #ccc;
  background-color: #ccc;
}
input:after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background-color: #006690;
  width: 16px;
  height: 16px;
  border-radius: 100vh;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
input[type="radio"]:before {
  border-radius: 100vh;
}
input[type="radio"]:after {
  width: 16px;
  height: 16px;
  border-radius: 100vh;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
input[type="radio"]:checked:after {
  -webkit-animation: toggleOnRadio 0.2s ease forwards;
          animation: toggleOnRadio 0.2s ease forwards;
}
input[type="checkbox"]:before {
  border-radius: 4px;
}
input[type="checkbox"]:after {
  width: 9.6px;
  height: 16px;
  border-radius: 0;
  -webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
          transform: translate(-50%, -85%) scale(0) rotate(45deg);
  background-color: transparent;
  box-shadow: 4px 4px 0px 0px #006690;
}
input[type="checkbox"]:checked:after {
  -webkit-animation: toggleOnCheckbox 0.2s ease forwards;
          animation: toggleOnCheckbox 0.2s ease forwards;
}
input[type="checkbox"].filled:before {
  border-radius: 4px;
  transition: 0.2s border-color ease, 0.2s background-color ease;
}
input[type="checkbox"].filled:checked:not(:disabled):before {
  background-color: #006690;
}
input[type="checkbox"].filled:not(:disabled):after {
  box-shadow: 4px 4px 0px 0px white;
}
@-webkit-keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
            transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
            transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
            transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}
@keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
            transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
            transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
            transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}
@-webkit-keyframes toggleOnRadio {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}
@keyframes toggleOnRadio {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}
input[type="checkbox"],
input[type="radio"] {
	border: none !important;
}
.surveyQuestion tr.alt { 
	background: #ffffff !important;
}
label {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* bootstrap 4.3 form input styling */
.input-group-prepend {
	margin-right: -1px;
}
.mb-2, .my-2 {
	margin-bottom: .5rem!important;
}
.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	/*width: 100%;*/
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-text {
	height: 34px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

/*rating question special style*/

.feedback {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  top: -300px;
  -webkit-animation: transitionDown 300ms ease 1s forwards;
          animation: transitionDown 300ms ease 1s forwards;
}

.feedback {
  width: 100%;
  max-width: 600px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0px 15px 40px rgba(33, 37, 42, 0.12), 0px 5px 12px rgba(33, 37, 42, 0.07);
}
.feedback__body {
  padding: 3.2rem 2.4rem;
}
.feedback__header {
  height: .5rem;
}
.feedback__item-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.feedback__direction-container {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.feedback__direction {
  color: #adb5bd;
}
.feedback__item {
  position: relative;
  /*width: 10%;*/
}
.feedback__label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #adb5bd;
  color: #adb5bd;
  border-radius: 50%;
  margin: auto;
  display: block;
  transition: all 200ms ease;
  padding: 0 13px;
}
@media screen and (max-width: 600px) {
  .feedback__label {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .surveyQuestion tbody.sigsel .others label {
    padding-right: 0;
  }
}
.feedback__label:hover, .feedback__label:focus {
  box-shadow: 0px 0px 0px 3px rgba(255, 122, 89, 0.4);
  border-color: #ff7a59;
  transition: all 200ms ease;
}
.feedback__input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.feedback__input:checked + .feedback__label {
  background: #006690;
  border-color: #0089BF;
  color: #ffffff;
  text-shadow: 0px 2px 2px rgba(33, 37, 42, 0.3);
  transition: all 200ms ease;
}

.u-bg--custom {
  background: #ff7a59 !important;
}

.u-text--custom {
  color: #ff7a59 !important;
}

@-webkit-keyframes transitionDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes transitionDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
#progress-wrapper {
	width: 100%;
	height: 8px;
	background: #f5f5f5;
	border-radius: 3px;
}
#progress-wrapper #progress-bar {
	background: #006690;
	height: 100%;
	width: 0%;
	transition: .5s ease-in-out;
	border-radius: 3px;
	position: relative;
}
#progress-wrapper #progress-bar:after {
	content: attr(data-progress) "%";
	position: absolute;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	background: white;
	padding: 10px;
	width: 50px;
	top: -28px;
	right: -25px;
	border-radius: 5px;
	opacity: 0;
	transition: .25s ease-in-out;
}
#progress-wrapper #progress-bar:after {
  top: -38px;
  opacity: 1;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;  
  background: #EAEAEA;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border:0;
  padding:0;
}
.slider::before{
	content:none;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #006690;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #006690;
  cursor: pointer;
}
.reminder{
	cursor:auto;
}

.scaleline {
    height: 64px;
    background-color: #d3f3f4;
    color: #23c6c8;
    border: 1px solid #d3f3f4;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
}
.scalestep {
    height: 100%;
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    user-select: none;
    position: relative;
    transition: all 0.1s ease-out 0s;
    box-shadow: rgb(255 255 255) -1px 0px;
}
.scalestep:not(:last-child) {
    border-right: 1px solid rgb(255, 255, 255);
}
.scalestep:hover, .scalestep:active {
	outline: none !important;
	background-color: #23c6c8 !important;
	color: #fff !important;
	box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
.scalestep.active {
	color: #fff;
	background-color: #23c6c8 !important;
}
.scalelabel {
	margin-top: 8px;
    width: 100%;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: normal;
}
.scalelabel .label-left {
	flex: 1 1 0%;
    text-align: left;
}
.scalelabel .label-right {
	flex: 1 1 0%;
    text-align: right;
}

#dropdownTranslateLink {
    color: #999;
    border: 1px solid #D3D3D3;
    padding: 8px 12px;
    width: 250px;
}
#dropdownTranslateLink:hover {
    text-decoration: none;
}
.dropdown-toggle:focus, .open>a {
    outline: 0;
}
#user-dropdown {
	margin: 13px auto 0;
	padding: 6px 12px;
}

.surveyQuestion tbody.sigsel .bdcol label {
	margin:0;
	display: flex;
    align-items: center;
   	border-radius: 4px;
    padding: 5px 16px;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #e0e6ed;
}
.surveyQuestion tbody.sigsel .others {
	display: inline-flex;
	width: 100%;
}
.surveyQuestion tbody.sigsel .custominput:not(.hrow):hover {
	background: hsla(0, 0%, 80%, .14);
}
.surveyQuestion input:focus {
    outline: none !important;
}

.surveyQuestion .hrow {
	background-color: #cafafe;
}
table.surveyQuestion td .custominput {
    margin: 0;
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 5px 16px;
}
table.surveyQuestion td .custominput input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative !important;
}
table.surveyQuestion td .custominput label {
	padding: 3px 25px 0 5px;
}