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

/* Fix JS adding body top padding for unused stick navbar: */
.fruity_twentythree {
    padding-top: 0 !important;
}

.fruity_twentythree .top-container {
    margin-top: 0;
}


/* FONTS */

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.large-heading {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
}

a {
    font-weight: inherit;
    font-size: inherit;
}



/* COLORS */

/*

Darker:     #3e2e4c | rgb(62,46,76)
Dark:       #4d3a5f | rgb(77,58,95)

Base color: #604877 | rgb(96,72,119)

Light:      #806d92 | rgb(128,109,146)
Lighter:    #998aa8 | rgb(153,138,168)

*/

a,
.radio-item input[type=radio]:checked + label,
.form-change-lang #language-changer-select,
.checkbox-item input[type=checkbox]:checked + label::after,
.form-change-lang #lang-select::after,
.checkbox-item input[type=checkbox]:checked + label,
input.imageselect-checkbox:checked ~ .imageselect-select::after,
.slider-list .slider .tooltip .tooltip-inner {
    color: #604877;
}

a:hover {
    color: #3e2e4c;
}

.text-primary {
    color: #604877 !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary.dropdown-toggle.show,
.btn-primary.dropdown-toggle.show:focus,
.btn-check + .btn-primary:hover,
.btn-check:checked + .btn-primary,
.btn-check:checked + .btn-primary:focus,
.btn-check:focus:checked + .btn-primary {
    background-color: #604877;
    border-color: #604877;
}

.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active,
.btn-primary:active:focus, 
.btn-primary.dropdown-toggle.show, 
.btn-primary.dropdown-toggle.show:focus {
    box-shadow: 4px 4px 0px rgba(96,72,119, 0.4);
}

*[class*=btn-outline-]:focus, 
*[class*=btn-outline-]:active,
*[class*=btn-outline-].active,
*[class*=btn-outline-].dropdown-toggle.show,
*[class*=btn-outline-].dropdown-toggle.show:focus, *[class*=btn-outline-].show,
.form-control:focus {
    box-shadow: 4px 4px 0px rgba(96,72,119, 0.4);
}

.btn-primary:hover,
.btn-outline-secondary:hover {
    box-shadow: 0px 0px 0px 3px rgba(96,72,119, 0.4);
}

.form-control.ls-important-field {
    box-shadow: 8px 8px 0px rgba(96,72,119, 0.3);
}

.form-control.ls-important-field:focus {
    box-shadow: 8px 8px 0px rgba(96,72,119, 0.15);
}

.privacy .checkbox-item label::before {
    border: 3px solid #604877;
}

.checkbox-item input[type=checkbox]:checked + label::before,
.radio-item input[type=radio]:checked + label::before,
input.imageselect-checkbox:checked ~ .imageselect-select::before {
    border-color: #604877;
}

.input-group-text,
label .input-group-text,
.radio-item input[type=radio] + label::after,
.radio-item input[type=radio]:checked + label::after,
.fruity_twentythree .input-group-addon,
.tempus-dominus-widget .date-container-decades div:not(.no-highlight).active,
.tempus-dominus-widget .date-container-years div:not(.no-highlight).active,
.tempus-dominus-widget .date-container-months div:not(.no-highlight).active,
.tempus-dominus-widget .date-container-days div:not(.no-highlight).active,
.tempus-dominus-widget .time-container-clock div:not(.no-highlight).active,
.tempus-dominus-widget .time-container-hour div:not(.no-highlight).active,
.tempus-dominus-widget .time-container-minute div:not(.no-highlight).active,
.tempus-dominus-widget .time-container-second div:not(.no-highlight).active,
.progress-bar,
.slider-list .slider .slider-selection,
.slider-list .slider .slider-handle {
    background-color: #604877;
}

.tempus-dominus-widget .date-container-decades div:not(.no-highlight).today:before,
.tempus-dominus-widget .date-container-years div:not(.no-highlight).today:before,
.tempus-dominus-widget .date-container-months div:not(.no-highlight).today:before,
.tempus-dominus-widget .date-container-days div:not(.no-highlight).today:before,
.tempus-dominus-widget .time-container-clock div:not(.no-highlight).today:before,
.tempus-dominus-widget .time-container-hour div:not(.no-highlight).today:before,
.tempus-dominus-widget .time-container-minute div:not(.no-highlight).today:before,
.tempus-dominus-widget .time-container-second div:not(.no-highlight).today:before {
    border-bottom-color: #604877;
}

.tempus-dominus-widget .date-container-decades div:not(.no-highlight).active.today:before,
.tempus-dominus-widget .date-container-years div:not(.no-highlight).active.today:before,
.tempus-dominus-widget .date-container-months div:not(.no-highlight).active.today:before,
.tempus-dominus-widget .date-container-days div:not(.no-highlight).active.today:before,
.tempus-dominus-widget .time-container-clock div:not(.no-highlight).active.today:before,
.tempus-dominus-widget .time-container-hour div:not(.no-highlight).active.today:before,
.tempus-dominus-widget .time-container-minute div:not(.no-highlight).active.today:before,
.tempus-dominus-widget .time-container-second div:not(.no-highlight).active.today:before {
    border-bottom-color: #fff;
}

.ranking-advanced-style .sortable-rank,
.ranking-advanced-style .ranking-advanced-sorted-items .sortable-item {
    border: 2px solid #604877;
}



/* A11Y */

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.form-change-lang #language-changer-select:focus,
.form-change-lang #language-changer-select:hover {
    box-shadow: 0px 0px 0px 3px rgba(96,72,119, 0.4);
}

.privacy .checkbox-item label:hover::before,
.privacy .checkbox-item .form-check-input:focus + label::before,
.checkbox-item input[type=checkbox]:focus + label::before,
.radio-item input[type=radio]:focus + label::before {
    box-shadow: 0px 0px 0px 3px rgba(96,72,119, 0.4);
}



/* OTHER*/

#welcome-container {
    max-width: none;
}

.survey-description th, td {
    padding: 0.5em;
    border: 1px solid #333;
    font-size: 0.9em;
}

table {
    caption-side: top;
}


@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-change-lang #language-changer-selec