/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(2126,16): run-time error CSS1036: Expected expression, found '@colorDefault'
(2127,23): run-time error CSS1036: Expected expression, found '@colorDefault'
(2467,16): run-time error CSS1036: Expected expression, found '@colorDefault'
(2507,16): run-time error CSS1036: Expected expression, found '@colorDefault'
(2508,23): run-time error CSS1036: Expected expression, found '@colorDefault'
(2598,16): run-time error CSS1036: Expected expression, found '@colorDefault'
(2634,16): run-time error CSS1036: Expected expression, found '@colorDefault'
(2675,16): run-time error CSS1036: Expected expression, found '@colorDefault'
(2676,23): run-time error CSS1036: Expected expression, found '@colorDefault'
(3283,28): run-time error CSS1039: Token not allowed after unary operator: '-color-success-border-discrete-default'
(3284,22): run-time error CSS1039: Token not allowed after unary operator: '-color-success-surface-discrete-default'
(3285,17): run-time error CSS1039: Token not allowed after unary operator: '-color-success-text-regular-default'
(3292,23): run-time error CSS1039: Token not allowed after unary operator: '-body-xxs-regular-fontFamily'
(3293,21): run-time error CSS1039: Token not allowed after unary operator: '-body-xxs-regular-fontSize'
(3296,23): run-time error CSS1039: Token not allowed after unary operator: '-body-xxs-regular-lineHeight'
(3297,26): run-time error CSS1039: Token not allowed after unary operator: '-body-xxs-regular-letterSpacing'
(3301,28): run-time error CSS1039: Token not allowed after unary operator: '-color-warning-border-discrete-default'
(3302,22): run-time error CSS1039: Token not allowed after unary operator: '-color-warning-surface-discrete-default'
(3303,17): run-time error CSS1039: Token not allowed after unary operator: '-color-warning-text-regular-default'
(3318,28): run-time error CSS1039: Token not allowed after unary operator: '-color-neutral-surface-discrete-default'
(3642,8): run-time error CSS1030: Expected identifier, found '>'
(3642,50): run-time error CSS1031: Expected selector, found ')'
(3642,50): run-time error CSS1025: Expected comma or open brace, found ')'
(4174,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4248,22): run-time error CSS1039: Token not allowed after unary operator: '-main-accent-color'
(4253,28): run-time error CSS1039: Token not allowed after unary operator: '-main-accent-color'
(4254,17): run-time error CSS1039: Token not allowed after unary operator: '-main-accent-color'
 */
html, body {
    margin: 0;
    padding: 0;
}

a:active, a:visited {
    color: inherit;
}


.score-ellisphere-green {
    color: green;
    font-weight: bold;
}

.score-ellisphere-orange {
    color: orange;
    font-weight: bold;
}

.score-ellisphere-red {
    color: red;
    font-weight: bold;
}

.score-ellisphere-black {
    color: black;
    font-weight: bold;
}

.dxgvSelectedRow_MetropolisBlueBP.tr-ecriture-a-j {
    color: #ffffff !important;
    font-weight: bold;
}

.dxgvSelectedRow_MetropolisBlueBP .score-ellisphere-green {
    color: #ffffff !important;
    font-weight: bold;
}

.dxgvSelectedRow_MetropolisBlueBP .score-ellisphere-orange {
    color: #ffffff !important;
    font-weight: bold;
}

.dxgvSelectedRow_MetropolisBlueBP .score-ellisphere-red {
    color: #ffffff !important;
    font-weight: bold;
}

.dxgvSelectedRow_MetropolisBlueBP .score-ellisphere-black {
    color: #ffffff !important;
    font-weight: bold;
}

body {
    font-family: 'Open Sans', Ubuntu;
    font-size: 13px;
    background: white;
    color: black;
}

.wrapper-cookies-policy {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: lightyellow;
    text-align: center;
    font-size: smaller;
    box-shadow: 0 0 1px 1px #E2E2E2;
    line-height: 25px;
    z-index: 9;
    opacity: 0;
    height: 0px;
}

#install-chrome {
    position: fixed;
    width: 250px;
    height: 150px;
    background: white;
    color: black;
    box-shadow: 0 0 5px gray;
    display: none;
    padding: 10px 20px;
    opacity: 0;
    top: -150px;
    left: 50%;
    margin-left: -125px;
    z-index: 99999;
}


#reload-page {
    position: fixed;
    width: 250px;
    height: 150px;
    background: white;
    color: black;
    box-shadow: 0 0 5px gray;
    display: none;
    padding: 10px 20px;
    opacity: 0;
    top: -150px;
    left: 50%;
    margin-left: -125px;
    z-index: 99999;
}

.max-400 {
    overflow-y: auto;
    max-height: 400px;
    padding-right: 5px;
}

#install-chrome #close-install {
    width: 16px;
    opacity: 0.4;
    cursor: pointer;
    float: right;
}

#reload-page #close-install {
    width: 16px;
    opacity: 0.4;
    cursor: pointer;
    float: right;
}

#install-chrome #close-install:hover {
    opacity: 0.6;
}

#reload-page #close-install:hover {
    opacity: 0.6;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: rgba(210, 210, 210, 0.5);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(165, 165, 165, 1);
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(165, 165, 165, 0.7);
    }

.dxgvControl_MetropolisBlueBP, .dxgvDisabled_MetropolisBlueBP, .dxpcLite_MetropolisBlueBP, .dxdpLite_MetropolisBlueBP {
    font-family: inherit !important;
}


.dxgvSearchPanel_MetropolisBlueBP {
    border: none;
}

    .dxgvSearchPanel_MetropolisBlueBP > table {
        width: 100% !important;
        max-width: none !important;
    }

    .dxgvSearchPanel_MetropolisBlueBP .dxeButtonEdit_MetropolisBlueBP {
        float: right;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

input, textarea {
    font-family: 'Open Sans', Ubuntu;
    font-size: 13px;
}

    input[type='text'], input[type='password'], textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

.mycheckbox {
    position: relative;
    top: 3px;
    margin-right: 5px;
    cursor: pointer;
}

.edevis-content {
    display: none;
}

select {
    font-family: 'Open Sans', Ubuntu;
}

input {
    outline: none;
    border: none;
    padding: 4px 12px;
}

    input[type='checkbox'] {
        margin: 0 3px;
        vertical-align: middle;
    }

    input.showFocus:focus {
        border: 1px dotted #bfbfbf;
    }

    input[type="radio"] {
        outline: none;
    }

.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
}

.currentPage {
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
}

.card-gray {
    position: relative;
    margin: 20px 25px;
    padding: 0px;
    height: 160px;
    width: 200px;
    background: #F1F1F1;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    overflow: hidden;
}

    .card-gray img.logo-card {
        opacity: 0.153;
        position: absolute;
        bottom: 5px;
        right: 10px;
        width: 90px;
    }

    .card-gray img.logo-card-small {
        opacity: 0.153;
        position: absolute;
        bottom: 5px;
        right: 10px;
        width: 32px;
    }

.tick-bottom:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 11px solid;
    border-color: rgb(230, 230, 230) transparent transparent transparent;
    top: 22px;
    left: 12px;
}

.smaller-switch {
    transform: scale(0.8);
}

.noborder {
    border: none !important;
}

.my-input {
    border: 1px solid rgb(169, 169, 169);
    height: 18px;
    padding: 1px 5px 3px 3px;
}

    .my-input:focus {
        border: 1px solid #0072c6;
    }

select::-ms-expand {
    display: none;
}

.line-36 {
    line-height: 36px;
}

.line-32 {
    line-height: 32px;
}

.line-30 {
    line-height: 30px;
}

.line-28 {
    line-height: 28px;
}

.line-26 {
    line-height: 26px;
}

.line-24 {
    line-height: 24px;
}

.line-22 {
    line-height: 22px;
}

.line-20 {
    line-height: 20px;
}

.line-18 {
    line-height: 18px;
}

.line-16 {
    line-height: 16px;
}

.toolbar-submenu-header {
    margin: 0;
    line-height: 15px;
    cursor: default;
    background: rgb(239, 239, 239);
    padding-left: 20px;
    font-size: smaller;
    font-weight: 800;
    height: 30px;
    line-height: 30px;
}

.border-black {
    border-left: 6px solid #505050;
    padding-left: 6px;
}

.border-error {
    border-left: 6px solid #e74c3c;
    padding-left: 6px;
}

.border-valid {
    border-left: 6px solid #1aa187 !important;
    padding-left: 6px;
}

.border-warning {
    border-left: 6px solid orange;
    padding-left: 6px;
}

.border-gray {
    border-left: 6px solid gray;
    padding-left: 6px;
}

.logo-tendance {
    height: 24px;
    opacity: 0.2;
    position: absolute;
    right: 0;
}

option {
    line-height: 30px;
}

a, a:visited, a:active {
    text-decoration: none;
    color: black;
}

    a:hover {
        text-decoration: underline;
    }

.action-item {
    cursor: pointer;
}

img {
    vertical-align: middle;
}

.statusbar {
    position: fixed;
    bottom: 0;
    background: #BDC3C7;
    width: 100%;
    height: 0px;
    overflow: hidden;
    z-index: 999;
    text-align: center;
    line-height: 24px;
}

.logo-header {
    width: 225px;
    position: relative;
    display: block;
    height: 50px;
    float: left;
    text-align: center;
}

.footer-login {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    text-align: center;
    color: black !important;
    background: rgba(255, 255, 255, 0.95);
    padding-top: 5px;
}

    .footer-login a {
        color: #0072c6 !important;
    }

    .footer-login .footer-liens a {
        padding: 0 25px;
    }

.certificat {
    background: rgb(221, 221, 221);
    padding: 5px 15px;
    margin: 15px 20px;
    box-shadow: -1px 2px 2px rgb(187, 187, 187);
}

    .certificat:hover {
        background: #c2c2c2;
        cursor: pointer;
    }

.selected-cert {
    background: #0072c6 !important;
    color: white;
}

.img-tag {
    width: 16px;
    opacity: 0.75;
    margin: 0 5px;
}

.cart-certToRenew {
    font-size: smaller;
}

.lien-versRenouvellement {
    padding: 3px 20px;
    text-decoration: initial !important;
}

.infoCert-inMessage {
    background: #f0f0f0;
    position: relative;
    margin: 20px;
}

.infoCert2-inMessage {
    padding: 5px 15px;
    transform: translateY(-60px);
    background: #f0f0f0;
    padding: 5px 15px;
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition-delay: 0.2s;
    max-height: 70%;
}

.showinfoiban {
    transform: scale(0.3) translateX(-30px);
}

    .showinfoiban.display {
        opacity: 1;
        transform: scale(1) translateX(0px);
    }

.infoCert1-inMessage {
    padding: 5px 15px;
    background: #f0f0f0;
    padding: 5px 15px;
    transform: translateY(0px);
    opacity: 1;
    z-index: 1;
    transition-delay: 0.2s;
}

.wrapper-infoCert:hover .infoCert2-inMessage {
    transform: translateY(0px);
    opacity: 1;
}

.wrapper-infoCert:hover .infoCert1-inMessage {
    transform: translateY(-60px);
    opacity: 0;
}

.bg-cert-inMessage {
    position: absolute;
    opacity: 0.085;
    margin-left: -25px;
    margin-top: 0px;
    z-index: 2;
}

.info-legend-typeope {
    visibility: hidden;
    height: 18px;
    margin: 0 3px 0 0;
    margin-top: -3px;
}

.details-enAttente tr:hover .info-legend-typeope {
    visibility: visible;
}

.columns-grid .columns-info {
    opacity: 0;
    position: relative;
    left: 7px;
}

.columns-grid:hover .columns-info {
    opacity: 1;
    left: 0px;
}

.columns-grid-realise .columns-info {
    opacity: 0;
    position: relative;
    left: 7px;
}

.columns-grid-realise:hover .columns-info {
    opacity: 1;
    left: 0px;
}

.columns-grid-prev .columns-info {
    opacity: 0;
    position: relative;
    left: 7px;
}

.columns-grid-prev:hover .columns-info {
    opacity: 1;
    left: 0px;
}

.box-details {
    position: absolute;
    top: 0px;
    width: 100%;
}

.box-details-grid-realise {
    width: 100%;
}

.box-details-grid-prev {
    width: 100%;
}


.box-details-facture {
    position: absolute;
    top: 0px;
    width: 100%;
}
/*****************************************************/
/* UTILITY */

img.delete-message {
    margin-top: 10px;
    opacity: 0.6;
    height: 20px;
}

    img.delete-message:hover {
        cursor: pointer;
        opacity: 1;
        height: 25px;
    }

.mex-box {
    transition-duration: 0.8s !important;
}

span.warning-text {
    color: rgb(255, 123, 54);
    font-size: large;
    position: absolute;
    margin-top: -11px;
    font-weight: 700;
}

svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

circle {
    fill: rgba(128, 128, 128, 0.2);
}

.menu-mobile {
    display: none;
}

.italic {
    font-style: italic !important;
}

