/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(1237,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1238,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1239,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1240,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1241,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1242,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1243,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1244,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1245,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1246,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1247,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1248,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1249,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1250,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1254,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1255,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1256,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1257,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1258,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1262,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1263,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1264,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1265,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1266,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1273,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family'
(1274,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-body'
(1304,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-main'
(1313,22): run-time error CSS1039: Token not allowed after unary operator: '-shadow'
(1322,17): run-time error CSS1039: Token not allowed after unary operator: '-color-txt'
(1340,21): run-time error CSS1039: Token not allowed after unary operator: '-bg-second'
(1347,17): run-time error CSS1039: Token not allowed after unary operator: '-color-txt'
(1390,36): run-time error CSS1039: Token not allowed after unary operator: '-color-txt'
(1412,36): run-time error CSS1039: Token not allowed after unary operator: '-color-txt'
(1444,36): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(1445,25): run-time error CSS1039: Token not allowed after unary operator: '-white'
(1464,36): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(1465,25): run-time error CSS1039: Token not allowed after unary operator: '-white'
(1501,32): run-time error CSS1039: Token not allowed after unary operator: '-color-hover'
 */
.dt-buttons .button-send {
    cursor: pointer;
    display: unset;
}

.dt-buttons .disabled {
    background: greenyellow;
    color: black;
}

.content-inner {
    max-width: 800px;
    margin: auto;
}

.skin-orange .content-header-inner {
    background: #f2f6f8;
}

.content-header-inner {
    position: relative;
    padding: 20px 0px 20px;
}

    .content-header-inner > h1 {
        margin: 0 0 0px;
        font-size: 30px;
    }

    .content-header-inner > .breadcrumb {
        float: right;
        background: 0 0;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
        padding: 7px 5px;
        position: absolute;
        top: 20px;
        right: 20px;
        border-radius: 2px;
    }

        .content-header-inner > .breadcrumb > li > a {
            color: #444;
            text-decoration: none;
            display: inline-block;
        }

            .content-header-inner > .breadcrumb > li > a > .fa {
                margin-right: 5px;
            }

.card-body__title {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 1rem;
    font-weight: 400;
}

.icon-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .icon-list > li {
        position: relative;
        padding: .3rem 0;
    }

        .icon-list > li > i {
            width: 2.5rem;
            font-size: 1.25rem;
            top: .12rem;
            position: relative;
            margin-left: -.5rem;
            text-align: center;
        }

.content-inner .text-inner {
    padding: 1.25rem;
}

#liste-demande p.status, #liste-users p.status, #liste-prospects p.status, .linkdetail p.status, .linkreportingdetail p.status {
    display: inline-block;
}

.linkdetail, .linkreportingdetail {
    cursor: pointer;
}

.dt-buttons .update {
    background-color: #0092ee;
    border-color: #007ac7;
}

.dt-buttons .approuved {
    background-color: #22af47;
    border-color: #1a943b;
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    cursor: default;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.login-box-body, .register-box-body {
    padding: 20px 20px 20px;
}

    .login-box-body .card {
        margin-bottom: 0px;
        background-color: inherit;
    }

    .login-box-body .md-accordion .card .fa-angle-down {
        float: right;
    }

    .login-box-body .md-accordion .card .card-header {
        display: block;
    }

        .login-box-body .md-accordion .card .card-header a {
            color: #007EA6;
        }

.login-box {
    width: 430px;
}

#socialLoginList .btn-dropbox, #externelogin .btn-dropbox {
    color: #fff;
    background-color: #007ee5;
    border-color: rgba(0, 0, 0, .2);
}

.login-box .login-logo .text-inli {
    color: #FFFDCC;
}

#filtreReporting .box .box-body {
    display: -webkit-inline-box;
    width: 100%;
}

    #filtreReporting .box .box-body p {
        margin-bottom: 0;
    }

.sidebar-mini.sidebar-collapse-all .main-header .navbar,
.sidebar-mini.sidebar-collapse-all .content-wrapper,
.sidebar-mini.sidebar-collapse-all .main-footer {
    margin-left: 0;
}

