
.active-menu{
    background-color:  #dde1e0;
    color:  #ff9933; 
    padding: 10px; 
    border-radius: 5px;
    margin-left: -15px;
    margin-right: -10px
}

input, select, textarea{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 35px;

}
.postheader{
    min-height: 50px;
    background-color: white;
    box-shadow: 0 0 8px 0 rgba(100, 0, 0, 0.2);
    padding: 10px;
}
body {
    margin: 0;
    background-image: url('images/drc.png');
}

.gradiant{
    background-image: linear-gradient(to right,#020a1e , #020a1e);
    color: #fff;
}
#main-page{
    background-color: inherit;
}

.hidden{
    display: none;
}

.nsenga-table thead{
    background-color:  #081639;
    color: white;
    padding: 3px;
}

.section-block{
    margin-left: 250px;
    margin-right: 15px;
    margin-top: 15px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: white;
    min-height: 200px;
}
#facture_table td{
    padding: 3px;
}
.header-card{
    min-height: 10px;
    padding: 6px;
    padding-bottom: 0px
}

.card-header, .card-header h3{
    min-height: 10px;
    padding: 6px;
    padding-bottom: 0px
}
.card-header {
    margin-bottom: 0;
    background-color: #081639;
    border-bottom: 1px solid #020a1e;
    border-color:  #020a1e;
    color: white;
}

.card-header h3{
    font-size: 16px;
}

#page {
    background-color: inherit;
}

.first-title {
    color: #b46810;
}

.hot-title {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

.header {
    padding: 5px;
    min-height: 100px;
    background-image: url('images/ban.png');
}

.hot-title {
    padding: 10px;
    color: white;
}

.menu {
    margin-top: 20px;
    background-color: white;
    padding: 3%;
    box-shadow: 0 0 10px 0 rgba(100, 0, 0, 0.2);
    margin-bottom: 20PX;
}

.bl{
    border-bottom: 1px solid rgb(78, 78, 78);
    margin-bottom: 25px;
}

.underline{
    border-bottom: 1px solid rgb(153, 153, 153);
    margin-bottom: 10px;
}

.item {
    display: inline-block;
    padding: 20px;
    background-color: #b46810;
    color: white;
    width: 100%;
    text-align: center;
    text-decoration: none;
    min-height: 50px;
    border-radius: 5px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 22px;
    box-shadow: 4px 4px #020a1e;
}

.item:hover{
    background-color: white;
    box-shadow: 4px 4px #b46810;
    ;
    color: #b46810;
    ;
}

.item2 {
    display: inline-block;
    padding: 20px;
    background-color: #b46810;
    color: white;
    width: 100%;
    height: 100px;
    text-align: center;
    text-decoration: none;
    min-height: 50px;
    border-radius: 5px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 22px;
    box-shadow: 4px 4px #020a1e;
    margin-bottom: 20px;
}

.item2:hover{
    background-color: white;
    box-shadow: 4px 4px #b46810;
    ;
    color: #b46810;
    ;
}


.login-drc-image{
    height: 70px;
    width:70px
}

.detailtab{
    font-size: 17px;
}

#footer{
    min-height: 50px;
    background-color: whitesmoke;
}

.header-top{
    margin-left: 240px;
    height: 60px;
    background-color:white;
    padding-top: 10px;
    padding-left: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.sidebar{
    background-color: #020a1e;
    width: 240px;
    height: 100vh;
    position:  fixed;
    top: 0px;
    left: 0px;
    padding: 5px;
    padding-left: 25px;
    z-index: 2000;
}

.side-menu a{
    display: block;
    color: white;
    padding-bottom: 15px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    text-decoration: none;
}

.side-menu a:hover{
    color: rgb(202, 189, 9);
}

.section{
    background-color: white;
    min-height: 10px;
    padding: 15px;
    margin-right: 15px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}


.dtbtn{
    background-color: #0e9676;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
}

.dtbtn:hover{
    color: white;
}

.notif{
    position: absolute;
    top: -10px;
    right: 10px;
    background-color: yellow;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center
}

.notif-menu{
    position: absolute;
    top: -10px;
    right: 10px;
    background-color: inherit;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center
}

.edit-button{
    background-color: #0c5460;
    border-color: #0c5460;
    border-radius: 0px;
}

.btn-val{
    background-color: #006666;
    border-color: #006666;
    border-radius: 0px;
    color: white;
}

.btn-cancel{
    background-color: #660000;
    border-color: #660000;
    border-radius: 0px;
    color: white;
}

.btn-return{
    background-color:  #638632;
    border-color: #638632;
    border-radius: 0px;
    color: white;
}

.btn-return:hover{
    background-color:  #638632;
    border-color: #638632;
    border-radius: 0px;
    color: #94db32;
}


.btn-val:hover, .btn-val:active{
    background-color: #006666;
    border-color: #0c5460;
    border-radius: 0px;
    color: #00cccc
}

.edit-button:hover, .edit-button:active{
    background-color: #999900;
    border-color: #0c5460;
    border-radius: 0px;
}
.t150{
    width: 150px
}
.t200{
    width: 200px
}
.t90{
    width: 90px
}
.nav-item a:hover, .nav-item.active{
    background-color: #FDCBA3;
    color: white;
}
.btn-nsenga {
    color: #fff;
    background-color: #020a1e;
    border-color: #020a1e;
}
.nav-item a{
    color: black;
    font-size: 18px;
    font-weight: bold;
}

a{

}
.nav .nav-item> a{

}

.nav .nav-item> a.nav-link.active,
.nav .nav-item>.active> a:focus,
.navbar-default .navbar-nav>.active> a:hover {
    background-color: #020a1e;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.row{
    margin: 0px;
}

.login-frame{
    padding: 20px;
    width: 400px;
    background-color: white;
    min-height: 400px;
    margin: auto;
    margin-top:80px;
    box-shadow: 0 0 10px 0 red;
}

input, select{
    font-weight: bold;
    font-size: 19px;
}
table th,
table td {
    padding: 0.3rem;
}