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

.table-bordered>thead>tr>th {
    border: 1px solid #dadada;
}

.table-bordered>thead>tr>td {
    border: 1px solid #dadada;
}

/* #################### general css ################### */

body {
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0 !important;
    padding: 0 !important;
}

body .top-container {
    margin: 0;
}

.text-info {
    color: #333 !important;
}

div.save-survey-form {
    padding: 15px;
}

img {
    max-width: 100%;
}

.uploadedfiles .upload.comment {
    word-break: break-all;
}

.top-container .progress {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.table>:not(:first-child) {
    border-top: none; 
}

.asterisk.float-start {
    margin-right: 5px;
    font-size: 90%;
    vertical-align: top;
}

.leftheader.information-item {
    display: none !important;
}

.rightheader.information-item {
    display: none !important;
}

.group-description {
    font-family: 'arial';
    text-align: center;
}

div.answer-item.dropdow-item.language-item {
    width: 200px;
}

.other-text-item {
    padding: 0px;
}

.othertext-label-checkox-container {
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .list-dropdown.question-container .ls-answers.answer-item div:nth-child(1),
    .list-dropdown.question-container .ls-answers.answer-item div:nth-child(3).text-item.other-text-item {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #navbar ul.nav.navbar-nav {
        padding: 7.5px 0px;    
        border-bottom: 1px solid #dee2e6;
    }
}

.radio-item label::after {
    background-color: #333;
}

.checkbox-item label::after {
    color: #333;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.form-control:focus {
    border-color: #000;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0, .6);
}

@media (max-width: 767px) {
    .date.question-container .date-item  div.col-12:nth-child(2),
    .date.question-container .date-item  div.col-12:nth-child(4) {
        display: none;
    }
}

.navbar-toggler {
    background-color: #fff !important;
}

.navbar-toggler:focus {
    background-color: #eee;
    box-shadow: none;
}

li.radio-item, 
li.checkbox-item, 
li.radio-text-item, 
li.checkbox-text-item {
    margin-bottom: 14px !important;
}

.numeric-multi ul.number-list li.ls-group-remaining.ls-group-dynamic  {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 768px) {
    .numeric-multi ul.number-list li.ls-group-remaining.ls-group-dynamic div:nth-child(1)  {
        text-align: center;
    }
}

.numeric-multi ul.number-list li.ls-group-total.ls-group-dynamic {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
}

@media (max-width: 768px) {
    .numeric-multi ul.number-list li.ls-group-total.ls-group-dynamic div:nth-child(1) {
        text-align: center;
    }
}

.ls-group-remaining div:nth-child(1),
.ls-group-total div:nth-child(1) {
   text-align: center; 
}

/* #################### first page start ################### */

.survey-welcome {
    margin-top: 15px;
}

.question-count-text {
    margin-top: 15px;
}

/* Privacy */

.privacy {
    margin-top: 15px;
    padding: 15px 0;
    margin: 15px 1px;
}

.privacy-block div:nth-child(2) {
    padding-top: 20px;
}

.privacy-heading.h4.text-primary {
    font-size: 14px;
    color: #333 !important;
    font-weight: bold;
}

p.ls-privacy-body {
    margin: 15px 0 0 0;
    font-style: italic;
}

/* Privacy policy */

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    background-color: transparent;
}

.panel-primary {
    border-color: transparent;
}

.panel-primary>.panel-heading {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    padding: 15px 0;
}

.panel-body {
    padding: 5px 0;
}

.panel-footer {
    padding: 10px 0;
    background-color: transparent;
    border-top: transparent;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

input#datasecurity_accepted {
    vertical-align: top;
}

/* #################### first page end ################### */

/* logo header */

span.navbar-banner {
    display: block;
    width: 100%;
    text-align: center;
}

.logo-bar {
    margin-top: 0;
    padding: 15px 0;
    display: flex;
    align-items: center;    
}

.navbar-logo-left {
    padding-right: 10px;
}

.navbar-logo-middle {
    padding: 0px 10px;
    text-align: center;
}

.navbar-logo-right {
    padding-left: 10px;
    text-align: right;
}

/* survey heading */

.survey-name {
    font-weight: 700;
    line-height: 130%;
    font-size: 1.8rem;
}

/* progress-bar */

.progress-bar {
    background-color: #333;
}

/* #################### group start ################### */

.group-outer-container,
.group-container {
    margin-bottom: 0;
}

.group-title {
    font-size: 1.4rem;
    margin: 0;
    padding: 15px;
}

.group-description
{
    font-size: 16px;
}

