﻿@import 'lib/video-js.css';
@import 'lib/shadowbox.css';
@import 'lib/validation.css';
@import 'lib/signaturepad.css';

@font-face {
    font-family: Roboto;
    src: url(/Htdocs/Styles/fonts/Roboto-Regular/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(/Htdocs/Styles/fonts/Roboto-Medium/Roboto-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(/Htdocs/Styles/fonts/Roboto-Bold/Roboto-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}

.tab-content {
    margin-bottom: 2em;
}

.nav-tabs > li > a {
    font-weight: 700;
    color: #565656;
}

.nav-tabs > li.active > a {
    color: #212121;
}

.tab-pane {
    padding: 10px;
    border: 1px solid #ddd;
    border-top-color: transparent;
}

    .tab-pane .default-title, .tab-pane .default-subtitle {
        margin-top: 0;
    }

.part .info {
    font-style: italic;
    font-size: 12px;
    margin-top: 3px;
}

.part img {
    margin-bottom: 3px;
}

.aideContextuelle {
    background: url(/htdocs/images/lib/forms/context_help_button.png) no-repeat 0 0;
    display: block;
    font-size: 0;
    height: 25px;
    line-height: 0;
    text-indent: -9999px;
    width: 25px;
}

    .aideContextuelle:hover {
        background-position: 0 -25px;
    }

    .aideContextuelle.right {
        float: right;
    }

.linkImportantMessageModal {
    padding: 0 !important;
    background: none !important;
    font-weight: 700 !important;
    color: #18487a !important;
    text-decoration: underline !important;
}

#tblNotificationSubscriptions thead {
    background-color: var(--ct-secondary-color);
    color: #fff;
}

.notificationDevice {
    margin-top: 10px;
}

.infoEditNotifications {
    margin-top: 10px;
}

/*PUSH for activate notification*/
.notifyPush {
    background-color: #fff;
    padding: 15px !important;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, .17);
}

/*Font size for forms*/
select, select.form-control {
    font-size: 16px !important;
}

#ctl00_ctl00_TopMenu_liAccount, #ctl00_ctl00_TopMenu_liActivities, #ctl00_ctl00_TopMenu_liProcurations, #ctl00_ctl00_TopMenu_liOrganization, #ctl00_ctl00_TopMenu_liIdentification, #ctl00_ctl00_TopMenu_liInboundBusinessCases, #ctl00_ctl00_TopMenu_liMyProcurationInformation, #liLnkLogout {
    border-bottom: 1px solid #bababa;
}
/* Charts Dashboard
***************************************/
.loadingWidget {
    border: 1px solid #dedede;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    text-align: center;
    background: #FFF;
    position: relative;
}

.loadingContent {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    top: 50%;
}

.loadingWidget .loadingContent img {
    margin-right: 10px;
}

.movingWidget .imgWidget {
    height: 100px;
    width: 55px;
}

    .movingWidget .imgWidget.doughnut {
        background: url(/theme/images/charts/doughnut.png) no-repeat center center;
        background-size: 45px;
    }

    .movingWidget .imgWidget.line {
        background: url(/theme/images/charts/line.png) no-repeat center center;
        background-size: 45px;
    }

    .movingWidget .imgWidget.column {
        background: url(/theme/images/charts/column.png) no-repeat center center;
        background-size: 45px;
    }

    .movingWidget .imgWidget.pie {
        background: url(/theme/images/charts/pie.png) no-repeat center center;
        background-size: 45px;
    }

    .movingWidget .imgWidget.table {
        background: url(/theme/images/charts/table.png) no-repeat center center;
        background-size: 45px;
    }

    .movingWidget .imgWidget.list {
        background: url(/theme/images/charts/list.png) no-repeat center center;
        background-size: 45px;
    }

.charts-list .default-title {
    font-size: 25px;
    color: #1F2f37;
    line-height: 32px;
    font-family: var(--main-font);
}

ul.widgets-list {
    list-style-type: none;
    margin: 0 -2% 0 -1%;
    padding: 0;
}

    ul.widgets-list.columns4 {
        margin: 0 -1% 0 -1%;
    }

    ul.widgets-list .widget-item.widget-turquoise a.desc {
        background-color: #fff;
    }

    ul.widgets-list-small.columns4 li, ul.widgets-list.columns4 li {
        width: 23%;
        margin: 0 1%;
    }

.searchbox ul.widgets-list-small li {
    width: 97%;
    margin: 0 1%;
    font-size: 13px;
}

ul.widgets-list-small .well {
    min-height: 164px;
    margin-bottom: 15px;
}

ul.widgets-list-small .widget-item a, ul.widgets-list-small .widget-item .content-presta {
    margin-bottom: 15px;
}

ul.widgets-list:after {
    clear: both;
    display: block;
    content: '';
}

ul.widgets-list .locked .widget-item a .widget-title {
    background: repeating-linear-gradient(45deg, #dedede, #dedede 10px, #ffffff 10px, #ffffff 20px);
}

.widgets-list .default-title {
    font-size: 22px;
    color: #1F2f37;
    line-height: 32px;
    font-family: var(--main-font);
}

.widgets-list label {
    display: block;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2px;
}

.widgets-list .select-wrapper {
    position: relative;
}

.widgets-list select, .filter-widgets select {
    width: 100%;
    border: none;
}

.widgets-list .select-wrapper:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #dbdbdb;
    position: absolute;
    right: 35px;
    top: 0;
}

.filter-widgets {
    background: var(--ct-secondary-color);
    border-radius: 3px;
    box-shadow: 0 3px 11px rgba(0,0,0,0.3);
    padding: 10px 15px 20px 15px;
}

    .filter-widgets label {
        color: #fff;
    }

.widgets-list h3 {
    font-size: 24px;
    font-weight: 700;
}

.widget-item a, .widget-item .content-presta {
    display: block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    background: #dedede;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    margin-bottom: 30px;
    text-decoration: none;
    border: 1px solid #dedede;
}

    .widget-item a:hover, .widget-item .content-presta:hover {
        box-shadow: 2px 1px 18px rgba(0,0,0,0.18);
    }

    .widget-item a:active, .widget-item a:focus, .widget-item .content-presta:active, .widget-item .content-presta:focus {
        box-shadow: 1px 0 12px rgba(0,0,0,0.2);
        text-decoration: none;
    }

.widget-item .content-presta {
    background-color: #FFF;
}

.ListPending .widget-item .content-presta .widget-title {
    border-top: 1px solid #dedede;
}

.ListPending .pending-btn.btn {
    margin-right: 0;
}

.widget-item a:hover {
    text-decoration: none;
}

.widget-item .content-presta:hover {
    text-decoration: none;
}

.widget-item .desc {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 2px 0;
    width: 20px;
    background: #fff;
    border-radius: 2px;
    color: var(--ct-secondary-color);
    text-align: center;
}

    .widget-item .desc.desc-maintain, .widget-item .desc.desc-locked {
        right: auto;
        left: 10px;
    }

.widget-icon {
    min-height: 100px;
    display: block;
    position: relative;
    background-color: #fff;
    margin: 0px auto;
}

    .widget-icon i, .widget-icon img {
        padding: 25px 0;
        color: #dedede;
        width: 50px;
    }

.widget-title {
    display: block;
    background: #fff;
    padding: 12px 5px 15px;
    min-height: 64px;
    color: #2e2e2e;
    line-height: 1.3;
    border-radius: 0;
}

.widgets-list .btn-group .btn {
    background: transparent;
    margin-right: 30px;
    color: #57585b;
    text-align: left;
    padding: 10px 6px 10px 32px;
}

    .widgets-list .btn-group .btn:hover, .widgets-list .btn-group .btn:active, .widgets-list .btn-group .btn:focus {
        box-shadow: none;
        background: transparent;
    }

    .widgets-list .btn-group .btn .checkbox-filter {
        display: block;
        position: absolute;
        left: 5px;
        top: 8px;
        width: 18px;
        height: 18px;
        border: 2px solid #57585b;
        border-radius: 3px;
    }

        .widgets-list .btn-group .btn .checkbox-filter:after {
            opacity: 0;
            font: normal normal normal 11px/1 'Font Awesome 6 Pro', sans-serif;
            content: '\f00c';
            color: #57585b;
            position: absolute;
            left: -2px;
            top: 2px;
            transition: all ease .2s;
        }

    .widgets-list .btn-group .btn:hover .checkbox-filter:after {
        opacity: .4;
        left: 2px;
    }

    .widgets-list .btn-group .btn .checkbox-filter.check-on:after {
        opacity: 1;
        left: 2px;
    }

.guichetContent .cb input[type="checkbox"]:focus ~ .check {
    outline: -webkit-focus-ring-color auto 1px;
}

ul.widgets-list li.presta.clear {
    clear: both;
}

.widgets-list .theme-item a {
    display: block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    margin-bottom: 30px;
    text-decoration: none;
    border: 1px solid #dedede;
    background: none;
    color: #202020;
    padding: 10px;
}

li.addWidget .widget-icon {
    background: #FFF;
    min-height: 100px;
    display: block;
    width: initial;
    position: relative;
}

    li.addWidget .widget-icon i {
        color: #dedede;
        font-size: 50px;
    }

li.addWidget .widget-title {
    border: none;
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0 !important;
    height: 115px;
}

.widgets-list li {
    margin-top: 2%;
}

li.addWidget .widget-item a {
    border: dashed 1px #dedede;
    background: none;
}

.delete.desc.desc-delete.widgets {
    display: none;
}

    .delete.desc.desc-delete.widgets.showIcon {
        position: absolute;
        right: 27px;
        top: 7px;
        z-index: 10;
        display: block;
    }

.widget-table {
    border: 1px solid #eee;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: #FFF;
}

.buttonAddWidget {
    background-color: #fff;
    border: 1px solid #eeeeee;
    width: 100%;
}

    .buttonAddWidget:hover {
        background-color: #fff;
        box-shadow: 2px 1px 18px rgb(0 0 0 / 18%);
    }

.buttonAddPrestation {
    background-color: #fff;
    border: 1px solid #eeeeee;
    width: 100%;
    margin-bottom: 0;
}

    .buttonAddPrestation:hover {
        background-color: #fff;
        box-shadow: 2px 1px 18px rgb(0 0 0 / 18%);
    }

.searchbox .widget-item .widget-title {
    height: 60px;
}

ul.menuSearchPresta {
    padding: 0;
}

    ul.menuSearchPresta li {
        display: inline-block;
    }

.movingWidget {
    display: none;
}

    .movingWidget.move {
        position: absolute;
        width: 100%;
        height: 300px;
        z-index: 1;
        display: block;
    }

.movingPresta.move {
    height: 100%;
    width: 100%;
    z-index: 10;
    position: absolute;
}

@media(min-width:991px) {
    .movingWidget .imgWidget {
        display: none;
    }

    .movingWidget.move span {
        display: none;
    }

    button.setDashboardWidget.selected {
        background: #fff !important;
        color: #000;
        border: 1px solid var(--ct-secondary-color);
    }

        button.setDashboardWidget.selected:hover {
            background: #fff !important;
            color: #000;
            border: 1px solid var(--ct-secondary-color);
        }
}

.dashboard-widgets-list .col-md-6 {
    position: relative;
    background-color: #FFF;
}

.ui-state-highlight {
    height: 300px;
    background-color: #f5f5f5 !important;
    border: 1px solid #e3e3e3 !important;
}

.ui-sortable-helper {
    height: 300px;
}

.widgets-list li.ui-sortable-placeholder.span2.well.placeholder.tile {
    width: 50%;
    position: relative;
    display: inline-block;
    height: 300px;
    float: left;
}

.buttonAddWidget {
    background-color: #fff;
    border: 1px solid #eeeeee;
    width: 100%;
}

li.widget-item.widget {
    padding-bottom: 5px;
}

/*DASHBOARD PUSH NOTIFICATION*/
#emailNotification, #mobileNotification {
    font-size: 0.9em;
}

a#btnSubscribeCurrent:hover {
    cursor: pointer;
}

.formtab.sousTab {
    margin-top: 60px;
    display: block;
    margin-left: 15px;
}

.titlePage.second {
    border-bottom: 1px solid var(--ct-secondary-color);
    color: var(--ct-secondary-color);
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: var(--main-font);
    font-weight: 400;
}

.notificationDevice {
    position: relative;
}

.refreshing .refresh {
    visibility: visible;
}

.refresh {
    visibility: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fdfdfd;
    text-align: center;
    padding: 10px;
}

/*DASHBOARD NOTIFICATION PAGE*/
.notifyPush {
    width: 274px;
    top: 0 !important;
}

    .notifyPush .header-notify-push .close {
        float: none;
        position: absolute;
        top: 15px;
        right: 5px;
    }

    .notifyPush .header-notify-push {
        margin-bottom: 5px;
    }

        .notifyPush .header-notify-push p {
            color: #000;
            font-weight: 500;
            margin: 0;
        }

    .notifyPush .close:hover {
        background: none;
    }

    .notifyPush .ignoreNotification {
        width: 48%;
        margin-right: 1%;
        float: left;
        text-decoration: none;
        font-weight: 700;
        color: var(--ct-secondary-color);
        padding: 6px 30px;
    }

    .notifyPush .activateNotification {
        width: 48%;
        margin-left: 1%;
        float: right;
    }

    .notifyPush .footercontent {
        margin-top: 10px;
    }

    .notifyPush .iconNotify {
        max-width: 40px;
        float: left;
        margin-right: 15px;
    }

    .notifyPush.installation-modal {
        width: 574px;
    }

    .notifyPush.installation-modal > .footercontent {
        text-align: right;
    }

    .notifyPush.installation-modal > .content .app-icon {
        height: 25px;
        width: 25px;
        vertical-align: bottom;
    }

    .notifyPush.installation-modal > .content li {
        margin-bottom: 10px;
    }

.infoNotificationText {
    margin-top: 10px;
}



/*Desktop listing for presta like mobile*/

#servicesList {
    margin: 0 !important;
}

.mobileListingPrestation li {
    clear: both !important;
    width: 100% !important;
    margin: 0 !important;
}

.mobileListingPrestation a {
    display: table !important;
    width: 100% !important;
    border-radius: 0;
    box-shadow: 2px 2px 6px #dedede !important;
    border: none !important;
    padding: 10px !important;
    background-color: #fff !important;
}


.mobileListingPrestation .prestation-icon {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 55px !important;
    height: 100% !important;
    padding: 0 !important;
    min-height: 0 !important;
}

.mobileListingPrestation img {
    padding: 0 !important;
    width: 35px !important;
    display: inline !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translateY(-50%) translateX(-50%) !important;
}

.mobileListingPrestation .prestation-title {
    padding: 0 5px !important;
    margin: 0 27px !important;
    display: table-cell !important;
    height: 36px !important;
    vertical-align: middle !important;
    padding-left: 60px !important;
    padding-right: 20px !important;
    text-align: left !important;
}

.mobileListingPrestation .switch {
    margin-top: 6px !important;
}


/*Notifications*/
.notificationPrestation .prestation-icon {
    text-align: center;
    border-radius: 6px 0px 0px 6px;
}

.notificationPrestation .prestation-title {
    min-height: 50px;
    border-top: none;
    padding-right: 75px;
}

.notificationPrestation .prestation-chevron {
    margin-bottom: 12px;
    box-shadow: none !important;
    cursor: pointer;
}

.notificationPrestation .switch {
    float: right;
}

.notificationPrestation .item.presta .switch {
    margin: 12px 5px 0 15px;
}

.notificationPrestation .prestation-item {
    margin-bottom: 12px;
    box-shadow: 2px 2px 6px #dedede !important;
    border-radius: 6px;
}

    .notificationPrestation .prestation-item a {
        margin-bottom: 12px;
        box-shadow: none !important;
        cursor: pointer;
    }

        .notificationPrestation .prestation-item a.service-tile-open, .notificationPrestation .prestation-icon.service-tile-open {
            border-bottom-left-radius: 0px;
            -webkit-border-bottom-left-radius: 0px;
        }

.notificationPrestation .service-channels-enabled {
    display: block;
    color: #57585b;
    font-size: 0.95em;
}

.notificationPrestation .service-notifications-panel {
    padding-bottom: 10px;
}

.service-notifications-panel .service-channel-panel i {
    color: var(--ct-secondary-color);
}

.notificationPrestation .service-notifications-switch-panel {
    font-weight: bold;
}

.notificationPrestation .service-channel-panel, .notificationPrestation .service-notifications-switch-panel {
    margin: 20px 20px 20px 70px;
}

@media(max-width:991px) {
    .notificationPrestation .service-notifications-switch-panel, .notificationPrestation .service-channel-panel {
        margin: 20px;
    }

        .notificationPrestation .service-channel-panel .prestation-item .fa {
            display: inline-block !important;
        }
}

@media(max-width:768px) {
    .notificationPrestation .service-notifications-switch-panel, .notificationPrestation .service-channel-panel {
        margin: 20px 5px 20px 5px;
    }
}

.notificationPrestation li p {
    display: inline-block;
}

.list.notificationPrestation {
    padding-left: 0;
}

.notificationPrestation #servicesList .prestation-title {
    padding-right: 70px;
}

ul.prestations-list.notificationPrestation li.presta:nth-child(3n + 1) {
    clear: both;
}

.categorieNotification .element h3 {
    border-bottom: 2px solid;
}

.categorieNotification .f-content.col-xs-10 {
    padding-left: 0;
}

.categorieNotification .element .switch, .governmentAdvertisement .element .switch, .delegate-procurations .element .switch {
    float: right;
    margin-top: 5px;
}

.categorieNotification .element h2 {
    border-bottom: 2px solid;
}

.categorieNotification .element p, .governmentAdvertisement .element p, .delegate-procurations .element p {
    display: inline-block;
    margin-bottom: 0;
}

.categorieNotification .element, .governmentAdvertisement .element, .delegate-procurations .element {
    margin-bottom: 20px;
}

.categorieNotification .field.form-group {
    margin-bottom: 45px;
    margin-top: 5px;
}

.categorieNotification .deleteElement {
    height: 34px;
    margin-top: 6px;
}

.categorieNotification i.fas.fa-trash-alt:before {
    font: normal normal normal 16px/1.4 'Font Awesome 6 Pro', sans-serif;
    content: "\f1f8";
}

.categorieNotification .divListPushDevices {
    margin-top: 22px;
    position: relative;
}

    .categorieNotification .divListPushDevices .square {
        width: 15px;
        height: 15px;
        background-color: #fafafa;
        position: absolute;
        top: -5px;
        left: 60px;
        transform: rotate(45deg);
    }

.subscriptionRecord {
    overflow: auto;
    margin-right: 50px;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.refresh i {
    -webkit-animation: rotating 2s linear infinite;
}

/*Table widget*/
.widget-table .success:before, .widget-list .success:before {
    display: none;
}

.widget-table .error:before, .widget-list .error:before {
    display: none;
}

.widget-table .success, .widget-list .success {
    border-left: none;
    padding: 0;
    margin-bottom: 0px !important;
}

.widget-table .success, .widget-list .success {
    border-left: none;
    padding: 0;
}

.widget-table .heavy, .widget-list .heavy {
    border-top: 2px solid #202020 !important;
}

.widget-table .left, .widget-list .left {
    text-align: left;
}

.widget-table .center, .widget-list .center {
    text-align: center;
}

.widget-table .right, .widget-list .right {
    text-align: right;
}

.widget-table {
    overflow: auto;
}

.widget-table-title, .widget-list-title {
    text-align: center;
    margin-top: 6px;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 7px;
}

/*List widget*/
.widget-list {
    border: 1px solid #eee;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: #FFF;
}

    .widget-list .itemList {
        padding-top: 7px;
        padding-bottom: 7px;
        border-bottom: 1px solid #dedede;
    }

        .widget-list .itemList.firstItem {
            border-right: 1px solid #dedede;
        }

    .widget-list .row {
        margin-right: 0;
        margin-left: 0;
    }

    .widget-list .active {
        background-color: #f5f5f5;
    }

    .widget-list .success {
        background-color: #dff0d8;
    }

    .widget-list .info {
        background-color: #d9edf7;
    }

    .widget-list .warning {
        background-color: #fcf8e3;
    }

    .widget-list .danger {
        background-color: #f2dede;
    }

/*Requests Status*/
.resetFilters {
    float: right;
}

#searchBarBusinessCase {
    float: left;
}

@media(max-width:991px) {
    .filterBusinessCase {
        margin-top: 5px;
    }

    .resetFilters {
        margin-top: 5px;
    }
}

.tdRequest span {
    font-weight: 400 !important;
}

span.requestPrestationName {
    font-size: 1.2em;
    font-weight: 600 !important;
}

html .dateRequest {
    font-weight: 600 !important;
}

.closeRequestDesktop .wrappedItem {
    display: none;
}

.openRequestDesktop .wrappedItem {
    display: inline;
}

.statusRequest {
    text-align: center;
    font-weight: bold;
    color: #7b7b7b;
}

.legendRequest .request {
    padding-bottom: 15px;
    margin-left: 15px;
}

.legendRequest .titleLegend {
    font-size: 1.2em;
    font-weight: 600;
    float: left;
    margin-bottom: 9px;
}

@media(min-width:768px) {


    #pushSubscriptionsList {
        margin-top: 10px;
    }


    .legendRequest {
        margin-top: 10px;
        padding-top: 15px;
        border-top: 1px solid #dfdfdf;
    }

    .requestLegendBorder {
        width: 100%;
        height: 35px;
        border-bottom: 1px solid #dfdfdf;
    }
    /*Notification page*/
    .categorieNotification .element .switch, .governmentAdvertisement .element .switch, .delegate-procurations .element .switch {
        margin-right: 15px;
    }

    #servicesNotification .notificationPrestation .switch {
        margin-right: 15px;
    }

    .list.notificationPrestation li.item.presta {
        width: 31%;
        margin: 0 1%;
        display: inline-block;
    }
}

.ProfilPictureForm .img {
    text-align: left;
    position: absolute;
}

.ProfilPictureForm .field p {
    margin-top: 7px;
}

td.statusRequest {
    text-align: left;
}

.tableDateUpdate {
    width: 120px;
}

.tableDateCreate {
    width: 120px;
}

.tableNumber {
    width: 270px;
}

.tableStatus {
    width: 80px;
}

.requestItem {
    padding: 10px 5px 5px 5px;
    color: #000;
}

.firstItem .requestItemPresta {
    font-weight: 600;
    width: calc(100% - 105px);
    font-size: 1.3em;
}

.firstItem .requestItemUpdateDate {
    float: right;
    top: 5px;
    position: relative;
}

.secondItem .requestItemStatus {
    font-weight: 600;
    font-size: 1.2em;
}

.closeRequest .secondItem {
    display: none;
}

/*Dashboard request
*******************/
.panel-tools-date {
    float: right;
}

.homeNotification.demande .info {
    display: block;
}

.homeNotification .pill, .homeNotification .pillBusinessCases {
    margin-right: 4px;
}

.trRequest.clickable .prestationDemande {
    text-decoration: underline;
}

.activitybox a {
    text-decoration: none;
}

.activitybox .homeNotification i.fa.fa-link:before {
    content: "\f0c1";
}

.activitybox .homeNotification i.fa.fa-link {
    display: none;
}

.activitybox a .homeNotification i.fa.fa-link {
    float: right;
    display: block;
    margin-left: 10px;
    position: relative;
    top: -12px;
}

.activitybox li:hover i.fa.fa-link {
    color: black;
}


@media(max-width:991px) {
    .edit .widget-table table {
        display: none;
    }

    .edit .widget-list div {
        display: none;
    }

    .widgets-list .edit {
        height: 100px !important;
    }

    .movingWidget.move {
        position: absolute;
        width: calc(100% - 30px);
        height: 100%;
        z-index: 1;
        background: #8f8f8f;
        left: 15px;
        top: 0;
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
    }

        .movingWidget.move span {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            position: absolute;
            margin-left: 10px;
            font-size: 13px;
            width: calc(100% - 40px);
            padding-left: 40px;
            padding-right: 25px;
        }

    .widgets-list li.ui-sortable-placeholder.span2.well.placeholder.tile {
        width: calc(100% - 30px);
        position: relative;
        height: 100px;
        padding: 0 15px 5px 15px;
        min-height: 100px;
        margin-bottom: 0;
        float: initial;
        left: 15px;
    }

    .addWidget span.widget-icon {
        height: 60px;
        top: 0;
    }

    .widget-item .widget-title {
        height: 30px;
    }

    button.setDashboardWidget.selected {
        color: var(--ct-secondary-color) !important;
        background: none !important;
    }

    .btn-thin.btn.setDashboardWidget {
        border: 1px solid #dedede;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .setDashboardWidget.btn i, .setDashboardPresta.btn i {
        display: inline-block !important;
        font-size: 16px;
        color: var(--ct-secondary-color);
    }

    .setDashboardWidget, .setDashboardPresta {
        padding: 5px 15px !important;
        border-color: #767676;
    }

        .setDashboardWidget.selected, .setDashboardPresta.selected {
            background-color: #ECECEC;
        }
}

. /*requestItemPresta:before {
    content: '\f111';
    font: normal normal normal 14px/1.4 'Font Awesome 6 Pro', sans-serif;
    text-align: center;
    margin-right: 6px;
}
.Delivered .requestItemPresta:before{color:#61b131;}
.Rejected .requestItemPresta:before{color:#bb2c2c;}
.Submitted .requestItemPresta:before{color:#18487a;}
.Running .requestItemPresta:before{color:#f29401;}*/
/*
@media(min-width:991px){
.even li.widget-item.widget:nth-last-child(n+4) {border-bottom: dashed 1px #dedede;padding-bottom: 5px;}
.odd li.widget-item.widget:nth-last-child(n+3) {border-bottom: dashed 1px #dedede;padding-bottom: 5px;}
}
*/
div.widgets-list li.widget-item.widget.ui-sortable-helper {
    border-bottom: none;
    background: none;
}


.lastBusinessCases {
    text-align: center;
}

    .lastBusinessCases a {
        text-decoration: none;
    }

    .lastBusinessCases div p.number {
        border: 1px solid #7b7b7b;
        display: inline-block;
        padding: 15px 25px;
        font-size: 30px;
        margin: 0;
        width: 100%;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    .lastBusinessCases .empty {
        display: none;
    }

    .lastBusinessCases p.description {
        font-weight: bold;
        width: 100%;
        padding: 10px 0;
        color: #FFF;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        background-color: #7b7b7b;
    }

html .panel-tools .homeNotification.demande .info {
    font-weight: bold;
    color: #7b7b7b;
    display: inline-block;
}


.activitybox .homeNotification i.fa.fa-link:before {
    content: "\f0c1";
}

.activitybox .homeNotification i.fa.fa-link {
    display: none;
}

.activitybox a .homeNotification i.fa.fa-link {
    float: right;
    display: block;
    margin-left: 10px;
    position: relative;
    top: -12px;
}

.activitybox li:hover i.fa.fa-link {
    color: black;
}


.requestItem a .requestItemPresta.fa:after {
    content: "\f0c1";
    margin-left: 10px;
}

.requestItem a {
    text-decoration: none;
    color: #57585b;
}

.requestItem a {
}

.clickable {
    cursor: pointer;
}





/*Modal for adding charts*/
.widget-item a {
    background-color: #FFF;
}

.widget-item .widget-icon {
    position: absolute;
    left: 0;
    top: 0px;
    width: 55px;
    height: 100%;
    padding: 0;
    min-height: 0;
}

    .widget-item .widget-icon img {
        padding: 0;
        width: 40px;
        display: inline;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

.widget-item .widget-title {
    text-align: left;
    padding: 0 5px;
    margin: 0 27px;
    display: table-cell;
    height: 95px;
    vertical-align: middle;
    padding-left: 67px !important;
}

.modal .success, .modal .notice, .modal .error {
    margin-bottom: 15px;
}

.addWidget span.widget-icon {
    height: 170px;
    top: 50px;
}

li.widget-item.widget {
    height: 300px;
}

    li.widget-item.widget div.widget-chart {
        height: 100%;
    }

.widget-item .widget-icon.green {
    background-color: #009581;
}

.widget-item .widget-icon.dark-green {
    background-color: #00693c;
}

.widget-item .widget-icon.purple {
    background-color: #6639B7;
}

.widget-item .widget-icon.pink {
    background-color: #9B1889;
}

.widget-item .widget-icon.black {
    background-color: #000;
}

.widget-item .widget-icon.red {
    background-color: #97233F;
}

.widget-item .widget-icon.cyan {
    background-color: #44697D;
}

.widget-item .widget-icon.dark-blue {
    background-color: #002C77;
}

.widget-item .widget-icon.light-blue {
    background-color: #004db4;
}

.widget-item .widget-icon.orange {
    background-color: #FF8200;
}

.widget-prestation-name {
    float: left;
}

.widget-name {
    color: var(--ct-secondary-color);
    font-weight: 600;
    float: left;
}



.summaryTable thead th {
    background-color: var(--ct-primary-color) !important;
}
/* Environment ribbon
***************************************/
.corner-ribbon {
    width: 150px;
    background: var(--hd-secondary-color);
    position: absolute;
    top: 15px;
    left: -40px;
    font-size: 1.2em;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    color: #FFF;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    box-shadow: 0 0 3px rgba(0,0,0,.5);
}

.dev-ribbon {
    background: var(--hd-secondary-color) !important;
}

.qa-ribbon, .test-ribbon {
    background: var(--hd-secondary-color) !important;
}

/*kontrast-on
***************************************/
.kontrast-on .formpagetabs .formpagestep ul li.prevSelected {
    background-color: #222;
    border-color: #222;
}

.kontrast-on header .navbar, .kontrast-on .create-user-info .bottom-panel a, .kontrast-on .filter-prestations, .kontrast-on .btn, .kontrast-on button, .kontrast-on #dots-user-create .owl-dot.active span, .kontrast-on .navbar .search {
    background-color: #222;
}

    .kontrast-on .btn.btn-light {
        border-color: #222;
        color: #222;
    }

.kontrast-on .navbar .navbar-right li, .kontrast-on .navbar .navbar-right .dropdown-menu li, .kontrast-on .navbar .search, .kontrast-on .navbar .navbar-right .dropdown-menu li {
    border-color: #555;
}

    .kontrast-on .navbar .navbar-right li a:hover, .kontrast-on .navbar .navbar-right li.open a, .kontrast-on .navbar .navbar-right li a:focus, .kontrast-on .navbar .navbar-right li a:active, .kontrast-on .navbar .navbar-right li.open a:focus, .kontrast-on .navbar .navbar-right li.open a:active {
        background-color: #111;
    }

.kontrast-on .alert-info {
    background-color: #005088;
}

.kontrast-on .alert-warning {
    background-color: #744800;
}

.kontrast-on .alert-success {
    background-color: #265828;
}

.kontrast-on .default-subtitle, .kontrast-on footer .default-title, .kontrast-on .create-user-info h2, .kontrast-on .small-list-news h1, .kontrast-on .prestations-list .default-title, .kontrast-on .advantage-list li i, .kontrast-on .pageTitle, .kontrast-on h1, .kontrast-on .breadcrumb > .active {
    color: #007928;
}

.kontrast-on .navbar .search input[type=text], .kontrast-on .navbar .search button {
    color: #222
}

.kontrast-on .navbar .navbar-right .badge {
    color: #971b0b
}

.kontrast-on .create-user-info .bottom-panel a:hover {
    background-color: #026322;
}




/*MailboxList
***************************************/
.MailboxList i.fa.fa-exclamation-circle.special {
    vertical-align: 0 !important;
}

.MailboxList .tableCSS {
    table-layout: fixed;
}

.MailboxList .item h4 {
    color: #333;
    margin: 4px 0 0;
    padding: 0;
    font-size: 1.3em;
    font-family: var(--main-font);
}

.MailboxList .item p {
    margin: 0;
}

.MailboxList .item .hours {
    position: absolute;
    top: 0;
    right: 54px;
    width: 60px;
    height: 16px;
    padding: 18px 20px;
    text-align: center;
}

.MailboxList .item .date {
    position: absolute;
    top: 0;
    right: 154px;
    width: 180px;
    height: 16px;
    padding: 18px 10px;
    text-align: left;
}

.MailboxList .item .status {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 100%;
    padding: 0 10px;
}

    .MailboxList .item .status .fa {
        margin-top: 17px;
        color: #fff;
    }

.MailboxList .item .official {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    padding: 0 10px;
    border-left: 1px solid #FFFFFF;
    background: #bb2c2c;
}

.MailboxList .item .default {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    padding: 0 10px;
    border-left: 1px solid #FFFFFF;
    background: #E8E8E8;
}

    .MailboxList .item .status img, .MailboxList .item .official img, .MailboxList .item .default img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -16px 0 0 -16px;
    }

.messageTable .item.unread:hover td {
    background: var(--ct-secondary-color-light-1);
}

.messageTable .item.unconfirmed td {
    background: #bb2c2c;
}

.messageTable .item.unconfirmed {
    color: #fff;
}

    .messageTable .item.unconfirmed:hover {
        background: #a12020;
    }

    .messageTable .item.unconfirmed h4 {
        color: #fff;
        font-weight: 700;
    }

.messageTable .item.unread td {
    background: var(--ct-secondary-color-light-2);
}

.messageTable .item.unread {
    color: #fff;
    border-bottom: 1px solid var(--ct-secondary-color);
}

    .messageTable .item.unread h4 {
        color: #fff;
        font-weight: 700;
    }

.MailBoxMSG a {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    color: var(--ct-secondary-color) !important;
    text-decoration: underline !important;
    font-weight: 700 !important;
}

.MailboxDetail h2.sender {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 600;
}

.MailboxDetail h3 {
    font-size: 1.2em;
}
/*.MailboxDetail strong	{display:block;padding:3px 0 7px;font-size:1.3em;color:#666666;margin:0 0 12px;}*/
.MailboxDetail .labelMSG {
    font-size: 14px;
    font-weight: normal;
}

.MailboxDetail .date {
    color: #6e6e6e;
    padding: 4px 2px 0;
}

.MailboxDetail .official {
    width: 160px;
    margin: 0;
    padding: 3px 20px;
    color: #FFFFFF;
    font-size: 0.9em;
    border-radius: 4px;
    background: #CC3300;
}

.MailboxList .item .official .fa {
    position: absolute;
    left: 7px;
    top: 19px;
    color: #fff;
}

.MailboxDetail .official img {
    position: absolute;
    top: 0;
    left: 2px;
    width: 20px;
}

.MailboxDetail div.sender {
    font-weight: bold;
    padding: 0 0 4px;
}

.MailboxDetail ul li:before {
    content: '\f111';
    font-weight: 900;
    font-size: 6px;
    top: -3px;
}

.message-left {
    color: #000;
    margin: 0 120px 15px 30px;
    position: relative;
}

.message-right {
    background: #bedbf7;
    border: 1px solid #94bee6;
    color: #222222;
    margin: 0 30px 15px 120px;
    padding: 20px;
    position: relative;
}

    .message-right .date {
        color: #2a5582;
    }

.message-fullsize {
    margin: 40px 0 29px 0;
}

    .message-fullsize .arrow {
        display: none;
    }

.missing-document {
    padding: 0 15px 0 0;
    width: fit-content;
    font-size: 14px;
    color: #000;
    display: flex;
    position: relative;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    margin-bottom: 3px;
    background: #FFF;
    border-radius: 4px;
    font-weight: 400;
}

    .missing-document span.ico {
        padding: 9px 11px;
        background: #BB2C2C;
        color: #fff;
        display: flex;
        margin-right: 12px;
        border-radius: 2px 0 0 2px;
        align-items: center;
    }

        .missing-document span.ico:after {
            font-family: "Font Awesome 6 Pro", sans-serif;
            font-weight: 500;
            content: "\f00d";
        }

