body{
  font-family: 'Montserrat';
  background-color: #202025;
  color: #8A8D8F;
  font-weight: 500;
  font-size: 15px;
}
.sidebar{
  background-color: #1F1E1E;
  color: #DFDFDF;
  width: 250px;
  position: fixed;
  padding: 10px 20px;
  left: 0;top: 0;bottom: 0;
  z-index: 999;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  box-shadow: 2px 0 15px 3px #151515;
}
.sidebar-shown .sidebar{
  left:0;
}
.sidebar-toggle{
  position: absolute;
  height: 40px;
  width: 40px;
  right: -39px;
  top: 15px;
  text-align: center;
  background-color: #F01A48;
  padding: 6px 0;
  font-size: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
}
.sidebar-toggle,
.sidebar-toggle:focus,
.sidebar-toggle:hover{
  color: #ffffff;
  text-decoration: none;
}
.side-menu{
  padding: 0;
  position: absolute;
  height: calc(100% - 90px);
  overflow-y: auto;
  right: 10px;
  left: 20px;
  /* -webkit-overflow-scrolling: touch; */
}
.side-menu .divider{
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #8a8d8f;
}
.sidebar .logo{
  margin-bottom: 20px;
  position: relative;
}
.sidebar .logo img{
  width: 90%;
  height: auto;
}
.sidebar .app-name{
  right: -13px;
  top: -5px;
}
.side-menu li{
  list-style: none;
  /* padding: 5px 0; */
}
.side-menu li a>i{
  color: #8a8d8f;
}
.side-menu li a{
  color: #DFDFDF;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 0;
  display: block;
  letter-spacing: .5px;
  font-size: 16px;
}
.side-menu li a:hover,
.side-menu li a:focus,
.side-menu li a.active,
.side-menu .sub-menu li a:hover,
.side-menu .sub-menu li a:focus,
.side-menu .sub-menu li a.active{
  color: #ffffff;
  font-weight: bold;
}
.parent-menu{
  position: relative;
}
.parent-menu .menu-caret{
  position: absolute;
  right: 5px;
  top: 8px;
}
.side-menu .sub-menu{
  padding-left: 25px;
  /* display: none; */
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  -moz-transition: visibility 0s, opacity 0.5s linear;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  -o-transition: visibility 0s, opacity 0.5s linear;
}
.side-menu .sub-menu.fa-ul{
  margin-left: 24px;
}
.side-menu .sub-menu.shown{
  /* display: block; */
  height: auto;
  visibility: visible;
  opacity: 1;
}
.side-menu .sub-menu li a{
  color: #727171;
}
.side-menu .mCSB_inside>.mCSB_container {
  margin-right: 18px;
}
.side-menu .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.side-menu .mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
  right: auto;
  left: -20px;
}
.main-content{
  padding-left: 250px;

}
.kasir-interface .main-content{
  padding-left:0;
}
.top-bar{
  border-bottom: 1px solid #333237;
  padding: 20px 0 5px;
  /* overflow-x: hidden;
  overflow-y: visible; */
}
.main-content .row{
  margin: 0;
}
.main-content .row.row_normal{
  margin: 0 -15px;
}
.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.top-search input{
  height: 40px;
  background-color: transparent!important;
  border: none;
  padding: 0 10px;
  width: 100%;
}
.top-search input:focus{
  /* outline: -webkit-focus-ring-color auto 5px; */
  outline-color: #ffffff;
  /* outline-style: auto; */
  /* outline-width: 5px; */
}
.top-search .input-group-addon{
  border: none;
  background: transparent;
  font-size: 16px;
  color:#8A8D8F;
  padding-left: 0;
}
.top-nav{
  text-align: right;
  position: relative;
  padding-right: 80px;
}

.top-nav .user-circle{
  border-radius: 50%;
  width: 40px;
  height: 40px;
  overflow:hidden;
  position: absolute;
  top: 0;
}
.top-nav .tn-menu{
  padding: 15px 0 5px;
  display: inline-block;
  position: relative;
  height: 45px;
}
.tn-menu .dot{
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #F01A48;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  top: -3px;
  right: -3px;
  text-align: center;
}
/* .tn-menu .dropdown-menu{

} */
.tn-menu .tn-title{
  background-color: #f01a48;
  color: #ffffff;
  padding: 5px;
  font-weight: bold;
}
.top-nav .tn-menu > a{
  padding: 0 10px;
  color: #ffffff;
}
.top-nav .user-circle img{
  width: 100%;
  height: 100%;
}
.top-nav .user-menu{
  width: 65px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}
