:root {

    --mobile-backdrop-color: rgba(0, 0, 0, 0.7);

}

/*
|--------------------------------------------------------------------------
| Bootstrap 3
|--------------------------------------------------------------------------
*/

@font-face {
    font-family: 'Glyphicons Halflings';
    /* IE9 Compat Modes */
    src: url('../plugins/bootstrap/fonts/glyphicons-halflings-regular.eot');
    /* IE6-IE8 */
    src: url('../plugins/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
        /* Modern Browsers */
        url('../plugins/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
        /* Safari, Android, iOS */
        url("../plugins/bootstrap/fonts/glyphicons-halflings-regular.ttf") format('truetype');
}


/*
| Buttons
*/

.btn {
    border-radius: 3px;
    white-space: normal;
}

.btn,
.pagination>li>a,
.pagination>li>span {
    -webkit-transition: transform 150ms, box-shadow 150ms, width 100ms, background-color 100ms, color 100ms, border-color 100ms, opacity 0.15s;
    -moz-transition: transform 150ms, box-shadow 150ms, width 100ms, background-color 100ms, color 100ms, border-color 100ms, opacity 0.15s;
    transition: transform 150ms, box-shadow 150ms, width 100ms, background-color 100ms, color 100ms, border-color 100ms, opacity 0.15s;
}

.btn:not(.btn-link),
.btn:not(.btn-link):focus,
.btn:not(.btn-link):active,
.btn:not(.btn-link).active,
.btn:not(.btn-link).active:hover {
    /* transform: translateY(0); */
    box-shadow: rgba(0, 0, 0, .08) 0 2px 4px 0;
}

.open>.dropdown-toggle.btn.focus,
.open>.dropdown-toggle.btn:focus,
.open>.dropdown-toggle.btn:hover,
.btn:not(.btn-link, .active):hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, .25) 0 3px 9px 0;
}

.btn.disabled,
.btn.disabled:hover,
.btn.disabled:focus,
.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:focus {
    opacity: 0.65;
    transform: translateY(0);
    box-shadow: none;
}

.btn.active:hover {
    cursor: default;
}

.btn.inactive {
    opacity: 0.5;
}

.btn.inactive:hover,
.btn.active {
    opacity: 1;
}

.btn.btn-round {
    height: 30px;
    width: 30px;
    border-radius: 40px;
    padding: 0px;
}

.btn.btn-round.btn-sm {
    height: 22px;
    width: 22px;
    border-radius: 32px;
}

.btn.btn-round.btn-lg {
    height: 40px;
    width: 40px;
    border-radius: 50px;
}

.btn.btn-fill {
    height: 100%;
    width: 100%;
}

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-success,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-warning,
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-danger,
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-info,
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-default,
.btn.btn-default:hover,
.btn.btn-default:focus {
    background-image: none;
    text-shadow: none;
}

.btn.btn-default.active,
.btn.btn-default.active:hover,
.btn.btn-default.active:focus {
    border-color: transparent;
}

.btn-shortcut .btn-shortcut-text {
    display: none;
}

.btn-shortcut:hover .btn-shortcut-text {
    display: inline;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    outline-offset: 0px;
}

.btn-impact {
    padding-top: 28px;
    padding-bottom: 18px;
}

.btn-impact .btn-impact-icon {
    font-size: 5em;
}

.btn-impact .btn-impact-title {
    padding-top: 20px;
}

.btn-impact.admin {
    padding-top: 14px;
    padding-bottom: 8px;
}

.btn-impact.admin .btn-impact-icon {
    font-size: 2.5em;
}

.btn-impact.admin .btn-impact-title {
    padding-top: 10px;
}

@media only screen and (max-width: 767px) {

    .btn-impact {
        padding-top: 14px;
        padding-bottom: 8px;
    }

    .btn-impact .btn-impact-icon {
        font-size: 2.5em;
    }

    .btn-impact .btn-impact-title {
        padding-top: 10px;
    }

}

/*
| Pagination
*/

.pagination>li>a {
    margin-right: 1px;
    margin-left: 1px;
}

.pagination>li.page-item:not(.next):not(.previous)>a,
.pagination>li.first-page>a,
.pagination>li.first-previous-page>a,
.pagination>li.active>a,
.pagination>li.first-next-page>a,
.pagination>li.last-page>a,
.pagination>li.previous-page>a,
.pagination>li.next-page>a,
.pagination>li.separator-page>a {
    border-radius: 50%;
    border: none;
}

