﻿/*******************************************/
/* HEADER */

.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;
}

.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;
}

.delete-logo-soc {
    color: #0072c6;
}

    .delete-logo-soc:hover {
        cursor: pointer;
        opacity: 0.7;
    }

#apercu-logo {
    position: relative;
    padding: 0 5px;
    left: 50%;
    margin-left: -170px;
    width: 350px;
    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;
    }

    
}

@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;
}

.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-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;
}