.bold {
    font-weight: 900 !important;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-left-only {
    padding-left: 5px !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

*:focus {
    outline: none !important;
}

.left {
    float: left !important;
}

.clear {
    clear: both;
}

.table {
    display: table;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
}

.flex {
    display: -webkit-flex; /* Safari */
    display: -ms-flexbox; /*IE 10*/
    /*display: flex;*/
}

.no-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-border {
    border: none !important;
}

.center-text {
    text-align: center !important;
}

.color-box {
    width: 80px;
    height: 3px;
    display: inline-block;
    background-color: #ccc;
    left: 5px;
    top: 5px;
    margin-bottom: 2px;
}

.left-text {
    text-align: left !important;
}

.right-text {
    text-align: right !important;
}

.cursor {
    cursor: pointer !important;
}

    .cursor:hover {
        opacity: 0.4 !important;
    }

.right {
    float: right !important;
}

.bottom-right {
    bottom: 15px;
    position: absolute;
    right: 15px;
}

.hidden {
    display: none !important;
}

.backgroundBP {
    color: white !important;
    background: #0072C6 !important;
    background: linear-gradient(to right, #0072C6, #007AD4) !important;
}

.bar-toolbar, .nav-item, .header-block {
    background: #0072C6 !important;
    background: linear-gradient(to right, #0072C6, #007AD4) !important;
}

#contextMenuGridView {
    position: fixed;
    background: white;
    border: 1px solid gray;
    box-shadow: 0 0 4px gray;
    padding: 1px;
    font-size: 11px;
}

    #contextMenuGridView .item-contextmenu:hover {
        background: gray;
        color: white;
    }

    #contextMenuGridView .item-contextmenu img {
        height: 16px;
    }

.titre-tableaubord img.info-titre {
    visibility: hidden;
    height: 20px;
    margin-right: 4px;
    margin-top: -2px;
}

.titre-tableaubord:hover img.info-titre {
    visibility: visible;
}

.opac {
    opacity: 0.6 !important;
}

.my-button {
    padding: 4px 8px;
    margin: 4px 0;
    width: 60px;
    display: block;
    text-align: center;
    color: white;
    border: none;
}

.green-button {
    background: #1aa187;
}

.red-button {
    background: #C0392B;
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tick-ok {
    background: #159f84;
    width: 6px;
    height: 20px;
}

.tick-error {
    background: #e74c3c;
    width: 6px;
    height: 20px;
}

.tick-warning {
    background: #FF9B29;
    width: 6px;
    height: 20px;
}

.div-cell-ok {
    border-right: 5px solid #159f84;
    padding: 0 5px 0 0;
    line-height: 22px;
    height: 22px;
    position: relative;
}

.div-cell-warning {
    border-right: 5px solid #FF9B29;
    padding: 0 5px 0 0;
    line-height: 22px;
    height: 22px;
    position: relative;
}

.div-cell-error {
    border-right: 5px solid #e74c3c;
    padding: 0 5px 0 0;
    line-height: 22px;
    height: 22px;
    position: relative;
}

._translateX {
    -webkit-transform: scale(0.95) translateX(250px) !important; /* Chrome, Safari, Opera */
    -moz-transform: scale(0.95) translateX(250px) !important;
    -ms-transform: scale(0.95) translateX(250px) !important; /* IE 9 */
    -o-transform: scale(0.95) translateX(250px) !important;
    transform: scale(0.95) translateX(250px) !important;
    opacity: 0 !important;
}

.smaller {
    -webkit-transform: scale(0.95); /* Chrome, Safari, Opera */
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95); /* IE 9 */
    -o-transform: scale(0.95);
    transform: scale(0.95);
}

.smaller-x {
    -webkit-transform: scale(0.7); /* Chrome, Safari, Opera */
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7); /* IE 9 */
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

.bigger {
    -webkit-transform: scale(1.25); /* Chrome, Safari, Opera */
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25); /* IE 9 */
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.animate {
    -webkit-transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
    -moz-transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
    -ms-transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
    -o-transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
    transition: all cubic-bezier(.62,.28,.23,.99) 0.3s; /*cubic-bezier(0.230, 1.000, 0.320, 1.000)*/
}

.animate-bounce {
    -webkit-transition: all cubic-bezier(.32,0,.5,1.5) 0.37s;
    -moz-transition: all cubic-bezier(.32,0,.5,1.5) 0.37s;
    -ms-transition: all cubic-bezier(.32,0,.5,1.5) 0.37s;
    -o-transition: all cubic-bezier(.32,0,.5,1.5) 0.37s;
    transition: all cubic-bezier(.32,0,.5,1.5) 0.37s;
}

.animate-slow {
    -webkit-transition: all cubic-bezier(.62,.28,.23,.99) 0.9s;
    -moz-transition: all cubic-bezier(.62,.28,.23,.99) 0.9s;
    -ms-transition: all cubic-bezier(.62,.28,.23,.99) 0.9s;
    -o-transition: all cubic-bezier(.62,.28,.23,.99) 0.9s;
    transition: all cubic-bezier(.62,.28,.23,.99) 0.9s;
}

.animated {
    -webkit-animation-duration: 0.71s;
    animation-duration: 0.71s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hiddenToAnimate {
    opacity: 0;
    transform: translateX(-30px) scale(0.85);
    position: relative;
    display: block;
}

.displayToAnimate {
    opacity: 1;
    transform: translateX(0px) scale(1);
}

.bottom-mex-popup {
    position: absolute;
    bottom: 25px;
    left: 60px;
    color: gray;
    border-left: 5px solid #e74c3c;
    padding: 3px 5px;
    opacity: 0;
}

.container-lst-cert-validation .select-cert {
    background: #f1f1f1;
    margin: 10px 0;
    padding: 3px 5px;
    transition: all 0.2s ease-out;
    position: relative;
}

    .container-lst-cert-validation .select-cert:hover {
        background: #c0c0c0;
        cursor: pointer;
        border-left: 10px solid #0072c6;
    }

    .container-lst-cert-validation .select-cert img {
        position: absolute;
        opacity: 0.19;
        right: 15px;
        height: 60px;
    }

.dxgvDataRow_MetropolisBlueBP.dxgvSelectedRow_MetropolisBlueBP .colorBP {
    color: white !important;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(.3);
    }
}

.info-action-ellisphere {
    opacity: 0;
    left: -20px;
    position: relative;
    margin: 20px 0;
    top: 10px;
}

.btn-action-ellisphere {
    opacity: 0;
    transform: scale(0.7);
    margin-right: 20px;
    width: 100px;
}

    .btn-action-ellisphere.displayed {
        opacity: 1;
        transform: scale(1);
    }

.delete-email-ellisphere {
    opacity: 0.3;
    height: 14px;
}

#table-emails-ellisphere {
    margin-top: 10px;
}

    #table-emails-ellisphere tr:hover .delete-email-ellisphere {
        opacity: 0.5;
        height: 18px;
    }

.delete-email-ellisphere:hover {
    opacity: 0.7;
    cursor: pointer;
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

.circle {
    position: absolute;
    width: 41px;
    height: 22px;
    border-radius: 10px;
    text-align: center;
    line-height: 22px;
    /*margin-top: -10px;*/
    padding-left: 13px;
}

#PopupConfirmation_PW-1 .dxbButton_MetropolisBlueBP.dxbDisabled_MetropolisBlueBP,
#PopupConfirmation_PW-1 .dxbButton_MetropolisBlueBP.dxbDisabled_MetropolisBlueBP:hover {
    color: #FFFFFF !important;
    background-color: #BFBFBF !important;
    box-shadow: none;
    cursor: auto;
}

.circle:hover {
    opacity: 1;
    cursor: pointer;
}

.circle.red:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 5px;
    border-radius: 14px;
    background: white;
}

.circle.red:after {
    content: "NON";
    position: absolute;
    color: white;
    left: 22px;
    font-size: 11px;
}

.circle.green:after {
    content: "OUI";
    position: absolute;
    color: white;
    right: 24px;
    font-size: 11px;
}

.circle.green:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    right: 5px;
    border-radius: 14px;
    background: white;
}

.disabled.circle {
    background-color: gray !important;
    cursor: auto !important;
}

.colorBP {
    color: #0072c6 !important;
}

.colorGreen {
    color: #159f84;
}

.colorGray {
    color: #888888 !important;
}

.colorRed {
    color: red; /*rgb(231, 76, 60);*/
}

.colorBlack {
    color: black;
}

.dxgvSelectedRow_MetropolisBlueBP .colorRed {
    color: white;
}

.colorOrange {
    color: #EC8E00;
}

.red {
    background-color: #e74c3c !important;
    color: white;
}

.black {
    background-color: #222222 !important;
    color: white;
}

.orange {
    background-color: orange !important;
    color: white;
}

.green {
    background-color: #159f84 !important;
    color: white !important;
}

.gray {
    background-color: gray !important;
    color: white !important;
}

.yellow {
    color: rgb(82, 82, 82) !important;
    background: #FFFA9D !important;
}

.recherche-avancee {
    position: relative;
    width: 100%;
    transform-origin: top;
    transform: scaleY(0);
    background: #F1F1F1;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 10px;
    z-index: 3;
}

    .recherche-avancee small {
        padding: 8px 0;
        display: block;
        color: gray;
    }

    .recherche-avancee .apply-filters {
        bottom: 10px;
        position: absolute;
        right: 10px;
        padding: 2px 15px;
        width: auto;
    }

.clear-filters-ecritures {
    position: relative;
    width: 120px;
    padding: 2px 0 !important;
    top: 5px;
}

.recherche-avancee .apply-filters:hover, .recherche-avancee .clear-filters:hover {
    cursor: pointer;
    background-color: #0A997D !important;
    box-shadow: 0px 0px 3px rgb(160, 160, 160);
}

.bic-compte-emetteur-card {
    margin-left: -3px;
}

    .bic-compte-emetteur-card img {
        margin: 0 5px;
    }

.dxgvEmptyDataRow_MetropolisBlueBP td.dxgv {
    border: none !important;
}

.content-confirmation {
    font-size: 12px;
}

/* WIDGET */
.liste-fichiersaEnvoyer {
    width: 100%;
}

    .liste-fichiersaEnvoyer td {
        padding: 1px 2px;
    }

    .liste-fichiersaEnvoyer tr.tr:hover {
        background: #eee;
        cursor: pointer;
    }

.bouton-traiter {
    padding: 4px 12px;
    margin: 5px 10px;
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.td-valide img, .td-signe img {
    width: 16px;
}

.box-details-errors {
    position: absolute;
    background: lightyellow;
    padding: 7px 15px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: black;
    opacity: 0;
    transform: translateY(-60px);
    z-index: 3;
}

    .box-details-errors:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: -18px;
        right: 5px;
        border: 10px solid;
        border-color: transparent transparent lightyellow transparent;
    }

.show-box-details-errors {
    opacity: 1;
    transform: translateY(0px);
}
/* END WIDGET */

.card-activation {
    position: relative;
    background: #f0f0f0;
    color: white;
    padding: 3px 7px;
    margin: 0 5px;
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
}

    .card-activation i, .card-activation b {
        position: relative;
        height: 0px;
        overflow: hidden;
        display: block;
        line-height: 18px;
        opacity: 0;
        top: 7px;
    }

    .card-activation:hover i, .card-activation:hover b {
        height: 36px;
        opacity: 1;
    }

    .card-activation:hover {
        background: #A5A5A5;
        box-shadow: 0px 0px 5px gray;
        cursor: pointer;
    }

    .card-activation img {
        height: 64px;
        margin-top: 10px;
    }

    .card-activation:hover img {
        margin-top: 0px !important;
    }

/* POPUP TRAITEMENT AUTO */

.wrapper-traitement-fichiers {
    position: relative;
    width: 850px;
}

.wrapper-btn-traitement {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2;
}

.table-traitement-fichiers {
    width: 100%;
}

    .table-traitement-fichiers tr:nth-child(2n) {
        background: #f0f0f0;
    }

.derniere-etape-info {
    position: relative;
    animation: displayInfoLastStage cubic-bezier(.87,-.1,.19,1.24) 0.8s;
    animation-iteration-count: 1;
    animation-delay: 0.15s;
    opacity: 0;
    animation-fill-mode: forwards;
    /*animation-timing-function : cubic-bezier(.87,-.41,.19,1.44);*/
    display: block;
}

.errorEtape {
    color: red;
}

.error-message {
    color: red;
    font-weight: 700;
}

div.derniere-etape-info {
    max-height: 70px;
    overflow: auto;
    width: 100%;
}

.errorEtape {
    border-left: 6px solid rgb(231, 76, 60);
    padding: 2px 0;
    padding-left: 6px;
}

.okEtape {
    border-left: 6px solid #159f84;
    padding: 2px 0;
    padding-left: 6px;
}

.validation-fichier-ok, .signature-fichier-ok {
    position: relative;
    animation-name: pulseTest;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.87,-.41,.19,1.44);
}

.info-cert-to-use {
    background: #F1F1F1;
    position: relative;
    margin: 15px auto;
    overflow: hidden;
    text-align: left;
    display: table;
    min-width: 300px;
}

    .info-cert-to-use table {
        text-align: left;
        margin: 0px 5px;
    }

.download-details-action:hover {
    opacity: 0.8 !important;
    cursor: pointer;
}

.download-details-action {
    opacity: 0.5;
    transform: scale(1);
    height: 24px;
    transition: all 0.3s ease-in-out;
}

#pwdReLogin {
    border: 1px solid lightgray;
    width: 200px;
    font-size: 12px;
    background: url('/Content/Images/lock-login.png');
    background-repeat: no-repeat;
    background-position-x: -2px;
    background-position-y: 1px;
    padding-left: 27px;
    margin: 15px 0;
}

.info-cert-to-use table td {
    padding: 1px 3px;
}

.info-cert-to-use img.bg {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.08;
    height: 95px;
    transform: scale(1.3);
}

.popupDeleteTag {
    width: 230px;
    border: 1px solid #f0f0f0;
    color: black;
    background: #f1f1f1;
    box-shadow: 0 0 5px gray;
    position: absolute;
    left: 50%;
    margin-left: -115px;
    margin-top: -30px;
    opacity: 0;
    z-index: 3;
}

    .popupDeleteTag .commandsDeleteTag span {
        margin: 0 20px;
        cursor: pointer;
        font-size: 11px;
        padding: 3px 10px;
    }

    .popupDeleteTag .imgClosePopupDeleteTag {
        float: right;
        width: 16px;
        cursor: pointer;
    }

@keyframes pulseTest {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@keyframes displayInfoLastStage {
    0% {
        opacity: 0;
        transform: scaleX(0.8);
        background-color: white;
    }

    90% {
        opacity: 1;
        transform: scaleX(1);
        background-color: lightyellow;
    }

    100% {
        opacity: 1;
        transform: scaleX(1);
        background-color: white;
    }
}

.disabled .dxWeb_edtCheckBoxChecked_MetropolisBlueBP {
    background-position: -218px -351px !important;
    width: 16px;
    height: 16px;
}

.progressbar-send {
    position: relative;
    width: 200px;
    height: 20px;
    line-height: 20px;
    background: lightgray;
}

    .progressbar-send .text-etat {
        position: absolute;
        color: white;
        z-index: 1;
    }

    .progressbar-send .etat {
        position: relative;
        width: 0%;
        height: 20px;
        /*animation-name: myFadeIn;
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-fill-mode: backwards;
        transform-origin: left;*/
    }

/*.table-traitement-fichiers .etat:nth-child(1)
        {
            animation-delay: .25s;
        }

       .table-traitement-fichiers .etat:nth-child(2)
        {
            animation-delay: .5s;
        }

       .table-traitement-fichiers .etat:nth-child(3)
        {
            animation-delay: .75s;
        }

       .table-traitement-fichiers .etat:nth-child(4)
        {
            animation-delay: 1s;
        }*/

@keyframes myFadeIn {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }

    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}


@keyframes myOpacityIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* END POPUP TRAITEMENT AUTO*/

@media only screen and (min-width : 1360px) and (max-width : 4500px) {
    .dxgvControl_MetropolisBlueBP, .dxgvDisabled_MetropolisBlueBP {
        font-size: 14px !important;
    }

    .content-confirmation {
        font-size: 13px;
    }

    .statusbar {
        height: 30px;
        line-height: 30px;
    }

    /*._selected
    {
        height: 32px !important;
    }

    .dxgvDataRow_MetropolisBlueBP
    {
        line-height: 32px;
    }*/
}

@media only screen and (min-width : 0px) and (max-width : 1086px) {
    .logo-header {
        width: 180px;
    }

    .toolbar-item {
        padding: 0 5px !important;
    }

        .toolbar-item img:first-child {
            width: 28px !important;
        }

    .box-selector-groupe {
        margin-top: 56px !important;
    }

    .content-page {
        margin-top: 30px;
    }
}

.dxgvSearchPanel_MetropolisBlueBP .dxeSafariSys {
    position: relative;
    width: 232px !important;
}

/* Ellisphere */

.Elli_divTable {
    width: 80%;
    white-space: nowrap;
    height: 300px;
}

