body{
    font-family: 'Roboto', sans-serif;
}

.content-wrapper{
    background-color: #FFF;
}
.main-header .navbar,.main-header .logo {
    min-height: 70px;
    background-color: #f3f9fe !important;
}
.content-wrapper,.main-footer{
    margin-left: 0 !important;
}
.menu_item{
    background-color: #097896;
    box-shadow: 7px 7px 8px #3d95ad;
    border-radius: 6px;
    color: #f8f8f7;
    font-size: 17px;
    font-weight: bold;
    margin: 25px 0;
}
.menu_item.new_pay{ background-color: #f94e4e;}
.menu_item.new_group{background-color: #eddb35;}
.menu_item.new_elev{background-color: #f4b606;}
.menu_item.ges_pay{background-color: #f19066;}
.menu_item.ges_group{background-color: #ffe000;}
.menu_item.ges_elev{background-color: #ef8614;}
.menu_item.ret_pay{background-color: #6581e5;}
.menu_item.ges_user{background-color: #616161;}
.menu_item.new_prof{background-color: #a7d879;}
.menu_item.ges_prof{background-color: #a1e240;}
.menu_item.new_matiere{background-color: #25CCF7;}
.menu_item.ges_matiere{background-color: #1B9CFC;}
.menu_item.charges{background-color: #bf360c;}
.menu_item.ges_abond{background-color: #006266;}
.menu_item.cais_jour{background-color: #e91e63;}
.menu_item.param{background-color: #263238;}

.menu_item .menu_text{
    display: block;
    font-size: 16px;
    padding-top: calc(39% - 20px );
}
.menu_icon{
    position: relative;
}
.menu_item .menu_icon img{
    background-color: #f8f8f7;
    padding: 24px;
    width: 100%;
}
.menu_icon:after{
    content: "";
    display: block;
    top: calc(43% - 7px);
    right: -28px;
    position: absolute;
    width: 15px;
    height: 15px;
    border-bottom: solid 15px transparent;
    border-left: solid 15px #f8f8f7;
    border-right: solid 15px transparent;
    border-top: solid 15px transparent;
}
.logo img{
    max-height: 60px;
    display: block;
    margin: 2px auto;
}
.user_fullname{
    margin: 8px 11px 0;
    color: #183f5f;
    font-weight: 600;
}
.user_fullname .function{
    color: #948888;
    display: block;
    font-size: 12px;
    cursor: pointer;
}
.notification{
    padding: 12px;
    position: relative;
    cursor: pointer;
}
.notification .count{
    position: absolute;
    background: #173f5f;
    color: #fff;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    top: -4px;
    right: 7px;
    border: 1px solid #fff;
    font-weight: bold;
}
.back_menu{
    background: #1A3D58;
    color: #f3ecec;
    font-weight: bold;
    padding: 9px;
    display: inline-block;
    margin-top: 17px;
    border-radius: 2px;
    position: relative;
}
.back_menu:after{
    content: "";
    position: absolute;
    top: 0;
    left: -4px;
    height: 100%;
    width: 3px;
    background: #1A3D58;
}
.niveau_scolaire option:nth-of-type(7),.niveau_scolaire option:nth-of-type(8),.niveau_scolaire option:nth-of-type(9),.niveau_scolaire option:nth-of-type(10),.niveau_scolaire option:nth-of-type(11),
.niveau_scolaire option:nth-of-type(12),.niveau_scolaire option:nth-of-type(13){
    display: none;
}
.top_header{
    background-color: #f3f9fe;
    padding-bottom: 6px;
}
.top_header img.logo{
    height: 55px;
    margin: 7px 46px 0;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}
.checkbox_container {
    padding: 2px 0;
}
.onoffswitch {
    position: relative;
    width: 120px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999;
    border-radius: 20px;
}
.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 15px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Active";
    padding-left: 11px;
    background-color: #2ece6c;
    color: #fff;
}
.onoffswitch-inner:after {
    content: "Désactiver";
    padding-right: 11px;
    background-color: #f64c4c;
    color: #333;
    text-align: right;
}
.onoffswitch-switch {
    width: 26px;
    margin: 2px;
    background: #fff;
    border: 2px solid #999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 89px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.photo{
    width: 131px;
    float: right;
    border: 1px solid #56a8f0;
    cursor: pointer;
}

.btn_action{
    padding: 5px 35px 5px 4px;
    background: #f5f5f5;
    margin-bottom: 30px;
}

.error{
    color: red;
    display: inline-block;
    font-style: italic;
    margin-top: 2px;
}
.menu .col-md-3{
    padding-right: 30px;
}
label{
    font-family: Poppins,sans-serif;
    color: #4f5c89;
    font-size: 15px;
    font-weight: 400;
}
.form-control{
    border: 1px solid #56a8f0;
    border-radius: 2px !important;
    height: 38px !important;
    margin-bottom: 12px;
    color: #515974 !important;
    font-weight: bold;
    font-size: 15px !important;
}
textarea.form-control{
    height: auto;
}

.full_name{
    border: none;
    border-bottom: 1px solid #56a8f0;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 20px;
    letter-spacing: .9px;
}

.btn_back{
    background: #183f5f;
    padding: 12px 17px;
    display: inline-block;
    position: relative;
    top: 5px;
    color: #FFF;
    margin-left: 24px;
    font-size: 15px;
    text-transform: capitalize;
}

.btn_back_single{
    background: #183f5f;
    padding: 12px 30px;
    display: inline-block;
    color: #FFF;
}


.btn_back:after{
    content: "";
    width: 2px;
    position: absolute;
    height: 100%;
    background-color: #183f5f;
    top: 0;
    left: -4px;
}
.tabs{
    margin-bottom: 0;
}
.tabs td{
    text-align: center;
    padding: 11px !important;
    background-color: #e1e7f0;
    color: #515974;
    font-weight: bold;
    border-color: #2d93ec !important;
    cursor: pointer;
    font-size: 18px;

}
.tabs td.active{
    color: #1f8ceb;
    background-color: #e1e7f0 !important;
    border: 2px solid;
    border-style: outset;
}

.tabs td.active a{
    color: #1f8ceb;
}

.add_horaire_btn,.remove_horaire_btn{
    padding: 11px;
}
.data_table td a{
    text-decoration: none;
    font-size: 14px;
    color: #333333;
}

.btn_skew {
    color: #183f5f;
    background: #b9cfd7;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: 0;
    outline: 0;
    font-size: 1.6rem;
    padding: 12px 35px;
    display: block;
    transform: skew(-21deg);
    margin-right: 12px;
}

.btn_skew.active,.btn_skew.fake_active{
    background: #1F8CEB;
    color: #FFF;
}

.btn_skew:visited {
    color: #fff;
}
.btn_skew > span { display: inline-block; transform: skew(21deg);text-transform: uppercase } /* Un-skew the text */
.btn_table{
    padding: 12px;
    margin-bottom: 20px;
    border: none;
}
.btn_table>tbody>tr>td{
    border: none;
    padding: 5px
}

.btn-niveau{
    background-color: #00aeef;
    color: #FFF;
    border-radius: 20px;
    display: inline-block;
    width: 13%;  /*13.5*/
    padding: 7px;
    margin-right: 1%;
}
.btn-niveau.active{
    background-color: #0062ef;
    border: 1px solid #FFF;
    color: #FFF !important;
}


.select_langue{
    border: 1px solid #e1e7f0;
    border-radius: 20px;
}

.has-search .form-control-feedback {
    right: 0;
    color: #ccc;
    top: 2px;
}

.has-search .form-control {
    padding-left: 12px;
    padding-right: 34px;
    background: #e1e7f0;
    border-radius: 20px;
    border:1px solid #DDD;
}

.first_level_filter td{
    width: 23%;
}
.third_level_filter{
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
}

.btn_all,.btn_all_niveau{
    border: 2px solid #B5D1D4;
    font-size: 1.1rem;
    padding: 12px 35px;
    color: #B5D1D4;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
}

.export_excel{
    background: #02AEF0;
    color: #FFF;
    display: block;
    font-size: 21px;
    text-align: left;
    width: 60%;
    margin: auto;
}
.export_excel i{
    margin-right: 13px;
}

.export_excel:hover{
    color: #fffacc;
}
.add_new_matiere,.add_new{
    color: #3498db;
    font-weight: bold;
    text-decoration: none;
}
.dataTables_filter, .dataTables_info { display: none; }
[data-category="Collège"],[data-category="Lycée"]{
    width: 27%;
}
[data-category="Collège"],[data-category="Lycée"],[data-category="Formation"] {
    display: none;
}
.data_table thead th,.eleve_table thead th {
    color: #515974;
    background-color: #e1e7f0;
    font-family: Poppins,sans-serif;
}
.data_table tbody td a,.eleve_table tbody td a{
    font-family: 'Noto Sans', sans-serif;
    color: #515974;
    text-decoration: none;
    font-size: 14px;
}
.dataTables_paginate {
    width: 100%;
    text-align: center !important;
    font-size: 12px;
    padding: 12px;
    margin-top: 12px;
}
.eleve_table>tbody>tr>td.active{
    background-color: none !important;
}

.buttons-excel.buttons-html5{
    display: none;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #DDD;
}
.styled-checkbox:hover + label:before {
    background: #183f5f;
}
.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
    background: #183f5f;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

/* .login_form_g {
   width: 450px;
    display: inline-block;
    position: relative;
    border: 1px solid #183f5f;
    padding: 20px 30px;
} */

.profile_pic_file{
    display: none !important;
}
.profile_pic{
    cursor: pointer;
}

.dropdown_menu{
    width: 191px;
    background: #fff;
    border: 1px solid #f6f0f0;
    padding: 12px;
    position: absolute;
    right: 1px;
    top: 43px;
    z-index: 22;
    display:  none;
    box-shadow: 5px 5px 7px #DDD;
    border-radius: 2px;
}
.dropdown_menu a{
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    padding: 4px;
}
.dropdown_menu a:hover{
    background-color: #d3d9df;
}


.border_img {
    position: absolute;
    top: -100px;
    right: 37px;
    height: 396px;
}

.table_over{
    overflow-x: auto;
    width: 100%;
}
.menu_container{
    padding-right: 95px;
    padding-left: 95px;
    margin-top: 10px;
}
.matiere_container{
    padding: 12px 0;
    overflow-y: auto;
    max-height: 200px;
}
.matiere_container .col-sm-3{
    margin-bottom: 4px;
}
.login_btn{
    /* width: 31%; */
    background-color: #183f5f !important;
    color: #fff;
    font-size: 1rem;
}

/* table.dataTable thead th,
table.dataTable thead td{
    font-size: 13px;
} */

.recap{
    padding: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.recap h3{
    color: #173e5d;
    text-align: center;
    font-size: 30px;
    padding: 20px 0;
    font-family: Poppins,sans-serif;
}
.recap .item,.recap .value{
    display: inline-block;
    padding: 2px 0;
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
}
.recap .value{
    font-weight: bold;
    font-size: 15px;
}
table.recap_table{
    width: 100%;
    margin-bottom: 20px;
}
table.recap_table tr{
    border-bottom: 1px dotted #9d9d9d;
}
table.recap_table td{
    padding: 20px 0;
}

.tabs td a{
    text-decoration: none;
    color: #515974;
}

.data_table_group tfoot th,.data_table_group tfoot td{
    border: none !important;
    padding: 0 !important;
}
.data_table_group tfoot input{
    margin-bottom: 1px;
    height: 34px;
}
.delete_group_row i{
    padding: 11px 0px;
    text-align: center;
    font-size: 1.2em;
    color: #e30400;
    display: block;
    cursor: pointer;
}

.salaire_table #DataTables_Table_1_wrapper{
    display: none !important;
}
.role.Secrétariat + .container input,
.role.Secrétariat + .container select,
.role.Secrétariat + .container textarea,
.role.Secrétariat + .container button,
.role.Secrétariat + .container a,
.role.Secrétariat + .container i,
.role.Secrétariat + .container .checkbox_container,
.role.Secrétariat + .container .photo,

.role.Professeur + .container input,
.role.Professeur + .container select,
.role.Professeur + .container textarea,
.role.Professeur + .container button,
.role.Professeur + .container a,
.role.Professeur + .container i,
.role.Professeur + .container .checkbox_container,
.role.Professeur + .container .photo
{
    pointer-events:none;
    cursor: not-allowed;
}

.form_eleve input,
.form_eleve select,
.form_eleve textarea,
.form_eleve button,
.form_eleve a,
.form_eleve i,
.form_eleve .checkbox_container,
.form_eleve .photo{
    pointer-events: auto !important;
    cursor: pointer !important;
}

.matiere_container.ajout [data-cat_parent="Collège"],
.matiere_container.ajout [data-cat_parent="Lycée"],
.matiere_container.ajout [data-cat_parent="Formation"]
{
    display: none;
}

.my_img{
    height: 70px;
    width: 70px;
}
.eleve_payment tbody tr{
    /*display: none;*/
}

.recap_frais_inscription{
    padding: 5px 20px;
    background:#3f9ae552;
    border: 1px solid #DDD;
    margin-bottom: 30px;
}
.prof_name{
    text-align: center;
    margin: 10px 0 40px 0;
}
.fixed_header{
    text-align: center;
    padding: 10px;
  /*  background-color: rgba(157, 157, 157, 0.19);
    border: 1px solid #000;*/
    margin-top: 10px;
    color: #000;
}
.fixed_header h2{
    font-size: 40px;
    margin-bottom: 4px;
    font-weight: bold;
    font-family: Cambria,sans-serif;
}
.fixed_header h4{
    font-size: 25px;
    font-weight: bold;
    font-family: Cambria,sans-serif;
}

.group_name{
    text-align: center;
    padding: 10px;
    color: #000;
}
.group_name h3{
    font-family: Cambria, sans-serif;
    font-weight: bold;
    font-size: 35px;
}
.gray_box{
    padding: 9px;
    font-family: Calibri,sans-serif;
    padding: 10px;
    background-color: rgba(157, 157, 157, 0.19);
    border: 1px solid #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
}
.doc_table td,.doc_table th,.table_absences td,.table_absences th{
    border: 1px solid #000 !important;
}
.doc_table th,.table_absences th{
    text-align: center;
    background-color: rgba(157, 157, 157, 0.19);
    border: 1px solid #000;
}

.doc_table tr,.table_absences tr{
    height: 40px;
}

.group_filter{
    padding: 12px;
    /*background-color: #9d9d9d;*/
    margin-bottom: 4px;
}
.group_filter  h3{
    font-family: Cambria, sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin: 6px 0;
}
.group_filter select{
    margin: 6px 0;
}

.doc_table tr {
    display: none;
}
.history_absence{
    margin-top: 5px;
    height: 38px !important;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 15px !important;
    display: block;
}

.piement_history_prof input[type='submit']{
    margin-top: 12px;
}
.piement_history_prof{
    display: none;
}
.notification_content{
    position: absolute;
    right: 0;
    background: #FFF;
    width: 200%;
    z-index: 2222;
    top: 56px;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 12px;
    box-shadow: 3px 3px 10px #DDD;
    display: none;
    height: 400px;
    overflow: auto;
}
.notification_content .notif_header{
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
}
.notification_content .notif_header .fa{
    cursor: pointer;
}
.notif_content{
    border-bottom: 1px solid #2a2a2a;
    padding: 10px;
    margin-bottom: 1px;
}
.notif_content a{
    color: #0a0a0a;
    font-family: 'Noto Sans';
    font-size: 12px;
    text-decoration: none;
}
.notif_content.green{
    background-color: #337ab70f;
}
.cercle{
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin: 10px;
}
.cercle.green{
    background-color: #3c763d;
}
.cercle.red{
    background-color: #DDD;
}
.voir_tous{
    margin-top: 12px;
    display: block;
    text-align: center;
    color: #183f5f;
}
.notification_content_tous .notif_content{
    padding:20px;
}
.notification_content_tous .notif_content a {
    font-size: 15px;
}

.notif_content:first-of-type{
    border-top: 1px solid #000;
}

.read_all{
    margin-top: 12px;
    color: #183f5f;
    border: none;
    background: transparent;
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline;
    text-align: center;
    display: block;
    width: 100%;
}
.filter_container{
    margin-top: 20px;
}
.filter_container .filter_name{
    font-size: 24px;
    display: block;
    text-align: center;
    padding-top: 6px;
    font-weight: bold;
    letter-spacing: 1px;
}

.property_container{
    padding: 20px;
    border: 1px solid #333;
    box-shadow: 2px 2px 10px #ddd;
    margin: 5px 0;
    font-size: 25px;
    font-family: cursive;
}

.value_name,.value_somme{
    display: block;
    margin: 2px 0;
    font-size: 14px;
}
.value_somme{
    text-align: center;
    font-size: 23px;
    color: #26394a;
}
.beneficiaire_container,.second_nom_charge{
    display: none;
}

.caisse_box{
    border: 1px solid #000;
    padding: 20px 12px;
    box-shadow: 4px 4px 12px #DDD;
}
.caisse_box .item{
    font-size: 35px;
    padding: 6px 0;
}
.caisse_box .value{
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    font-family: fantasy;
}
.select_style .btn, .niveau_scolaire .btn{
    height: 38px;
    border: 1px solid #56a8f0;
}
.col-5{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 20%;
}
.td_eleve_mois{
    display: none;
}

/* Style depuis app gestion ecole */
.reset_btn{
    background: none;
    border: none;
}
.caisse_date{
    width: 40%;
    margin: auto !important;
    display: inline-block;
    height: 34px !important;
}
#paiementmultiple .form-control,.paiementmultiple .form-control{
    margin: 0 0 5px 0;
    height: 32px !important;
    font-size: 14px !important;
}
#paiementmultiple table,.paiementmultiple table{
  margin-top: 12px;
}
#paiementmultiple td,#paiementmultiple th,
.paiementmultiple td,.paiementmultiple th{
    padding: 6px !important;
}
.date_recu_a4_container,.date_recu_a5_container,.models_container{
    position: absolute;
    padding: 12px;
    background: #5bc0de;
    z-index: 2;
    box-shadow: 3px 7px 6px #66767b;
    margin-top: 7px;
    display: none;
}
.recu_a4_btn,.recu_a5_btn{
    padding: 6px 20px;
}

.date_recu_a4_container:after,.date_recu_a5_container:after,.models_container:after{
    content: "";
    border-bottom: 6px solid #5bc0de;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    top: -12px;
    position: absolute;
    left: 20px;
}


.pr-0{
    padding-right: 0;
}
.pl-0{
    padding-left: 0;
}

.mode_piement{
 font-weight: bold;
    padding-right: 7px;
}
.paiement_type{
    display: inline-block;
    font-size: 20px;
    font-family: auto,sans-serif;
    padding: 0 9px;
    margin-bottom: 14px;
}
.d-inline{display: inline-block}
#config-demo{
    text-align: center;
}
.caisse_table,.depense_table,.repartition_table{
    width: 100%;
}
.caisse_table th,.depense_table th,.repartition_table th{
     background: #689f38;
     color: #FFF;
     text-align: center;
     padding: 7px;
     border-right: 3px solid #FFF;
 }
.caisse_table td,.depense_table td,.repartition_table td{
    color: #404040;
    text-align: center;
    padding: 3px;
    font-weight: bold;
}
.caisse_table .btn{
    padding: 4px 12px;
    font-size: 13px;
}
.depense_table th{
    background: #a72609;
}
.compensation_table th{
    background: #7E7E7E;
}
.repartition_table th {
    background: #607d8b;
}
.caisse_header_sep{
    text-align: center;
    padding: 9px 0;
    border-top: 2px solid #d8d6d1;
    border-bottom: 2px solid #d8d6d1;
    font-size: 26px;
    font-weight: bold;
    margin: 20px 0 30px 0;
    font-family: sans-serif;
}

.revenue_net{background: #ffa726;position: relative;height: 180px;color: #fff;font-weight: bold;}
.revenue_depeses{background: #a72609;position: relative;height: 90px}
.revenue_recettes{background: #689f38;position: relative;height: 90px}

.revenue_text{
    position: absolute;
    top: 6px;
    left: 6px;
    color: #FFF;
    font-weight: bold;
}
.revenue_value{
    display: block;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 34px;
    line-height: 180px;
    border: 1px solid #FFF;
}
.net_title{
    
}
.net_value{
    font-size: 34px;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 20px;
}
.net_arret {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.column {
    width: 50%;
    padding: 5px;
    border: 1px solid #fff;
}
.revenue_depeses .revenue_value,.revenue_recettes .revenue_value{
    line-height: 90px;
}
.creances_title{
    text-align: center;
    text-decoration: underline;
    text-shadow: 3px 2px 3px #004;
    font-size: 28px;
    margin-bottom: 10px;
}
.creances_second_title{
    margin: 15px 0;
    font-size: 20px;
}
.caisse_journaliere{
    text-align: center;
    padding: 9px 0;
    font-size: 30px;
    font-weight: bold;
    font-family: cursive;
    text-shadow: 1px 1px #1f8ceb;

}
.charge_items_table tbody i{
    color: red;
    font-size: 28px;
    cursor: pointer;
    margin-top: 6px;
}
.charge_items_table  tfoot .financial_item td{
    border-top: none;
}
.charge_items_table tfoot .financial_item td:nth-of-type(4){
    text-align: right;
    font-size: 20px;
    padding-top: 14px;
    font-weight: bold;
}
.charge_items_table tfoot .financial_item td:nth-of-type(5) input{
    text-align: center;
    font-size: 20px;
}
.doc_modele_name{
    background: #FFF;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.tr_insert_groups {
    padding: 7px;
    font-size: 16px;
    font-weight: 600;
    background-color: #e1e7f0;
    border: solid #9ccce3 1px;
    border-radius: 5px;
}

.likeButton {
    display: block;
    width: 70%;
    background: #f0ad4e;
    padding: 6px 10px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    line-height: 1.42857143;
    border-radius: 4px;
    margin: auto;
}
.likeButton:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
  }
.table_paiement_mois {
    display: none;
}
.mois_div {
    cursor: pointer;
    font-family: Poppins,sans-serif;
    color: #4f5c89;
    font-size: 15px;
    font-weight: 400;
}
.profLigneMois {
    display: flex; 
    width:70%; 
    margin:50px auto; 
    
}
.profDivMois {
    padding: 2.5rem 1.35rem;
    margin: 10px 0px;
    background-color:aliceblue;
    border: #bcc4e2 solid 1px;
    border-radius: 10px;
}
a div.profDivMois {
    text-align:center;
    font-family: Poppins,sans-serif;
    color: #4f5c89 !important;
    font-size: 16px;
    font-weight: 500;
}  
.salaireCard {
    text-align: center;
    font-family: Poppins,sans-serif;
    font-size: 1.5rem;
    
    /* margin-top: 10px; */
}
.salaireCard_header {
    background-color:aliceblue;
    border: #bcc4e2 solid 1px;
    border-radius: 5px 5px 0px 0px;
    padding: 0.75rem 1.25rem;
    box-shadow: 0px 0px 7px #bcc4e2;
}
.salaireCard_body {
    background-color: #4f5c89;
    border: #4a516a solid 1px;
    border-radius: 0px 0px 5px 5px ;
    padding: 1.35rem;
    color: #fff;
    font-weight: 500;
    box-shadow: 1px 1px 7px #4f5c89;
}
.mg-t {
    margin-top: 20px !important;
}
.pay_total{
    padding: 30px 0;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
}
.pay_total .s_total{
    color: #404040;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    top: -2px;
}
.pay_total .value{
    border: 1px solid #d9e1f3;
    padding: 0px 18px;
    width: 119px;
    display: inline-block;
    text-align: center;
    background: #d9f3da;
    font-weight: bold;
}
.recap_salaire {
    background-color: #FFF;
    color: rgba(58, 53, 65, 0.87);
    -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 6px;
    box-shadow: 0px 2px 10px 0px rgba(58, 53, 65, 0.1);
    padding: 1.25rem;
    margin-bottom: 20px;
}
.choix_groupe {
    background-color: #FFF;
    color: rgba(58, 53, 65, 0.87);
    -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 6px;
    box-shadow: 0px 2px 10px 0px rgba(58, 53, 65, 0.1);
    padding: 4.3rem 1.25rem;
    margin-bottom: 20px;
}
.profGroups .dropdown-toggle {
    border-color: #18195f;
} 
.recapCard {
    background-color: #e1e7f0;
    color: rgba(32, 16, 55, 0.87);
    -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 6px;
    padding: 1.5rem; 
    border: #bcc4e2 solid 1px;
    box-shadow: 0px 0px 7px #bcc4e2;  
    font-family: Poppins,sans-serif;
    font-size: 2rem;
    font-weight: 600;
}
.recapCard_header {    
    padding: 0.75rem 1.25rem;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.15px;
    letter-spacing: 0.25px;        
}
.recapCard_body {
    color: #18195f;
    line-height: 1.5;
    letter-spacing: 0.15px;
    letter-spacing: 0.25px;
    padding: 1.35rem;
    text-align: center;
}
.chargeCard {
    padding: 1.5rem 1.25rem;
}
.chargeCard_header {
    font-size: 1.25rem;
}
.totalCard {
    background: linear-gradient(138deg, rgba(239,244,250,1) 0%, rgba(194,211,238,1) 86%);
    border-color: #8585a6;
}
.chargeTitle {
    padding: 1rem;
    font-weight: 600;
    color: #17185e;
}
.myCard {
    background: linear-gradient(138deg, rgba(255,255,255,1) 0%, rgba(225,231,240,1) 82%);
}
/* Tableau de bord */
.tablebord_table th{
    text-align: center;
    background: #1b6d85;
    color: #FFF;
    vertical-align: middle !important;
}

.tablebord_table tr{
    text-align: center;
    font-weight: 600;
 }
.tablebord_table tr:nth-child(odd){
    background-color: #eee;
}

.tablebord_table tfoot tr{
    background: aquamarine !important;
    font-size: 16px;
}
table.totals{
    width: 100%;
    margin: 10px 0 30px 0;
    border-radius: 7px 7px 0 0;
    box-shadow: 2px 2px 2px #9d9d9d;
}
table.totals tr th{
    text-align: center;
    background: #1b6d85;
    color: #FFF;
    vertical-align: middle !important;
    padding: 12px;
    border-radius: 7px 7px 0 0;
}
table.totals tr td{
    text-align: center;
    background: #eee;
    color: #000;
    vertical-align: middle !important;
    padding: 12px;
}
.hr_custom{
    border-color:#1b6d85;
    margin-top: 11px;
    margin-bottom: 11px;
}
.hr_custom:first-of-type{
    margin-top: 40px;
}
.tablebord_container{
    display: flex;
    flex-direction: column-reverse;
}