.attachmentsfield {
    position: relative;
    overflow: hidden;
}

    .attachmentsfield label {
        position: absolute;
        top: -999px;
        left: -999px;
    }

.attachments {
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
}

    .attachments li {
        margin: 0;
        padding: 0;
    }

    .attachments a {
        font-size: 14px;
        color: #000;
        display: block;
        position: relative;
        text-decoration: none;
        border: 1px solid #e6e6e6;
        margin-bottom: 3px;
        background: #FFF;
        border-radius: 4px;
        font-weight: bold;
    }

        .attachments a:hover {
            text-decoration: underline;
            background-color: #f8f8f8;
        }

    .attachments a {
        display: flex;
        align-items: stretch;
    }

        .attachments a span.ico {
            color: #e00a0a;
        }

            .attachments a span.ico:after {
                font-family: "Font Awesome 6 Pro", sans-serif;
                font-weight: 500;
                content: "\f15b";
            }

        .attachments a span.ico-ppt:after, .attachments a span.ico-pptx:after, .attachments a span.ico-pot:after, .attachments a span.ico-potx:after, .attachments a span.ico-odp:after, .attachments a span.ico-pps:after, .attachments a span.ico-ppsx:after {
            content: "\f1c4"
        }

        .attachments a span.ico-xls:after, .attachments a span.ico-xlsx:after, .attachments a span.ico-xlt:after, .attachments a span.ico-xltx:after, .attachments a span.ico-ods:after, .attachments a span.ico-csv:after {
            content: "\f1c3"
        }

        .attachments a span.ico-doc:after, .attachments a span.ico-docx:after, .attachments a span.ico-dot:after, .attachments a span.ico-dotx:after, .attachments a span.ico-odt:after, .attachments a span.ico-rtf:after {
            content: "\f1c2"
        }

        .attachments a span.ico-pdf:after {
            content: "\f1c1"
        }

        .attachments a span.ico-txt:after {
            content: "\f016";
        }

        .attachments a span.ico-asp:after, .attachments a span.ico-aspx:after, .attachments a span.ico-ashx:after, .attachments a span.ico-dll:after, .attachments a span.ico-pdb:after, .attachments a span.ico-pdb:after, .attachments a span.ico-php:after, .attachments a span.ico-sql:after, .attachments a span.ico-jsp:after, .attachments a span.ico-css:after, .attachments a span.ico-htm:after, .attachments a span.ico-html:after, .attachments a span.ico-xml:after, .attachments a span.ico-json:after, .attachments a span.ico-exe:after, .attachments a span.ico-vb:after {
            content: "\f1c9"
        }

        .attachments a span.ico-swf:after, .attachments a span.ico-fla:after {
            content: "\f016"
        }

        .attachments a span.ico-zip:after, .attachments a span.ico-rar:after, .attachments a span.ico-7z:after, .attachments a span.ico-tgz:after, .attachments a span.ico-tar:after, .attachments a span.ico-gz:after {
            content: "\f1c6"
        }

        .attachments a span.ico-mp3:after, .attachments a span.ico-ogg:after, .attachments a span.ico-waw:after, .attachments a span.ico-oga:after, .attachments a span.ico-flac:after, .attachments a span.ico-m4a:after, .attachments a span.ico-wma:after, .attachments a span.ico-acc:after, .attachments a span.ico-midi:after {
            content: "\f1c7"
        }

        .attachments a span.ico-jpg:after, .attachments a span.ico-jpeg:after, .attachments a span.ico-gif:after, .attachments a span.ico-png:after, .attachments a span.ico-bmp:after, .attachments a span.ico-tif:after, .attachments a span.ico-tiff:after {
            content: "\f1c5"
        }

        .attachments a span.ico-mov:after, .attachments a span.ico-mp4:after, .attachments a span.ico-flv:after, .attachments a span.ico-wmv:after, .attachments a span.ico-avi:after, .attachments a span.ico-mpg:after, .attachments a span.ico-mpeg:after {
            content: "\f1c8"
        }

.MailboxList .item {
    display: table-cell;
    height: auto;
    min-height: auto;
    background: transparent;
    color: inherit;
    padding: 0;
    position: static;
    margin: 0;
    transition: none;
    border: 0;
}

    .MailboxList .item a {
        text-align: left;
        height: 100%;
    }

.messageTable .item.unread, .messageTable .item.unconfirmed, .messageTable .item.unread:hover, .messageTable .item.unconfirmed:hover {
    /*background: inherit;*/
    color: inherit;
}

.MailboxList .tableCSS .item:nth-child(even) {
    background: #eee;
}

.MailboxList .tableCSS .item.linkItemMessage:nth-child(even) {
    background: transparent;
}

.MailboxList .tdCSS:first-child {
    width: 25px;
}

.MailboxList .secondTableElelment {
    width: 32px !important;
}

.main-content .tableFolder .trCSS.thCSS > .tdCSS + .tdCSS {
    padding-left: 0;
    padding-right: 0;
}

.MailboxList .tableCSS.noStyle .trCSS {
    padding: 0 7px;
}

.MailboxList .thirdTableElelment {
    width: 17%;
}

.MailboxList .fourthTableElelment {
    width: 68%;
}

.MailboxList .fifthTableElelment {
    width: 5%;
}

.MailboxList .sixthTableElelment {
    width: 15%;
}

.MailboxList .thCSS .tdCSS .tdCSS:first-child {
    padding: 7px;
    vertical-align: middle;
    width: 30px;
}
/*.MailboxList .tdCSS .tdCSS:nth-child(3)	{width: 35px;}
.MailboxList .tdCSS .tdCSS:nth-child(5)	{width: 35px;}
.MailboxList .tdCSS .tdCSS:nth-child(2)	{width: 117px;}*/
.MailboxList .tdCSS {
    vertical-align: middle;
    color: #000;
    text-decoration: none;
}

    .MailboxList .tdCSS .btn-light {
        font-size: 22px;
        color: var(--ct-secondary-color);
        position: relative;
    }

    .MailboxList .tdCSS .icons-light {
        font-size: 18px;
        color: var(--ct-secondary-color);
    }

.MailboxList .iconbtn i.special {
    color: #006bb3;
}
/*.MailboxList .tdCSS.dateCell	{vertical-align:top;}*/
/*.MailboxList .tdCSS strong	{display:block;}*/
.MailboxList .tableFolder .item .iconbtn i {
    vertical-align: 0 !important;
}

.tableFolder .tbody .tdCSS:last-child {
    text-align: center;
}

.tableCSS .trCSS.tbody:hover, .MailboxList > .tableFolder > .tableCSS > .trCSS:not(.thCSS):hover {
    background: #e2e2e2;
    box-shadow: 0 2px 10px rgba(0,0,0,.17);
}

.MailboxList .tdCSS .cb label {
    padding-left: 18px;
    margin-bottom: 0;
}

.MailboxList .item .status .fa.fa-envelope-open-o {
    color: var(--ct-secondary-color);
}

.MailboxList a.linkItemMessage {
    position: relative;
    text-decoration: none;
}

.MailboxList .thCSS .tdCSS {
    color: #FFF;
}

.MailboxList .pagination {
    margin-bottom: 0;
}

.ActionDeleteAll #btnDelete {
    margin-top: 15px;
}

.ActionDeleteAll {
    float: left;
    margin-top: 5px;
}

    .ActionDeleteAll .btn[disabled] {
        opacity: 1;
        background: #202020;
    }

.messageTable .unread .titleMessage {
    color: #000000;
}

.titleMessage {
    color: #000000;
    white-space: normal;
}

.MailboxList .trCSS:not(:first-child) {
    background-color: #FFF;
}

.documentPrestationName {
    white-space: normal !important;
}

.tableDocument .iconbtn {
    text-align: center;
}

    .tableDocument .iconbtn i {
        color: var(--ct-secondary-color);
    }

.tableDocument .CheckboxColumn .cb {
    display: inline-block;
}

.tableDocument .CheckboxColumn .icons-light {
    float: right;
    width: 50%;
}

.tableDocument td.CheckboxColumn .cb {
    float: left;
}

.thCenter {
    text-align: center !important;
}

.messageTable tbody tr {
    cursor: pointer !important;
}

.visibilityShow {
    visibility: visible;
}

.visibilityHide {
    visibility: hidden;
}

.formtoolbar.formpagefooter.deleteAllMessages {
    margin-top: 15px;
}

.itemTabs.lnkBtnCleanMailbox {
    display: none;
}


.pageload {
    box-shadow: 1px 2px 8px rgba(0,0,0,.17);
    margin: 1em 0;
    padding: 20px 20px 20px 80px;
    position: relative;
    border-radius: 3px;
}

    .pageload span {
        position: absolute;
        top: 25px;
        left: 30px;
    }

    .pageload p {
        padding: 0;
        margin: 0;
        color: #777;
    }

.listing .item h2 {
    font-size: 24px;
}

.listing .item .info {
    color: var(--ct-secondary-color);
}

.listing .item .default-title {
    font-size: 18px;
}

.listing .item:nth-child(4) {
    clear: both;
}

.properties {
    background: #F2F2F2;
    border: 1px solid #E2E2E2;
    margin: 0 0 1.5em;
    padding: 10px 0 5px;
}

    .properties p {
        margin: 0;
        padding: 0 10px 5px;
    }

        .properties p span {
            display: block;
            float: left;
            font-weight: bold;
            padding-right: 10px;
            width: 30%;
        }


/*guichetContent
***************************************/
.guichetContent .cb {
    position: relative;
}

    .guichetContent .cb label {
        position: relative;
        padding-left: 30px;
    }

    .guichetContent .cb span {
        position: absolute;
        top: 0;
        left: 0;
    }

    .guichetContent .cb input[type="radio"], .guichetContent .cb input[type="checkbox"] {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        margin: 0;
        width: 16px;
        height: 16px;
        opacity: 0;
        z-index: 2;
        position: relative;
    }

        .guichetContent .cb input[type="radio"] ~ .check {
            position: absolute;
            top: 0;
        }

            .guichetContent .cb input[type="radio"] ~ .check:before {
                position: absolute;
                left: 0;
                top: 0;
                content: "";
                display: block;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                transition: 240ms;
                margin: 4px;
                opacity: 0;
            }

        .guichetContent .cb input[type="radio"]:checked ~ .check:before {
            opacity: 1;
        }

        .guichetContent .cb input[type="radio"] ~ .check:after {
            position: relative;
            top: 0;
            border: 1px solid #57585b;
            content: "";
            display: block;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            transition: 240ms;
        }

        .guichetContent .cb input[type="radio"]:checked ~ .check:after {
            border-color: var(--ct-secondary-color);
            border: 5px solid var(--ct-secondary-color);
        }

        .guichetContent .cb input[type="checkbox"] ~ .check {
            position: absolute;
            top: 0;
            width: 100%;
        }

        .guichetContent .cb input[type="checkbox"]:checked ~ .check:before {
            content: "";
            position: absolute;
            top: 1px;
            left: 6px;
            display: table;
            width: 6px;
            height: 12px;
            border: 2px solid #fff;
            border-top-width: 0;
            border-left-width: 0;
            transform: rotate(45deg);
        }

.guichetContent table .cb input[type="checkbox"]:checked ~ .check:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 6px;
    display: block;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    transform: rotate(45deg);
}

.guichetContent .selectAllCb .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #fff;
}

.guichetContent .cb input[type="checkbox"] ~ .check:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-right: 5px;
    border: 1px solid #57585b;
    border-radius: 3px;
    transition: 240ms;
    background-color: #fff;
}

.guichetContent .cb input[type="checkbox"]:checked ~ .check:after {
    background-color: var(--ct-secondary-color);
    border-color: var(--ct-secondary-color);
}

.guichetContent .selectAllCb .cb input[type="checkbox"]:checked ~ .check:after {
    background-color: var(--ct-secondary-color);
}

.guichetContent .catalogFilter .cb label {
    padding-left: 5px;
}

.guichetContent .catalogFilter .cb input[type="checkbox"] ~ .check {
    top: 3px;
}

.guichetContent .catalogFilter .cb input[type="radio"], .guichetContent .catalogFilter .cb input[type="checkbox"] {
    top: 3px;
}

.formcontent .field .cb span {
    position: absolute;
    top: 4px;
    left: 0;
}

.formcontent .field .cb {
    position: relative;
    margin: 0;
    padding: 2px 0 5px 0px;
}

.checkboxNoProfilePicture .cb label {
    font-weight: normal;
}

.f-content.col-sm-9.txtCheckboxNoProfilePicture {
    padding-top: 7px;
}

.radioOrganisation .cb label {
    font-weight: normal;
}

.guichetContent .NewTokenProc .prestations-list .cb input[type="checkbox"] ~ .check:after {
    border: 1px solid #000;
}

.guichetContent .NewTokenProc .prestations-list .cb input[type="checkbox"]:checked ~ .check:after {
    background-color: #fff;
}

.guichetContent .NewTokenProc .item.presta.violet .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #6639b7;
}

.guichetContent .NewTokenProc .item.presta.blue .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #004db4;
}

.guichetContent .NewTokenProc .item.presta.red .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #97223f;
}

.guichetContent .NewTokenProc .item.presta.green .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #00693c;
}

.guichetContent .NewTokenProc .item.presta.black .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #000000;
}

.guichetContent .NewTokenProc .item.presta.turquoise .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: var(--ct-secondary-color);
}

.guichetContent .NewTokenProc .item.presta.grey .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #44697d;
}

.guichetContent .NewTokenProc .item.presta.pink .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #9b1889;
}

.ListProc table .cb label {
    margin-bottom: 0;
    padding-left: 0;
}

.ListProc .selectAllCb .cb {
    margin-left: 3px;
    width: 19px;
}

.RightsProc .DCB-SubTitle .cb {
    z-index: 2;
}

.RightsProc .PrestaUsers li .cb {
    margin-left: -25px;
}

.RightsProc .DCB-SubTitle .cb input[type="checkbox"] ~ .check:after {
    border: none;
}

.RightsProc .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:after {
    background-color: #fff;
    border-color: transparent;
}

.RightsProc .violet .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #6639b7;
}

.RightsProc .blue .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #004db4;
}

.RightsProc .red .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #97223f;
}

.RightsProc .green .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #00693c;
}

.RightsProc .black .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #000000;
}

.RightsProc .turquoise .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: var(--ct-secondary-color);
}

.RightsProc .grey .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #44697d;
}

.RightsProc .pink .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #9b1889;
}

.guichetContent .RightsProc .prestations-list .cb input[type="checkbox"] ~ .check:after {
    border: none;
}

.guichetContent .RightsProc .prestations-list .cb input[type="checkbox"]:checked ~ .check:after {
    background-color: #fff;
    border-color: transparent;
}

.guichetContent .RightsProc .item.presta.violet .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #6639b7;
}

.guichetContent .RightsProc .item.presta.blue .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #004db4;
}

.guichetContent .RightsProc .item.presta.red .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #97223f;
}

.guichetContent .RightsProc .item.presta.green .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #00693c;
}

.guichetContent .RightsProc .item.presta.black .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #000000;
}

.guichetContent .RightsProc .item.presta.turquoise .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: var(--ct-secondary-color);
}

.guichetContent .RightsProc .item.presta.grey .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #44697d;
}

.guichetContent .RightsProc .item.presta.pink .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #9b1889;
}





footer, header#header {
    max-width: 1600px;
    position: relative;
    margin: 0 auto;
}

div#page, div#pagecms, div#home {
    max-width: 1600px;
    margin: 0 auto;
    position: relative
}

body footer {
    margin-top: 0;
}

.closed-sidebar div#page, .closed-sidebar div#pagecms, .closed-sidebar div#home {
    background-position-x: -256px !important;
}

.content .sidebar:before {
    display: none;
}

.main-content.transition {
    transition: width ease .2s;
}

.content .sidebar.transition {
    transition: margin-left ease .2s;
}

.content .create-user-info .item {
    padding-bottom: 15px;
}

.create-user-info {
    margin-top: 60px;
    position: relative;
}

    .create-user-info .bottom-panel {
        padding: 1px 0;
    }

    .create-user-info h2 {
        font-weight: 400;
        font-size: 18px;
        color: #57585b;
        padding: 27px 15px 0 15px;
    }

    .create-user-info .panel {
        border-top: 0;
    }

    .create-user-info .btn {
        padding: 15px 0;
        min-width: 30%;
    }

    .create-user-info .bottom-panel a:hover {
        background-color: #02832d;
        text-decoration: none;
    }

    .create-user-info .item {
        padding: 0 15px 0 15px;
        position: relative;
    }

        .create-user-info .item span {
            font-family: Georgia,serif;
            font-style: italic;
            color: #efefef;
            font-size: 200px;
            position: absolute;
            left: 0;
            bottom: -2px;
            line-height: .7;
            vertical-align: bottom;
            z-index: -1;
        }

#dots-user-create {
    margin: 10px auto;
    height: 20px;
    position: relative;
    width: 80%;
}

    #dots-user-create:before {
        content: '';
        display: block;
        height: 7px;
        width: 100%;
        background: #d7dbde;
        position: absolute;
        left: 0;
        top: calc(50% - 5px)
    }

    #dots-user-create .owl-dot {
        border: 3px solid #f2f4f6;
        background: #fff;
        box-shadow: 0 0 1px #333 inset;
        width: 24px;
        height: 24px;
        margin-top: -3px;
        margin-left: -18px;
    }

        #dots-user-create .owl-dot:last-child {
            margin-right: 0;
        }

        #dots-user-create .owl-dot span {
            top: 2px;
        }

        #dots-user-create .owl-dot.active span {
            background-color: var(--ct-secondary-color);
            left: 2px;
            opacity: 1;
            top: 2px;
        }

.create-user-info .default-subtitle {
    font-size: 12px;
    color: #57585b;
    font-weight: 400;
    border-bottom: none;
    margin-bottom: 20px;
}

.content .small-list-news .item.noimage {
    background: none;
}

    .content .small-list-news .item.noimage img {
        opacity: 1;
    }

.owl-carousel .owl-stage-outer {
    width: calc(100% - 1px);
}

.owl-carousel.owl-news {
    opacity: 0;
    height: 0;
    transition: all ease .2s;
}

    .owl-carousel.owl-news.owl-loaded {
        opacity: 1;
        height: auto;
    }

.owl-dot {
    height: 18px;
    width: 18px;
    position: relative;
    display: inline-block;
    margin-left: 8px;
    border: 1px solid #b2b2b2;
    border-radius: 20px;
    cursor: pointer;
    padding: 8px;
    background: none;
}

    .owl-dot span {
        position: relative;
        left: -7px;
        top: -7px;
        width: 14px;
        height: 14px;
        background: var(--ct-secondary-color);
        border-radius: 20px;
        transition: all ease .2s;
        opacity: 0;
        display: block;
    }

    .owl-dot.active span {
        opacity: 1;
    }

.content .main-content .tableFolder .iconbtn label {
    margin-bottom: 0;
}

.content .main-content .tableFolder .iconbtn i {
    display: inline-block;
}

.content .ProfilPictureForm a.img {
    float: right;
    display: block;
    margin: -10px 0 0;
}

.EditCustomer .ProfilPictureForm .profile-picture-profil {
    background-color: var(--ct-primary-color);
    border-width: 1px !important;
    width: 80px;
    height: 80px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
}

    .EditCustomer .ProfilPictureForm .profile-picture-profil img {
        border-radius: 0;
        width: 30px !important;
    }

.dateNews {
    float: right;
    font-style: italic;
}


/*General styles
****************************************/
.clear-after:after, .row-fluid:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    clear: both;
}

.IC2Site .main-content img {
    max-width: 100%;
}

.required {
    color: red;
}

body {
    color: #57585b;
    font-family: var(--main-font);
    font-size: 16px;
}

.h2, h2 {
    font-family: var(--main-font);
    font-weight: bold;
}

a {
    transition: all ease .2s;
    color: var(--ct-secondary-color);
    text-decoration: underline;
}

.pagination > li > a {
    transition: all ease .2s;
    color: #000;
    text-decoration: none;
}

.success a {
    color: #5A7849;
    text-decoration: underline;
}

a:hover, .pagination > li > a:hover {
    color: #57585b;
}

.part h1, .part h2, .part h3 {
    margin-top: 0;
}

.form-content h1 {
    color: var(--ct-secondary-color);
    line-height: 1.05em;
}

.pageTitle, h1 {
    color: #1f2f37;
    font-size: 38px;
    font-weight: bold;
    position: relative;
    font-family: var(--main-font);
}

.default-title, .wysiwyg-h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    font-family: var(--main-font);
}

.default-subtitle {
    color: #57585b;
    font-size: 18px;
    font-family: var(--main-font);
    font-weight: bold;
}

.wysiwyg-h1 {
    font-size: 16px;
    font-weight: 700;
}

.wysiwyg-h2 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.wysiwyg-h3 {
    margin-bottom: 20px;
}

.wysiwyg-h1-v2 {
    font-family: var(--main-font);
    font-weight: bold;
    color: #57585b;
    font-size: 16px;
}

.wysiwyg-h2-v2 {
    font-size: 16px;
    background: var(--ct-secondary-color);
    color: #FFF;
    font-family: var(--main-font);
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
}

.wysiwyg-h3-v2 {
    font-size: 13px;
    font-family: var(--main-font);
    font-weight: bold;
    color: #9c9895;
}

blockquote {
    font-size: 13px;
    border-left-color: var(--ct-secondary-color);
    margin-left: 10px;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.success, .infomessage, .notice, .error {
    margin-bottom: 10px !important;
}

.checkbox-required {
    display: inline;
    margin-right: 5px;
}

.infoMessageFBP {
    position: absolute !important;
    top: -100px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}



.icon.pen:before {
    content: '\f040';
    font: normal normal normal 14px/1.4 'Font Awesome 6 Pro', sans-serif;
    text-align: center;
    margin-right: 6px;
    position: relative;
    color: var(--ct-secondary-color);
}

.icon.delete:before {
    content: '\f1f8';
    font: normal normal normal 14px/1.4 'Font Awesome 6 Pro', sans-serif;
    text-align: center;
    margin-right: 6px;
    position: relative;
    color: var(--ct-secondary-color);
}

.icon.pen:hover, .icon.delete:hover {
    cursor: pointer;
}

.notificationDevice a {
    text-decoration: none;
}

.notificationSection {
    margin-bottom: 0 !important;
}

.btnChangeNameDevice {
    margin-top: 15px;
}

#newNameInput {
    display: none;
}

.notificationType label {
    padding-left: 5px !important;
}

.notificationType a {
    color: var(--ct-secondary-color);
}

.antiCheck {
    display: flex !important;
    flex-wrap: wrap !important;
}




.btn, button, .button, .infomessage a, .notice a {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--ct-secondary-color);
    color: #fff;
    font-weight: 400;
    text-transform: none;
    padding: 6px 30px;
    font-size: 13px;
    margin-bottom: 1em;
    border: none;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

.infomessage a, .notice a {
    padding: 6px 12px;
}

.modal .btn, .modal button, .modal .button {
    margin-bottom: 0;
}

@media(max-width:768px) {
    .modal-dialog {
        margin-top: 78px;
    }
}

.btn:hover, button:hover, .button:hover {
    background-color: var(--ct-secondary-color);
    color: #fff;
    text-decoration: none;
}
/*.btn:active,button:active,.btn:focus,button:focus,.button:active,.button:focus{background-color:#B95E04;color:#fff;box-shadow:0 0 10px rgba(0,0,0,.4) inset;text-decoration:none;}*/
td .btn "{	margin:0;}"
.btn.btn-light {
    border: 2px solid #dfdfdf;
    background-color: #dfdfdf;
    color: #191919;
    padding: 4px 30px;
}

.btn.btn-light:hover {
    color: #191919;
    border-color: #eceaea;
    background-color: #eceaea;
}

.btn.btn-thin {
    border: 1px solid #cecece;
    background-color: #fff;
    color: #57585b;
    padding: 8px 30px;
    margin-top: 20px;
}

    .btn.btn-thin:hover {
        border-color: var(--ct-secondary-color);
        background-color: var(--ct-secondary-color);
        color: #fff;
    }

        .btn.btn-thin:hover .fa-catalog-custom {
            background-color: #fff !important;
        }

        .btn.btn-thin:hover i {
            color: #fff !important;
        }

.btn.btn-full {
    display: block;
}

aside .default-title {
    font-size: 18px;
    margin-top: 0;
}

    aside .default-title i {
        color: var(--ct-secondary-color);
        font-size: 22px;
    }

.notbold {
    font-weight: normal;
}

.panel {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f2f4f6;
    border-top: 3px solid #57585b
}

.panel-login {
    padding: 20px;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 1px 2px 8px rgba(0,0,0,.17);
    box-shadow: 1px 2px 8px rgba(0,0,0,.17);
    background-color: #fff;
    border-top: none;
    margin-top: 10px;
}

    .panel-login .pageTitle {
        margin: 0 0 .5em;
    }

    .panel-login .forminfos {
        font-size: 13px;
        color: #fff !important;
        background: red;
        border-radius: 3px;
        box-shadow: 1px 2px 8px rgba(0,0,0,.17);
        margin-bottom: 20px;
    }

        .panel-login .forminfos > div {
            color: #fff !important;
            padding: 12px;
        }

        .panel-login .forminfos h3 {
            font-size: 18px;
            margin: 0 0 10px;
        }

aside .panel {
    padding: 20px;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 1px 2px 8px rgba(0,0,0,.17);
    box-shadow: 1px 2px 8px rgba(0,0,0,.17);
    background-color: #fff;
    border-top: none
}

    aside .panel .default-title {
        color: #000;
        font-size: 22px;
        font-weight: 500;
    }

.panel-tools {
    margin: 20px 0 40px;
}

    .panel-tools .default-title {
        font-size: 18px;
    }

    .panel-tools ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .panel-tools li {
        margin-bottom: 16px;
    }

        .panel-tools li .homeNotification {
            color: #57585b;
            padding: 0 0 13px;
            display: block;
            border-bottom: 1px solid #cecece;
        }

    .panel-tools .homeNotification span {
        color: #000;
        font-weight: 500;
    }

        .panel-tools .homeNotification span.panel-tools-date {
            margin-left: 10px;
            display: block;
            color: var(--ct-secondary-color);
            font-weight: 500;
            font-size: 14px;
        }

    .panel-tools li .btn.btn-thin {
        text-align: left;
        margin: 0;
        padding: 15px;
    }

    .panel-tools .btn.btn-thin i {
        color: var(--ct-secondary-color);
        font-size: 18px;
        margin-right: 12px;
    }

.back-btn.pageTitle {
    color: #000;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: var(--main-font);
}

.mainTitle .back-title-btn {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #57585b;
    border-radius: 35px;
    color: #57585b;
    z-index: 1;
}

.mainTitle {
    position: relative;
}

    .mainTitle .back-title-btn {
        display: none;
    }

.formtab {
    float: left;
    width: 66.66666667%;
}

.formtoolbar {
    width: 66.66666667%;
}

    .formtab .inner, .formtoolbar .inner, .formtab-button .inner {
        padding-right: 4%;
    }

.forminfos {
    position: relative;
    width: 33.33333333%;
    float: right;
}

.lateral #sb-wrapper {
    top: 0 !important;
    left: auto !important;
    width: 460px !important;
    right: 0;
    background: #fff;
}

.lateral #sb-wrapper-inner {
    height: auto !important;
    border: none;
    padding: 25px 20px;
}

.lateral #sb-title, .lateral #sb-info {
    display: none;
}

.lateral #sb-body {
    background: none;
}

.lateral #sb-body-inner {
    position: relative;
}

.lateral #sb-loading {
    position: absolute;
    top: 0;
    left: 0;
}

.lateral #sb-loading-inner {
    top: 0;
}

    .lateral #sb-loading-inner span {
        color: #999;
        font-family: Arial,sans-serif;
        background: url('../images/loading.gif') no-repeat 0 0;
    }

.full #sb-player {
    background: #fff;
}

.full .SBContent {
    padding: 15px;
}

.SBContent {
    font-family: var(--main-font);
    color: #000;
}

    .SBContent li {
        font-size: 1.2em;
        margin-bottom: 0.5em;
    }

        .SBContent li li {
            font-size: 1em;
        }

    .SBContent .two {
        float: left;
        width: 46%;
        margin: 0 4% 0 0;
    }

    .SBContent .clear {
        clear: both;
    }

    .SBContent .btn-box {
        display: block;
        padding: 5px 10px;
        margin: 1em 0;
        text-decoration: none;
        text-align: center;
        color: #39322b;
        font-size: 1.5em;
        background: #eee;
        border: 1px solid #dfdfdf;
        border-radius: 5px;
    }

        .SBContent .btn-box:hover {
            background: #e1e1e1;
            border-color: #cfcfcf;
        }

body.lateralbox-open {
    background-image: none;
}

    body.lateralbox-open #wrapper {
        position: fixed;
        width: 100%;
    }

    body.lateralbox-open #sb-container.lateral {
        position: relative;
    }

        body.lateralbox-open #sb-container.lateral #sb-overlay {
            position: fixed;
        }

#sb-bglateral {
    background: #FFFFFF;
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 460px;
}

#sb-bglateral2 {
    background: #FFFFFF;
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 460px;
    z-index: 2;
}

.GlobalLoading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999997;
    display: none;
}

    .GlobalLoading .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #FFF;
        z-index: 999998;
        opacity: 0.9;
        -moz-opacity: 0.8;
        -webkit-opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .GlobalLoading .msg {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 180px;
        margin: -10px 0 0 -90px;
        z-index: 999999;
        font-size: 15px;
    }

        .GlobalLoading .msg img {
            margin: -10px 5px -7px;
        }

.txtLoading {
    color: #202020;
}

.alert, .error, p.error, .notice, .success, .infomessage, .errorbox {
    font-weight: 400;
    font-size: 18px;
    position: relative;
    padding: 15px 15px 15px 45px;
    border: none;
    color: #fff;
    border-radius: 4px;
}

.error, .notice, .success, .infomessage, .errorbox {
    margin: 20px 0;
}

.alert i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 14px;
    top: 14px;
}
/*.alert-success,.success	{background-color:#61b131}
.alert-info,.infomessage	{background-color:#18487a}
.alert-warning,.notice	{background-color:#f29401}
.alert-danger,.error,p.error,.errorbox	{background-color:#bb2c2c}*/
.error:before, .notice:before, .success:before, .infomessage:before, .errorbox:before {
    font-family: "Font Awesome 6 Pro", sans-serif;
    display: inline-block;
    position: absolute;
    left: 14px;
    top: 16px;
    font-size: 18px;
    font-weight: 700;
}

.error:before, .errorbox:before {
    content: "\f05e";
    color: #bb2c2c !important;
}

.notice:before {
    content: "\f071";
    color: #f29401 !important;
}

.success:before {
    content: "\f058";
    color: #5A7849 !important;
}

.infomessage:before {
    content: "\f05a";
    color: #18487a !important;
}

.errorbox {
    color: #fff !important;
    box-shadow: 1px 2px 8px rgba(0,0,0,.17);
    display: none;
}

    .errorbox h3 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .errorbox ul {
        padding-left: 12px;
    }

.alert-danger, .error, p.error, .errorbox {
    background-color: #f8e8e8;
    color: #bb2c2c;
    border-left: 4px solid #bb2c2c;
    border-radius: 0;
}

    .error:before {
        color: #bb2c2c;
    }

.alert-warning {
    font-weight: bold;
}

.alert-warning, .notice {
    background-color: #fef7eb;
    color: #A8610E;
    border-left: 4px solid #f29401;
    border-radius: 0;
}

.success:before {
    color: #5A7849;
}

.alert-success, .success {
    background-color: #eef6e8;
    color: #5A7849;
    border-left: 4px solid #5A7849;
    border-radius: 0;
}

.infomessage:before {
    color: #18487a;
}

.alert-info, .infomessage {
    background-color: #e6ebf0;
    color: #18487a;
    border-left: 4px solid #18487a;
    border-radius: 0;
}

.panel-tools .errorbox ul {
    padding-left: 1em;
    list-style-type: disc;
}

.header-brand {
    padding: 17px 20px 20px 20px;
    background: #fff;
    position: relative;
}

.header-brand-title a {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

    .header-brand-title a span {
        color: #008334;
        font-size: 14px;
    }

.header-tools {
    padding: 10px;
    background-color: #f0f0f0;
}

    .header-tools a {
        font-weight: 700;
        color: #1a1a1a;
    }

        .header-tools a i {
            font-size: 18px;
        }

.headerRibbon {
    width: 100px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.search-access {
    display: none;
    position: absolute;
    left: 60px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    height: 42px;
    border: none;
    background: none;
    color: #fff;
    top: 2px;
    font-size: 18px;
}

    .search-access:hover, .search-access:active, .search-access:focus {
        color: var(--hd-primary-color-text);
    }

    .search-access .fa.fa-close, .search-access.opened-search .fa.fa-search {
        display: none;
    }

    .search-access.opened-search .fa.fa-close {
        display: inline-block;
    }

#TopMenuServiceSearchResults {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 3;
    background: #fff;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0 4px 16px rgba(0,0,0,.15);
}

    #TopMenuServiceSearchResults ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    #TopMenuServiceSearchResults li:last-child {
        border-bottom: none;
    }

    #TopMenuServiceSearchResults a {
        display: block;
        padding: 12px 20px 12px 45px;
        position: relative;
        color: #222;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
    }

        #TopMenuServiceSearchResults a:hover {
            background: #ececec;
            text-decoration: none;
        }

    #TopMenuServiceSearchResults i {
        position: absolute;
        left: 12px;
        top: 13px;
        color: var(--hd-secondary-color);
        font-size: 16px;
    }

    #TopMenuServiceSearchResults .no-item-found i {
        position: static;
        left: auto;
        top: auto;
    }

    #TopMenuServiceSearchResults a span.violet {
        background-color: #6639b7;
        text-decoration: none;
    }

    #TopMenuServiceSearchResults a span.blue {
        background-color: #004db4;
        text-decoration: none;
    }

    #TopMenuServiceSearchResults a span.red {
        background-color: #97223f;
        text-decoration: none;
    }

    #TopMenuServiceSearchResults a span.green {
        background-color: #00693c;
        text-decoration: none;
    }

    #TopMenuServiceSearchResults a span.black {
        background-color: #000000;
        text-decoration: none;
    }

    #TopMenuServiceSearchResults a span.turquoise {
        background-color: var(--hd-secondary-color);
        text-decoration: none;
    }

    #TopMenuServiceSearchResults a span.grey {
        background-color: #44697d;
        text-decoration: none;
    }

    #TopMenuServiceSearchResults a span.pink {
        background-color: #9b1889;
        text-decoration: none;
    }

    #TopMenuServiceSearchResults li {
        position: relative;
        border-bottom: 1px solid #ececec;
    }

    #TopMenuServiceSearchResults a span {
        background: var(--hd-secondary-color);
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        display: block;
        border-radius: 50px;
        float: left;
        margin: 0 10px 0 0;
        position: absolute;
        top: 6px;
        left: 8px;
    }

        #TopMenuServiceSearchResults a span img {
            width: 15px;
            vertical-align: baseline;
        }

.item-list-loading {
    width: 100%;
    position: relative;
    padding: 0 0 0 34px;
}

    .item-list-loading img {
        position: absolute;
        left: 20px;
        top: -4px;
    }

.mainsearch .form-inline {
    padding: 15px;
    background: var(--hd-secondary-color);
    border-radius: 2px;
}

    .mainsearch .form-inline .form-group {
        display: block;
    }

    .mainsearch .form-inline .form-control {
        width: 100%;
        border-color: #fff;
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        margin-bottom: 10px;
    }