#listhp2added {
    border-left: 1px solid #f7f7f7;
    padding-left: 0;
    padding-top: 10px;
}

    #listhp2added .title {
        padding-left: 15px;
        display: inline-block;
        font-size: 18px;
        margin: 0;
        line-height: 1;
        font-weight: 300;
        color: #444;
        width: 100%;
    }

    #listhp2added .op {
        border-bottom: 1px solid #f7f7f7;
        display: inline-flex;
        width: 100%;
        padding-bottom: 15px;
    }

        #listhp2added .op > button {
            width: 100px;
        }

    #listhp2added #hp2added {
        padding-left: 15px;
        padding-top: 5px;
        text-align: center;
        overflow-y: auto;
        height: auto;
        max-height: 500px;
        margin: 2px;
        overflow-x: hidden;
    }

@media (min-width: 1600px) {
    #listehp2body .col-md-10 .container.testimonial-group {
        width: 100%;
    }
}

#listehp2body .tab-content {
    padding-top: 5px;
}

body .booked-modal {
    margin-top: -84px;
    min-height: 168px;
    position: fixed;
    z-index: 9999999;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
}

    body .booked-modal .bm-overlay {
        animation: booked-fadein 0.2s;
        -webkit-animation: booked-fadein 0.2s;
        -moz-animation: booked-fadein 0.2s;
        -ms-animation: booked-fadein 0.2s;
        -o-animation: booked-fadein 0.2s;
        -webkit-backface-visibility: hidden;
        position: fixed;
        background: #000;
        background: rgba(0, 0, 0, 0.65);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    body .booked-modal.bm-loading .bm-window {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    body .booked-modal .bm-window {
        background: #f5f5f5;
        max-height: 100px;
        z-index: 2000000000;
    }

    body .booked-modal .bm-window {
        animation: booked-flyin 0.2s;
        -webkit-animation: booked-flyin 0.2s;
        -moz-animation: booked-flyin 0.2s;
        -ms-animation: booked-flyin 0.2s;
        -o-animation: booked-flyin 0.2s;
        -webkit-backface-visibility: hidden;
        padding: 43px 0 25px;
        width: 450px;
        position: relative;
        margin: 0 auto;
        background: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 1px 1px 60px rgba(0,0,0,0.5);
        -webkit-box-shadow: 1px 1px 60px rgba(0,0,0,0.5);
        box-shadow: 1px 1px 60px rgba(0,0,0,0.5);
    }

#tablemessage tr {
    cursor: pointer;
}

#filtreduplication .box .box-body .inline-elements {
    display: -webkit-inline-box;
    width: 100%;
}

.popover {
    max-width: none;
}

.popover-content {
    height: 180px;
    width: 330px;
}

textarea.popover-textarea {
    border: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    box-shadow: none;
}

.popover-footer {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 5px 5px 0 0;
}

.duplicationdiv {
    overflow-y: auto;
    height: auto;
    max-height: 375px;
    margin: 2px
}

.rapatriementdiv {
    overflow-y: auto;
    height: auto;
    max-height: 435px;
    margin: 2px
}

.duplicationdivhp2 {
    overflow-y: auto;
    height: auto;
    max-height: 252px;
    margin: 2px;
}


.rapatriementdivhp2 {
    overflow-y: auto;
    height: 320px;
    max-height: 320px;
    margin: 2px;
}

.special-page {
    background: url(/Content/images/inli-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hp2_group {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-height: 450px;
}

    .hp2_group .hp2_items {
        overflow-y: auto;
        height: auto;
        max-height: 365px;
        margin: 2px;
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        margin-top: 10px;
    }

#listehp2content {
    overflow-y: auto;
    height: auto;
    max-height: 560px;
}

.table-hover tbody tr.collapse:hover {
    background-color: #fff;
}

#table-cgl .row {
    margin-right: 0px;
}

#table-bail-a-valider .row {
    margin-right: 0px;
}

.label-dark {
    background-color: #000000 !important;
}

.label-date {
    background-color: #b9c8d2 !important;
}

