*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Noto Sans", sans-serif !important;
    font-size: 14px;
}
a{
    text-decoration: none;
    color: #fff !important; 
}
header{
    z-index: 99;
    padding: 6px 20px;
    box-shadow: 2px 4px 20px 2px rgb(0 0 0 / 10%);
}
.page-content{
    margin: 0 3%;
    padding: 1% 0;
}
.header_wrap{
    margin: 0 3%;
}
/*.header img{*/
/*    width: 11%;*/
/*}*/
.header span{
    font-size: 24px;
    font-weight: 500;
}
.btn{
    font-size: 18px;
    font-weight: 500;
}
.btn:focus{
    box-shadow: none;
}
#wrapper {
    padding-left: 70px;
    transition: all 0.4s ease 0s;
    height: 100%;
}
#sidebar-wrapper {
    margin-left: -294px;
    left: 294px;
    /*left: 300px;*/
    width: 294px;
    /*width: 192px;*/
    background-color: #1B1464;
    position: absolute;
    height: 918px;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.unvisible{
    left: 80px !important;
}
.sidebar-nav {
    padding-top: 20px;
}
#wrapper.active {
    padding-left: 294px;
    /*padding-left: 250px;*/
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    line-height: 60px;
    /* font-size: 18px; */
}
.sidebar-nav > .sidebar-brand a {
    color: #fff;
    text-decoration: none;
}
.nav>li>a:hover { 
    background-color: #1b1464;
}
.table-hover>tbody>tr:hover {
    background-color: #fff;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover{
    color: #fff;
}
form{
    position: relative;
    padding: 3%;
}
.form-control{
    font-size: 13px !important;
} 
.form-control:focus{
    box-shadow: 2px 4px 20px 2px rgb(0 0 0 / 10%);
    border-color: transparent;
}
table{
    margin: 3%;
    border-collapse: collapse;
    text-align: center !important;
}
th, td{
    /*border: 1px solid #ced4da;*/
    text-align: center;
}
.accordion-button:focus{
    box-shadow: none;
    border: none;
}
.accordion-button:not(.collapsed){
    color: #000;
    background-color: #fff;
    box-shadow: none;
}
.accordion-button::after{
    margin: 0;
}
.accordion-button{
    padding: 0;
}
.accordion-item{
    border: none;
}
.hiddenRow {
	padding: 0 !important;
}
.table>tbody>tr>td{
    vertical-align: middle;
}
.panel{
    margin: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}
.panel-body{
    padding: 0;
}
.container{
    padding-left: 0;
    padding-right: 0;
}
.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed)>tbody>tr>th, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>td, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>th, .bootstrap-table .table:not(.table-condensed)>thead>tr>td{
    padding: 2px !important;
}
.bootstrap-table .table:not(.table-condensed)>tbody>tr>td{
    padding: 2px;
}
.table>thead:first-child>tr:first-child>th{
    border-top: 1px solid #ced4da;
    /*padding: 12px;*/
    padding:12px 0;
}
.table>thead>tr>th{
    vertical-align: middle;
    border-bottom: 1px solid #000;
}
.table>thead>tr.info>th{
    background-color: #fff;
}
.btn-default{
    border: none;
}
.hidden-table tbody tr td{
    text-align: left;
    padding: 2% 0;    
    border: none;
}   
.hidden-table tbody tr td:first-child{
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}
.hidden-table{
    width: auto;
    margin: 1% 0 4% 0;
}
.hidden-table tbody tr td:last-child{
    width: 40%;
}
.form-select{
    height: 38px;
    font-size: 13px;
}
.country{
    margin-right: 3%;
}
.form-select:focus{
    border-color: #ced4da;
    box-shadow:none;
}
.hiddenRow .row{
    margin-left: 2px !important;
}
table th,
table td {
  text-align: center;
}   

.pagination li:hover {
  cursor: pointer;
}

.num_rows {
  width: 20%;
  float: left;
}
.tb_search {
  width: 20%;
  float: right;
}
.pagination-container {
  width: 70%;
  float: left;
}

