﻿
/*.sidebar {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.widget {
    background: #F6F5F8;
}*/
select::-ms-expand {
    display: none;
}

table.dataTable tbody td, table.table tbody td {
    padding: 20px 12px !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 12px !important;
}

.select3 {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../Images/chevron-select.png) no-repeat right center !important;
    background: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0);
    border-radius: 0 !important;
    padding: 0px 10px 0 5px;
    border: 0;
    height: 1.5em;
    font-size: 15px;
    width: auto;
    color: #373737;
    padding-right: 20px !important;
    line-height: 1.5;
    margin-left: -5px;
}

    .select3 option:first-child {
        display: none;
    }

    .select3 option {
        padding: 5px;
        line-height: 30px;
    }

.i-plus {
    background: url(../Images/plus.png) no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
}

#body .btn-gray {
    background: rgba(41, 104, 17880, 0.1) !important;
    color: #2968B2 !important;
    font-weight: bold;
    font-family: 'philosopherregular';
    font-size: 18px;
}

.btn-gray i {
    margin-right: 10px;
}
/*.btn-creer-ab {
    margin-bottom: -25px;
}*/

.checkbox-switches input {
}

.checkbox-switches [type="checkbox"]:checked, .checkbox-switches [type="checkbox"]:not(:checked) {
    width: 48px;
    height: 26px;
    margin-right: 10px;
    vertical-align: middle;
    opacity: 0;
}
    /* Aspect de la case */
    .checkbox-switches [type="checkbox"]:not(:checked) + label:before, .checkbox-switches [type="checkbox"]:checked + label:before {
        content: '';
        position: absolute;
        left: 15px;
        top: 0;
        width: 48px;
        height: 26px;
        transition: all .275s;
        background: url(../images/radio-off.png);
    }

    .checkbox-switches [type="checkbox"]:checked + label:before {
        background: url(../images/radio-on.png);
    }

/* Aspect de la coche 
.checkbox-switches [type="checkbox"]:not(:checked) + label:after,
.checkbox-switches [type="checkbox"]:checked + label:after {
    content: '✕';
    position: absolute;
    top: .38em;
    left: .18em;
    font-size: 1.6em;
    color: #CB22ED;
    line-height: 0;
    transition: all .2s; /* Petite transition */
}

*/
/* Aspect non cochée */
.checkbox-switches [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0) rotate(45deg);
}

/* Aspect cochée */
.checkbox-switches [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1) rotate(0);
}

.checkbox-pers input {
    color: #fff;
    opacity: 0;
    position: relative;
    z-index: 20 !important;
}
/* Aspect de la case */
.checkbox-pers {
    position: relative;
}

    .checkbox-pers [type="checkbox"]:not(:checked) + label:before,
    .checkbox-pers [type="checkbox"]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        /*border: 1px solid #aaa;*/
        background: #2968B2;
        border-radius: 5px;
        /*box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);*/
        transition: all .275s;
    }

    /* Aspect de la coche */
    .checkbox-pers [type="checkbox"]:not(:checked) + label:after,
    .checkbox-pers [type="checkbox"]:checked + label:after {
        /*content: '✓';*/
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-size: 1.6em;
        color: #CB22ED;
        line-height: 0;
        transition: all .2s; /* Petite transition */
        z-index: 10;
        background: url(../images/checked.png) no-repeat center center;
        content: " ";
    }

    /* Aspect non cochée */
    .checkbox-pers [type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        transform: scale(0) rotate(45deg);
    }

    /* Aspect cochée */
    .checkbox-pers [type="checkbox"]:checked + label:after {
        opacity: 1;
        transform: scale(1) rotate(0);
    }

.item .clearfix .checkbox-pers {
    float: left;
    margin-top: 3px;
}

.carousel-comptes-inclure .item .clearfix .checkbox-pers + div {
    float: left;
    width: calc(100% - 30px);
}

.carousel-comptes-inclure.owl-carousel.owl-drag .owl-item.active {
    opacity: .4;
}

.carousel-comptes-inclure .item {
    border: 2px solid transparent;
    background: #FFFFFF;
    box-shadow: 0px 5px 9px rgba(94, 99, 109, 0.302092);
    border-radius: 20px;
    padding: 20px;
}

    .carousel-comptes-inclure .item.compte-selected {
        border: 2px solid #2968B2;
    }

.carousel-comptes-inclure.owl-carousel .owl-stage-outer {
    margin: -20px;
    padding: 20px;
}