.label-info-1 {
    background-color: #c2b999 !important;
}

.label-ok {
    background-color: #785ee9 !important;
}

.bg-custom-1 {
    background-color: #19658f;
}

.bg-custom-2 {
    background-color: #41e84c;
}

.bg-custom-3 {
    background-color: #a0989e;
}

.bg-custom-4 {
    background-color: #de7ac5;
}

.bg-custom-5 {
    background-color: #e845bf;
}

.bg-custom-6 {
    background-color: #61235f;
}

.bg-custom-7 {
    background-color: #133a06;
}

.bg-custom-8 {
    background-color: #7652e7;
}

.bg-custom-9 {
    background-color: #1b581f;
}

.bg-custom-1, .bg-custom-2, .bg-custom-3, .bg-custom-4, .bg-custom-5, .bg-custom-6, .bg-custom-8, .bg-custom-9 {
    color: #fff !important;
}

#prospects-table button.btn.dropdown-toggle::after {
    display: none;
}

#prospects-table button.btn.dropdown-toggle {
    width: 60px;
}

#bail-a-valider-table button.btn.dropdown-toggle::after {
    display: none;
}

#bail-a-valider-table button.btn.dropdown-toggle {
    width: 60px;
}

.btn-social-icon {
    height: 25px;
    width: 25px;
}

    .btn-social-icon > :first-child {
        width: 115%;
        line-height: 23px;
    }

#documentbailadded .btn-social-icon {
    height: 20px;
    width: 20px;
}

    #documentbailadded .btn-social-icon > :first-child {
        width: 102%;
        line-height: 19px;
    }

#boxInfos .box-header {
    padding: 0;
}

    #boxInfos .box-header .btn-close-infos {
        background-color: #e0d1d1;
    }

        #boxInfos .box-header .btn-close-infos > i {
            width: 99%;
        }


body .pphy .booked-appt-list.shown {
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

body .pphy .booked-appt-list {
    color: #000;
    background: #fff;
    transform: scale(0.95);
    padding: 30px 35px 10px;
    display: none;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
    box-shadow: 0 1px 5px rgba(0,0,0,0.20);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.7;
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    font-size: 15px;
    line-height: 1.7;
}

    body .pphy .booked-appt-list h2 {
        text-align: center;
        color: #555;
        font-size: 20px;
        margin: 0 0 5px;
        line-height: 1.4;
        font-family: "Montserrat", sans-serif;
        text-shadow: none;
    }

strong.pphy {
    font-weight: bold;
}

body .pphy .booked-appt-list .timeslot:last-child {
    margin: 0px;
    margin: 0 0 5px;
}

body .pphy .booked-appt-list .timeslot {
    box-sizing: border-box;
    line-height: 1.8;
    color: #888;
    border-top: 1px solid #ddd;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    height: 71px;
}

    body .pphy .booked-appt-list .timeslot .timeslot-time {
        padding-right: 16px;
        padding-left: 15px;
        line-height: 1;
        width: 60%;
        font-weight: 600;
        color: #555;
        font-size: 16px;
        height: 71px;
        padding: 17px 0 0 0;
        box-sizing: border-box;
        float: left;
    }

        body .pphy .booked-appt-list .timeslot .timeslot-time i.fa {
            color: #555;
        }

    body .pphy .booked-appt-list .timeslot .timeslot-people {
        padding-right: 16px;
        width: 40%;
        height: 71px;
        padding: 18px 0 0 0;
        box-sizing: border-box;
        float: right;
    }

        body .pphy .booked-appt-list .timeslot .timeslot-people button {
            background: #56C477;
            color: #fff;
            border-width: 1px;
            border-style: solid;
            float: right;
            margin: 0 0 0 10px;
        }

        body .pphy .booked-appt-list .timeslot .timeslot-people .update-rdvS {
            background: #161716;
        }

body .pphy button {
    -webkit-appearance: none;
    height: auto;
    font-size: 12px;
    display: inline-block;
    padding: 0 12px;
    background: #eee;
    color: #333;
    line-height: 30px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    cursor: pointer;
}

body .pphy .booked-appt-list .timeslot .timeslot-people button:hover {
    background-color: #44535B !important;
}

body .pphy #section-creneau button.modif-signature-annul:hover {
    background-color: #44535B !important;
}