/*FAQ
***************************************/
.faq {
    list-style-type: none;
    margin: 10px 0 30px 0;
    padding: 0;
}

    .faq li a {
        display: block;
        padding: 15px 10px 15px 15px;
        position: relative;
        border: 1px solid #cecece;
        border-radius: 2px;
        margin-bottom: 10px;
        color: #202020;
    }

        .faq li a i {
            position: absolute;
            left: 10px;
            top: 14px;
            font-size: 18px;
        }

    .faq p a {
        color: #57585b;
    }

    .faq .default-title {
        font-size: 18px;
    }

    .faq h2.default-title a {
        color: #202020;
    }

/*Navbar
***************************************/
header .navbar {
    background: var(--hd-primary-color);
    border-radius: 0;
    min-height: 48px;
    margin: 0;
    border: none;
}

.navbar-toggle {
    border: 2px solid var(--hd-primary-color-text);
    padding: 4px 10px;
    margin: 10px;
}

    .navbar-toggle:hover .icon-bar {
        background-color: var(--hd-primary-color-text);
    }

.navbar-toggle {
    margin: 7px 14px;
    padding: 6px;
}

    .navbar-toggle:hover {
        border: 2px solid var(--hd-primary-color-text);
    }

@media(max-width:769px) {
    .navbar-toggle {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}

.navbar .search {
    position: relative;
}

    .navbar .search .field {
        position: relative;
        width: 360px;
        margin: 8px 0;
    }

    .navbar .search input[type=text] {
        border: none;
        font-weight: 400;
        color: #222;
        border-radius: 2px;
        padding: 5px 46px 5px 12px;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar .search button {
        position: absolute;
        right: 0;
        top: 0;
        width: 42px;
        text-align: center;
        line-height: 24px;
        height: 34px;
        border: none;
        background: none;
        color: #202020;
        margin-bottom: 0;
    }

.navbar .navbar-right {
    margin-right: 0 !important;
    height: 48px;
}

    .navbar .navbar-right li {
        border-left: 1px solid #ffffffa8;
    }

        .navbar .navbar-right li a {
            padding: 0;
            min-height: 49px;
            min-width: 58px;
            text-align: center;
            color: var(--hd-primary-color-text);
            font-size: 18px;
            text-decoration: none;
        }

    .navbar .navbar-right .badge {
        position: absolute;
        right: 7px;
        top: 7px;
        background-color: #cc142f;
        font-size: 11px;
        font-weight: 700;
        color: #fff;
        padding: 3px 5px;
    }

    .navbar .navbar-right li a:hover {
        background: #000000;
    }


    .navbar .navbar-right li.open a:hover {
        background: #767676;
    }

    .navbar .navbar-right li a:focus, .navbar .navbar-right li a:active, .navbar .navbar-right li.open a:focus, .navbar .navbar-right li.open a:active {
        background: var(--hd-primary-color-text);
        color: var(--hd-primary-color);
    }

        .navbar .navbar-right li a:focus .user-name, .navbar .navbar-right li a:active .user-name, .navbar .navbar-right li a:focus .user-role, .navbar .navbar-right li a:active .user-role {
            color: var(--hd-primary-color) !important;
        }

        .navbar .navbar-right li a:focus .profile-picture-container, .navbar .navbar-right li a:active .profile-picture-container {
            background-color: var(--hd-primary-color);
        }

        .navbar .navbar-right li a:focus i, .navbar .navbar-right li a:active i {
            color: var(--hd-primary-color) !important;
        }


    .navbar .navbar-right .user-nav {
        padding: 6px 30px 2px 57px;
        position: relative;
        text-align: left;
        font-size: 13px;
        font-weight: 700;
    }

        .navbar .navbar-right .user-nav .user-role {
            font-weight: 400;
            display: block;
        }

        .navbar .navbar-right .user-nav .user-name {
            font-weight: 500;
            font-size: 14px;
            color: var(--hd-primary-color-text);
            height: 18px;
        }

        .navbar .navbar-right .user-nav:hover .user-name {
            color: var(--hd-primary-color);
        }



    .navbar .navbar-right .dropdown-menu {
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
    }

        .navbar .navbar-right .dropdown-menu li {
            border-left: none;
        }

        .navbar .navbar-right .dropdown-menu a {
            text-align: left;
            position: relative;
            font-size: 14px;
            font-weight: 400;
            padding: 16px 14px;
            min-height: 0;
            min-width: 0;
            line-height: 1.4;
        }
    /*.navbar .navbar-right .dropdown-menu li:first-child a	{padding:8px 60px 8px 14px;}*/
    .navbar .navbar-right .user-dropdown-role {
        display: block;
        padding-left: 15px;
        font-size: 14px;
        font-weight: 400;
    }

    .navbar .navbar-right li span.use-gv-as {
        text-align: left;
        position: relative;
        font-size: 14px;
        font-weight: 400;
        padding: 40px 14px 16px 14px;
        min-height: 0;
        min-width: 0;
        line-height: 1.4;
        color: #000;
        display: block;
        text-transform: uppercase;
    }

    .navbar .navbar-right li a.nav-icon {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 58px;
        height: 47px;
        text-align: center;
    }

        .navbar .navbar-right li a.nav-icon i {
            display: inline-block;
            color: var(--hd-primary-color-text);
            position: absolute;
            left: 18px;
            top: 15px;
            text-indent: 0;
            text-rendering: auto;
            font-size: 18px;
        }

.anonymous-view .btn {
    background-color: white;
    color: #202020;
    margin: -6px 20px 0 0;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.anonymous-view .help {
    display: inline-block;
    color: #fff;
    line-height: 47px;
    width: 62px;
    height: 48px;
    text-align: center;
    margin-right: 20px;
    border-right: 1px solid white;
    border-left: 1px solid white;
    font-size: 20px;
}

    .anonymous-view .help:hover {
        background: var(--hd-secondary-color);
    }

.navbar-toggle .icon-bar {
    height: 3px;
    width: 26px;
    transition: all .3s;
    background-color: var(--hd-primary-color-text);
}

.navbar-toggle:focus, .navbar-toggle:hover {
    background: none;
    box-shadow: none;
}

.navbar .navbar-right li a.nav-icon.nav-notif:before {
    background-image: url(/Htdocs/Images/lib/tabs/history_white.png);
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 0 -1px;
    content: '';
    font-size: 0;
}

.navbar .navbar-right a.nav-icon.nav-documents span, .navbar .navbar-right a.nav-icon.nav-messages span {
    background: var(--hd-primary-color-pill);
    border-radius: 20px;
    width: 20px;
    height: 20px;
    color: #FFF;
    font-size: 11px;
    line-height: 20px;
    text-indent: 0;
    font-weight: bold;
    position: absolute;
    top: 6px;
    right: 6px;
}

.connectionButtonRightMenu {
    height: 48px;
    padding: 0 !important;
}

    .connectionButtonRightMenu button {
        margin: 6px 20px !important;
    }

    .connectionButtonRightMenu button, .connectionButtonRightMenu a {
        font-size: 16px;
        padding: 5px 10px !important;
        color: #000 !important;
        font-weight: 400;
    }

        .connectionButtonRightMenu button i, .connectionButtonRightMenu a i {
            color: #000;
            font-size: 14px !important;
            margin-right: 10px;
        }

.navbar .navbar-right li a.nav-icon.nav-documents span, .navbar .navbar-right li a.nav-icon.nav-messages span {
    display: none;
}

.navbar .navbar-right > li > a, .navbar .navbar-right li a.nav-icon.nav-documents, .navbar .navbar-right li a.nav-icon.nav-messages {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .navbar .navbar-right li a.nav-icon.nav-documents:hover, .navbar .navbar-right li a.nav-icon.nav-messages:hover, .navbar .navbar-right li a.logout:hover {
        background-color: var(--hd-primary-color) !important;
    }

        .navbar .navbar-right li a.nav-icon.nav-documents:hover i, .navbar .navbar-right li a.nav-icon.nav-messages:hover i, .navbar .navbar-right li a.logout:hover i {
            color: var(--hd-primary-color-text) !important;
        }

.FAQButtonRightMenu {
    position: initial;
    padding: 0 !important;
}

    .FAQButtonRightMenu a {
        border-right: none !important;
        border-left: none !important;
        margin-right: 0 !important;
    }

#allAccountOfProfil, #allNotValidatedAccountOfProfil {
    background-color: #fff;
}

#allNotValidatedAccountOfProfil {
    color: #767676;
}

    #allAccountOfProfil a, #allNotValidatedAccountOfProfil .disabled-profile {
        background: none;
    }

        #allAccountOfProfil a.current {
            background: var(--hd-primary-color);
            color: var(--hd-primary-color-text) !important;
        }

        #allAccountOfProfil a:hover, #allAccountOfProfil a:focus, #allAccountOfProfil a:active {
            background: var(--hd-primary-color);
            color: var(--hd-primary-color-text);
        }

    #allAccountOfProfil > a, #allNotValidatedAccountOfProfil > .disabled-profile {
        white-space: normal;
    }

    #allAccountOfProfil a, #allNotValidatedAccountOfProfil .disabled-profile {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 8px 38px 8px 16px;
        border-top: 1px solid #bababa;
    }

    #allAccountOfProfil a.current {
        border-top: none;
    }

.navbar .navbar-right li li img {
    position: static;
}

.navbar .navbar-right .profilbox.open li a.withIcon {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 8px 38px 8px 16px;
}

/*Lang
***************************************/
.lang button, .lang a.btn {
    margin: 0;
    background: transparent;
    font-weight: 400;
    font-size: 13px;
    padding: 0;
    border-radius: 0;
    min-width: 100px;
    height: 100%;
}

    .lang a.btn:hover {
        color: #cf0e2f;
    }

    .lang a.btn:first-child {
        border-right: 1px solid #cf0e2f;
    }

.lang {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

    .lang.open button {
        background-color: var(--hd-secondary-color);
    }

    .lang .dropdown-menu {
        left: auto;
        right: 0;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 2px;
        min-width: 100px;
        border-left: solid 2px white;
        border-bottom: solid 2px white;
        box-shadow: -6px 6px 10px rgba(0,0,0,.175);
    }


ul.dropdown-menu li {
    padding: 0 !important;
}



.lang .dropdown-menu a {
    text-align: left;
    position: relative;
    padding: 16px 14px;
    min-height: 0;
    min-width: 0;
    background-color: var(--hd-secondary-color);
    color: #fff;
    line-height: 1.4;
    text-decoration: none;
}

    .lang .dropdown-menu a:hover, .lang .dropdown-menu a:active, .lang .dropdown-menu a:focus {
        background: #202020;
        color: #fff;
    }

.lang .left {
    margin-right: 5px;
    font-size: 16px;
}

.lang .dropdown-menu .left {
    margin-left: 8px;
}

.lang .right {
    margin-left: 5px;
}

/*Sidebar
***************************************/
.sidebar {
    float: left;
    min-height: 1px;
    position: relative;
    margin-left: 0;
    background-color: #ececec;
}

    .sidebar.closed-sidebar {
        margin-left: -236px;
        display: none;
    }

    .sidebar:before {
        content: '';
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 236px;
        height: 100%;
        min-height: 100%;
        background: #ececec;
        z-index: -1;
    }

    .sidebar.transition {
        transition: margin-left ease .2s;
    }

        .sidebar.transition:before {
            transition: width ease .2s;
        }

    .sidebar.closed-sidebar:before {
        width: 0;
    }

.main-content {
    width: calc(100% - 236px);
    padding: 5px;
    float: left;
}

.closed-sidebar .main-content {
    width: 100% !important;
}

#page > .content, #pagecms, #home > .content {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

#page, #home {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: row;
}

    #page .content > div:nth-child(3) {
        display: none;
    }

@media (min-width: 768px) {
    #page .content > div, #pagecms > div {
        padding-bottom: 35px;
    }
    .sidebar {
        max-width: 226px;
    }
}

/*Main-nav
***************************************/
#main-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#main-nav a {
    display: block;
    padding: 10.5px 15px;
    font-weight: 400;
    color: #222;
    border-bottom: 1px solid rgba(255,255,255,.5);
    text-decoration: none;
}

    #main-nav a:hover, #main-nav .selected a {
        color: var(--sd-secondary-color);
        background: #fff;
        text-decoration: none;
        border-bottom: 1px solid rgba(255,255,255,1);
    }

#main-nav .selected a {
    border-left: 6px solid var(--sd-secondary-color);
    padding-left: 9px;
}

#main-nav li ul {
    margin: 0;
    padding: 0;
}

#main-nav li li a {
    padding: 14px 10px 14px 20px;
    position: relative;
    font-size: 12px;
}

#main-nav li.selected li a {
    color: #222;
}

#main-nav li li.selected a {
    color: var(--sd-secondary-color);
}

#main-nav li li a:before {
    font: normal normal normal 11px/1 'Font Awesome 6 Pro', sans-serif;
    content: '\f0da';
    color: #57585b;
    position: absolute;
    left: 12px;
    top: 17px;
    transition: all ease .2s;
}

#main-nav li li.selected a:before, #main-nav li li a:hover:before {
    color: var(--sd-secondary-color);
}

/*Footer
***************************************/
footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer .default-title {
    font-size: 30px;
    color: var(--ft-secondary-color);
    font-weight: 700;
}

footer .part a {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    padding: 8px 0;
    color: #333;
}

footer p {
    color: #acacac;
    padding: 50px 0 10px;
}

/*Small-list-news
***************************************/
.small-list-news {
    margin-bottom: 30px;
}

    .small-list-news .loading {
        position: absolute;
        top: calc(50% - 22px);
        left: calc(50% - 22px);
        height: 44px;
        width: 44px;
        padding: 0;
    }

    .small-list-news h1 {
        font-size: 24px;
        font-weight: bold;
        color: #57585b;
        width: 100% !important;
    }

    .small-list-news ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .small-list-news .item {
        position: relative;
    }

        .small-list-news .item.noimage {
            background: #cf0e2f;
            background: -moz-linear-gradient(-45deg,#cf0e2f 0%,var(--ct-secondary-color) 100%);
            background: -webkit-linear-gradient(-45deg,#cf0e2f 0%,var(--ct-secondary-color) 100%);
            background: linear-gradient(135deg,#cf0e2f 0%,var(--ct-secondary-color) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0e2f',endColorstr='var(--ct-secondary-color)',GradientType=1 );
        }

            .small-list-news .item.noimage img {
                opacity: 0;
            }

    .small-list-news .owl-item .item {
        position: relative;
        overflow: hidden;
    }

    .small-list-news .text-box {
        position: absolute;
        bottom: -1px;
        left: 0;
        background: rgba(255,255,255,.92);
        z-index: 1;
        width: 101%;
        padding-bottom: 24px;
    }

    .small-list-news .default-title {
        font-size: 24px;
        padding: 0 15px;
        margin: 10px 0;
        color: var(--ct-secondary-color);
    }

    .small-list-news p {
        display: block;
        padding: 0 15px;
        margin: 0;
    }

        .small-list-news p span {
            color: var(--ct-secondary-color);
        }

    .small-list-news a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
        line-height: 0;
        font-size: 0;
        z-index: 2;
    }

    .small-list-news h1 a {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        text-indent: 0;
        line-height: 1.1;
        font-size: 24px;
        color: #57585b;
        text-decoration: none;
    }

    .small-list-news img {
        width: 100%;
    }

    .small-list-news .owl-dots {
        position: absolute;
        right: 0;
        top: 5px;
    }

/*Advantage-list
***************************************/
.advantage-list {
    list-style-type: none;
    padding: 0 0 0 10px;
}

    .advantage-list li {
        display: block;
        position: relative;
        padding-left: 55px;
        margin-bottom: 10px;
        color: var(--ct-secondary-color);
    }

        .advantage-list li i {
            position: absolute;
            left: 4px;
            top: 0;
            color: var(--ct-secondary-color);
            font-size: 30px;
        }




.nex-step {
    display: block;
    color: #333;
    padding: 8px 0;
    margin-bottom: 7px;
}

.f-content {
    position: relative;
}

.profile-img {
    width: 50px !important;
}

/*modal in dashboard for adding presta
***************************************/
.tabs.menuSearchPresta button {
    background-color: #fff;
    font-size: 1.2em;
    padding: 3px;
}

    .tabs.menuSearchPresta button:focus {
        border: 2px solid #000 !important;
    }

.menuSearchPresta .menuModal.AddPresta.selected {
    font-size: 20px;
    color: var(--ct-secondary-color);
}

.menuSearchPresta .menuModal.AddPresta:hover {
    color: var(--ct-secondary-color);
}

.menuSearchPresta .menuModal.AddPresta {
    margin: 0 3px;
    text-decoration: none;
    color: #20202091;
    display: inline-block;
}

    .menuSearchPresta .menuModal.AddPresta.All {
        margin-left: 0;
    }

.menuSearchPresta h4 {
    position: relative;
    color: var(--ct-secondary-color);
    margin-bottom: 4px;
}

    .menuSearchPresta h4 span {
        background: #fff;
        padding-right: 5px;
        position: relative;
        z-index: 1;
        font-size: 13px;
    }

    .menuSearchPresta h4:before {
        background: var(--ct-secondary-color);
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        top: 50%;
        width: 100%;
    }

    .menuSearchPresta h4:before {
        left: 0;
    }

.menuSearchPresta .SearchPrestation {
    padding-right: 0px;
    margin-top: 7px;
    margin-bottom: 20px;
}

.SBContent .notice {
    margin-bottom: 15px;
}

/*Prestations
***************************************/
ul.prestations-list {
    list-style-type: none;
    margin: 0 -2% 0 -1%;
    padding: 0;
}

    ul.prestations-list.columns4 {
        margin: 0 -1% 0 -1%;
    }

    ul.prestations-list li {
        width: 22%;
        float: left;
        margin: 0 1%;
        position: relative;
    }

    ul.prestations-list .prestation-item.prestation-turquoise a.desc {
        background-color: #fff;
    }

    ul.prestations-list-small li, ul.prestations-list li {
        width: 31%;
        margin: 0 1%;
    }

    ul.prestations-list-small.columns4 li, ul.prestations-list.columns4 li {
        width: 23%;
        margin: 0 1%;
    }

.searchbox .search .field.form-group {
    height: 100px;
}

.searchbox ul.prestations-list-small li {
    width: 47.5%;
    margin: 0 1%;
    font-size: 16px;
}

.searchbox .search .form-horizontal .col-sm-4, .searchbox .search .form-horizontal .col-sm-8 {
    padding-left: 0px;
    padding-right: 0px;
}

.searchbox .search .form-horizontal .control-label {
    text-align: left;
}

.searchbox .search .formtab {
    width: 100%;
    margin-bottom: 30px;
}

.searchbox .search .form-control {
    font-size: 13px;
}

.searchbox .search .field.searchPrestation {
    padding-left: 0;
    padding-right: 0;
    margin-top: 9px;
}

.searchbox .search .field.categoryPrestation {
    padding-left: 5px;
    padding-right: 2px;
}

ul.prestations-list-small .well {
    min-height: 164px;
    margin-bottom: 15px;
}

ul.prestations-list-small .prestation-item a, ul.prestations-list-small .prestation-item .content-presta {
    margin-bottom: 15px;
}

ul.prestations-list:after {
    clear: both;
    display: block;
    content: '';
}

ul.prestations-list .locked .prestation-item a .prestation-title {
    background: repeating-linear-gradient(45deg, #dedede, #dedede 10px, #ffffff 10px, #ffffff 20px);
}

.prestations-list .default-title {
    font-size: 25px;
    color: #1F2f37;
    line-height: 32px;
    font-family: var(--main-font);
}

.prestations-list label {
    display: block;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2px;
}

.prestations-list .select-wrapper {
    position: relative;
}

.prestations-list select, .filter-prestations select {
    width: 100%;
    border: none;
}

.prestations-list .select-wrapper:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #dbdbdb;
    position: absolute;
    right: 35px;
    top: 0;
}

.filter-prestations {
    background: var(--ct-secondary-color);
    border-radius: 3px;
    box-shadow: 0 3px 11px rgba(0,0,0,0.3);
    padding: 10px 15px 20px 15px;
}

    .filter-prestations label {
        color: #fff;
    }

.AppsList .close {
    float: none;
    font-size: inherit;
    line-height: normal;
    color: #000;
    opacity: 1;
    text-shadow: none;
}

.prestations-list h3 {
    font-size: 24px;
    font-weight: 700;
}

.prestation-item a, .prestation-item .content-presta {
    display: block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    background: #dedede;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    margin-bottom: 30px;
    text-decoration: none;
    border: 1px solid #cecece;
}

    .prestation-item a:hover, .prestation-item .content-presta:hover {
        box-shadow: 2px 1px 18px rgba(0,0,0,0.18);
    }

    .prestation-item a:active, .prestation-item a:focus, .prestation-item .content-presta:active, .prestation-item .content-presta:focus {
        box-shadow: 1px 0 12px rgba(0,0,0,0.2);
        text-decoration: none;
    }

.prestation-item .content-presta {
    background-color: #FFF;
}

.ListPending .prestation-item .content-presta .prestation-title {
    border-top: 1px solid #dedede;
}

.ListPending .contentBtn {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
}

    .ListPending .contentBtn .contentBtn-1, .ListPending .contentBtn .contentBtn-2 {
        flex-grow: 1;
        margin-bottom: 0;
    }

.prestation-item a:hover {
    text-decoration: none;
}

.prestation-item .content-presta:hover {
    text-decoration: none;
}

.prestation-item .desc {
    position: absolute;
    right: 7px;
    top: 7px;
    padding: 2px 0;
    width: 20px;
    background: #fff;
    border-radius: 2px;
    color: var(--ct-secondary-color);
    text-align: center;
}

    .prestation-item .desc.desc-maintain, .prestation-item .desc.desc-locked {
        right: auto;
        left: 10px;
    }

.prestation-icon {
    min-height: 100px;
    display: block;
    position: relative;
}

    .prestation-icon i, .prestation-icon img {
        padding: 25px 0;
        color: #fff;
        width: 50px;
    }

.prestation-title {
    display: block;
    background: #fff;
    padding: 12px 5px 15px;
    min-height: 64px;
    color: #2e2e2e;
    line-height: 1.3;
    border-radius: 0;
}

.prestations-list .btn-group .btn {
    background: transparent;
    margin-right: 30px;
    color: #57585b;
    text-align: left;
    padding: 10px 6px 10px 32px;
}

    .prestations-list .btn-group .btn:hover, .prestations-list .btn-group .btn:active, .prestations-list .btn-group .btn:focus {
        box-shadow: none;
        background: transparent;
    }

    .prestations-list .btn-group .btn .checkbox-filter {
        display: block;
        position: absolute;
        left: 5px;
        top: 8px;
        width: 18px;
        height: 18px;
        border: 2px solid #57585b;
        border-radius: 3px;
    }

        .prestations-list .btn-group .btn .checkbox-filter:after {
            opacity: 0;
            font: normal normal normal 11px/1 'Font Awesome 6 Pro', sans-serif;
            content: '\f00c';
            color: #57585b;
            position: absolute;
            left: -2px;
            top: 2px;
            transition: all ease .2s;
        }

    .prestations-list .btn-group .btn:hover .checkbox-filter:after {
        opacity: .4;
        left: 2px;
    }

    .prestations-list .btn-group .btn .checkbox-filter.check-on:after {
        opacity: 1;
        left: 2px;
    }

#ContentPrestaTemp {
    display: none;
}

.StepPrestaAccess i {
    color: var(--ct-secondary-color);
    font-size: 40px;
}

    .StepPrestaAccess i.fa-arrow-circle-right {
        color: #cf0e2f;
    }

.StepPrestaAccess {
    display: table;
}

    .StepPrestaAccess .item {
        display: table-row;
    }

        .StepPrestaAccess .item > span {
            display: table-cell;
            vertical-align: middle;
            padding: 20px 0;
            border-top: solid 1px #EEE;
        }

        .StepPrestaAccess .item .icon {
            padding-right: 15px;
        }

        .StepPrestaAccess .item .text a {
            float: right;
            margin-top: 15px;
        }

        .StepPrestaAccess .item:first-child span {
            border-top: 0;
        }

.pageCatalogPresta .filterHomeCatalogue {
    margin-top: 30px;
}

.pageCatalogPresta .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.addPrestation, .addWidget {
    display: none;
}

    .addPrestation .prestation-icon i {
        padding: 30px 0;
    }

.grid .presta .delete {
    display: none;
}

    .grid .presta .delete.showIcon {
        display: block;
        z-index: 11 !important;
        background: none;
        border: none;
    }

li.addPrestation .prestation-icon i {
    color: #dedede;
    font-size: 40px;
}

li.addPrestation .prestation-title {
    border: none;
}

li.addPrestation .prestation-item a {
    border: dashed 1px #dedede;
    background: none;
}

ul.prestations-list li.presta.clear {
    clear: both;
}

button.setDashboardPresta.selected {
    background: #FFF;
    color: #000;
    border: 1px solid var(--ct-secondary-color);
}

.PrestaDashboardNotLogged {
    position: relative;
}

    .PrestaDashboardNotLogged .themes-list {
        padding-left: 0;
        margin: 5px 0 5px 0px;
    }

        .PrestaDashboardNotLogged .themes-list:after {
            content: "";
            display: block;
            clear: both;
        }

        .PrestaDashboardNotLogged .themes-list li {
            float: left;
            display: block;
            margin-right: 25px;
        }

    .PrestaDashboardNotLogged .neutralmessage.noPrestation {
        display: none;
    }

    .PrestaDashboardNotLogged .themes-list input {
        position: relative;
        border: none;
        margin-bottom: -4px;
        cursor: pointer;
        opacity: 0;
    }

        .PrestaDashboardNotLogged .themes-list input + label {
            position: relative;
            font-weight: normal;
        }

            .PrestaDashboardNotLogged .themes-list input + label:focus {
                outline: none;
            }

            .PrestaDashboardNotLogged .themes-list input + label:after {
                content: "";
                display: block;
                width: 18px;
                height: 18px;
                margin-top: -5px;
                margin-right: 0;
                border: 2px solid #666666;
                border-radius: 2px;
                transition: 240ms;
                position: absolute;
                left: -20px;
                top: 4px;
            }

        .PrestaDashboardNotLogged .themes-list input:checked + label:before {
            content: "";
            position: absolute;
            top: 0;
            left: -14px;
            display: table;
            width: 6px;
            height: 12px;
            border: 2px solid #fff;
            border-top-width: 0;
            border-left-width: 0;
            transform: rotate(45deg);
            z-index: 1;
        }

        .PrestaDashboardNotLogged .themes-list input:checked + label:after {
            background-color: var(--ct-secondary-color);
            border-color: var(--ct-secondary-color);
        }

.prestaTabIcons {
    display: none;
}

@media(min-width:992px) {
    .paginationHeaderPrestation .formpagetabs .formpagestep {
        top: 4px;
    }

    .formpagestep {
        position: static !important;
        margin-bottom: 10px !important;
    }

    .listDocumentBusinessCases {
        margin-left: -5px;
    }
}

@media(max-width:991px) {
    .paginationHeaderPrestation .formpagetabs .formpagestep {
        top: 4px;
    }

    .formpagestep {
        float: right !important;
        position: sticky !important;
    }

    .contact-bloc-business-cases-detai {
        margin-top: 40px;
    }
}

.fieldsetfilterHomeCatalogue {
    margin: 25px -1%;
}

.filter1HomeCatalogue, .filter2HomeCatalogue {
    width: 23%;
    margin: 0 1%;
}

.filter3HomeCatalogue {
    width: 23%;
    margin: 0 1%;
    float: left;
}

.filterHomeCatalogue .FHC-label {
    position: relative;
}

    .filterHomeCatalogue .FHC-label label {
        background: #FFF;
        padding-right: 7px;
        position: relative;
    }

    .filterHomeCatalogue .FHC-label:before {
        content: "";
        background: #57585b;
        height: 1px;
        width: 100%;
        display: block;
        position: absolute;
        top: 9px;
        left: 0;
    }

.filterHomeCatalogue .select-wrapper {
    float: left;
    position: relative;
}
/*.bg-select:after	{content:'';display:block;width:1px;height:100%;background:#dbdbdb;position:absolute;right:30px;top:0;}*/
.bg-select:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 30px;
    top: 0;
}

.filterHomeCatalogue .select-wrapper select {
    background-color: transparent;
    min-width: auto;
    width: 100%;
}
/*.bg-select	{background:#efefef;background:linear-gradient(to bottom, #ffffff 0%,#efefef 100%);padding:9px 0;position:relative;}*/
.bg-select {
    padding: 9px 0;
    position: relative;
}

    .bg-select select {
        border: 1px solid #ddd;
        border-radius: 0;
        padding-top: 6px;
        padding-bottom: 6px;
    }

        .bg-select select.invalid {
            border: solid 1px #ee0101 !important;
            outline: none;
        }

.formtab .bg-select {
    padding: 0;
    display: block;
}

.filterHomeCatalogue .select-wrapper select::-ms-expand, .BlocForms .dropdownlist .field select::-ms-expand, .BlocFormsPro .dropdownlist .field select::-ms-expand {
    display: none;
}

/*Theme list*/
.prestations-list .theme-item a {
    display: block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    text-decoration: none;
    color: #202020;
    padding: 10px;
}

.prestations-list .theme-item a {
    box-shadow: 2px 2px 6px #dedede;
    background: #f5f5f5;
}


/*General styles
***************************************/
/*.form-control:focus{border-color:var(--main-color);outline:0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(247, 144, 6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(247, 144, 6);}
*/
.fullpage.form-content.EditCustomer a {
    min-width: 285px;
}

#MessageBoxPendingConfirmation {
    padding-right: 0 !important;
}

.loading {
    padding: 50px 0 0;
}

    .loading img {
        width: 56px;
        height: 56px;
    }

.formnavigation {
    margin: 0 0 30px;
    border-bottom: 1px solid #d9d9d9;
    height: 40px;
}

    .formnavigation:after {
        content: '';
        display: block;
        clear: both;
    }

    .formnavigation ul {
        padding: 0;
        margin: 0 0 10px 0;
        list-style: none;
        float: left;
    }

        .formnavigation ul:after {
            content: '';
            display: block;
            clear: both;
        }

    .formnavigation li {
        padding: 0;
        margin: 0 4px 0 0;
        list-style: none;
        float: left;
    }

    .formnavigation a {
        display: block;
        font-family: 'Open Sans',sans-serif;
        color: #727272;
        text-decoration: none;
        font-size: 1.2em;
        padding: 6px 10px;
        float: left;
        border: 1px solid #d9d9d9;
        background: #FAFAFA;
        height: 40px;
        -webkit-border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .formnavigation ul li a {
        display: flex;
        align-items: center;
    }

    .formnavigation a:hover {
        border-color: #666666 #666666 #d9d9d9;
    }

    .formnavigation .selected a, .formnavigation .selected a:hover {
        background: #fff;
        border-color: #d9d9d9 #d9d9d9 #ffffff;
    }

select, select.form-control {
    border: 1px solid #767676;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
    -webkit-background-size: 13px 13px;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: calc(100% - 7px) center;
    padding: 5px 30px 4px 10px;
    font-size: 13px;
    line-height: 1.5;
    background-color: transparent;
    min-width: 220px;
    box-shadow: none;
}

    select::-ms-expand, select.form-control::-ms-expand {
        display: none;
    }

.pagination a.selected, .pagination a:hover {
    border-color: var(--ct-primary-color);
    background: var(--ct-primary-color);
    color: var(--ct-primary-color-text);
}

.activity {
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}

    .activity p {
        margin: 0
    }

.pagecontent table {
    width: 100%;
    margin-bottom: 1.5em;
}

.pagecontent td {
    padding: 5px;
    border: none;
    border-bottom: 1px solid #D2D2D2;
}

.pagecontent th {
    padding: 5px;
    border: none;
    border-bottom: 1px solid #D2D2D2;
    font-weight: bold;
    text-align: left;
}

.pagecontent .heavy th {
    background: #444;
    color: #fff;
}

.pagecontent tr td.odd {
    background: #fafafa;
}

.pagecontent tr.odd td {
    background: #fafafa;
}

.pagecontent tr:nth-child(even) td {
    background: #fafafa;
}

.formcontent table {
    width: 100%;
    margin-bottom: 1.5em;
}

.formcontent .scrollable-table table {
    margin-bottom: 0 !important;
}

.formcontent .scrollable-table {
    margin-bottom: 1.5em;
}

.formcontent td {
    padding: 7px;
    border: none;
    border-bottom: 1px solid #D2D2D2;
    line-height: 18px;
}

.formcontent th {
    padding: 7px;
    border: none;
    border-bottom: 1px solid #D2D2D2;
    font-weight: 400;
    text-align: left;
    line-height: 18px;
}

    .formcontent th.text-right {
        text-align: right;
    }

.formcontent .heavy th {
    background: var(--ct-primary-color);
    color: var(--ct-primary-color-text);
    border-bottom: none;
    padding: 10px 5px;
}

.formcontent tr td.odd {
    background: #fafafa;
}

.formcontent tr.odd td {
    background: #fafafa;
}

.formcontent tr:nth-child(even) td {
    background: #fafafa;
}

.formcontent tr:nth-child(odd) td {
    background: #fff;
}

.formcontent tbody tr:nth-child(even) th {
    background: #fafafa;
}

.pagecontent th a.orderby {
    padding-right: 18px;
    position: relative;
    display: inline-block;
}

    .pagecontent th a.orderby span {
        display: block;
        position: absolute;
        top: 50%;
        right: 4px;
        width: 10px;
        height: 6px;
        margin: -3px 0 0;
    }

    .pagecontent th a.orderby.asc span {
        background: url("../images/arrow-white-top.png") no-repeat 0 0;
    }

    .pagecontent th a.orderby.desc span {
        background: url("../images/arrow-white-bottom.png") no-repeat 0 0;
    }

.fullpage .fullborder td {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.fullpage .fullborder {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.fullpage .noborder, .fullpage .noborder td {
    border: none;
    vertical-align: middle;
}

    .fullpage .noborder th {
        background: none;
        color: #333;
        font-weight: normal;
        border: none;
        vertical-align: middle;
    }

.withButton td {
    vertical-align: middle;
}

.withButton .button {
    margin-top: 0;
    margin-bottom: 0;
}

.maxWidthContent {
    max-width: 1600px;
    position: relative;
    margin: 0;
}

.header-brand .maxWidthContent {
    max-width: 1600px;
}

.main-content.maxWidthContent {
    max-width: 1600px;
    min-height: 500px;
}

.closed-sidebar .main-content.maxWidthContent {
    max-width: 1600px;
}

.main-content.maxWidthContent.support {
    max-width: 1600px;
}

.closed-sidebar .main-content.maxWidthContent.support {
    max-width: 1562px;
}

.EditCustomer .formpagefooter .next.btn-light {
    display: none;
}

.EditCustomer .infomessage {
    margin: 15px 0 0 0;
}

.EditCustomer .maintoolbar {
    text-align: right;
}

    .EditCustomer .maintoolbar.editCompany .first {
        margin-right: 15px;
    }

.EditCustomer {
    margin-bottom: 65px;
}

.profilbox .mobile, .profilbox .arrow {
    display: none;
}

.main-content .button i, .main-content .btn i {
    display: none;
}

.main-content .sidebar-tools .button i, .main-content .sidebar-tools .btn i {
    display: inline;
}

.main-content .tableFolder i {
    display: block;
}

.main-content .tableFolder .thCSS .tdCSS {
    vertical-align: middle;
    display: table-cell;
}

.no-margin {
    padding: 0;
}

.marginEditBottom {
    margin-top: 25px !important;
}

table.withButton td a.btnInTable {
    margin-top: 2px;
    margin-bottom: 2px;
}

.colorTitle {
    color: var(--ct-secondary-color);
}

.modal-title {
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

.widthDateActivities {
    width: 135px;
}

.tableCSS {
    display: table;
    width: 100%;
}

.trCSS {
    display: table-row;
}

.tdCSS {
    display: table-cell;
    padding: 7px;
    border: none;
    line-height: 18px;
    border-bottom: 1px solid #D2D2D2;
}

    .tdCSS a {
        margin-bottom: 0;
    }

.thCSS {
    background: var(--ct-secondary-color);
    color: #fff;
    border: none;
    padding: 7px 5px;
    font-weight: bold;
    text-align: left;
    line-height: 18px;
}

    .thCSS .tdCSS {
        border: none;
    }

        .thCSS .tdCSS.downloadIcon {
            text-align: center;
        }

.trCSS:nth-child(even) {
    background: #eee;
}

.tiretTdCSS {
    display: none;
}

.tdCSS .btn-light {
    font-size: 22px;
    color: #B1500B;
    font-weight: bold;
}

.tableFolder.desktopTable .tdCSS.cell-date {
    width: 120px;
}

td .contentBtnInTable {
    display: block;
    text-align: right;
}

#browser-warning i {
    font-size: 36px;
}

#browser-warning {
    position: fixed;
    left: 0;
    top: 0;
    background: red;
    color: #fff;
    z-index: 1200;
    width: 100%;
    padding: 20px;
    opacity: .9;
    height: 9999px;
}

.PrestaDashboardNotLogged ul li:before, #main-nav nav ul li:before, footer ul li:before, header ul li:before, ul.faq li:before, .sidebar-tools ul li:before, .prestations-list ul li:before, .formnavigation ul li:before, .BlocDownload ul li:before, .toolbarInline ul li:before, #siteTree ul li:before, .x-layer ul li:before, .x-window ul li:before, ul.owl-carousel li:before, .owl-carousel ul li:before, .MailboxDetail .attachments li:before, .formpagestep li:before, .AppsRights li:before, .formtabmenu li:before, .breadcrumb li:first-child:before, ul.pagination li:before, .searchbox li:before, .prestations-list li:before, .autocomplete li:before {
    display: none;
}

.specialButtonOrgCreate {
    float: left;
    min-width: 160px;
}

    .specialButtonOrgCreate a {
        padding-left: 10px;
        padding-right: 10px;
    }

.ContextHelp {
    margin-top: 50px;
    padding-top: 20px;
}

.ContextPrestationSurvey {
    margin-top: 15px;
    padding-top: 0px;
    background: none;
    border: none;
    border-left: 3px solid var(--ct-secondary-color);
    border-radius: 0;
}

    .ContextPrestationSurvey .surveyImage {
        float: left;
        top: 0;
        width: 70px;
        color: var(--ct-secondary-color);
        margin-right: 15px;
    }

    .ContextPrestationSurvey.ConfirmedSurvey {
        border: none;
        padding: 0;
    }

    .ContextPrestationSurvey h2 {
        font-size: 24px;
        font-weight: normal;
    }

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.tableTicketOrg .btnTicket1 {
    position: relative;
}

    .tableTicketOrg .btnTicket1 input {
        opacity: 0;
    }

    .tableTicketOrg .btnTicket1:before {
        content: '\f1c1';
        font: normal normal normal 20px/1 'Font Awesome 6 Pro', sans-serif;
        color: var(--ct-secondary-color);
        position: absolute;
        padding-top: 5px;
    }

.tableTicketOrg .btnTicket2 {
    position: relative;
}

    .tableTicketOrg .btnTicket2 input {
        opacity: 0;
    }

    .tableTicketOrg .btnTicket2:before {
        content: '\f00d';
        font: normal normal normal 24px/1 'Font Awesome 6 Pro', sans-serif;
        color: var(--ct-secondary-color);
        position: absolute;
        padding-top: 2px;
    }

.profilePicture .img-circle {
    width: 100px !important;
}

.img-profile-picture-edit {
    max-height: none !important;
    max-width: none !important;
}

#page:after, #home:after {
    clear: both;
    content: "";
    display: block;
}