.owl-compte-selected {
    opacity: 1 !important;
}
/*.carousel-comptes-inclure.owl-carousel .owl-stage {
    overflow: visible;
}*/
.montant_cr {
    width: 40% !important;
    margin-top: 20px;
}

.card-abonnement h2 {
    background: #EDEFF4 !important;
    font-size: 18px !important;
    padding: 6px 20px !important;
    margin-top: 20px;
    font-family: 'philosopherbold' !important;
    margin-bottom: 25px;
}

.info-compte p {
    opacity: .5;
}

.btn-annuler {
    background: transparent !important;
    color: #373737 !important;
    font-family: 'philosopherbold' !important;
    font-size: 18px !important;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0) !important;
    padding: 0 40px;
}

.txt-ab {
    color: #000;
    font-size: 15px;
    font-family: 'montserratbold';
}

.bloc_signature {
    display: none;
}

.title-ab {
    color: #2968B2;
    font-family: 'philosopherregular';
    font-size: 17px;
}

.btn-valider2 {
    padding: 0 80px !important;
}

.montant-abonne {
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 90px;
    height: 40px;
    padding: 2px;
    display: block;
    font-family: 'montserratbold';
}

.montant-plafond {
    background: rgba(41, 104, 178, 0.11);
    border-radius: 90px;
    float: right;
    display: block;
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    color: #214F86;
}

.card-emetteur .montant-abonne label {
    color: #000;
    display: inline-block;
    line-height: 38px;
    padding-left: 15px;
}

#DataTableAbonnement_wrapper.dataTables_wrapper .dataTables_length {
    float: none;
}
/*.carousel-comptes-inclure.owl-theme .owl-nav {
    top: auto;
    bottom: 0;
}*/
/*.carousel-comptes-inclure.owl-carousel .owl-nav button.owl-prev, .carousel-comptes-inclure.owl-carousel .owl-nav button.owl-next {
    margin-top: -50px;
}*/
.carousel-comptes-inclure button.slick-prev.slick-arrow, .carousel-comptes-inclure button.slick-prev.slick-arrow:hover {
    background: url(../images/a-left.png) no-repeat;
    left: 0;
    top: 60%;
}

.carousel-comptes-inclure button.slick-next.slick-arrow, .carousel-comptes-inclure button.slick-next.slick-arrow:hover {
    background: url(../images/a-right.png) no-repeat right top;
    right: 0;
    top: 60%;
}

.carousel-comptes-inclure.owl-theme .owl-dots {
    margin-top: 20px;
}

    .carousel-comptes-inclure.owl-theme .owl-dots .owl-dot.active span, .carousel-comptes-inclure.owl-theme .owl-dots .owl-dot:hover span {
        background: #2968B2;
    }

.date-ab.form-control[readonly] {
    background: #fff !important;
}

.txt-ab .li {
    display: block;
}

.modal.left .modal-content, .modal.right .modal-content {
    overflow-x: hidden;
}

.modal h2.title-popin, .title-popin {
    background: #EDEFF4 !important;
    font-size: 20px !important;
    padding: 6px 20px !important;
    font-family: 'philosopherbold' !important;
    margin-bottom: 25px;
    margin: -5px -15px 20px;
}

.icone-edit {
    display: inline-block;
    background: url(../Images/edit.png) no-repeat;
    width: 14px;
    height: 14px;
}

.icone-delete {
    display: inline-block;
    background: url(../Images/delete.png) no-repeat;
    width: 17px;
    height: 17px;
}

.btn-icon {
    border: 0;
    padding: 0;
    color: #A4A7AE;
    background: transparent;
    vertical-align: middle;
}

    .btn-icon i {
        color: #A4A7AE;
    }

    .btn-icon + .btn-icon {
        margin-left: 15px;
    }

    .btn-icon + .form-edit {
        margin: 0 20px;
    }

.actions_buttons .btn {
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    width: 70px;
    padding: 0;
}

    .actions_buttons .btn + .btn {
        margin-left: 5px;
    }

.actions_buttons .btn-rejeter, .iframe-gray .btn-rejeter {
    background: #FFFFFF;
    border: 1px solid #2968B2;
    box-sizing: border-box;
    color: #2968B2;
}

.montant-virement {
    position: relative;
}

    .montant-virement:before {
        content: "";
        background: #E0E0E0;
        width: 1px;
        top: 0;
        bottom: 0;
        display: block;
        position: absolute;
        left: -30px;
    }

.montant-vir {
    color: #2968B2;
    font-size: 25px;
    font-family: 'montserratbold';
}