.rows_count {
  width: 20%;
  float: right;
  text-align: right;
  color: #999;
}
.btn-group {
    display: none !important;
}
.pagination>.active>a{
    /*padding: 6px 12px !important;*/
    background-color: #1B1464;
    border-color:#1B1464;
}
.pagination>li>a{
    padding: 6px 12px;
    color: #fe5000;
}
.pagination>.active>a{
    color: #fff !important;
}
.fixed-table-container thead th .both{
    background-image: none;
}
.bootstrap-table .table{
    border-left: 1px solid #ced4da;
}
/* .bootstrap-table .table:not(.table-condensed)>tbody>tr>td{
    width: 10% !important;
} */
.nav>li>a:focus, .nav>li>a:hover{
    background-color:none!important;
}
.nav>li>a{
    margin-bottom: 12px;
    /*border: 1px solid black;*/
    border-radius: 50px;
    /*color: #000 !important;*/
    display: flex !important;
    align-items: center;
      justify-content: space-between;
    /*padding: 10px 0px;*/
    padding:10px 27px;
    padding-left: 20px !important;
    /*padding-right: 10px;*/
    padding-right: 34px !important;
}
/*.nav>li>a>span{*/
/*    padding-left: 15px;*/
/*}*/
/*.nav>li>.product{*/
/*    margin-bottom: 12px;*/
/*    border: 1px solid black;*/
/*    border-radius: 50px;*/
/*    color: #000 !important;*/
/*    display: flex !important;*/
/*    align-items: center;*/
/*    padding: 5px 10px 5px 8px !important;*/
/*}*/
/*.nav-link.active {*/
/*    background-color: blue;*/
/*}*/

.fixed-table-toolbar{
    z-index: 99;
}
.btn{
    height: 32px;
    font-size: 14px;
    background-color: #1B1464;
    color: #fff;
    line-height: 1;
    padding: 18px 20px;
    line-height: 0;
}
.btn:hover{
    color: #fff;
}
[type=search]{
    width: 20%;
    padding: 0 10px;
}
.edit-btn{
    margin: 0px !important;
    background-color: transparent;
    border: none;
    color: #29ABE2;
    border-radius: 10px;
     padding: 4px !important; 
}
.delete-btn{
    margin: 8px;
    color: #ff2525;
    background-color: transparent;
    border: none;
    border-radius: 10px;
    /* padding: 4px 18px; */
}
.fixed-table-pagination{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pagination-info{
    display: none;
}
.page-list .btn-group{
    display: block !important;
}
.fixed-table-pagination .page-list{
    display: flex;
    align-items: center;
}
.dropdown-menu.show li a{
    color: #000 !important;
    margin: 12px;   
}
.page-list .btn-group .btn{
    padding: 18px 12px;
    margin: 12px;
}
.fixed-table-container thead th .sortable{
    padding-right: 0;
    font-size: 14px;
}
.modal-dialog{
    margin: 150px auto;
}
.modal-body .pagination{
    display: flex !important;
}
.timesheet .modal-dialog{
    max-width: 800px !important;
}
/* pagination-info */
.fixed-table-pagination .pagination-detail{
    visibility: hidden;
}


@media (max-width: 991px) {
    #wrapper {
        padding-left: 70px;
        transition: all 0.4s ease 0s;
    }
    #sidebar-wrapper {
        left: 80px;
    }
    #wrapper.active {
        padding-left: 70px;
    }
    #wrapper.active #sidebar-wrapper {
        left: 80px;
        width: 294px;
        transition: all 0.4s ease 0s;
    }
    .page-content{
        margin: 0 6%;
    }
}
@media (max-width:575px) {
    .header img{
        width: 12%;
        margin: 3%;
    }
    .form-select{
        width: 100%;
    }
    .table-responsive{
        margin: 0;
    }
    /*.fixed-table-container table{*/
    /*    width: 390%;*/
    /*}*/
    .dropdown{
        width: 48% !important;
    }
    .modal-dialog{
        margin: 120px auto ;
    }
}
@media only screen and (min-width:576px) and (max-width: 767px){
    .header img{
        width: 8%;
        margin: 2%;
    }
    .table-responsive{
        margin: 0;
    }
    /*.fixed-table-container table{*/
    /*    width: 316%;*/
    /*}*/
    .dropdown{
        width: 54% !important;
    }
    .btn{
        padding: 18px 12px !important;
    }
    .modal-dialog{
        margin: 120px auto;
    }
}
@media only screen and (min-width:768px) and (max-width: 991px){
    .header img{
        width: 8%;
        margin: 1%;
    }
    .fixed-table-container table{
        width: 228%;
    }
    .dropdown{
        width: 54% !important;
    }
    .btn{
        padding: 18px 12px !important;
    }
    .modal-dialog{
        margin: 100px auto;
    }
}
@media only screen and (min-width:992px) and (max-width: 1199px) {
    .header img{
        width: 6%;
        margin: 1%;
    }
    .dropdown{
        width: 50% !important;
    }
    .btn{
        padding: 18px 12px !important;
    }
    .modal-dialog{
        margin: 120px auto;
    }
}
@media only screen and (min-width:1200px) and (max-width: 1399px) {
    .dropdown{
        width: 42% !important;
    }
    .modal-dialog{
        margin: 120px auto;
    }
}
@media (min-width:1400px) {
    .dropdown{
        width: 9%;
    }
    .modal-dialog{
        margin: 160px auto;
    }
}

.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #000!important;
}
.table>:not(caption)>*>*{
    box-shadow: none;
    background-color:none!important;
}
