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

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url("https://use.typekit.net/isk1rdj.css");
.Roboto {font-family: 'Roboto', sans-serif;}

body {
padding-bottom: 0px;
padding-top: 0px;/* now is redefine in JS to fit any title length */
background: transparent !Important;
}
.script-container{
height:1px; 
width:1px; 
overflow:hidden;
}

.group-outer-container{
display: flex;
}
.group-container{
width:100%;
}

.group-title-container {
padding: 1em;
background:transparent;
}

.ls-group-title {
color: #15277c;
font-style: bold;
}

.top-container .top-content:empty{display:none}
.top-content .form-change-lang{float:right}
.dir-rtl .top-content .form-change-lang{float:left}
.no-js .top-content .form-change-lang{display:none}


.group-description:empty{display:none}
.group-title:empty{display:none}
.top-container .progress {
height: 21px;
margin-bottom: 0;
background-color: #f7f7f7 !Important;
border-radius: 25px;
}

.progress .progress-bar {
line-height:20px;
background-color: #15277c;
}
.top-container .form-change-lang {text-align:center}

/**
* Navigator
*/

#navigator-container {
padding-bottom: 1em;
}
#navigator-container > hr
{
margin-top: 0px;
margin-bottom: 0px;
}

/**
* Question part
*/
/** Question Design **/

.question-container {
margin-bottom: 2em;
border: 0px solid #15277c;
background-color: #FFFFFF;
}
.question-container-printanswers {
margin-top: 2em ;
margin-bottom: 2em ;
padding-bottom: 2em ;
}
.question-container.row {
margin-right: 0;
margin-left: 0
}

.question-title-container {
padding-top: 0.9em;
padding-bottom:0.9em;
background-color: #15277c;
border-radius:10px;
}
.question-number,.question-code{float:left;margin:0 0.3em}
.question-number:empty,.question-code:empty{display:none}

.question-valid-container {
position: relative;

}

.ls-label-question {
color: #FFFFFF;
}

.ls-question-help,
.ls-questionhelp{
margin-bottom:0px;
}

.ls-question-help,
.ls-questionhelp{
color: #203ec9;
font-family: 'foco', sans-serif;
}

.dir-ltr .ls-questionhelp{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.question-valid-container .text-danger{
font-weight: bold;
}

.question-valid-container .text-info{
font-weight: bold;
color: #15277c !important;
}

.text-danger {
    color: #df0000;
}

.ls-answers{
padding-top:1.5em;
padding-bottom:15px;
margin-bottom:0;
font-family:'foco', sans-serif;
}

.ls-answer{
font-family:'foco', sans-serif;
}

/* little icon near the question-help */
.ls-questionhelp{position: relative;}
.dir-ltr .ls-questionhelp{margin-left:1.2em;}
.dir-rtl .ls-questionhelp{margin-right:1.2em;}

.ls-questionhelp:before{content:"\f059"}
.ls-questionhelp:before {
display: block;
position:absolute;
font-size: inherit;
line-height: inherit;
height:100%;
}

/* If you want to center the icon */
/*
.ls-questionhelp:before {
top:50%;
margin-top:-0.7em;
}
*/
.dir-ltr .ls-questionhelp:before {
left:-1.1em;
}
.dir-rtl .ls-questionhelp:before {
right:-1.1em;
}

/**
* Unsure part
*/

#main-col {
    margin-top:0;
}

.col-centered{
float: none;
margin: 0 auto;
}

.radio-list li
{
display: block;
clear: both;
}
.question-item .other-label
{
margin: 0px;
padding: 0px;
}

/**
* For em-type
*/
.hide-tip
{
display: none;
}

/**
* Surveys list
*/
.surveys-list {
margin-top: 1em;
list-style: none;
}
.surveys-list li {
padding: 0.5em;
}
.surveys-list li a {
margin-left: 0.5em;
border-color: none !Important;
}