.montant-virement label {
    font-size: 15px;
    line-height: 18px;
    color: #373737;
    font-family: 'montserratmedium';
}

.iframe-gray {
    text-align: center;
    /* #EDEFF4 */
    background: #EDEFF4;
    /* Bleu */
    border: 1px dashed #2968B2;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
}

.actions-details {
    margin-top: 30px;
    text-align: center;
}

    .actions-details .btn, .actions-mass .btn {
        padding: 0 40px;
    }

        .actions-details .btn + .btn {
            margin-left: 15px;
        }

.content-signature {
    padding: 0 20px;
    font-size: 16px;
}

    .content-signature label {
        font-family: 'philosopherregular';
        font-size: 16px;
    }

    .content-signature .montant-virement label {
        font-family: 'montserratmedium';
        /*font-size: 15px;*/
    }

    .content-signature .label-blue {
        color: #2968B2;
        font-family: 'philosopherbold';
    }

#ListMassTransferDatatable_wrapper {
    margin-bottom: 30px;
}

.icone-puce {
    background: #28ADF8;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 4px;
}

.td-icone {
    justify-content: center;
}

/* width */
.list-signature .dataTables_wrapper .dataTables_scroll ::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.list-signature .dataTables_wrapper .dataTables_scroll ::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    border-radius: 5px;
}

/* Handle */
.list-signature .dataTables_wrapper .dataTables_scroll ::-webkit-scrollbar-thumb {
    background: #EDEFF4;
    border-radius: 5px;
}

    /* Handle on hover */
    .list-signature .dataTables_wrapper .dataTables_scroll ::-webkit-scrollbar-thumb:hover {
        background: #EDEFF4;
    }

.list-signature .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0;
    padding: 8px;
    /*box-sizing: content-box;*/
}

.devise-montant {
    font-size: 14px;
    font-family: 'montserratregular';
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 16px;
}

h2.title-h2 {
    font-family: 'philosopherbold';
    font-size: 17px;
    margin: 0 0 30px;
}

.icone-retour {
    display: inline-block;
    background: url(../Images/arrow-retour.png) no-repeat;
    width: 25px;
    height: 17px;
    margin-right: 10px;
    vertical-align: middle;
}

.retour {
    font-size: 17px;
    line-height: 17px;
}

.row-virements {
    width: 70%;
}

    .row-virements a {
        position: relative;
        background: #fff;
        border-radius: 14.87px;
        padding: 32px 15px;
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0);
        display: block;
        margin: 10px 0 30px;
        text-align: center;
        color: #373737;
        font-family: 'philosopherbold';
        font-size: 17px;
        border: 0.847683px solid #A4A7AE;
    }

        .row-virements a:hover {
            text-decoration: none;
        }

        .row-virements a.type-virement.active {
            box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
            border: 1.69537px solid #2968B2;
            color: #2968B2;
        }

.row-emetteur {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(94, 99, 109, 0.302092);
    border-radius: 27.5px;
    margin-top: 60px;
    margin-bottom: 35px;
}

    .row-emetteur .row > div {
        position: relative;
    }

.card-emetteur .row-emetteur label {
    position: absolute;
    left: 15px;
    top: -35px;
}

.card-emetteur .row-emetteur input {
    height: 45px;
    width: 100%;
    padding-left: 10px;
    border: 0;
    font-size: 15px;
    font-family: 'montserratbold';
}

.card-emetteur .row-emetteur .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'montserratbold';
}

.row-emetteur .row > div.col-lg-3 {
    border-left: 1px solid #D1D1D1;
}

.card-emetteur .row-emetteur .select2.select2-container {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0);
}

.row-emetteur .row > div.col-lg-3 + div.col-lg-3 input {
    border-radius: 27.5px;
}

.select2-container--open .select2-dropdown--above {
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(94, 99, 109, 0.302092);
    border-radius: 10px;
    border: 0;
    overflow: hidden;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 10px;
}

.select2-search--dropdown {
}

.select2-results {
}

#carouselAddVirementList.carousel-compte .owl-item.active {
    border: 1.69537px solid #2968b2;
    border-radius: 10px;
}

    #carouselAddVirementList.carousel-compte .owl-item.active + .owl-item.active {
        box-shadow: none;
        border: 0.847683px solid #DCDCDC;
    }

#carouselAddVirementList.owl-carousel.owl-drag.virement-list .owl-item.active {
    opacity: 0.4;
}

#carouselAddVirementList.owl-carousel.owl-drag.virement-list .owl-item.active {
    /*border-width: 0;*/
}