@media (hover: hover) {

    .pagination>li.previous>a:hover,
    .pagination>li.previous-page>a:hover,
    .pagination>li.next>a:hover,
    .pagination>li.next-page>a:hover {
        background-color: transparent;
        color: #777;
    }

    .pagination>li.previous:not(.disabled)>a:hover,
    .pagination>li.previous-page:not(.disabled)>a:hover {
        transform: translateX(-2px);
    }

    .pagination>li.next:not(.disabled)>a:hover,
    .pagination>li.next-page:not(.disabled)>a:hover {
        transform: translateX(2px);
    }

}

.pagination .active a {
    font-weight: 700;
}

.pagination .active a {
    border: 1px solid #888;
}

/* Rends le caractère plus pâle */
.pagination .fa-ellipsis-h {
    -webkit-text-stroke: 1px #eee;
}

/*
| Carousel
*/

.carousel-indicators {
    position: static;
    bottom: initial;
    left: initial;
    z-index: 15;
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
    text-align: center;
    list-style: none;
    margin-bottom: 0px;
}

.carousel-indicators li {
    border-color: #333;
}

.carousel-indicators li.active {
    background-color: #333;
}

.carousel-slide-btn {
    height: 100%;
    width: 100%;
    padding: 0px 2px;
    margin: 0px 2px;
    display: block;
    font-size: 1.1em;
    color: #333;

    -webkit-transition: transform 150ms, box-shadow 150ms, width 100ms, background-color 100ms, color 100ms, border-color 100ms, opacity 0.15s;
    -moz-transition: transform 150ms, box-shadow 150ms, width 100ms, background-color 100ms, color 100ms, border-color 100ms, opacity 0.15s;
    transition: transform 150ms, box-shadow 150ms, width 100ms, background-color 100ms, color 100ms, border-color 100ms, opacity 0.15s;
}

.carousel-slide-btn:focus,
.carousel-slide-btn:active,
.carousel-slide-btn:hover {
    color: #333;
}

.carousel-slide-btn[data-slide="prev"]:hover {
    transform: translateX(-2px);
}

.carousel-slide-btn[data-slide="next"]:hover {
    transform: translateX(2px);
}

/*
| Form controls
*/

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

/*
| Alerts
*/

.alert {
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-radius: 0px;
    border-left-width: 3px;
}

.alert-success,
.alert-warning,
.alert-danger,
.alert-info {
    background-image: none;
}

.alert.alert-dismissible {
    position: relative;
}

.alert.alert-dismissible>.close {
    position: absolute;
    top: 4px;
    right: 10px;
}

/*
| Rows & Columns
*/

.col-xlg-1,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12 {
    position: relative;
    min-height: 1px;
}

.visible-xlg {
    display: none !important;
}

@media (min-width: 1600px) {

    .col-xlg-1,
    .col-xlg-2,
    .col-xlg-3,
    .col-xlg-4,
    .col-xlg-5,
    .col-xlg-6,
    .col-xlg-7,
    .col-xlg-8,
    .col-xlg-9,
    .col-xlg-10,
    .col-xlg-11,
    .col-xlg-12 {
        float: left;
    }

    .col-xlg-12 {
        width: 100%;
    }

    .col-xlg-11 {
        width: 91.66666667%;
    }

    .col-xlg-10 {
        width: 83.33333333%;
    }

    .col-xlg-9 {
        width: 75%;
    }

    .col-xlg-8 {
        width: 66.66666667%;
    }

    .col-xlg-7 {
        width: 58.33333333%;
    }

    .col-xlg-6 {
        width: 50%;
    }

    .col-xlg-5 {
        width: 41.66666667%;
    }

    .col-xlg-4 {
        width: 33.33333333%;
    }

    .col-xlg-3 {
        width: 25%;
    }

    .col-xlg-2 {
        width: 16.66666667%;
    }

    .col-xlg-1 {
        width: 8.33333333%;
    }

    .hidden-xlg {
        display: none;
    }

    .visible-xlg {
        display: block !important;
    }
}

.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
    position: relative;
    min-height: 1px;
}

.visible-xxs {
    display: none !important;
}