#surveys-list-jumbotron {
text-align: center;
}

#surveys-list-jumbotron img.site-surveylist-logo {
max-width: 35%;
display: block;
margin: 15px auto;
}

/*#outerframeContainer {
height: 100%;
}*/

#surveyListFooter {
width: 100%;
text-align: center;
margin-bottom: 0;
padding-bottom: 80px;
padding-top: 10px;
margin-top: 10px;

bottom: 0px;
height: 60px;
}
/**
* Specific question part
*/
.radio-item label,.checkbox-item label {
cursor: pointer;
}
.radio-item [type='radio'],.checkbox-item [type='checkbox'] { /* Why we must positionning at same place */
cursor: pointer;
}
.js td.radio-item,.js td.checkbox-item{
cursor: pointer;
}

.slider-item {
min-height: 50px;
}

.slider-track-high {
background-color: #9FA5C1 !Important;
}

.slider-selection {
background-image: -webkit-linear-gradient(top, #9FA5C1 0%, #9FA5C1 100%);
background-image: -o-linear-gradient(top, #9FA5C1 0%, #9FA5C1 100%);
background-image: linear-gradient(to bottom, #9FA5C1 0%, #9FA5C1 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9FA5C1', endColorstr='#9FA5C1', GradientType=0);
}

.slider-handle {
background-color: #15277c;
background-image: none;
-webkit-box-shadow: none;
box-shadow: none;
}

.slider.slider-reset .slider-handle, 
.slider.slider-untouched .slider-handle {
background-color: #15277c;
}


/* Show more the heading in table */
.ls-answers .ls-heading th{
    font-weight:700; 
    border-color:none !Important;
    text-align: center !important;
}

/* dynamic group (multiple-numeric) .form-control-static same padding and border width than form-control for better alignment */
.ls-group-dynamic .form-control-static{ padding-left:0px;padding-right:0px; border-color: none !Important;}
/* array by column hover column */
.table-col-hover col:hover, /* This, maybe, work in CSS4 :) */
.table-col-hover col.hover /* Actual solution : js only*/
{
}

/**
* Gender buttons
*/

/* General */
.button-item .ls-icon {
display: block;
}
.button-item .ls-icon {
font-size: 1.4em;
}

html body .navbar.navbar-default.navbar-fixed-top {
z-index: 2000;
background-color: #FFFFFF !Important;
border-color: #FFFFFF;
width: 100% !Important;
}
.file-upload-modal,.modal{
z-index: 2001;
}

/* Title of survey can be big, allow multiline, but leave the minimum */
.navbar-brand {
font-family: 'foco', sans-serif;
}
.welcome-container {
color: #15277c
}

/**********************************
Responsive navbar-brand image CSS
- Remove navbar-brand padding for firefox bug workaround
- add 100% height and width auto ... similar to how bootstrap img-responsive class works
***********************************/

.logo-container {

}

.logo-container>img {

}

.logo-container>img-responsive {

}

.logo-container>text {
float: none;
font-size: 20px;
font-style: oblique;
color: #15277c;
}

.brand-logo .top-container .top-content{
}


/* Wrap text in e.g. gender button "No answer */
.wrap-normal {
white-space: normal;
}

/* Center modal vertically, used by file-upload modal */
.modal {
text-align: center;
padding: 0 !important;
}
.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
}
.modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}

#yii-flash-message {
margin-top: 3em;
}

.prefix-text-right {
text-align: right;
}

.align-middle {
vertical-align: middle !Important;
}

/* Used for date-picker icon within input */
.form-control-feedback {
right: 1em;
left: auto;
}

body .navbar-default .navbar-brand:fixed {

}

/* Only use <label> to get vertical align easy. Don't want boldness. */
.no-label {
font-weight: normal;
}

table > tbody > tr > td.ddprefix {
padding-right: 1em;
vertical-align: middle;
border-color: none !Important;
}