.Elli_divTableRow {
    display: table-row;
}

.Elli_divTableHead {
    color: #FFF;
    display: table-cell;
    padding: 3px 10px;
    text-align: center;
}

.Elli_divTableCell {
    display: table-cell;
    padding: 3px 10px;
    border: 1px solid #EEE;
    text-align: center;
}

.Elli_divTableHeading {
    background-color: #0b80d6;
    display: table-header-group;
    font-weight: bold;
}

.Elli_divTableFoot {
    background-color: #0b80d6;
    display: table-footer-group;
    font-weight: bold;
}

.Elli_divTableBody {
    display: table-row-group;
}


/* Couleurs des boutons des popup Ellisphere*/
#PopupConfirmation_PW-1.ellisphere #_ok, #PopupConfirmation_PW-1.ellisphere #_annuler, #enregistrer-parametres-ellisphere, #fermer-parametres-ellisphere, .btn-action-ellisphere {
    background: #00aeef !important;
}

/* Couleurs des boutons des entetes Ellisphere*/

#PopupConfirmation_PWH-1.dxpc-header.dxpc-withBtn.ellisphere, #PopupEllisphere_PWH-1.dxpc-header {
    background: #00aeef !important;
}

/* Couleurs des fonds de Popup Ellisphere*/
#PopupConfirmationEllisphere_PWC-1, #PopupConfirmation_PW-1.ellisphere, #PopupEllisphere_PWC-1 {
    background: #f7f5f5 !important;
}

.chkToutCocher {
    margin-left: 0px;
}

.height140 {
    height: 140px;
}



#PopupNS_DivGlobale {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.4px solid #ccc;
    width: 500px;
    margin: 0 auto;
    cursor: pointer;
}

.PopupNS_arrowUp {
    opacity: 0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: 2s;
}

#PopupNS_DivGlobale:hover .PopupNS_arrowUp {
    opacity: 1.0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transform: translate(0px, 5px);
    transition: 1s
}


.PopupNS_arrowDown {
    opacity: 0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: 2s;
}

#PopupNS_DivGlobale:hover .PopupNS_arrowDown {
    opacity: 1.0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transform: translate(0px, -5px);
    transition: 1s
}

.buttonGridTresoDetaille {
    position: absolute;
    top: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 4px 1px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background-color: #0072C6;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 160px;
    max-height: 32px;
}

    .buttonGridTresoDetaille:hover {
        background-color: #005696;
        border-color: #a9a9a9;
    }

    .buttonGridTresoDetaille:active {
        background-color: #004a86;
        border-color: #808080;
    }

    .buttonGridTresoDetaille img {
        height: 20px;
        width: 20px;
    }

/* bouton connexion DSP2 */

.connect-dsp2-ic {
    width: 42px;
    height: 42px;
    position: relative;
    top: 28%;
    border-radius: 32px;
    box-shadow: -1px 2px 5px #AFAFAF;
    border: 2px solid white;
    background-color: #0072C6;
}

    .connect-dsp2-ic > img {
        position: relative;
        top: 10px;
        left: 10px;
        transition: 0.3s;
    }

    .connect-dsp2-ic:hover > img, .connect-dsp2-ic:active > img {
        transition: 0.3s;
        transform: rotate(90deg);
    }


    .connect-dsp2-ic:hover {
        cursor: pointer;
    }

        .connect-dsp2-ic:hover .connect-dsp2-link-top {
            -webkit-animation: kf-ringtone 0.7s 1 forwards;
            -moz-animation: kf-ringtone 0.7s 1 forwards;
            -o-animation: kf-ringtone 0.7s 1 forwards;
            animation: kf-ringtone 0.7s 1 forwards;
        }

        .connect-dsp2-ic:hover .connect-dsp2-link-bottom {
            -webkit-animation: kf-ringtone 0.7s 1 forwards;
            -moz-animation: kf-ringtone 0.7s 1 forwards;
            -o-animation: kf-ringtone 0.7s 1 forwards;
            animation: kf-ringtone 0.7s 1 forwards;
        }

.connect-dsp2-link-top {
    width: 60%;
    position: absolute;
    left: 19%;
    top: 19%;
}

.connect-dsp2-link-bottom {
    width: 60%;
    position: absolute;
    left: 19%;
    top: 19%;
}

.anime-ringtone {
    -webkit-animation: kf-ringtone 1s ease;
    -moz-animation: kf-ringtone 1s ease;
    -o-animation: kf-ringtone 1s ease;
    animation: kf-ringtone 1s ease;
}

@keyframes kf-ringtone {
    0% {
        transform: rotate(0);
    }

    15% {
        transform: rotate(-28deg);
    }

    30% {
        transform: rotate(18deg);
    }

    45% {
        transform: rotate(6deg);
    }

    60% {
        transform: rotate(1deg);
    }

    75% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.anime-colorize-blue {
    -webkit-animation: kf-colorize-blue 1s forwards;
    -moz-animation: kf-colorize-blue 1s forwards;
    -o-animation: kf-colorize-blue 1s forwards;
    animation: kf-colorize-blue 1s forwards;
}

@keyframes kf-colorize-blue {
    0% {
        background-color: #909090;
    }

    100% {
        background-color: #0072C6;
    }
}


.anime-colorize-grey {
    -webkit-animation: kf-colorize-grey 1s forwards;
    -moz-animation: kf-colorize-grey 1s forwards;
    -o-animation: kf-colorize-grey 1s forwards;
    animation: kf-colorize-grey 1s forwards;
}

@keyframes kf-colorize-grey {
    0% {
        background-color: #0072C6;
    }

    100% {
        background-color: #909090;
    }
}

.overflow-menu {
    overflow-x: hidden;
    overflow-y: auto;
    height: 72.3vh;
}

#dsp2-btn-back {
    width: 35px;
    cursor: pointer;
    display: inline-block;
    text-align: left;
    padding: 20px;
    position: absolute;
    left: 0px;
    display: none;
    top: 42px;
}

.dxsplHSeparator_MetropolisBlueBP {
    background-color: lightgray !important;
}


.dsp2-sync-account:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dsp2-sync-account {
    cursor: pointer;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .3s ease-in-out;
}

.centered-square {
    margin: 10px;
    width: 20%;
    text-align: center;
    /*border: 1px solid gray;*/
    display: inline-block;
}

.container-square {
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 80pt;
    /*border: 1px solid black;*/
}



.dsp2-sync-all > img {
    animation: rotate360 2s infinite;
}

.dsp2-sync-all {
    animation: fadeIn 0.5s ease-in both;
}

.dsp2-sync-finished {
    animation: fadeOut 1s ease-in both;
}



@keyframes fadeIn {
    0% {
        -webkit-transform: translateX(0px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(5px);
        opacity: 1;
    }
}


@keyframes fadeOut {
    0% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(5px);
        opacity: 0;
    }
}


@keyframes rotate360 {
    0% {
        -webkit-transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
    }
}



/* ====================================================== */
/* Tooltips                                               */
/* ====================================================== */



.boite-envoi-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .boite-envoi-tooltip .boite-envoi-tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .boite-envoi-tooltip:hover .boite-envoi-tooltiptext {
        visibility: visible;
    }


.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}



.combo-constructeurs {
    border: 1px solid lightgray;
    text-align: center;
    margin: auto;
    position: relative;
    width: 260px;
    display: flex;
    background-color: white;
    height: 26px !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .combo-constructeurs .img-arrow {
        position: absolute;
        right: 10px;
        opacity: 0.35;
        margin-top: 2px;
    }

    .combo-constructeurs:hover .img-arrow {
        opacity: 0.5;
    }

    .combo-constructeurs:hover {
        color: @colorDefault;
        border-color: @colorDefault;
        cursor: pointer;
    }

.ligne {
    position: relative;
    left: 140px;
}


ul.options-constructeurs {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 47px;
    background: #f0f0f0;
    width: 180px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid lightgray;
    z-index: 10;
    text-align: center;
}

    ul.options-constructeurs li {
        padding: 4px 10px;
        font-size: smaller;
        color: black;
        background-color: white;
    }

        ul.options-constructeurs li:hover {
            background: darkgrey;
            cursor: pointer;
        }

            ul.options-constructeurs li:hover span {
            }

        ul.options-constructeurs li span {
            display: block;
            font-size: smaller;
            color: gray;
            margin: 3px 0;
        }


.tooltip {
    position: relative;
    display: inline-block;
    font-size: 14px;
}

    .tooltip:hover {
        cursor: pointer;
    }

    .tooltip .tooltiptext {
        visibility: hidden;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 10px 0;
        position: absolute;
        z-index: 9;
        left: 50%;
        margin-left: -150px;
        opacity: 0;
        width: 237px;
    }

    .tooltip .tooltiptext-dsp2-renew {
        visibility: hidden;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 10px 0;
        position: absolute;
        opacity: 0;
        width: 237px;
        top: 30px;
        z-index: 999;
        font-size: 12px;
        font-weight: normal !important;
        text-align: left;
        max-width: 230px;
    }


    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
        padding: 5px 15px 5px 15px;
    }

    .tooltip:hover .tooltiptext-dsp2-renew {
        visibility: visible;
        opacity: 1;
        padding: 5px 5px 5px 5px;
    }

.cbo-all-societe::-webkit-input-placeholder {
    color: lightgrey;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: none !important;
    width: 370px;
}

.dataTable > thead {
    display: none;
}



.bg-dsp2-inMessage {
    position: absolute;
    opacity: .085;
    margin-left: 5px;
    margin-top: 5px;
    z-index: 2;
    width: 40px;
    height: 40px;
}

.infoDsp2-inMessage {
    background: #f0f0f0;
    position: relative;
    margin: 20px;
    width: 280px;
    height: 150px;
}

.titre-dsp2ToRenew {
    text-align: center;
    font-size: 12px;
    margin: 20px;
}



.dsp2-new-connexion-tbody {
    display: flex;
    flex-direction: row;
    column-count: 2;
    flex-wrap: wrap;
    justify-content: center;
}

.fleche-droite {
    border: solid #d2d2d2;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.dsp2-new-connexion-tbody > tr {
    background-color: #ffffff;
    /*border-bottom: 1px solid #eee;*/
    width: 285px;
}


    .dsp2-new-connexion-tbody > tr > td:nth-child(1) {
        /*padding: 5px 10px !important;*/
    }

.dsp2-new-connexion-tbody tr:hover {
    background-color: #f0f0f0;
    cursor: pointer;
    color: black;
}

.dsp2-new-connexion-tbody > tr > td:nth-child(2) {
    width: 100%;
    padding: 5px 10px !important;
}


.dsp2-new-connexion-tbody > tr > td > div > span:nth-child(1) {
    width: 100%
}

.dsp2-new-connexion-tbody > tr > td > div > span:nth-child(2) {
    float: right;
}

.dsp2-new-connexion-label {
    width: 100%;
}

.dsp2-new-connexion-info-sp2 {
    float: right;
    margin-right: 15px;
}

.dsp2-new-connexion-tbody > tr {
    height: 48px;
}

/*=====================================*/
/* POPUP RENOUVELLEMENT CONNEXION DSP2 */
/*=====================================*/

#rdsp2-master-container {
    height: 500px;
}

#rdsp2-container {
    overflow-y: auto;
    display: flex;
    height: 300px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

#rdsp2-chk-to-renew {
    display: flex;
    flex-direction: row;
}

#rdsp2-liste-to-renew {
    width: 290px;
    padding: 5px;
    margin: 5px;
    padding: 5px;
    position: absolute;
    top: 85px;
    height: 285px;
    overflow-x: hidden;
}

.rdsp2-row {
    border: 1px solid #ccc;
    border-radius: 7px;
    cursor: pointer;
    padding: 5px;
    margin: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.rdsp2-row {
    display: flex;
}

    .rdsp2-row:hover {
        background-color: #eee;
        cursor: pointer;
    }

.rdsp2-label-and-arrow {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: 5px;
    margin-right: 10px;
    align-items: center;
}

.rdsp2-row-img {
    padding: 5px;
}



.rdsp2-label-banque {
    width: 100%
}

.rdsp2-row-progression {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.rdsp2-row-progression-img {
    width: 16px;
    height: 16px;
    margin: 5px;
}

.rdsp2-row-progression-label-font {
    font-family: 'Open Sans', Ubuntu;
    font-size: 13px;
    background: white;
    color: black;
    font-weight: bold;
}

.renew-popup-button-div {
    text-align: center;
    margin-top: 5px;
}

#renew-popup-button {
    width: 310px;
    cursor: pointer;
    padding: 7px;
}

.span-img-renew-dsp2 {
    margin-left: 5px;
}


.societe-list h3 .img-renew-dsp2 {
    transition: transform 0.35s ease;
}

.societe-list h3:hover .img-renew-dsp2 {
    transform: rotate(180deg);
}

ul.cyber-combo-banques-options {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 33px;
    background: #f0f0f0;
    width: 450px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid lightgray;
    z-index: 10;
}

    ul.cyber-combo-banques-options li {
        padding: 4px 10px;
        font-size: smaller;
        color: @colorDefault;
    }

        ul.cyber-combo-banques-options li:hover {
            background: lightgray;
            cursor: pointer;
        }

            ul.cyber-combo-banques-options li:hover span {
            }

        ul.cyber-combo-banques-options li span {
            display: block;
            font-size: smaller;
            color: gray;
            margin: 3px 0;
        }

.cyber-combo-banques {
    border: 1px solid lightgray;
    padding: 5px;
    text-align: center;
    margin: auto;
    position: relative;
    color: black;
    width: 82%;
}

    .cyber-combo-banques .img-arrow {
        position: absolute;
        right: 10px;
        opacity: 0.35;
        margin-top: 2px;
    }

    .cyber-combo-banques:hover .img-arrow {
        opacity: 0.5;
    }

    .cyber-combo-banques:hover {
        color: @colorDefault;
        border-color: @colorDefault;
        cursor: pointer;
    }


.flex-center {
    display: flex;
    justify-content: center;
}

.error-modal-popup-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    position: absolute;
    min-width: 150px;
    min-height: 150px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.error-modal-popup-titre {
    width: 100%;
    background: #0072C6;
    color: white;
    font-weight: 500;
}

.error-modal-popup-titre-text {
    font-weight: 500;
    margin-right: 0px;
    margin-top: 0px;
    padding: 15px;
}

.error-modal-popup-error-text {
    padding-left: 15px;
    padding-right: 30px;
    font-weight: 500;
}

.error-modal-popup-content-detail {
    border-left: 6px solid orange;
    padding-left: 6px;
    margin-left: 15px;
}

.error-modal-popup-detail-text {
    padding: 15px;
}

.error-modal-popup-close {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 6px;
}

    .error-modal-popup-close:hover,
    .error-modal-popup-close:focus {
        color: #bbbbbb;
        text-decoration: none;
        cursor: pointer;
    }





ul.cenet-combo-banques-options {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 33px;
    background: #f0f0f0;
    width: 525px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid lightgray;
    z-index: 10;
}

    ul.cenet-combo-banques-options li {
        padding: 4px 10px;
        font-size: smaller;
        color: @colorDefault;
    }

        ul.cenet-combo-banques-options li:hover {
            background: lightgray;
            cursor: pointer;
        }

            ul.cenet-combo-banques-options li:hover span {
            }

        ul.cenet-combo-banques-options li span {
            display: block;
            font-size: smaller;
            color: gray;
            margin: 3px 0;
        }


ul.select-infra-sso {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 130px;
    background: #f0f0f0;
    width: 250px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid lightgray;
    z-index: 10;
}

    ul.select-infra-sso li {
        padding: 4px 10px;
        font-size: smaller;
        color: @colorDefault;
    }

        ul.select-infra-sso li:hover {
            background: lightgray;
            cursor: pointer;
        }

            ul.select-infra-sso li:hover span {
            }

        ul.select-infra-sso li span {
            display: block;
            font-size: smaller;
            color: gray;
            margin: 3px 0;
        }


.cenet-combo-banques {
    border: 1px solid lightgray;
    padding: 5px;
    text-align: center;
    margin: auto;
    position: relative;
    color: black;
    width: 82%;
}

    .cenet-combo-banques .img-arrow {
        position: absolute;
        right: 10px;
        opacity: 0.35;
        margin-top: 2px;
    }

    .cenet-combo-banques:hover .img-arrow {
        opacity: 0.5;
    }

    .cenet-combo-banques:hover {
        color: @colorDefault;
        border-color: @colorDefault;
        cursor: pointer;
    }

.etape-dsp2-encours {
    opacity: 1;
    left: 0px;
}

#appliquer-societe {
    margin: 5px 0px 5px 0px;
}