body .pphy .bookedClearFix.timeslot:hover {
    background-color: #f7f8fa !important
}

body .pphy {
    font-family: "Montserrat", sans-serif;
}

.btn-custom {
    background-color: #5158ae;
    color: #fff;
    border: 1px solid #5158ae;
}

body .content #parcoursPreference .preference-contact,
body .content #infosParticipants .infos-participants {
    margin-left: 0;
    background-color: #ecf0f5;
    padding: 20px;
}

    body .content #parcoursPreference .preference-contact h6 {
        margin-top: 0;
        display: block;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 400;
        text-transform: uppercase;
        color: #a18f8f;
    }

    body .content #parcoursPreference .preference-contact span {
        margin-left: 15px;
    }

    body .content #infosParticipants .infos-participants .box-body .timeline:before {
        background: none;
    }

    body .content #infosParticipants .infos-participants .box-body .timeline > li {
        margin-bottom: 0;
    }

    body .content #infosParticipants .infos-participants .box-body .timeline .timeline-item {
        margin-left: 0;
    }

#conteneurDetailDossierSignateur .info-box-text, .progress-description {
    font-size: 14px;
}

#conteneurDetailDossierSignateur .label {
    text-align: left;
}

.persoswal2-overflow {
    overflow-x: visible;
    overflow-y: visible;
}


.suivi > .nav-tabs > li > a.active:hover, .suivi > .nav-tabs > li > a.active {
    background-color: #c2c2d7;
}

.suivi .info-box-text {
    font-size: 13px;
}

.suivi [type=checkbox]:checked + label:before {
    border-right: 2px solid #343c42;
    border-bottom: 2px solid #343c42;
}

.etapesignature {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

    .etapesignature [type=button] {
        margin-right: 5px;
    }

    .etapesignature .bg-custom {
        background-color: #cac7c7;
        color: #000 !important;
    }

    .etapesignature .bg-custom-active {
        background-color: #f4f4f4;
        color: #000 !important;
        border-color: #483737;
    }

    .etapesignature .btn {
        font-size: 12px;
        line-height: 2;
    }

.customBtn {
    border: none;
    padding: 2px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    color: black;
    border: 2px solid #4CAF50;
    min-width: 250px;
}

    .customBtn:hover, .customBtn.selected {
        background-color: #4CAF50;
        color: white;
    }

.rang2:hover {
    background-color: #8a89a7;
    border: 2px solid #8a89a7;
}

.rang2 {
    min-width: 160px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.73em;
}

.rang5 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.73em;
}

.customBtn.rang2 {
    border: 2px solid #8a89a7;
}

    .customBtn.rang2.selected {
        background-color: #8a89a7;
    }

.rang3 {
    font-size: 0.73em;
    border: 2px solid #40721a;
}

    .rang3:hover, .rang3.selected {
        background-color: #40721a;
        color: white;
    }

.rang4 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    border: 1px solid #40721a;
}

    .rang4:hover, .rang4.selected {
        background-color: #40721a;
        color: white;
    }


.btnSection {
    display: inline-block;
}

    .btnSection span.left {
        position: absolute;
        font-size: 100%;
    }



.customBtn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

    .customBtn span.int {
        margin-bottom: 0;
        margin-top: 0px;
    }

    .customBtn span.anom {
        font-size: 12px;
    }

        .customBtn span.anom.rang22 {
            font-size: 10px;
        }

        .customBtn span.anom b {
            background-color: #d81111 !important;
            color: #fff !important;
            padding: 0.25em 0.4em;
            font-size: 90%;
            line-height: 1;
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: 0.25rem;
        }

    .customBtn span:not(.anom):after, .customBtn.selected int.span:after {
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0s;
    }