td {
border-color: none !Important;
}

table.ls-answers {
border-color: none !Important;
margin-bottom:1em;
margin-top:1.5em;
    color: #15277c;
}

td.answer_cell_A1.answer-item.radio-item {
border-color: none !Important;
}

td.answer_cell_A2.answer-item.radio-item {
border-color: none !Important;
}

td.answer_cell_A3.answer-item.radio-item {
border-color: none !Important;
}

td.answer_cell_A4.answer-item.radio-item {
border-color: none !Important;
}

td.answer_cell_A5.answer-item.radio-item {
border-color: none !Important;
}

td.answer_cell_A6.answer-item.radio-item {
border-color: none !Important;
}

th.answertext.control-label {
border-color: none !Important;
}

/**
* On big screen only, iPad and up
*/
@media only screen and (min-width: 320px) {

.table-dual-scale .separator {
width: 6%;
border-color: none !Important;
}

table > tbody > tr > td.ddsuffix {
padding-left: 1em;
vertical-align: middle;
border: 1px; 
border-color:none !Important;
}
}



/* Give help text some space */
.questionhelp {
padding-bottom:0.5em;
}


/* Asterix */
.input-error .asterisk {
font-size: 1.2em;
margin-top:-0.2em;
}

/*.asterisk {
display: none !Important;
}*/

#surveys-list-container
{
margin-top: 50px;
}

/* text overflows, ellipsis and hyphens */
.navbar-brand {
overflow: hidden;
text-overflow: ellipsis
}

#outerframeContainer {
min-height: 100%;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}

.xdebug-var-dump {
z-index: 10000;
position: relative;
top: 10px;
}


.yes-no .btn-group label {
white-space:normal;
}

.privacy-header{
font-weight: bold;
font-style: italic;
}

.return-to-survey{
clear:left;
}

/* Make sure question index menu is not too long. */
#index-menu .dropdown-menu {
max-height: 50vh;
overflow-y: scroll;
}
.text-break-pre {
white-space: pre-line;
}

.child-row-spacing>.row{
padding-bottom: 8px;
}
.child-row-border-bottom>.row:last-child{
padding-bottom: 0;
}

.superset {
font-size: 50%;
vertical-align: top;
}

.limit-text-window {
max-height: 40rem;
max-height: 33vh;
padding: 15px 5px;
overflow: auto;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
border-left: none;
border-right: none;
outline: none;
}

