.text-bold{
    font-weight: bold !important;
}
.h-140{
    height: 140px;
}
.mt-3{
    margin-top: 3px !important;
}

.mt-5{
    margin-top: 5px !important;
}

.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}

.shadow{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}
.bg-white{
  background :white !important;
}
/* Center the loader */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > .active{
    background: black !important;
font-weight: bold !important;
}
.grid-title{
  padding: 10px 20px 0px 20px;
  margin-bottom: 0px !important;
}
.grid-body{
  padding: 20px;
}
.slider.slider-horizontal .slider-handle{
  margin-top: -7px !important;
}
.slider{
  width: 100% !important;
}
.pointer{
  cursor: pointer;
}

.select2-container--default .select2-selection--single{
  border-radius: 1px !important;
  height: 38px !important;
  padding: 5px !important;
  border: 1px solid #e5e9ec !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 37px !important;
}
.line{
  width: 100%;
  border-bottom: 1px solid #e5e9ec;
  margin-top: -11px;
}

.p-0{
  padding: 0px;
}

.checkbox label::after{
  left : .2px !important;
}
.user-info-wrapper .user-info{
  margin-top: 10px;
}
.username{
  font-size: 16px;
}

.float-right{
  float:right;
}
.mt-15{
  margin-top: 15px !important;
}
.mr-2{
  margin-right: 5px;
}

.select2-container--default .select2-selection--single{
  outline: none !important;
}
.mb-0{
  margin-bottom: 0px !important;
}
.btn{
  font-family: "Open Sans" !important;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
  vertical-align: middle;
}
.table-fabric td{
  padding: 0px 12px !important;
}
.vgt-wrap__footer .footer__navigation__page-info__current-entry{
  width: 50px !important;
  min-height: 22px !important;
}
.vgt-selection-info-row{
  background: white !important;
  border-bottom: none !important;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
}
.vgt-responsive{
  overflow-x:unset !important;
}
.vs__search{
  border: none !important;
  min-height: 32px !important;
}
.vs__selected{
  padding: 5px 7px !important;
}

.vs__dropdown-menu{
  max-height: 250px !important;
}
.page-content{
  overflow: visible;
  padding-bottom: 50px;
  min-height: 1000px !important;
}
tbody .vgt-checkbox-col,tbody .line-numbers{
  background: white !important;
  color: #6f7b8a !important;
  text-align: center;
  border-top: 1px solid #ecf0f2 !important;
  border-right: 1px solid #ecf0f2 !important;
}
.table-orders thead tr th {
  padding: 12px;
  position: sticky;
  top: 59px;
  z-index: 190;
}
.table-orders thead tr th button {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.data-table thead tr th {
  position: relative;
}

.data-table thead tr th button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}