.tabIcons .itemTabs:before {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    display: block;
    float: left;
    width: 22px;
    height: 20px;
}
/*.tabIcons .lnkBtnAllMessages:before	{background-image:url(/Htdocs/Images/lib/tabs/mails.svg);}
.tabIcons .lnkBtnImportantMessages:before	{background-image:url(/Htdocs/Images/lib/tabs/mail_sealed.svg);}
.tabIcons .lnkBtnUnreadMessages:before	{background-image:url(/Htdocs/Images/lib/tabs/mail.svg);}*/
.tabIcons .lnkBtnCleanMailbox:before {
    background-image: url(/Htdocs/Images/lib/tabs/delete.svg);
}

.tabIcons .lnkBtnAllActivities:before {
    background-image: url(/Htdocs/Images/lib/tabs/history_grey.png);
}

.tabIcons .lnkBtnDeleteActivities:before {
    background-image: url(/Htdocs/Images/lib/tabs/delete.svg);
}

.tabIcons .LinkButton3:before {
    background-image: url(/Htdocs/Images/lib/tabs/lock.svg);
}

.tabIcons .LinkButton4:before {
    background-image: url(/Htdocs/Images/lib/tabs/delete.svg);
}

.tabIcons .LinkButton5:before {
    background-image: url(/Htdocs/Images/lib/tabs/delete.svg);
}

.tabIcons .LinkButton2:before {
    background-image: url(/Htdocs/Images/lib/tabs/delete.svg);
}

.tabIcons .lnkMenuDetails:before {
    background-image: url(/Htdocs/Images/lib/tabs/factory.svg);
}

.tabIcons .lnkMenuUsers:before {
    background-image: url(/Htdocs/Images/lib/tabs/users4.svg);
}

.tabIcons .lnkMenuRights:before {
    background-image: url(/Htdocs/Images/lib/tabs/lock.svg);
}

.tabIcons .lnkMenuTokens:before {
    background-image: url(/Htdocs/Images/lib/tabs/tag.svg);
}

.tabIcons .lnkMenuDocuments:before {
    background-image: url(/Htdocs/Images/lib/tabs/folder_document.svg);
}

.search .field button:active, .search .field button:focus {
    box-shadow: none;
    border: 0;
    outline: 0;
}

#main-nav a.checkTemp {
    display: inline;
}

table.noPadding {
    padding: 0;
}

.tableRow {
    display: table;
}

nav.paginationNav {
    float: left;
}

.pagination > li > a, .pagination > li > span {
    padding: 5px 12px 6px;
}

.content .main-content .tableFolder .iconbtn {
    vertical-align: top; /*padding:8px 7px 3px;width:25px;*/
}

.ListPending .prestation-icon img {
    border-radius: 50%;
}

.CustomMultipleChoice {
    margin-top: 5px;
}

    .CustomMultipleChoice:after {
        content: "";
        display: block;
        clear: both;
        height: 15px;
    }

#generalModal .modal-footer .otherInformations {
    float: right;
    margin-left: 10px;
}

#generalModal .otherInformations.widthLarge {
    width: 100%;
}

.otherInformations .ContinueWithoutAccount {
    float: left;
    margin-top: 6px;
}

.otherInformations {
    max-width: 100%;
}

.topSelect {
    float: right;
    margin-bottom: 20px;
}

.topSelectRequest {
    float: right;
    margin-top: 20px;
}

.modal-header .close {
    margin-bottom: 0;
}

    .modal-header .close:hover {
        background: none;
    }

.btn-danger {
    color: #fff !important;
    background-color: var(--ct-secondary-color) !important;
    border-color: var(--ct-secondary-color) !important;
}

    .btn-danger:hover {
        color: #fff !important;
        background-color: var(--ct-secondary-color) !important;
        border-color: var(--ct-secondary-color) !important;
    }


.tabPersMoral li a:hover, .tabPersMoral li a:focus {
    color: #999;
    cursor: default;
}

.tabPersMoral li a.selected:hover {
    color: #000;
    cursor: default;
}

.fa-catalog-custom {
    display: inline-block;
    mask-image: url('/Htdocs/images/icon-presta.svg');
    -webkit-mask-image: url('/Htdocs/images/icon-presta.svg');
    background-color: var(--ct-secondary-color);
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}

    .fa-catalog-custom:before {
        content: "\f02d";
        visibility: hidden;
    }

#sb-DashboardServiceSearchResults .prestations-list li:nth-child(2n + 1) {
    clear: both;
}

.f-content.table-f-content {
    padding-top: 7px;
    color: #000;
}

/*FBP
***************************************/

.hidden-serialized {
    visibility: hidden;
    width: 0;
    height: 0;
}


/*Procuration
***************************************/
.btnCreateProcuration {
    text-align: center;
}

    .btnCreateProcuration a {
        margin-top: 20px;
        margin-bottom: 35px;
        border-radius: 0;
        width: 100%;
    }






/*Breadcrumb
***************************************/
.breadcrumb > li + li:before {
    content: "";
}

.breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
}

    .breadcrumb > li .fa-angle-right {
        font-size: 16px;
        color: #000;
        padding: 0 20px 0 20px;
        width: 48px;
    }

    .breadcrumb > li + li:before {
        padding: 0;
    }

    .breadcrumb a {
        color: #000;
        text-decoration: none;
    }

        .breadcrumb a:hover {
            color: #656565;
            text-decoration: underline;
        }

    .breadcrumb > .active {
        color: var(--ct-secondary-color);
    }

.breadcrumb-container {
    margin: 10px 0 0 0;
}

    .breadcrumb-container .btn.btn-full {
        display: none;
    }

    .breadcrumb-container .breadcrumb.show {
        display: block;
    }

/*AppsRights
***************************************/
.AppsRights .PrestaUsers {
    display: none;
}

    .AppsRights .PrestaUsers .pagecontent {
        border: 1px solid #dedede;
        padding: 15px;
        border-radius: 2px;
    }

.AppsList .formgroup ul {
    padding-left: 0;
}

.AppsList .formgroup li {
    display: block;
    margin-bottom: 1px;
}

    .AppsList .formgroup li > a {
        display: block;
        padding: 7px 40px 7px 15px;
        color: #FFF;
        text-decoration: none;
        position: relative;
        border: solid 1px;
        border-left-width: 75px;
        border-radius: 2px;
    }

    .AppsList .formgroup li img {
        max-width: 32px;
    }

    .AppsList .formgroup li > a > img {
        max-width: 32px;
        position: absolute;
        top: 0;
        left: -41px;
        padding: 5px;
    }

    .AppsList .formgroup li > a .PrestaToolsButton {
        position: absolute;
        font-size: 15px;
        padding: 0 15px;
        top: 0;
        right: 0;
        line-height: 34px;
    }

.AppsList .default-title {
    border: 1px solid #cecece;
    padding: 7px 15px;
    border-radius: 2px;
}

.AppsList .toggleGroup:first-child .default-title {
    margin-top: 0;
}

.AppsList .default-title i {
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 15px;
    line-height: 25px;
}

.AppsList .default-title.close {
    font-size: 24px;
}

.AppsList .PrestaUsers {
    margin-bottom: 25px;
}

.AppsList .toggleGroup .formgroup {
    width: 98%;
    margin-left: 1%;
}

    .AppsList .toggleGroup .formgroup h5 {
        font-size: 16px;
    }

.AppsList .formgroup li.violet > a {
    border-color: #6639b7;
    color: #6639b7;
}

.AppsList .formgroup li.blue > a {
    border-color: #004db4;
    color: #004db4;
}

.AppsList .formgroup li.red > a {
    border-color: #97223f;
    color: #97223f;
}

.AppsList .formgroup li.green > a {
    border-color: #00693c;
    color: #00693c;
}

.AppsList .formgroup li.black > a {
    border-color: #000000;
    color: #000000;
}

.AppsList .formgroup li.turquoise > a {
    border-color: var(--ct-secondary-color);
    color: var(--ct-secondary-color);
}

.AppsList .formgroup li.grey > a {
    border-color: #44697d;
    color: #44697d;
}

.AppsList .formgroup li.pink > a {
    border-color: #9b1889;
    color: #9b1889;
}

.AppsList .formgroup li .heavy th {
    background-color: #d9d9d9;
    color: #636363;
}

/*Procuration
***************************************/
.ProcBox {
    border: 1px solid #929292;
    border-radius: 6px;
    display: block;
    text-decoration: none;
    color: #2e2e2e;
}

    .ProcBox:hover {
        text-decoration: none;
        box-shadow: 2px 1px 18px rgba(0,0,0,0.18);
    }

    .ProcBox a {
        text-decoration: none;
        color: #2e2e2e;
    }

    .ProcBox img {
        width: 100%;
        max-width: 60px;
    }

    .ProcBox .HeaderProcBox {
        padding: 30px 15px 31px;
        text-align: center;
        display: block;
        height: 121px;
    }

    .ProcBox.ProcBox-2 .HeaderProcBox {
        padding-top: 0;
        padding-bottom: 0;
    }

        .ProcBox.ProcBox-2 .HeaderProcBox .col-md-6.ProcBox-2-col2 {
            border-left: solid 1px #dedede;
        }

    .ProcBox .LinkProcBox {
        border-top: 1px solid #929292;
        display: block;
        padding: 10px;
        font-size: 14px;
    }

    .ProcBox .ProcBox-2-title {
        font-size: 27px;
        font-weight: 700;
        display: block;
        color: #000;
    }

    .ProcBox .ProcBox-2-desc {
        display: block;
        font-size: 14px;
        color: #767676;
    }

    .ProcBox .HeaderProcBox .row {
        height: 121px;
        display: block;
    }

    .ProcBox.ProcBox-2 .HeaderProcBox .ProcBox-2-col1, .ProcBox.ProcBox-2 .HeaderProcBox .ProcBox-2-col2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

.ProcHome {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .ProcHome .itemProcHome {
        margin-bottom: 40px;
    }

        .ProcHome .itemProcHome i {
            font-size: 50px;
        }

        .ProcHome .itemProcHome .HeaderProcBox i {
            color: var(--ct-secondary-color);
        }

.NewTokenProc .prestation-item .desc {
    height: 20px;
}

    .NewTokenProc .prestation-item .desc span {
        margin-left: 1px;
    }

.NewTokenProc .prestations-list label {
    margin-bottom: 0;
    padding-left: 0;
}

.NewTokenProc .item .desc, .AppsRights .item .desc {
    background: none;
}

.ListProc .ActionColumn {
    width: 114px;
}

    .ListProc .ActionColumn select option:first-child {
        display: none;
    }

    .ListProc .ActionColumn select {
        min-width: 100px;
    }

.ListProc .StatutColumn {
    width: 60px;
}

    .ListProc .StatutColumn img {
        width: 20px;
    }

.ListProc .CheckboxColumn {
    width: 35px;
}

.RightsProc .AppsList .default-title {
    padding-left: 40px;
}

.RightsProc .DCB-Title span {
    top: 12px;
    left: 13px;
}

.RightsProc .DCB-SubTitle span {
    top: 7px;
    left: 7px;
}

.RightsProc .PrestaUsers li {
    padding: 3px 0 3px 25px;
}

.RightsProc .prestation-item .desc {
    height: 20px;
}

    .RightsProc .prestation-item .desc span {
        margin-left: 1px;
    }

.RightsProc .prestations-list label {
    margin-bottom: 0;
    padding-left: 0;
}

.RightsProc .panel.user p {
    text-align: center;
}

    .RightsProc .panel.user p img {
        max-width: 150px;
    }

.RightsProc .AppsList .default-title {
    line-height: 26px;
}

.procuration-list-table {
    color: #000;
}

/*Footer
***************************************/
footer {
    background: var(--ft-ft-primary-color);
    border-top: solid 5px var(--ft-secondary-color);
    padding: 15px;
    color: var(--ft-primary-color-text);
    position: relative;
    margin-top: 30px;
}

    footer:after {
        clear: both;
        content: "";
        display: block;
    }

    footer a {
        color: var(--ft-primary-color-text);
        text-decoration: underline;
    }

        footer a:hover, footer a:focus {
            color: var(--ft-primary-color-text);
            text-decoration: none;
        }

        footer a:focus {
            text-decoration: underline;
        }

    footer .logoFooter {
        float: left;
        margin-right: 70px;
        width: 90px;
    }

    footer .linksFooter {
        float: left;
    }

    footer .navFooter {
        margin-bottom: 5px;
        margin-top: 3px;
    }

        footer .navFooter li {
            float: left;
            margin-right: 15px;
        }

        footer .navFooter:after {
            clear: both;
            content: "";
            display: block;
        }

    footer .DevelopedByFooter {
        position: absolute;
        bottom: 12px;
    }

ul li:before {
    content: '';
}

/* Notification about responsive and accessibility
	---------------------------------------------------------- */
.PrestationAccessInfo {
    padding: 15px 15px 15px 36px;
    border: 1px solid #673AB7;
    border-radius: 15px;
    color: #673AB7;
}

    .PrestationAccessInfo div {
        margin: 5px;
        position: relative;
    }

    .PrestationAccessInfo .infoPrestaNotAccessible::before {
        /* Ajouter l'image dans tous les cas */
        position: absolute;
        content: "\f193";
        font-family: "Font Awesome 6 Pro", sans-serif;
        left: -20px;
    }

    .PrestationAccessInfo .infoPrestaNotAccessible::after {
        display: block;
        content: "";
        margin-top: 5px;
        border-top: 1px solid #673AB7;
        width: 100%;
    }

    .PrestationAccessInfo .infoPrestaNotMobile::before {
        /* Ajouter l'image dans tous les cas */
        position: absolute;
        left: -20px;
        content: "\f10b";
        font-family: "Font Awesome 6 Pro", sans-serif;
    }

    .PrestationAccessInfo .infoPrestaNotAccessible:first-child:nth-last-child(1)::after {
        display: none; /* Uniquement prestation non accessible */
    }

    .PrestationAccessInfo .infoPrestaNotMobile:first-child:nth-last-child(1) {
        /* Uniquement prestation non responsive */
    }

/* Animation for loading
	---------------------------------------------------------- */

@keyframes animationChargement {
    from {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 50%;
        width: 200px;
        height: 200px;
        opacity: 0;
    }

    to {
        transform: scale(20);
        top: 50%;
        left: 50%;
        visibility: visible;
        opacity: 1;
    }
}

.GlobalLoading {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    text-align: center;
}

/*Animation chargement*/

.loader {
    top: 25%;
    color: #D1232A;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%,95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%,59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%,95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%,59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {

    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.txtChargement {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    color: #D1232A;
    font-size: 1.5em;
    min-width: 255px;
}

.txtChargement2 {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    color: #D1232A;
    font-size: 1.5em;
    min-width: 255px;
    display: none;
}

.running .txtChargement2 {
    animation: changeTxtChargement2 .5s forwards;
}

@keyframes changeTxtChargement2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.running .txtChargement {
    animation: hideText .5s linear forwards;
}

@keyframes hideText {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.faq-all-smallList .faq li a, div.faq {
    min-height: 72px;
}


/*LOADING ANIMATION*/
#loader {
    position: absolute;
    top: calc(50% - 90px);
    left: calc(50% - 35px);
}

@keyframes loader {
    0% {
        left: -100px;
    }

    100% {
        left: 110%;
    }
}

#box {
    width: 50px;
    height: 50px;
    background: var(--ct-secondary-color);
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        transform: translateY(18px) scale(1,.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

#shadow {
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite;
}

@keyframes shadow {
    50% {
        transform: scale(1.2,1);
    }
}


/*History*/
.mobileTable .fullLargeurTable legend.legendForm {
    border-bottom: none;
}

.mobileTable .fullLargeurTable .closeHistory .historyItemText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobileTable .fullLargeurTable .openHistory .historyItemText {
    white-space: normal;
}

.mobileTable .historyItem {
    padding: 10px 0 13px 0;
    margin: 0 10px;
}

.mobileTable .historyItemDate {
    font-weight: 600;
}

.mobileTable .historyItemText {
    font-size: 1.2em;
}

/*Document*/

.tableDocument .CheckboxColumn {
    padding-left: 7px !important;
    width: 45px;
}

.messageTable .CheckboxColumn {
    padding-left: 7px !important;
    width: 31px;
    position: relative;
}

.messageTable .ImportantColumn {
    width: 30px;
}

.tableDocument .ImportantColumn {
    width: 30px;
}

.documentMobileDetail {
    word-break: break-all;
    line-height: 25px;
}

.attachments a {
    word-break: break-all;
}

.titleMessageMobile {
    padding-left: 10px !important;
}

li.hammer-slider.not-downloaded .msg-header .title {
    color: black;
}

#instructionsMessage {
    display: none;
}

.DocumentsList .firstTableElelment {
    width: 32px;
}

.DocumentsList .secondTableElelment {
    width: 42px;
}

.iconbtn i.special {
    color: #006bb3;
}


/*Message*/
.mobileTable .msg .msg-header .title span {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 295px;
}

li.hammer-slider.c-slider:before {
    content: "";
}

.collection {
    margin: 10px 0 10px 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

    .collection .collection-item {
        background-color: #fff;
        line-height: 1.5rem;
        padding: 10px 20px;
        margin: 0;
    }

        .collection .collection-item.avatar {
            min-height: 84px;
            padding-left: 72px;
            position: relative;
        }

            .collection .collection-item.avatar:not(.circle-clipper) > .circle,
            .collection .collection-item.avatar :not(.circle-clipper) > .circle {
                position: absolute;
                width: 42px;
                height: 42px;
                overflow: hidden;
                left: 15px;
                display: inline-block;
                vertical-align: middle;
            }

            .collection .collection-item.avatar i.circle {
                font-size: 18px;
                line-height: 42px;
                color: #fff;
                background-color: #999;
                text-align: center;
            }

            .collection .collection-item.avatar .title {
                font-size: 16px;
            }

            .collection .collection-item.avatar p {
                margin: 0;
            }

            .collection .collection-item.avatar .secondary-content {
                position: absolute;
                top: 16px;
                right: 16px;
            }

        .collection .collection-item:last-child {
            border-bottom: none;
        }

        .collection .collection-item.active {
            background-color: var(--ct-secondary-color);
            color: #fff8f9;
        }

            .collection .collection-item.active .secondary-content {
                color: #fff;
            }

    .collection a.collection-item {
        display: block;
        transition: .25s;
        color: var(--ct-secondary-color);
    }

        .collection a.collection-item:not(.active):hover {
            background-color: #ddd;
        }

    .collection.with-header .collection-header {
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0;
        padding: 10px 20px;
    }

    .collection.with-header .collection-item {
        padding-left: 30px;
    }

        .collection.with-header .collection-item.avatar {
            padding-left: 72px;
        }

.circle {
    border-radius: 50%;
}

.listing-load-info {
    display: none;
}

#infscr-loading {
    text-align: center;
    margin-top: 10px;
}

.c-slider__container .title {
    font-size: 16px;
}

/*
 * @Author: Lucas Fridez
 * @Company: Artionet Web Agency
 * @Project: Egov-Mobile-UI
 * @Version: 1.0
 * @Date: 2018-11-06 17:49:05
 * @Description: Style about Messages (E-mails)
 */
/*
 * DEFAULT STYLE FOR SLIDER TOUCH
 */

.item-list {
    overflow: hidden;
}

    .item-list .item > div {
        padding: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    }

.c-slider__container {
    position: relative;
}

#answer-text {
    display: block;
    width: calc(100% - 2 * 10px);
    padding: 6px 12px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 14px;
    line-height: 1.2rem;
    color: #555;
    border: 1px solid #5b5b5d;
    margin: 5px 10px;
}

.msg-actions {
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    border: 0;
    color: #FFF;
    outline: none;
}

    .msg-actions:first-child::before, .msg-actions:last-child::before {
        position: absolute;
        top: 0;
        content: '';
        width: 2000px;
        height: 100%;
    }

    .msg-actions:first-child {
        left: -40%;
    }

        .msg-actions:first-child::before {
            right: 40%;
        }

    .msg-actions:last-child {
        right: -40%;
    }

        .msg-actions:last-child::before {
            left: 40%;
        }

.c-slider {
    position: relative;
    overflow: hidden;
}

.c-slider__container {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .c-slider__container a {
        text-decoration: none;
    }

.c-slider__container--mouse-drag-enabled > .c-slider__slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.c-slider__container--is-dragging > .c-slider__slide * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.c-slider__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
}

/*
 * New table
 */
.MailboxList .thirdTableElelment {
    color: #5b5b5d;
    font-weight: 400;
}

.MailboxList .fourthTableElelment {
    color: #5b5b5d;
    font-weight: 400;
}

.MailboxList .fifthTableElelment {
    color: #5b5b5d;
    font-weight: 500;
}

.MailboxList .sixthTableElelment {
    color: #5b5b5d;
    font-weight: 500;
}

.MailboxList .unread .thirdTableElelment {
    color: #191514;
    font-weight: 600;
}

.MailboxList .unread .fourthTableElelment {
    color: #191514;
    font-weight: 400;
}

.MailboxList .unread .fifthTableElelment {
    color: #191514;
    font-weight: 600;
}

.MailboxList .unread .sixthTableElelment {
    color: #191514;
    font-weight: 500;
}

/*TOS*/
.TOSParagraph {
    max-height: 300px;
    overflow: auto;
    border: 1px solid #ececec;
    padding: 5px;
    margin-bottom: 15px;
}
/* Abort Deletion */
#reactivateMyAccountText {
    padding-bottom: 20px;
    padding-top: 10px;
}

.main-content .btn-abortDeletion i {
    display: inline-block;
}

@media(max-width:768px) {
    .btn-abortDeletion {
        width: 100% !important;
    }
}
/*Procuration*/
ul.prestations-list-procuration li:nth-child(3n + 1):not(.hide) {
    clear: both;
}

/*Organization information table*/
.formcontent .table.informationOrganization .heavy th {
    background: none;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: var(--ct-secondary-color);
    border-bottom: 1px solid #dedede;
    border-right: none;
}

.formcontent .table.informationOrganization th {
    border-right: 1px solid #dedede;
    color: #212121;
}

.formcontent .table.informationOrganization tbody tr:nth-child(even) th {
    background: none;
}

.formcontent .table.informationOrganization tr:nth-child(even) td {
    background: none;
}

.btn.btn-prev {
    float: left;
}

    .btn.btn-prev:hover {
        background-color: #20202091;
        color: white;
    }
/*
 * CUSTOM STYLE FOR MESSAGE & DOCUMENTS
 */
.mobileTable .asideMenuFilters li {
    margin-top: 15px;
}

.asideMenuFilters li {
    margin-bottom: 10px;
}


.messageDesc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 98%;
    display: inline-block;
    padding-top: 7px;
}

i.material-icons.menu:before {
    content: "\f142";
    font: normal normal normal 17px/1.4 'Font Awesome 6 Pro', sans-serif;
    text-align: center;
    margin-right: 4px;
}

.icon.envelope_open:before {
    content: "\f2b6";
    font: normal normal normal 17px/1.4 'Font Awesome 6 Pro', sans-serif;
    text-align: center;
}

.icon.envelope_close:before {
    content: "\f0e0";
    font: normal normal normal 17px/1.4 'Font Awesome 6 Pro', sans-serif;
    text-align: center;
}

.icon.flag:before {
    content: "\f024";
    font: normal normal normal 17px/1.4 'Font Awesome 6 Pro', sans-serif;
    text-align: center;
}

.icon.flag_empty:before {
    content: "\f11d";
    font: normal normal normal 17px/1.4 'Font Awesome 6 Pro', sans-serif;
    text-align: center;
}

.icon.leftArrow:before {
    content: "\f104";
    font: normal normal normal 17px/1.4 'Font Awesome 6 Pro', sans-serif;
    text-align: center;
    margin-left: 6px;
    margin-right: 6px;
}

.icon.trash:before {
    content: "\f1f8";
    font: normal normal normal 17px/1.4 'Font Awesome 6 Pro', sans-serif;
    vertical-align: top;
    margin-right: 4px;
}

.icon.statutImportant:before {
    content: "\f12a";
    font: normal normal normal 17px/1.4 'Font Awesome 6 Pro', sans-serif;
    vertical-align: top;
    margin-right: 4px;
}

.icon.warning:before {
    content: "\f071";
    font: normal normal normal 17px/1.4 'Font Awesome 6 Pro', sans-serif;
    vertical-align: top;
    margin-right: 4px;
}

.icon.accountFrom:before {
    content: "\f2be";
    font: normal normal normal 55px/1.4 'Font Awesome 6 Pro', sans-serif;
    vertical-align: top;
    margin-right: 4px;
}

.icon.file:before {
    content: "\f15b";
    font: normal normal normal 17px/1.4 'Font Awesome 6 Pro', sans-serif;
    vertical-align: top;
    margin-right: 9px;
}

.icon.clear:before {
    content: "\f00d";
    font: normal normal normal 25px/1.4 'Font Awesome 6 Pro', sans-serif;
    vertical-align: top;
}

@media(max-width:768px) {
    .documentTable .icon.statutImportant {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
}


@media(max-width:460px) {
    .searchbox ul.prestations-list-small li {
        margin: 0;
    }

    .notifyPush {
        margin-left: 10px !important;
        margin-right: 10px !important;
        width: auto !important;
    }
}

.c-slider__slide.msg-actions ul li:before {
    content: '';
}


.legendPDP {
    margin-bottom: 15px !important;
}


.msgTopNotification:empty {
    display: none;
}

.fullLargeurTable .error, .notice, .success, .infomessage, .errorbox {
    margin: 0px;
}

.fullLargeurTable .infomessage a {
    margin-top: 10px;
    display: inline-block;
}

.fullLargeurTable .MailboxDetail .official {
    bottom: unset !important;
    right: unset !important;
    margin-left: 10px;
}

.fullLargeurTable .official .fa-flag-o:before {
    margin-right: 10px;
}

.fullLargeurTable .maintoolbar.formfooter {
    padding-right: 10px;
}

.fullLargeurTable .infoP:empty {
    display: none;
}
/*.fullLargeurTable .infoP.notice:before{position:unset;margin-right:5px;}*/
.fullLargeurTable ul.collection {
    padding-left: 0;
}

.fullLargeurTable .collection .collection-item {
    padding-left: 15px;
    background-color: #ececec;
    margin-bottom: 10px;
}

.fullLargeurTable .annexes {
    margin-left: 10px;
    margin-right: 10px;
}


.clicDownloadAccessibility {
    width: 100%;
    height: 100%;
    position: absolute;
}

.msg-content {
    padding-bottom: 0;
    padding-left: 6px;
}

.listMessagePage .msg-header {
    padding: 10px 5px 0 5px !important;
}

.msg-content p {
    width: 100%;
}

.msg-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .msg-list > li {
        border-bottom: 1px solid #dedede;
    }

        .msg-list > li .msg-header,
        .msg-list > li .msg-content {
            width: calc(100% - 2 * 5px);
        }

        .msg-list > li .msg-header {
            display: flex !important;
            justify-content: space-between !important;
            align-items: flex-start !important;
            flex-direction: row !important;
            padding: 10px 5px 0 35px;
            color: #202020;
        }

            .msg-list > li .msg-header > span:first-child {
                color: #000;
                width: 60%;
                font-weight: 600;
            }

            .msg-list > li .msg-header .date {
                color: #5a5a5c;
            }

        .msg-list > li .msg-title {
            padding: 0 5px 5px 35px;
            color: #737370;
            max-width: 90%;
            margin: 0;
            font-size: 13.6px;
            white-space: nowrap;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 207px;
        }

        .msg-list > li .msg-content {
            display: flex !important;
            justify-content: space-between !important;
            /*align-items: center !important;*/
            flex-direction: row !important;
            padding: 0 5px 10px;
        }

            .msg-list > li .msg-content p {
                display: inline-block;
                color: #737370;
                max-width: 90%;
                font-weight: 400;
                font-size: 13.6px;
                padding: 0 5px 10px 0;
            }

                .msg-list > li .msg-content p span {
                    max-width: 100% !important;
                    white-space: nowrap !important;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

            .msg-list > li .msg-content p, .msg-list > li .msg-sender span, .msg-list > li .document-sender span, span.document-content {
                max-width: 100% !important;
                white-space: nowrap;
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 301px;
                font-size: 14px;
            }

@media (max-width:425px) {
    .msg-list > li .msg-content p, .msg-list > li .msg-sender span, .msg-list > li .document-sender span, span.document-content {
        width: 220px;
    }
}

.msg-list > li .msg-content i {
    font-size: 1rem;
    width: 20px !important;
    color: var(--ct-secondary-color);
    margin-top: -20px;
}

    .msg-list > li .msg-content i.icon.statutImportant {
        color: #bb2c2c;
    }

.msg-list > li.unread .msg-header > span:first-child {
    color: #191514;
}

.msg-list > li.unread .msg-header .date {
    color: #000;
}

.msg-list > li .msg-actions {
    background-color: var(--ct-secondary-color);
    border-bottom: 1px solid var(--ct-secondary-color);
    width: 40% !important;
}

    .msg-list > li .msg-actions ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
        list-style-type: none;
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .msg-list > li .msg-actions i {
        color: #fff;
    }

.msg-list > li .msg-checkbox {
    align-self: center;
    margin-left: 10px;
    width: 10%;
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
}

    .msg-list > li .msg-checkbox:not(.hidden) ~ .msg {
        width: calc(100% - 40px) !important;
    }

.msg-list > li .c-slider__container {
    height: 100%;
    display: table;
    width: 100%;
}

    .msg-list > li .c-slider__container .c-slider__slide {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: row;
    }

        .msg-list > li .c-slider__container .c-slider__slide > .msg {
            width: 100%;
        }

            .msg-list > li .c-slider__container .c-slider__slide > .msg > div {
                box-sizing: border-box;
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                flex-direction: row;
            }

.twoLines.msg-list > li .c-slider__container .c-slider__slide > .msg {
    height: 85px;
}

.presentation-bar {
    z-index: 1;
    background-color: #fff;
}

    .presentation-bar .reception {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: row;
    }

        .presentation-bar .reception > span, .presentation-bar .reception > a {
            width: auto !important;
            display: inline-block;
            border-left: none !important;
        }

    .presentation-bar a {
        text-decoration: none;
    }

    .presentation-bar span, .presentation-bar a {
        height: 48px;
        line-height: 48px;
        color: #5b5b5d;
        padding: 0 5px;
        font-size: 22px;
    }

        .presentation-bar a:last-child {
            width: 46px;
            text-align: center;
        }

        .presentation-bar span i, .presentation-bar a i {
            line-height: 48px;
        }

    .presentation-bar.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 15px;
    }

        .presentation-bar.fixed + .msg-list {
            padding-top: 48px;
        }

        .presentation-bar.fixed + .detailed-message, .presentation-bar.fixed + .read-confirm {
            padding-top: calc(10px + 48px);
        }

            .presentation-bar.fixed + .detailed-message .date, .presentation-bar.fixed + .read-confirm .date {
                top: calc(10px + 48px);
            }

/*Fix double line on mobile detail*/
.detailMobile .presentation-bar {
    border-bottom: none;
}

.detailMobile .deleteband.hidden + div {
    border-top: 1px solid #5b5b5d;
}

.detailMobile h1 {
    padding-top: 0;
}


.deleteband {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--ct-secondary-color);
    z-index: 5;
}

    .deleteband div {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 56px;
        color: #fff;
    }

    .deleteband [data-action="delete"] {
        width: 85%;
    }

        .deleteband [data-action="delete"] > span > span:before {
            display: inline-block;
            margin-right: 2px;
            content: "(";
        }

        .deleteband [data-action="delete"] > span > span:after {
            display: inline-block;
            margin-left: 2px;
            content: ")";
        }

    .deleteband [data-action="abort"] {
        width: 15%;
        background-color: #5b5b5d;
    }

