/******************
    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;}

.control-label.label-radio {;margin-top:-5px;}

body,
.form-control {
    font-size: 17px;
}
.navbar-brand {
    height: 100px !important;
}
/*@media screen and (max-width: 880px)
    #outerframeContainer { width: 1200px;
    }
	.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: center !important;
}

input {
    text-align: left !important;

}

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

/*****
START: 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; }
}

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

/*****
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;*/
	display: block;
	align-items: center !important;
	padding-left: 15px !important;
	padding-top: 10px !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: 75px;
	padding-left: 0px;
	padding-top: 0px;
	border-radius: 15px;
}

.QTquestion  .checkbox-label {
	width: 100%;
	height: 75px;
	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
*****/


/*************************
*************************
EQ5D PART OF THE SURVEY IS 
APPLICABLE ON QUESTIONS WHICH HAS THE CLASSES:

.vas
.eqquestion
*************************
*************************/

@media only screen and (max-width:400px) {
    body {
        overscroll-behavior-y: none
    }
    .eqquestion .question-text {
        font-size: 100%;
        font-family: arial
    }
    .eqquestion .answer-item label {
        font-size: 100%;
        font-family: arial
    }
    .eqY .question-text {
        font-size: 100%;
        font-family: mycomic
    }
    .eqY .answer-item label {
        font-size: 100%;
        font-family: mycomic
    }
    .eqquestion .answer-item {
        width: 100%;
        margin: 10px
    }
    .eqquestion .answer-item label {
        border-radius: 5px;
        background-color: transparent;
        width: 100%;
        margin-left: -30px;
        padding: 5px;
        border: 1px solid #666;
        box-shadow: 2px 2px 10px #666;
        hyphens: none;
    }
    .eqquestion .answer-item label:hover {
        background: linear-gradient(#8bc5ff, #8bc5ff, #54a1fe);
        box-shadow: 2px 2px 10px #666
    }
    .eqquestion .answer-item label:focus {
        background-color: #076d96;
        border: 1px solid #fff
    }
    .eqquestion .radio-item label::before {
        display: none
    }
    .eqquestion .radio-item input[type=radio]:checked~label::after {
        display: none
    }
    .eqquestion .radio-item input[type=radio]:checked~label {
        background: linear-gradient(#8bc5ff, #8bc5ff, #54a1fe);
        border: 1px solid #666;
        box-shadow: 2px 2px 10px #666
    }
    .eqquestion .asterisk {
        display: none
    }
    .eqquestion .ls-question-mandatory {
        display: none
    }
    .alert {
        display: none
    }
    /* .top-container {
        display: none
    } */
    .eqquestion .question-title-container {
        margin-top: 0;
        margin-bottom: -5px
    }
    .eqquestion .ls-answers {
        margin-bottom: -15px
    }
    .eqquestion .answer-container {
        margin-bottom: -1px
    }
    .eqquestion.question-container {
        margin-top: -20px;
        margin-bottom: -50px;
        border: 0;
        width: 350px;
        background-color: transparent;
        box-shadow: none;
    }
    .vas.question-container {
        margin-top: -20px;
        margin-bottom: -50px;
        border: 0;
        width: 350px;
        margin-left: -38px;
        background-color: transparent;
        box-shadow: none;
    }
    .vas {
        margin-bottom: -30px
    }
    .vas .ls-question-mandatory {
        display: none
    }
    .vas .asterisk {
        display: none
    }
    .vas .question-title-container {
        display: inline-block;
        width: 200px;
        font-size: 85%;
        margin-left: 15px
    }
    .vas .answer-container {
        display: inline-block;
        width: 80px;
        margin-top: 5px
    }
    .vas .question-valid-container {
        display: inline-block;
        width: 0;
        margin-top: 0
    }
    .vas .container-fluid {
        background-image: url(/a/upload/surveys/446618/images/vas.png);
        background-size: 100% 100%;
        background-position: 0 11px;
        height: 300px;
        width: 100px;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0
    }
    .vas .slider-container {
        margin-top: 0;
        width: 30px;
        padding-top: 25px
    }
    .vas .tooltip-main {
        visibility: hidden;
        left: 100%;
        top: 0
    }
    .vas .slider.slider-vertical {
        height: 275px;
        width: 20px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: -4px
    }
    .vas .slider-track {
        display: none;
        position: absolute;
        top: 0;
        cursor: pointer;
        background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
        border-radius: 0
    }
    .vas .slider-untouched .slider-handle {
        visibility: hidden;
    }
    .answer-container .textomax1 {
        display: none;
        text-align: center;
        margin-top: 10px;
        font-size: 80%;
        width: 150px;
        margin-left: -45px;
        margin-right: -50px
    }
    .answer-container .textomax2 {
        display: none;
        text-align: center;
        margin-top: 0;
        font-size: 80%;
        width: 150px;
        margin-left: -45px;
        margin-right: -50px
    }
    .answer-container .textomin1 {
        display: none;
        text-align: center;
        margin-top: 300px;
        font-size: 80%;
        width: 150px;
        margin-left: -45px;
        margin-right: -50px
    }
    .answer-container .textomin2 {
        display: none;
        text-align: center;
        margin-top: 0;
        font-size: 80%;
        width: 150px;
        margin-left: -45px;
        margin-right: -50px
    }
    .vasY .question-text {
        font-size: 100%;
        font-family: mycomic
    }
}

@media only screen and (min-width:400px) {
    .alert {
        display: none
    }
    .eqquestion .question-text {
        font-size: 12pt;
        font-family: arial
    }
    .eqquestion .answer-item label {
        font-size: 12pt;
        font-family: arial
    }
    .eqY .question-text {
        font-size: 12pt;
        font-family: mycomic
    }
    .eqY .answer-item label {
        font-size: 12pt;
        font-family: mycomic
    }
    .eqquestion .radio-item label::before {
        display: none
    }
    .eqquestion .radio-item label::before {
        width: 25px;
        height: 25px;
        border: none;
        background: url(/a/upload/surveys/446618/images/unchecked.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 20px 20px;
        border-radius: 0;
        position: absolute;
        left: 600px;
        top: 0;
        display: block
    }
    .eqquestion .radio-item label::after {
        width: 25px;
        height: 25px;
        border: none;
        background: url(/a/upload/surveys/446618/images/checked.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 20px 20px;
        border-radius: 0;
        position: absolute;
        left: 600px;
        top: 0;
        display: block
    }
    .eqquestion .radio-label {
        display: none
    }
    .eqquestion .radio-label {
        position: relative;
        left: -31px;
        display: block
    }
    .eqquestion .asterisk {
        display: none
    }
    .eqquestion .ls-question-mandatory {
        display: none
    }
    /* .top-container {
        display: none
    } */
    .eqquestion .question-title-container {
        margin-top: 0;
        margin-bottom: -20px;
        margin-left: -5px
    }
    .eqquestion .ls-answers {
        margin-bottom: 10px
    }
    .eqquestion .ls-questionhelp {
        display: none;
        /*color: black;*/
        margin-top: -30px;
    }
    .vas .ls-questionhelp {
        display: none;
        /*color: black;*/
        margin-top: -30px;
    }
    .eqquestion.question-container {
        margin-bottom: -10px;
        border: 0;
        width: 885px;
        background-color: transparent;
        box-shadow: none;
    }
    .vas.question-container {
        margin-bottom: -10px;
        border: 0;
        width: 885px;
        height: 550px;
        background-color: transparent;
        box-shadow: none;
    }
    .vas {
        margin-bottom: -30px
    }
    .vas .ls-question-mandatory {
        display: none
    }
    .vas .asterisk {
        display: none
    }
    .vas .question-text {
        font-size: 12pt;
        font-family: arial
    }
    .vasY .question-text {
        font-size: 12pt;
        font-family: mycomic
    }
    .vas .question-title-container {
        display: inline-block;
        width: 600px
    }
    .vas .answer-container {
        display: inline-block;
        width: 233px;
        margin-top: 5px
    }
    .vas .question-valid-container {
        display: inline-block;
        width: 5%;
        margin-top: 0
    }
    .vas .container-fluid {
        background-image: url(/a/upload/surveys/446618/images/vas.png);
        background-size: 100% 100%;
        background-position: 0 10px;
        height: 400px;
        width: 130px;
        position: absolute;
        top: 40px;
        left: 70px
    }
    .vas .slider-container {
        margin-top: 0;
        width: 130px;
        padding-top: 25px
    }
    .vas .tooltip-main {
        visibility: hidden;
        left: 100%;
        top: 0
    }
    .vas .slider.slider-vertical {
        height: 362px;
        width: 20px;
        margin-left: 25px;
        margin-right: 25px
    }
    .vas .slider-track {
        display: none;
        position: absolute;
        top: 39px;
        cursor: pointer;
        background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
        border-radius: 0
    }
    .vas .slider-untouched .slider-handle {
        visibility: hidden;
    }
    .answer-container .textomax1 {
        display: none;
        text-align: center;
        margin-top: 0;
        width: 300px;
        margin-left: -35px;
        margin-right: -70px
    }
    .answer-container .textomax2 {
        display: none;
        text-align: center;
        margin-top: 0;
        width: 300px;
        margin-left: -35px;
        margin-right: -70px
    }
    .answer-container .textomin1 {
        display: none;
        text-align: center;
        margin-top: 400px;
        width: 300px;
        margin-left: -35px;
        margin-right: -70px
    }
    .answer-container .textomin2 {
        display: none;
        text-align: center;
        margin-top: 0;
        width: 300px;
        margin-left: -35px;
        margin-right: -70px
    }
}

.vas .textomax1 {
    display: block;
    font-family: arial
}

.vas .textomin1 {
    display: block;
    font-family: arial
}

.vas .textomax2 {
    display: block;
    font-family: arial
}

.vas .textomin2 {
    display: block;
    font-family: arial
}

.vasY .textomax1 {
    display: block;
    font-family: mycomic
}

.vasY .textomax2 {
    display: block;
    font-family: mycomic
}

.vasY .textomin1 {
    display: block;
    font-family: mycomic
}

.vasY .textomin2 {
    display: block;
    font-family: mycomic
}

.vasscalenumbers {
    display: none
}

.vas .vasscalenumbers {
    display: block;
    position: absolute;
    background: 0 0;
    width: 40px;
    top: 53px;
    left: 156px;
    height: 380px;
    font-size: large;
    font-family: Arial
}

.vasnumbers {
    height: 36px;
    margin-left: 9px
}

.vasnumberstop {
    height: 36px;
    margin-top: 0
}

.vasnumbersbottom {
    height: 34px;
    margin-top: 2px;
    margin-left: 18px
}

.vasscalenumbers {
    display: none
}

.vasY .vasscalenumbers {
    display: block;
    position: absolute;
    background: 0 0;
    width: 40px;
    top: 53px;
    left: 156px;
    height: 380px;
    font-size: large;
    font-family: mycomic
}

.vas .ls-label-question { 
    font-weight: normal !important;
}

.vas .control-label, .vas .form-control-static  {
    display: none;
}
.ls-answers tbody .answertext {
text-align: left !important;
}

td.sub-question-header {
	font-weight: bold;
	text-align: left;
}
/**** FOOTER SETTINGS START ****/
body {
  padding-bottom: 0;
  padding-top: 60px;
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}
body > article {
  flex: 1;
}
.enkfab-footer {
  font-size: 12px;
  text-align: center;
}
/**** FOOTER SETTINGS END ****/


.QTquestion .radio-list li { margin-right: 0 !important; }

/*
.modal-dialog {
	position: fixed;
	width: auto;
	margin: 10px;
        top: 50px;
        left: 0;
}
*/
.modal::before {
    height: 25% !important;
}

@media (min-width:768px) and (max-width:992px) {
    .NSS .col-sm-6 {
        width: 100%;
    }
}

@media (max-width:450px) {
	.vasscalenumbers {
		font-size: 14px !important;
	}
	
	.vasnumbers {
		height: 27px;
		margin-left: -60px;
	}
	
	.vasnumbersbottom {
		margin-left: -60px;
		height: 0px !important;
	}
	
	.vasnumberstop {
		margin-left: -60px;
		height: 30px !important;
	}
}
/*** Dölja felmeddelande **/
.hide-message .ls-question-message{
    display:none !important;
    
}