#carouselAddVirementList.owl-carousel.owl-drag.virement-list .owl-item {
    cursor: pointer;
}

    #carouselAddVirementList.owl-carousel.owl-drag.virement-list .owl-item.active.active-virement {
        opacity: 1;
        border-width: 1px;
        border-color: #2968b2;
    }

#carouselAddVirementList.virementCarousel .owl-item {
    border-width: 0;
    opacity: .4;
}

    #carouselAddVirementList.virementCarousel .owl-item.activeVirement:not(.cloned) {
        border: 1.69537px solid #2968b2;
        opacity: 1;
        border-radius: 10px;
    }

#carouselAddVirementList.carousel-compte.virementCarousel .owl-item.activeVirement:not(.cloned) {
    border-width: 1.69537px;
}

#carouselAddVirementList.carousel-compte.virementCarousel .owl-item {
    border-width: 0;
}

.card-emetteur label.label-add {
    color: #373737;
    font-family: 'philosopherregular';
    font-size: 16px;
}

.col-border {
    position: relative;
}

    .col-border:before {
        background: #E0E0E0;
        width: 1px;
        top: 0;
        bottom: 0;
        left: -30px;
        content: "";
        position: absolute;
    }

.card_addMass .row > div {
    margin: 8px 0;
}

    .card_addMass .row > div .form-group {
        margin-bottom: 0 !important;
    }

.charger-fichier {
    border: 1px dashed #2968B2;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 40px 20px 10px;
    max-width: 90%;
    text-align: center;
}

.telecharger-fichier {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px 10px 5px;
    box-shadow: 4px 8px 25px rgba(127, 129, 130, 0.14);
    max-width: 200px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.row-download {
    margin-top: 30px;
}

.telecharger-fichier p {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #373737;
    opacity: 0.7;
    padding-top: 10px;
    margin-bottom: 0;
}

    .telecharger-fichier p span {
        display: block;
        color: #214F86;
        opacity: 0.7;
        font-size: 10px;
    }

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
    color: #373737;
    /*opacity: 0.7;*/
    background: url(../Images/download-input.png) no-repeat center top;
    padding-top: 70px !important;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
/* style 6 */

/*.inputfile-6 + label {
    color: #d3394c;
}*/

.inputfile-6 + label {
    /*border: 1px solid #d3394c;
    background-color: #f1e5e6;*/
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #722040;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    /*padding: 0.625rem 1.25rem;*/
    /* 10px 20px */
    opacity: 0.7;
}

.inputfile-6 + label span {
    /*width: 200px;*/
    min-height: 2em;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 36px;
    background-color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #2968B2;
    border: 1px solid #2968B2;
    box-sizing: border-box;
    border-radius: 30px;
    width: 126px;
    margin-top: 30px;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #2968B2;
    color: #fff;
}

#massTransfer .btn, #simpletransfer .btn {
    margin: 30px 0;
}

.card_addMass label {
    font-size: 16px;
    line-height: 18px;
    color: rgba(55, 55, 55, 0.5);
    opacity: 0.5;
    font-family: 'philosopherregular';
}

.card_addMass .tabAmount {
    color: #2968B2;
    font-size: 18px;
    display: block;
}

.card.card_addMass {
    margin: 30px 0 50px 0;
}

.change-password {
    width: 30%;
}

.montant-saisie {
    position: relative;
}

.montant-saisie input {
    padding-right: 70px;
    font-size: 18px;
}

.montant-saisie span {
    position: absolute;
    right: 30px;
    top: 11px;
}
html, body {
    height: 100%;
}
.pageLogin {
    background: #fff;
}
.full-height {
    position: relative;
}
.full-height .footer-login {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media all and (-ms-high-contrast:none) {
    #btnXLS, #btnPDF, #btnCSV {
        padding: 15px 20px;
    }
    /* IE10 */
    *::-ms-backdrop, #btnXLS, #btnPDF, #btnCSV {
        padding: 15px 20px;
    }
    /* IE11 */
}


@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}

@media (max-width: 1400px) {
    .change-password {
        width: 40%;
    }
}

@media (max-width : 1350px){
    .actions_buttons .btn + .btn {
        margin-left: 0;
        margin-top: 10px;
    }

    .main-panel table tbody td.actions_buttons {
        display: block;
    }
}

@media (max-width: 1199px) {
    .change-password {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .change-password {
        width: 60%;
    }

        .change-password .btn-valider {
            width: 100% !important;
        }
}

@media (max-width: 767px) {
    .change-password {
        width: 100%;
    }
}