.customBtn:hover span, .customBtn.selected span {
    padding-right: 15px;
}

    .customBtn:hover span:after, .customBtn.selected span:after {
        opacity: 1;
        right: 0;
    }


.linedata {
    position: relative;
    padding: 0;
    list-style: none;
}

    .linedata > li {
        position: relative;
    }

        .linedata > li > .linedata-item {
            /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 1px rgba(0, 0, 0, .1);*/
            /*border-radius: 10px;*/
            margin-top: 0;
            background: #fff;
            color: #444;
            padding: 0;
            position: relative;
        }

            .linedata > li > .linedata-item > .time {
                color: #999;
                float: right;
                padding: 10px;
                font-size: 12px;
            }

                .linedata > li > .linedata-item > .time a, .linedata > li > .linedata-item > .spe > .time a {
                    color: #9c9ee0;
                }

.info-box-text .tel {
    color: #9c9ee0;
}

.linedata > li > .row > .status > .time {
    color: #fff;
    padding: 0px 5px;
    font-size: 0.7em;
}

.linedata > li > .linedata-item > .linedata-header, .linedata > li > .linedata-item > .spe > .linedata-header {
    margin: 0;
    color: #000;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
}

.linedata > li > .linedata-item > .spe > .time {
    color: #999;
    float: right;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 17%;
    padding: 0
}

@media (min-width: 799px) {
    .linedata > li > .linedata-item > .spe > .time {
        top: 28%;
    }
}

.linedata > li > .linedata-item h4.item {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 25px;
    font-family: sans-serif;
    text-shadow: none;
}

.linedata > li > .linedata-item strong {
    font-weight: 700;
}

.linedata > li:after, .linedata > li:before {
    content: " ";
    display: table;
}

.btnSectionRT[disabled] {
    cursor: default;
}

.btnSectionRT:hover:not([disabled]) {
    background-color: #d48d8d !important;
}

.btnSectionRT.selected {
    background-color: #000 !important;
}

.back-to-top:hover {
    color: #fff;
    background-color: #0067f4;
}

.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    background-color: #0067f4;
    text-align: center;
    z-index: 99;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    display: none;
}

.leftDetail div.info-box {
    margin-bottom: 10px;
    position: relative;
}

    .leftDetail div.info-box > span.info-box-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-75%);
    }

.info-box-content > span.titre {
    color: #111;
    font-weight: 600;
}

.info-box-content span.libele {
    color: #999;
    font-size: small;
}

.btns .btn-social-icon {
    height: 29px;
    width: 33px;
}

    .btns .btn-social-icon > :first-child {
        line-height: 27px;
        width: 100%;
    }

.btns .dropdown-item {
    color: #151617;
    font-weight: 400;
}

.btns .dropdown-menu {
    top: 2px !important;
    left: -38px !important;
}

.allbtns .dropdown-menu {
    top: 2px !important;
    left: -44px !important;
}

#theme-settings {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 13px !important;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 99999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 750px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transform: translateX(750px);
    -ms-transform: translateX(750px);
    transform: translateX(750px);
}

    #theme-settings.theme-settings-open {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

.theme-bg-white {
    background-color: #fff !important;
}

.lds-dual-ring {
    display: block;
    width: 80px;
    height: 80px;
    margin: auto;
    top: 150px;
    position: relative;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #00a38b;
        border-color: #00a38b transparent #00a38b transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#generateur {
    height: 95vh;
    margin: auto;
}

.cl-ec, .cl-int, .cl-v, .cl-v-pre, .cl-ci, .cl-edl, .cl-ch, .cl-pref, .cl-rens, .cl-depot, .cl-prepa, .cl-sign, .cl-pai, .cl-signin {
    color: #fff !important;
}

.cl-ec {
    background-color: #1e2eef !important;
}

.cl-int {
    background-color: #010317 !important;
}

.cl-v {
    background-color: #5c5d84 !important;
}

.cl-v-pre {
    background-color: #4fb53c !important;
}

.cl-ci {
    background-color: #686ace !important;
}

.cl-edl {
    background-color: #4649cc !important;
}