.aside-menu select, select.form-control {
    min-width: unset;
}

.aside-menu {
    z-index: 3;
}

    .aside-menu > div {
        z-index: 3;
    }

    .aside-menu .closeAsideMenu {
        width: calc(100% - 60%);
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        z-index: 5;
    }

.closeAsideMenu .actionCloseAsideMenu {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
}

.aside-menu .asideMenuFilters {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 60%;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: -5px 0px 10px 1px rgba(0, 0, 0, 0.2);
    padding: 0 20px;
    z-index: 5;
}

.aside-menu .dropdown-list {
    margin-bottom: 10px;
}

.aside-menu ul {
    list-style-type: none;
    padding: 0 0 0 20px;
}

    .aside-menu ul li a {
        padding: 10px;
        padding-left: 0;
        font-weight: 500;
        color: var(--ct-secondary-color);
        margin: 10px 0;
        text-decoration: none;
    }

    .aside-menu ul li:before {
        content: '';
    }

.annexes .collection-item a {
    color: #000;
    text-decoration: none;
}

.annexes .collection-item .icon.file::before {
    vertical-align: initial;
    content: "\f016";
    color: #e00a0a;
}


/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */

.mobileTable [type="checkbox"]:not(:checked),
.mobileTable [type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    height: 20px;
    width: 20px;
}

.mobileTable [type="checkbox"] {
    /* checkbox aspect */
}

    .mobileTable [type="checkbox"] + div.check + span:not(.lever) {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 1em;
        user-select: none;
    }

    /*.mobileTable [type="checkbox"] + div.check + span:not(.lever):before,
  .mobileTable [type="checkbox"]:not(.filled-in) + div.check + span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5b5b5d;
    border-radius: 1px;
    margin-top: 3px;
    transition: .2s; }
  .mobileTable [type="checkbox"]:not(.filled-in) + div.check + span:not(.lever):after {
    border: 0;
    transform: scale(0); }*/
    .mobileTable [type="checkbox"].tabbed:focus + div.check + span:not(.lever):after {
        transform: scale(1);
        border: 0;
        border-radius: 50%;
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.1);
    }

    .mobileTable [type="checkbox"]:checked + div.check + span:not(.lever):before {
        top: -4px;
        left: -3px;
        width: 7px;
        height: 17px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid var(--ct-secondary-color);
        border-bottom: 2px solid var(--ct-secondary-color);
        transform: rotate(40deg);
        backface-visibility: hidden;
        transform-origin: 100% 100%;
    }

    /* Indeterminate checkbox */
    .mobileTable [type="checkbox"]:indeterminate + div.check + span:not(.lever):before {
        top: -11px;
        left: -12px;
        width: 10px;
        height: 22px;
        border-top: none;
        border-left: none;
        border-right: 2px solid var(--ct-secondary-color);
        border-bottom: none;
        transform: rotate(90deg);
        backface-visibility: hidden;
        transform-origin: 100% 100%;
    }

    .mobileTable [type="checkbox"] + div.check + span:not(.lever):after {
        border-radius: 2px;
    }

    .mobileTable [type="checkbox"] + div.check + span:not(.lever):before,
    .mobileTable [type="checkbox"] + div.check + span:not(.lever):after {
        content: '';
        left: 0;
        position: absolute;
        /* .1s delay is for check animation */
        transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
        z-index: 1;
    }

    .mobileTable [type="checkbox"]:not(:checked) + div.check + span:not(.lever):before {
        width: 0;
        height: 0;
        border: 3px solid transparent;
        left: 6px;
        top: 10px;
        transform: rotateZ(37deg);
        transform-origin: 100% 100%;
    }

    .mobileTable [type="checkbox"]:not(:checked) + div.check + span:not(.lever):after {
        height: 16px;
        width: 16px;
        background-color: transparent;
        border: 2px solid #5b5b5d;
        top: 0px;
        z-index: 0;
    }

    .mobileTable [type="checkbox"]:checked + div.check + span:not(.lever):before {
        top: -1px;
        left: 1px;
        width: 7px;
        height: 11px;
        margin-top: 3px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotateZ(37deg);
        transform-origin: 100% 100%;
    }

    .mobileTable [type="checkbox"]:checked + div.check + span:not(.lever):after {
        top: 0;
        width: 16px;
        height: 16px;
        border: 2px solid var(--ct-secondary-color);
        background-color: var(--ct-secondary-color);
        z-index: 0;
    }

    .mobileTable [type="checkbox"].tabbed:focus + div.check + span:not(.lever):after {
        /*border-radius: 2px;*/
        border-color: #5b5b5d;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .mobileTable [type="checkbox"].tabbed:checked:focus + div.check + span:not(.lever):after {
        border-radius: 2px;
        background-color: var(--ct-secondary-color);
        border-color: var(--ct-secondary-color);
    }

.read-confirm {
    padding: 10px 10px;
    background-color: #fef7eb;
    color: var(--ct-secondary-color);
}

    .read-confirm i {
        vertical-align: middle;
    }

    .read-confirm button {
        background-color: var(--ct-secondary-color);
        padding: 6px 15px;
        border-radius: 3px;
        color: #fff;
        border: none;
        transition: .3s all ease-in-out;
    }

        .read-confirm button:hover {
            background-color: #4a0511;
        }



.detailed-message {
    padding: 10px 10px;
    position: relative;
}

    .detailed-message .from {
        display: block;
        position: relative;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

        .detailed-message .from i {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 4rem;
            margin-right: 5px;
            color: var(--ct-secondary-color);
        }

        .detailed-message .from span {
            display: block;
            padding: 27px 0 10px 0;
            font-size: 22.4px;
            font-weight: 600;
        }

    .detailed-message .info-message {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-start;
    }

        .detailed-message .info-message p,
        .detailed-message .info-message h3,
        .detailed-message .info-message h2 {
            font-size: 16px;
            font-weight: 700;
            margin: 5px 0;
            color: #5b5b5d;
        }

        .detailed-message .info-message span {
            color: #5b5b5d;
            position: absolute;
            top: 10px;
        }

    .detailed-message .content p {
        color: #353536;
    }

    .detailed-message .annexes h4 {
        margin-bottom: 0;
    }

    .detailed-message .annexes ul {
        list-style-type: none;
        padding: 0;
    }

        .detailed-message .annexes ul li {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
        }

            .detailed-message .annexes ul li i {
                color: #5b5b5d;
                margin-right: 10px;
            }

    .detailed-message.unread .from,
    .detailed-message.unread .info-message {
        border-left: 2px solid var(--ct-secondary-color);
    }

    .detailed-message.unread .info-message {
        padding-left: 5px;
    }

    .detailed-message.minimized .info-message .description {
        position: absolute;
        top: 50px;
        left: calc(4rem + 15px);
    }

    .detailed-message.minimized .content,
    .detailed-message.minimized .annexes {
        display: none;
    }

    .detailed-message:first-child {
        border-top: none;
    }

    .detailed-message .answers {
        margin-left: 10px;
        border-left: 2px solid var(--ct-secondary-color);
    }

        .detailed-message .answers .detailed-message .from i {
            margin-right: 5px;
        }

        .detailed-message .answers .detailed-message .info-message p,
        .detailed-message .answers .detailed-message .info-message h3
        .detailed-message .answers .detailed-message .info-message h2 {
            margin: 5px 0;
        }

        .detailed-message .answers .detailed-message .info-message span {
            color: #5b5b5d;
            position: absolute;
            top: 10px;
            right: 10px;
        }

        .detailed-message .answers .detailed-message .content p {
            color: #353536;
        }

.desc.desc-external {
    display: none;
}

.ui-sortable-disabled .desc.desc-external {
    display: block;
}

/* Rules for prestation tiles */
@media (max-width:767px) {
    .prestations-list:not(.presations-with-filters) ul:not(.dashboard-prestations-list) li:nth-child(2n+1) {
        clear: both;
    }

    .prestations-list:not(.presations-with-filters) .dashboard-prestations-list li:nth-child(1n+1) {
        clear: both;
    }

    .fullLargeurTable {
        margin-left: -10px;
        margin-right: -10px;
    }
}


@media (min-width:768px) and (max-width:990px) {
    .prestations-list:not(.presations-with-filters) ul:not(.dashboard-prestations-list) li:nth-child(3n+1) {
        clear: both;
    }

    .prestations-list:not(.presations-with-filters) .dashboard-prestations-list li:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width:991px) {
    .prestations-list:not(.prestations-list-dashboard):not(.presations-with-filters) ul:not(.dashboard-prestations-list) li:nth-child(4n+1) {
        clear: both;
    }

    .prestations-list:not(.presations-with-filters) .dashboard-prestations-list li:nth-child(3n+1) {
        clear: both;
    }
}
/* END Rules for prestation tiles */

@media(min-width:1600px) {
    div#page, div#pagecms, div#home, .content .sidebar.transition {
        transition: none;
    }
}

@media(min-width:1199px) {
    .formtab .form-horizontal {
        width: 100%;
        margin: 0 auto;
    }
}

@media(min-width:768px) {

    .navbar-toggle {
        display: block;
    }
    /*.prestations-list-small.prestations-list li:nth-child(3n+1) {clear:both;}*/
    #sb-DashboardServiceSearchResults .prestations-list li:nth-child(3n + 1) {
        clear: none;
    }

    #sb-DashboardServiceSearchResults .prestations-list li:nth-child(2n + 1) {
        clear: both;
    }

    .desktopTable {
        display: block;
    }

    .mobileTable {
        display: none;
    }

    .MailboxDetail .official {
        bottom: 15px;
        right: 15px;
    }

    .firstItem .requestItemUpdateDate {
        font-weight: 600;
    }

    .NPACreateOrganization {
        padding-left: 0;
    }

    .CityCreateOrganization {
        padding-right: 0;
    }
}

@media(min-width:990px) {
    .presta.green .prestation-item a.delete i, .presta.dark-green .prestation-item a.delete i, .presta.purple .prestation-item a.delete i, .presta.pink .prestation-item a.delete i, .presta.black .prestation-item a.delete i, .presta.red .prestation-item a.delete i, .presta.cyan .prestation-item a.delete i, .presta.dark-blue .prestation-item a.delete i, .presta.light-blue .prestation-item a.delete i, .presta.orange .prestation-item a.delete i {
        color: #FFF;
    }
    /*.presta4columns .prestations-list-small.prestations-list li:nth-child(4n+1) {clear:both;}
	.presta4columns .prestations-list-small.prestations-list li:nth-child(3n+1){clear:none;}*/
    #sb-DashboardServiceSearchResults .prestations-list li:nth-child(4n + 1) {
        clear: none;
    }

    #sb-DashboardServiceSearchResults .prestations-list li:nth-child(3n + 1) {
        clear: none;
    }

    #sb-DashboardServiceSearchResults .prestations-list li:nth-child(2n + 1) {
        clear: both;
    }
}

@media(max-width:990px) {

    .surveyCancel {
        margin-bottom: 10px;
    }

    #main-nav a {
        font-size: 1.6rem;
    }

    .profilePicture .f-content {
        text-align: center;
    }


    div#page, div#pagecms, div#home {
        background-position-x: -36px;
    }

    .closed-sidebar div#page, .closed-sidebar div#pagecms, .closed-sidebar div#home {
        background-position-x: -272px !important;
    }

    .kontrast-on .navbar .search button {
        color: #222;
    }

    .sidebar {
        width: 200px;
    }

        .sidebar:before {
            width: 200px;
        }

    .main-content {
        width: calc(100% - 200px);
    }

    .navbar .search {
        width: 100%;
        position: absolute;
        top: 100%;
        background: var(--hd-secondary-color);
        z-index: 2;
        padding: 0 10px;
        float: none !important;
        border-top: 1px solid #000;
        height: 0;
        display: none;
        opacity: 0;
        transition: all ease .2s;
    }

        .navbar .search.opened-search {
            display: block;
            height: auto;
            box-shadow: 0 3px 5px rgba(0,0,0,0.3);
            opacity: 1;
            top: 47px;
            z-index: 3;
        }

        .navbar .search .field {
            margin: 7px 0;
            width: 100%;
        }

    #TopMenuServiceSearchResults {
        width: 100%;
    }

    .search-access {
        display: block;
    }

    .prestation-item a {
        margin-bottom: 20px;
    }

    .prestation-item .content-presta {
        margin-bottom: 20px;
    }

    #dots-user-create .owl-dot { /*margin-right:calc(31% - 22px);*/
    }

    .prestations-list .btn-group .btn {
        display: block;
        width: 100%;
    }

    .main-content.maxWidthContent {
        max-width: 1516px;
    }

    .closed-sidebar .main-content.maxWidthContent {
        max-width: 1600px;
    }

    .tabIcons .itemTabs:before {
        background-size: 20px 20px;
        background-position: 0 0;
        display: block;
        float: none;
        width: 20px;
        height: 20px;
    }

    .separationProcBox {
        clear: both;
        margin: 0;
    }

    .ActionDeleteAll #btnDelete {
        margin-bottom: 0;
    }

    .ActionDeleteAll {
        float: none;
    }

    ul.prestations-list-small li, ul.prestations-list li, ul.prestations-list-small.columns4 li, ul.prestations-list.columns4 li {
        width: 31.33%;
        margin: 0 1%;
    }

    nav.paginationNav {
        float: none;
    }

    .create-user-info {
        margin-top: 20px;
    }

        .create-user-info .panel {
            min-height: 1px !important;
        }

    .faq {
        margin: 0;
    }

    .faq-all-smallList {
        margin-bottom: 20px;
    }

    .filter3HomeCatalogue {
        width: 98%;
        margin: 0 1%;
    }

    .filter1HomeCatalogue, .filter2HomeCatalogue, .filter3HomeCatalogue {
        width: 48%;
        margin: 0 1% 25px;
    }

    .result .advanced .formitem {
        float: none;
        height: auto;
        width: 100%;
    }

    .filter1HomeCatalogue, .filter2HomeCatalogue, .filter3HomeCatalogue {
        width: 98%;
    }

    div.faq {
        float: none;
        width: 100%;
        margin-left: 0;
        min-height: auto;
    }

    .faq-all-smallList .faq li a {
        min-height: auto;
    }

    .create-user-info .btn {
        width: 100%
    }

    .connectionModal .prestation-icon img {
        width: 25px;
        border-radius: 0;
    }
    /*Prestation dashboard*/
    .prestation-icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 58px;
        height: 100%;
    }

        .prestation-icon img {
            padding: 0;
            width: 35px;
            display: inline;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateY(-50%) translateX(-50%);
        }

    .prestation-title {
        padding-left: 40px !important;
    }

    .prestation-title {
        margin-left: 60px;
    }

    .prestation-icon {
        padding: 0;
        min-height: 0;
    }

    .prestation-title {
        min-height: 0;
    }

    .prestation-item .desc.desc-maintain {
        padding-top: 5px;
    }

    .prestation-title {
        padding: 0 5px;
        margin: 0 27px;
        display: table-cell;
        height: 36px;
        vertical-align: middle;
        padding-left: 60px !important;
        padding-right: 20px;
    }

    ul.prestations-list-small .well {
        min-height: 49px;
    }

    .prestation-item a, .prestation-item .content-presta {
        background: #fff;
    }

    .prestation-item .desc.desc-maintain, .prestation-item .desc.desc-locked {
        right: 7px;
        left: auto;
    }

    .prestation-item a {
        display: table;
        width: 100%;
    }

    .prestation-item a, .prestation-item .content-presta {
        border-radius: 0;
        box-shadow: 2px 2px 6px #dedede;
        border: none;
    }

    /*Dashboard btns*/
    .txtBtnDashboard {
        display: none;
    }

    .setDashboardPresta {
        padding: 8px 25px;
        float: right !important
    }

    .btn-thin.btn.setDashboardPresta {
        border: 1px solid #dedede;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .prestations-list a {
        padding: 10px;
        border-radius: 5px;
    }

    li.addPrestation a {
        padding: 13.5px 5px;
    }

    button.setDashboardPresta.selected {
        color: var(--ct-secondary-color) !important;
    }

    .prestations-list.prestations-list-small h2.default-title.pull-left {
        float: left !important;
    }

    .searchbox ul.prestations-list-small li {
        width: 100%;
    }

    .searchbox .search li.prestation-item {
        clear: both;
        width: 97%;
    }

    li.addPrestation .prestation-icon i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

    .SBContent p {
        margin-top: 5px;
    }


    /*Hide icon on mobile*/
    .desc.desc-maintain {
        display: none;
    }

    .desc.desc-external {
        display: none;
    }

    .ui-sortable-disabled .desc.desc-maintain {
        display: block;
    }

    .ui-sortable-disabled .desc.desc-external {
        display: block;
    }

    span.prestation-title {
        text-align: left;
    }

    .prestation-item .fa {
        display: block;
    }



    /*couleurs*/
    .presta.violet .prestation-title {
        color: #6639b7;
    }

    .presta.blue .prestation-title {
        color: #004db4;
    }

    .presta.red .prestation-title {
        color: #97223f;
    }

    .presta.green .prestation-title {
        color: #00693c;
    }

    .presta.black .prestation-title {
        color: #000000;
    }

    .presta.turquoise .prestation-title {
        color: #008571;
    }

    .presta.grey .prestation-title {
        color: #44697d;
    }

    .presta.pink .prestation-title {
        color: #9b1889;
    }

    .presta.green .prestation-item a.delete.desc.desc-delete.showIcon {
        border: 1px solid #009581;
    }

    .presta.dark-green .prestation-item a.delete.desc.desc-delete.showIcon {
        border: 1px solid #00693c;
    }

    .presta.purple .prestation-item a.delete.desc.desc-delete.showIcon {
        border: 1px solid #6639B7;
    }

    .presta.pink .prestation-item a.delete.desc.desc-delete.showIcon {
        border: 1px solid #9B1889;
    }

    .presta.black .prestation-item a.delete.desc.desc-delete.showIcon {
        border: 1px solid #000;
    }

    .presta.red .prestation-item a.delete.desc.desc-delete.showIcon {
        border: 1px solid #97233F;
    }

    .presta.cyan .prestation-item a.delete.desc.desc-delete.showIcon {
        border: 1px solid #44697D;
    }

    .presta.dark-blue .prestation-item a.delete.desc.desc-delete.showIcon {
        border: 1px solid #002C77;
    }

    .presta.light-blue .prestation-item a.delete.desc.desc-delete.showIcon {
        border: 1px solid #004db4;
    }

    .presta.orange .prestation-item a.delete.desc.desc-delete.showIcon {
        border: 1px solid #FF8200;
    }

    /*
	.prestation-icon.violet ~ .prestation-title{border:3px solid #6639b7;color:#6639b7;}
	.prestation-icon.blue ~ .prestation-title{border:3px solid #004db4;color:#004db4;}
	.prestation-icon.red ~ .prestation-title{border:3px solid #97223f;color:#97223f;}
	.prestation-icon.green ~ .prestation-title{border:3px solid #00693c;color:#00693c;}
	.prestation-icon.black ~ .prestation-title{border:3px solid #000000;color:#000000;}
	.prestation-icon.turquoise ~ .prestation-title{border:3px solid #008571;color:#008571;}
	.prestation-icon.grey ~ .prestation-title{border:3px solid #44697d;color:#44697d;}
	.prestation-icon.pink ~ .prestation-title{border:3px solid #9b1889;color:#9b1889;}
	*/
    .prestation-icon.violet ~ .prestation-title {
        color: #6639b7;
    }

    .prestation-icon.blue ~ .prestation-title {
        color: #004db4;
    }

    .prestation-icon.red ~ .prestation-title {
        color: #97223f;
    }

    .prestation-icon.green ~ .prestation-title {
        color: #00693c;
    }

    .prestation-icon.black ~ .prestation-title {
        color: #000000;
    }

    .prestation-icon.turquoise ~ .prestation-title {
        color: #008571;
    }

    .prestation-icon.grey ~ .prestation-title {
        color: #44697d;
    }

    .prestation-icon.pink ~ .prestation-title {
        color: #9b1889;
    }


    /*Prestation dans procuration*/
    /*Add zebra background on mobile*/
    ul.prestations-list .locked .prestation-item a {
        background: repeating-linear-gradient(45deg, #dedede, #dedede 10px, #ffffff 10px, #ffffff 20px);
    }

    ul.prestations-list .locked .prestation-item .prestation-title {
        background: none !important;
    }

    ul.prestations-list .locked .prestation-item .prestation-icon {
        background: #dedede;
    }

    /*Adding + img on "Ajouter une prestation"*/
    .addPrestation .prestation-icon i {
        display: inline-block !important;
        float: left;
        padding: 5px 0px;
        font-size: 32px !important;
    }

    .prestations-list .theme-item a {
        width: 97%;
    }

    .connectionModal .prestation-icon img.custom-profile-picture {
        width: 100%;
    }
}


@media(max-width:413px) {
    .surveyCancel {
        margin-bottom: 10px !important;
    }
}


@media(max-width:768px) {
    .fullWidthMobile {
        width: 100% !important;
    }

    .ProfilPictureForm .control-label {
        height: 100px;
    }

    .CityCreateOrganization {
        padding: 0;
        margin-top: 10px;
    }

    .NPACreateOrganization {
        padding: 0;
    }

    .msgTopNotification {
        margin-bottom: 0 !important;
    }
    /* Environment Ribbon */
    .corner-ribbon {
        top: 12px;
        left: -50px;
        font-size: 0.9em;
        line-height: 16px;
    }

    .MailboxDetail .official {
        margin-left: 10px;
        padding: 3px 15px;
    }

    .MailboxDetail .maintoolbar.formfooter.fullLargeurTable {
        padding: 10px;
    }

    .msgTopNotification {
        margin-left: 0;
        margin-right: 0;
    }

    .desktopTable {
        display: none;
    }

    .mobileTable {
        display: block;
    }

    .msgTopNotification.messagingList {
        margin-left: -25px !important;
        margin-right: -25px !important;
    }
    /*Search box*/
    .searchbox .search .field.searchPrestation {
        padding-right: 0;
    }

    .searchbox .search .field.categoryPrestation {
        padding-left: 0;
        margin-top: 10px;
    }
    /*PUSH Notification label fix*/
    label#ctl00_ctl00_Container_Content_LblNotificationPush {
        margin-left: 18px;
        position: absolute;
    }

    #main-nav a {
        background: #ececec;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content #main-nav ul {
        padding-top: 0
    }

    .content .sidebar {
        top: 0;
    }

        .content .sidebar.opened-nav:before, .content .sidebar:before {
            display: block;
            width: 100%;
        }

    .sidebar {
        position: absolute;
        top: 124px;
        left: 0;
        width: 100%;
        float: none;
        z-index: 4;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        overflow: hidden;
        height: 0;
        opacity: 0;
        transition: all ease .3s;
    }

        .sidebar.closed-sidebar, .sidebar {
            margin: 0;
        }

            .sidebar.opened-nav {
                height: auto;
                opacity: 1;
                margin: 0;
                width: 100% !important;
            }

            .sidebar:before {
                display: none;
            }

    .closed-sidebar .main-content.maxWidthContent {
        max-width: 1600px;
    }

    .content .sidebar.opened-nav:before, .content .sidebar:before {
        display: none;
    }

    .content .ProfilPictureForm a.img {
        float: left;
        margin-right: 20px;
    }

    .MailboxList .tableCSS {
        table-layout: fixed;
    }

        .MailboxList .tableCSS .item {
            padding: 7px 0;
            position: relative;
            display: block;
            border-bottom: 1px solid #ddd;
        }

        .MailboxList .tableCSS .tdCSS {
            display: block;
            float: left;
            border: 0;
            padding: 0 7px;
        }

            .MailboxList .tableCSS .tdCSS.dateCell {
                padding-top: 9px;
                padding-bottom: 11px;
            }

        .MailboxList .tableCSS .thCSS .tdCSS {
            display: inline;
            width: auto !important;
        }

        .MailboxList .tableCSS .tdCSS:nth-child(2) span {
            margin-top: 3px;
        }

        .MailboxList .tableCSS .tdCSS:nth-child(4) {
            width: 100%;
        }

        .MailboxList .tableCSS:after {
            content: ' ';
            display: block;
            clear: both;
        }

        .MailboxList .tableCSS a {
            text-decoration: underline;
        }

    .MailboxList .item .date {
        right: 0;
        padding-top: 10px;
        width: 117px;
    }

    .MailboxList .item .hours {
        right: 35px;
        padding-top: 28px;
    }

    .MailboxList .item {
        padding-right: 45%;
    }

    .MessageDelete .datepicker {
        width: 96%;
    }

    .MailboxList .tdCSS.iconbtn:first-child {
        position: relative;
        top: 0;
        width: 33px;
    }

    .MailboxList a.tdCSS {
        top: 0;
        width: 90%;
    }

    .MailboxList a .trCSS {
        padding: 0;
        border: 0;
    }

    .MailboxList .tableCSS .tdCSS:nth-child(2) span {
        margin-top: 0;
    }

    .MailboxList .thCSS .trCSS {
        border: 0;
        padding: 0;
    }

    .trCSS {
        display: block;
        padding: 10px 40px 10px 7px;
        border-bottom: 1px solid #D2D2D2;
    }

        .trCSS.tbody {
            cursor: pointer;
            position: relative;
        }

            .trCSS.tbody:hover {
                background: #DDD;
            }

    .tdCSS {
        display: block;
        float: left;
        border: 0;
        padding: 0 7px;
    }

        .tdCSS:last-child {
            top: 15px;
        }

    .thCSS .tdCSS:last-child {
        display: none;
    }
    /*.tdCSS.iconbtn:first-child{position:absolute;}*/
    .tiretTdCSS {
        display: inline;
    }

    .trCSS:after {
        display: block;
        content: "";
        clear: both;
    }

    header {
        position: relative;
        z-index: 5;
    }

    .prestations-list .default-title.pull-left {
        float: none !important;
    }

    .prestations-list .fav-header .btn.btn-thin {
        margin: 10px 0 20px;
    }

    .breadcrumb > li {
        display: inline;
    }


    .main-content {
        width: 100% !important;
        padding: 10px 10px 20px 10px;
    }

    .navbar-header {
        float: left;
    }

    .navbar .navbar-right {
        float: right;
        height: 41px;
    }

    .navbar-nav {
        margin: 0;
    }

    .nav > li {
        float: left;
    }

    #main-nav li:last-child a {
        border-bottom: none;
    }

    .navbar-toggle {
        float: none;
    }

    .navbar .navbar-right li a {
        min-width: 52px;
    }

    .navbar .navbar-right .user-nav {
        padding: 20px 0 0;
        text-align: center;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: left;
        left: auto;
        right: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        min-width: 280px;
    }


        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 16px 27px 16px 14px;
        }

    #dots-user-create .owl-dot { /*margin-right:calc(31% - 24px);*/
    }

    .prestations-list .select-wrapper {
        margin-bottom: 1em;
    }

    .prestations-list .col-md-3:last-child .select-wrapper {
        margin-bottom: 0;
    }

    .create-user-info {
        margin-top: 15px;
    }

        .create-user-info h2 {
            font-size: 24px;
        }
    /*.btn.btn-thin.pull-right{float:none !important;}*/
    .mainsearch .btn {
        margin-left: 0;
    }

    .ui-datepicker {
        width: 260px;
    }


    .main-content.maxWidthContent {
        max-width: 1516px;
        min-height: 1px;
    }

    .profilbox .mobile.arrow {
        display: block;
        position: absolute;
        top: 15px;
        left: 52px;
    }
    /*.navbar .navbar-right li a:hover, .navbar .navbar-right li.open a, .navbar .navbar-right li a:active, .navbar .navbar-right li.open a:active, .navbar .navbar-right li a:focus, .navbar .navbar-right li.open a:focus{background:none;}*/
    .tableFolder tbody tr {
        cursor: pointer;
    }

        .tableFolder tbody tr:hover td {
            background: #DDD;
        }

    .main-content .tableFolder .tbody .tdCSS.cell-group {
        padding-right: 40px;
    }

    .tableFolder .cell-title {
        padding-left: 49px;
        clear: both;
    }

    .tableFolder .cell-action {
        position: absolute;
        right: 0;
    }

    .main-content .tableFolder .thCSS .tdCSS.hide-mobile {
        display: none;
    }

    footer .logoFooter {
        float: none;
    }

        footer .logoFooter img {
            width: auto !important;
        }

    footer .linksFooter {
        float: none;
        margin-top: 20px;
    }

    footer .DevelopedByFooter {
        position: relative;
        margin-top: 15px;
        bottom: auto;
    }

    footer .navFooter {
        margin-bottom: 15px;
    }

    #page footer, #home footer {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .int footer {
        margin-left: -25px;
        margin-right: -25px;
        margin-bottom: -10px;
    }

    .form-group .col-sm-10.pull-right, .form-group .col-sm-9.pull-right {
        float: none !important;
    }

    .tabPersMoral .form-horizontal {
        float: none;
        width: 100%;
    }

    .formtab-button .prev {
        margin-left: 0;
    }

    .form-group .row .col-sm-6 {
        margin-bottom: 10px;
    }

    div#page, div#pagecms, div#home {
        background: none;
        min-height: 0;
        transition: min-height .3s;
    }

    .header-brand {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .header-brand img {
            height: var(--hd-logo-height-mobile);
        }

    .lang button, .lang a.btn {
        line-height: 41px;
    }

    .lang .dropdown-menu a {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .anonymous-view .btn {
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: -7px;
    }

    .navbar-toggle {
        padding-top: 0;
        padding-bottom: 0;
    }

    .anonymous-view .help {
        height: 41px;
        line-height: 40px;
    }

    header .navbar {
        min-height: 40px;
    }

    .search-access {
        height: 41px;
        line-height: 41px;
    }

    .navbar .search.opened-search {
        top: 40px;
    }

    .navbar .navbar-right li a {
        min-height: 40px;
        line-height: 40px;
    }

        .navbar .navbar-right li a.nav-icon {
            height: 40px;
        }

            .navbar .navbar-right li a.nav-icon:before {
                top: 12px;
            }

    .navbar .navbar-right .user-nav .user-role {
        display: none;
    }

    .navbar .navbar-right li.profilbox a {
        min-width: 64px;
    }

    .profilbox .mobile.arrow {
        top: 12px;
    }

    .message-left {
        margin: 0 7% 15px 3%;
        width: 90%;
    }

    .message-right {
        margin: 0 3% 15px 7%;
        width: 90%;
    }

    .int footer {
        margin-left: 0;
        margin-right: 0;
    }

    .pageTitle, h1 {
        font-size: 32px;
        line-height: 30px;
    }

    .back-btn.pageTitle {
        line-height: 38px;
    }

    h1.pageTitle {
        line-height: 30px;
    }

    .small-list-news h1,
    ul.prestations-list-small li, ul.prestations-list li, ul.prestations-list-small.columns4 li, ul.prestations-list.columns4 li {
        width: 98%;
        margin: 0 1%;
    }

    .prestations-list .default-title {
        font-size: 20px;
        line-height: 22px;
    }

    .hidden-xs {
        display: none !important;
    }

    .separationProcBox {
        display: none;
    }

    .CustomMultipleChoice {
        margin-top: 0;
    }

    .fieldset-1 {
        margin-bottom: 30px;
    }

    .ActionDeleteAll.activeBtn:not(.fixed) {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 1;
    }

        .ActionDeleteAll.activeBtn:not(.fixed) a {
            display: block;
            margin: 0;
            padding-top: 10px;
            padding-bottom: 10px;
            border-radius: 0;
        }

    #shipping_head.label {
        margin-bottom: 20px;
        display: block;
        text-align: left;
    }

    .filterHomeCatalogue .select-wrapper {
        float: left;
    }

        .filterHomeCatalogue .select-wrapper select {
            width: 100%;
        }

    .filter1HomeCatalogue {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .filter1HomeCatalogue, .filter2HomeCatalogue {
        width: 98%;
    }

    .mobilePersonalData {
        margin-bottom: 15px;
    }

    .PrestaDashboardNotLogged .themes-list li {
        float: none;
    }

    .otherInformations .ContinueWithoutAccount {
        display: block;
        text-align: center;
        width: 100%;
        margin-top: 25px;
    }

    .otherInformations .ContinueWithAccount {
        display: block;
        text-align: center;
        max-width: 305px;
        margin: 0 auto;
    }

    .navbar .navbar-right li li img {
        top: 8px;
    }

    .formcontent .field .cb span {
        top: 2px;
    }

    .form-group:not(.readonly) .ckbx-group {
        padding-top: 0 !important;
    }
}

@media screen and (min-width:481px) and (max-width: 767px) {
    ul.prestations-list-small li, ul.prestations-list li, ul.prestations-list-small.columns4 li, ul.prestations-list.columns4 li {
        width: 98%;
        margin: 0 1%;
    }
    /*.prestations-list-small.prestations-list li:nth-child(2n+1) {clear:both;}*/

}

@media screen and (min-width:768px) and (max-width: 990px) {
    ul.prestations-list-small li, ul.prestations-list li, ul.prestations-list-small.columns4 li, ul.prestations-list.columns4 li {
        width: calc(96% / 2);
        margin: 0 1%;
    }
}


@media(max-width:480px) {
    .content .ProfilPictureForm a.img {
        margin-left: 0;
    }

    .header-brand-title a {
        font-size: 14px;
    }

    .small-list-news h1,
    .prestations-list .default-title {
        font-size: 18px;
        line-height: 20px;
        width: calc(100% - 25px);
    }

    footer .default-title {
        font-size: 24px;
    }

    .prestations-list select {
        background-color: #eee;
    }

    .prestations-list .select-wrapper {
        margin-bottom: 5px;
    }

    .small-list-news .text-box {
        position: static;
    }

    .small-list-news .default-title,
    .small-list-news p {
        padding: 0;
    }

    .filter-prestations {
        margin-bottom: 30px;
    }

    .small-list-news .loading {
        display: none;
    }

    .btn, button, .button, .infomessage a, .notice a {
        padding: 6px 15px;
        background-color: var(--ct-secondary-color);
    }

        .btn.btn-light {
            padding: 4px 15px;
        }

    .tableFolder {
        position: relative;
        overflow: auto;
    }

    ul.prestations-list-small li, ul.prestations-list li, ul.prestations-list-small.columns4 li, ul.prestations-list.columns4 li {
        width: 100%;
        margin: 0;
    }

    ul.prestations-list {
        margin: 0;
    }

    .navbar .navbar-right li a {
        min-width: 45px;
    }

        .navbar .navbar-right li a.nav-icon {
            width: 48px;
        }

            .navbar .navbar-right li a.nav-icon:before {
                left: 14px;
            }

    .pageTitle, h1 {
        font-size: 32px;
        line-height: 30px;
        padding-top: 5px;
    }

    .MailboxList a.tdCSS {
        top: 0;
        width: 85%;
    }

    footer {
        font-size: 12px;
    }

        footer .navFooter ul {
            padding-bottom: 17px;
            padding-top: 17px;
            border-bottom: solid 1px #888;
            border-top: solid 1px #888;
        }

            footer .navFooter ul:after {
                content: "";
                display: block;
                clear: both;
            }

        footer .navFooter li {
            margin-right: 3%;
            width: 47%;
            padding: 3px 0;
        }

    body {
        min-width: 320px;
    }

    .prestations-list .theme-item a {
        width: 100%;
    }
}

@media(max-width:400px) {
    .search-access {
        left: 55px;
    }


    .navbar .navbar-right li.profilbox {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .navbar-right li a {
        min-width: 40px;
    }

        .navbar .navbar-right li a.nav-icon {
            width: 45px;
        }

            .navbar .navbar-right li a.nav-icon:before {
                left: 7px;
            }
}

@media(max-width:360px) {
    .otherInformations .ContinueWithAccount {
        font-size: 12px;
    }
}


@media(max-width:350px) {
    .navbar .navbar-right li {
        padding-left: 0;
        padding-right: 0;
    }
}


.notificationPage {
    color: #000;
}

.notificationPage .switch, .delegate-procurations .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 16px;
}

.notificationPage .switch input, .delegate-procurations .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.notificationPage .slider, .delegate-procurations .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.notificationPage .slider:before, .delegate-procurations .slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: -2px;
    bottom: -5px;
    background-color: #767676;
    -webkit-transition: .4s;
    transition: .4s;
}