#divAppliquerSociete {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.opacity {
    opacity: 0.5
}

    .opacity:hover {
        opacity: 1
    }

.dsp2-benef-div {
}

.dsp2-benef-div-select {
    width: 200px;
    border-color: #ccc;
    padding: unset !important;
}

#dsp2-benef-info-progression {
    position: absolute;
    bottom: 15px;
}

#footer-beneficiaires {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.footer-beneficiaires-prog {
    color: #fff !important;
    background-color: #0072c6 !important;
    height: 4px;
    width: 0%;
}

.mix-ebics-dsp2-ko-details-compte {
    display: flex;
    margin: 10px;
    justify-content: space-around;
}

.mix-ebics-dsp2-ko-details-compte-nom {
    font-weight: bold;
}

.mix-ebics-dsp2-ko-btn {
    text-align: end;
    margin-right: 15px;
}

.mix-ebics-dsp2-ko-popup-result {
    width: 100%;
    text-align: center;
}

.mix-ebics-dsp2-ko-popup-content {
    width: 580px;
    height: 180px;
}

.mix-ebics-dsp2-ko-popup-error {
    font-weight: bold;
}

.mix-ebics-dsp2-ko-popup-content-table {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.dsp2-benef-div-nom-benef {
    display: flex;
}

.dsp2-benef-div-nom-benef-img {
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    left: 5px;
}

.dsp2-rb-benef {
    position: relative;
    top: 2px;
    left: 7px;
}

    .dsp2-rb-benef.cb-ignore {
        position: relative;
        top: 2px;
        left: 11px;
    }

    .dsp2-rb-benef.cb-maj {
        position: relative;
        top: 2px;
        left: -2px;
    }

.dsp2-benef-left-info {
    position: absolute;
    margin-top: 0px !important;
    width: 5px !important;
    height: 21px !important;
}

.dsp2-liste-compte-emetteur-to-edit {
    width: 100%;
}

    .dsp2-liste-compte-emetteur-to-edit td {
        padding: 0 5px;
    }

.dsp2-paiement-annule {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    margin-right: 10px;
    color: red;
}

.dxgvSelectedRow_MetropolisBlueBP .dsp2-paiement-annule {
    color: white !important;
}


.dsp2-paiement-annule-remise {
    border: 1px solid;
    border-radius: 10px;
    padding: 1px 10px 1px 10px;
    margin-right: 10px;
}


.dxgvSelectedRow_MetropolisBlueBP .dsp2-paiement-annule-remise {
    color: white !important;
}


.ocr-analyse-div {
    display: flex;
    position: absolute;
    bottom: 12px;
    left: 15px;
}

.maj-gridviewfacture:hover .animate-bounce {
    transform: rotateZ(90deg);
}

.dp-texts {
    font-family: 'Open Sans', Ubuntu !important;
    font-size: 12px !important;
}

.dp-btn {
    background-color: #f1f1f1;
    border: none;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align: left;
}

.dp-filter-container {
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

.dp-filter-button {
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    min-width: 270px;
    height: 24px;
}

.dp-filter-menu {
    display: none;
    position: absolute;
    top: 23px;
    left: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    z-index: 1000;
    width: 228px;
}

.dp-date-pickers {
    display: flex;
    justify-content: space-between;
}

    .dp-date-pickers input {
        width: 40%;
        padding: 10px;
        margin: 5px 1%;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.dp-quick-filters {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}

    .dp-quick-filters button {
        background-color: #f1f1f1;
        border: none;
        padding: 5px;
        margin-top: 5px;
        cursor: pointer;
        text-align: left;
    }

        .dp-quick-filters button:hover,
        .dp-cancel:hover {
            background-color: #ddd;
        }

.dp-filter-actions {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}

    .dp-filter-actions button {
        padding: 5px 15px;
        border: none;
        cursor: pointer;
    }

        .dp-filter-actions button#apply-button:disabled {
            background-color: #ccc;
            cursor: not-allowed;
        }

        .dp-filter-actions button#apply-button:not(:disabled) {
            background-color: forestgreen;
            color: white;
        }

@media (max-width: 1350px) {
    .modal-fac-fournisseur {
        max-width: 1100px !important;
    }

    .sticky-bottom-frame-fournisseur {
        max-width: 1100px !important;
    }

    .fac-fournisseur-preview {
        width: 615px !important;
    }

    .FactureFournBinaryImage {
        width: 540px !important;
    }
}

.ocr-error-analyse {
    display: flex;
    width: 330px;
    flex-direction: row;
    align-items: center;
    margin: 10px;
    position: absolute;
    left: 5px;
    overflow-y: auto;
}

.MemoResizable textarea {
    resize: both;
    min-width: 298px;
    min-height: 68px;
}


.row-dsp2-groupe:hover {
    cursor: pointer;
    background-color: #0072c6;
    color: white;
}

.row-dsp2-connexion:hover {
    cursor: pointer;
    background-color: #0072c6;
    color: white;
}


#associationTable {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #EAEAEA;
}

    #associationTable > tbody > tr > td {
        border: 1px solid #EAEAEA; /* Bordure de chaque cellule avec une couleur gris très clair */
        padding: 8px; /* Espace entre les cellules */
        text-align: center; /* Centrer horizontalement */
        vertical-align: middle; /* Centrer verticalement */
    }

    #associationTable > thead > tr > th {
        border: 1px solid #EAEAEA; /* Bordure de chaque cellule avec une couleur gris très clair */
        padding: 8px; /* Espace entre les cellules */
        text-align: center; /* Centrer horizontalement */
        vertical-align: middle; /* Centrer verticalement */
    }

.ocr-param-div-actions {
    display: flex;
    flex-direction: column;
}

.loading-add-ocr-row {
    margin-left: 10px;
}

    .loading-add-ocr-row > img {
        width: 16px;
    }

.box-param-ocr {
    display: flex;
}

#container-table-ocr-associations {
    padding-top: 15px;
}

.ocr-combo-type {
    height: 28px;
    padding: unset !important;
}

.ocr-param-div-actions-ajouter {
}

.ocr-param-div-actions-appliquer {
}

.delete-ocr-row {
    cursor: pointer;
}

.ocr-no-data {
    width: 500px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #EAEAEA;
    padding: 20px;
}

.ocr-tooltip-text {
    margin-left: 20px !important;
    bottom: 20px !important;
    width: 500px !important;
}

.row-error {
    border: 1px solid red;
}


/* Ligne rouge dans la nouvelle cellule d'erreur */
.error-indicator {
    width: 4px;
    background-color: red;
    height: 100%;
}

/* Style du pop-up lors du survol (utilisation de l'attribut title) */
.error-td {
    position: relative;
    border-right: 5px solid red !important;
    cursor: pointer;
}

