﻿html, body {
    margin: 0;
    padding: 0;
}

a:active, a:visited {
    color: inherit;
}

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;
}

.max-400{
    overflow-y:auto;
    max-height:400px;
    padding-right:5px;
}

    #install-chrome #close-install {
        width: 16px;
        opacity: 0.4;
        cursor: pointer;
        float: right;
    }

        #install-chrome #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;
}

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%;
}
/*****************************************************/
/* 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;
}

.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;
}

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
}

/* 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;
}

.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;

}