.well {
    justify-content: center;
    background-color: transparent;
    margin-top: 0px;
    padding: 0px 15px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

/* #################### group end ################### */

/* #################### question start ################### */

.question-container {
    background-color: transparent;
    padding-bottom: 15px;
    border: 1px solid #aaa;
}

.question-title-container {
    margin-bottom: 15px;
}

.question-number,
.question-code {
    font-weight: normal;
    float: none;
    margin: 0;
}

.question-text {
    font-size: 16px;
}

.question-help-container {
    font-size: 14px;
    margin-top: 10px;
    color: #888 !important;
}

.question-valid-container {
    color: #777 !important;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    margin-top: 5px;
}

@media only screen and (max-device-width: 760px) {
    .ls-questionhelp, .help-block {
        font-size: 11.34px;
    }
}

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

.array-flexible-row .ls-answers .answertextright {
    text-align: right;
}

/* #################### question end ################### */

/* #################### particular question start ################### */

.choice-5-pt-radio li.radio-item {
    margin-right: 15px;
}

.choice-5-pt-radio .radio-item label::before,
.list-radio .radio-item label::before,
.list-with-comment .radio-item label::before {
    top: 0px;
}

.choice-5-pt-radio .radio-item label::after,
.list-radio .radio-item label::after,
.list-with-comment .radio-item label::after {
    top: 3px;
}

.multiple-opt .checkbox-item label::before .multiple-opt-comments .checkbox-item label::before {
    top: 3px;
}

.multiple-opt .checkbox-item label::after,
.multiple-opt-comments .checkbox-item label::after {
    top: 4px;
    background-color: #001b40;
}

.array-multi-flexi .checkbox-item label::after {
    left: 0px;
}

.multiple-opt .checkbox-item label::before,
.multiple-opt-comments .checkbox-item label::before {
    top: 3px;
}

div.gender-button,
div.yesno-button {
    column-gap: 10px;
}

@media only screen and (max-width: 468px) {
    .date .date-item div:nth-child(1).col-3 {
        width: 100%;
    }
}

/* #################### particular question end ################### */

/* #################### dropdown & link start ################### */

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: transparent;
}

.form-change-lang.dropdown.nav-item {
    list-style: none;
    text-align: center;
}

.form-change-lang .nav-link.dropdown-toggle {
    color: #888;
    margin: 15px 0px;
    padding: 0;
    text-decoration: none;
}

li.form-change-lang .dropdown-menu.dropdown-menu-end.show {
    inset: 0px 43% auto auto !important;
}

/* #################### dropdown & link end ################### */

/* #################### footer navbar start ################### */

#navbar {
    padding: 0 !important;
}

#survey-nav .container-fluid {
    padding: 0;
}

ul.navbar-right {
    padding: 0;
}

.navbar-item-left a,
.navbar-item-middle a,
a:link {
    color: #888;
}

#navbar ul.nav.navbar-nav {
    width: 100%;
}

#navbar li.navbar-item-middle {
    text-align: center;
}

#navbar li.navbar-item-right {
    text-align: right;
}

.nav-item-fload {
    list-style: none;
}

.nav-item-fload a {
    color: #888;
    text-align: center;
}

#survey-nav .container-fluid {
    justify-content: center;
}

@media screen and (max-width: 768px) {
    #survey-nav .container-fluid {
        padding-top: 15px;
    }

    div.gender-button,
    div.yesno-button {
        width: 100%;
    }
}

.navbar-toggler {
    color: rgba(0, 0, 0, .55);
    background-color: #eee;
    border-color: rgba(0, 0, 0, .1);
}

span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

@media screen and (max-width: 768px) {
    .navbar-item-left a {
        text-align: center;
    }

    #survey-nav {
        border-bottom: none !important;
    }
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #fff;
    background-color: #333;
}

.navbar-item-middle li.list-group-itemindex-item a {
    color: #333;
}

/* #################### footer navbar end ################### */

/* #################### footer start ################### */

footer {
    text-align: center;
    padding: 20px;
}

footer a {
    text-decoration: none;
}

/* #################### footer end ################### */

label::after {
    background-color: transparent;
}

tr.ls-odd,
.array-flexible-column tr.answers-list:nth-child(even) {
    background-color: transparent;
}

tbody,
td,
tfoot,
th,
thead,
tr,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: none;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 4px;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-radius: 4px;
}

.form-select:focus {
    border-color: #000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
    outline: 0;
}

.table-hover>tbody>tr:hover,
tr.answers-list:hover,
.array-flexible-column tr.answers-list:hover {
    background-color: #ddd;
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: transparent;
    color: #333;
}

.ls-input-group-extra {
    vertical-align: top;
    padding: 1rem 1.2rem;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        inset: auto 70px auto auto;
    }
}

@media only screen and (max-width: 760px),
(max-device-width: 1024px) and (min-device-width: 768px) {

    table.ls-answers>tbody>tr td.answer-item.radio-item,
    table.ls-answers>tbody>tr td.answer-item.checkbox-item {
        border-bottom: 1px solid #ddd;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 0px;
    }
}

/*--------------------start button--------------------- */

.btn {
    font-size: 110%;
    border-radius: 4px;
    padding: 6px 12px;
}

.btn-group-lg>.btn,
.btn-lg {
    line-height: 1.3333333;
    padding: 10px 16px;
}

/* Customize Admin page survey title buttons */
.surveytitle.btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.surveytitle.btn-primary:hover {
    color: #fff;
    background-color: #111;
    border-color: #111;    
}

/*btn btn-primary*/

