﻿#B_Transfert_Inter:before {
    content: "\f0ec";
    font-family: FontAwesome;
    color: #FFF;
    padding: 14px;
}

#B_Demande_Virement:before {
    content: "\f0d6";
    font-family: FontAwesome;
    color: #FFF;
    padding: 14px;
}
#divTransfertInterne table, #divDemandeVirement table {
    font-size: 10px;
    margin: auto;
    width: auto;
    height: auto;
    border-collapse: separate;
    border-spacing: 10px;
}

    #divTransfertInterne table tr td, #divDemandeVirement table tr td {
        font-size: 13px !important;
        color: #676767;
        font-weight: normal;
    }

        #divTransfertInterne table tr td:first-child{
            width: 122px;
        }
        #divDemandeVirement table tr td:first-child {
            width: 170px;
        }

    #divTransfertInterne table input, #divTransfertInterne table select, #divDemandeVirement table input, #divDemandeVirement table select {
        width: 350px !important;
        min-width: 350px !important;
    }
.select2-container{
    z-index:999999 !important;
}

#MontantDisponible{
    text-align:right;
}
#bvalider_Transfert, #bvalider_Virement {
    background: #04724B !important;
    height: auto !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 5px 0 5px 0 !important;
    float: right;
}

    #bvalider_Transfert:before, #bvalider_Virement:before {
        content: "\f14a";
        font-family: FontAwesome;
        color: #fff;
        font-size: 14px;
    }
.alertify {
    height: auto;
}

.main_div_2:nth-child(3) table td:nth-child(8) {
    border-right: 1px solid rgba(255, 255, 255, 0.20) !important;
}

.select2-dropdown {
    font-size: 11px !important;
}
#bt_ann_virement, #bt_ann_Transfert {
    background-color: #474747 !important;
    height: auto !important;
    color: #FFFFFF !important;
    padding: 2px 0 5px 0 !important;
    float: right;
}

    #bt_ann_virement:before, #bt_ann_Transfert:before {
        content: "\f00c";
        color: #fff;
        font-family: FontAwesome;
        font-size: 14px;
        margin-right: 7px;
    }