.ocr-etat, .ocr-etat-header {
    border-left: 1px solid white !important;
    border-top: 1px solid white !important;
    border-bottom: 1px solid white !important;
}
/* Masquer l'info-bulle au départ */
.error-tooltip {
    visibility: hidden;
    background-color: #ffffff;
    color: #bd1919;
    text-align: left;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #bd1919;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 105%;
    transform: translateY(-50%);
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Montrer l'info-bulle quand on survole la cellule */
.error-td:hover .error-tooltip {
    visibility: visible;
}


.error-td[title]:hover::after {
    content: attr(title);
    position: absolute;
    left: 110%; /* Positionné à droite de la ligne rouge */
    top: 50%;
    transform: translateY(-50%);
    background-color: #f2dede;
    color: #a94442;
    border: 1px solid #a94442;
    padding: 5px;
    white-space: nowrap;
    z-index: 1000;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.max-content-form-clientfourn {
    margin-right: -12px;
    min-height: 360px;
    overflow-y: auto;
    overflow-x: clip;
}

.loadFormProfil {
    position: absolute !important;
    bottom: 5px;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.loaderForm-text {
    margin-top: 5px;
    padding-top: 5px;
}

.section-title {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.details-export {
    width: 100%;
}

    .details-export tr {
        line-height: 25px;
    }

    .details-export > td {
        width: 50%;
        text-align: right;
    }

.neobutton {
    border-radius: 2px;
}

.neoLike {
    border-radius: 8px !important;
}

    .neoLike .dxpc-header {
        background: white !important;
        color: #232323;
        border-bottom: 1px solid #acacac;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        text-align: center;
        font-size: 16px;
        padding-top: 20px
    }

    .neoLike .dxWeb_pcCloseButton_MetropolisBlueBP {
        filter: grayscale(100%) brightness(0%);
    }

    .neoLike .dxpc-content {
        padding: 20px 24px 20px 24px;
    }

    .neoLike .dxpc-closeBtn {
        padding-right: 20px
    }

/*Timeline Facture*/


.timeline-table {
    border-collapse: collapse;
    width: 100%;
}

.timeline-item {
    position: relative;
    padding-left: 30px; /* Augmenter l'espacement à gauche */
    margin-bottom: 15px; /* Ajouter de l'espacement entre les éléments */
    height: 20px;
}

.timeline-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
}

    .timeline-dot.created, .timeline-dot.modified {
        background-color: rgba(227, 226, 224, 0.5);
    }

    .timeline-dot.validation-requested {
        background-color: rgb(253, 231, 208);
    }

    .timeline-dot.validated {
        background-color: rgb(160, 230, 220);
    }

    .timeline-dot.sent {
        background-color: rgb(211, 229, 239);
    }

    .timeline-dot.cashed, .timeline-dot.accepted {
        background-color: rgb(219, 237, 219);
    }

    .timeline-dot.cancelled {
        background-color: rgb(232, 222, 238);
    }

    .timeline-dot.refused {
        background-color: rgb(255, 226, 221);
    }

    .timeline-dot.invoiced {
        background-color: #E1BEE7; /* Violet clair pastel */
    }

.timeline-title {
    font-weight: bold;
}

.spacer {
    height: 20px;
    border-left: 2px solid #ccc;
}

.timeline-date {
    color: #757575;
}

.blueNew {
    font-size: 8px;
    color: blue;
}

.correspondance-exact {
    border: 1px solid var(--color-success-border-discrete-default, #ACECC8);
    background: var(--color-success-surface-discrete-default, #F0F9F4);
    color: var(--color-success-text-regular-default, #1C5B3A);
}

.message-box {
    border-radius: 4px;
    padding: 1px;
    margin-bottom: 10px;
    font-family: var(--body-xxs-regular-fontFamily, Ubuntu);
    font-size: var(--body-xxs-regular-fontSize, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--body-xxs-regular-lineHeight, 16.5px);
    letter-spacing: var(--body-xxs-regular-letterSpacing, 0.05px);
}

.verification-requise {
    border: 1px solid var(--color-warning-border-discrete-default, #FFDCBD);
    background: var(--color-warning-surface-discrete-default, #FFF5E6);
    color: var(--color-warning-text-regular-default, #AF4000);
}

.message-neutral-box {
    margin: 0 8px;
    padding: 8px 16px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #2C2C2C;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    width: calc(100% - 16px);
    box-sizing: border-box;
    background-color: var(--color-neutral-surface-discrete-default, #F9F9F9);
    clip-path: inset(0 round 4px);
}


.csc3sk-popup-auth {
    display: flex;
    flex-direction: column;
}

.csc3sk-popup-auth-div-img-smartphone {
    width: 100px;
}

.csc3sk-popup-auth-img-smartphone {
    width: 130px;
}

.csc3sk-popup-auth-div-img-loader {
}

.csc3sk-popup-auth-img-loader {
    width: 50px;
}

.csc3sk-popup-auth-div-label {
    margin: 20px;
}

.csc3sk-popup-auth-label {
    text-align: center;
}

.csc3sk-popup-auth-div-identifiant {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.csc3sk-popup-auth-identifiant {
}

.csc3sk-popup-auth-div-haut {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.csc3sk-popup-auth-img-error {
    width: 56px;
}

.csc3sk-popup-auth-img-ok {
    width: 56px;
}

.csc3sk-popup-auth-div-img-result {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100px;
}





.cscCertEurope-popup-auth {
    display: flex;
    flex-direction: column;
}

.cscCertEurope-popup-auth-div-img-smartphone {
    width: 100px;
}

.cscCertEurope-popup-auth-img-smartphone {
    width: 130px;
}

.cscCertEurope-popup-auth-div-img-loader {
}

.cscCertEurope-popup-auth-img-loader {
    width: 50px;
}

.cscCertEurope-popup-auth-div-label {
    margin: 20px;
}

.cscCertEurope-popup-auth-label {
    text-align: center;
}

.cscCertEurope-popup-auth-div-identifiant {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.cscCertEurope-popup-auth-identifiant {
}

.cscCertEurope-popup-auth-div-haut {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.cscCertEurope-popup-auth-img-error {
    width: 56px;
}

.cscCertEurope-popup-auth-img-ok {
    width: 56px;
}

.cscCertEurope-popup-auth-div-img-result {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100px;
}

/*Lorsqu'une row devient selected dans la gridviewEcriture, on passe la couleur de l'img svg de la colonne à blanc, ainsi dés que la classe SelectedRow drop car on lache la selection, l'img reprend sa couleur d'origine*/
tr.dxgvSelectedRow_MetropolisBlueBP .col-israpproche img.img-lettrage {
    filter: brightness(0) invert(1);
}

/*Suivi Facture*/

.date-filter-container {
    display: flex;
    align-items: center; /* Aligne les éléments verticalement au centre */
    gap: 10px; /* Espace entre les éléments */
    margin-bottom: 30px;
}

    .date-filter-container div {
        display: flex;
        flex-direction: column;
    }

    .date-filter-container label {
        margin-bottom: 5px; /* Espace entre le label et le champ de date */
    }


.header-echoir-Entre301J::before,
.header-echoir-Entre6031J::before,
.header-echoir-Entre9061J::before,
.header-echoir-supp90::before,
.header-echu-Entre030j::before,
.header-echu-supp90::before,
.header-echu-Entre6190J::before,
.header-echu-Entre3160j::before {
    content: ''; /* Utilise un cercle vide comme contenu */
    display: inline-block;
    width: 10px; /* Taille du cercle */
    height: 10px; /* Taille du cercle */
    border-radius: 50%; /* Rend le cercle rond */
    margin-right: 6px; /* Espace entre le cercle et le texte */
}

.header-echu-Entre030j,
.header-echu-supp90,
.header-echu-Entre6190J,
.header-echu-Entre3160j,
.header-echoir-Entre301J,
.header-echoir-Entre6031J,
.header-echoir-Entre9061J,
.header-echoir-supp90 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-echu-Entre030j span,
.header-echu-supp90 span,
.header-echu-Entre6190J span,
.header-echu-Entre3160j span,
.header-echoir-Entre301J span,
.header-echoir-Entre6031J span,
.header-echoir-Entre9061J span,
.header-echoir-supp90 span {
    margin-right: auto; /* Aligne le texte à droite */
}

/* Echoir*/
.header-echoir-supp90::before {
    background: #63B084 !important;
    border: 1px solid #296128;
}

.header-echoir-Entre9061J::before {
    background: #A5E3BF !important;
    border: 1px solid #4E964E;
}

.header-echoir-Entre6031J::before {
    background: #C4E7D3 !important;
    border: 1px solid #5E935E;
}

.header-echoir-Entre301J::before {
    background: #EDF9F2 !important;
    border: 1px solid #5E935E;
}

/* Echu*/
.header-echu-Entre030j::before {
    background: #FFFBF3 !important;
    border: 1px solid #D36900;
}

.header-echu-Entre3160j::before {
    background: #FFECD0 !important;
    border: 1px solid #DB6600;
}



.header-echu-Entre6190J::before {
    background: #FFD8A1 !important;
    border: 1px solid #D66700;
}

.header-echu-supp90::before {
    background: #F2A6A9 !important;
    border: 1px solid #BB142C;
}

.balance-totaux-grey {
    font-weight: bold;
    text-align: right;
    background: #E6F0F7 !important;
}

.custom-tabs {
    width: 100%;
}

.tabs-header {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.tab-btn {
    padding: 10px 20px;
    background-color: #f2f2f2;
    border: none;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    font-weight: normal;
}

 .tab-btn.active {
     background-color: #fff;
     font-weight: bold;
     box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
 }

.tab-pane {
    display: none;
}

.tab-pane.active {
        display: block;
}

.custom-grid-cell {
    border: 1px solid #F3F3F3 !important; /* Couleur et épaisseur de la bordure */
    padding: 8px; /* Espacement à l'intérieur des cellules */
    text-align: right; /* Alignement du texte à droite */
}

/* Style pour les en-têtes de colonne */
.custom-grid-header {
    background-color: white; /* Couleur de fond des en-têtes */
    border: 1px solid #F3F3F3 !important; /* Couleur et épaisseur de la bordure */
    padding: 8px; /* Espacement à l'intérieur des cellules */
    text-align: center; /* Alignement du texte au centre */
}

.error-cell-import-ecriture {
    background-color: red;
}

.update-cell-import-client {
    background-color: green;
}

.radio-montant-previsionnel-reliquat label {
    font-size: 13px;
}


/*
    DEBUT style import catégorie : permettant de coloriser la grille imbriquée d'import de sous catégorie au sein de la grille d'import de catégories
*/
#GridViewImportCategorie .dxgvDetailRow_MetropolisBlueBP > td {
    background-color: white !important;
}

/* Supprime le fond étendu de la table interne */
table[id^="GridViewImportSousCategorie"][id$="_DXMainTable"] {
    background-color: transparent !important;
}

/* Applique un fond gris fumé UNIQUEMENT aux lignes de données des grilles imbriquées */
table[id^="GridViewImportSousCategorie"][id$="_DXMainTable"]
.dxgvDataRow_MetropolisBlueBP > td {
    background-color: WhiteSmoke !important;
}

/* Gère le décalage des grilles imbriquées */
td:has(> table[id^="GridViewImportSousCategorie"]) {
    padding-left: 85px;
    padding-bottom: 12px;
}

/*
    FIN style import catégorie
*/
.flag {
	width: 16px;
	height: 11px;
	background:url(/Content/Images/flags.png) no-repeat;
    display: block;
}

.flag.flag-ad {background-position: -16px 0}
.flag.flag-ae {background-position: -32px 0}
.flag.flag-af {background-position: -48px 0}
.flag.flag-ag {background-position: -64px 0}
.flag.flag-ai {background-position: -80px 0}
.flag.flag-al {background-position: -96px 0}
.flag.flag-am {background-position: -112px 0}
.flag.flag-an {background-position: -128px 0}
.flag.flag-ao {background-position: -144px 0}
.flag.flag-ar {background-position: -160px 0}
.flag.flag-as {background-position: -176px 0}
.flag.flag-at {background-position: -192px 0}
.flag.flag-au {background-position: -208px 0}
.flag.flag-aw {background-position: -224px 0}
.flag.flag-az {background-position: -240px 0}
.flag.flag-ba {background-position: 0 -11px}
.flag.flag-bb {background-position: -16px -11px}
.flag.flag-bd {background-position: -32px -11px}
.flag.flag-be {background-position: -48px -11px}
.flag.flag-bf {background-position: -64px -11px}
.flag.flag-bg {background-position: -80px -11px}
.flag.flag-bh {background-position: -96px -11px}
.flag.flag-bi {background-position: -112px -11px}
.flag.flag-bj {background-position: -128px -11px}
.flag.flag-bm {background-position: -144px -11px}
.flag.flag-bn {background-position: -160px -11px}
.flag.flag-bo {background-position: -176px -11px}
.flag.flag-br {background-position: -192px -11px}
.flag.flag-bs {background-position: -208px -11px}
.flag.flag-bt {background-position: -224px -11px}
.flag.flag-bv {background-position: -240px -11px}
.flag.flag-bw {background-position: 0 -22px}
.flag.flag-by {background-position: -16px -22px}
.flag.flag-bz {background-position: -32px -22px}
.flag.flag-ca {background-position: -48px -22px}
.flag.flag-catalonia {background-position: -64px -22px}
.flag.flag-cd {background-position: -80px -22px}
.flag.flag-cf {background-position: -96px -22px}
.flag.flag-cg {background-position: -112px -22px}
.flag.flag-ch {background-position: -128px -22px}
.flag.flag-ci {background-position: -144px -22px}
.flag.flag-ck {background-position: -160px -22px}
.flag.flag-cl {background-position: -176px -22px}
.flag.flag-cm {background-position: -192px -22px}
.flag.flag-cn {background-position: -208px -22px}
.flag.flag-co {background-position: -224px -22px}
.flag.flag-cr {background-position: -240px -22px}
.flag.flag-cu {background-position: 0 -33px}
.flag.flag-cv {background-position: -16px -33px}
.flag.flag-cw {background-position: -32px -33px}
.flag.flag-cy {background-position: -48px -33px}
.flag.flag-cz {background-position: -64px -33px}
.flag.flag-de {background-position: -80px -33px}
.flag.flag-dj {background-position: -96px -33px}
.flag.flag-dk {background-position: -112px -33px}
.flag.flag-dm {background-position: -128px -33px}
.flag.flag-do {background-position: -144px -33px}
.flag.flag-dz {background-position: -160px -33px}
.flag.flag-ec {background-position: -176px -33px}
.flag.flag-ee {background-position: -192px -33px}
.flag.flag-eg {background-position: -208px -33px}
.flag.flag-eh {background-position: -224px -33px}
.flag.flag-england {background-position: -240px -33px}
.flag.flag-er {background-position: 0 -44px}
.flag.flag-es {background-position: -16px -44px}
.flag.flag-et {background-position: -32px -44px}
.flag.flag-eu {background-position: -48px -44px}
.flag.flag-fi {background-position: -64px -44px}
.flag.flag-fj {background-position: -80px -44px}
.flag.flag-fk {background-position: -96px -44px}
.flag.flag-fm {background-position: -112px -44px}
.flag.flag-fo {background-position: -128px -44px}
.flag.flag-fr {background-position: -144px -44px}
.flag.flag-ga {background-position: -160px -44px}
.flag.flag-gb {background-position: -176px -44px}
.flag.flag-gd {background-position: -192px -44px}
.flag.flag-ge {background-position: -208px -44px}
.flag.flag-gf {background-position: -224px -44px}
.flag.flag-gg {background-position: -240px -44px}
.flag.flag-gh {background-position: 0 -55px}
.flag.flag-gi {background-position: -16px -55px}
.flag.flag-gl {background-position: -32px -55px}
.flag.flag-gm {background-position: -48px -55px}
.flag.flag-gn {background-position: -64px -55px}
.flag.flag-gp {background-position: -80px -55px}
.flag.flag-gq {background-position: -96px -55px}
.flag.flag-gr {background-position: -112px -55px}
.flag.flag-gs {background-position: -128px -55px}
.flag.flag-gt {background-position: -144px -55px}
.flag.flag-gu {background-position: -160px -55px}
.flag.flag-gw {background-position: -176px -55px}
.flag.flag-gy {background-position: -192px -55px}
.flag.flag-hk {background-position: -208px -55px}
.flag.flag-hm {background-position: -224px -55px}
.flag.flag-hn {background-position: -240px -55px}
.flag.flag-hr {background-position: 0 -66px}
.flag.flag-ht {background-position: -16px -66px}
.flag.flag-hu {background-position: -32px -66px}
.flag.flag-ic {background-position: -48px -66px}
.flag.flag-id {background-position: -64px -66px}
.flag.flag-ie {background-position: -80px -66px}
.flag.flag-il {background-position: -96px -66px}
.flag.flag-im {background-position: -112px -66px}
.flag.flag-in {background-position: -128px -66px}
.flag.flag-io {background-position: -144px -66px}
.flag.flag-iq {background-position: -160px -66px}
.flag.flag-ir {background-position: -176px -66px}
.flag.flag-is {background-position: -192px -66px}
.flag.flag-it {background-position: -208px -66px}
.flag.flag-je {background-position: -224px -66px}
.flag.flag-jm {background-position: -240px -66px}
.flag.flag-jo {background-position: 0 -77px}
.flag.flag-jp {background-position: -16px -77px}
.flag.flag-ke {background-position: -32px -77px}
.flag.flag-kg {background-position: -48px -77px}
.flag.flag-kh {background-position: -64px -77px}
.flag.flag-ki {background-position: -80px -77px}
.flag.flag-km {background-position: -96px -77px}
.flag.flag-kn {background-position: -112px -77px}
.flag.flag-kp {background-position: -128px -77px}
.flag.flag-kr {background-position: -144px -77px}
.flag.flag-kurdistan {background-position: -160px -77px}
.flag.flag-kw {background-position: -176px -77px}
.flag.flag-ky {background-position: -192px -77px}
.flag.flag-kz {background-position: -208px -77px}
.flag.flag-la {background-position: -224px -77px}
.flag.flag-lb {background-position: -240px -77px}
.flag.flag-lc {background-position: 0 -88px}
.flag.flag-li {background-position: -16px -88px}
.flag.flag-lk {background-position: -32px -88px}
.flag.flag-lr {background-position: -48px -88px}
.flag.flag-ls {background-position: -64px -88px}
.flag.flag-lt {background-position: -80px -88px}
.flag.flag-lu {background-position: -96px -88px}
.flag.flag-lv {background-position: -112px -88px}
.flag.flag-ly {background-position: -128px -88px}
.flag.flag-ma {background-position: -144px -88px}
.flag.flag-mc {background-position: -160px -88px}
.flag.flag-md {background-position: -176px -88px}
.flag.flag-me {background-position: -192px -88px}
.flag.flag-mg {background-position: -208px -88px}
.flag.flag-mh {background-position: -224px -88px}
.flag.flag-mk {background-position: -240px -88px}
.flag.flag-ml {background-position: 0 -99px}
.flag.flag-mm {background-position: -16px -99px}
.flag.flag-mn {background-position: -32px -99px}
.flag.flag-mo {background-position: -48px -99px}
.flag.flag-mp {background-position: -64px -99px}
.flag.flag-mq {background-position: -80px -99px}
.flag.flag-mr {background-position: -96px -99px}
.flag.flag-ms {background-position: -112px -99px}
.flag.flag-mt {background-position: -128px -99px}
.flag.flag-mu {background-position: -144px -99px}
.flag.flag-mv {background-position: -160px -99px}
.flag.flag-mw {background-position: -176px -99px}
.flag.flag-mx {background-position: -192px -99px}
.flag.flag-my {background-position: -208px -99px}
.flag.flag-mz {background-position: -224px -99px}
.flag.flag-na {background-position: -240px -99px}
.flag.flag-nc {background-position: 0 -110px}
.flag.flag-ne {background-position: -16px -110px}
.flag.flag-nf {background-position: -32px -110px}
.flag.flag-ng {background-position: -48px -110px}
.flag.flag-ni {background-position: -64px -110px}
.flag.flag-nl {background-position: -80px -110px}
.flag.flag-no {background-position: -96px -110px}
.flag.flag-np {background-position: -112px -110px}
.flag.flag-nr {background-position: -128px -110px}
.flag.flag-nu {background-position: -144px -110px}
.flag.flag-nz {background-position: -160px -110px}
.flag.flag-om {background-position: -176px -110px}
.flag.flag-pa {background-position: -192px -110px}
.flag.flag-pe {background-position: -208px -110px}
.flag.flag-pf {background-position: -224px -110px}
.flag.flag-pg {background-position: -240px -110px}
.flag.flag-ph {background-position: 0 -121px}
.flag.flag-pk {background-position: -16px -121px}
.flag.flag-pl {background-position: -32px -121px}
.flag.flag-pm {background-position: -48px -121px}
.flag.flag-pn {background-position: -64px -121px}
.flag.flag-pr {background-position: -80px -121px}
.flag.flag-ps {background-position: -96px -121px}
.flag.flag-pt {background-position: -112px -121px}
.flag.flag-pw {background-position: -128px -121px}
.flag.flag-py {background-position: -144px -121px}
.flag.flag-qa {background-position: -160px -121px}
.flag.flag-re {background-position: -176px -121px}
.flag.flag-ro {background-position: -192px -121px}
.flag.flag-rs {background-position: -208px -121px}
.flag.flag-ru {background-position: -224px -121px}
.flag.flag-rw {background-position: -240px -121px}
.flag.flag-sa {background-position: 0 -132px}
.flag.flag-sb {background-position: -16px -132px}
.flag.flag-sc {background-position: -32px -132px}
.flag.flag-scotland {background-position: -48px -132px}
.flag.flag-sd {background-position: -64px -132px}
.flag.flag-se {background-position: -80px -132px}
.flag.flag-sg {background-position: -96px -132px}
.flag.flag-sh {background-position: -112px -132px}
.flag.flag-si {background-position: -128px -132px}
.flag.flag-sk {background-position: -144px -132px}
.flag.flag-sl {background-position: -160px -132px}
.flag.flag-sm {background-position: -176px -132px}
.flag.flag-sn {background-position: -192px -132px}
.flag.flag-so {background-position: -208px -132px}
.flag.flag-somaliland {background-position: -224px -132px}
.flag.flag-sr {background-position: -240px -132px}
.flag.flag-ss {background-position: 0 -143px}
.flag.flag-st {background-position: -16px -143px}
.flag.flag-sv {background-position: -32px -143px}
.flag.flag-sx {background-position: -48px -143px}
.flag.flag-sy {background-position: -64px -143px}
.flag.flag-sz {background-position: -80px -143px}
.flag.flag-tc {background-position: -96px -143px}
.flag.flag-td {background-position: -112px -143px}
.flag.flag-tf {background-position: -128px -143px}
.flag.flag-tg {background-position: -144px -143px}
.flag.flag-th {background-position: -160px -143px}
.flag.flag-tj {background-position: -176px -143px}
.flag.flag-tk {background-position: -192px -143px}
.flag.flag-tl {background-position: -208px -143px}
.flag.flag-tm {background-position: -224px -143px}
.flag.flag-tn {background-position: -240px -143px}
.flag.flag-to {background-position: 0 -154px}
.flag.flag-tr {background-position: -16px -154px}
.flag.flag-tt {background-position: -32px -154px}
.flag.flag-tv {background-position: -48px -154px}
.flag.flag-tw {background-position: -64px -154px}
.flag.flag-tz {background-position: -80px -154px}
.flag.flag-ua {background-position: -96px -154px}
.flag.flag-ug {background-position: -112px -154px}
.flag.flag-um {background-position: -128px -154px}
.flag.flag-us {background-position: -144px -154px}
.flag.flag-uy {background-position: -160px -154px}
.flag.flag-uz {background-position: -176px -154px}
.flag.flag-va {background-position: -192px -154px}
.flag.flag-vc {background-position: -208px -154px}
.flag.flag-ve {background-position: -224px -154px}
.flag.flag-vg {background-position: -240px -154px}
.flag.flag-vi {background-position: 0 -165px}
.flag.flag-vn {background-position: -16px -165px}
.flag.flag-vu {background-position: -32px -165px}
.flag.flag-wales {background-position: -48px -165px}
.flag.flag-wf {background-position: -64px -165px}
.flag.flag-ws {background-position: -80px -165px}
.flag.flag-xk {background-position: -96px -165px}
.flag.flag-ye {background-position: -112px -165px}
.flag.flag-yt {background-position: -128px -165px}
.flag.flag-za {background-position: -144px -165px}
.flag.flag-zanzibar {background-position: -160px -165px}
.flag.flag-zm {background-position: -176px -165px}
.flag.flag-zw {background-position: -192px -165px}

.up-drop
{
    position: relative;
    width: 500px;
    height: 435px;
    border: 2px solid #BDBDBD;
    background: #F7F7F7;
    background-image: url(/Content/Images/background-loader.png);
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
    background-color: #F1F1F1;
    cursor: pointer;
    transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
}

.up-info-tmp
{
    opacity: 0;
    position: absolute;
    transform: translateX(-60px);
    border-left-width: 5px;
    border-left-style: solid;    
    padding-left: 5px;    
    margin-top: -25px;
}

.up-box-logo
{
    position: relative;
    z-index: 3;
}

.up-logo-banque
{
    position: absolute;
    bottom: -10px;
    right: 5px;    
    background-color: white;
    padding: 4px;
    border-radius: 40px;
    opacity: 0.15;
    transition: bottom cubic-bezier(.32,-.1,.5,1.5) 0.3s, opacity 0.3s;
    transition-delay: 0.15s;
    width: 30px;
    height: 30px;
    background-size: 26px;
    background-position-x: 5px;
    background-position-y: 5px;
    background-repeat: no-repeat;
}

.up-cardFile:hover .up-logo-banque
{
    opacity: 1;
    bottom: -3px;
}

.up-banque-compte-emetteur img
{
    height: 20px;
    margin-left: -10px;
}

.up-banque-compte-emetteur
{
    max-width: 25px;
    padding: 0 5px;
}

.up-drop.dragovered
{
    border-color: #0072c6;
    transform: scale(0.96);
}

.up-drop.nobackground
{
    background: #f1f1f1;
    border: 2px solid #f1f1f1;
}

.up-cardsFile
{
    position: relative;
    width: 100%;
    height: 100%;
}

.up-cardFile
{
    position: relative;
    width: 235px;
    background: #0072c6;
    background: linear-gradient(to right,#248cda,#0072c6);
    color: white;
    box-shadow: 1px 1px 3px gray;
    cursor: auto;
    margin: 5px 10px 10px 5px;
    float: left;
}

    .up-cardFile .up-details, .up-details1, .up-details2
    {
        position: relative;
        height: 70px;
        overflow: auto;
    }
    .up-cardFile .up-details .up-details1 div:nth-child(2)
    {
        padding-bottom: 9px !important;
    } 

.up-result
{
    position: relative;
    width: 10%;
    height: 10px;
    transition-duration: 0.65s;
}

.up-subdetails
{
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    background: white;
    color: black;
    overflow: hidden;
    position: relative;
}

.up-details2
{
    position: absolute;
    z-index: -1;
    background: #CECECE;
    width: 100%;
    opacity: 0;
    transform: translateY(-30px);
    color: black;
    transition-delay: 0.15s;
}

.up-details1
{
    position: relative;
    z-index: 1;
    width: 100%;
}

.up-details:hover .up-details2
{
    z-index: 2;
    opacity: 1;
    transform: translateY(0px);
}

table.up-input-wrapper
{
    border: 1px solid #c0c0c0;
    line-height: 20px;
    font-size: 12px;
}

    table.up-input-wrapper td
    {
        padding: 0 5px;
    }

td.up-button
{
    border-left: 1px solid #c0c0c0;
    cursor: pointer;
}

    td.up-button:hover
    {
        color: white;
        background: #0072c6;
    }

td.up-filename
{
    position: relative;
    width: 150px;
    height: 22px;
}

    td.up-filename i
    {
        color: #c1c1c1;
    }

    .up-edit-typeFile{
        opacity: 0;
        transform: scale(0)
    }

    .up-cardFile .up-edit-typeFile{
        opacity: 0.5;
        transform: scale(0.8);
        cursor: pointer;
    }

    .up-edit-typeFile{
        opacity: 0.7 !important;
    }

.up-state
{
    padding-left: 10px;
    font-size: smaller;
}

.up-results
{
    padding: 0 5px;
}

.up-upload-ok
{
    position: relative;
    opacity: 0;
    left: -30px;
    transition-duration: 0.6s;
}

.up-popup-loading
{
    background: rgb(229, 229, 229);
    z-index: 500;
    position: absolute;
    width: 100%;
    top: 0px;
    height: 70px;
    color: #0072c6;
}

.up-popup-confirm
{
    position: absolute;
    top: 30px;
    left: 5px;
    border: 1px solid #c0c0c0;
    width: 210px;
    background: white;
    color: black;
    font-size: 12px;
    padding: 10px 20px 0px 15px;
    opacity: 0;
    z-index: 501;
    box-shadow: 1px 2px 4px #848484;
}

#loader-import-fichiers{
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*******************************************/
/* HEADER */

:root {
    --main-accent-color: #0072C6;
}

.nom-utilisateur {
    font-size: 14px;
    position: relative;
    top: 5px;
}

.item-user-setting {
    opacity: 0.55;
}

    .item-user-setting:hover {
        opacity: 0.85;
    }

        .item-user-setting:hover .nom-utilisateur {
            opacity: 0.85;
            border-bottom: 3px solid;
        }

.header-item {
    position: relative;
    height: 100px;
    width: 65px;
    float: right;
    padding: 0;
    margin: 0 10px;
    text-align: center;
    line-height: 100px;
    color: black;
    cursor: pointer;
}

.button-facture-header {
    height: 30px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    margin: 5px;
    line-height: 30px;
}

    .button-facture-header:hover {
        opacity: 0.7;
    }

.button-facture {
    margin: auto;
    width: 200px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-left: 5px;
}

    .button-facture span {
        text-transform: uppercase;
        font-weight: bold;
    }

    .button-facture:hover {
        opacity: 0.7;
    }

.color-primary {
    background: var(--main-accent-color);
    color: white;
}

.color-primary-inversed {
    border: 1px solid var(--main-accent-color);
    color: var(--main-accent-color);
}

.color-secondary {
    background: rgba(227, 226, 224, 0.5);
    color: black;
}

.orange-border {
    border-color: orange;
}

.validation-facture td {
    text-align: center;
    font-size: 13px;
}

.validation-facture .border-error {
    line-height: 15px;
    margin-right: 40px;
    background: #f1f1f1;
    border-radius: 10px;
    box-shadow: 1px 2px 4px rgba(199, 199, 199, 0.59);
}

.validation-facture .border-valid {
    line-height: 15px;
    margin-right: 40px;
    background: #f1f1f1;
    border-radius: 10px;
    box-shadow: 1px 2px 4px rgba(199, 199, 199, 0.59);
}

.validation-facture .border-warning {
    line-height: 15px;
    margin-right: 40px;
    background: #f1f1f1;
    border-radius: 10px;
    box-shadow: 1px 2px 4px rgba(199, 199, 199, 0.59);
}

.item-user-setting:before {
    content: '';
    background: white;
    position: absolute;
    top: 54px;
    right: 0px;
    width: 21px;
    height: 21px;
    border-radius: 32px;
}

.img-user-settings {
    width: 20px;
    position: absolute;
    top: 55px;
    right: 0px;
}

.item-user-setting:hover .img-user-settings {
    transform: rotate(90deg);
}

.imgbox {
    opacity: 0.5;
}

    .imgbox:hover {
        opacity: 0.7;
    }

.mex1 {
    position: relative;
    width: 30px;
    left: 5px;
    z-index: 2;
    top: -5px;
}

.mex2 {
    position: relative;
    width: 30px;
    left: -9px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.item-mex:hover .mex2 {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.item-tools {
    position: absolute;
    cursor: pointer;
    right: 25px;
}

.settings-graphe {
    position: absolute;
    cursor: pointer;
    right: 35px;
    z-index: 2;
}

.box-settings-graphe {
    background: rgb(199, 199, 199);
    padding: 7px 10px;
    position: relative;
    top: -20px;
    opacity: 0;
}

    .box-settings-graphe:after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border: 13px solid;
        border-color: transparent transparent rgb(199, 199, 199) transparent;
        top: -23px;
        right: 25px;
    }

.show-settings-graphe {
    top: 0px;
    opacity: 1;
}

.toolbar-subitem {
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0px 3px 0px 10px;
    background: rgb(239, 239, 239);
}

.toolbar-submenu {
    position: absolute;
    background: #ffffff;
    top: 0px;
    z-index: 10;
    width: 190px;
    padding: 0;
    color: black;
    border: 2px solid #0072c6;
    left: -10px;
    padding: 0;
    border-top: 0px transparent;
    opacity: 0;
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 0.3s ease,opacity 0.3s ease;
    -moz-transition: height 0.3s ease,opacity 0.3s ease;
    -ms-transition: height 0.3s ease,opacity 0.3s ease;
    -o-transition: height 0.3s ease,opacity 0.3s ease;
    transition: height 0.3s ease,opacity 0.3s ease;
}

.toolbar-subitem:hover {
    background: #dddddd;
}

.show-toolbar-submenu {
    opacity: 1 !important;
    height: 74px !important;
}

.lancer-rapport-erreurs-detaille {
    position: absolute;
    right: 2px;
    bottom: 4px;
    font-style: italic;
    background: transparent;
    padding-right: 10px;
}

    .lancer-rapport-erreurs-detaille:hover {
        text-decoration: underline;
        cursor: pointer !important;
    }

.tools1 {
    width: 15px !important;
    position: relative;
    top: -11px !important;
    right: -7px !important;
    /*margin-top: -11px !important;
    margin-right: -7px !important;*/
}

.tools2 {
    width: 24px !important;
}

.item-tools .imgbox:hover .tools1, .settings-graphe .imgbox:hover .tools1 {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.item-tools .imgbox:hover .tools2, .settings-graphe .imgbox:hover .tools2 {
    -webkit-transform: rotate(-75deg);
    -moz-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    -o-transform: rotate(-75deg);
    transform: rotate(-75deg);
}

.initial-logo {
    cursor: pointer;
    max-height: 50px;
}

.logoBanque {
    z-index: 2;
    position: relative;
    height: 70px;
    margin: 15px 25px;
}

.headerPage {
    /*background: #0072C6;*/
    width: 100%;
    padding: 0;
    line-height: 100%;
    height: 100px;
    color: #0072C6;
    z-index: 2;
}

.alert-menu {
    position: absolute;
    border-radius: 20px;
    background: #e74c3c;
    height: 20px;
    min-width: 20px;
    text-align: center;
    line-height: 19px;
    top: 25px;
    z-index: 2;
    left: 40px;
    color: #fff;
    font-size: 11px;
    border: 2px solid white;
}

.search-box {
    padding-bottom: 7px;
}

    .search-box img {
        vertical-align: middle;
        position: relative;
        top: -2px;
        cursor: pointer;
        opacity: 0.6;
    }

        .search-box img:hover {
            opacity: 1;
        }

.search-soc {
    line-height: 23px;
    /*height:23px;*/
    padding-right: 18px;
    border: 1px solid #9E9E9E;
    background-image: Url('Images/Arrowdown-25.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: White;
    width: 210px;
    color: #636363;
}

    .search-soc:focus {
        border: 1px solid #0072c6;
        background-image: Url('Images/Arrowdown-25-full.png');
    }


.toolbar-item a {
    color: White;
}

.toolbar-item {
    color: White;
    line-height: 50px;
    height: 50px;
    float: left;
    padding: 0 10px;
    position: relative;
}

    .toolbar-item:hover {
        cursor: pointer;
        background: #005696;
    }

.dxgvSearchPanel_MetropolisBlueBP .dxeButtonEdit_MetropolisBlueBP {
    height: 28px;
    font-size: 13px;
    padding-left: 26px;
    font-size: 12px;
    max-width: 230px;
}

.dxgvSearchPanel_MetropolisBlueBP {
    position: relative;
}

    .dxgvSearchPanel_MetropolisBlueBP:before {
        position: absolute;
        height: 32px;
        width: 32px;
        background: url('/Content/Images/Search-24-grey.png') no-repeat;
        content: ' ';
        top: 9px;
        right: 200px;
        z-index: 2;
    }

#aide-recherche {
    position: absolute;
    top: 8px;
    left: 287px;
    width: 24px;
}
/****************************************************/
/* MENU LEFT */

.resizeTo195px {
    width: 195px !important;
}

.img-logout {
    opacity: 0.5;
}

    .img-logout:hover {
        opacity: 0.75;
    }

.only-ie.img-logout:before, .only-ie.img-logout::before {
    opacity: 0.5;
}

.only-ie.img-logout:hover:before, .only-ie.img-logout:hover::before {
    opacity: 0.75;
}

.img-logout:before, .img-logout::before {
    content: '';
    width: 4px;
    height: 12px;
    background: black;
    position: absolute;
    left: 14px;
    border-radius: 12px;
    margin-top: 38px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.img-logout:hover:before, .img-logout:hover::before {
    height: 16px;
    margin-top: 35px;
}

.loader-submenu {
    opacity: 1 !important;
    float: right;
    margin-right: 15px;
}

.navigation-bar {
    position: relative;
    background: #0072C6;
    /*min-height: 200px;*/
    min-width: 200px;
}

.navigation-bar-reduct {
    position: relative;
    background: white;
    /*min-height: 200px;*/
    /*width : 50px;*/
    min-width: 50px;
}

.menu-mobile {
    display: block;
    float: left;
    position: relative;
    top: 3px;
    left: -10px;
}

    .menu-mobile img {
        width: 48px;
    }

.nav-item-reduct {
    cursor: pointer;
    line-height: 40px;
    background: #0072C6;
    color: White;
    border-top: 1px solid white;
    text-transform: uppercase;
    font-size: 13px;
}

    .nav-item-reduct .icone {
        margin: 0 10px;
        width: 27px;
    }

    .nav-item-reduct:hover {
        background: #005696; /*padding-left: 19px;*/
    }

    .nav-item-reduct img.arrow {
        float: right;
        top: 13px;
        opacity: 0.7;
        clear: both;
        position: relative;
        right: 5px;
    }

    .nav-item-reduct img.lock {
        float: right;
        top: 13px;
        opacity: 0.7;
        clear: both;
        position: relative;
        right: 5px;
    }

    .nav-item-reduct p {
        margin: 0;
    }


        .nav-item-reduct p:hover {
            opacity: 0.6;
        }

.sub-menu-right img.lock {
    opacity: 1;
    width: -50%;
    height: auto;
    top: 2px;
}

.nav-item {
    cursor: pointer;
    line-height: 40px;
    background: #0072C6;
    color: White;
    border-top: 1px solid white;
    text-transform: uppercase;
    font-size: 13px;
}

    .nav-item .icone {
        margin: 0 10px;
        width: 27px;
    }

    .nav-item:hover {
        background: #005696; /*padding-left: 19px;*/
    }

    .nav-item img.arrow {
        float: right;
        top: 13px;
        opacity: 0.7;
        clear: both;
        position: relative;
        right: 5px;
    }

    .nav-item img.lock {
        float: right;
        top: 13px;
        opacity: 0.7;
        clear: both;
        position: relative;
        right: 5px;
    }

    .nav-item p {
        margin: 0;
    }


        .nav-item p:hover {
            opacity: 0.6;
        }

.sub-menu {
    color: black;
    background: #F1F1F1;
}

    .sub-menu p:hover {
        background: #BDC3C7;
        cursor: pointer;
    }

        .sub-menu p:hover img {
            opacity: 0.7;
        }

    .sub-menu p img {
        opacity: 0;
        margin-right: 5px;
    }

    .sub-menu p {
        padding-left: 15px;
        line-height: 30px;
        margin: 0;
        position: relative;
        overflow: hidden;
    }

    .sub-menu img {
        vertical-align: middle;
        margin: 3px;
        position: relative;
        top: -2px;
    }

.nav-item-reduct {
    cursor: pointer;
    position: relative;
}

.sub-menu-right {
    display: none;
    position: absolute;
    color: black;
    background: #F1F1F1;
    left: 50px;
    top: 0px;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 25;
}

.nav-item-reduct:hover .sub-menu-right {
    display: block;
}

.sub-menu-right p:hover {
    background: #BDC3C7;
    cursor: pointer;
}

    .sub-menu-right p:hover img {
        opacity: 0.7;
    }

.sub-menu-right p img {
    opacity: 0;
    margin-right: 5px;
}

.sub-menu-right p1 {
    opacity: 1;
    margin-left: 10px;
    font-weight: bold;
}



/*******************************/
/* CONTENT */
.contentPane {
    margin-left: 15px;
    height: 100%;
    transition: all ease 0.4s, opacity ease 0.7s;
}

    .contentPane .arrow-title-page {
        transform: rotate(180deg);
        opacity: 0.68;
        width: 18px;
        margin: 0 5px;
    }

.line {
    clear: both;
    display: block;
    float: left;
    margin: 0;
    height: 30px;
    line-height: 30px;
}

.logo-soc {
    max-width: 200px;
    max-height: 80px;
    margin-right: 10px;
    margin-bottom: 25px;
}

.delete-logo-soc {
    color: #0072c6;
}

    .delete-logo-soc:hover {
        cursor: pointer;
        opacity: 0.7;
    }

.container-dropzone {
    width: 243px;
    margin: 10px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.form-group {
    /* margin-bottom: 15px;*/
}

label {
    display: block;
    margin-bottom: 5px;
}

.headerRappro label {
    margin-top: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.dropZone {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    background-color: #ffffff;
}

    .dropZone p {
        margin: 0;
        color: #666;
    }

    .dropZone a {
        color: #007BFF;
        text-decoration: none;
    }

        .dropZone a:hover {
            text-decoration: underline;
        }

    .dropZone button {
        display: inline-block;
        padding: 10px 20px;
        border: 2px solid gray; /* Light purple color */
        border-radius: 5px;
        background-color: white;
        color: gray;
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        font-family: Arial, sans-serif;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

.fileUpload {
    display: none;
}

.dropZone img {
    max-width: 100%;
    max-height: 30%;
    object-fit: contain; /* Ensure the image is scaled properly */
    text-align: center;
}

.delete-button {
    background-color: #ffffff;
    color: #ffffff; /* White text color */
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
}

    .delete-button:hover {
        background-color: lightgray;
    }

.dropZone.dragover {
    border-color: #3b82f6;
    background-color: #e0f2fe;
}

#apercu-logo {
    padding: 0 5px;
    width: 300px;
    margin-top: 20px;
}

.bar-toolbar {
    background: #0072C6;
    height: 50px;
    line-height: 40px;
    padding: 0;
    padding-left: 20px;
    box-shadow: 0px 2px 5px #949494;
    position: relative;
    z-index: 3;
}

.content-page {
    padding: 20px 0 0 0;
    width: 100%;
}

#container-chart {
    min-width: 680px;
    text-align: center;
}

.liste-fichiersaEnvoyer-loader {
    display: none;
    opacity: 0;
    position: absolute;
    font-weight: 900;
    width: 92%;
    bottom: 35px;
    background: #F1F1F1;
    z-index: 2;
}

.block {
    position: relative;
    min-height: 320px;
    color: black;
    background: #F1F1F1;
    padding: 5px 20px;
    width: 80%;
    font-size: 13px;
    margin: 40px 20px;
    /*-webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;*/
    box-shadow: -3px 3px 7px rgba(210, 210, 210, 0.61);
}

#container-tableauBord {
    background: #f1f1f1;
    width: 90% !important;
    padding: 30px 20px 15px;
    max-width: 1200px;
    max-height: 400px;
}

.img-block {
    position: absolute;
    right: 70px;
    bottom: 70px;
    transform: scale(3);
    opacity: 0.03;
}

.header-block {
    position: absolute;
    background-color: #0072C6;
    border: 2px solid white;
    border-radius: 40px;
    margin: 0 -35px;
    top: -35px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    left: 50%;
    box-shadow: -2px 2px 5px rgba(131, 131, 131, 0.25);
    cursor: move;
}

.extrait-non-du-jour {
    position: relative;
    font-size: 83%;
    color: gray;
}

.text-solde-compte {
    display: block;
}

.block h2 {
    margin-top: 40px;
    text-align: center;
    cursor: move;
}

.societe-list h3 img, .impaye-list h3 img {
    margin-right: 5px;
    position: relative;
}

.societe-list h3, .impaye-list h3 {
    cursor: pointer;
    opacity: 1;
    margin-top: 5px;
}

    .societe-list h3:hover, .impaye-list h3:hover {
        opacity: 0.61;
    }


.impaye-list table {
    margin-left: 15px;
}

    .impaye-list table td {
        padding: 0 5px;
    }

table .compte-list {
    height: 32px;
}

/*table .compte-list td
    {
        padding: 2px 5px;
    }*/

td.nom-compte {
    min-width: 150px;
}

td.solde-compte {
    text-align: right;
    padding-right: 0 !important;
}

.total-compte {
    float: right;
}

.compte-list img {
    max-width: 28px;
    max-height: 28px;
}

.details-user, .droits-user {
    float: left;
    margin-right: 30px;
}

    .droits-user table td {
        padding: 5px;
    }

.input-seo {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0px 7px;
    border: none;
    /*background-image: url("Images/email-login.png");
    background-repeat: no-repeat;
    background-position: left center;*/
    border: 1px solid #BDC3C7;
    width: 200px;
}

    .input-seo:focus {
        border: 1px solid #0072C6;
    }

.input-form-pays, .input-bic, .input-banque {
    margin: 8px 0;
}

.input-form-iban {
    width: 75%;
    margin-bottom: 10px;
}

.box-compte {
    padding-left: 15px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    margin: 20px 0;
    width: 400px;
}

.box-add-compte {
    margin: 6px 0;
    text-align: left;
}

    .box-add-compte img {
        margin: 0 8px;
    }

.remove-compte {
    margin: 3px;
    width: 24px;
    cursor: pointer;
    opacity: 0.5;
}

    .remove-compte:hover {
        opacity: 1;
    }

img.iban-result {
    width: 24px;
    margin: 0 5px;
    font-size: 12px;
    padding-left: 3px;
}

.add-compte {
    opacity: 0.6;
    cursor: pointer;
}

    .add-compte:hover {
        opacity: 1;
        cursor: pointer;
    }

#content-page-right {
    /*padding-left: 10px;*/
}

.contentPane {
    opacity: 0;
    position: relative;
    transform: translateX(-80px);
}

.info-profil-header {
    height: 140px;
    border: 1px solid grey;
}

    .info-profil-header img {
        height: 128px;
    }

.show-content {
    opacity: 1 !important;
    transform: translateX(0px) !important;
}

.btnPopupDelete {
    margin: 10px;
}

.close-info {
    opacity: 0.7;
    height: 32px;
    margin: 10px 25px;
    float: right;
    cursor: pointer;
}

.notif-icon {
    margin: 3px;
    position: relative;
    background: #0072c6;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    color: white;
    font-size: 11px;
    vertical-align: middle;
    line-height: 16px;
    border: 1px solid;
    float: right;
    margin-right: 10px;
}


.iban-warning {
    margin: 0px 8px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.error {
    color: #E74C3C;
}

.btn-popup {
    margin: 0 10px;
}

.settings-block {
    position: absolute;
    right: 7px;
    opacity: 0;
    transition: opacity 0.3s;
}

    .settings-block img {
        width: 24px;
        opacity: 0.3;
    }

        .settings-block img:hover {
            opacity: 0.5;
            cursor: pointer;
        }

.img2:hover, .img3:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.img1:hover, .img3:hover, .img4:hover {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.block:hover .settings-block {
    opacity: 1;
}

.block:hover {
    box-shadow: -3px 3px 10px rgb(195,195,195);
}

.imgbox {
    position: relative;
}

.liste-widget {
    position: absolute;
    opacity: 0;
    margin-top: -10px;
    right: 0;
    z-index: 3;
    background: rgb(183,183,183);
    padding: 5px 10px;
    width: 240px;
    font-size: 12px;
    box-shadow: -2px 2px 5px gray;
}

    .liste-widget .circle {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }

    .liste-widget:before {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        top: -15px;
        right: 10px;
        border: 8px solid;
        border-color: transparent transparent rgb(183,183,183) transparent;
    }

    .liste-widget table td, .liste-widget table th {
        padding: 3px 4px;
        text-align: left;
        height: 25px;
    }


/* SMD */


.smd-liste-widget {
    position: absolute;
    opacity: 0;
    margin-top: -10px;
    right: 0;
    z-index: 3;
    background: #c3c3c3;
    padding: 5px 10px;
    width: 450px;
    font-size: 12px;
    box-shadow: -2px 2px 5px gray;
}

    .smd-liste-widget .circle {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }

    .smd-liste-widget:before {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        top: -15px;
        right: 10px;
        border: 8px solid;
        border-color: transparent transparent #c3c3c3 transparent;
    }

    .smd-liste-widget table td, .smd-liste-widget table th {
        padding: 3px 4px;
        text-align: left;
        height: 25px;
    }



.valid-input {
    border: 1px solid #16A085 !important;
}

.validation-summary-errors ul {
    color: Red;
    font-size: 11px;
    list-style: none; /* text-align: center; */
    padding: 0;
    margin: 0;
}

.toUpper input, .toUpper {
    text-transform: uppercase;
}

p.current {
    background: #BDC3C7;
}

    p.current img {
        opacity: 0.7 !important;
    }

.notification {
    position: fixed;
    top: -40px;
    opacity: 0;
    left: 50%;
    background: #27AE60;
    min-width: 360px;
    margin-left: -180px;
    color: white;
    transition: all cubic-bezier(.32,0,.5,1.5) 0.4s;
    z-index: 4;
    max-height: 200px;
    overflow: auto;
    box-shadow: -1px 2px 5px #AFAFAF;
    border: 1px solid white;
    transform: scale(0.9);
}

.show-notification {
    top: 30px !important;
    opacity: 1 !important;
    transform: scale(1) !important;
}

td.indice {
    padding: 3px 4px;
    vertical-align: top;
}

.notification-error {
    background: #E74C3C !important;
    z-index: 99999;
}

.notification .content {
    line-height: 20px;
    padding: 0 5px 0px 12px;
    padding-top: 10px;
    margin: 0;
    text-align: left;
    margin-bottom: 10px;
    vertical-align: middle;
    max-width: 350px;
    font-size: 12px;
}

.notification img.close {
    float: right;
    margin: 5px;
    width: 16px;
}

.add-profil-ebics, .add-serveur-ebics, .add-profil-dsp2, .add-serveur-dsp2 {
    padding-bottom: 2px;
    top: 0px;
    position: relative;
}

    .add-profil-ebics:hover, .add-serveur-ebics:hover, .add-profil-dsp2:hover, .add-serveur-dsp2:hover {
        text-decoration: underline;
    }

.btnPopupConfirmation .btn {
    margin-left: 10px;
    color: white;
    background-color: #0072c6;
    border: none;
}

    .btnPopupConfirmation .btn:hover {
        background-color: #0884E0;
        cursor: pointer;
    }

.bottomBtn {
    margin: 10px;
}

/* IBAN BIC */
.info-bic {
    /*position: absolute;*/
    left: 210px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: gray;
}

.img-info-iban-check {
    width: 24px; /*position: absolute;*/
    margin: 4px;
    margin-top: 2px;
}

.info-bic-check[class*=hint-anim][class*=hint-top]:after, .info-bic-check[class*=hint-anim][class*=hint-top]:before {
    margin-left: 60px;
}

/* FOOTER */
footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: gray;
    padding: 7px 0;
    background: white;
}

#details-connexions {
    margin: 0 15px;
}

.traitement-over {
    opacity: 0;
    transform: scaleX(.8);
}

@-webkit-keyframes pulse_animation {
    0% {
        opacity: 0.2;
        -webkit-transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1);
    }

    20% {
        -webkit-transform: scale(1.23);
    }

    30% {
        -webkit-transform: scale(1);
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1);
    }

    60% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes pulse_animation {
    0% {
        opacity: 0.2;
        transform: scale(1);
        -moz-transform: scale(1);
    }

    10% {
        transform: scale(1);
        -moz-transform: scale(1);
    }

    20% {
        transform: scale(1.23);
        -moz-transform: scale(1.23);
    }

    30% {
        transform: scale(1);
        -moz-transform: scale(1);
    }

    40% {
        opacity: 1;
        transform: scale(1);
        -moz-transform: scale(1);
    }

    50% {
        transform: scale(1);
        -moz-transform: scale(1);
    }

    60% {
        transform: scale(1);
        -moz-transform: scale(1);
    }

    100% {
        transform: scale(1);
        -moz-transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse_animation;
    -webkit-animation-duration: 2100ms;
    -webkit-transform-origin: 70% 70%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    animation-name: pulse_animation;
    animation-duration: 2100ms;
    transform-origin: 70% 70%;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

@media only screen and (min-width : 1620px) {
    .block {
        float: left;
        margin: 30px 20px !important;
        width: 27% !important;
        font-size: 14px !important;
    }
}

@media only screen and (min-width : 1359px) and (max-width : 1619px) {

    .block {
        float: left;
        margin: 30px 20px !important;
        width: 41% !important;
        font-size: 14px !important;
    }
}

@media only screen and (min-width : 1360px) and (max-width : 4020px) {

    body {
        font-size: 14px;
    }

    .dxgvControl_MetropolisBlueBP, .dxgvDisabled_MetropolisBlueBP {
        font-size: 13px !important;
    }

    .td-details-gridview {
        font-size: 13px !important;
        width: 420px;
    }

    .notification .content {
        max-width: 400px !important;
        font-size: 14px !important;
    }

    #aide-recherche {
        left: 310px;
    }

    .td-libelle-filtre-par-societe {
        width: 156px !important;
    }

    .last-menu {
        overflow: scroll;
        height: 300px;
    }
}

.td-libelle-filtre-par-societe {
    min-width: 87px;
}

@media only screen and (min-width : 1085px) and (max-width : 1359px) {
    body {
        font-size: 13px;
    }

    #container-chart {
        width: 41% !important;
        min-width: 706px !important;
    }

    #ChartTest {
        margin: 0;
    }

    .block {
        float: left;
        margin: 30px 10px 30px 25px !important;
        width: 41% !important;
        font-size: 12px !important;
    }

    .toolbar-item {
        padding: 0 5px;
    }

    .dxgvControl_MetropolisBlueBP, .dxgvDisabled_MetropolisBlueBP {
        font-size: 12px !important;
    }

    .td-details-gridview {
        font-size: 12px !important;
    }

    .last-menu {
        overflow: scroll;
        height: 180px;
    }
}

@media only screen and (min-width : 800px) and (max-width : 1084px) {
    body {
        font-size: 12px;
    }

    .loaderIntro {
        width: 45px;
    }

    .info-profil {
        font-size: 12px;
        width: 200px;
    }

    .info-profil-header {
        height: 100px;
    }

        .info-profil-header img {
            height: 90px;
        }

    .dxgvControl_MetropolisBlueBP, .dxgvDisabled_MetropolisBlueBP, .dxeEditArea_MetropolisBlueBP, input[type="text"].dxeEditArea_MetropolisBlueBP, input[type="password"].dxeEditArea_MetropolisBlueBP,
    .dxpcLite_MetropolisBlueBP .dxpc-mainDiv, .dxpcLite_MetropolisBlueBP.dxpc-mainDiv, .dxdpLite_MetropolisBlueBP .dxpc-mainDiv, .dxdpLite_MetropolisBlueBP.dxpc-mainDiv {
        font-size: 12px !important;
    }

    .nav-item {
        line-height: 35px;
    }

        .nav-item .icone {
            margin: 0 7px;
            width: 22px;
        }

        .nav-item img.arrow {
            top: 9px;
        }

    .info-basic .img-user {
        height: 50px;
        margin-top: 5px;
    }

    .search-soc {
        width: 175px;
        margin-top: 10px;
    }

    .td-details-gridview {
        font-size: 12px !important;
    }

    .nav-item {
        font-size: 11px;
    }

    .block {
        font-size: 14px !important;
    }

    .soldes-et-prev.block {
        width: 85% !important;
    }

    div#container-tableauBord {
        width: 81% !important;
    }
}

@media only screen and (min-width : 560px) and (max-width : 680px) {
}

@media only screen and (min-width : 0px) and (max-width : 800px) {
    body {
        font-size: 12px;
    }

    .ll {
        display: none;
    }



    .nav-item {
        line-height: 35px;
    }

        .nav-item .icone {
            margin: 0 7px;
            width: 22px;
        }

        .nav-item img.arrow {
            top: 9px;
        }



    .dxgvControl_MetropolisBlueBP, .dxgvDisabled_MetropolisBlueBP {
        font-size: 12px !important;
    }

    .block {
        font-size: 16px;
    }
}

#popup-java {
    position: absolute;
    width: 400px;
    height: 135px;
    border: 1px solid lightgray;
    left: 50%;
    margin-left: -200px;
    background: rgb(246, 246, 246);
    display: none;
    z-index: 99999;
    opacity: 0;
    top: -50px;
}

    #popup-java .header-popup {
        margin: 0px;
        text-align: center;
        color: white;
        padding: 5px 0;
        margin-bottom: 20px;
        background: rgba(117, 117, 117, 1);
    }

    #popup-java .input-popup {
        height: 27px;
        line-height: 100%;
        padding: 0px 6px;
        background-image: none;
        border: 1px solid #BDC3C7;
        width: 300px;
        margin: auto;
    }

    #popup-java .buttons {
        color: white;
        padding: 4px 12px;
        font-size: 12px;
        margin: 0 15px;
    }

#black-popup {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    z-index: 99998;
    display: none;
}

#boxapplet {
    position: fixed;
    opacity: 0;
}

#PopupSessionLost_PW-1 {
    z-index: 99999 !important;
}

#confirmeSessionLost, #confirmeSessionLost_Relog, #confirmeSessionLost2, #confirmeSessionLost_Relog2 {
    border: none !important;
}

    #confirmeSessionLost:hover, #confirmeSessionLost_Relog:hover, #confirmeSessionLost2:hover, #confirmeSessionLost_Relog2:hover {
        opacity: 0.6;
    }

.content-confirmation {
    padding-bottom: 5px;
    max-height: 480px;
    overflow: auto;
    margin-top: 0;
}

.header-preview-facture {
    background: white;
    width: 100%;
    border-bottom: 1px solid lightgray;
    position: relative;
    height: 100%;
}

.loader-maj-facture {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1500;
    background-color: rgba(0,0,0,0.2);
}

.loader-maj-facture-content {
    position: inherit;
    left: 41%;
    background: white;
    top: 46%;
    border-radius: 10px;
    border: solid 1px lightgray;
}

.modal-facture {
    display: none;
    position: fixed;
    z-index: 1200;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-facture-content {
    overflow-x: auto;
    width: 1200px;
    background-color: #fefefe;
    margin: auto;
    right: 0px;
    position: absolute;
    height: 100%;
    -webkit-animation-name: slideLeftToRight_Facture;
    -webkit-animation-duration: 0.5s;
    animation-name: slideLeftToRight_Facture;
    animation-duration: 0.5s
}

@-webkit-keyframes slideLeftToRight_Facture {
    from {
        right: -500px;
    }

    to {
        right: 0;
    }
}

@keyframes slideLeftToRight_Facture {
    from {
        right: -500px;
    }

    to {
        right: 0;
    }
}

@-webkit-keyframes fadeIn_Facture {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn_Facture {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.cancel-facture {
    cursor: pointer;
}

.show-details-grid-facture {
    width: 1150px !important;
    opacity: 1 !important;
    z-index: 15 !important;
    top: -55px;
}

.show-details-grid {
    width: 350px !important;
    opacity: 1 !important;
}

.close-volet {
    opacity: 0.8;
    margin: 10px 10px 0;
    float: right;
    width: 16px;
}

.radio-effet {
    margin-top: -14px;
    font-weight: bold;
    font-size: 14px;
    color: black;
    opacity: 1;
    font-family: "Open Sans", Sans Serif;
}

.dxflNestedControlCell_MetropolisBlueBP {
    height: inherit !important;
}

.menu-effet {
    margin-left: -14px;
}

.menu-effet-cb {
    margin-left: -15px;
}

.close-volet:hover {
    opacity: 1;
    cursor: pointer;
}

.info-bic-check {
    float: right;
    position: relative;
    right: -3px;
}

.box-td-gridview {
    min-height: 400px;
    height: 100%;
    /*overflow-x: auto;*/
    position: relative;
    padding-right: 1px;
}

.table-gridview {
    table-layout: fixed;
    width: 100%;
    height: 97%;
    min-width: 450px;
}

.filtre-par-societe {
    position: absolute;
    left: 0;
    margin-top: 4px;
    z-index: 1;
}

    .filtre-par-societe input,
    .filtre-par-compte input {
        font-weight: 500 !important;
        font-size: 14px !important;
    }

.bolder, .bolder input {
    font-weight: 500 !important;
}

.td-details-gridview {
    width: 0px;
    opacity: 0;
    vertical-align: top;
    background: #F1F1F1;
    box-shadow: rgb(218, 218, 218) -2px 2px 5px;
    font-size: 13px;
    padding: 0 5px;
    padding-right: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    position: relative;
}

.td-details-gridview-facture {
    width: 0px;
    opacity: 0;
    vertical-align: top;
    background: #F1F1F1;
    box-shadow: rgb(218, 218, 218) -2px 2px 5px;
    font-size: 13px;
    padding: 0 5px;
    padding-right: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    position: relative;
}

.td-gridview {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    vertical-align: top;
}

.box-infos.avancees {
    line-height: 28px;
}

.content-grid {
    min-width: 515px;
    padding: 0 6px 0 0;
}

.jsgrid-selected-row > * {
    background: #c4e2ff !important;
    border-color: #c4e2ff !important;
    color: white;
}

.jsgrid-selected-row {
    background: #0072C6 !important;
    border-color: #0072C6 !important;
    color: white;
}

.frame-preview {
    border: 1px solid lightgray;
    box-shadow: 0px 2px 5px #949494;
}

.facture-hr {
    color: #e0e0e0;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 1px;
}

.link-info {
    position: absolute;
    width: 20px;
    left: -30px;
    bottom: 0px;
    cursor: pointer;
}

.delete-tva {
    position: absolute;
    width: 15px;
    left: 450px;
    top: 10px;
    cursor: pointer;
}
.popup-solidBox {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    margin-top: 20px;
}

.popup-row {
    display: flex;
    margin-bottom: 5px;
    align-items: center;

}

.sticky-bottom-frame {
    z-index: 500;
    position: fixed;
    bottom: 0px;
    width: 1200px;
    height: 70px;
    border: 1px solid lightgray;
    background: white;
    display: flex;
}

.facture_aenvoyer {
    background-color: rgb(160, 230, 220);
    margin: 5px;
    position: relative;
    color: rgb(24, 51, 71);
    text-align: center;
    width: 95px;
    height: 20px;
}

.facture_envoyee {
    background-color: rgb(211, 229, 239);
    margin: 5px;
    position: relative;
    color: rgb(24, 51, 71);
    text-align: center;
    width: 95px;
    height: 20px;
}

.facture_enretard {
    background-color: rgb(255, 226, 221);
    margin: 3px;
    position: relative;
    color: rgb(93, 23, 21);
    text-align: center;
    width: 95px;
    min-height: 20px;
}

.colonne_etat {
    max-width: 110px;
    width: 110px;    
}

.facture_brouillon {
    background-color: rgba(227, 226, 224, 0.5);
    margin: 3px;
    position: relative;
    color: rgb(50, 48, 44);
    text-align: center;
    width: 95px;
    height: 20px;
}

.facture_annule {
    background: rgb(232, 222, 238);
    margin: 3px;
    position: relative;
    color: rgb(65, 36, 84);
    text-align: center;
    width: 95px;
    height: 20px;
}

.facture_part_annule {
    background: rgb(232, 222, 238);
    margin: 3px;
    position: relative;
    color: rgb(65, 36, 84);
    text-align: center;
    width: 95px;
    height: 40px;
}

.facture_encaisse {
    background-color: rgb(219, 237, 219);
    margin: 3px;
    position: relative;
    color: rgb(28, 56, 41);
    text-align: center;
    width: 95px;
    height: 20px;
}

.facture_a_traiter {
    background-color: rgba(227, 226, 224, 0.5);
    margin: 3px;
    position: relative;
    color: rgb(61, 35, 13);
    text-align: center;
    width: 95px;
    height: 20px;
}

.facture_a_valider {
    background-color: rgba(253,231,208,255);
    margin: 3px;
    position: relative;
    color: rgb(61, 35, 13);
    text-align: center;
    width: 95px;
    height: 20px;
}

.label-info-small {
    font-size: 13px;
    padding: 8px 0px 8px 0;
    font-weight: bold;
    color: #39434c;
}

.numerotation-card {
    text-align: center;
    border: 1px solid lightgray;
    margin: 10px;
    display: block;
    border-radius: 10px;
    cursor: pointer;
    width: 200px;
    line-height: 25px;
}

    .numerotation-card img {
        position: absolute;
        margin-top: 2px;
        margin-left: 10px;
    }

    .numerotation-card:hover {
        background: #f1f1f1;
    }

.box-filter-etat-facture {
    opacity: 1;
    height: 70px;
    margin: 5px;
    width: 180px;
    cursor: pointer;
    box-shadow: 0px 2px 5px white;
    border-radius: 10px;
}

    .box-filter-etat-facture:hover {
        opacity: 0.7;
    }

    .box-filter-etat-facture .filter-etat {
        font-weight: bold;
    }

    .box-filter-etat-facture .filter-totalfacture {
        font-size: 12px;
    }

    .box-filter-etat-facture .filter-nbfacture {
        border-radius: 30px;
        background: white;
        height: 20px;
        min-width: 10px;
        text-align: center;
        line-height: 19px;
        color: black;
        font-size: 11px;
        border: 2px solid white;
        font-weight: bold;
    }