.cl-ch {
    background-color: #0f13b9 !important;
}

.cl-pref {
    background-color: #405240 !important;
}

.cl-rens {
    background-color: #478247 !important;
}

.cl-depot {
    background-color: #0a6f0a !important;
}

.cl-prepa {
    background-color: #bdbdbd !important;
}

.cl-sign {
    background-color: #c39327 !important;
}

.cl-pai {
    background-color: #dc2d45 !important;
}

.cl-signin {
    background-color: #86666f !important;
}

#filtres-users button.selected {
    background-color: #43484c;
}


.lds-dual-ring-step {
    margin: auto;
}

    .lds-dual-ring-step:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid rgb(4, 60, 124);
        border-color: #00a38b transparent #00a38b transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

.carousel .carousel-items {
    margin: 0 0 1.5rem;
    padding: 0;
    display: flex;
    overflow-x: scroll;
    padding: 1rem 0;
    scroll-snap-type: x mandatory;
}

.carousel .carousel-item {
    flex: 1 0 70px;
    margin-left: 0rem;
    scroll-snap-align: start;
    display: inline-block;
}

#scroll-liste-hp2::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

#scroll-liste-hp2::-webkit-scrollbar {
    height: 6px;
    background-color: #F5F5F5;
}

#scroll-liste-hp2::-webkit-scrollbar-thumb {
    background-color: #3d4852;
    border-radius: 3px;
}



:root {
    --dark-body: #4d4c5a;
    --dark-main: #141529;
    --dark-second: #79788c;
    --dark-hover: #323048;
    --dark-text: #f8fbff;
    --light-body: #f3f8fe;
    --light-main: #fdfdfd;
    --light-second: #c3c2c8;
    --light-hover: #edf0f5;
    --light-text: #151426;
    --blue: #0000ff;
    --white: #fff;
    --shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    --font-family: cursive;
}

.sp-dark {
    --bg-body: var(--dark-body);
    --bg-main: var(--dark-main);
    --bg-second: var(--dark-second);
    --color-hover: var(--dark-hover);
    --color-txt: var(--dark-text);
}

.sp-light {
    --bg-body: var(--light-body);
    --bg-main: var(--light-main);
    --bg-second: var(--light-second);
    --color-hover: var(--light-hover);
    --color-txt: var(--light-text);
}

.sp-body {
    height: 58vh;
    display: grid;
    place-items: center;
    font-family: var(--font-family);
    background-color: var(--bg-body);
}

@media (min-height: 568px) {
    .sp-body {
        height: 75vh;
    }
}

@media (min-height: 667px) {
    .sp-body {
        height: 65vh;
    }
}

@media (min-height: 736px) {
    .sp-body {
        height: 60vh;
    }
}

@media (min-height: 812px) {
    .sp-body {
        height: 54vh;
    }
}

.sp-calendar {
    height: max-content;
    width: 97%;
    background-color: var(--bg-main);
    border-radius: 30px;
    padding: 5px;
    position: relative;
    overflow: hidden;
    /* transform: scale(1.25); */
}

.sp-light .sp-calendar {
    box-shadow: var(--shadow);
}

.sp-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    font-weight: 600;
    color: var(--color-txt);
    /*padding: 10px;*/
}

.sp-calendar-body {
    /*padding: 10px;*/
}

.sp-calendar-week-day {
    height: 44px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    font-weight: 600;
}

    .sp-calendar-week-day div {
        display: grid;
        place-items: center;
        color: var(--bg-second);
    }

