.misMenu{
 display: flex;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: #000;
  margin-bottom: 15px;
}
.misMenu .btn{
  border: none !important; 
  box-shadow: none !important;
 height: 70px;
 border-right: 1px solid rgba(0,0,0,0.2) !important; 
 color: #000 !important;
 font-weight: 600;
}
.misMenu .icon24{
    top: 5px;
    margin-right: 10px;
}
.misMenu .dropdown-menu {
    top: -4px !important;
    left: -1px !important;
    width: 100%;
    padding: 0;
    border-top: 0 !important;
}
.dataTables_paginate li:first-child, .dataTables_paginate li:last-child{
  font-size: 0;


}
.dataTables_paginate li:first-child a:before{
   content: "<";
}
 .dataTables_paginate li:last-child a:before{
  content: ">";
 }
.dataTables_paginate li:first-child a:before, .dataTables_paginate li:last-child a:before{
   
   font-size: 16px;
    font-weight: bold;
    position: relative;
    left: 0;
    z-index: 9;
    top: 0;
    color: #000;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
  font-size: 0;
}
div.DTFC_LeftHeadWrapper table{
      background-color: #eaf4fb;
}
.verCol-Table{
      border-spacing: 15px 0 !important;
}
.verCol-Table tr{
  box-shadow: none !important;
}
div.DTFC_LeftHeadWrapper table{
   background-color:transparent !important;
}
div.DTFC_RightHeadWrapper table {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    background-color:transparent !important;
}
div.DTFC_RightHeadWrapper table {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    background-color:transparent !important;
}
.dataTables_wrapper{
  padding: 0;
}
.dataTables_scrollBody::-webkit-scrollbar, .DTFC_RightBodyLiner::-webkit-scrollbar, .DTFC_LeftBodyLiner::-webkit-scrollbar  {
  height: 5px;
}
div.DTFC_LeftBodyWrapper table, div.DTFC_RightBodyWrapper table {
    border-top: none;
    margin: 0 !important;
    background: transparent !important;
}
div.DTFC_LeftBodyWrapper .verCol-Table, div.DTFC_RightBodyWrapper .verCol-Table {
    border-top: none;
    margin: 0 !important;
    background: #fff !important;
}

div.DTFC_LeftHeadWrapper .verCol-Table, div.DTFC_RightHeadWrapper .verCol-Table{
      width: 100%;
    margin-left: 0px;
   
    margin-top: 3px !important;
        background: #eaf4fb !important;
 border-bottom: 3px solid #fe573c !important;
}
div.DTFC_LeftHeadWrapper .verCol-Table th, div.DTFC_RightHeadWrapper .verCol-Table th{
 border-bottom:none !important;
}
.DTFC_RightBodyLiner, .DTFC_LeftBodyLiner{
  overflow: hidden;
  /*padding-bottom: 20px !important;*/
}
.dataTables_info, div.dataTables_wrapper div.dataTables_paginate{
      margin-top: 35px !important;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    position: relative;
    top: 10px;
    line-height: 36px;
}

/***mis-empBox **/

.mis-empBox{
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  height: 400px;
}
.mis-empHead{
  padding: 15px;
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #005cbf;
  height: 50px;
}
.mis-empBody{
  width: 100%;
  height:350px;
  overflow: auto;
  overflow-x: hidden;
  padding: 15px;
}
.mis-empBody .rowGroup{
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.mis-empBody .rowLabel{
    font-size: 13px;
    color: #333;
    margin-bottom: 4px;
}
.mis-empBody .rowValue{
  font-size: 15px;
  color: #000;
}
.mis-empSearch{
  display: flex;
  width: 100%;
}
.mis-empSearch button{
      float: left;
    background: none;
    border: none;
    box-shadow: none;
    flex: 0 0 50px;
    height: 40px;
    position: relative;
    top: 10px;
    line-height: 52px;
    flex-shrink: 0;
}
.mis-empSearch button i{
  position: relative;
  top: 6px;
}
.mis-empSearch .form-group{
  float: left;
   width: 100%;
   margin-bottom: 0;
}
.table-employee tbody{height:calc(100vh-100px);overflow:auto; overflow-y:scroll;}