input,textarea{
    -webkit-appearance: none;
	outline:0px !important;
    -webkit-appearance:none;
}
body{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

* { 
    -webkit-tap-highlight-color: rgba(0,0,0,0.0);
    -moz-tap-highlight-color: rgba(0,0,0,0.0);
}

html, body {
    height: 100%;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
/****************************************************************/
/****************************************************************/

.hide{
	display:none;
}
.qstBody .mrQuestionTable label span {
	/*font-size: 1.1em;*/
	font-family:Montserrat, helvetica, sans-serif;
}
.mrNext2,.mrStop2,.mrPrev2,.mrGoto,.mrFirst2,.mrLast2 {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	vertical-align:bottom;
    background-repeat: repeat-x;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.065);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.065);
    box-shadow: 0 0px 0px rgba(0,0,0,0.065);
	margin-right:2px;
}
.mrGotoDropdown{
	height:30px;
	margin-bottom:8px;
}

.mobilehelper{
	display:none;
}

@media screen and (max-width: 769px) {

	.mrQuestionTable .mrGridQuestionText .mrQuestionText{
		font-size:14px !important;
	}
	

}
@media screen and (max-width: 650px) {
	
	body.compundQst .dataCell:not(.inputBoxTD):not(.mrGridCategoryText):not(.mobilehelper):not(.mobileGridCatonly):not(.mustShowCell){
		display:none;
	}
	
	.hideMobileRow{
		display:none;
	}
	
	.compundGrid .mobileGridCatonly .mrQuestionText {
		font-size: 1.3em !important;
	}
	
	.mobilehelper{
		display:table-cell;
	}
	
	.nav{
		text-align:center;
	}
	.mrNext2,.mrStop2,.mrPrev2 {
		float:none;
		margin-bottom:50px;
		width:45%;
		padding-top:8px;
		padding-bottom:8px;
		margin-left:8px;
		margin-right:8px;
		
	}
	.mrNext2 {
		float:none;
	}
	.mrPrev2 {
		float:left;
	}
	.mrNext2,.mrPrev2{
		-webkit-border-bottom-right-radius:4px;
		-moz-border-radius-topright:4px;
		border-bottom-right-radius:4px;
		-webkit-border-bottom-left-radius:4px;
		-moz-border-radius-leftright:4px;
		border-bottom-left-radius:4px;
	}

	table{
		width:100% !important;
	}
}

.mrNext2:hover,.mrStop2:hover,.mrPrev2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	z-index:999999;
}

.mrNext2:active,.mrStop2:active,.mrPrev2:active {
    box-shadow: 0 12px 16px 0 rgba(255,255,255,0.3),0 17px 50px 0 rgba(0,0,0,0.19);
	z-index:999999;
}

.mrNext2:active,.mrStop2:active,.mrPrev2:active  {
	position:relative;
	top:1px;
}

.mrEdit{
	margin-left:0px !important; 
	order: 1px solid#dadada; 
	/*min-width: 4em;*/
}
.mrEdit:focus,.mrEdit:active{
	border:1px solid #19628c;
}

.textareaform{
	max-width:100% !important;
}
.mrOtherEdit {
	max-width:300px;
	height: 28px;
}

.containItem .form-group{
	display: inline-block;
	padding-left:4px;
}

.containItem>label{
    display: inline-block;
    width: 90%;
    vertical-align: top;
}

.containItem.otherCateg>label{
    display: inline-flex;
    width: auto;
	vertical-align: top;
}

.containItem.otherCateg span{
    display: inline;
}

.containItem.otherCateg .form-control{
    height: 23px;
	font-size:15px;
}

.otherCateg .icheckbox_square-grey,.otherCateg .iradio_square-grey{
	vertical-align:top !important;
}


.mrOtherEdit {
    max-width: 300px;
    height: 25px;
}

.otherCateg span > label{
    display: none;
}