/*next-btn*/
.ls-move-submit-btn:active,
.ls-move-submit-btn.active,
.ls-move-submit-btn:focus,
.ls-move-submit-btn.focus,
.ls-move-submit-btn:active:focus,
.ls-move-submit-btn.active:focus,
.ls-move-submit-btn:active.focus,
.ls-move-submit-btn.active.focus,

.ls-move-next-btn:active,
.ls-move-next-btn.active,
.ls-move-next-btn:focus,
.ls-move-next-btn.focus,
.ls-move-next-btn:active:focus,
.ls-move-next-btn.active:focus,
.ls-move-next-btn:active.focus,
.ls-move-next-btn.active.focus,

.ls-move-submit-btn:hover,
.ls-move-submit-btn:active:hover,
.ls-move-submit-btn.active:hover,
.ls-move-next-btn:hover,
.ls-move-next-btn:active:hover,
.ls-move-next-btn.active:hover {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

.ls-move-submit-btn,
.ls-move-next-btn {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

/*gender/yes/no... : default*/
.gender-button .btn-primary,
.yes-no .btn-primary,
.bootstrap-buttons-div .button-item {
    color: #333;
    background-color: #eee;
    border-color: #eee;
}

/*gender/yes/no... : hover*/
.gender-button .btn-primary:hover,
.yes-no .btn-primary:hover,
.bootstrap-buttons-div .button-item:hover {
    color: #fff;
    background-color: #777;
    border-color: #777;

}



/*gender/yes/no... : active*/
.gender-button .btn-primary:active,
.gender-button .btn-primary.active:hover,
.gender-button .btn-primary:focus,
.gender-button .btn-primary.active,
.gender-button .btn-primary.active:focus,
.yes-no .btn-primary:focus,
.yes-no .btn-primary.active,
.yes-no .btn-primary.active:hover,
.yes-no .btn-primary.active:focus,
.bootstrap-buttons-div .button-item:focus,
.bootstrap-buttons-div .button-item.active,
.bootstrap-buttons-div .button-item:focus {
    color: #fff;
    background-color: #777;
    border-color: #777;
}

/*date picker*/
.date-timepicker-group .btn-primary,
.date-timepicker-group .btn-primary:hover,
.date-timepicker-group .btn-primary:active,
.date-timepicker-group .btn-primary:focus,
.date-timepicker-group .btn-primary:active:hover,
.date-timepicker-group .btn-primary:active:focus,
.date-timepicker-group .btn-primary:active.focus,
.date-timepicker-group .btn-primary.hover,
.date-timepicker-group .btn-primary.active,
.date-timepicker-group .btn-primary.focus,
.date-timepicker-group .btn-primary.active:hover,
.date-timepicker-group .btn-primary.active:focus,
.date-timepicker-group .btn-primary.active.focus {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

/*btn btn-default*/

/*previous-btn*/
.ls-move-previous-btn:hover,
.ls-move-previous-btn:active:hover,
.ls-move-previous-btn.active:hover,
.ls-move-previous-btn:active,
.ls-move-previous-btn.active,
.ls-move-previous-btn:focus,
.ls-move-previous-btn.focus,
.ls-move-previous-btn:active:focus,
.ls-move-previous-btn.active:focus,
.ls-move-previous-btn:active.focus,
.ls-move-previous-btn.active.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.ls-move-previous-btn {
    color: #333;
    background-color: #fff;
    border-color: #adadad;
}

/*###############Upload start###########*/
/*upload: Save Changes...*/
.upload.btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.upload.btn-primary:hover,
.upload.btn-primary:active:hover,
.upload.btn-primary.active:hover {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

.upload.btn-primary:active,
.upload.btn-primary.active,
.upload.btn-primary:focus,
.upload.btn-primary.focus,
.upload.btn-primary:active:focus,
.upload.btn-primary.active:focus,
.upload.btn-primary:active.focus,
.upload.btn-primary.active.focus {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

/*upload popup start*/
/*start: upload: Select file...*/
.upload-div .btn {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.upload-div .btn:active,
.upload-div .btn.active,
.upload-div .btn:focus,
.upload-div .btn.focus,
.upload-div .btn:focus,
.upload-div .btn:focus,
.upload-div .btn.focus,
.upload-div .btn.focus {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

.upload-div .btn:hover,
.upload-div .btn:active:hover,
.upload-div .btn.active:hover {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

.upload-files .uploadedfiles td a.btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.upload-files .uploadedfiles td a.btn-primary:hover,
.upload-files .uploadedfiles td a.btn-primary:active,
.upload-files .uploadedfiles td a.btn-primary:focus {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

fieldset div:nth-child(3) a.btn {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

/*end: upload: Select file...*/

/*upload: You can upload...*/
.uploader .alert-info {
    color: #fff;
    background-color: #333;
    border: 0px;
}


/*file upload popup save-changes*/
.file-upload-modal-footer .btn {
    color: #fff;
    background-color: #333;
    border-color: #333;
}


.file-upload-modal-footer .btn:active,
.file-upload-modal-footer .btn.active,
.file-upload-modal-footer .btn:focus,
.file-upload-modal-footer .btn.focus,
.file-upload-modal-footer .btn:active:focus,
.file-upload-modal-footer .btn.active:focus,
.file-upload-modal-footer .btn:active.focus,
.file-upload-modal-footer .btn.active.focus {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

.file-upload-modal-footer .btn:hover,
.file-upload-modal-footer .btn:active:hover,
.file-upload-modal-footer .btn.active:hover {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

.file-upload-modal-footer .btn, 
.file-upload-modal-footer .btn:active, 
.file-upload-modal-footer .btn.active {
    color: #ffffff;
    border-color: #5cb85c;
    background-color: #4cae4c;
}

.file-upload-modal-footer .btn:hover, 
.file-upload-modal-footer .btn:active:hover, 
.file-upload-modal-footer .btn.active:hover {
    color: #ffffff;
    border-color: #398439;
    background-color: #449d44;
}

/*upload popup end*/

/*###############Upload end###########*/

.save-survey-input .btn,
.modal-dialog .btn {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.save-survey-input .btn:hover,
.save-survey-input .btn:active:hover,
.save-survey-input .btn.active:hover,
.modal-dialog .btn:hover,
.modal-dialog .btn:active:hover,
.modal-dialog .btn.active:hover {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

.btn-info {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-info:hover {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

/*--------------------end button--------------------- */

/*--------------------start sortables----------------*/

.list-samechoiceheight .sortable-list {
    border: 1px solid #ccc;
    padding: 5px;
}

/*unsorted*/
.sortable-choice .ls-choice.sortable-item {
    background-color: #ddd;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

/*sorted*/
.sortable-rank .ls-choice.sortable-item {
    color: #fff;
    background-color: #333;
    border-color: #333;
    margin-bottom: 5px;
}

/*--------------------end sortables----------------*/
.slider-list .slider.slider-untouched .slider-handle {
    background-color: #333;
}

.slider-touched .tooltip-inner,
.slider-touched .slider-handle {
    background-color: #111;
}


.slider-touched .tooltip.top .tooltip-arrow {
    border-top-color: #111;
}

.slider-handle {
    background-color: #111;
    background-image: linear-gradient(to bottom, #111 0%, #111 100%);
}

.slider-selection {
    background-image: linear-gradient(to bottom, #111 0%, #111 100%);
}

@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {
    .array-flexible-row .ls-answers .answertextright {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .radio-item label::before,
    .checkbox-item label::before {
        top: 3px;
    }
    
    .radio-item label::after {
        top: 6px;
    }
    
    .checkbox-item label::after {
        top: 3px;
    }
}

/* Logos appear well on mobile devices. */
@media only screen and (max-width: 768px) {
    .logo-bar {
        justify-content: center;        
        flex-direction: column;
        row-gap: 15px;
    }
}

/* 2021-06-23: Add visual separator for dual scale questions */
@media only screen and (min-width: 768px) {

    .array-flexible-dual-scale col.col-answers,
    .array-flexible-dual-scale col.separator,
    .array-flexible-duel-scale col.col-answers,
    .array-flexible-duel-scale col.separator {
        width: auto !important;
    }

    .array-flexible-dual-scale .header_separator,
    .array-flexible-dual-scale .dual_scale_separator,
    .array-flexible-duel-scale .header_separator,
    .array-flexible-duel-scale .dual_scale_separator {
        width: 4px !important;
        padding: 0 !important;
        background-color: #bee116;
        border-color: #bee116;
    }

    .array-flexible-dual-scale .table-hover>tbody>tr:hover>* {
        --bs-table-accent-bg: transparent;
        color: var(--bs-table-hover-color);
    }
}

@media only screen and (max-device-width: 1028px) {
	.ls-answers > tbody > tr > td.radio-item, 
	.ls-answers > tbody > tr > td.checkbox-item {
	min-height: 44px;
	}
}

/* [04-10-2024] : Trivender Singh */
.hidden {
    display: none;
}

/*****************************************************************/
/*                           Template Name                       */
/*****************************************************************/

/*****************************************************************/
/*                        Start General CSS                      */
/*****************************************************************/

@font-face {
    font-family: 'TheSans';
    font-style: normal;
    font-weight: 200;
    src: url(./fonts/TheSans-2_ExtraLight.woff2) format("woff2")
}

@font-face {
    font-family: 'TheSans';
    font-style: normal;
    font-weight: 500;
    src: url(./fonts/TheSans-5_Plain.woff2) format("woff2")
}

@font-face {
    font-family: 'TheSans';
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/TheSans-7_Bold.woff2) format("woff2")
}

@font-face {
    font-family: 'TheSerif';
    font-style: normal;
    font-weight: 300;
    src: url(./fonts/TheSerif_cls_3_.woff) format("woff")
}

@font-face {
    font-family: 'TheSerif';
    font-style: italic;
    font-weight: 600;
    src: url(./fonts/TheSerif-6_SemiBoldItalic.woff2) format("woff2")
}

body{
    font-family: 'TheSans';
}

.survey-description,
.survey-welcome,
.completed-text {
    font-family: 'arial';
    font-size: 16px;
}

/*****************************************************************/
/*                        End General CSS                        */
/*****************************************************************/

/*****************************************************************/
/*                        Start First Page                       */
/*****************************************************************/

.form-check-input:focus {
    box-shadow: none;
}
    
.form-check-input:checked {
    background-color: #001b40;
    border-color: #001b40;
    box-shadow: none;
}

/*****************************************************************/
/*                       End First Page                          */
/*****************************************************************/

/*****************************************************************/
/*                           Start links                         */
/*****************************************************************/

.dropdown-item.active, 
.dropdown-item:active {
    color: #212529;
    background-color: #bee116;
}

.dropdown-item:focus, 
.dropdown-item:hover {
    text-decoration: none;
    background-color: transparent;
}

a,
a:link,
#survey-nav .nav-link {
    color: #05031a;
}

a:hover,
#survey-nav .nav-link:hover,
#survey-nav .nav-link:focus {
    color: #05031a;
    font-weight: 700;
    text-decoration: underline;
}

a.dropdown-item:hover::before, 
#survey-nav .nav-link:hover::before {
    opacity: 1;
}

a.dropdown-item::before, 
#survey-nav .nav-link::before {
    background-color: #bee116;
    content: "";
    display: inline-block;
    filter: blur(3px);
    height: 1rem;
    opacity: 0;
    position: revert;
    right: calc(100% + 1rem);
    top: 0.5rem;
    transition-property: opacity;
    width: 1rem;
    will-change: filter;
}

#navbar ul.navbar-nav {
    font-size: 16.8px;
}

/*****************************************************************/
/*                           End Links                           */
/*****************************************************************/

/*****************************************************************/
/*                   Start Progress Bar                          */
/*****************************************************************/

.top-container .top-content {
    margin: 0;
    padding: 0;
}

.progress-bar {
    background-color: #bee116;
    color: #05031a;
}

/*****************************************************************/
/*                    End Progress Bar                           */
/*****************************************************************/

/*****************************************************************/
/*                  Start Question Container                     */
/*****************************************************************/

.question-container {
    font-family: 'arial';
    border: 2px solid #024;
    border-radius: 3px;
}

.question-title-container {
    color: #ffffff;
}

.question-number, 
.question-code {
    color: #ffffff !important;
}

.question-text {
    font-family: arial;
}

.question-help-container {
    font-family: arial;
    font-size: 14px;
}

.question-title-container .question-valid-container {
        color: #ffffff !important;
}

.radio-item input[type="radio"]:checked+label::before,
.checkbox-item input[type="checkbox"]:checked+label::before {
    border-color: #05031a;
}

.table-hover>tbody>tr:hover,
tr.answers-list:hover,
.array-flexible-column tr.answers-list:hover {
    background-color: transparent;
}

.multiple-short-txt ul.text-list li.text-item {
    align-items: center;
}

/*****************************************************************/
/*                 End Question Container                        */
/*****************************************************************/

/*****************************************************************/
/*             Start Specified Question Container                */
/*****************************************************************/

/* Multiple images selection */
li.imageselect-listitem .imageselect-container .imageselect-label {
    border: 18px solid #ced5e1;
}

li.imageselect-listitem .imageselect-container input.imageselect-checkbox:checked+label {
    border: 18px solid #bee116;
}

/* Add line button */
button.btn.btn-outline-secondary.selector--inputondemand-addlinebutton {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
}

/* Multiplechoice bootstrap buttons selection */
Multiplechoice bootstrap buttons unchecked focus .btn-check .btn-primary:focus, 
.btn-check:focus+.btn-primary {
    color: #05031a;
    background-color: #bee116;
    border: 2px solid #bee116;
}


.equation.question-container,
.boilerplate.question-container {
	padding-bottom: 0;
}
 
.equation .question-title-container,
.boilerplate .question-title-container {
    margin-bottom: 0;
}

/*****************************************************************/
/*            End Specified Question Container                   */
/*****************************************************************/

/*****************************************************************/
/*                      Start Specified css                      */
/*****************************************************************/

.custom-group-container {
    border: 2px solid #024;
    border-radius: 3px;
    margin-bottom: 30px;
}

/*****************************************************************/
/*                     End Specified css                         */
/*****************************************************************/

/*****************************************************************/
/*                     Start All Buttons                         */
/*****************************************************************/

.btn {
    font-weight: 700;
    border-radius: 21px;
}

.btn:hover,
.btn:focus {
    text-decoration: underline;
}

/* Improve button focus and hover effects */
.btn,
.progress,
.dropdown-menu,
.checkbox-item label::before,
.checkbox-item label::after,
.form-control,
.form-select,
.modal-content,
.question-container {
    outline: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: none;
}

/* box-shadow */
.btn-check:active+.btn-outline-secondary:focus, 
.btn-check:checked+.btn-outline-secondary:focus, 
.btn-outline-secondary.active:focus, 
.btn-outline-secondary.dropdown-toggle.show:focus, 
.btn-outline-secondary:active:focus {
    box-shadow: none;
}

.btn-check:focus+.btn-outline-secondary, 
.btn-outline-secondary:focus {
    box-shadow: none;
}

.btn-check:active+.btn-primary:focus, 
.btn-check:checked+.btn-primary:focus, 
.btn-primary.active:focus, 
.btn-primary:active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-check:focus+.btn-primary, 
.btn-primary:focus {
    box-shadow: none;
}

.form-control,
.form-select,
.form-control:focus,
.form-select:focus,
button.btn.dropdown-toggle.btn-outline-secondary.show,
button.btn.dropdown-toggle.btn-outline-secondary.bs-placeholder.show {
    font-family: Arial;
    border: 2px solid rgba(130, 129, 141, .5);
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

/* Improve radio and checkbox button focus effects */
.radio-item input[type="radio"]:focus+label::before,
.checkbox-item input[type="checkbox"]:focus+label::before,
.radio-item input[type="radio"]:focus+label::after,
.checkbox-item input[type="checkbox"]:focus+label::after {
    outline: none;
}

.radio-item .ls-label-xs-visibility, 
.checkbox-item .ls-label-xs-visibility {
    width: 20px;
    height: 20px;
}

.checkbox-item label.ls-label-xs-visibility::after {
    height: 19px;
    width: 20px;
}

.radio-item label::before, 
.checkbox-item label::before {
    width: 20px;
    height: 20px;
    border: 1px solid #82818d;
}

.radio-item label::after {
    width: 14px;
    height: 14px;
    background-color: #05031a;
}

.checkbox-item label::after {
    width: 20px;
    height: 18px;
    left: 0px;
    line-height: 19px;
    color: #ffffff;
    background-color: #001b40;
}

/* Customize Admin page survey title buttons */
.surveytitle.btn-primary {
    background-color: #bee116;
    color: #05031a;
    border-color: #bee116;
}

.surveytitle.btn-primary:hover {
    background-color: #bee116;
    color: #05031a;
    border-color: #bee116;
}

/* Customize btn primary  */
.btn-primary {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;   
}

.btn-primary:hover,
.btn-primary:active:hover
.btn-primary.active:hover {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
}

/* Customize Next/Submit buttons */
span.button__text {
    position: relative;
}

.ls-move-submit-btn, 
.ls-move-next-btn {
    background-color: transparent;
    color: #05031a;
    border-color: transparent;
    position: relative;
}

.ls-move-submit-btn:before, 
.ls-move-next-btn:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #bee116;
    border-radius: 21px;
}

.ls-move-submit-btn:hover:before, 
.ls-move-next-btn:hover:before {
    filter: blur(10px);
}

.ls-move-submit-btn:active,
.ls-move-submit-btn.active,
.ls-move-submit-btn:focus,
.ls-move-submit-btn.focus,
.ls-move-submit-btn:active:focus,
.ls-move-submit-btn.active:focus,
.ls-move-submit-btn:active.focus,
.ls-move-submit-btn.active.focus,
.ls-move-next-btn:active,
.ls-move-next-btn.active,
.ls-move-next-btn:focus,
.ls-move-next-btn.focus,
.ls-move-next-btn:active:focus,
.ls-move-next-btn.active:focus,
.ls-move-next-btn:active.focus,
.ls-move-next-btn.active.focus,
.ls-move-submit-btn:hover,
.ls-move-submit-btn:active:hover,
.ls-move-submit-btn.active:hover,
.ls-move-next-btn:hover,
.ls-move-next-btn:active:hover,
.ls-move-next-btn.active:hover {
    background-color: transparent;
    color: #05031a;
    border-color: transparent;
    text-decoration: underline;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-check:focus:checked + .btn-primary, 
.btn-check .btn-primary:focus:checked {
    color: #05031a;
    background-color: #bee116;
    border: 2px solid #bee116;
}

.btn-primary.disabled, 
.btn-primary:disabled {
    color: #05031a;
    background-color: #bee116;
    border: 2px solid #bee116;
}

/* Customize gender/yes-no buttons */
.gender-button .btn-primary,
.yes-no .btn-primary {
    background-color: transparent;
    color: #05031a;
    border: 2px solid #05031a;
    text-decoration: none;
}

.gender-button .btn-primary:hover,
.yes-no .btn-primary:hover {
    color: #05031a;
    background-color: #bee116;
    border: 2px solid #bee116;
}

.gender-button .btn-primary:active,
.gender-button .btn-check:checked+.btn-primary,
.gender-button .btn-primary.active:hover,
.gender-button .btn-primary:focus,
.gender-button .btn-primary.active,
.gender-button .btn-primary.active:focus,
.yes-no .btn-check:checked+.btn-primary,
.yes-no .btn-primary:active,
.yes-no .btn-primary:focus,
.yes-no .btn-primary.active,
.yes-no .btn-primary.active:hover,
.yes-no .btn-primary.active:focus {
    color: #05031a;
    background-color: #bee116;
    border: 2px solid #bee116;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

/* Customize Date Picker button */
.date-timepicker-group .btn-primary,
.date-timepicker-group .btn-primary:hover,
.date-timepicker-group .btn-primary:active,
.date-timepicker-group .btn-primary:focus,
.date-timepicker-group .btn-primary:active:hover,
.date-timepicker-group .btn-primary:active:focus,
.date-timepicker-group .btn-primary:active.focus,
.date-timepicker-group .btn-primary.hover,
.date-timepicker-group .btn-primary.active,
.date-timepicker-group .btn-primary.focus,
.date-timepicker-group .btn-primary.active:hover,
.date-timepicker-group .btn-primary.active:focus,
.date-timepicker-group .btn-primary.active.focus {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
    border-radius: 4px;
}

/* Customize Previous buttons */
.ls-move-previous-btn,
.ls-move-previous-btn:hover,
.ls-move-previous-btn:active:hover,
.ls-move-previous-btn.active:hover {
    color: #05031a;
    background-color: #f2f4f7;
    border-color: #f2f4f7;
}

.ls-move-previous-btn:active,
.ls-move-previous-btn.active,
.ls-move-previous-btn:focus,
.ls-move-previous-btn.focus,
.ls-move-previous-btn:active:focus,
.ls-move-previous-btn.active:focus,
.ls-move-previous-btn:active.focus,
.ls-move-previous-btn.active.focus {
    color: #05031a;
    background-color: #f2f4f7;
    border-color: #f2f4f7;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

/* Customize Upload buttons */
.upload.btn-primary {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
}

.upload.btn-primary:hover,
.upload.btn-primary:active:hover,
.upload.btn-primary.active:hover {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
}

.upload.btn-primary:active,
.upload.btn-primary.active,
.upload.btn-primary:focus,
.upload.btn-primary.focus,
.upload.btn-primary:active:focus,
.upload.btn-primary.active:focus,
.upload.btn-primary:active.focus,
.upload.btn-primary.active.focus {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
}

.upload-div .btn {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
}

.upload-div .btn:active,
.upload-div .btn.active,
.upload-div .btn:focus,
.upload-div .btn.focus,
.upload-div .btn:focus,
.upload-div .btn:focus,
.upload-div .btn.focus,
.upload-div .btn.focus {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
}

.upload-div .btn:hover,
.upload-div .btn:active:hover,
.upload-div .btn.active:hover {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
}

.uploader .alert-info {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
}

.file-upload-modal-footer .btn {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
}

.file-upload-modal-footer .btn:active,
.file-upload-modal-footer .btn.active,
.file-upload-modal-footer .btn:focus,
.file-upload-modal-footer .btn.focus,
.file-upload-modal-footer .btn:active:focus,
.file-upload-modal-footer .btn.active:focus,
.file-upload-modal-footer .btn:active.focus,
.file-upload-modal-footer .btn.active.focus {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
}

.file-upload-modal-footer .btn:hover,
.file-upload-modal-footer .btn:active:hover,
.file-upload-modal-footer .btn.active:hover {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
}

/* Improve hover effect on uploaded files buttons */
.upload-files .uploadedfiles td a.btn-primary {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
}

.upload-files .uploadedfiles td a.btn-primary:hover,
.upload-files .uploadedfiles td a.btn-primary:active,
.upload-files .uploadedfiles td a.btn-primary:focus {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
}

/* Customize the delete button for uploaded files */
.upload-files ul.files-list fieldset div:nth-child(3) a.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.upload-files ul.files-list fieldset div:nth-child(3) a.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.save-survey-input .btn,
.modal-dialog .btn {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
}

.save-survey-input .btn:hover,
.save-survey-input .btn:active:hover,
.save-survey-input .btn.active:hover,
.modal-dialog .btn:hover,
.modal-dialog .btn:active:hover,
.modal-dialog .btn.active:hover {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
}

.btn-info {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
}

.btn-info:hover {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
}

/* Customize bootstrap buttons */
.bootstrap-buttons-div .btn-primary {
    background-color: transparent;
    color: #05031a;
    border: 2px solid #05031a;
    border-radius: 4px;
    text-decoration: none;
}

.bootstrap-buttons-div .btn-primary:hover {
    color: #05031a;
    background-color: #bee116;
    border: 2px solid #bee116;
}

.bootstrap-buttons-div .btn-check:focus:checked + .btn-primary:active, 
.bootstrap-buttons-div .btn-check:focus:checked + .btn-primary:focus,
.bootstrap-buttons-div .btn-check .btn-primary:focus:checked:active, 
.bootstrap-buttons-div .btn-check .btn-primary:focus:checked:focus {
    color: #05031a;
    background-color: #bee116;
    border: 2px solid #bee116;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #000000;
    background-color: transparent;
    font-weight: normal;
    border: 2px solid rgba(130, 129, 141, .5);
    border-radius: 4px;
}

.bootstrap-select>.dropdown-toggle {
    font-weight: normal;
    width: 250px;
    color: #212529;
    background-color: transparent;
    border: 2px solid rgba(130, 129, 141, .5);
    border-radius: 4px;
}

.dropdown.bootstrap-select .dropdown-menu.show {
    width: 250px;
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #212524;
}

.bootstrap-select .btn-check:active+.btn-outline-secondary,
.bootstrap-select .btn-check:checked+.btn-outline-secondary,
.bootstrap-select .btn-outline-secondary.active,
.bootstrap-select .btn-outline-secondary.dropdown-toggle.show,
.bootstrap-select .btn-outline-secondary:active {
    background-color: transparent;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

/*****************************************************************/
/*                        End All Buttons                        */
/*****************************************************************/

/*****************************************************************/
/*                       Start Sortables                         */
/*****************************************************************/
/*unsorted*/
.sortable-choice .ls-choice.sortable-item {
    color: #05031a;
    background-color: #f2f4f7;
    border-color: #ced5e1;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*sorted*/
.sortable-rank .ls-choice.sortable-item {
    color: #05031a;
    background-color: #bee116;
    border-color: #bee116;
    border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*****************************************************************/
/*                      End Sortables                            */
/*****************************************************************/

/*****************************************************************/
/*                       Start Slider                            */
/*****************************************************************/

.tooltip-inner {
    color: #000000;
	background-color: #bee116;
}

.slider-list .slider.slider-untouched .slider-handle {
    background-color: #bee116;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: #bee116;
}

.slider-touched .tooltip-inner,
.slider-touched .slider-handle {
    background-color: #bee116;
}

.slider-touched .tooltip.top .tooltip-arrow {
    border-top-color: #bee116;
}

.slider-handle {
    background-color: #bee116;
    background-image: linear-gradient(to bottom, #bee116 0%, #bee116 100%);
}

.slider-selection {
    background-image: linear-gradient(to bottom, #bee116 0%, #bee116 100%);
}

/*****************************************************************/
/*                       End Slider                              */
/*****************************************************************/

/*****************************************************************/
/*                       Start Footer                            */
/*****************************************************************/

 /* Removed the classess background color in the question index */
li.navbar-item-middle ul li.index-item-current {
      background-color: #bee116;
      text-decoration: none;
}

/* Removed the classess background color in the question index */
li.navbar-item-middle ul li a.bg-warning,
li.navbar-item-middle ul li a.bg-danger {
      background-color: transparent !important;
      text-decoration: none;
}

li.navbar-item-middle ul li a.bg-warning:hover,
li.navbar-item-middle ul li a.bg-danger:hover {
    background-color: transparent !important;
    text-decoration: none;
}

/*****************************************************************/
/*                       End Footer                              */
/*****************************************************************/

@media screen and (max-width: 768px) {
    #navbar li.navbar-item-right {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    .checkbox-item label:hover::before {
        color: #82818d;
        font-family: "FontAwesome";
        content: "\f00c";
        line-height: 18px;
        width: 20px;
        height: 20px;
        text-indent: 3px;
        border-radius: 3px;
    }
}


/* Fixed the radio buttons */
.dir-ltr .radio-item label.ls-label-xs-visibility::before, 
.dir-ltr .checkbox-item label.ls-label-xs-visibility::before {
    left: 0px;
    top: 0px;  
}

.dir-ltr .radio-item label.ls-label-xs-visibility::after, 
.dir-ltr .checkbox-item label.ls-label-xs-visibility::after {
    left: 3px;
    top: 3px;  
}

@media screen and (max-width: 768px) {
    .dir-ltr .radio-item label.ls-label-xs-visibility::before, 
    .dir-ltr .checkbox-item label.ls-label-xs-visibility::before {
        left: 0px;
        top: 0px;
    }
    table.ls-answers>tbody>tr td.answer-item.radio-item, table.ls-answers>tbody>tr td.answer-item.checkbox-item {
        padding-top: 3px;
    }
    table.ls-answers>tbody>tr td.answer-item.radio-item label, table.ls-answers>tbody>tr td.answer-item.checkbox-item label {
        padding-top: 3px;
    }
}

/* 2025-09-18 Marcel Minke: Different field length for "other" */
    .other-text-item .input-sm,
    .other-text-item input.form-control,
    .list-radio .answer-container .container-fluid .answer-item div input.form-control {
       width: 100%;
    }
    
    .other-50 .other-text-item .input-sm,
    .other-50 .other-text-item input.form-control,
    .other-50.list-radio .answer-container .container-fluid .answer-item div input.form-control {
       width: 50%;
    }
    
    .other-100 .other-text-item .input-sm,
    .other-100 .other-text-item input.form-control,
    .other-100.list-radio .answer-container .container-fluid .answer-item div input.form-control {
       width: 100%;
    }
    
    .other-200 .other-text-item .input-sm,
    .other-200 .other-text-item input.form-control,
    .other-200.list-radio .answer-container .container-fluid .answer-item div input.form-control {
       width: 200%;
    }

    .other-300 .other-text-item .input-sm,
    .other-300 .other-text-item input.form-control,
    .other-300.list-radio .answer-container .container-fluid .answer-item div input.form-control {
       width: 300%;
    }
    
    .other-400 .other-text-item .input-sm,
    .other-400 .other-text-item input.form-control,
    .other-400.list-radio .answer-container .container-fluid .answer-item div input.form-control {
       width: 400%;
    }
    
    .other-500 .other-text-item .input-sm,
    .other-500 .other-text-item input.form-control,
    .other-500.list-radio .answer-container .container-fluid .answer-item div input.form-control {
       width: 500%;
    }