.notificationPage input:checked + .slider, .delegate-procurations input:checked + .slider {
    background-color: var(--ct-secondary-color-light-1);
    border-color: var(--ct-secondary-color);
}

.notificationPage input:focus + .slider, .delegate-procurations input:focus + .slider {
    box-shadow: 0 0 1px var(--ct-secondary-color);
}

.notificationPage input:checked + .slider:before, .delegate-procurations input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: var(--ct-secondary-color);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    border: 1px solid #767676;
}

.slider.round:before {
    border-radius: 50%;
}



.slidecontainer {
    width: 100%;
}

.slider.sessionTimeout {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #D3D3D3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider.sessionTimeout.ie {
        padding: 0;
        height: 25px;
        background: transparent;
    }

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 25px;
    background: url('../Images/SliderGuichet.png');
    cursor: pointer;
    /*border-radius: 50%;*/
}

.slider::-moz-range-thumb {
    width: 30px;
    height: 25px;
    background: url('../Images/SliderGuichet.png');
    cursor: pointer;
}


::-ms-thumb {
    width: 25px;
    height: 25px;
    background: var(--ct-secondary-color);
    cursor: pointer;
    border-radius: 50%;
}

::-ms-fill-lower,
::-ms-fill-upper {
    background: #d3d3d3;
}

.slider.sessionTimeout {
    position: static;
}

/* Accessibility : Force white color in CSS */
.navbar .field .sr-only,
#TopMenuServiceSearch {
    background-color: #fff;
}

span.required {
    color: #EE0700;
}

#cookiesBannerbOX {
    background: rgba(0,0,0,0.8);
}

.presentation-bar h1 {
    font-size: 22px;
    font-weight: normal;
    margin: 15px 0;
}

.asideMenuFilters h2 {
    font-size: 18px;
    font-weight: normal;
}

.actionCloseAsideMenu {
    font-size: 0;
}

.slider.sessionTimeout:before {
    content: '';
    background-color: transparent;
}

#sessionDurationContainer {
    position: relative;
    margin-top: 60px;
}

input[type="range"]:focus {
    outline: none !important;
}

.slider:focus {
    opacity: 1;
}

/*
    @lfridez : Fix CSS style issue with focus timeout range input
    @date 2022.04.12

    body .sessionTimeout:focus {
        outline: auto !important;
    }
    */

#sessionBubbleValue.ie {
    top: 35px;
}

#sessionDurationContainer output {
    position: absolute;
    top: -50px;
    min-width: 40px;
    border: 1px solid #e2e2e2;
    background-color: #e2e2e2;
    border-radius: 5px;
    color: #000;
    text-align: center;
    padding: 5px;
    transform: translateX(-50%);
}

    #sessionDurationContainer output:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 100%;
        left: 44%;
        border-top: 6px solid #e2e2e2;
        border-right: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid transparent;
    }


.subscriptionRecord .deleteElement i:hover {
    cursor: pointer;
}

.m-0 {
    margin: 0;
}

.ptr-cursor {
    cursor: pointer;
}

.infomessage a {
    background: none !important;
    border: none !important;
    padding: 0;
    color: #18487a;
    text-decoration: underline;
}

.mt-10 {
    margin-top: 10px;
}

.clearboth {
    clear: both
}

.notifyPush .content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}


/*ACCESSIBILITY*/
.prestation-item .cb label {
    color: #000;
}


a.btn.btn-openid {
    padding: 8px 10px;
    background: none;
    color: rgba(0,0,0,0.5);
    border: 1px solid rgba(0,0,0,0.3);
    text-transform: uppercase;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    display: block;
    width: 250px;
    text-align: left;
    border-radius: 0;
}

    a.btn.btn-openid:hover {
        background: #f3f3f3;
    }

    a.btn.btn-openid img {
        width: 24px;
        display: inline-block;
        margin-right: 10px;
    }

/*ONLY FOR EXEMPLE V6*/

.dateFAQList {
    display: none;
}

.dateNewsCarrousel {
    display: none;
}

/* BROWSER UPDATE CHECKER */
.catBrowser {
    text-align: center;
}

    .catBrowser a {
        text-decoration: none;
    }

.titleBrowserAccess {
    font-size: 2em;
}

div#buorg {
    cursor: auto !important;
}

.buorg {
    background-color: #202020 !important;
    border-bottom: 1px solid #202020 !important;
}

.browserUpdate {
    overflow: auto;
    width: 100%;
    padding: 15px;
    background-color: #000;
    color: #fff;
    z-index: 100;
}

.blockAccess {
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    background-color: #000000ad;
    display: none !important;
}

.browserUpdate .catText {
    padding: 15px;
}

    .browserUpdate .catText .mainTitle {
        width: 100%;
        text-align: left;
        display: block;
        font-size: 18px;
    }

    .browserUpdate .catText .secondTitle {
        width: 100%;
        text-align: left;
        display: block;
        font-size: 14px;
    }

.browserUpdate .catIcons {
    padding: 15px;
}

    .browserUpdate .catIcons .catBrowser a {
        color: #fff;
        text-decoration: unset;
    }

    .browserUpdate .catIcons .catBrowser img {
        width: 60px;
        margin-bottom: 10px;
    }


.mb-0 {
    margin-bottom: 0;
}

.pl-0 {
    padding-left: 0;
}

.startAnimation {
    display: none;
}

#ctnCarouselTrigger {
    margin-right: 105px;
    float: right;
    display: inline;
    position: relative;
    z-index: 3;
}


#btnStartStopCarousel {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    padding: 0;
    background-color: transparent;
    color: var(--ct-secondary-color);
    outline-color: var(--ct-secondary-color);
    border: none;
}

    #btnStartStopCarousel i {
        display: inline-block;
        font-size: 18px;
        width: 28px;
        height: 28px;
        padding: 6px;
    }

    #btnStartStopCarousel:hover i {
        color: #202020;
    }

@media(max-width:768px) {
    .browserUpdate .catIcons .catChrome img {
        width: 30px;
    }

    .browserUpdate .catIcons .catSafari img {
        width: 30px;
    }

    .browserUpdate .catIcons .catFirefox img {
        width: 30px;
    }
}

/* visual-focus ComboBox pattern search result */
.visual-focus {
    background: rgba(185, 94, 6, 0.15);
}

.documentTable .infinitListing .msg-checkbox {
    vertical-align: top;
}

.documentTable .infinitListing .icon.statutImportant {
    text-align: right;
    padding-right: 3px;
}

fieldset {
    min-width: 100% !important;
}

/* New connection button for V7
***************************************/

li.connectionButtonRightMenu a.top-login-button {
    display: inline-block;
    position: unset;
    color: #202020;
    padding: 5px 10px !important;
    margin: 7px 20px 7px 20px !important;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    line-height: 1.42857143;
    min-height: fit-content;
}

@media(max-width:480px) {
    li.connectionButtonRightMenu a.top-login-button {
        padding: 5px 15px !important;
    }
}

li.connectionButtonRightMenu a.top-login-button:active {
    background-color: white !important;
}

li.connectionButtonRightMenu a.top-login-button:hover {
    background-color: white !important;
}

@media(max-width:768px) {
    li.connectionButtonRightMenu a.top-login-button {
        margin: 3px 20px !important;
    }
}

.connectionButtonRightMenu {
    height: inherit !important;
}

@media(max-width:480px) {
    li.connectionButtonRightMenu a.top-login-button {
        margin: 3px 20px !important;
    }
}


/*
    Updates V8
****************************************************************/

.importantMessagePill {
    padding: 5px 8px;
    background-color: #f29401;
    border-radius: 15px;
    color: #000;
    font-size: 14px;
}

.attachmentMessagePill {
    padding: 5px 8px;
    background-color: #fff;
    border-radius: 15px;
    color: #000;
    border: 1px solid #ececec;
    font-size: 14px;
}

    .attachmentMessagePill i {
        color: #767676;
        font-size: 14px;
        padding: 5px;
    }

.favoriteMessagePill {
    padding: 5px 8px;
    background-color: var(--ct-secondary-color);
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
}

.newMessagePill {
    padding: 5px 8px;
    background-color: var(--ct-secondary-color);
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
}

.importantDocumentPill {
    padding: 5px 8px;
    background-color: #f29401;
    border-radius: 20px;
    color: #000;
    margin-right: 10px;
}

.newDocumentPill {
    padding: 5px 8px;
    background-color: var(--ct-secondary-color);
    border-radius: 20px;
    color: #000;
}

.pillsDocument {
    flex-direction: row !important;
    margin-left: 10px;
}

.documentList .msg {
    height: auto !important;
}

.messaging_desktop_description {
    margin-top: 5px;
}

.messaging_desktop_sender {
    margin: 0;
}

.pillNumberMessage {
    margin: 0 5px;
    padding: 3px 8px;
    background-color: #ECECEC;
    border-radius: 18px;
    color: var(--ct-secondary-color);
    font-size: 14px !important;
    border: 1px solid #ECECEC;
}

.formcontent .messageTable td {
    border: none;
    line-height: 20px;
}

.messageTable tbody tr.read {
    border-bottom: 1px solid #DEDEDE;
}

.messageTable tbody tr.selected {
    border-bottom: 1px solid #DEDEDE !important;
}

.messageTable tr.selected {
    background: var(--ct-tertiary-color) !important;
    color: #fff !important;
}

    .messageTable tr.selected td {
        background: var(--ct-tertiary-color) !important;
    }

    .messageTable tr.selected *:not(.menuMessages *, th) {
        color: #fff !important;
    }

    .messageTable tr.selected .elementMenuMessages {
        color: var(--ct-secondary-color);
    }

    .messageTable tr.selected .favoriteMessagePill {
        color: #fff !important;
    }

    .messageTable tr.selected .attachmentMessagePill, .messageTable tr.selected .attachmentMessagePill i, .messageTable tr.selected .importantMessagePill {
        color: #000 !important;
    }

.messageTable td {
    padding: 5px;
}

.listPresta {
    display: inline-block;
    margin: 2px 0 30px;
    float: right;
    padding: 0;
}

.menuListMessage {
    position: relative;
}

    .menuListMessage .listPresta {
        position: absolute;
        top: 0;
        right: 0;
    }

.guichetContent .cb input[type="checkbox"]:indeterminate ~ .check {
    background: var(--ct-secondary-color);
}

    .guichetContent .cb input[type="checkbox"]:indeterminate ~ .check:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 5px;
        display: block;
        width: 9px;
        height: 2px;
        border: 2px solid #fff;
        border-top-width: 0;
        border-left-width: 0;
    }


.desktopBottomBand {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 106px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 -2px 5px rgb(0 0 0 / 20%);
}

.numberOfMessage {
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    color: #000;
    margin-right: 16px;
}

    .numberOfMessage i {
        padding: 10px;
        background-color: #ececec;
        border-radius: 50px;
        font-size: 1.3em;
        color: var(--ct-secondary-color);
        margin-right: 9px;
    }

.contentBottomBand {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    height: fit-content;
    color: #000;
    width: 95%;
    justify-content: center;
}

.btnBottomBand {
    margin: 0 8px 0 0;
}

    .btnBottomBand i {
        display: inline-block !important;
    }

.menuMessages {
    padding: 10px;
    position: absolute;
    background-color: #fff;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
    text-align: left;
    margin: 0 -75px;
    right: 100px;
    z-index: 999;
    min-width: 185px;
}

.elementMenuMessages {
    padding: 8px 6px;
    color: var(--ct-secondary-color);
    font-weight: 500;
}

    .elementMenuMessages .col-sm-10 {
        padding-left: 8px;
    }

.btnMenuMessages {
    background: none;
    margin-bottom: 0;
    color: var(--ct-secondary-color);
}

    .btnMenuMessages i {
        color: var(--ct-secondary-color);
    }

.messageTable tr.selected .btnMenuMessages {
    color: var(--ct-secondary-color) !important;
}

.btnMenuMessages:hover {
    background: none;
    color: var(--ct-secondary-color) !important;
}

.actionColumn {
    text-align: right !important;
}

    .actionColumn button:hover i {
        color: var(--ct-secondary-color) !important;
    }

.btnMenuMessages {
    padding: 15px 10px 15px 15px;
    margin-right: 0;
}

.menuListMessage li.selected {
    color: var(--ct-secondary-color);
}

.detailMessageActionButtons {
    border-bottom: 1px solid #DEDEDE;
}

.MailboxDetail .prestationName, .MailboxDetail .senderName {
    color: #000;
}

.emailcontent {
    width: fit-content;
}

.message-left.message-fullsize {
    width: 66.66%;
}

.message-left.message-fullsize {
    border-bottom: 1px solid #DEDEDE;
}

.labelSenderName, .labelPrestationName {
    color: #767676;
}

.detailMessageActionButtons button i {
    display: inline-block !important;
    margin-right: 5px;
    color: var(--ct-secondary-color);
}

.btn, button, .button {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    padding: 5px 10px;
    margin-right: 8px;
}

    .btn i, button i, .button i {
        color: var(--ct-primary-color-text);
        margin-right: 10px;
    }

    .btn.seconday i, button.secondary i, .button.secondary i {
        color: #000;
    }

    .btn:hover, button:hover, .button:hover {
        background-color: var(--ct-secondary-color);
        color: #fff;
        border: 1px solid var(--ct-secondary-color);
    }

        .btn:hover i, button:hover i, .button:hover i {
            color: var(--ct-primary-color);
        }

.dropdown.lang button {
    color: #000;
    border: none;
}

    .dropdown.lang button:hover {
        background-color: #fff;
    }

.dropdown.lang.open button:hover {
    background-color: var(--hd-primary-color);
}

.dropdown.lang button i {
    color: #000;
}

.btnMenuMessages {
    border: none;
}

    .btnMenuMessages:hover {
        color: var(--ct-secondary-color);
        border: none;
    }

.attachments a {
    padding: 0 15px 0 0;
    text-decoration: underline;
    width: fit-content;
}

    .attachments a span.ico {
        padding: 10px;
        background: #BB2C2C;
        color: #fff;
        margin-right: 15px;
        display: flex;
        align-items: center;
    }

.filterMobileMessage {
    display: block;
    margin: 0;
    float: none;
}

.presentation-bar {
    padding-top: 5px;
}

.dateMobile {
    color: #000;
}

.msg-list > li.unread {
    background-color: var(--ct-secondary-color-light-2);
    border-bottom: 1px solid var(--ct-secondary-color);
}

.msg-list > li .msg-content p {
    padding: 0;
    margin: 0;
}

.msg-list li.selected, .msg-list div.selected {
    background-color: var(--ct-tertiary-color);
}

    .msg-list li.selected .msg-header span, .msg-list li.selected .msg-content span, .msg-list div.selected .msg-header span, .msg-list div.selected .msg-content span, .selected .document-sender, .selected .msg-sender {
        color: #fff;
    }



.listDocumentPrestationName {
    margin: 7px 0;
    color: #000;
    font-weight: 500;
}

.not-downloaded td {
    background-color: var(--ct-secondary-color-light-2) !important;
}

.not-downloaded {
    border-bottom: 1px solid var(--ct-secondary-color);
}

tr:not(.not-downloaded) {
    border-bottom: 1px solid #DEDEDE;
}

.listPresta {
    max-width: 250px;
}

.tableDocument .selected {
    background: var(--ct-tertiary-color) !important;
}

.tableDocument tr:hover td {
    background: var(--ct-secondary-color-light-1) !important;
}

.formcontent .tableDocument .selected td {
    background: var(--ct-tertiary-color) !important;
}


.tableDocument .selected .listDocumentPrestationName, .tableDocument .selected .senderColumn:not(th), .tableDocument .selected .document-service-name {
    color: #fff;
}

.formcontent .tableDocument td {
    border: none;
}


.prestations-list .default-title, .panel-tools .default-title, fieldset legend.legendForm, .BlocForms .titlePage, legend.titlePage {
    font-size: 22px;
}

.navbar .navbar-right li i, .navbar .navbar-right li a.nav-icon.nav-documents::before, .navbar .navbar-right li a.nav-icon.nav-messages::before {
    font-size: 22px;
}

.FAQButtonRightMenu i {
    font-size: 22px;
}

.navbar .fa.fa-search, .search-access .fa-close {
    font-size: 23px;
    color: var(--hd-primary-color-text);
}

.navbar button:hover .fa.fa-search {
    color: #000;
}

.connectionButtonRightMenu i {
    font-size: 16px;
}

.anonymous-view .btn:hover {
    background-color: white;
    color: #202020;
}

    .anonymous-view .btn:hover i {
        color: var(--ct-secondary-color);
    }

.BlocForms .formitem .label {
    font-size: 16px;
}

.BlocForms .textfield .field input {
    font-size: 16px;
}

.BlocForms .titlePage, legend.titlePage {
    font-size: 22px !important;
}

.menuMessages a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

    .menuMessages a i {
        color: var(--ct-secondary-color);
    }

tbody tr .cb span {
    top: 6px !important;
}

.NoticeBusinessCases {
    background-color: #FEF7EB;
    padding: 15px;
    border-left: 3px solid #f29401;
}

    .NoticeBusinessCases .titleNoticeBusinessCases {
        color: #874E0D;
        font-weight: 600;
        margin-bottom: 0;
    }

.legendNoticeBusinessCases {
    margin-bottom: 0 !important;
}

.NoticeBusinessCases .contentNoticeBusinessCases {
    color: #874E0D;
}

.NoticeBusinessCases a.btn {
    margin-bottom: 0;
}

*:disabled, *[readonly="readonly"] {
    border: none !important;
    box-shadow: none !important;
    color: #757575;
    background: none !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    height: fit-content !important;
}

.readonly .datefield:after {
    content: '' !important;
}

label {
    text-align: right;
    color: #000;
}

.statusRequestDelivred, .statusRequestRejected, .statusRequestDraft, .statusRequestSubmitted, .statusRequestWorking, .statusRequestWaiting, .statusRequestWaitingUser {
    border: 1px solid #DEDEDE;
    border-radius: 15px;
    padding: 5px;
}

.statusRequestDelivred {
    background-color: #e7fee9;
    color: #053800;
    border-color: #053800;
}

.statusRequestRejected {
    color: #bb2c2c;
    border-color: #bb2c2c;
}

.statusRequestDraft {
    color: #767676;
}

.statusRequestSubmitted {
    border: none;
    background-color: #e7fee9;
}

.statusRequestWorking {
    color: var(--ct-secondary-color);
    border-color: var(--ct-secondary-color);
}

.statusRequestWaitingUser {
    background-color: #e6ebf0;
    color: #18487a;
    border-color: #18487a;
}

.FullActivitiesList table tbody tr {
    height: 45px;
}

.FullActivitiesList table tr th {
    font-weight: 500;
}

.documentDetail i {
    display: inline-block !important;
}

.documentDetail .attachments {
    margin-top: 15px;
}

.documentDetail .contentPrestation, .documentDetail .contentSendBy {
    color: #000;
}

.documentDetail .titlePrestation, .documentDetail .titleSendBy {
    color: #767676;
}

.mobileTable .presentation-bar {
    padding-bottom: 20px;
}

.filterDocuments {
    height: fit-content;
    display: block;
}

.documentCkbx {
    padding-left: 0px !important;
}

.timeStampDocument {
    color: #000;
}

.document-sender, .msg-sender {
    margin-left: 5px;
    margin-bottom: 5px;
    color: #000;
}

.msg-sender, .msg-content * {
    font-size: 14px;
}

.documentList .pillsDocument {
    margin-left: 35px;
}

.bg-select.listPresta.filterMobileMessage {
    max-width: none;
}

.informationDocument {
    margin-top: 28px;
}

.documentPrestationDetail {
    margin-bottom: 15px;
}

.documentDesktopActionButtons {
    border-bottom: 1px solid #DEDEDE;
}

    .documentDesktopActionButtons i {
        color: var(--ct-secondary-color);
        margin-right: 10px;
    }

.stepBusinessCase {
    margin: 10px 0;
}

.informationEtapes {
    background-color: #FAFAFA;
    color: #000;
    border: 1px solid #CECECE;
    padding: 12px;
    max-width: 497px;
    border-radius: 3px;
}

.titleStepInformation {
    font-weight: 600;
    margin-bottom: 4px;
}

.statBusinessCase {
    margin: 0 0 4px 0;
}

.descriptionStepBusinessCase {
    margin-bottom: 12px;
}

.listDocumentBusinessCases {
    margin-bottom: 4px;
}

.titleStatBusinessCase {
    padding-left: 0;
}

.contentStatBusinessCase {
    color: #727272;
}

.detailStep {
    margin-left: 0;
}

.titleStepBusinessCase {
    padding-left: 0;
}

.finished .currentStepNumber {
    background-color: var(--ct-secondary-color);
    color: #fff;
    border: 1px solid var(--ct-secondary-color);
}

.finished .currentStepIcon {
    background-color: #fff;
    color: var(--ct-secondary-color);
    border: 1px solid var(--ct-secondary-color);
}

.current .currentStepNumber {
    background-color: #fff;
    color: var(--ct-secondary-color);
    border: 1px solid var(--ct-secondary-color);
}

.current .currentStepIcon {
    background-color: #fff;
    color: var(--ct-secondary-color);
    border: 1px solid var(--ct-secondary-color);
}

.next .currentStepNumber {
    background-color: #fff;
    color: #000;
    border: 1px solid #DEDEDE;
}

.next .currentStepIcon {
    display: none;
}

.finished .fa-spinner {
    display: none;
}

.current .fa-check {
    display: none;
}

.deletedFile {
    text-decoration: line-through;
}

.contentStatBusinessCase, .listDocumentBusinessCases, .contentStatBusinessCase {
    padding-left: 0;
}

    .listDocumentBusinessCases li a i {
        margin-left: 5px;
    }

.currentStepNumber {
    padding: 10px 20px;
    width: fit-content;
    border-radius: 50%;
    float: right;
    font-size: 22px;
    font-weight: 500;
}

.currentStepIcon {
    display: inline;
    position: absolute;
    background-color: #fff;
    right: 6px;
    top: -1px;
    border-radius: 50%;
    padding: 1px 4px;
    font-size: 0.9em;
    color: red;
}

.TitleAndCrossFilterRequests {
    position: relative;
    margin-top: 15px;
}

    .TitleAndCrossFilterRequests button {
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        background: none;
    }

.fieldSetFilterRequests {
    padding: 5px;
}

.divFilterRequests {
    background-color: #FAFAFA;
}

.actionFilterRequests {
    margin-top: 15px;
    text-align: right;
}

.groupFilterRequests {
    margin-bottom: 15px;
}

.btn-submit-filter {
    background-color: var(--ct-secondary-color);
    color: #fff;
    border-color: var(--ct-secondary-color);
}

#btnFilterRequests {
    display: inline-block;
    margin-bottom: 0;
}

.resetFilterRequests {
    display: inline-block;
    border: none;
    color: var(--ct-secondary-color);
    background: none;
    text-decoration: underline;
    margin-bottom: 0;
}

.pillFilterRequests {
    display: inline-block;
    background-color: #ECECEC;
    padding: 5px;
    border-radius: 10px;
    color: #000;
    white-space: nowrap;
    margin-bottom: 5px;
}

    .pillFilterRequests i {
        color: var(--ct-secondary-color);
    }

.EditCustomer .btn.next {
    float: none;
}

.labelNoticiationCanal i {
    color: var(--ct-secondary-color);
}

.divListPushDevices {
    padding: 15px 10px 10px 10px;
    background-color: #FAFAFA;
}

.deleteElement i {
    color: #bb2c2c;
}

.readonly label {
    padding: 0;
}

.readonly .field * {
    padding: 0;
    color: #767676 !important;
    resize: none;
}

    .readonly .field *:hover {
        cursor: default;
    }

legend {
    position: relative;
}

    legend:before, .BlocForms .titlePage:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0.1428571429rem;
        height: 2px;
        width: 3.2142857143rem;
        display: block;
        background-color: #000;
    }

.BlocForms div.titlePage:before {
    bottom: initial;
    top: 33px;
}

.panel-tools legend {
    border: none;
    color: #000;
    font-size: 22px;
    font-weight: 500;
}

.titleDashboard:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0.1428571429rem;
    height: 2px;
    width: 3.2142857143rem;
    display: block;
    background-color: #000;
}

.titleDashboard {
    color: #000 !important;
    position: relative;
    width: fit-content !important;
    padding-bottom: 10px;
    font-weight: 500;
}


a.current .fa.fa-check {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
}

a .fa.fa-check {
    display: none;
}

.EditCustomer hr {
    margin-top: 25px;
    margin-bottom: 0;
}

.menuMessages i {
    font-size: 18px;
}

.messageTable tbody tr .cb span {
    top: 0 !important;
}

.LinkProcBox p.titleProcBox {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.filterNewProc span.bg-select {
    display: inline-block;
}

.guichetContent .ListProc .cb span {
    top: 0 !important;
}

.ListProc table button:hover i {
    color: var(--ct-secondary-color);
}

.ListProc .ActionColumn {
    text-align: right;
}

.procDaysUntil {
    color: #BB2C2C;
}

.confirmProc {
    margin: 0 !important;
}

.RightsProc select, .RightsProc .field.form-group {
    display: inline-block;
    width: fit-content;
    min-width: 150px;
}

.RightsProc .field.form-group {
    margin: 5px !important;
}

.actionButtonsTOS a i {
    display: inline-block !important;
    color:#000;
}

.messageTable th {
    font-weight: 400 !important;
    padding: 10px 5px !important;
}

.guichetContent .cb input[type="checkbox"]:indeterminate ~ .check:after {
    background-color: var(--ct-secondary-color);
}

.messageTable th.CheckboxColumn .cb {
    top: 10px;
}

.messageTable .CheckboxColumn .cb {
    position: absolute;
    top: 16px;
    left: 9px;
}

.menuListMessage .listPresta {
    min-width: 260px;
}

.senderColumn, .dateColumn, .actionColumn {
    vertical-align: top;
}

    .senderColumn p, .dateColumn .messaging_desktop_date, .actionColumn button {
        padding-top: 10px;
    }

.listPresta.filterMobileMessage {
    padding: 0 10px;
}

.listMessagePage .pageTitle {
    padding: 0;
}

.divider {
    padding: 0 10px;
}

    .divider hr {
        margin: 0;
    }

.dropdown-toggle {
    margin-bottom: 0;
}

.messaging_desktop_title {
    line-height: 23px;
    font-weight: 500;
}

.divNumberOfCaracters {
    float: right;
    margin: 5px 15px;
    color: #767676;
}

.btn.primary, .btn.btn-ok, .btn.next {
    background-color: var(--ct-primary-color);
    color: var(--ct-primary-color-text);
    border: 1px solid var(--ct-primary-color);
    padding-right: 30px;
    padding-left: 30px;
}

    .btn.primary:hover, .btn.btn-ok:hover, .btn.next:hover {
        background-color: var(--ct-primary-color-text);
        color: var(--ct-primary-color);
        border: 1px solid var(--ct-primary-color);
        padding-right: 30px;
        padding-left: 30px;
    }

    .btn.primary:focus, .btn.btn-ok:focus, .btn.next:focus {
        background-color: var(--ct-primary-color-text);
        color: var(--ct-primary-color);
        border: 1px solid var(--ct-primary-color);
        padding-right: 30px;
        padding-left: 30px;
    }

.btn.secondary, .btn-close, .btn-cancel, .prev {
    background-color: #fff;
    color: #000;
    border: 1px solid #797676;
    padding-right: 30px;
    padding-left: 30px;
}

    .btn.secondary:hover, .btn-close:hover, .btn-cancel:hover, .prev:hover {
        background-color: #ECECEC;
        color: #000;
        border: 1px solid #000;
        padding-right: 30px;
        padding-left: 30px;
    }

        .btn.secondary:hover i, .btn-close:hover i, .btn-cancel:hover i, .prev:hover i {
            color: #000;
        }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .btn.next:focus {
    outline-offset: 0 !important;
}

.btn:focus {
    outline-color: var(--ct-secondary-color);
}

.EditCustomer a.btn {
    margin-bottom: 0;
}

#ctl00_ctl00_Container_Content_externalDataSection a {
    margin-top: 5px;
    margin-bottom: 40px;
}

.deleteAccountButton {
    padding: 5px 30px;
    background-color: #BB2C2C !important;
    color: #fff !important;
    border-color: #BB2C2C !important;
}

    .deleteAccountButton:hover {
        padding: 5px 30px;
        background-color: #8f2020;
        color: #fff;
        border-color: #8f2020;
    }

    .deleteAccountButton:focus {
        padding: 5px 30px;
        background-color: #8f2020;
        color: #fff;
        border-color: #8f2020;
        outline-color: var(--ct-secondary-color);
    }

button:focus, a.btn:focus {
    outline: 5px auto var(--ct-secondary-color);
}

.withIcon i {
    display: inline-block !important;
}

select[disabled="disabled"] {
    font-size: 16px !important;
}

.profilePictureResponse i {
    background-color: var(--ct-secondary-color);
    color: #fff;
    height: 40px;
    width: 40px;
    border-width: 1px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 22px;
    padding-top: 8px;
}

.profilePictureResponse:not(.host) img {
    background-color: var(--ct-secondary-color);
    width: 22px;
}

    .profilePictureResponse:not(.host) img.custom-profile-picture {
        width: 100%;
    }

.profilePictureResponse.host img {
    background-color: #000;
}

.nameDiscussionPerson {
    color: #000;
    font-weight: 700;
}

.contentDiscussion {
    margin-bottom: 12px;
}

.dateDiscussion {
    color: #767676;
    font-size: 14px;
    margin-bottom: 8px;
}

.informationDiscussion {
    border-bottom: 1px solid #dedede;
}

.profilePictureResponse {
    width: 40px;
    height: 40px;
    display: flex;
    top: 0;
    position: absolute;
    justify-content: center;
    background-color: var(--ct-secondary-color);
    border-radius: 50%;
    overflow: hidden;
}

.informationDiscussion {
    margin-left: 52px;
}

.rowDiscussion {
    position: relative;
    margin-bottom: 48px;
}

.discussionSection {
    width: 66.66%;
}

.breadcrumb-container {
    margin: 15px 0 20px 0;
}

#formReplyMessages .inner {
    padding-right: 0;
}

.replyToButtonZone hr {
    margin-bottom: 25px;
}

.contentDiscussion {
    color: #000;
}

.MailBoxMSG {
    margin-bottom: 4px;
}

.detailMessageActionButtons {
    margin-top: 22px;
}

.emailcontent {
    margin-bottom: 20px;
}

.dateColumn {
    min-width: 140px;
}

.selected .dateColumn {
    color: #fff;
}



.formcontent .DocumentsList td {
    border: none;
    line-height: 20px;
}

.DocumentsList .CheckboxColumn {
    padding-left: 7px !important;
    width: 31px;
    position: relative;
}

.DocumentsList td {
    padding: 10px 5px;
}

.DocumentsList tbody tr .cb span {
    top: 10px !important;
}

.DocumentsList .CheckboxColumn {
    padding-left: 7px !important;
    width: 31px;
    position: relative;
}

.DocumentsList th.CheckboxColumn .cb {
    top: 10px;
}

.DocumentsList .CheckboxColumn .cb {
    position: absolute;
    top: 7px;
    left: 9px;
}

.DocumentsList .iconbtn {
    text-align: right;
}

    .DocumentsList .iconbtn button {
        padding-right: 10px;
    }

.formcontent .DocumentsList .heavy th {
    font-weight: 400;
}

.DocumentsList .dateColumn {
    vertical-align: top;
    padding-top: 13px;
}

.DocumentsList .selected .iconbtn button i {
    color: #fff;
}

.informationDocument {
    margin-bottom: 5px;
}

.prestationGroup {
    margin-bottom: 6px;
}

.documentDesktopActionButtons button {
    margin-bottom: 18px;
}

.mobileTable.documentTable .presentation-bar {
    padding-bottom: 0;
}

.topMenuActions.mobileTable {
    padding-left: 0;
}

.documentDetail .back-btn.pageTitle {
    padding-top: 0;
    margin-bottom: 12px !important;
}

.documentDetail h1 {
    margin-bottom: 22px !important;
}

.attachments a {
    font-weight: 400;
}

    .attachments a span.ico {
        font-weight: 700;
    }

.documentDetail .divider {
    padding: 0;
}

.dropdown-menu {
    min-width: max-content;
}

    .dropdown-menu a {
        color: var(--hd-secondary-color);
    }

#liLnkLogout i {
    font-size: 12px !important;
    margin-right: 7px;
}

.dropdown-menu i.fa-chevron-right {
    position: absolute;
    right: 12px;
    top: 21px;
    z-index: 9999;
    color: #000;
    font-size: 12px !important;
}

.dropdown-toggle.user-nav i.fa-caret-down, .dropdown-toggle.user-nav i.fa-caret-up {
    font-size: 14px;
    position: absolute;
    right: 11px;
}

.profilbox i.fa-caret-up {
    display: none;
}

.profilbox i.fa-caret-down {
    display: inline-block;
}

.profilbox.open i.fa-caret-down {
    display: none;
}

.profilbox.open i.fa-caret-up {
    display: inline-block;
}

.profilbox.open .dropdown-toggle.user-nav {
    background-color: var(--hd-primary-color-text) !important;
    color: var(--hd-primary-color);
}

.navbar .navbar-right .profilbox.open .user-nav .user-name {
    color: var(--hd-primary-color);
}

#allAccountOfProfil a .profile-picture-container-user-menu, #allNotValidatedAccountOfProfil .disabled-profile .profile-picture-container-user-menu, .navbar .navbar-right .profilbox.open li a.withIcon .profile-picture-container-user-menu {
    background-color: #bababa;
}

.nav.navbar-nav.navbar-right .fa-question-circle {
    font-size: 26px;
}

.nav.navbar-nav.navbar-right .fa-folder-open, .nav.navbar-nav.navbar-right .fa-envelope {
    font-size: 23px;
}

ul.nav.navbar-nav.navbar-right #ctl00_ctl00_TopMenu_lnkMessaging:hover, ul.nav.navbar-nav.navbar-right #ctl00_ctl00_TopMenu_lnkMyDocuments:hover, ul.nav.navbar-nav.navbar-right .help:hover, ul.nav.navbar-nav.navbar-right #ctl00_ctl00_TopMenu_lnkTopLogout:hover {
    background-color: var(--hd-primary-color-text) !important;
}

    ul.nav.navbar-nav.navbar-right #ctl00_ctl00_TopMenu_lnkMessaging:hover i, ul.nav.navbar-nav.navbar-right #ctl00_ctl00_TopMenu_lnkMyDocuments:hover i, ul.nav.navbar-nav.navbar-right .help:hover i, ul.nav.navbar-nav.navbar-right #ctl00_ctl00_TopMenu_lnkTopLogout:hover i {
        color: var(--hd-primary-color) !important;
    }