.sp-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    color: var(--color-txt);
}

    .sp-calendar-days div.calendar-day-not-valid {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        position: relative;
        /*cursor: pointer;*/
        animation: to-top 1s forwards;
        color: gray;
        /* border-radius: 50%; */
    }

    .sp-calendar-days div.calendar-day-valid {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        position: relative;
        cursor: pointer;
        animation: to-top 1s forwards;
        /* border-radius: 50%; */
        font-weight: 900;
    }

        .sp-calendar-days div.calendar-day-valid span {
            position: absolute;
        }

        .sp-calendar-days div.calendar-day-valid:hover span {
            transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
        }

        .sp-calendar-days div.calendar-day-valid span:nth-child(1),
        .sp-calendar-days div.calendar-day-valid span:nth-child(3) {
            width: 2px;
            height: 0;
            background-color: var(--color-txt);
        }

        .sp-calendar-days div.calendar-day-valid:hover span:nth-child(1),
        .sp-calendar-days div.calendar-day-valid:hover span:nth-child(3) {
            height: 100%;
        }

        .sp-calendar-days div.calendar-day-valid span:nth-child(1) {
            bottom: 0;
            left: 0;
        }

        .sp-calendar-days div.calendar-day-valid span:nth-child(3) {
            top: 0;
            right: 0;
        }

        .sp-calendar-days div.calendar-day-valid span:nth-child(2),
        .sp-calendar-days div.calendar-day-valid span:nth-child(4) {
            width: 0;
            height: 2px;
            background-color: var(--color-txt);
        }

        .sp-calendar-days div.calendar-day-valid:hover span:nth-child(2),
        .sp-calendar-days div.calendar-day-valid:hover span:nth-child(4) {
            width: 100%;
        }

        .sp-calendar-days div.calendar-day-valid span:nth-child(2) {
            top: 0;
            left: 0;
        }

        .sp-calendar-days div.calendar-day-valid span:nth-child(4) {
            bottom: 0;
            right: 0;
        }

        .sp-calendar-days div.calendar-day-valid:hover span:nth-child(2) {
            transition-delay: 0.2s;
        }

        .sp-calendar-days div.calendar-day-valid:hover span:nth-child(3) {
            transition-delay: 0.4s;
        }

        .sp-calendar-days div.calendar-day-valid:hover span:nth-child(4) {
            transition-delay: 0.6s;
        }

        .sp-calendar-days div.calendar-day-valid.curr-date,
        .sp-calendar-days div.calendar-day-valid.curr-date:hover {
            background-color: var(--blue);
            color: var(--white);
            border-radius: 50%;
        }

            .sp-calendar-days div.calendar-day-valid.curr-date span {
                display: none;
            }

        .sp-calendar-days div.calendar-day-valid.selected span:nth-child(1),
        .sp-calendar-days div.calendar-day-valid.selected span:nth-child(3) {
            height: 100%;
        }

        .sp-calendar-days div.calendar-day-valid.selected span:nth-child(2),
        .sp-calendar-days div.calendar-day-valid.selected span:nth-child(4) {
            width: 100%;
        }

        .sp-calendar-days div.calendar-day-valid.selected {
            background-color: var(--blue);
            color: var(--white);
        }

.sp-calendar .calendar-footer {
    min-height: 143px;
    padding-top: 10px;
}

.sp-year-picker {
    padding: 5px 10px;
    border-radius: 10px;
    /*cursor: pointer;*/
}

/*.sp-year-picker:hover {
        background-color: var(--color-hover);
    }*/

.sp-month-picker {
    display: flex;
    align-items: center;
}

.sp-month-change {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 10px;
    cursor: pointer;
    visibility: hidden;
    pointer-events: none;
}

    .sp-month-change:hover {
        background-color: var(--color-hover);
    }

    .sp-month-change.show {
        transform: scale(1);
        visibility: visible;
        pointer-events: visible;
        transition: all 0.2s ease-in-out;
    }


@keyframes to-top {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


.separator, .bootstrap-timepicker-hour, .bootstrap-timepicker-minute {
    color: #000;
    font-weight: 600;
}

.calendar-footer .bootstrap-timepicker .bootstrap-timepicker-widget {
    top: 50%;
}

.bg-tdb-active {
    background-color: #4CAF50;
    color: #fff !important;
}

.bg-tdb-no-active {
    background-color: #40721a;
    color: #fff !important;
}

.payload-timeline {
    margin-left: 15px;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: cursive;
    text-shadow: none;
}

.presta-admin-selected-btn-active {
    background: #ff6028 !important;
    border-left-color: #ff6028;
}