/* Define the color for Awesome Bootsrap Checkboxes ; based on bg-primary background-color*/
label::after{background-color:#15277c}

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

.ls-move-previous-btn {
background-color: #CFD2E0;
color: #15277c;
    border:none;
    transition:300ms;
}

.ls-move-previous-btn:hover {
background-color: #d8d9dd;
color: #15277c;
    border:none;
    transition: 300ms;
}
.btn-default:active {
background-color: #d8d9dd;
color: #15277c;
    border:none;
    transition: 300ms;
    box-shadow:none;
}

.btn-default:focus {
background-color: #d8d9dd;
color: #15277c;
    border:none;
    transition: 300ms;
    outline:solid 1px black;
}
.btn-default:focus-visible {
background-color: #d8d9dd;
color: #15277c;
    border:none;
    transition: 300ms;
    outline:solid 1px black;
}

.btn-default:active:focus {
    background-color: #d8d9dd;
color: #15277c;
    border:none;
    transition: 300ms;
    outline:solid 1px black;
}

.ls-move-next-btn {
background-color: #15277c;
color: #FFFFFF;
    border:none
}

.ls-move-submit-btn {
background-color: #15277c;
color: #FFFFFF;
    border:none
}
h1.survey-name {

padding: 0.5em;
background-color: #15277c !Important;
color: #ffffff !Important;
font-style: bold underline !Important;
font-size: 24px;
border-radius: 10px;
}

div.group-title {
/*height: 2em;*/
padding: 0.5em;
background-color: #ffffff !Important;
color: #15277c !Important;
margin-top: 0px;
font-family: 'foco', sans-serif;
font-weight:800;
margin-bottom: 1em;
} 



div.navbar-brand {

}

div.navbar-header {
}
.clearall {
display: none !Important;
}

/*.animate {
display: none !Important;
}*/

div.navbar.navbar-default.navebar-fixed-top {
}

collapse.navbar-collapse {
background-color: #FFFFFF !Important;
min-height: 600px !Important;
}

a.ls-link-actions-linkloadall.animate {
color: #FFFFFF !Important;
}

div.group-description {
background-color: #FFFFFF !Important;
max-width: 95% !Important;
margin-left: 2em;
}
@media (max-width: 460px) {


div.navbar-brand {
/*font-size: 14px;*/

/*max-height: 100px !Important;*/
font-family:'foco', sans-serif;
}

div.ls-label-question .strong {
font-size: 80%;
}
div.group-description {
background-color: none !Important;
border-color: none !Important;
max-width: 95% !Important;
margin-right: 1em;
margin-left: 1em;
}
div.logo-container {
max-height: 120px !Important;
}
}

.text-primary {
color: #15277c !important;
padding: 1em 2em 1em 2em;
line-height: 1.5;
font-size: medium;
}

.text-info {
color: #005299!important;

}

.alert-warning {
    color: #996767;
    background-color: #fff4f4;
    border-color: #ffffff;
    font-family: 'foco', sans-serif;
}

.ls-question-help {
    padding-top: 0.5em;
}


.progress-bar {
    border-radius: 25px;
    text-indent: 1px;
}


.h1, h1 {
    font-size: 26px;
}

.ls-answers {
    padding-bottom: 1em;
    padding-left:1em;
}

ol, ul {
    margin-bottom: 0px;
}

.question-text {
    padding-left:5px;
    font-family:'foco', sans-serif;
}

.question-valid-container .text-danger {
    padding-bottom: 0.25em;
    padding-top: 0.5em;
    font-family:'foco', sans-serif;
}

h1.survey-name {
     font-family:'foco', sans-serif;
     font-weight:800;
}

.checkbox-item input[type="checkbox"]:checked+label::after {
    background-color: #15277c;
    color: white;
}

.dir-ltr .ls-answers td.radio-item, .dir-ltr .ls-answers td.checkbox-item {
    vertical-align: middle;
}

.btn-group-lg>.btn, .btn-lg {
    border-radius: 50px;
    font-family: 'foco', sans-serif;
}

@media (max-width: 636px) {
    h1.survey-name {
        font-size: x-large;
    }
    .text-primary {
        font-size: medium;
    }
    }
    
.radio-item label::after {
    background-color: #15277c;
}

body {
    color: #15277c;
    padding-bottom: 50px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: static;
}


.form-inline .form-control .form-group {
     /* ENABLE THIS IF BREAKS display: inline-block;*/
    vertical-align: middle;
}

.form-control {
    /* THIS TOO width:auto; */
    text-align: left;
}

.form-group {
    /* ALSO ENABLE display: inline-block; */
    margin-bottom: 0px;
}

textarea.form-control {
    /* width: 50%; */
    
}


.text-primary {
    font-family: 'foco', sans-serif;
}

.modal-body {
    font-family: 'foco', sans-serif;
}
.btn-default {
    font-family: 'foco', sans-serif;
}
div.group-description {
    font-family: 'foco', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'foco', sans-serif;
}

div.privacy.row{
    display:none;
}


/* 

@media (min-width: 401px) and (max-width: 576px) {
div.navbar-brand>img {
height: 50px;
}
div.navbar-brand {
    font-size: 14px;
}
}

@media (min-width: 0px) and (max-width: 400px) {
div.navbar-brand>img {
height: 50px;
}
div.navbar-brand {
    font-size: 10px;
}
}
*/

.jumbotron {
    background-color: white;
}

.well {
    background-color: white;
    border-radius: 10px;
}
.star-1.star-rated-on:not(.star-stub) {
    color: #ffce23;
}
.star-1, .star-2, .star-3, .star-4, .star-5 {
    color: #bfbfbf;
}
.star-2.star-rated-on:not(.star-stub) {
    color: #ffce23;
}

.star-3.star-rated-on:not(.star-stub) {
    color: #ffce23;
}

.star-4.star-rated-on:not(.star-stub) {
    color: #ffce23;
}

.star-5.star-rated-on:not(.star-stub) {
    color: #ffce23;
}

.star-rating {
    font-size: 28px;
    line-height: 36px;
    cursor: pointer;
    display: block;
    float: left;
    height: 36px;
    overflow: hidden;
    width: 46px;
    padding-left: 10px;
}

.star-1.star-drained, .star-2.star-drained, .star-3.star-drained, .star-4.star-drained, .star-5.star-drained {
    color:#ffe076;
}

.star-1.star-drained.star-hover, .star-2.star-drained.star-hover, .star-3.star-drained.star-hover, .star-4.star-drained.star-hover, .star-5.star-drained.star-hover {
    text-shadow: 0px 0px 
}
@media only screen and (max-width: 500px) {
.star-rating {
    width: 20%;
}
}
.question-count-text {
    padding: 1em 2em 1em 2.5em;
    line-height: 1.5;
    font-size: small;
    font-family: 'foco';
}
@media (min-width: 768px){
.form-inline .form-control {
    width: 100%;
}
}
.alert {
    border-radius:10px;
    padding-left:20px;
}
.container-fluid{
    padding-left:32px;
    padding-right:32px;
}

.form-horizontal .control-label {
    margin-bottom: 1em;
       text-align: left;
    min-width: 200px;
    /*max-width: 200px;*/
    width: auto;
}

/*.fa {
    margin-bottom: 10px;
}*/

/* .mytooltip
{
    cursor: pointer;
    text-decoration: underline;
    color: #0095ff;
}

*/

.mytooltip {
    text-decoration-line: underline;
    cursor: pointer;
    text-underline-position: under;
    text-decoration-color: #0095ff;
    text-decoration-thickness: 2px;
    color: #0095ff;
}

.tooltip-inner {
    max-width: 200px;
    width: 200px; 
}

div.group-description {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 2em;
    text-align: center;
    margin-top: -1em;
}



.well {
    margin-top: 1em;
    margin-bottom: 2em;
}

.space-col {
    margin-top:0;
}

.question-container {
margin-bottom: 1em;
}

p {
    margin: 0 0 0px;
}

li.question-item.answer-item.text-item.form-group {
    clear: both;
    margin-bottom: 1em;
}

#welcome-container {
    padding-top:1em;
}
.completed-text{
    text-align: center;
    color: #15277c;
    padding: 1em 2em 1em 2em;
    line-height: 1.5;
    font-size: medium;
}
.btn-primary {
    border-color:white;
}
.btn-default {
    border-color:white;
}