.sidebar-tools-dashboard .sidebar-tools {
    margin-top:-15px;
}

#business-cases-summary legend {
    padding-top: 0;
}

.sidebar-tools legend {
    margin-bottom: 16px;
}

.setDashboardWidget, .setDashboardPresta {
    margin-top: 20px;
}

.dashboard .prestations-list.prestations-list-small {
    margin-top: 0;
}

.dashboard #TopMsg.success {
    margin-top: 11px;
}

.name-now-connected-as {
    font-weight: 500;
}

.businessCasesButton {
    margin-top: 16px;
}

.modal-content {
    border-radius: 2px;
}

.breadcrumb > li + li .fa-angle-right:after {
    content: '';
}



#ctl00_ctl00_Container_Content_PnlNotificationPush {
    margin-bottom: 0;
}

#servicesNotification legend {
    margin-bottom: 20px;
}

#servicesNotification button {
    margin-bottom: 0;
}


.form-control {
    color: #000 !important;
    border-color: #929292 !important;
    border-radius: 2px;
}

#ctl00_ctl00_Container_Content_dataSection legend {
    margin-bottom: 20px;
}

.warningTextDeleteModal {
    color: #BB2C2C;
}

.modal-header button.close {
    color: var(--ct-secondary-color);
    opacity: 1;
}

    .modal-header button.close span {
        color: var(--ct-secondary-color);
        opacity: 1;
    }

.neutralmessage {
    background-color: #fff;
    color: #000;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    padding: 15px 15px 15px 45px;
}

    .neutralmessage:before {
        font-family: "Font Awesome 6 Pro", sans-serif;
        content: "\f05a";
        color: #000 !important;
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 11px;
        font-size: 25px;
        font-weight: 700;
    }

.note {
    background-color: #ECECEC;
    color: #000;
    border-left: 4px solid #000;
    border-radius: 0;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    padding: 15px 15px 15px 45px;
}

    .note:before {
        font-family: "Font Awesome 6 Pro", sans-serif;
        content: "\f05a";
        color: #000 !important;
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 11px;
        font-size: 25px;
        font-weight: 700;
    }

html .panel-tools .homeNotification.demande .info {
    margin-top: 8px;
    font-size: 14px;
    border: 1px solid #ECECEC;
    width: fit-content;
    padding: 2px 8px;
    border-radius: 24px;
    font-weight: 400;
}


.homeNotification .nomPrestation {
    font-size: 18px;
}

.ActionColumn button {
    margin: 0;
}

.ValidityColumn, .ExpirationColumn {
    text-align: right !important;
}

.ListProc.formcontent td {
    padding-top: 0;
    padding-bottom: 0;
}

.modal-backdrop {
    background-color: #767676;
    opacity: 0.8;
}

.form-control:focus {
    box-shadow: 0px 0px 0px 1px var(--ct-secondary-color), 0 0 8px var(--ct-secondary-color);
}

.FullActivitiesList legend:before {
    display: none;
}

.TOS .legendForm {
    border-bottom: none;
}

.TOSContent {
    padding-left: 0;
    padding-right: 0;
}

.formcontent.FullActivitiesList td {
    color: #000;
}

.BlocForms legend.section-title {
    border-bottom: none !important;
}

.legal-entity.default-profile-picture img {
    filter: invert(99%) sepia(1%) saturate(39%) hue-rotate(252deg) brightness(119%) contrast(100%) !important;
}

img.img-create-legal-entity {
    width: 70px;
}


/* Fix jQuery UI */
.ui-icon-circle-triangle-w, .ui-icon-circle-triangle-e{
    display:none !important;
}

.ui-datepicker-prev.ui-state-hover, .ui-datepicker-next.ui-state-hover {
    background: none !important;
    font-weight: 600 !important;
    cursor:pointer;
}

@media(max-width: 990px) {
    body .connectionModal .prestation-icon img.img-create-legal-entity {
        width: 35px !important;
    }
}

/** Scrollable table **/
.scrollable-table {
    overflow-x: auto;
}

    .scrollable-table.pinned-first tr > th:first-child, .scrollable-table.pinned-first tr > td:first-child {
        position: sticky !important;
        left: 0;
        min-width: 30px;
    }

    .scrollable-table td *, .scrollable-table td, .scrollable-table th {
        white-space: nowrap;
    }


/* Dropdown on IDE search */
.ui-menu-item-wrapper.ui-state-active {
    background-color: var(--ct-secondary-color) !important;
    color: rgb(255, 255, 255);
    border-color: var(--ct-secondary-color) !important;
}

@media(max-width:1070px) {
    .listPresta {
        float: none;
        position: unset !important;
    }
}

@media(max-width:768px) {
    .lang .dropdown-menu {
        top: 100%;
    }

    .BlocForms .field p {
        padding-left: 5px;
        margin-top: 1px !important;
    }

    .contentBottomBand {
        flex-direction: column;
        align-items: normal;
    }

    .btnBottomBand {
        margin: 0 0 10px 0;
        text-align: left;
    }

    .desktopBottomBand {
        height: fit-content;
        padding: 24px 0 10px 0;
    }

    .numberOfMessage {
        margin-bottom: 24px;
    }

    .presentation-bar {
        padding-top: 20px;
    }

    .topMenuActions {
        padding-left: 10px;
        border-bottom: 1px solid #DEDEDE;
    }

        .topMenuActions i {
            color: var(--ct-secondary-color);
        }

    .prestationInfoDetailMessage div, .senderInfoDetailMessage div {
        color: #767676;
    }

    .senderInfoDetailMessage span, .prestationInfoDetailMessage span {
        color: #000 !important;
    }

    .detailed-message .content, .detailed-message .content p {
        color: #000 !important;
    }

    .senderInfoDetailMessage, .prestationInfoDetailMessage {
        margin-bottom: 20px;
    }

    .moreActionsMessage .dropdown-item {
        display: block;
        padding: 5px;
        color: #000;
        text-decoration: none;
    }

    .moreActionsMessage button i {
        display: inline-block !important;
    }

    .moreActionsMessage i {
        color: var(--ct-secondary-color);
    }

    .moreActionsMessage {
        display: inline-block;
    }

    .msg-list > li .msg-checkbox {
        position: relative;
        padding-left: 10px;
        width: 7%;
    }

        .msg-list > li .msg-checkbox label {
            position: absolute;
            top: 13px;
        }

    .requestItemPresta {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .requestItem .pill {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .listingBusinessCases {
        padding-top: 10px;
        border-top: 1px solid #DEDEDE;
    }

    .filtersBusinessCases {
        margin-bottom: 20px;
    }

    .firstSecondItem {
        margin-bottom: 13px;
    }

    .breadcrumb-container {
        margin-left: -15px;
        margin-top: 20px;
    }

    .default-page .breadcrumb-container {
        margin-left: 0;
    }

    .documentsListTitle .pageTitle {
        margin-bottom: 12px;
    }



    .filterDocuments {
        padding: 0 10px !important;
    }

    .pillsDocument span {
        margin-right: 4px;
        margin-bottom: 8px;
    }

    .msg-header {
        padding-top: 13px;
    }

    .typeDocuments select {
        color: #000;
    }

    .typePrestation select {
        color: #767676;
    }

    .typePrestation {
        height: fit-content !important;
        padding-bottom: 8px !important;
    }

    .documentDetail.fullpage {
        margin-left: -15px;
    }

    .EditCustomer .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-toggle.user-nav i.fa-caret-down, .dropdown-toggle.user-nav i.fa-caret-up {
        top: 13px;
    }

    .navbar .navbar-right #ctl00_ctl00_TopMenu_liMyDocuments a span, .navbar .navbar-right a#ctl00_ctl00_TopMenu_lnkMessaging span {
        top: 4px;
        right: 2px;
    }

    .navbar .navbar-right li a.nav-icon i {
        left: 10px;
        top: 10px;
    }

    #mainContent {
        margin-left: -15px;
        margin-right: -15px;
    }

    .readonly .field {
        padding-left: 0;
    }

    .EditCustomer .form-group label, .EditCustomer .form-group .field {
        padding-left: 0;
    }

    .labelNoticiationCanal {
        width: 80%;
        word-break: break-all;
    }

    #servicesNotification .mobileListingPrestation .prestation-title {
        padding-right: 45px !important;
    }

    .breadcrumb > li .fa-angle-right {
        padding: 0 12px 0 12px;
        width: fit-content;
    }

    .breadcrumb > li + li .fa-angle-right:after {
        padding: 0;
    }

    .breadcrumb li {
        font-weight: 500;
    }

    #widgetsList {
        margin-bottom: 20px;
    }

    .externalIDPButton {
        text-wrap: inherit;
    }

    .createCompanyPage .field {
        padding-left: 15px;
    }

    .createCompanyPage .form-horizontal .form-group.readonly {
        margin-left: 0;
        margin-right: 0;
    }

        .createCompanyPage .form-horizontal .form-group.readonly .field {
            padding-left: 0;
        }

    .createCompanyPage .form-horizontal .form-group .section-desc {
        padding-left: 0;
    }

    .field p {
        padding-left: 0 !important;
    }

    .cb {
        padding: 0 !important;
    }

    .ProcBox .LinkProcBox {
        padding-bottom: 0;
    }

    .MailboxDetail .dropdown.moreActionsMessage {
        padding-top: 0;
        padding-bottom: 0;
    }

        .MailboxDetail .dropdown.moreActionsMessage button {
            padding-top: 7px;
            padding-bottom: 7px;
            border-color: #767676;
        }

    .searchbox .search > .field.form-group {
        padding-left: 0;
    }

    .notifyPush .ignoreNotification {
        width: 45%;
        padding: 6px 25px;
    }

    .zip-city-create-account .f-content, .zip-city-create-account .f-content .ZIP, .zip-city-create-account .f-content .City {
        padding-left: 0;
    }

    .BlocForms .col-sm-9.field p {
        padding-left: 15px !important;
    }

    .first-filter-new-procuration {
        margin-left: 15px;
        margin-right: 0;
    }

    .filterNewProc .btn {
        margin-top: 0;
        margin-left: 15px !important;
        margin-right: 0;
    }
}

@media(min-width:769px) {
    .divider {
        display: none;
    }

    .formProfilPicture .BlocFormsPro .filefield .field:after {
        left: 307px;
    }

    .formProfilPicture .BlocFormsPro .filefield .field:before {
        width: 307px !important;
    }

    .ListProc .menuMessages {
        width: 300px;
    }
}

@media(min-width:991px) {
    .container-fluid {
        padding-left: 30px;
    }
}

@media(max-width:990px) {
    .breadcrumb-container {
        margin-top: 10px;
        margin-bottom: 0;
    }

    body:not(.IC2Render) .BlocForms .field {
        width: 66% !important;
    }
}

@media(max-width:768px) {
    body:not(.IC2Render) .BlocForms .field {
        width: 100% !important;
    }
}


/* CUSTOM FR ADDED */
.pageTitle, h1 {
    color: #000;
}

.dashboard-tools .btn.btn-thin.btn-full {
    color: #000;
}

    .dashboard-tools .btn.btn-thin.btn-full:hover {
        color: var(--ct-primary-color-text);
    }

#ctl00_ctl00_TopMenu_lnkMessaging:hover, #GuichetTopMenu_lnkMessaging:hover, #ctl00_ctl00_TopMenu_lnkMyDocuments:hover, #GuichetTopMenu_lnkMyDocuments:hover, .nav.navbar-nav.navbar-right .help:hover, .profilbox a:hover, #ctl00_ctl00_TopMenu_lnkTopLogout:hover, #GuichetTopMenu_lnkTopLogout:hover {
    background-color: var(--hd-primary-color) !important;
}

    #ctl00_ctl00_TopMenu_lnkMessaging:hover i, #GuichetTopMenu_lnkMessaging:hover i, #ctl00_ctl00_TopMenu_lnkMyDocuments:hover i, #GuichetTopMenu_lnkMyDocuments:hover i, .nav.navbar-nav.navbar-right .help:hover i, .profilbox a:hover, .profilbox a:hover ~ i, #ctl00_ctl00_TopMenu_lnkTopLogout:hover i, #GuichetTopMenu_lnkTopLogout:hover i {
        color: var(--hd-primary-color-text) !important;
    }

#allAccountOfProfil a:hover {
    background-color: var(--hd-primary-color) !important;
    color: var(--hd-primary-color-text) !important;
}
/* A REPRENDRE SUR CORE */
/* NEW PRESTATION COLOR */
.presta.green .prestation-item a .prestation-icon, .prestations-list .prestation-icon.green, .prestations-list .green .prestation-icon, .notificationPrestation .presta.green .prestation-item .prestation-icon {
    background-color: #009581;
    text-decoration: none;
}

.presta.green .prestation-item .desc, .prestations-list .green .desc {
    color: #009581;
}

.presta.dark-green .prestation-item a .prestation-icon, .prestations-list .prestation-icon.dark-green, .prestations-list .dark-green .prestation-icon, .notificationPrestation .presta.dark-green .prestation-item .prestation-icon {
    background-color: #00693c;
    text-decoration: none;
}

.presta.dark-green .prestation-item .desc, .prestations-list .dark-green .desc {
    color: #00693c;
}

.presta.purple .prestation-item a .prestation-icon, .prestations-list .prestation-icon.purple, .prestations-list .purple .prestation-icon, .notificationPrestation .presta.purple .prestation-item .prestation-icon {
    background-color: #6639B7;
    text-decoration: none;
}

.presta.purple .prestation-item .desc, .prestations-list .purple .desc {
    color: #6639B7;
}

.presta.pink .prestation-item a .prestation-icon, .prestations-list .prestation-icon.pink, .prestations-list .pink .prestation-icon, .notificationPrestation .presta.pink .prestation-item .prestation-icon {
    background-color: #9B1889;
    text-decoration: none;
}

.presta.pink .prestation-item .desc, .prestations-list .pink .desc {
    color: #9B1889;
}

.presta.black .prestation-item a .prestation-icon, .prestations-list .prestation-icon.black, .prestations-list .black .prestation-icon, .notificationPrestation .presta.black .prestation-item .prestation-icon {
    background-color: #000000;
    text-decoration: none;
}

.presta.black .prestation-item .desc, .prestations-list .black .desc {
    color: #000000;
}

.presta.red .prestation-item a .prestation-icon, .prestations-list .prestation-icon.red, .prestations-list .red .prestation-icon, .notificationPrestation .presta.red .prestation-item .prestation-icon {
    background-color: #97233F;
    text-decoration: none;
}

.presta.red .prestation-item .desc, .prestations-list .red .desc {
    color: #97233F;
}

.presta.cyan .prestation-item a .prestation-icon, .prestations-list .prestation-icon.cyan, .prestations-list .cyan .prestation-icon, .notificationPrestation .presta.cyan .prestation-item .prestation-icon {
    background-color: #44697D;
    text-decoration: none;
}

.presta.cyan .prestation-item .desc, .prestations-list .cyan .desc {
    color: #44697D;
}

.presta.dark-blue .prestation-item a .prestation-icon, .prestations-list .prestation-icon.dark-blue, .prestations-list .dark-blue .prestation-icon, .notificationPrestation .presta.dark-blue .prestation-item .prestation-icon {
    background-color: #002C77;
    text-decoration: none;
}

.presta.dark-blue .prestation-item .desc, .prestations-list .dark-blue .desc {
    color: #002C77;
}

.presta.light-blue .prestation-item a .prestation-icon, .prestations-list .prestation-icon.light-blue, .prestations-list .light-blue .prestation-icon, .notificationPrestation .presta.light-blue .prestation-item .prestation-icon {
    background-color: #004db4;
    text-decoration: none;
}

.presta.light-blue .prestation-item .desc, .prestations-list .light-blue .desc {
    color: #004db4;
}

.presta.orange .prestation-item a .prestation-icon, .prestations-list .prestation-icon.orange, .prestations-list .orange .prestation-icon, .notificationPrestation .presta.orange .prestation-item .prestation-icon {
    background-color: #FF8200;
    text-decoration: none;
}

.presta.orange .prestation-item .desc, .prestations-list .orange .desc {
    color: #FF8200;
}

.BlocForms .field p {
    color: var(--ct-secondary-color);
    font-size: 14px;
    font-style: normal;
    padding-left: 0;
}

    .BlocForms .field p.checkbox-legend {
        margin-left: 30px;
        margin-top: -4px !important;
    }

span.optional-field, div.optional-field {
    font-size: 14px;
    color: var(--ct-secondary-color);
}

.dashboard hr {
    margin-bottom: 5px;
    margin-top: 12px;
}

header .dropdown-menu a {
    background-color: #fff;
    color: #000 !important;
}

    header .dropdown-menu a:hover {
        color: var(--hd-primary-color-text) !important;
    }

.dropdown .lang button {
    font-size: 16px;
}

.lang.open button {
    background-color: var(--hd-primary-color);
    color: var(--hd-primary-color-text);
}

    .lang.open button i {
        color: var(--hd-primary-color-text);
    }

.lang .dropdown-menu a:hover, .lang .dropdown-menu a:active, .lang .dropdown-menu a:focus {
    background-color: var(--hd-primary-color);
    color: var(--hd-primary-color-text);
}

.lang .dropdown-menu a {
    background-color: #fff;
    color: #000;
}

.widgets-list .default-title, .prestations-list .default-title {
    margin-bottom: 20px;
}

.menuSearchPresta .menuModal.AddPresta {
    border: none;
}

.form-control:focus {
    box-shadow: 0 0 0 1px var(--ct-secondary-color), 0 0 8px var(--ct-secondary-color);
}

#liLnkLogout i {
    color: #767676;
}

.dropdown.lang button {
    font-size: 16px;
}

.sidebar-tools legend {
    padding-top: 0;
}

.panel-tools.dashboard-tools a.btn.btn-thin.btn-full:hover {
    background-color: var(--ct-primary-color);
    border-color: var(--ct-primary-color);
}

    .panel-tools.dashboard-tools a.btn.btn-thin.btn-full:hover i {
        color: var(--ct-primary-color-text) !important;
    }

        .panel-tools.dashboard-tools a.btn.btn-thin.btn-full:hover i.fa-catalog-custom {
            background-color: var(--ct-primary-color-text) !important;
        }

.messageTable .item:hover td {
    background: var(--ct-secondary-color-light-1);
}

td.dateColumn, td.senderColumn {
    color: #000;
}

.bg-select select {
    border-color: #767676 !important;
}

.formpagestep {
    color: #000;
    border: 1px solid #DEDEDE;
    padding: 5px;
}

.tabIcons.menuListMessage .selected span {
    color: var(--ct-secondary-color);
}

.tableDocument tr:hover {
    background: var(--ct-secondary-color-light-1) !important;
}

.desktopBottomBand.bottomBand a i, .desktopBottomBand.bottomBand button i {
    color: var(--ct-secondary-color);
}

.desktopBottomBand.bottomBand a:hover i, .desktopBottomBand.bottomBand button:hover i {
    color: var(--ct-secondary-color);
}

.externalIDPButton i {
    color: var(--ct-secondary-color);
}

.breadcrumb i {
    color: #000;
}

.FullActivitiesList tr:hover {
    cursor: pointer;
}

.pastActivities .FullActivitiesList tr:hover {
    cursor: default;
}

.form-horizontal .readonly .control-label {
    padding-top: 0;
}

.legendNoticeBusinessCases {
    margin-bottom: 20px !important;
}

.LinkProcBox p {
    color: #767676;
}

.ProcBox-2-desc span {
    color: #767676;
}

.detailMessageActionButtons {
    padding-bottom: 12px;
}

.ActionColumn .elementMenuMessages i {
    margin-right: 10px;
}

.profilbox.open .profile-picture-container {
    background: var(--hd-primary-color);
}

.profilbox:hover .profile-picture-container {
    background: var(--hd-primary-color);
}

#allAccountOfProfil a.current .profile-picture-container-user-menu {
    background: #ffffffb8;
}


.profile-picture-container img {
    width: 17px;
}

    .profile-picture-container img:not(.custom-profile-picture) {
        filter: var(--hd-svg-filter);
    }

.profile-picture-profil img:not(.custom-profile-picture) {
    filter: var(--ct-svg-filter);
}

.EditCustomer .ProfilPictureForm .profile-picture-profil img.custom-profile-picture {
    width: 100% !important;
}

.profile-picture-profil {
    overflow: hidden;
}

.profile-picture-container img.custom-profile-picture {
    width: 100%;
}

.profile-picture-container {
    background-color: #ffffffb8;
    width: 42px;
    height: 42px;
    display: flex;
    position: absolute;
    top: 3.5px;
    left: 5px;
    border-radius: 50%;
    justify-content: center;
    overflow: hidden;
}

.profile-picture-container-user-menu {
    overflow: hidden;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
}

.navbar .navbar-right li li img:not(.custom-profile-picture) {
    width: 17px;
    filter: var(--hd-svg-filter);
}

.navbar .navbar-right li li img.custom-profile-picture {
    width: 100%;
}

#allAccountOfProfil a:hover .profile-picture-container-user-menu, .navbar .navbar-right .profilbox.open li a.withIcon:hover .profile-picture-container-user-menu {
    background-color: #ffffffb8;
}

.connectionModal .prestation-icon img:not(.custom-profile-picture) {
    filter: var(--ct-svg-filter);
    border-radius: 0;
}

.connectionModal .prestation-icon img.custom-profile-picture {
    width: 60px;
}

.connectionModal .prestation-icon {
    display: flex;
    justify-content: center;
}

a:not(.current) .profile-picture-container-user-menu img:not(.custom-profile-picture) {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(183deg) brightness(104%) contrast(101%) !important;
}

a:not(.current):hover .profile-picture-container-user-menu img:not(.custom-profile-picture) {
    filter: var(--hd-svg-filter) !important;
}

.navbar .navbar-right li a.withIcon .profile-picture-container-user-menu {
    align-items: center;
}

.navbar .navbar-right li a.withIcon .profile-picture-container-user-menu i,
.navbar .navbar-right li a.withIcon:hover .profile-picture-container-user-menu i,
.navbar .navbar-right li a.withIcon:focus .profile-picture-container-user-menu i {
    color: #FFFFFF !important;
}

.company-picture-view {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    background-color: var(--ct-primary-color);
    border-radius: 50%;
    float: right;
    overflow: hidden;
}

    .company-picture-view img:not(.custom-profile-picture) {
        width: 30px !important;
        border-radius: 0;
        filter: var(--ct-svg-filter);
    }

    .company-picture-view img.custom-profile-picture {
        width: 100% !important;
    }


button.btnMenuProcurations i {
    color: var(--ct-secondary-color);
}

@media(max-width:768px) {
    .company-picture-view {
        float: left;
    }

    .profile-picture-container {
        width: 34px;
        height: 34px;
        top: 3.5px !important
    }

        .profile-picture-container img {
            width: 14px !important;
        }

            .profile-picture-container img.custom-profile-picture {
                width: 100% !important;
            }

    .profile-picture-container-user-menu {
        width: 34px;
        height: 34px;
    }

    .connectionModal .prestation-icon img:not(.custom-profile-picture) {
        width: 25px !important;
    }

    .navbar .navbar-right li li img:not(.custom-profile-picture) {
        width: 14px;
    }

    .connectionButtonRightMenu button {
        margin: 3px 20px !important;
    }

    .MailboxDetail .labelPrestationName, .MailboxDetail .labelSenderName {
        display: block;
    }

    .message-fullsize {
        margin: 15px 0px 0px 0px;
        width: 100% !important;
    }

    .discussionSection {
        width: 100%;
    }

    .messagePrestationInformation {
        margin-bottom: 20px;
    }

    .hide-mobile {
        display: none;
    }

    .MailboxDetail .detailMessageActionButtons button {
        margin-bottom: 0;
    }

    .dashboard .col-md-4 {
        margin-top: 25px;
    }

    .btn.primary, .btn.btn-ok, .btn.next, .btn.secondary, .btn-close, .btn-cancel, .prev, .btn.secondary:hover, .btn-close:hover, .btn-cancel:hover, .prev:hover, .btn.primary:hover, .btn.btn-ok:hover, .btn.next:hover {
        padding-left: 15px;
        padding-right: 15px;
    }

    .documentList .pillsDocument {
        margin-left: 5px;
    }

    .msg-list .msg-content {
        padding-bottom: 0 !important;
        margin-bottom: 5px;
    }

    .documentDetail #mainContent {
        margin-left: 0;
        margin-right: 0;
    }

    .fitlersMobileBusinessCases {
        margin-top: 5px;
    }

    .NewTokenProc .field.form-group {
        padding: 0;
    }
}

@media(min-width:769px) {
    .hide-desktop {
        display: none;
    }

    .header-brand img {
        height: var(--hd-logo-height-desktop);
    }

    .field.section-desc {
        padding-left: 0;
    }

    .form-horizontal .control-label {
        padding-top: 6px;
    }

    .createCompanyPage .formtab-button .f-content.col-sm-9.pull-right {
        left: 4px;
    }

    .createCompanyPage .formtab-button.create-company-button-step-group .f-content.col-sm-9.pull-right {
        left: 0;
    }
}

.nomPrestation {
    display: block;
}

.pillBusinessCases {
    display: inline-block;
}

html .panel-tools .homeNotification.demande .info.pillBusinessCases.new {
    margin-left: 4px;
    background-color: var(--ct-secondary-color);
    color: #fff;
    border-color: var(--ct-secondary-color);
}

.pill {
    padding: 3px 8px;
    border: 1px solid #dedede;
    border-radius: 15px;
    display: inline-block;
    font-size: 14px;
}

.fullpage main a.linkStatusBusinessCases {
    color: var(--ct-secondary-color) !important;
    text-decoration: underline;
}

    .fullpage main a.linkStatusBusinessCases:hover {
        cursor: pointer;
    }

.control-label {
    padding-right: 0;
}

.field {
    padding-left: 10px;
}

#formInfosInstructions p {
    color: #000;
}

#btnFilterRequests i {
    color: var(--ct-secondary-color);
    margin-left: 10px
}

.fieldSetFilterRequests i {
    color: var(--ct-secondary-color);
}

.pill {
    margin-right: 4px;
}

    .pill.new {
        margin-right: 0;
        background-color: var(--ct-secondary-color) !important;
        color: #fff !important;
        border-color: var(--ct-secondary-color) !important;
    }

.fullActivitesList thead th {
    font-weight: 500;
}

.fullActivitesList tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
}

.dateActivitiesColumn {
    min-width: 160px;
}

.deleteActivies {
    margin-bottom: 20px;
}

.procuration-actions .elementMenuMessages .col-xs-2 {
    padding-right: 0;
}

.procuration-actions .elementMenuMessages .col-xs-10 {
    padding-left: 0;
}

.procuration-list-table .cb {
    width: 11px !important;
}

.procuration-list-table tbody .check {
    top: -7px !important;
    left: 5px;
}

.procuration-list-table .ActionColumn button:hover i {
    color: var(--ct-secondary-color) !important;
}

.procuration-list-table .elementMenuMessages * {
    color: var(--ct-secondary-color);
    white-space: nowrap;
}

.procuration-list-table td.name-proc-list {
    color: #545454;
}

legend.legendForm.legend-proc {
    margin-bottom: 20px;
}

.desc-new-procuration p {
    display: inline-block;
    width: 85%;
}

.desc-new-procuration .divNumberOfCaracters {
    margin: 5px 0;
}

.procuration-detail-fieldset .procuration-actions {
    border-top: none;
    padding-top: 0;
    margin-top: 10px;
}
/****** ePM ******/
.ePM-separation-line {
    margin-top: 25px;
    margin-bottom: 40px;
}

.ePM-profil-list .bg-mandator {
    background-color: #f29401 !important;
}

.ePM-profil-list .prestation-item.mandator span.bg-mandator i {
    color: #fff;
}

.ePM-profil-list .prestation-item.mandator span .mandator-img-bg-small {
    position: relative;
    width: 42px;
    height: 42px;
    bottom: -50px;
    right: 20px;
    border: 2px solid #fff;
    border-radius: 35px;
}

.ePM-profil-list .prestation-item.mandator span .mandator-img-small {
    width: 26px;
    padding: 0;
    margin-top: 7px;
}

.prestation-item.mandator span .mandator-img-small.custom-profile-picture {
    filter: none;
}

@media(min-width:769px) and (max-width:989px) {
    .ePM-profil-list .prestation-item.mandator span .mandator-img-bg-small {
        width: 30px;
        height: 30px;
        bottom: -25px;
        right: -13px;
    }

    .ePM-profil-list .prestation-item.mandator span.bg-mandator i {
        font-size: 35px;
        display: inline;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

    .ePM-profil-list .prestation-item.mandator span .mandator-img-small.custom-profile-picture {
        width: 20px;
        margin-top: 0;
    }
}

@media(max-width:768px) {
    .ePM-profil-list .prestation-item.mandator span .mandator-img-bg-small {
        width: 30px;
        height: 30px;
        bottom: -12px;
        right: -12px;
        overflow: hidden;
    }

    .ePM-profil-list .prestation-item.mandator span.bg-mandator i {
        font-size: 35px;
        display: inline;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

    .ePM-profil-list .prestation-item.mandator span .mandator-img-small {
        margin: 0;
        width: 20px;
    }
}

@media(min-width:990px) {
    .ePM-profil-list .prestation-item {
        width: 23%;
    }

        .ePM-profil-list .prestation-item:nth-child(4n+5) {
            clear: both;
        }

    .ePM-profil-list .ePM-profil-icon i {
        font-size: 50px;
    }
}

@media(max-width:768px) {
    .proc-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .btn-create-proc, .btn-accept-proc {
        margin-right: 0;
    }

    .legend-proc {
        margin-bottom: 0 !important;
        margin-top: 40px;
    }

    .proc-top-button {
        margin-bottom: 0 !important;
    }

    .field.search-procuration {
        padding-left: 0;
    }

    .fieldset-procuration-dashboard {
        margin-top: 40px;
    }

    fieldset.fieldset-procuration-dashboard legend {
        margin-bottom: 20px;
    }

    .proc-mobile-header {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: baseline;
    }

        .proc-mobile-header .title {
            font-weight: 500;
        }

        .proc-mobile-header .pill {
            margin-left: auto;
        }

        .proc-mobile-header button {
            padding: 0 5px;
        }

    .pill.waiting-proc {
        color: #874E0D;
        background-color: #FEF7EB;
        border: none;
    }

    .proc-mobile-list {
        color: #000;
        margin-left: 10px;
        margin-right: 10px;
        padding: 20px 0;
        border-bottom: 1px solid #DEDEDE;
    }

    .proc-create-button-group {
        margin-top: 20px;
        margin-left: 10px;
    }

    .menuProc {
        padding: 10px;
        position: absolute;
        background-color: #fff;
        box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
        text-align: left;
        margin: 0 -75px;
        right: 100px;
        z-index: 999;
        min-width: 185px;
        bottom: -40px;
    }

    .elementMenuProc {
        padding: 8px 6px;
        color: var(--ct-secondary-color);
        font-weight: 500;
    }

        .elementMenuProc .col-xs-2 {
            padding-right: 0;
        }

        .elementMenuProc .col-xs-10 {
            padding-left: 10px;
        }

    .menuProc a {
        text-decoration: none;
        color: var(--ct-secondary-color);
        font-weight: 500;
    }

    .proc-mobile-content .bold {
        font-weight: 500;
    }

    .btn-create-proc, .btn-accept-proc, .div-button-search-proc, .div-button-search-proc .field.search-procuration, .div-button-search-proc .field.search-procuration input {
        width: 100% !important;
    }

    .btnMenuProcurations {
        color: var(--ct-primary-color);
        border: none;
    }

        .btnMenuProcurations:hover {
            background-color: unset;
            border: none;
        }

            .btnMenuProcurations:hover i {
                color: var(--ct-primary-color);
            }

    .ePM-profil-list .prestation-item {
        width: 98%;
    }

    .ePM-profil-list .ePM-profil-icon {
        display: flex;
        align-items: center;
    }

        .ePM-profil-list .ePM-profil-icon i {
            font-size: 24px;
            padding: 0;
            width: 100%;
        }
}
/****** Nouvelles procurations ******/
.search-procuration {
    width: fit-content;
    display: inline-block;
    position: relative;
    padding-left: 4px;
}

#search-procuration {
    padding-right: 50px;
    height: 35px;
    font-size: 14px;
    padding-left: 10px;
    width: 325px;
}

.procuration-list-table td {
    padding: 0;
    color: #000;
}

.procuration-list-table tbody tr.selected {
    border-bottom: 1px solid #DEDEDE !important;
}

.procuration-list-table tr.selected {
    background: var(--ct-tertiary-color) !important;
}

.procuration-list-table tr.selected td {
    background: var(--ct-tertiary-color) !important;
}

.procuration-list-table tr.selected *:not(.menuMessages *, .status-proc-list *, th) {
    color: #fff !important;
}

.procuration-list-table .ActionColumn {
    text-align: right;
}
/* Listing des prestations dans les procurations */
.listing-presta-procurations {
    padding-left: 0;
}

    .listing-presta-procurations .item.presta {
        border-bottom: 1px solid #dedede;
    }

        .listing-presta-procurations .item.presta .prestation-item a {
            display: flex;
            flex-direction: row;
            width: 100%;
            border: none;
            border-radius: 0;
            margin-bottom: 12px;
            margin-top: 20px;
        }

            .listing-presta-procurations .item.presta .prestation-item a .prestation-icon {
                min-height: 0;
                width: 54px;
                height: 54px;
                align-items: center;
                display: flex;
                justify-content: center;
                border-radius: 5px;
            }

                .listing-presta-procurations .item.presta .prestation-item a .prestation-icon img {
                    padding: 0;
                    width: 24px;
                }

            .listing-presta-procurations .item.presta .prestation-item a .prestation-title {
                min-height: 0;
                line-height: unset;
                padding: 0;
                width: 100%;
                display: flex;
                align-items: center;
                padding-left: 15px;
                color: #000;
            }

        .listing-presta-procurations .item.presta .prestation-item .desc {
            display: flex;
            align-items: center;
        }

#search-procuration + button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 36px;
    background-color: var(--ct-primary-color);
    border: none;
    cursor: pointer;
}

    #search-procuration + button i {
        color: var(--ct-primary-color-text);
    }

.decline-procuration {
    background-color: #BB2C2C;
    color: #fff;
    border-color: #BB2C2C;
    padding: 5px 30px;
}

    .decline-procuration:hover, .decline-procuration:focus {
        background-color: #8b2020;
    }

    .decline-procuration:focus {
        color: #fff;
    }

.confirm-procuration {
    background-color: #5A7849;
    color: #fff;
    border-color: #5A7849;
    padding: 5px 30px;
}

    .confirm-procuration:hover, .confirm-procuration:focus {
        background-color: #3b4f30;
    }

    .confirm-procuration:focus {
        color: #fff;
    }

.procuration-actions {
    margin-top: 10px;
}

.list-prestation {
    margin-top: 30px;
}

.form-accept-procuration .field.col-sm-9 {
    border-bottom: 1px solid #DEDEDE;
    padding-left: 0;
    margin-left: 10px;
}

.form-accept-procuration-buttons .f-content.col-sm-9 {
    border-top: none !important;
}

.form-accept-procuration input[type="text"] {
    width: 100% !important;
}

.form-accept-procuration .field {
    padding-bottom: 30px;
}

.form-accept-procuration label {
    font-weight: 400 !important;
}

.delegate-procurations .bg-select {
    display: inline-block;
    margin-top: 10px;
    margin-right: 8px;
}

.content-prestation-list-procuration .bg-select {
    display: inline-block;
}

