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

@font-face {
  font-family: "ParisinePlusGrisBold";
  src: url(./fonts/ParisinePlusWebGris-Bold.woff2);
}

@font-face {
  font-family: "ParisinePlusGrisBoldItalic";
  src: url(./fonts/ParisinePlusWebGris-BoldItalic.woff2);
}

@font-face {
  font-family: "ParisinePlusGrisItalic";
  src: url(./fonts/ParisinePlusWebGris-Italic.woff2);
}

@font-face {
  font-family: "ParisinePlusGrisRegular";
  src: url(./fonts/ParisinePlusWebGris-Regular.woff2);
}

@font-face {
  font-family: "ParisineClairItalic";
  src: url(./fonts/ParisineWebClair-Italic.woff2);
}

@font-face {
  font-family: "ParisineClairRegular";
  src: url(./fonts/ParisineWebClair-Regular.woff2);
}

@font-face {
  font-family: "ParisineGrisRegular";
  src: url(./fonts/ParisineWebGris-Italic.woff2);
}

@font-face {
  font-family: "ParisineGrisRegular";
  src: url(./fonts/ParisineWebGris-Regular.woff2);
}

.font-noto {
    font-family: "ParisineGrisRegular";
}

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

body {
    font-family: "ParisineGrisRegular", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    color: #333;
    padding: 0px;
}

body .top-container {
    margin: 0;
}

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

.text-danger {
    color: #e62d4b !important;
}

img {
    max-width: 100%;
}

/* #################### 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;
    border: 1px solid #eee;
    background-color: #eee;
}

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

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

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

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

.navbar-logo-right {
    padding: 0px 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;
    padding: 0px 15px;
    padding-bottom: 15px;
    margin: 0;
}

.well {
    width: 100%;
    background-color: transparent;
    margin: auto;
    padding: 0px 15px;
    padding-bottom: 15px;
    border: none;
    border-radius: 0;
    justify-content: center;
    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: 120%;
}

.dir-ltr .ls-questionhelp {
    padding-top: 15px;
}

.question-help-container {
    color: #888 !important;
}

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

.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: 3px;
}

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

.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: transparent;
}

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

.date .date-item div:nth-child(2) span,
.date .date-item div:nth-child(4) span {
    display: none;
}

.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: #ccc;
}

.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;
}

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

.navbar-item-right a.ls-link-clearall {
    /*color: #888;*/
    text-decoration: none;
}

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

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

.list-group-itemindex-item.index-item-seen.index-item-unanswered.index-item-current {
    background-color: #333;
    color: #fff;
}

#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,
    .navbar-item-right a{
        text-align: center;
    }

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

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

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

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

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

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

footer .verweise {
    display: inline-flex;
    column-gap: 15px;
    list-style: none;
    padding-left: 0;
}

ul.verweise li a {
    color: #641446;
}

ul.verweise li a:hover {
    color: #e62d4b;
}

footer a {
    color: #641446;
}

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

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

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

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: 0;
}

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

.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: #D778AF;
}

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

@media (max-width: 768px) {

    .ls-answers .text-end,
    .ls-answers .text-start {
        text-align: center !important;
    }
}

@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;
}

/*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: #e62d4b;
    border-color: #e62d4b;
}

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

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

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

}

.btn-check:active+.btn-primary, 
.btn-check:checked+.btn-primary, 
.btn-primary.active, 
.btn-primary:active, 
.show>.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #e62d4b !important;
    border-color: #e62d4b !important;
}

/*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: #ffffff;
    background-color: #e62d4b;
    border-color: #e62d4b;
}

/*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: #e62d4b;
    border-color: #e62d4b;
}

/*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: #ffffff;
    background-color: #641446;
    border-color: #641446;
}

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

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

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

.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: #e62d4b;
    border-color: #e62d4b;
}

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

.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: #e62d4b;
    border-color: #e62d4b;
}

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

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

.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: #e62d4b;
    border-color: #e62d4b;
}

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: #e62d4b;
    border-color: #e62d4b;
    border: 0px;
}


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


.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: #e62d4b;
    border-color: #e62d4b;
}

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

/*upload popup end*/

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

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

.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: #e62d4b;
    border-color: #e62d4b;
}

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

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

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

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

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

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

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

/*--------------------end sortables----------------*/

.tooltip-inner {
    background-color: #e62d4b;
}

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

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


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

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

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

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

/*date picker today*/
.today {
    color: #ffffff;
    background-color: #e62d4b;
    border-color: #e62d4b;
}

/* 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: grey;
        border-color: grey;
    }

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

/*****************************************************************/
/***************************Trivender*****************************/
/*****************************************************************/

/* #################### general start ################### */

body {
    font-size: 16px;
}

.script-container {
    height: auto;
}

.btn {
    border-radius: 5px;
}

.radio-item label::before {
    border: 1px solid #641446;
}

.checkbox-item label::before {
    border: 1px solid #641446;
}

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

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

#survey-nav .nav-link:hover {
    color: #641446;
}

.table {
    color: #641446;
}

.form-select,
.form-control {
    border: 1px solid #ced4da;
}

.form-select:focus,
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ce2990;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(100,20,70,.25);
}

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

/* all survey border-radius */
.btn,
.progress,
.dropdown-menu,
.checkbox-item label::before,
.checkbox-item label::after,
.form-control,
.modal-content  {
	border-radius: 0px;
}

/* remove all outline from the survey */
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
    outline: none;
}

.radio-item input[type="radio"]:focus + label::before {
    outline: none;
}

.checkbox-item input[type="checkbox"]:focus + label::before, 
.checkbox-item input[type="radio"]:focus + label::before {
    outline: none;
}

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

/* #################### general end ################### */

/* #################### header start ################### */

img.logo-left {
    width: 38%;
}

section#kopf {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 4px;
}

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

/* #################### header end ################### */

/* #################### content start ################### */

.question-container {
    border: 2px solid #e3e3e3;
}

.question-title-container {
    border-bottom: 2px solid #e3e3e3;
}

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

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

/* #################### content end ################### */

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

ul.dropdown-menu.show {
    background-color: #f3f3f3;
}

#language-dropdown a.dropdown-item.ls-language-link {
    color: #641446;
}

#language-dropdown a.dropdown-item.ls-language-link:hover {
    color: #e62d4b;
}

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

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

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

li.list-group-itemindex-item {
    border-bottom: 1px dotted #641446;
}

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