.qstText{
	font-size:1.1em;
	margin-bottom:20px;
}
.topMiddleBar{
	margin:0 auto;
	border-top:0px solid grey;
	border-radius: 0 0 100px 100px;
	text-align:center;
	color:white;
	font-weight:;
	padding:0px;
	width:50%;
	min-height:20px;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.2)));
	position: relative;
}

.topMiddleBar:after
{
	background: -moz-element(#bar);
	background: -ms-element(#bar);
	background: -o-element(#bar);
	background: -webkit-element(#bar);
	background: element(#bar);
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	bottom: -100%;
	left: 0;
	z-index: -1;
	opacity: .4;
	mask: url('mask.svg#mask');
	-moz-transform: translateY(10px) scaleY(-1);
	-ms-transform: translateY(10px) scaleY(-1);
	-o-transform: translateY(10px) scaleY(-1);
	-webkit-transform: translateY(10px) scaleY(-1);
	transform: translateY(10px) scaleY(-1);
}

.topMiddleBar:hover{
	background-color: #dadada;
	cursor:pointer;
}

.headerIMG{
	width:100%;
	height:40px;
	display:none;
}
.footerIMG{
	width:100%;
}

.footerBar {
    margin: auto;
    text-align: center !important;
    max-width: 1000px;
}

.logoPlaceholder{
	float:right;
}

body { 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input:focus {outline:0;}

.content_container { 
}

.content_container,.nav {
	margin:0px auto;
	max-width: 900px;
}

.quest_content_container{padding:10px 00px 00px 00px; }




.progress {
	width: 100%;
	height: 7px;
}
.progress-wrap {
	background: #68972F;
	margin: 20px 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -7px;
	margin: auto;
	display:none;
}
 .progress-bar {
	background: #ddd;
	left: 0;
	position: absolute;
	top: 0;
	margin: auto;
}

/***************************************************** */

.qstBody .mrQuestionTable label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 5px;
	margin-right: 15px;
	font-size: 13px;
	margin-bottom:8px;
}
.panel-body span label {
	display: inline;
	cursor: pointer;
	position: relative;
	margin-right: 15px;
	/*font-size: 13px;*/
	margin-bottom:8px;
}

.mrQuestionText{pointer:initial; display:block;font-weight:normal;}

/******************** RADIO BUTTON SHOW ****************/
.qstBody input[type=radio],
.qstBody input[type=checkbox] {
	display: none;
}
.clickable{
	cursor:pointer;
}

.genGrid{
	width:25px;
	height:25px;
	background:yellow;
}

.mrSingleText{
	margin-left:0px;
	font-weight: normal !important;
	font-family:Montserrat, helvetica, sans-serif;
}

.mrSingleText img, .mrMultipleText img{
	max-width:120px;
}

/******************* GRIDS **********************/
.mrGridCategoryText{
	word-break: normal;
	min-width:30% ;
	max-width:40% ;
}

.catWide{
	min-width:200px;
}

.mrGridQuestionText {	
	min-width:70px;
	max-width:40% !important;
}
.mrQuestionText{
	word-break: normal;
	font-size:1.2em;
	font-family:Montserrat, helvetica, sans-serif;
}

.mrQuestionTable .mrQuestionText{
    font-size:14px;
	font-family:arial, helvetica, sans-serif;	
}
.mrMultipleText{
	word-break: normal;
	font-size:15px;
	/*font-family: Montserrat;*/
}
.mrQuestionTable{
	/*cursor:pointer;*/
	display:table;
    table-layout:fixed;

}
.mrQuestionTable td{
	vertical-align:middle;
	/*max-width:110px;*/
    min-width: 50px;
	border:none;
	/*width:100%;*/
	padding: 5px;
}

.mrQuestionTable{
	/*min-width:70% !important;*/
	max-width:100%;
	width:100%;
}
.mrQuestionTable tr:nth-child(odd) {
	/*background:rgba(224, 224, 224, 0.32);*/
	vertical-align:middle;
}
.mrQuestionTable tr:first-child td {
	/*padding-left:0px;*/
}
.firstRowGrid{
	background:none !important;
	cursor:normal !important;
}
.firstRowGrid td{
	border-top:0px !important;
}
table {
	border-spacing:0px;
	/*word-break: break-all;*/
}
tr:hover{background:#FAFAFA !important}
.SubHeader td, .mrShowText{
	font-size:15px;
	font-family:Montserrat, helvetica, sans-serif;
	padding-top:10px;
	font-weight:bold;
}

@media screen and (max-width: 900px){
	.CatiLayout{display:none}
}


/********************** MOBILE ****************************/

@media screen and (max-width: 650px){
	.panel-body{
		padding:10px;
		padding-top:10px;
	}
	table{
		min-width:100% !important;
		max-width:100% !important;
		display:table !important;
		border-spacing:0px;
	}
	.mrQuestionTable{
		width:100%;
		min-width:100%;
		max-width:100%;
	}

	.mrGridCategoryText{
		word-break: normal;
		min-width:100%;
		max-width:100%;
	}
	
	.mrQuestionTable tr:nth-child(odd) {
		background:none;
		vertical-align:middle;
	}
	.mrQuestionTable td .mrQuestionText{
		vertical-align: right;
		margin-top:4px;
		font-size: 15px;
	}

	.mrQuestionTable td{
		display: block;
		text-align: left ;
		font-size: 15px;
		border-radius:0px;
		/*border: 1px solid #ADADAD;*/
		max-width:100% ;
		width:100% !important;
		margin:0px !important;
	}

	 
	.mrGridCategoryText{border-top:2px solid #bababa !important; padding-top:5px !important;background:#eaeaea;}

	.mrQuestionTable tr:nth-child(odd) {
		background:;
		margin-top:0px !important;
	}
	.mrQuestionTable td:nth-child(odd) {
		margin-top:-2px;
	}
	
	tr {background:none !important}
	
	.firstRowGrid {
		display:none !important;
	}
	
	.mobileTextRow{border: 0 !important}
	
	.gridCatText{
	}
	#gridLab{
		display:block !important;
		padding:2px !important;
		
	}
	
	.selectedMobile{
		/*background:rgba(159, 177, 0, 0.4) !important; */
		
		background-color: #007dc3;
		background-image: -moz-linear-gradient(bottom,#91A832,#FFFFFF);
		background-image: -webkit-gradient(linear,0 0,0 100%,from(#91A832),to(#FFFFFF));
		background-image: -webkit-linear-gradient(bottom,#91A832,#FFFFFF);
		background-image: -o-linear-gradient(bottom,#91A832,#FFFFFF);
		background-image: linear-gradient(to top,#91A832,#FFFFFF);
		
		/*border-bottom:1px solid #214A8B !important;*/
	}
	
	/*.qstBody label {padding:1px !important;}*/
	

	.mrSingleText{
		margin-left:0px;
	}

	

	#zoomImage{width:100% !important}
	
	.mrEdit{width:100% !important;width:99%;height:30px;}
	
	input[type="text"]{
		/*float:left;*/
	}
	td{
		width:100% !important;
	}
	.autofillbutton{
		height:60px!important;
	}
}

/***************** MOBILE END ***********************/
#zoomImage{width:70%}
#gridLab{display:none;padding:10px;font-size:0.9em}
/****************** RATE ****************/

div#ratebox img{
	width:60px;
}
div#rateText {
	height:30px;
}
li {
    cursor:initial;
}
.customErrorReplaced, .mrErrorText{
	color:red;
	font-size:1.1em;
}

.totalPerc{
	font-family:Montserrat;
	text-align: center;
	font-weight:bold;
}
.totalLabel{
	font-family:Montserrat;
	font-weight:bold;
}

.myLoadingDiv {
    width: 100%;
    min-height: 100%;
	max-height:100%;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    position: fixed;
    left: 0; top: 0;
    z-index: 9999;
}

.checkedMulti,.uncheckedMulti,.checkedRad,.uncheckedRad {
	padding:2px;
}

/********************************************************************************/
/********************************************************************************/
/********************************************************************************/

.miniMenDiv{
	display:block;
	margin:auto;
	width:101%;
	text-align:center;
}
.minis{
	max-height:120px;
	display:inline-block;
}

/******************************/

.MappedImage {
	max-width:100%;
	border-radius:20px;
	margin:auto;
	max-height:500px;
}

#zoomImage{
	max-width:100%;
}

/*********** ROUND SLIDER  ********/
#handle1{
	margin-left: 30px;
}

#handle1 .rs-handle  {
    background-color: transparent;
    border: 8px solid transparent;
    border-right-color: black;
    margin: -6px 0px 0px 14px !important;
    border-width: 6px 104px 6px 4px;
}
#handle1 .rs-handle:before  {
    display: block;
    content: " ";
    position: absolute;
    height: 22px;
    width: 22px;
    background: black;
    right: -11px;
    bottom: -11px;
    border-radius: 100px;
}
#handle1 .rs-tooltip  {
    top: 75%;
    font-size: 1.2em;
}

#handle1 .rs-range-color  {
    background-color: #68972F;
}
#handle1 .rs-path-color  {
    background-color: #E8E8E8;
}

.rs-border {
    border: 0px solid grey !important;
}

.whiteBG{
	background:white !important;
}

input[type="radio"]{
	width:20px;
	height:20px;
}

input, textarea{
    resize: ;
}

.clImageNoneOfThese{
	display: block !important;
}

/********* MaxDiff simple ****************/
.MaxDiffStat{
	width:400px;
	max-width:420px;
}

.calculated{
	background: rgba(224, 224, 224, 0.32);
}
.lockedInput input{
	background: rgba(224, 224, 224, 0.32);
}
.mrDropdown{margin-left: 0em !important;margin-top: ;height:40px}


.mrQuestionTable tr:hover{
	background: ;
}

.exclusiveUnderText{font-weight:normal !important; font-size: 13px !important;margin-top:10px;}

.inputBoxTD{vertical-align:middle}


.navbar-inner, .navWrap {
    background-color: #007dc3;
    background-image: -moz-linear-gradient(top,#007dc3,#264283);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#007dc3),to(#264283));
    background-image: -webkit-linear-gradient(top,#007dc3,#264283);
    background-image: -o-linear-gradient(top,#007dc3,#264283);
    background-image: linear-gradient(to bottom,#007dc3,#264283);
    background-repeat: repeat-x;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.065);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.065);
}

.navbar-inner {
	height: 20px;
    padding: 0 15px 0 15px;
    border: 0px solid #007dc3;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.float-left{
	display:block;
	float:left;
}
.float-left img{
	height:70px;
}
.float-right{
	display:block;
	float:right;
	text-align: right;
}

.header{
	background:white;
	width:100%;
}

.row-fluid{
	margin:0px auto;
	max-width: 900px;
	background:white;
	height:70px;
	display:block;
	vertical-align:top;
}

h1 {
	margin-top:20px !important;
    margin: 9px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 18px;
    color: #264283;
	font-size:1.5em;
}
.content_container{margin-top: 5px !important;}

#navbar-main{
	margin-bottom:5px;
}

ul.templateUL{
	
	/*margin:10px 0px 0 0 !important;*/
	padding:0 !important;
	margin:0;
	list-style-type: none;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

.QuestionText{
	/*padding-bottom:10px;*/
}

.ui-autocomplete {
    background: white;
}
.ui-autocomplete li:hover{
    background: #dadada;
}
.ui-autocomplete li a{
    background: none !important;
	border: none !important;
}

.ui-datepicker{
	background:white !important;
}
@media screen and (max-width: 815px){
	.navWrap{height:10px !important}
	
	#rightbar{
		width:100px !important;
	}
	.float-left img{
		height:60px;
	}
	.float-right{}
	.row-fluid{text-align:center;height:60px;}
}

.mrGridQuestionText{
	padding:5px;
	text-align:center;
}

@media screen and (min-width: 651px){
	mob{
		display:none;
	}
	.dataCell{
		text-align:center !important;
	}
	.mobileGridCatonly{
		font-weight:normal;
	}
}
@media screen and (max-width: 650px){
	
	.mrStop2{
		display:inline-block !important;
		background-color: #757575 !important;
		background-image: -moz-linear-gradient(top,#757575,#ababab) !important;
		background-image: -webkit-gradient(linear,0 0,0 100%,from(#757575),to(#ababab)) !important;
		background-image: -webkit-linear-gradient(top,#757575,#ababab) !important;
		background-image: -o-linear-gradient(top,#757575,#ababab) !important;
		background-image: linear-gradient(to bottom,#757575,#ababab) !important;
		float:none !important;
	}
	
	.mobileGridCatonly .mrQuestionText{
		width:100% !important;
	}
	
	td{
		text-align:left !important;
	}
	#rightbar{
		width:100px;
	}
	.isTest{
		display:none;
	}
	.mobileGridCatonly{
		font-weight:bold;
	}
	.dataCell{
		text-align:left;
	}
	mob{
		display:inline;
	}
	tr:hover{background:none !important}
	
	.navWrap{height:10px !important}
	
	.float-left{
		margin-left:4px;
	}
	.float-left img{
		height:60px;
	}

	.row-fluid{text-align:center;height:60px;}
	
	.mrQuestionTable .mrGridQuestionText{
		text-align:left !important;
	}
	
	.mrQuestionTable .mrGridCategoryText {text-align:left !important}
	
	
	li{

		display:block;
		margin:0;
		padding:0 ;
		vertical-align:middle;
		min-height:30px auto;
	}
	.containItem{
		/*border-bottom:1px solid grey;*/
		padding-top: 4px;
		min-height: 25px;
		cursor:pointer;
		display:block;
		overflow: initial;
	}

	
	span label {
		margin-bottom: 0px;
		display:inline;
	}
	.input-group{
		width:100% !important;
	}
}


.containItem{
	/*border-bottom:1px solid grey;*/
	padding-top: 1px;
	cursor:pointer;
}

.containItem *{
	cursor:pointer;
}


.containItem .mrOtherEdit{
	display:inline;
}

@media screen and (max-width: 300px){
	.containItem label{
		width: 88%;
	}
}

/************ PROJECT SPECIFIC ***************/
.interviewer{
	font-weight:bold;
	color: #a0b105;
	display:block;
}
.disabledDropdown{
	font-size:20px;
	color:#a0b105;
	font-weight:bold;
}
.TotalRow td{
	border-top:2px solid black;
	background: rgb(236, 236, 236) !important;
}
.TotalRow td input{
	background: #fafafa;
}
	
.selectable{
	-webkit-user-select: text !important;
	-khtml-user-select: text !important;
	-moz-user-select: text !important;
	-o-user-select: text !important;
	user-select: text !important;
}
.endHelp select{
	margin:0 !important;
}
.endHelp{
	text-align:left !important;
}

.deInt {
	font-size:1em;
    display: inline-block;
    color: #a0b100;
}

/*  QUOTA CHECKING  */
#ProjDetails {
    font-weight: bold;
    margin-bottom: 40px;
}

.quotaHeader{
	font-weight: bold;
	background: #f1f1f1;
}

.crossed th{
	width:120px
}

.QuotaTable{
	border-top:2px solid black;
}
.QuotaTable td{
	padding-left:10px;
	padding-right:10px;
	border:1px solid #dcdcdc;
}

.CatiLayout{
	text-align:right;
	background-color: #B9C676;
    background-image: -moz-linear-gradient(top,#B9C676,#91A832);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#B9C676),to(#91A832));
    background-image: -webkit-linear-gradient(top,#B9C676,#91A832);
    background-image: -o-linear-gradient(top,#B9C676,#91A832);
    background-image: linear-gradient(to bottom,#B9C676,#91A832);
    background-repeat: repeat-x;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.065);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.065);
	height:24px;
	border-bottom:1px solid #A2AD00;
	margin-top: -38px !important;
	margin-left:-10px !important;
	width:900px;
}

.templateUL li{
	display:block;
}

.templateUL
{
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 10px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
	padding-left:5px;
}
.CatiLayout li{
	margin-top:2px;
	margin-right:10px;
}

.CatiLayout [type=submit], #later{
	background-color: white;
	height:20px;
    color: black;
    border: 0px solid #264283 ; /* Green */
	cursor:pointer;
}
.CatiLayout [type=submit]:hover, #later:hover{
	background-color: #dadada;
	cursor:pointer;
}

.CatiLayout [type=submit]{
	background-color: white;
	height:20px;
    color: black;
    border: 0px solid #264283 ; /* Green */
	cursor:pointer;
}
.CatiLayout [type=submit]:hover{
	background-color: #dadada;
	cursor:pointer;
}

after,before{display:none}


/*   NEW STATUS BAR    */
.statusContainer{
	display:block;
	max-width: 900px;
}

.statusBar{
	margin-top:6px;
	display: table;
	table-layout:fixed;
	width:100%;
	max-width: 900px;
}

.statusB{
	display: table-cell;
	height:20px;
	border-right:1px solid #fafafa;
}

@-moz-document url-prefix() {
    .statusB{
		display: table-cell;
		height:10px;
		border-right:1px solid #fafafa;
	}
}

.statusB:hover{
	/*border:1px solid #aaaaaa;*/
	cursor:not-allowed;
}
/*
.statusB.last{
	border-radius:0 5px 5px 0;
	border-right:1px solid #dadada;
}

.statusB.first{
	border-radius:5px 0 0 5px;
}
*/
.actSt{
    background-repeat: repeat-x;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.065);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.065);
    box-shadow: 0 0px 0px rgba(0,0,0,0.065);
}

.passSt{
	background:#dadada;
}

.statFont{
	color:#bababa;
	font-size:12px;
}

au{
	display:none;
}

.ui-menu-item{
	font-size: 13px;
}

areadim{
	display:none;
}
#boundList{
	display:none !Important;
}

catch{
	display:none;
}
.tdialog{
	display:none;
}

.fail{
	background-color: #a00808;
    background-image: -moz-linear-gradient(top,#a00808,#f1c3c3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#a00808),to(#f1c3c3));
    background-image: -webkit-linear-gradient(top,#a00808,#f1c3c3);
    background-image: -o-linear-gradient(top,#a00808,#f1c3c3);
    background-image: linear-gradient(to bottom,#a00808,#f1c3c3);
}

.toofastDiv{
	width:160px;
	display:block;
	z-index:-10;
	margin:0 auto;
	height:auto;
	background:purple;
	color:white;
	text-align:center;
	margin-top:-70px;
	padding:10px;
}

.invalidGridDiv{
	width:180px;
	display:block;
	z-index:-10;
	margin:0 auto;
	height:auto;
	background:purple;
	color:white;
	text-align:center;
	margin-top:-60px;
	padding:10px;
}

.toofastDiv,.invalidGridDiv{
	-moz-transition: margin-top 0.6s ease-out;  /* FF4+ */
    -o-transition: margin-top 0.6s ease-out;  /* Opera 10.5+ */
    -webkit-transition: margin-top 0.6s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: margin-top 0.6s ease-out;  /* IE10 */
    transition: margin-top 0.6s ease-out;  
}

font.keycode{
	color:#cacaca;
}

.loitable{
	width:600px;
	margin:0 auto;
}
.loitable td,.loitable th{
	padding:1px !important;
	text-align:center;
}

#full{
	transition: margin-left .5s;
}

.table-nonfluid {
   width: auto !important;
}

.qst{
	/*margin-bottom:20px;*/
}

popup,ra{
	display:none;
}
popbutton{
	margin-top:0px !important;
	padding: 1px 6px !important;
	margin-bottom:10px !important;
}

ul.reset-this {
	font-weight:normal;
    display: block;
	margin:0;
	padding-left:20px;
	margin:0;
	list-style-type: disc;
    -webkit-margin-before: 0.2em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.ui-autocomplete{
	overflow-y: auto;
    height: auto;
}

.ui-autocomplete{
  /*width:760px;*/
  margin-bottom:20px;
  border-top:1px solid #ccc;
}
.ui-autocomplete li{
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
  /*float:left;
  display:inline;
  font-size:15px;*/
  
}

.sendScreenWrapper{
	margin: 1%
}

.catiWebButton{
	color:white;
	font-weight:bold;
	padding:5px;
	border-radius:5px;
	background-color: #B9C676;
	margin: 1%;
    background-image: -moz-linear-gradient(top,#B9C676,#91A832);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#B9C676),to(#91A832));
    background-image: -webkit-linear-gradient(top,#B9C676,#91A832);
    background-image: -o-linear-gradient(top,#B9C676,#91A832);
    background-image: linear-gradient(to bottom,#B9C676,#91A832);
    background-repeat: repeat-x;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.065);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.065);
}

.zoom-in,.zoom-out{
	width:80px !important;
	height:40px !important;

}
.zoom-in:hover,.zoom-out:hover{
	border:2px solid #a0b100;
}

.fieldError{
	/*border: 1px solid red;*/
}

.errormodal,.loader{
	top:30% !important;
}

dropRequest{
	display:none;
}

.form-group{
	max-width:250px;
}
.input-group{
	/*width:300px;*/
}

a{
	color:black;
}

.autofillbutton{
	position:fixed;
	height:70px;
	top:0;
	right:0;
}

.marginBottom{
	margin-bottom:15px;
}
.lastPanel{
	border-color: #dadada;
	border-radius:4px 4px 4px 0;
}

typ{
	display:none;
}

/********* COLORS   *************/ 
.gradientGreen{
	background-color: #1b7e5a;
	background-image: -moz-linear-gradient(top,#9AB973,#699931);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#9AB973),to(#699931));
    background-image: -webkit-linear-gradient(top,#9AB973,#699931);
    background-image: -o-linear-gradient(top,#9AB973,#699931);
    background-image: linear-gradient(to bottom,#9AB973,#699931);
}

.gradientBlue{
	background-color: #19628c;
    background-image: -moz-linear-gradient(top,#19628c,#1e4c80);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#19628c),to(#1e4c80));
    background-image: -webkit-linear-gradient(top,#19628c,#1e4c80);
    background-image: -o-linear-gradient(top,#19628c,#1e4c80);
    background-image: linear-gradient(to bottom,#19628c,#1e4c80);
}

.gradientRed {
    background-color: #afafaf;
    background-image: -moz-linear-gradient(top,#afafaf,#6b6b6b);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#afafaf),to(#6b6b6b));
    background-image: -webkit-linear-gradient(top,#afafaf,#6b6b6b);
    background-image: -o-linear-gradient(top,#afafaf,#6b6b6b);
    background-image: linear-gradient(to bottom,#afafaf,#6b6b6b);
}


.panel-heading{
	z-index:10 !important;
}

.panel-body {
    padding: 15px;
    padding-bottom: 60px;
}

.is-sticky .panel-heading{
	font-size:12px !important;
}


.summary td{
	font-size:13px;
	vertical-align:middle;
}

.summary td.answer{
	font-weight:bold;
	background-color: #1b7e5a;
    background-image: -moz-linear-gradient(top,#9AB973,#699931);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#9AB973),to(#699931));
    background-image: -webkit-linear-gradient(top,#9AB973,#699931);
    background-image: -o-linear-gradient(top,#9AB973,#699931);
    background-image: linear-gradient(to bottom,#9AB973,#699931);
	color:white;
}
.summary td.qst{
	font-weight:bold;
	text-decoration:underline;
	font-size:1em;
	border-right:2px solid black;
}



.summary table td{
	border:1px solid #dadada;
	padding:5px;
}


.errorTD{
	border:1px solid red !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
}

.q1Row td{
	padding:0 !important;
	color:#bababa;
}
.q1Row .mrQuestionText{
	font-size:12px !important;
}
.q1Row{
	visibility:hidden;
}
.hovered{
	visibility:visible !important;
}



.unnecessary input{
	background: #eaeaea;
	cursor:not-allowed;
}

.unnecessary td{
	background: #fafafa;
}


.invisible7,.invisible8{
	visibility:hidden;
}

.testmode{
	color:red;
	display:block;
	text-align:center;
	margin:0 auto !important;
	font-size:24px;
	font-weight:bold;
}

.autocomplete-suggestions{
	overflow-y: auto;
    max-height: 300px;
	border:2px solid #a0b105;
    box-shadow: 0 0 5px #a0b105;
    border-color: #a0b105;
}

.autocomplete-suggestions{
  width:600px !important;
  margin-bottom:20px;
  border-top:1px solid #ccc;
}
.autocomplete-suggestions .autocomplete-suggestion{
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
  float:left;
  display:inline;
  font-size:15px;
  
}
.autocomplete-suggestions .autocomplete-suggestion { width:48%;}

.selectedword{
	background:#dadada;
}

.selectedword a{
	text-decoration:underline !important;
}
ul{
	list-style-type: none;
}

.answer{
	border:2px solid #aaaaaa;
	width:300px;
}

.floatLeft{
	float:left;
	margin-top:0px;
	color:#c7310b;
}
.floatRight{
	float:right;
	margin-top:0px;
	color:#c7310b;
}

.glyphicon-star:before {
    content: "\e006";
    color: #c7310b ;
	cursor:pointer;
}

.glyphicon-star-empty:before {
    content: "\e006";
    color: #dadada ;
}

.glyphicon-star-empty:hover:before {
    content: "\e006";
    color:#d1d1d1;
	cursor:pointer;
}


t1,t2,slide{display:none}

.rating-symbol{
	font-size:3em;
}


.ui-autocomplete{
	overflow-y: auto;
    height: auto;
}

.ui-autocomplete{
  /*width:760px;*/
  margin-bottom:20px;
  border-top:1px solid #ccc;
}

.ui-autocomplete li{
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
  /*float:left;
  display:inline;
  font-size:15px;*/
  
}


.ui-autocomplete{
	overflow-y: auto;
    max-height: 300px;
	border:2px solid #a0b105;
    box-shadow: 0 0 5px #dadada;
    border-color: #dadada;
}

.ui-autocomplete{
  width:600px !important;
  margin-bottom:20px;
  border-top:1px solid #ccc;
  padding: 0;
}

.ui-autocomplete li{
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
  float:left;
  display:inline;
  font-size:15px;
  
}

.ui-autocomplete li{ width:48%;}
.ui-helper-hidden-accessible{
	display:none;
}

.mrOtherText{
	font-weight:normal !important;
}

/***** ANIMATIONS    ******/

.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.sigD{
	width:100%;
	height:200px;
	border:2px solid #dadada;
}

.margintop{
	margin-top:20px;
}

@media screen and (max-width: 367px) {
	#taalkeuze{
		width:150px !important;
	}
}

topic {
    border-bottom: 2px solid #eaeaea;
    display: block;
    padding-left: 8px;
	padding-bottom:8px;
}

.tbanner{
	color:#005084;
	font-weight:bold;
	font-size:13pt;
}

.corepanelheading > topic{
	margin-bottom:0;
	padding-left: 15px;
}
.corepanelheading{
	background:#dadada;
	border:0px !important;
    padding: 10px 0px 00px 0px;
    border-bottom: 1px solid transparent;
	background-color: #f7f7f7;
    border-color: #dadada;
}


@keyframes example {
    from {background-color: red;}
    to {background-color: yellow;}
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-3px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(5px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-8px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(8px, 0, 0);
  }
}

qstalign{
	display:none;
}

.noanswer { color: red; font-style: italic; }