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

.content-wrapper{
    background-color: #FFF;
}
.w-100{
    width: 100%;
}
.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: #a22121;}
.menu_item.ret_pay {background-color: #f94e4e; ;}
.menu_item.ges_classes{background-color: #1867ad;}
.menu_item.new_classe{background-color: #419ff1;}
.menu_item.new_elev{background-color: #f4b606;}
.menu_item.ges_pay{background-color: #ed6125;}
.menu_item.eta_rec{background-color: #e6a60c;}
.menu_item.eta_dep{background-color: #f19066;}
.menu_item.ges_elev{background-color: #ef8614;}
.menu_item.ret_pay{background-color: #e44848;}
.menu_item.ges_user{background-color: #f1c40f;}
.menu_item.gest_mat{background-color: #a7d879;}
.menu_item.new_mat{background-color: #a1e240;}
.menu_item.new_pers{background-color: #9b59b6;}
.menu_item.ges_pers{background-color: #8e44ad;}
.menu_item.charges{background-color: #2c3e50;}
.menu_item.types_charges{background-color: #3498db;}
.menu_item.desincr{background-color: #ff3838;}
.menu_item.reinsc{background-color: #27ae60;}
.menu_item.ges_abond{background-color: #006266;}
.menu_item.saisie_absence{background-color: #fd79a8;}
.menu_item.list_absence{background-color: #e84393;}
.menu_item.param{background-color: #a29bfe;}
.menu_item.etat_syn{background-color: #fdcb6e;}
.menu_item.ges_fournisseurs{background-color: #f1c40f;}
.menu_item.gestion_categories{background-color: #d35400;}
.menu_item.gestion_niveaux{background-color: #2c3e50;}


.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;
    position: relative;
}
.top_header .menu_categories{
    position: absolute;
    background: #f3f9fe;
    top: 66px;
    left: 25px;
    z-index: 12;
    display: none;
    border: 1px solid #5cabf0;
    border-radius: 15px;

}
.top_header .ecole_name{
    padding: 2px 18px;
    display: inline-block;
    position: relative;
    top: 10px;
    color: #000;
    margin-left: 8px;
    font-size: 16px;
    cursor: pointer;
    font-family: Roboto,sans-serif;
    font-weight: bold;
    cursor: pointer;
}
.top_header .menu_breadcrumb{
    padding: 7px 10px 1px 25px;
}
.top_header .menu_breadcrumb a{
    color: #000;
    text-decoration: none;
    font-size: 12px;
}
.top_header .menu_categories .logo{
    height: 60px;
    margin: 20px 10px 0 20px;
}
.top_header .menu_categories .name{
    font-size: 18px;
    padding: 10px 40px 6px 0;
    font-weight: bold;
}
.top_header .menu_categories .slogan{
    display: block;
    font-size: 15px;
    position: relative;
    top: -30px;
    margin-left: 94px;
}
.top_header .menu_categories ul{
   padding: 30px 20px;
    margin: 0;
}
.top_header .menu_categories ul li{
    font-size: 18px;
    margin-bottom: 6px;
}
.top_header .menu_categories ul li a{
  color: #000;
}
.top_header .menu_categories hr{
    border: 0;
    border-top: 1px solid #5cabf0;
    margin: 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;
    -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;
    height: 117px;
    margin-top: 10px;
    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;
}

.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,.btn_skew_caisse,.btn_skew_recette_global {
    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_caisse{
    padding: 11px;
    font-size: 1em;
}

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

.btn_skew:visited {
    color: #fff;
}
.btn_skew > span,.btn_skew_caisse >span,.btn_skew_recette_global>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="Primaire"] {
    /*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;
    display: block;
}
.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
}
.styled-checkbox:hover + label:before {
    background: #f35429;
}
.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
    background: #f35429;
}
.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;
    background-repeat: no-repeat;
    background-size: 28%;
    background-position: center center;
}
.matiere_container{
    padding: 12px 0;
    overflow-y: auto;
    max-height: 200px;
}
.matiere_container .col-sm-3{
    margin-bottom: 4px;
}
.login_btn{
    width: 40%;background-color: #183f5f !important;color: #fff;font-size: 17px;
}
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;
    text-transform: capitalize;
    display: block;
    width: 100%;
}

.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;
    box-shadow: 3px 3px 3px #b8c9d6;
}
.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;
}
.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;
}

/* New Style for new app */

.prix_table{
    width: 100%;
}
.prix_table th
{
    text-align: center;
    padding: 3px 0;
}

.prix_table td span{
    padding: 11px 10px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 2px 0px 7px;
    font-family: cursive;
    transform: skew(3deg, -2deg);

}
.prix_table th span{
    display: block;
    border-bottom: 4px solid #000;
    background: #ffb8b8;
    padding: 7px;
    color: #000;

}

.prix_table th.niveau span
{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    display: inline-block;
    background-color: #ffcccc;
    color: #333;
    height: 170px;
    padding: 10px;
    border-left: 5px solid #b2bec3;
    border-bottom: none;
}
.prix_table th.niveau{
    vertical-align: middle;
    font-size: 18px;
    padding: 0;
}
.prix_input{
    width: 100%;
    padding: 3px;
    text-align: center;
}
.opacity_0{
    opacity: 0;
}
h3.annee_scolaire{
    text-align: center;
    font-size: 30px;
    margin: 0;
}
.year_form_container{
    margin: 10px 0 30px;
    background: #5550;
    overflow: hidden;
    padding: -4px;
    border-radius: 20px;
    box-shadow: 10px 10px 10px #DDD;
}
.display_none{
    display: none;
}

.vb_row td{
    box-shadow: 1px 1px 12px #000
}

.vb_row span{
  transform: skew(0deg, 0deg) !important
}


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

table.pay_table{
    width: 100%;
}
.pay_table tr,.pay_table td{
    border: 1px solid #000;
    padding: 3px;
}
.pay_table th{
    border: 1px solid #fff;
    border-bottom: 1px solid #000;
}
table.pay_table{
    border-collapse: collapse;
}
table.detail{
    width: 100%;
    margin-bottom: 40px;
}
table.detail tr th{
    background: #DDD;
    padding: 8px 13px;
    font-family: sans-serif;
    text-align: center;
}
table.detail tr td{
    color: #000;
    border: 1px solid #DDD;
    padding: 6px 13px;
    text-align: center;
    font-weight: 600
}
.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: #d9e1f3;
    font-weight: bold;
}
.fraternit_container{
    margin: 20px;
    text-align: right;
}
.fraternit_container label{
    font-weight: bold;
    padding: 0 12px;
}
.fraternit_container input{
    padding: 5px;
}
.fra_container label{
    font-family: monospace;
}
.desinscrire_btn{
    width: 100%;
    margin-top: 25px;
}
.years_table{
    text-align: center;
}
.years_table th{
    text-align: center;
}
.fratrie_title{
    display: block;
    text-align: center;
    padding: 8px;
    background: #337ab7;
    margin: 9px 0;
    box-shadow: 3px 3px 3px #000;
    font-family: cursive;
    font-size: 17px;
    border-radius: 30px;
}
.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;
}
fieldset.fratrie{
    margin-bottom: 0 !important;
}
fieldset.fratrie .fra_container{
    height: 64px;
    overflow-y: auto;
}
.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{
    width: 100%;
}
.caisse_table th,.depense_table th{
     background: #436784;
     color: #FFF;
     text-align: center;
     padding: 7px;
     border-right: 3px solid #FFF;
 }
.caisse_table td,.depense_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: #f1a26d;
}

.compensation_table th{
    background: #7E7E7E;
}


.caisse_header_sep{
    text-align: center;
    padding: 9px 0;
    border-top: 2px solid #d8b13d;
    border-bottom: 2px solid #d8b13d;
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0;
    font-family: sans-serif;
}

.revenue_net{background: #008080;position: relative;height: 180px}
.revenue_depeses{background: #436c84;position: relative;height: 90px}
.revenue_recettes{background: #f4af83;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;
}
.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;
}