.btn-default:hover {
    border-color: #15277c;
}
body {
padding-bottom: 50px !Important;
padding-top: 0px !Important;
}

.navbar {
    margin-bottom:0px;
    position:absolute;
    display:contents;
}
.navbar-brand {

}

.logo-container.hidden-xs {
    padding-top:0.5em !Important;
    padding-left:20px !Important;
}

@media (max-width: 768px) {
div.navbar-brand>img {
}
div.navbar-brand {

}
div.navbar-header {
}
}

.btn-primary:hover {
    transition:300ms;
}

.btn-primary {
    transition:300ms;
}

.ls-move-btn {
    position: relative;
}

.ls-move-btn--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
    Color: #15277c !Important;
    cursor: wait;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.btn-primary:focus{
    outline: 0px solid black;
}

.btn-default:focus{
    outline: 0px solid black;
}

@media (max-width: 480px) {
  .radio-list li {
    margin-right: 2rem;
  }
}

.modal-footer .btn {
border-color: black;
border-radius: 25px;
background-color: #000082;
color: white;
margin-top:5px;
}

.modal-footer .btn:hover {
background-color: #0050a0;
}
.close {
    font-size:28px;
}

.modal-header {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px;
    border-radius:10px;
    background-color:#ececec;
    
}

.modal-footer {
    border: 0px;
}