@media (max-width: 479px) {

    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11,
    .col-xxs-12 {
        float: left;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-11 {
        width: 91.66666667%;
    }

    .col-xxs-10 {
        width: 83.33333333%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-8 {
        width: 66.66666667%;
    }

    .col-xxs-7 {
        width: 58.33333333%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-5 {
        width: 41.66666667%;
    }

    .col-xxs-4 {
        width: 33.33333333%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-2 {
        width: 16.66666667%;
    }

    .col-xxs-1 {
        width: 8.33333333%;
    }

    .hidden-xxs {
        display: none;
    }

    .visible-xxs {
        display: block !important;
    }
}

.row:not(.row-vanilla) {
    margin-right: 0px;
    margin-left: 0px
}

.row:not(.row-vanilla)>[class^='col-'],
.row:not(.row-vanilla)>[class*='col-'] {
    padding-left: 0px;
    padding-right: 0px;
}

.page-header {
    margin: 20px 0 12px;
}

.page-header .title-bar {
    font-size: 22px;
}

.well {
    background-image: none;
}

.form-group {
    padding-left: 4px;
    padding-right: 4px;
}

.form-group.no-style {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}

input[type="color"].form-control {
    padding: 2px;
}

.form-no-padding .form-group {
    margin-bottom: 0px;
}

.form-no-margin .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

select.input-sm {
    font-size: 12px;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #ccc;
}

.has-error .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.form-group.file-upload-group.has-error .storage-button {
    border-color: #a94442;
}


.text-bold {
    font-weight: bold !important;
}

.input-group .form-control,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: initial;
}

@media only screen and (max-width: 767px) {
    .page-header {
        margin: 12px 0 9px;
    }

    .page-header h2 {
        font-size: 22px;
    }

    .page-header .title-bar {
        font-size: 18px;
    }

    /* !important are needed here because of modalDropdownOverlap() JS function */
    .country-select .country-list,
    .dropdown-menu:not(.datetimepicker) {
        font-size: 1.7em;
        position: fixed;
        left: 0 !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: 0;
        padding: 60px 40px;
        max-height: none;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: var(--mobile-backdrop-color);
    }

    .dropdown-menu:not(.datetimepicker)>li {
        text-align: center;
        overflow: hidden;
        background-color: white;
        border-bottom: 1px solid #ddd;
        padding: 0;
    }

    .dropdown-menu:not(.datetimepicker)>li>a {
        padding: 10px 20px !important;
    }
}

.help-block {
    margin-top: 0px;
    margin-bottom: 0px;
}

.help-block>* {
    margin-top: 4px;
}

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

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.panel>.panel-body {
    border-radius: 4px;
}

/*
|--------------------------------------------------------------------------
| jQuery UI
|--------------------------------------------------------------------------
* TODO: Use backoffice colors
*/

.ui-widget-content {
    border: 1px solid #eee;
    background: #f9f9f9;
    /* background: #F1F1F1; */
    color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    background: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    /* border: 1px solid rgba(230, 126, 34, 0.4);
    background: #fff;
    color: rgba(230, 126, 34, 0.8); */
    border: 1px solid #ccc;
    background: #fff;
    color: #1c94c4;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none;
    background: #f6f6f6;
}

.ui-state-highlight a {
    border: 1px solid !important;
}

/*
|--------------------------------------------------------------------------
| Bootstrap datetimepicker
|--------------------------------------------------------------------------
* TODO: Use backoffice colors
*/

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
    background-image: none;
    background-repeat: no-repeat;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
    /* background-color: rgba(230, 126, 34, 0.3); */
    background-image: none;
    background-repeat: no-repeat;
    /* border-color: rgba(230, 126, 34, 0.4); */
    color: #333;
}

.datetimepicker.dropdown-menu.datetimepicker-mobile {
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    height: auto;
    /* margin: 0;
    padding: 60px 40px; */
    margin: 60px 40px;
    /* background-color: rgba(51, 51, 51, .7); */
    font-size: 18px;
    -webkit-box-shadow: 0px 0px 0px 2000px var(--mobile-backdrop-color);
    box-shadow: 0px 0px 0px 2000px var(--mobile-backdrop-color);
}

.datetimepicker.dropdown-menu.datetimepicker-mobile>div {
    background-color: white;
}

.datetimepicker.dropdown-menu.datetimepicker-mobile:before,
.datetimepicker.dropdown-menu.datetimepicker-mobile:after {
    display: none;
}

@media only screen and (max-width: 767px) {

    .ui-timepicker.ui-widget {
        position: fixed !important;
        top: 25% !important;
        left: 10% !important;
        font-size: 23px;
        width: calc(100% - 80px) !important;
        max-height: none;
    }

    .ui-timepicker.ui-widget>.ui-timepicker-table.ui-widget-content {
        width: 100%;
        height: 50%;
        -webkit-box-shadow: 0px 0px 0px 2000px var(--mobile-backdrop-color);
        box-shadow: 0px 0px 0px 2000px var(--mobile-backdrop-color);
    }

    .ui-timepicker.ui-widget .ui-timepicker-table table {
        height: calc(100% - 47px);
        width: 100%;
    }

    .ui-timepicker.ui-widget .ui-timepicker-table td a {
        width: 100%;
        text-align: center;
        padding: 16px 0px;
        font-size: 18px;
    }

}

/*
|--------------------------------------------------------------------------
| FontAwesome
|--------------------------------------------------------------------------
*/

.fa-sm {
    font-size: 0.8em;
}

/*
|--------------------------------------------------------------------------
| Summernote
|--------------------------------------------------------------------------
*/

.note-toolbar {
    z-index: auto;
}

.note-toolbar .dropdown-menu {
    padding: 5px 0;
}

/*
|--------------------------------------------------------------------------
| Sumo Select
|--------------------------------------------------------------------------
*/

.SumoSelect {
    display: block;
    width: 100%;
}

.SumoSelect .select-all {
    height: auto;
}

select[multiple].SumoUnder,
select[size].SumoUnder {
    height: 100%;
}

/*
|--------------------------------------------------------------------------
| Leaflet
|--------------------------------------------------------------------------
*/

.leaflet-routing-container-hide.leaflet-control {
    display: none !important;
}

/*
|--------------------------------------------------------------------------
| spectrum
|--------------------------------------------------------------------------
*/

.sp-container {
    background-color: #ececec;
    border: none;

    box-shadow: rgba(0, 0, 0, .25) 0 3px 9px 0;
}

.sp-picker-container {
    border-left: none;
}

.sp-container button {
    background-color: rgb(250, 250, 250);
    background-image: none;
    border: 1px solid #ccc;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 1px solid #bbb;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 5px 4px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;

    -webkit-transition: transform 150ms, box-shadow 150ms, width 100ms, background-color 100ms, color 100ms, border-color 100ms, opacity 0.15s;
    -moz-transition: transform 150ms, box-shadow 150ms, width 100ms, background-color 100ms, color 100ms, border-color 100ms, opacity 0.15s;
    transition: transform 150ms, box-shadow 150ms, width 100ms, background-color 100ms, color 100ms, border-color 100ms, opacity 0.15s;
}

.sp-container button:hover {
    background-color: rgb(250, 250, 250);
    background-image: none;
    border: 1px solid #bbb;
    border-bottom-color: rgb(187, 187, 187);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: none;
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, .25) 0 3px 9px 0;
}

.sp-input {
    background-color: rgb(250, 250, 250);
}

/*
|--------------------------------------------------------------------------
| intl-tel-input
|--------------------------------------------------------------------------
*/

.intl-tel-input .selected-flag {
    z-index: 2;
    /* TODO: Find out why this is now needed to make the flag appear */
}

.intl-tel-input .country-list {
    z-index: 3;
    /* TODO: Need to do that because CSS code above */
}

/*
|--------------------------------------------------------------------------
| Patches (TODO: Remove when not needed anymore)
|--------------------------------------------------------------------------
*/

.checkbox input[type="checkbox"] {
    height: 1em;
}

/* .no-child-col-padding .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.no-child-col-padding [class^='col-'],
.no-child-col-padding [class*='col-']{
    padding-left: 0px !important;
    padding-right: 0px !important;
} */

/*
|--------------------------------------------------------------------------
| Laravel
|--------------------------------------------------------------------------
*/

pre.sf-dump,
pre.sf-dump .sf-dump-default {
    z-index: auto !important;
}


html,
body {
    font-size: 15px !important;
}


/*
|--------------------------------------------------------------------------
| Sectigo - Trust Seal
|--------------------------------------------------------------------------
*/

.sectigo-seal {
    position: relative;
}

.sectigo-seal a img {
    height: 32px !important;
}

.sectigo-seal>[name="tl_popupSECOV"] {
    bottom: 100% !important;
    right: 0 !important;
    top: unset !important;
    left: unset !important;
    width: 250px !important;
    height: 159px !important;
}