/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
.ls-move-btn {margin-left:20px;margin-right:20px;margin-top:-15px;}
/*.ls-link-clearall {color:white !important;}
.dropdown-toggle {color:white !important;}*/
.asterisk {display: none;}

body,
.form-control {
    font-size: 17px;
}
.navbar-brand {
    height: 100px !important;
}
@media screen and (min-width: 768px) {
    #outerframeContainer { width: 1000px;
    }
	.longfree input {
		width: 700px !important;
	}
}

.ls-em-tip.em_default{display:none}

.ls-answers tbody .answertext {
    text-align: left !important;

}

#outerframeContainer {
    hyphens: none !important;
    -ms-hyphens: none !important;
    -moz-hyphens: none !important;
    -webkit-hyphens: none !important;
    word-wrap: none !important;
}



.navbar-brand {
    height: 100px !important;
}

.logo-container>img {
    max-height: 100% !important;
}

em {

font-style: italic !important;

font-family: Sans-serif !important;

font-weight: 1 !important;

}


/* FOOTER */
body {
     padding-bottom: 0; /* no bottom padding, footer should be bottom aligned */
     padding-top: 60px;/* now is redefine in JS to fit any title length */
     flex-direction: column; /* article, then footer */
     display: flex; /* flex, to extend the content to full size */
     min-height: 100vh; /* full height, to bottom-align footer */
}
body > article {
    flex: 1; /* the main article should use as much space as possible */
}

.enkfab-footer {
    font-size: 12px;
    text-align: center;
}

.form-horizontal label.control-label {
    text-align: left ;
}

div.yes-no .btn-primary {
	background-color: #fff;
	color: #000;
	line-height: 10px;
	border-width: 1px !important;
}
 
div.yes-no .btn-primary:hover {
	background-color: #f6f6f6;
	color: #000;
}
 
div.yes-no .btn-primary:active,
div.yes-no .btn-primary.active {
	background-color: #364f18;
	color: #FFFFFF;
	box-shadow: none;
	border-width: 0px !important;
}


#outerframeContainer {
    hyphens: none !important;
    word-wrap: none !important;
}
.asterisk {display: none;}

.enkfab-hide-1 {display: none;}

.ls-answers tbody .answertext {
    text-align: left !important;
}

input {
    text-align: left !important;

}

#outerframeContainer {
    word-wrap: normal;
    hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
}

/*****
FIX for small screen and navbar
*****/

@media only screen and (max-width: 880px) {
.navbar-brand {
height: 130px !important;
}

.logo-container>img {
max-height: 100% !important;
}
.hidden-xs { display: block !important; }
}

@media only screen and (max-width: 800px) {
.navbar-brand {
height: 100px !important;
}

.logo-container>img {
max-height: 100% !important;
}

.hidden-xs { 
    display: block !important; }
}

/*****
START: QT theme
*****/

.table-array-radio, .table-array-radio th, .table-array-radio td, .table-array-radio tr, .table-array-radio tbody {
    background-color: #fff !important;
    border: none !important;
}
.table-array-radio td {
    text-align: center !important; 
    vertical-align: middle !important;
}

.QTquestion .radio-item {
	background-color: rgb(240,240,240);
	min-height: 50px;
	height: 100%;
	padding-left: 0px;
	border-radius: 15px;
}

.QTquestion .radio-label {
	width: 100%;
	min-height: 50px;
	height: 100%;
	display: flex !important;
	align-items: center !important;
	padding-left: 15px !important;;
}

.QTquestion .radio-label::before, .QTquestion .control-label::before, .QTquestion .radio-label::after, .QTquestion .label-radio::after, .QTquestion .radio-item input {
	display: none !important;
}

@media only screen and (max-width: 760px) {

    .QTquestion .radio-item label::before, .QTquestion .control-label::before, .QTquestion .radio-item label::after, .QTquestion .radio-item input {
	   display: none !important;
    }
}

.QTquestion input[type="radio"]:checked+label {
	background-color: rgb(30, 84, 146);
	color: rgb(255, 255, 255);
	font-weight: bold;
	border-radius: 15px;
} 

/****** 
MC questions
******/

.QTquestion .checkbox-item {
	background-color: rgb(240,240,240);
	height: 50px;
	padding-left: 0px;
	padding-top: 0px;
	border-radius: 15px;
}

.QTquestion  .checkbox-label {
	width: 100%;
	height: 50px;
	display: flex !important;
	align-items: center !important;
	padding-left: 15px !important;;
}

.QTquestion .checkbox-item label::before, .QTquestion  .checkbox-item label::after, .QTquestion  .checkbox-item input {
	display: none !important;
}

.QTquestion input[type="checkbox"]:checked+label {
	background-color: rgb(30, 84, 146);
	color: rgb(255, 255, 255);
	font-weight: bold;
	border-radius: 15px;
} 

.QTquestion .othertext-label-checkox-container label {
	width: 100% !important;
	height: 50px;
	display: flex !important;
	align-items: center !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

/*****
END: QT theme
*****/