.top-nav .user-menu .caret{
  position: absolute;
  top: 20px;
  right: 5px;
  color: #ffffff;
}
.tn-menu > a i{
  font-size: 18px;
}
.content-header{
  margin-bottom: 20px;
}
.content-title{
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 30px;
}
.content-subtitle{
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 5px;
  font-weight: bold;
}
.big-number{
  font-weight: bold;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.mid-number{
  font-weight: bold;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.media-subtitle{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}
.media-left i{
  font-size: 25px;
}
/* panel */
.panel{
  margin-bottom: 30px;
}
.panel-darker{
  border:none;
  border-radius: 0;
  background-color: #26262B;
}
.panel-darker>.panel-heading{
  border:none;
  background-color: #26262B;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 20px;
  /* min-height: 60px; */
}
.panel-darker .panel-heading i{
  font-size: 18px;
  color: #8a8d8f;
}
.panel-darker>.panel-body{
  color: #ffffff;
  padding: 15px 20px 20px;
}
.panel-dark{
  border:none;
  border-radius: 0;
  background-color: #2A2A2F;
}
.panel-dark>.panel-heading{
  border:none;
  background-color: #323238;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px;

}
.panel-dark .panel-heading i{
  font-size: 18px;
  color: #8a8d8f;
}
.panel-dark>.panel-body{
  color: #ffffff;
  padding: 15px 20px 20px;
}
.panel-dark .panel-footer{
  background-color: #2A2A2F;
  border: none;
  padding-bottom: 20px;
}
.panel-data{
  border:none;
  border-radius: 0;
  background-color: #2A2A2F;
}
.panel-data>.panel-heading{
  border:none;
  background-color: #2A2A2F;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px;

}
.panel-data .panel-heading i{
  font-size: 18px;
  color: #8a8d8f;
}
.panel-data>.panel-body{
  color: #ffffff;
  padding: 15px 20px 20px;
}
.panel-data .panel-footer{
  background-color: #2A2A2F;
  border: none;
  padding-bottom: 20px;
}
/* .panel-heading{
  position:
} */
.panel-menu{
  position: absolute;
  right: 25px;
  top: 7px;
  text-transform: none;
}
.panel-menu > a,
.panel-menu > a i{
  color: #fff!important;
  font-size: 16px!important;
}
/* button */
.btn{
  border-radius: 20px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  min-width: 120px;
  margin-bottom: 5px;
}
.btn-primary{
  border: 1px solid #ea1241;
  background-color: #F01A48;
  color: #fff;
}
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary.active{
  border: 1px solid #ea1241;
  color: #ffffff;
  background-color: #d80f3b;
}
.btn-group>.btn{
  min-width: auto;
}
.btn.btn-lower{
  text-transform: capitalize;
}
.btn-dark{
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.active{
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #323238;
}
.btn-cyan{
  border: 1px solid #09d0ab;
  background-color: #10EEC5;
}
.btn-cyan:hover,
.btn-cyan:focus,
.btn-cyan.active{
  border: 1px solid #09d0ab;
  color: #ffffff;
  background-color: #06d8b1;
}
.btn-red{
  border: 1px solid #ea1241;
  background-color: #F01A48;
  color: #fff;
}
.btn-red:hover,
.btn-red:focus,
.btn-red.active{
  border: 1px solid #ea1241;
  color: #ffffff;
  background-color: #d80f3b;
}
.btn-green{
  border: 1px solid #0ddc57;
  background-color: #10ee5f;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.active{
  border: 1px solid #0ddc57;
  color: #ffffff;
  background-color: #0abd4a;
}
/* label */
.label{
  padding: 3px 10px;
  border-radius: 35px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #404447;
  font-weight: bold;
}
.label-cyan{
  background-color: #10EEC5;
}
.label-red{
  background-color: #F01A48;
  color: #1c1c1d;
}
.label-green{
  background-color: #10ee5f;
}
/* modal */
.modal-header{
  background-color: #3e3e40;
  color: #ffffff;
  border-bottom: 1px solid #151518;
  padding: 25px 15px;
}
.modal-header .close{
  margin-top: -15px;
  margin-right: -2px;
}
.modal-title{
  font-weight: bold;
}
.modal-content{
  border-radius: 0;
  color: #272727;
}
.modal-body{
  background-color: #26262B;
  color: #fff;
}
.modal-notification .table{
  margin-bottom: 0;
}
.modal-notification .table>tbody>tr>td{
  vertical-align: middle;
  padding: 10px 15px;
  border-top-color:#ddd;
}
.modal-notification .table>tbody>tr:first-child>td{
  border-top:none;
}
.modal-notification .modal-body{
  padding: 0;
}
.modal-footer{
  padding: 10px 15px;

}
/* pagination */
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #2A2A2F;
  border-color: #ffffff;
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #ffffff;
  text-decoration: none;
  background-color: #2A2A2F;
  border: 1px solid #ffffff;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #2A2A2F;
  cursor: default;
  background-color: #eee;
  border-color: #ffffff;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  z-index: 2;
  color: #2A2A2F;
  background-color: #eee;
  border-color: #ffffff;
}
/* text */
.text-cyan{
  color: #10EEC5;
}
.text-red{
  color: #F01A48;
}
.text-green{
  color: #10ee5f;
}
/* breadcrumb */
.breadcrumb{
  text-align: right;
  font-size: 12px;
  margin:20px 0;
  background-color: transparent;
}
.breadcrumb li a{
  color: #686767;
}
.breadcrumb>.active{
color: #ffffff;
}
/* table */
.table{
  border-color:#3f3f3f;

}
.table > tbody > tr > td {
  vertical-align: middle;
  border-color: #3f3f3f;
}
.table > thead > tr > th {
  border-color: #3f3f3f;
  text-transform: uppercase;
  font-size: 12px;
}
.table-striped > tbody > tr:nth-of-type(2n+1),
.table-hover > tbody > tr:hover {
  background-color: #c8c8c8cc;
}
.table-striped > tbody > tr:nth-of-type(2n+1) td,
.table-hover > tbody > tr:hover td{
  color: #2f3030;
}
.table > tbody > tr td i.text-cyan,
.table > tbody > tr td i.text-red{
  font-size: 20px;
}
/* .table-hover > tbody > tr:hover td .text-cyan{
  color: #2f3030;
} */
.dataTables_wrapper .row,
.main-content form .row{
  margin-left: -15px;
  margin-right: -15px;
}
/* input form */
input[type='text'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='password'],
.form-control,
.form-control:focus,
textarea{
  background-color: #3D3D42;
  border:none;
  outline-color: none;
  box-shadow: none;
  color: #cacaca;
}
.select2-container--bootstrap4 .select2-selection{
  background-color: #3D3D42;
  border:none;
  outline-color: none;
  box-shadow: none;
  color: #cacaca;
  height: 45px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice{
  color: #cacaca;

}
form label{
  text-transform: uppercase;
  font-size: 12px;
}
.form-group .form-control{
  height: 45px;

}
.form-group textarea.form-control{
  height: auto;

}
.input-group-addon{
  background-color: #3D3D42;
  border:none;
  color: #8A8D8F;
}
select.form-control {
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 10px;
}
div.dataTables_wrapper div.dataTables_length select{
  padding-top: 0;
  background-position: 89% center;
  background-image: url("../images/arrow-down-black.png");
  background-color: #fff;
  border-radius: 25px;
  padding-left: 16px;
  width: 60px;
  color: #2a2a2f;
}
div.dataTables_wrapper label,
div.dataTables_wrapper div.dataTables_info {
  color: #777;
}
.form-horizontal .control-label{
  padding-top: 12px;
}
/* ikon */
.fa-tukang{
  /* background-image: url("../images/crane.svg"); */
  background-image: url("../images/constructor.svg");
  /* background-image: url("../images/support.svg"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  height: 18px;
  width: 22.5px;
  /* margin-right: 5px; */
}
/* datepicker */
.bootstrap-datetimepicker-widget{
  background-color: #202025;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{
  border-bottom-color: #202025;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after{
  border-top-color: #202025;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #3D3D42;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #F01A48;
}
.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #F01A48;

}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td span.active {
  background: #F01A48;
}
.bootstrap-datetimepicker-widget table td span{
  color: #fff;
}
/* Nav Tabs */
.nav-tabs{
  border-bottom-color:#525256;
  margin-bottom: 20px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  color: #fff;
  background-color: #525256;
  border-color: #525256;
}
.nav-tabs>li>a{
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.nav>li>a:focus, .nav>li>a:hover{
  background-color: #3D3D42;
}
.nav-tabs>li>a:hover {
  border-color: #3D3D42 #3D3D42 #525256;
}
/* misc */
.inline-block{
  display: inline-block;
}
/* halaman login */
.page-login{
  background-color: #000;
}
.login-panel{
  background: rgb(32,39,45); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(32,39,45,1) 0%, rgba(19,24,28,1) 60%, rgba(9,10,12,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(32,39,45,1) 0%,rgba(19,24,28,1) 60%,rgba(9,10,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(32,39,45,1) 0%,rgba(19,24,28,1) 60%,rgba(9,10,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20272d', endColorstr='#090a0c',GradientType=0 ); /* IE6-9 */
  padding: 100px 30px 30px;
  width: 380px;
  max-width: 95%;
  margin: 20px auto 20px;
}
.login-panel .logo{
  text-align: center;
  position: relative;
}
.login-panel .logo img{
  width: 180px;
}

.app-name{
  position: absolute;
  top: -3px;
  right:0;
  font-size: 10px;
}
.v-code{
  position: absolute;
  bottom: -17px;
  right:0;
  background-color: #F01A48;
  padding: 2px 4px;
  color: #ffffff;
  font-size: 8px;
}
.page-login .input-group-addon a{
  font-size: 12px;
  color: #8A8D8F;
}
.login-panel form{
  margin: 40px 0 80px;
}
.login-panel label{
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
}
.login-panel .form-control,
.login-panel .input-group-addon{
  background-color: #2F3437;
}
.btn-login{
  margin-top: 30px;
  background-color: #292E32;
  color: #fff;
  border: none;
  min-width: 180px;
  text-transform: none;
}
.btn-login:hover,
.btn-login:focus,
.btn-login.active{
  background-color: #1d2023;
  color: #fff;
}
.login-footer p{
  margin: 0;
  font-size: 12px;
}
.login-footer a:hover,
.login-footer a:focus{
  color: #F01A48;
}

#filemanager{
  width: 100%;
  height: 82vh;
  border: none;
  margin-bottom: 20px;
}
/* .module-content{

} */
.module-btn-bar{
  margin-bottom: 20px;
}
a{
  color: #F01A48;
}
a:hover,
a:focus{
  color: #d80f3b;
}
.checkbox-inline.styled,
.radio-inline.styled{
  padding-left: 0;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 5px 0 0;
  text-transform: none;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: white;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
}
.styled-checkbox:hover + label:before {
  background: #F01A48;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #F01A48;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.styled-radio {
  position: absolute;
  opacity: 0;
}
.styled-radio + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 5px 0 0;
  text-transform: none;
}
.styled-radio + label:before {
  content: '';
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: white;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
}
.styled-radio:hover + label:before {
  background: #F01A48;
}
.styled-radio:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-radio:checked + label:before {
  background: #F01A48;
}
.styled-radio:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-radio:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-radio:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.img-thumb-square{
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}
.img-thumb-square img{
  width: 100%;
}
.img-thumb-square .det-link{
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-decoration: none;
}
.img-thumb-square .rem-icon{
  position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -25px;
    height: 25px;
    background-color: #ffd7d7e0;
    padding: 3px 5px;
    z-index: 2;
    transition: all .3s linear;
}
.img-thumb-square:hover .rem-icon{
  bottom: 0px;
}
#loading-indicator{
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 1000;
}
.text-bold{
  font-weight: bold;
}
/* responsive */
@media (max-width:768px) {
  .sidebar{
    left: -250px;
  }
  .main-content{
    padding-left:0;
  }
  .sidebar-toggle{
    display: block;
  }
}
@media (max-width:768px) AND (min-width:768px){
  .top-search{
    padding-left: 38px;
  }
}
@media (max-width:767px) {
  .table-responsive{
    padding: 10px 0;
    border-color: #525256;
  }
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate{
    text-align: left;
  }
  .dataTables_length,
  .dataTables_info{
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .img-thumb-square .rem-icon{
    bottom: 0px;
  }
}
div.dataTables_wrapper div.dataTables_processing{
  background-color: #151515;
}
