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

.navbar {
    background-color: #448aff;
    max-width: 65em;
    margin: 0 auto;
}

.navbar-header .navbar-brand {
    color: white;
}

.navbar-nav.navbar-action-link li a {
    color: white;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


#main-col {
    max-width: 65em;
}

.top-container.space-col {
    max-width: 65em;
    margin: 2em auto;
}

.top-container.space-col .container-fluid {
    padding: 0em;
}
.progress {
    background-color: white;
}
.progress-bar {
    background-color: #448aff;
}
.survey-name {
    font-size: 1.2em;
    text-align: center;
}

.survey-welcome {
    font-size: 1em;
    color: #333;
    font-weight: normal;
    text-align: center;
}

.question-count-text {
    font-size: 0.9em;
    color: #448aff;
    font-style: italic;
    text-align: center;
}

.privacy {
    background: #fff;
    padding: 1em;
    margin: 1em 0;
    //width: 80%;
    border-radius: 0.3em;
    color: #777;
}

.privacy .text-primary {
    font-size: 1em;
    color: #777;
    text-align: center;
}

.ls-privacy-body {
    font-size: 0.9em;
}

.ls-move-btn, .btn-default, .btn-danger {
    font-size: 1em;
    max-width: 15em;
}

.ls-move-btn:hover, 
.navbar-nav.navbar-action-link li a:hover,
.btn-success:hover,
.btn-default:hover,
.btn-danger:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.ls-move-previous-btn {

    border-radius: .25rem;
    background-color: #448aff;
    color: white;
    width: 100%;
    font-weight: 400;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    overflow: hidden;
    -moz-user-select: none;
    -webkit-appearance: button-bevel;
    border: none;

}
body {
    background: #F5F5F5;
    color:#000;
}

.question-container {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
}

.question-title-container {
    background-color: transparent;
    border-bottom: none;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(69, 90, 100, 0.08);
    box-shadow: 0px 1px 20px 0px rgba(69, 90, 100, 0.08);
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    margin-bottom: 0;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
}

.ls-question-message.ls-em-tip, .uploadmsg {
    font-size: 0.9em;
    color: #777;
    font-weight: normal;
    margin: 1em 0em;
    background: #fafafa;
    padding: 1em;
}

.fa-exclamation-circle {
    display: none;
}

.ls-question-message.text-danger, 
.ls-question-message.em_value_range {
    background: #fffbcf;
    padding: 1em;
    margin: 1em 0em;
    font-size: 0.9em;
    font-weight: normal !important;
    color: #d58a00;
}

.question-text::after {
    content: "";
    background-color: #448aff;
    position: absolute;
    left: -20px;
    top: 0;
    width: 4px;
    height: 20px;
}

.question-text {
    margin-bottom: 0;
    color: #37474f;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.4;
    position: relative;
}

.ls-questionhelp::before {
    content: "\f129";
    color: #777;
}

.form-horizontal .control-label,
.ls-answers tbody .answertext {
    text-align: left;
}

.table-bordered,
.table-bordered > thead > tr > th, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td {
    border: 0px solid #ddd;
}

.btn-primary, .btn-success, .btn-default, .btn-danger {
    background-color: #448aff;
    color: #fff;
    width: 100%;
    font-weight: 400;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    -moz-user-select: none;
    -webkit-appearance: button-bevel;
    border: none;
}

.answer_cell_From ::before{
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    left: 10px;
    content: "\f133";
}

.ls-answers {
    margin-bottom: 20px;
}

.fa-asterisk {
    font-size: 0.6em;
    vertical-align: super;
    color: #ff6060;
}

.group-title {
    text-align: left;
    font-size: 1.2em;
    color: #448aff;
    margin: 1em 1em 1em 0em;
}

.group-description {
    font-size: 0.9em;
    color: #777;
    font-style: italic;
    margin: 1em;
    background: transparent;
    border: 0px;
    box-shadow: none;
    padding: 0;
}

.answer-container table thead th {
    text-align: left !important;
}

.checkbox-item label::after{
    color: white;
    border-radius: 1px;
    padding: 0 0 0 1px;
}

.ls-questionhelp{
    color: #777;
    font-size: 0.8em;
    font-style: italic;
}

.ls-questionhelp::before {
    font-style: normal;
}

.has-error .control-label, .text-danger{
    color:#ff0500;
}

.has-error .form-control {
    border-color: #ff0500;
}

.has-error .form-control:focus {
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.ls-question-mandatory.text-danger {

    background: #fee;
    padding: 1em;
    font-weight: normal;
    font-size: 0.9em;
}


.help-text {
    color:#333;
    font-size:13px;
    font-style:normal;
}

.modal-body-style {
    overflow-y: scroll; 
    max-height:50%;
    margin-top: 25px;
    margin-bottom:25px;
}

.manage-button-style {
    width:auto;
}

.char-counter {
    color: #777;
    font-size: 0.8em;
    font-style: italic;
    position: relative;
    margin-bottom: 5px;
    float: right;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red  background: */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}