.modal-content {
    border-radius:10px;
}

.modal-body {
        padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.ls-questionhelp.allgone:before{content:""}

.btn.newnew:hover{
    background-color: rgb(32 62 201)!Important;
color: rgb(255 255 255)!Important;
}
.btn.newnew:focus{
    background-color: rgb(32 62 201)!Important;
color: rgb(255 255 255)!Important;
border-color: #122b40!Important;
}
.btn.newnew:active{
    background-color: rgb(32 62 201)!Important;
color: rgb(255 255 255)!Important;
border-color: #122b40!Important;
}
.btn.newnew:focus-within{
    background-color: rgb(32 62 201)!Important;
color: rgb(255 255 255)!Important;
border-color: #122b40!Important;
}
.btn.newnew:target{
    background-color: rgb(32 62 201)!Important;
color: rgb(255 255 255)!Important;
border-color: #122b40!Important;
}
.btn.newnew:visited{
    background-color: rgb(32 62 201)!Important;
color: rgb(255 255 255)!Important;
border-color: #122b40!Important;
}
.btn.newnew:focus-visible{
    background-color: rgb(32 62 201)!Important;
color: rgb(255 255 255)!Important;
border-color: #122b40!Important;
}

.btn.newnew.active {
    color:white!important;
    background-color:#203ec9!important;
}
.font-size-btn {
    border:0px;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    margin-right:3px;
    margin-left:5px;
    border-radius:10px;
    background-color:#ececec;
    color:#0050a0;
     transition: all 300ms ease 0s;
}

.font-size-btn:hover {
    background-color:#203ec9;
    color:white;
}

.font-size-btn:active {
    outline: 2px #c2c2c2 solid;
}

.font-size-btn:focus {
   outline: 2px #c2c2c2 solid;
}

@media only screen and (max-width: 769px) {
  .font-size-btn {
    padding-left:15px;
    padding-right:15px;
    padding-top:10px;
    padding-bottom:10px;
    margin-right:5px;
    margin-left:5px;
  }
}

.index-menu-incremental {
    display:none!Important;
}

.animate {
    background-color: #ececec;
    color: #15277c!important;
    border-radius: 25px;
    margin-right: 40px;
    margin-top: 30px;
    padding: 10px!important;
    padding-left:15px!important;
    padding-right:15px!important;
    font-family: 'foco', sans-serif;
}

.animate:hover{
    background-color: #d8d9dd!important;
    color: #15277c;
    border: none;
    transition: 300ms;
    box-shadow: none;
}
.asterisk {
    padding-right:2px;
    /*margin-top: 5px;*/
    
}
@media only screen and (max-width: 768px) {
.animate {
    margin-bottom:0px;
    margin-top:0px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}
}

#savebutton, #loadbutton {
background-color: #15277c;
    color: #FFFFFF;
border-radius:25px;
padding:10px;
margin-left:0px;
    margin-bottom: 15px;
    margin-top: 15px;
        padding-left: 15px;
    padding-right: 15px;
}

.url-wrapper-survey-return {
color: #15277c;
    background-color: #cfd2e0;
    border-radius: 25px;
    padding: 10px;
    width: fit-content;
        padding-left: 15px;
    padding-right: 15px;
}

.save-survey-input {
    margin-left:0px;
}

body,
.form-control {
    font-size: 16px;
}
.question-valid-container, .ls-answer, .radio-list li, .question-text{
font-size:16px;
}