.content-prestation-list-procuration .select-all-btn {
    margin-top: 10px;
    margin-left: 8px;
}

.content-prestation-list-procuration .unselect-all-btn {
    margin-top: 10px;
}

.listing-presta-procurations .prestation-item .desc {
    top: 16px;
    right: 0;
}

.form-create-procuration .form-group label {
    font-weight: 400;
}

.form-create-procuration .form-group.field {
    width: 100%;
    margin-left: 0;
}

    .form-create-procuration .form-group.field .col-sm-9 {
        padding-right: 0;
    }

.content-prestation-list-procuration div.inner {
    padding-right: 0;
}

.listing-presta-procurations .prestation-item a:hover {
    box-shadow: none;
    cursor: pointer;
}

.listing-presta-procurations .prestation-item .desc:hover, .listing-presta-procurations .prestation-item .desc input[type="checkbox"]:hover {
    cursor: pointer;
}

.form-create-procuration .BlocForms .field textarea, .form-create-procuration .BlocForms .field input[type="text"] {
    width: 100%;
}

.procuration-list-table thead th {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .procuration-list-table thead th:first-child {
        padding-left: 5px !important;
        width: 30px;
    }

    .procuration-list-table thead th.ActionColumn {
        padding-right: 5px !important;
    }

.delegates-table {
    margin-top: 20px;
}

.delegates-table td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.right-align-column {
    text-align: right !important;
}

.proc-top-button {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.div-button-search {
    display: inline-block;
    flex-direction: row;
    flex-wrap: wrap;
}

.pill.expired {
    background-color: #F8E8E8;
    color: #BB2C2C;
    border-color: #F8E8E8;
}

.pill.second-reminder {
    background-color: #FEF7EB;
    color: #874E0D;
    border-color: #FEF7EB;
}

.pill.first-reminder {
    background-color: #FEF7EB;
    color: #874E0D;
    border-color: #FEF7EB;
}

.pill.renewable {
    background-color: #FEF7EB;
    color: #874E0D;
    border-color: #FEF7EB;
}

.pill.pending {
    background-color: #FEF7EB;
    color: #874E0D;
    border-color: #FEF7EB;
}

.pill.action-required {
    background-color: #F29401;
    color: #000000;
    border-color: #F29401;
}

.pill.active {
    background-color: #EEF6E8;
    color: #5A7849;
    border-color: #EEF6E8;
}

.pill.pending-deletion {
    background-color: #e8e8f8;
    color: #2c2cbb;
    border-color: #e8e8f8;
}

.message-sent-procuration {
    margin-top: 40px;
}

.message-sent-procuration .field.form-group {
    padding-left: 0;
}

.message-sent-procuration .field.form-group .control-label {
    padding-left: 0;
    margin-bottom: 6px;
}

.procuration-email-fieldset, .procuration-notification-fieldset {
    border-bottom: 1px solid #dedede;
}

.deleteActivies {
    margin-bottom: 10px;
}




/* V9 - Create Company */
.form-creation-company {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px !important;
}

    .form-creation-company.second-signatory {
        margin-bottom: 10px !important;
    }

.createCompanyPage .col-sm-9.field p {
    margin-bottom: 5px;
}

.title-step-create-company {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    margin-bottom: 28px;
    max-width: calc(100% - 60px);
    word-break: break-word;
}

    .title-step-create-company:before {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0.1428571429rem;
        height: 2px;
        width: 3.2142857143rem;
        display: block;
        background-color: #000;
    }

.legend-create-company {
    background-color: #000;
    padding: 9px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.btn-add-second-signatory {
    padding: 5px 10px !important;
    font-size: 14px;
    font-weight: 400;
}

    .btn-add-second-signatory i {
        font-size: 14px;
        font-weight: 300;
        color: var(--ct-secondary-color);
    }

.btn-remove-second-signatory {
    color: #fff;
    float: right;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    margin-top: 1px;
}

    .btn-remove-second-signatory:hover {
        color: #fff;
    }

    .btn-remove-second-signatory i {
        margin-left: 8px;
        font-weight: 400;
    }

.summary-step-createcompany .summaryTable tbody * {
    color: #000;
}

.formcontent .summary-step-createcompany .heavy th {
    padding: 5px;
}

.formcontent .summary-step-createcompany td {
    padding: 10px 5px;
}

.form-create-company-confirmation-image {
    background-color: #ececec;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    padding: 15px;
    margin-top: 20px;
}

    .form-create-company-confirmation-image img {
        width: 360px;
    }

.form-create-company-confirmation-list * {
    color: #000;
}

.prev-button-form {
    padding-top: 20px;
    padding-right: 0;
}

.prev-button-form, .create-company-button-start-group .col-sm-9, .create-company-button-step-group .col-sm-9 {
    display: inline-block;
}

.createCompanyPage span.btn-clear-org-data {
    position: absolute;
    top: 5px;
    right: 25px;
    z-index: 2;
    border: none;
    cursor: pointer;
}

.createCompanyPage .form-horizontal .form-group.readonly .BlocForms {
    display: none !important;
}

.createCompanyPage .form-horizontal .form-group .formWarning {
    color: #ee0101;
    font-family: tahoma,sans-serif;
    font-size: 13px;
    padding-left: 10px;
}

.createCompanyPage .form-horizontal .ui-autocomplete-loading {
    background: white url("Htdocs/Images/lib/loading.gif") right no-repeat;
    background-size: 16px 16px;
    background-position: right 6px center;
}

#txtOrganizationUidAndName.ui-autocomplete-loading + #btnClearOrgData {
    display: none;
}

.form-group.multiple-signatures .field.col-sm-9 {
    padding-left: 2px;
}

@media(min-width:769px) {
    .create-company-button-start-group .inner {
        padding-right: 0;
        margin-right: 4%;
        overflow: hidden;
    }

    .prev-button-form a {
        margin-right: 10px;
        margin-top: 1px;
        float: right;
    }
}

@media(max-width:768px) {

    .form-group.multiple-signatures .field.col-sm-9, .form-group.multiple-signatures .field.col-sm-9 .field {
        padding-left: 0;
    }

    .prev-button-form a {
        margin-right: 0;
    }

    .deleteActivies {
        margin-bottom: 10px;
    }

    .stepsCategory {
        margin-top: 20px !important;
    }

    .currentStepNumber {
        font-size: 18px !important;
        padding: 4px 12px !important;
    }

    .currentStepIcon i {
        font-size: 12px;
        padding: 0 1px;
    }

    .currentStepIcon {
        padding: 0 3px;
    }

    .filterHomeCatalogue {
        margin-left: -15px;
        margin-right: -15px;
    }

        .filterHomeCatalogue .col-md-3 {
            margin-bottom: 15px;
        }

    .nav.navbar-nav.navbar-right .fa-question-circle {
        font-size: 23px;
    }

    .requestItem {
        padding: 10px 5px 13px 5px;
    }

    .setDashboardWidget, .setDashboardPresta {
        border: 1px solid #767676 !important;
    }

    .navbar-toggle {
        margin-right: 40px;
    }

    .filtersProcurationsRights .field.form-group {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .guichetContent .RightsProc .prestations-list .green .prestation-item .cb input[type="checkbox"]:checked ~ .check:after {
        border: 1px solid #009581
    }

    .guichetContent .RightsProc .prestations-list .dark-green .prestation-item .cb input[type="checkbox"]:checked ~ .check:after {
        border: 1px solid #00693c
    }

    .guichetContent .RightsProc .prestations-list .purple .prestation-item .cb input[type="checkbox"]:checked ~ .check:after {
        border: 1px solid #6639B7
    }

    .guichetContent .RightsProc .prestations-list .pink .prestation-item .cb input[type="checkbox"]:checked ~ .check:after {
        border: 1px solid #9B1889
    }

    .guichetContent .RightsProc .prestations-list .black .prestation-item .cb input[type="checkbox"]:checked ~ .check:after {
        border: 1px solid #000
    }

    .guichetContent .RightsProc .prestations-list .red .prestation-item .cb input[type="checkbox"]:checked ~ .check:after {
        border: 1px solid #97233F
    }

    .guichetContent .RightsProc .prestations-list .cyan .prestation-item .cb input[type="checkbox"]:checked ~ .check:after {
        border: 1px solid #44697D
    }

    .guichetContent .RightsProc .prestations-list .dark-blue .prestation-item .cb input[type="checkbox"]:checked ~ .check:after {
        border: 1px solid #002C77
    }

    .guichetContent .RightsProc .prestations-list .light-blue .prestation-item .cb input[type="checkbox"]:checked ~ .check:after {
        border: 1px solid #004db4
    }

    .guichetContent .RightsProc .prestations-list .orange .prestation-item .cb input[type="checkbox"]:checked ~ .check:after {
        border: 1px solid #FF8200
    }

    .actionButtonsTOS.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        padding: 15px 10px 20px 10px;
        border-top: 1px solid #DEDEDE;
    }

    .actionButtonsTOS a {
        margin-bottom: 0;
        margin-top: 5px;
    }

    .msg-list > li.not-downloaded {
        border-bottom: 1px solid var(--ct-secondary-color);
        background-color: var(--ct-secondary-color-light-2);
    }

    .formProfilPicture {
        margin: 0 !important;
    }

        .formProfilPicture .field.form-group {
            padding-left: 0;
        }

            .formProfilPicture .field.form-group .field {
                padding-left: 0;
            }

    .groupSendButtonProfilPicture {
        padding-right: 5px;
    }

    .paginationHeaderPrestation .formpagetabs .formpagestep {
        padding: 1px 10px;
        top: 4px;
    }

    .createCompanyPage .paginationHeaderPrestation .formpagetabs .formpagestep {
        top: 35px;
    }

    .createCompanyPage .form-horizontal .field.form-group {
        padding-left: 0;
    }

    .createCompanyPage label {
        text-align: left;
    }

    .BlocForms .datefield .field:after {
        top: 4px !important;
    }

    .selectAllProcuration {
        margin-top: 20px;
        margin-left: 15px;
    }

    .dismissAllProcuration {
        margin-top: 20px;
        margin-right: 15px !important;
    }

    .ticketNumberProc {
        padding-left: 0;
    }

    .ListPending .prestation-title {
        padding: 5px;
        padding-left: 65px !important;
    }

    .ListPending .prestations-list a {
        padding: 5px 15px;
    }

    .small-list-news h1 {
        margin-left: 0;
    }

    .msg-checkbox.documentCkbx {
        vertical-align: top !important;
    }

    .moreActionsMessage .dropdown-menu {
        right: 7px;
        left: unset;
    }

    .documentsListTitle h1 {
        padding-bottom: 12px;
    }

    .documents-list .formcontent.nojstabs {
        border-top: 1px solid #DEDEDE;
    }

    .notificationSection {
        margin-bottom: 10px !important;
    }

    .content .ProfilPictureForm a.img {
        margin: 0;
    }

    .historyDate {
        margin-top: 10px;
    }

    .panel-tools .homeNotification span.panel-tools-date {
        margin-top: 4px;
    }

    .documentTable .presentation-bar {
        margin-bottom: 12px;
    }

    .ProcHome .itemProcHome {
        margin-bottom: 12px;
    }

    .formProfilPicture .field.form-group .col-sm-3.control-label, .formProfilPicture .field.form-group .filefield.col-sm-9 {
        padding-left: 0;
        padding-right: 0;
    }

    .control-label {
        margin-bottom: 5px;
    }

    .gender-select:not(.readonly) ul {
        display: inline-block;
        padding-left: 0;
    }

    .gender-select.readonly .col-xs-10 {
        width: 100% !important;
    }

    .BlocForms .field p {
        margin-bottom: 5px;
    }

    .BlocForms .field {
        padding-left: 0;
    }

    .contact-bloc-business-cases-detai {
        width: 100%;
    }

    .createCompanyPage .pagecontent .formcontent .inner {
        margin-bottom: 25px;
    }

    #ApplyMobileFilters {
        margin-right: 0;
    }

    .ListProc div.table-wrapper {
        overflow: inherit;
    }

    .deselect-all-filter-procurations {
        margin-top: 10px;
    }

    .select-all-filter-procurations {
        margin-top: 5px;
    }
}

.ListPending .pending-btn.btn.secondary {
    margin-bottom: 0;
}

.historyDate {
    color: var(--ct-secondary-color);
    font-weight: 400;
    margin-bottom: 13px;
}

.historyTitle {
    font-weight: 500;
    color: #000;
}

.historyContent {
    color: #000;
}

.historyItem {
    border-bottom: 1px solid #DEDEDE;
}

@media(min-width:769px) {
    .businessCasesInformation .form-group.readonly {
        padding-bottom: 20px;
    }

    .filterStatus, .filterTheme, .filterPresta {
        min-width: 260px;
        padding-right: 0;
    }

    .filterTheme, .filterPresta {
        padding-left: 12px;
    }

    #searchBarBusinessCase .resetFilters {
        display: inline-block;
        margin-left: 12px;
    }

    .pill {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .noDesktopPadding {
        padding: 0;
    }

    .noDesktopMargin {
        margin-left: 0;
        margin-right: 0;
    }

    .breadcrumb-container {
        margin-top: 15px;
    }

    .BlocForms .datefield .field:after {
        top: 4px !important;
    }

    .profilePicturePage .sendProfilePicture {
        margin-right: 0;
    }

    .RightsProc .field.form-group {
        margin: 0 !important;
    }

    .btnFilterProcurations {
        margin-left: 10px;
    }

    .documentDetail .attachments {
        margin-top: 20px;
    }

    .create-company-button-step-group {
        padding-left: 15px;
    }

    .create-company-button-finish-group {
        padding-left: 5px;
    }

    .create-company-button-start-group {
        padding-left: 10px;
    }

    #TokenReceiver {
        margin-bottom: 40px;
    }

    .topSelectRequest {
        margin-top: 10px;
        margin-bottom: 3px;
    }

    .paginationHeaderPrestation {
        margin: 0;
    }

    .formtab-button .f-content.col-sm-9.pull-right {
        padding-left: 0;
        left: 15px;
    }

    .create-company-button-finish-group {
        padding-left: 0;
    }

    .summary-step-createcompany .summaryTable {
        margin-bottom: 40px;
    }

    .messageDesc .messaging_desktop_description, .messaging_desktop_title {
        max-width: 650px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .messaging_desktop_sender {
        max-width: 300px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .dashboard .prestations-list.prestations-list-small {
        margin-top: 20px;
    }

    .information-business-cases-detail hr {
        margin-top: 0;
    }

    .NoticeBusinessCases {
        margin-bottom: 20px;
    }

    .messageTable .senderColumn {
        min-width: 180px;
    }

    .messageTable .CheckboxColumn {
        min-width: 30px;
    }

    .first-filter-new-procuration {
        padding-left: 5px;
    }
}

.filterNewProc {
    display: flex !important;
    flex-wrap: wrap;
}

    .filterNewProc .first-filter-new-procuration {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 1em;
    }

    .filterNewProc .btn {
        margin-left: 5px;
    }

    .filterNewProc select option.theme {
        font-weight: bold;
    }

.connectionModal .prestation-icon.legal-entity {
    background-color: var(--ct-secondary-color);
}

.connectionModal .prestation-icon.private-profile {
    background-color: var(--ct-primary-color);
}

.connectionModal .locked .prestation-icon.legal-entity, .connectionModal .locked .prestation-icon.private-profile {
    background-color: #DEDEDE;
}

.connectionModal .prestation-icon img {
    padding: 20px 0;
}

.panel.panel-login .btn.primary {
    margin-right: 0;
}

.stepsCategory {
    margin-top: 45px;
}

.businessCasesInformation .form-group {
    margin-bottom: 20px;
}

.setDashboardWidget, .setDashboardPresta {
    margin-right: 0;
}

.BusinessCasesCreationDate, .BusinessCasesLastUpdate {
    width: 160px;
}

.BusinessCasesProcessingTime {
    width: 100px;
}

.filterHomeCatalogue select {
    width: 100%;
}

    .filterHomeCatalogue select option.theme {
        font-weight: bold;
    }

.loginPanel {
    padding: 0;
}

.titleHomePage {
    margin-bottom: 20px !important;
    margin-top: 0;
}

    .titleHomePage a {
        color: #000 !important;
        font-size: 38px !important;
        font-weight: 700 !important;
    }

.panel p:not(#TopMsg) {
    color: #000;
}

.listWithBulletPoints li:before {
    content: '\f111';
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: 600;
    font-size: 6px;
    vertical-align: middle;
}

.formtab-button .col-sm-9.pull-right {
    padding-top: 20px;
}

.topMessagePrestation {
    padding-bottom: 20px;
    border-bottom: 1px solid #DEDEDE;
}

.guichetContent .NewTokenProc .item.presta.green .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #009581
}

.guichetContent .NewTokenProc .item.presta.dark-green .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #00693c
}

.guichetContent .NewTokenProc .item.presta.purple .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #6639B7
}

.guichetContent .NewTokenProc .item.presta.pink .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #9B1889
}

.guichetContent .NewTokenProc .item.presta.black .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #000
}

.guichetContent .NewTokenProc .item.presta.red .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #97233F
}

.guichetContent .NewTokenProc .item.presta.cyan .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #44697D
}

.guichetContent .NewTokenProc .item.presta.dark-blue .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #002C77
}

.guichetContent .NewTokenProc .item.presta.light-blue .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #004db4
}

.guichetContent .NewTokenProc .item.presta.orange .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #FF8200
}

.AppsList .formgroup li.green > a {
    border-color: #009581;
    color: #009581;
}

.AppsList .formgroup li.dark-green > a {
    border-color: #00693c;
    color: #00693c;
}

.AppsList .formgroup li.purple > a {
    border-color: #6639B7;
    color: #6639B7;
}

.AppsList .formgroup li.pink > a {
    border-color: #9B1889;
    color: #9B1889;
}

.AppsList .formgroup li.black > a {
    border-color: #000;
    color: #000;
}

.AppsList .formgroup li.red > a {
    border-color: #97233F;
    color: #97233F;
}

.AppsList .formgroup li.cyan > a {
    border-color: #44697D;
    color: #44697D;
}

.AppsList .formgroup li.dark-blue > a {
    border-color: #002C77;
    color: #002C77;
}

.AppsList .formgroup li.light-blue > a {
    border-color: #004db4;
    color: #004db4;
}

.AppsList .formgroup li.orange > a {
    border-color: #FF8200;
    color: #FF8200;
}

.RightsProc .green .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #009581
}

.RightsProc .dark-green .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #00693c
}

.RightsProc .purple .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #6639B7
}

.RightsProc .pink .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #9B1889
}

.RightsProc .black .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #000
}

.RightsProc .red .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #97233F
}

.RightsProc .cyan .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #44697D
}

.RightsProc .dark-blue .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #002C77
}

.RightsProc .light-blue .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #004db4
}

.RightsProc .orange .DCB-SubTitle .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #FF8200
}

.connectionModalTitle, .connectionModalSubTitle {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--main-font);
}

.connectionModalTitle {
    color: #000;
}

.connectionModalSubTitle {
    color: #767676;
}

.locked .connectionModalTitle, .locked .connectionModalSubTitle {
    color: #767676;
}

.documentTable.mobileTable .msg-header {
    padding: 10px 5px 0 5px;
}

.documentTable.mobileTable .msg-content {
    color: #767676;
}

.guichetContent .msg-checkbox .cb span {
    top: 13px;
    left: 10px;
}

.guichetContent .msg-checkbox .cb input[type="checkbox"] ~ .check:after {
    background: none;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
}

.guichetContent .msg-checkbox .cb input[type="checkbox"]:checked ~ .check:before {
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
}

.guichetContent .msg-checkbox .cb input[type="checkbox"]:checked ~ .check:after {
    background: var(--ct-secondary-color);
    border: none;
}

.selected .msg-content {
    color: #96CAD2 !important;
}

.tableDocument tr:hover, .tableDocument .CheckboxColumn span input:hover {
    cursor: pointer;
}

.guichetContent .RightsProc .item.presta.green .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #009581;
}

.guichetContent .RightsProc .item.presta.dark-green .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #00693c;
}

.guichetContent .RightsProc .item.presta.purple .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #6639B7;
}

.guichetContent .RightsProc .item.presta.pink .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #9B1889;
}

.guichetContent .RightsProc .item.presta.black .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #000;
}

.guichetContent .RightsProc .item.presta.red .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #97233F;
}

.guichetContent .RightsProc .item.presta.cyan .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #44697D;
}

.guichetContent .RightsProc .item.presta.dark-blue .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #002C77;
}

.guichetContent .RightsProc .item.presta.light-blue .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #004db4;
}

.guichetContent .RightsProc .item.presta.orange .cb input[type="checkbox"]:checked ~ .check:before {
    border-color: #FF8200;
}

.guichetContent .NewTokenProc .prestations-list .green .cb input[type="checkbox"] ~ .check:after {
    border-color: #009581;
}

.guichetContent .NewTokenProc .prestations-list .dark-green .cb input[type="checkbox"] ~ .check:after {
    border-color: #00693c;
}

.guichetContent .NewTokenProc .prestations-list .purple .cb input[type="checkbox"] ~ .check:after {
    border-color: #6639B7;
}

.guichetContent .NewTokenProc .prestations-list .pink .cb input[type="checkbox"] ~ .check:after {
    border-color: #9B1889;
}

.guichetContent .NewTokenProc .prestations-list .black .cb input[type="checkbox"] ~ .check:after {
    border-color: #000;
}

.guichetContent .NewTokenProc .prestations-list .red .cb input[type="checkbox"] ~ .check:after {
    border-color: #97233F;
}

.guichetContent .NewTokenProc .prestations-list .cyan .cb input[type="checkbox"] ~ .check:after {
    border-color: #44697D;
}

.guichetContent .NewTokenProc .prestations-list .dark-blue .cb input[type="checkbox"] ~ .check:after {
    border-color: #002C77;
}

.guichetContent .NewTokenProc .prestations-list .light-blue .cb input[type="checkbox"] ~ .check:after {
    border-color: #004db4;
}

.guichetContent .NewTokenProc .prestations-list .orange .cb input[type="checkbox"] ~ .check:after {
    border-color: #FF8200;
}

.btnFilterProcurations {
    display: inline-block;
}

    .btnFilterProcurations .btn {
        vertical-align: baseline;
        margin-bottom: 0;
    }

.pagination {
    margin: 0;
}

.attachments a span.ico {
    padding: 9px 11px;
    border-radius: 2px 0 0 2px;
}

.ListPending .prestation-icon {
    background-color: #000;
}

.selected .msg-content {
    color: #fff !important;
}

.filterNewProc {
    display: inline-block;
}

.modal-header button.close span i {
    color: var(--ct-secondary-color);
}

.modal-header button.close {
    margin: 0;
}

.fullpage.form-content.EditCustomer p:not(#TopMsg), .ProfilPictureForm p:not(#TopMsg) {
    color: #000 !important;
}

.documentDesktopActionButtons a {
    margin-bottom: 18px;
}

.documentDesktopActionButtons {
    margin-top: 22px;
}

.btn-icon {
    padding: 7px 10px;
    border: 1px solid #767676;
}

    .btn-icon:hover {
        background-color: #fff;
        color: #000;
        border: 1px solid #767676;
    }

        .btn-icon:hover i {
            color: var(--ct-secondary-color);
        }

.modal-footer {
    border-top: none;
}

.bg-select input[readonly] {
    padding-bottom: 0;
    padding-top: 7px !important;
}

.ckbx-nopadding {
    padding: 0;
}

.business-cases-subject {
    max-width: 215px;
}

td.business-cases-subject {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb > li {
    display: inline;
}

.detailMessageActionButtons i {
    color: var(--ct-secondary-color);
    margin-right: 10px;
    display: inline-block !important;
}

.dropdown.moreActionsMessage {
    position: absolute;
    padding-top: 7px;
    padding-bottom: 7px;
}

    .dropdown.moreActionsMessage i.fa-ellipsis-v {
        margin-left: 10px;
    }

.faq-icon-header {
    padding: 2px 8px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.navbar-nav.navbar-right .help:hover .faq-icon-header {
    background-color: #000;
    color: #fff;
}

.ZIP input::-webkit-outer-spin-button, .ZIP input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ZIP input[type=number] {
    -moz-appearance: textfield;
}

.attachments .text-document {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.tabIcons.menuListMessage span {
    font-size: 16px;
    font-weight: 400;
}

.field .cb label {
    text-align: left;
}

#allAccountOfProfil a i.fa-check {
    position: absolute;
    right: 10px;
}

.pillsMobileMessage {
    margin-left: 5px;
}

    .pillsMobileMessage span {
        margin-right: 5px;
        margin-bottom: 8px;
    }

.c-slider__slide.documentList:hover {
    cursor: pointer;
}

* {
    -webkit-font-smoothing: antialiased;
}

.profilbox .dropdown-toggle.user-nav:hover {
    background-color: var(--hd-primary-color-text) !important;
    color: var(--hd-primary-color) !important;
}

.name-date-prestation-dashboard {
    display: flex;
    align-items: center;
}

    .name-date-prestation-dashboard .panel-tools-date {
        margin-left: auto !important;
    }

.form-group:not(.readonly) .ckbx-group {
    padding-top: 5px;
}

    .form-group:not(.readonly) .ckbx-group ul {
        padding-left: 0;
    }

.breadcrumb li {
    font-weight: 500;
}

.createCompanyPage .gender-select li.cb {
    padding-top: 1px;
}

.businessCasesInformation .form-group .control-label {
    text-align: right;
    color: #000;
    padding-left: 0;
}

.createCompanyPage .formtab {
    margin-bottom: 30px;
}

.stepBusinessCase {
    display: flex;
    flex-direction: row;
}

    .stepBusinessCase .step-business-cases-number {
        margin-right: 10px;
        position: relative;
    }

    .stepBusinessCase .currentStepIcon {
        right: -8px;
        top: -8px;
    }

.formcontent .legendForm {
    width: calc(100% - 70px);
}

fieldset legend.legendForm {
    border-bottom: none;
    color: #000;
    font-size: 22px;
    margin: 0;
    padding: 0 0 5px;
    margin-bottom: 40px;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 500;
}

#searchBarBusinessCase .row {
    display: flex;
    flex-wrap: wrap;
}

#searchBarBusinessCase .filterBusinessCase {
    margin-bottom: 5px;
}

#searchBarBusinessCase input.btn.resetFilters {
    margin-left: 15px;
}

.createCompanyPage .formtab-button.create-company-button-step-group .f-content.col-sm-9.pull-right {
    border-top: none;
}

.createCompanyPage .formtab-button.create-company-button-step-group .f-content.col-sm-9.pull-right {
    padding-top: 0;
}

.createCompanyPage .formtab-button.create-company-button-step-group .f-content.col-sm-9.pull-right {
    margin-top: 0;
}

    .createCompanyPage .formtab-button.create-company-button-step-group .f-content.col-sm-9.pull-right hr {
        margin-top: 0;
    }

.formtab.summary-step-createcompany {
    margin-bottom: 0;
}

#AdvancedSearch .btn.secondary {
    margin-bottom: 0;
}

#SwitchingAccountModal .modal-body {
    padding-bottom: 0;
}

#sb-helpModalContent img {
    max-width: 100%;
}

.documentsListTitle #TopMsg {
    margin-bottom: 20px !important;
}
/* Footer */
body footer {
    height: 100%;
    background-color: var(--ft-primary-color);
    border-color: var(--ft-primary-color);
    /*font-size: 18px;*/
}

footer .logoFooter {
    min-width: 130px;
    width: fit-content;
    height: 100%;
}

footer .linksFooter {
    margin-top: 0;
    width: 100%;
}

footer .shareFooter {
    float: left;
    margin-left: .75rem;
    margin-top: 0px;
}

    footer .shareFooter li {
        display: inline;
        margin-right: 20px;
        margin-top: 20px;
        font-size: 20px;
    }

footer .navFooter li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

div .certificateFooter {
    margin-bottom: 15px;
}

footer p {
    font-size: 14px;
    color: var(--ft-primary-color-text);
    margin: 0;
    padding: 0;
}

.navFooter a {
    text-decoration: none;
    position: relative;
    font-size: 14px;
}

.shareFooter > div, .certificateFooter {
    font-size: 14px
}

.navFooter a:before {
    content: "";
    position: absolute;
    bottom: -.9rem;
    left: 0;
    height: .2142857143rem;
    width: 1.2142857143rem;
    display: block;
    background-color: var(--ft-primary-color-text);
    transition: all .3s ease-in-out;
}

.navFooter a:hover:before {
    width: 100%;
}

.navFooter ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

    .navFooter ul li {
        margin-right: 0;
        margin-left: 0;
        width: calc(100% / 3);
        letter-spacing: .4px;
    }

footer .navFooter ul {
    border: none !important;
}

footer img {
    height: var(--ft-logo-height-desktop);
    display: block;
}

footer .textFooter {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

    footer .textFooter .leftFooter {
        width: calc(100% / 3 * 2);
    }

    footer .textFooter .rightFooter {
        width: calc(100% / 3);
    }

.logoFooter img {
    max-width: 100%;
}

html, body {
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

.listing-presta-procurations .prestation-item a {
    box-shadow: none;
}

.procuration-actions {
    border-top: 1px solid #DEDEDE;
    margin-top: 30px;
    padding-top: 20px;
}

/* Dashboard next meetings */


.meeting-list .meeting-element {
    text-decoration: none;
    padding-bottom: 20px;
    display: block;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 16px;
}

.reservation-list .reservation-element {
    text-decoration: none;
    display: block;
    margin-bottom: 16px;
    padding: 12px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
}

    .meeting-list .meeting-element .meeting-date, .reservation-list .reservation-element .reservation-date {
        color: var(--ct-secondary-color);
        display: block;
        font-size: 14px;
    }

    .meeting-list .meeting-element .meeting-title, .reservation-list .reservation-element .reservation-title {
        display: block;
        color: #000;
        font-weight: 500;
        font-size: 16px;
    }

    .meeting-list .meeting-element .meeting-description, .reservation-list .reservation-element .reservation-description {
        color: #767676;
        font-size: 12px;
        line-height: 15px;
        font-weight: 400;
        margin-top: 12px;
        display: block;
    }

@media (max-width: 990px) {
    footer .textFooter .leftFooter {
        width: 100%;
    }

    footer .textFooter .rightFooter {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .btn-create-proc-select-all, .btn-create-proc-unselect-all {
        width: calc(50% - 6px);
    }

    .btn-create-proc-select-all {
        margin-left: 0 !important;
    }

    .btn-create-proc-unselect-all {
        margin-right: 0 !important;
    }

    .create-proc-select-categorie-presta {
        width: 100%;
    }

    .msg-checkbox.procurationCkbx {
        display: table-cell;
        width: 7%;
        vertical-align: top !important;
        padding-left: 0px !important;
    }

    .form-create-procuration .control-label, .form-create-procuration .col-sm-9 {
        padding-left: 0;
    }

    .listing-presta-procurations .prestation-item a {
        height: 48px;
    }

    .listing-presta-procurations .prestation-title {
        padding-left: 20px !important;
    }

    .listing-presta-procurations .prestation-icon {
        width: 36px !important;
        height: 36px !important;
    }

    .listing-presta-procurations .prestation-item .desc {
        top: 8px;
    }

    .logoFooter {
        margin-left: 0 !important;
    }

    footer .logoFooter img {
        height: var(--ft-logo-height-mobile);
        margin-bottom: 10px;
    }

    .navFooter ul li {
        width: 50%;
    }

    footer .shareFooter {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    footer {
        display: flex;
    }
}

@media (max-width: 480px) {
    footer {
        font-size: 16px;
    }

        footer .navFooter ul {
            padding: 0;
        }

            footer .navFooter ul li {
                margin-bottom: 10px;
                width: 100%;
            }

        footer .logoFooter img,
        footer .navFooter,
        div .certificateFooter {
            margin-bottom: 45px;
        }

    .shareFooter {
        width: 100%;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        flex-direction: column;
    }

        .shareFooter div {
            margin-bottom: 5px;
        }
}

@media(max-width:768px) {
    .formtab.summary-step-createcompany .inner {
        margin-bottom: 0 !important;
    }

    .desktop-inline-visible {
        display: none;
    }

    .mobile-inline-visible {
        display: inline;
    }

    .sidebar-tools-dashboard {
        margin-top: 40px !important;
    }

    .formtab-button.create-company-button-start-group .form-horizontal {
        border-top: 1px solid #DEDEDE;
    }

    .stepBusinessCase .informationEtapes {
        width: 100%;
    }

    .formtab-button.create-company-button-step-group {
        padding-top: 5px;
    }

    #page, #pagecms {
        min-height: calc(100vh - 245px) !important;
    }

    .multiple-signatures .BlocForms .control-label {
        display: none;
    }

    .buttonAddWidget .widget-icon {
        height: fit-content !important;
        margin: 15px 0;
        top: 0 !important;
        min-height: fit-content !important;
    }

        .buttonAddWidget .widget-icon i {
            padding: 0 !important;
        }

    .buttonAddWidget .widget-title {
        height: fit-content !important;
        min-height: fit-content !important;
        margin-bottom: 15px !important;
    }

    .support-form .formtab fieldset .form-horizontal {
        margin-left: -10px;
    }

    .attachmentMessagePill {
        padding: 2px 5px;
    }

    .information-company .tabIcons .formnavigation {
        margin-bottom: 45px;
    }

    .information-company .contentTabs {
        overflow: scroll;
    }
}

@media(min-width:769px) {

    .stepBusinessCase .informationEtapes {
        min-width: 480px;
        width: 100%;
    }

    .desktop-inline-visible {
        display: inline;
    }

    .mobile-inline-visible {
        display: none;
    }

    .content-ckbx-another-person {
        padding-left: 10px;
    }

    .formtab-button .col-sm-9.pull-right {
        border-top: 1px solid #DEDEDE;
    }

    #page, #pagecms {
        min-height: calc(100vh - 213px) !important;
    }
}

@media(max-width:1500px) {
    .messageDesc .messaging_desktop_description {
        max-width: 400px;
    }

    .messaging_desktop_sender {
        max-width: 170px;
    }
}

@media(max-width:1300px) {
    .messageDesc .messaging_desktop_description {
        max-width: 350px;
    }
}

@media(max-width:1000px) {
    .messageDesc .messaging_desktop_description {
        max-width: 300px;
    }
}

@media(max-width:991px) {
    .messageDesc .messaging_desktop_description {
        max-width: 250px;
    }
}

@media(min-width:991px) {
    .navbar .fa.fa-search, .search-access .fa-close {
        color: #000;
    }
}

/***** Organization Update Summary page *****/
@media(max-width:768px) {
    .org-update-summary-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
}

.org-update-summary-mobile-list {
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 0;
    border-bottom: 1px solid #DEDEDE;
}

.org-update-summary-mobile-content .bold {
    font-weight: 500;
}

.org-update-summary-action-fieldset .org-update-summary-actions {
    border-top: none;
    padding-top: 0;
    margin-top: 10px;
}


/***** Select delegated profile page *****/
.search-delegated-profile {
    position: relative;
    margin-bottom: 20px;
    padding-left: 0;
}

.search-delegated-profile label {
    height: 25px;
    text-align: left;
}

.search-delegated-profile button {
    margin-right: 0;
    position: absolute;
    right: 0;
    height: 35px;
    width: 36px;
    background-color: var(--ct-primary-color);
    border: none;
    cursor: pointer;
}

.search-delegated-profile button i {
    font-size: 16px;
    color: var(--ct-primary-color-text);
}

#search-delegated-profile {
    padding-right: 50px;
    height: 35px;
    font-size: 14px;
    padding-left: 10px;
    width: 100%;
}
