html, body{
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
}

a{
    color:#0593d8;
    text-decoration: underline;
}

i.customIcon {
    font-size: 2.3rem;
    color: #324149;
}

i.activeI, #leftPanel ul li:hover i, #leftPanel ul li i:active, #leftPanel ul li i:focus{
    color: #f2f2f2;
}

#adminBox{
    z-index: 3000;
    position: fixed;
    width: auto;
    top: 0;
    right: 0;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

#adminBox h2{
    margin:0;
    font-size: 20px;
}

#adminBox div{
    float: right;
    position: absolute;
    top: 10px;
    right: 5px;
    padding: 5px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

#adminBox div img{
    width: 30px;
}

nav{
    height: 75px;
    line-height: 75px;
    box-shadow: none;
    border-bottom: 2px solid #fff;
}

nav .brand-logo{
    text-align: center;
    height: 100%;
    width: 200px;
    padding: 5px 0px;
    background-color: #324149;
}

nav p{
    position: absolute;
    z-index: 99999;
    left: 210px;
}

#GeneralLogo{
    height: 100%;
}

main{
    position: relative;
    width: 100%;
    height: 100%;
}

.turnOffLink{
    display: block;
    height: 40px;
    width: 40px;
    margin: auto;
    padding-top: 10px;
}

.turnOffLink:hover i.customIcon{
    transition: .1s ease;
}

.turnOffLink:hover i.customIcon{
    color: #84cbf2 !important;
}

#leftPanel{
    float:left;
    width: 200px;
    height: 100%;
    color: #768294;
    //box-shadow: 2px 0px 2px rgba(1,1,1,0.3);
    border-right: 1px solid #768294;
}

#leftPanel ul{
    font-size: 20px;
    width: 100%;
    margin: 0;
    text-align: center;
}

#leftPanel li{
   position: relative;
   padding: 20px 15%;
   border-bottom: 1px solid #768294;
   cursor: pointer;

   transition: .3s ease;
}

#leftPanel ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #263238;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
}

#leftPanel ul li.activeLI, #leftPanel li:hover, #leftPanel li:active, #leftPanel li:focus{
    color: #f2f2f2;
    background-color: #324149; 
}

#leftPanel ul li a.activeA, #leftPanel ul li:hover a, #leftPanel ul li a:active, #leftPanel ul li a:focus{
    color: #c5e6f7;
    font-weight: 100;
}

#rightPanel{
    float:right;
    width: 80%;
    height: auto;
    margin-right: 5%;
}

.containerDroite{
    padding: 20px;
    min-height: 100%;
}

.containerDroite h2{
    color: #768294;
    font-size: 2rem;
}

.containerDroite .sectionDroite h3{
    color: #768294;
    font-size: 1.5rem;
    text-align: center;
}

.sectionDroite table{
    width: 100%;
    color: #F5F7F9;
    font-size: 13px;
    margin: auto;
}

.sectionDroite table td{
    text-align: center;
    border-radius: 0;
    padding: 10px 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.sectionDroite .factures td {
    padding: 5px 6px;
}

input:not([type]), input[type=text],input[type=text]:disabled, input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea{
    background-color: #F5F7F9;
    color: #343942;
    margin: 0;
    border-bottom: none;
    height: 2rem;
    padding: 0px 1px;
}

.statutColor{
    margin-left: 30%;
    width: 21px;
    height: 21px;
    border-radius: 50%;
}

select{
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
    color: #343942;
}

input[type="submit"]{
    width: 100%;
    height: 3rem;
    color: #343942;   
}

[type="radio"]:not(:checked), [type="radio"]:checked{
    position: static;
    left: 0px;
    opacity: 1;
}

tr{
    background-color: #9e9e9e;
}

tr:nth-child(odd){
    background-color: #adadad;
    background-color: #b5b5b5;
}

.col1{
    background-color: #343942 !important;
}

.clienTable table tr:nth-child(odd) {
    background-color: #9e9e9e;
}

.clienTable table td {
    padding: 2px 5px;
}