.btn-group-lg>.btn, .btn-lg {
    font-size:18px;
}

.group-title{
    font-size:32px;
}
.navbar-right {
    margin-right:0px;
}

.checkbox-item label::after {
      padding-left: 0px;
  padding-top: 0px;
  margin-top:4px;
}

.checkbox-item label::before {
  border: 2px solid #cccccc;
  margin-top:4px;
}

.form-control {
  border: 2px solid #cccccc;
}

.radio-item label::before {
 border: 2px solid #cccccc;
}

.radio-item label::after {

  margin-top:4px;
}

.radio-item label::before {
  margin-top:4px;
}

.ls-label-xs-visibility {
    height:21px!important;
}

.fa-asterisk:before {
    font-size: 8pt;
}
.outerframe{
    display:none;
}

.form-control{
    height:fit-content;
}
.text-info{
    font-family: 'foco';
}

.save-message .text-warning {
    color: #868686;
    font-family: 'foco';
}

.save-survey-form {
    font-family: 'foco';
}
.tooltip{
    font-size:unset;
}

.button-item, .btn-group-justified>.btn {
    font-size: 16px;
    /* min-width: 100px; */
    /* min-height: 100px; */
    max-width:100px;
    white-space: normal;
    border-radius: 14px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    background-color: rgb(241, 241, 241);
    color: rgb(21, 39, 124);
    transition: all 300ms ease 0s;
}
.btn-group-justified>.btn {
    width: 100px;
    float: inherit;
}

.gender-button>.button-item {
margin-right: 0px;
float: none;
    display: inline-flex;
    margin: 0px;
    padding: 0px;
    margin-right: 0px;
}

.button-item:hover{
    background-color: rgb(32 62 201)!Important;
color: rgb(255 255 255)!Important;
}
.button-item:focus{
    background-color: rgb(32 62 201)!Important;
color: rgb(255 255 255)!Important;
border-color: #122b40!Important;
}
.button-item:active{
    background-color: rgb(32 62 201)!Important;
color: rgb(255 255 255)!Important;
border-color: #122b40!Important;
}
.button-item:focus-within{
    background-color: rgb(32 62 201)!Important;
color: rgb(255 255 255)!Important;
border-color: #122b40!Important;
}
.button-item:target{
    background-color: rgb(32 62 201)!Important;
color: rgb(255 255 255)!Important;
border-color: #122b40!Important;
}
.button-item:visited{
    background-color: rgb(32 62 201)!Important;
color: rgb(255 255 255)!Important;
border-color: #122b40!Important;
}
.button-item:focus-visible{
    background-color: rgb(32 62 201)!Important;
color: rgb(255 255 255)!Important;
border-color: #122b40!Important;
}

.button-item.active {
    color:white!important;
    background-color:#203ec9!important;
}

