.leftpannel-menu{
    float: left;
    width: 200px;
    background: #0382a7;
    min-height: 550px;
}

.leftpannel-menu ul{
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.leftpannel-menu ul li {

    margin: 0px;
    text-decoration: none;
    list-style: none;
    border-bottom: 1px solid #1498cd;
    display: block;
    float: left;
    width: 100%;
   
}

.leftpannel-menu ul li  a{
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    float: left;
    width: 100%;
}

.leftpannel-menu ul li  a:hover{
    text-decoration: none;
    background-color: #f4af38;
}

.leftpannel-menu ul li  a:hover i{
    color: #FFF;
}
.leftpannel-menu ul li i{
    font-size: 16px;
    color: #f4af38;
    margin-right: 5px;
}

.each-datagrid{
    width: calc(100% - 230px);
    float: right;

}

.user-conetent{

    line-height: 33px;
}

.user-conetent span{
    color: #0382a7;
    font-weight: 500;
    margin: 0px 0px 0px 5px;
}


.user-border{

    border-bottom: 1px solid #d8d8d8;
}

.csv-btn{
    background: #f4af38;
    border: 1px solid #ae7216;
    margin: 0px 4px 12px 0px;
    font-weight: 500;
    position: absolute;
    margin-left: 170px;
    margin-top: 20px;
    z-index: 9999;
}

.csv-btn:hover{
    background: #0382a7;
    cursor: pointer;
 }



 .each-datagrid .custom-select{
    height: 35px !important;
    margin-top: -2px;
 }

 .each-datagrid  .dataTables_filter input{
    height: 33px;
 }


 .normal-table select {
    text-transform: none;
    height: 30px;
    width: 150px;
}


.normal-table .table th{
    padding: 5px;
}


.normal-table .form-group {
    margin-bottom: 0px;

}

.edit-icn{
    font-size: 20px !important;
    color: #0b6898 !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    padding-top: 2px;
}

.edit-icn:hover{
    color: #000 !important;

}

.view-icn:hover{
    color: #000 !important;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0382a7;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-weight: 500;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f6bb56 !important;
    border-color: #f6bb56 !important;
}
  
.btn-adduser{
    background-color: #f6bb56 !important;
    border-color: #f6bb56 !important;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 5px;
    font-weight: 500;
}

.btn-adduser i{
    font-size: 20px;

}

.btn-adduser:hover{
    background-color: #0382a7 !important;
    border-color: #0382a7 !important;
    color: #fff;
}

.Each-addUser{

    width: 420px;
    background: #f8f8f8;
  
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 30px;
    clear: both;
    overflow: hidden;
    
}

.headding-user{
    font-size: 22px;
    color: #f4af38;
    font-weight: 500;
    text-align: center;
    border-bottom: 2px solid #f4af38;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.Each-addUser label{

    margin-bottom: 0px;
}

.Each-addUser-btn{
    color: #FFF;
    background-color: #0382a7;
    border: 1px solid #0382a7;
    font-size: 17px;
    font-weight: 500;
    width: 120px;
}

.Each-addUser-btn:hover{
    background-color: #f4af38;
    border: 1px solid #f4af38;
    
}

@media only screen and (min-width: 320px) and (max-width: 900px){
.header-search input {margin-top: 0px !important;}

}