.upload-div>.btn {
background-color: #ececec;
    border-radius: 25px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.upload-button>.upload{
        background-color: #ececec;
    color: #15277c;
    border-radius: 25px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.upload:hover{
        background-color: #203ec9;
    color: white;
    
}

.input-group-addon:hover{
         background-color: #203ec9;
    color: white;
}

.yesno-button>.button-item {
margin-right: 0px;
float: none;
    display: inline-flex;
    margin: 0px;
    padding: 0px;
    margin-right: 0px;
}

 .ls-no-js-hidden {
     margin-bottom:10px;
 }

.bootstrap-buttons-div{
 width:fit-content;   
 padding-left: 0px;
}

.container-fluid{
    padding-left:1em;
    padding-right:1em;
}

/*#thank-you{
font-weight: 800;
    font-family: 'foco';
    padding: 0.5em;
    margin-bottom: 20px;
    background-color: #15277c;
    color: #ffffff;
    font-size: 24px;
    border-radius: 10px;
    line-height: 1.1;
}*/
#thank-you{
    font-weight: 800;
    font-family: 'foco';
    padding: 0.5em;
    margin-bottom: 10px;
    /* background-color: #15277c; */
    color: #15277c;
    font-size: 24px;
    border-radius: 10px;
    line-height: 1.1;
}
.navbar-action-link {
    padding-right:0px;
}

@media (max-width: 768px){
.modal-dialog {
    width: 90%;
    margin: 30px auto;
}
}

.nps .bootstrap-buttons-div{
        width: 8%;
    max-width: 70px;
    min-width: 70px;
}
.nps .button-item{    
    max-width: 70px;
    min-width: 70px;
    min-height:70px;
    
}

.nps .row{
    padding-left:0px;
    padding-top:10px;
}

.nps .ls-questionhelp{
margin-left:0px;
}

.nps .question-help-container{
    padding-right: 27px;
    padding-left: 20px;
}


@media (max-width: 1199px){
.nps .question-help-container{
padding-right:12px;
padding-left:5px;
}
}

@media (max-width: 992px){
.nps .button-item {
min-width:25px;
min-height:50px;
}

.nps .container-fluid{
padding-left:0px;
padding-right:0px;
}

.nps .btn {
padding:5px;
text-wrap:nowrap;

}

.nps .bootstrap-buttons-div {
margin-right:3px;
min-width:25px;
padding-right:0px;
}
}

.nps .ls-questionhelp:before{
    display:none;
}

@media (min-width: 768px){
.other-text-item {
width:300px;
}
}

@media (max-width: 768px){
.othertext-label-checkox-container{
    margin-bottom:5px;
}
.table-bordered{
padding: 0;
    border: 0px solid black;
    padding-left:1em;
    padding-right:1em;
}
}
.ls-answers{
padding-right:1em
}

.othertext-label-checkox-container{
padding-top:0px
}

.nps .ls-answers{
padding-right:0
}

@media (min-width: 1200px){
.nps .bootstrap-buttons-div{
min-width:91px
}

.nps .container-fluid{
    padding-right:0em
}

.nps .button-item{
min-width:90px
}
}

.survey-navbar{
        position: absolute!important;
}

.top-container {
    margin-bottom:-15px;
}

.completed-wrapper {
     margin-top:100px;
}

.progress{
margin-right: 25px;
    margin-left: 25px;
}


.nobackgroundforquestion .question-title-container {
    background-color:white;
}

.nobackgroundforquestion .ls-label-question {
        color: #203ec9;
    text-align: center;
}

.nobackgroundforquestiontext .question-title-container {
    background-color:white;
}

.nobackgroundforquestiontext .ls-label-question {
        color: #15277c;
}



.nobackgroundforquestion2 .question-title-container {
    background-color:white;
}

.nobackgroundforquestion2 .ls-label-question {
        color: #15277c;
}

.nobackgroundforquestiontext2 .question-title-container {
    background-color:white;
}

.nobackgroundforquestiontext2 .ls-label-question {
        color: #15277c;
}









.btn-group, .btn-group-vertical {
flex-wrap: wrap!important;
}

.bootstrap-buttons-div .btn-primary {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #15277c;
}
.form-check {
    padding-left:0;
    }
.survey-nav {
    display:contents;
}

tr.ls-heading.ls-header{
border-width: 2px !important;
border-color: #dee2e6;
}

@media (min-width: 1200px){
.nps .btn {
padding:20px;
text-wrap:nowrap;

}
}

@media (min-width: 992px){
.nps .btn {
padding:20px;
text-wrap:nowrap;

}
}

.input-group .btn {
    color:#15277c;
    background-color:#f1f1f1;
}

.bootstrap-buttons-div .btn-primary:hover {
    background-color: #203ec9;
    border-color: #f1f1f1;
    color: #ffffff;
}

.input-group .btn:hover {
    background-color: #203ec9;
    border-color: #f1f1f1;
    color: #ffffff;
}

