.content-body {
  margin-bottom: 20px;
  background-color: #fff;
  border: 0 solid rgba(0,0,0,0.12);
  border-top: 5px solid #00b65c;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.content-body h4.title {
  margin: 0;
  padding: 15px 15px 0 15px;
  font-size: 16px;
}
@media (min-width: 1600px) {
  .content-body h4.title {
    font-size: 20px;
  }
}
.content-body h4.title span {
  margin-right: 5px;
}
.content-body .dataTables_length label {
  font-weight: normal;
}
.content-body .dataTables_filter {
  text-align: right;
}
.content-body .dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
.content-body .form-control-search,
.content-body input[type=search] {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  border: 0 solid transparent;
  border-bottom: 2px solid #73879C;
}
.content-body .form-control-search:focus {
  background: transparent;
  border-color: #00a65a;
  outline: 0;
  box-shadow: none;
}
.content-body .form-control:focus {
  background: transparent;
  border-color: #00a65a;
  outline: 0;
  box-shadow: none;
}

.content-body .ckbox {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
 
}
.content-body .ckbox label {
  padding-right: 15px;
  cursor: pointer;
}
.content-body .ckbox input[type="checkbox"] {
  opacity: 0;
}
.content-body .ckbox label:before {
  content: '';
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  border-radius: 2px;
  border: 1px solid #bbb;
  background-color: #fff;
}
.content-body .ckbox input[type="checkbox"]:checked + label:before {
  border-color: #fff;
  background-color: #00a65a;
}
.content-body .ckbox input[type="checkbox"]:checked + label:after {
  top: 8px;
  left: 3.5px;
  content: '\e013';
  color: #fff;
  font-size: 11px;
  font-family: 'Glyphicons Halflings';
  position: absolute;
}
.content-body .custab {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  transition: 0.5s;
  font-size: 12px;
}
@media (min-width: 1600px) {
  .content-body .custab {
    font-size: 13px;
  }
}
.content-body .custab .btn {
  margin: 5px 0;
}
.content-body .table>thead>tr>th {
  background: #337ab7;
  color: #fff;
  vertical-align: middle;
}
.content-body .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.content-body .label-low {
  background-color: #00a65a !important;
}
.content-body .label-normal {
  background-color: #f39c12 !important;
}
.content-body .label-high {
  background-color: #dd4b39 !important;
}
/*custom label status*/
.label-fire-brick   {
  background-color:   #B22222 !important;
}
.label-dark-slate-blue  {
  background-color: #483D8B !important;
}
.label-orange {
  background-color: #FFA500 !important;
}
.label-salmon   {
  background-color: #FA8072 !important;
}
.label-lime  {
  background-color: #00FF00 !important;
}
.label-royal-blue{
  background-color: #4169E1 !important;
}
.label-tomato   {
  background-color: #FF6347 !important;
}
.label-wheat {
  background-color: #2E8B57 !important;
}
.label-lawn-green{
  background-color: #7CFC00 !important;
}
.label-dark-magenta {
  background-color: #8B008B !important;
}
.label-pink{
  background-color: #079992 !important;
}
.content-body .dataTables_paginate {
  margin: 10px 0;
  white-space: nowrap;
  text-align: right;
}


.content-body .pagination {
  margin: -10px 0;
}
.content-body .pagination li a {
  border: 1px solid #00a65a;
  color: #000;
}
.content-body .pagination .active a {
  background: #00a65a;
  color: #fff;
  border: 1px solid #00a65a;
}
.content-body .pagination li a:hover {
  background: #00a65a;
  color: #fff;
  border: 1px solid #00a65a;
}
.content-body .bg-form {
  background: #fff;
  margin: 15px;
  padding: 30px 0 0 0;
  border-top: 5px solid #00a65a;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 991px) {
  .form-group .btn-success {
    margin-right: 0;
  }
  .min-select-picker .bootstrap-select.btn-group{
    margin-bottom: 12px !important;
    width: 100%;
  }
  .min-select-picker .dropdown-toggle.bs-placeholder{
    width: 100%;
  }

}
@media (min-width: 992px) {
  .min-select-picker .bootstrap-select {
    min-width: 170px;
    max-width: 180px; 
  }
  .min-select-picker .dropdown-toggle.bs-placeholder{
    min-width: 170px;
    max-width: 180px; 
  }
}
@media (max-width: 767px) {
  .cust-padding{
    z-index: 9999;
    margin-bottom: 21px;
    width: 100%;
  }
  .reset-password .box-body{
    width: 100%;
    height: 350px;
  }
  .content-body h4.title{
    text-align: center;
    font-size: 20px;
  }
  .content-body h4.title .pull-right{
    margin-right: 37%;
        margin-top: 10px;
  }
  .content-body .pagination {
    margin: 10px 0;
  }
  .content-body .custyle {
    font-size: 13px;
  }
  .content-body .dataTables_length,
  .content-body .dataTables_filter,
  .content-body .dataTables_info,
  .content-body .dataTables_paginate {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .content-body .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    /*overflow-x: hidden;*/
  }
  .reset-password .box-body{
    width: 50%;
    height: 350px;
  }
}
.td-checkbox{
    width: 40px;
    min-width: 40px;
  }
 .td-action-xs{
    width: 70px;
    min-width: 70px
  }
  /*3*/
  .td-action-sm{
    width: 100px;
    min-width: 100px;
  }
  /*4*/
  .td-action-md{
    width: 130px;
    min-width: 130px;
  }
@media (max-width: 1440px){
  .custom-content-body .content-body td .ckbox , #t-order td .ckbox {
     margin-left: 12%;
  }
  
  .th-width-medium-md{
    width: 130px;
    min-width: 130px;
  }
  .th-width-md{
    width: 150px;
    min-width: 150px;
  }
  .th-width-lg{
    width: 170px;
    min-width: 170px;
    max-width: 200px;
  }
  .th-width-max-lg{
    width: 200px;
    min-width: 200px;
    max-width: 250px;
  }
  /*custom width table*/
  
 
  /*>5*/
  .td-action-lg{
    min-width: 165px;
  }
  
  /*width td*/
  .th-width-xxs{
    width: 80px;
    min-width: 80px;
  }
  .th-width-xs{
    width: 100px;
    min-width: 100px;
  }
  .th-width-max-lg{
    width: 200px;
  }
}
@media (min-width: 1440px){
  /*.custom-content-body .content-body td .ckbox , #t-order td .ckbox {
   margin-left: 12%;
  }*/
  
}
@media (max-width: 480px) {
  .content-body h4.title{
    text-align: center;
    font-size: 16px;
  }
  .content-body h4.title .pull-right{
    margin-right: 20%;
  }
  .content-body .custab {
    font-size: 12px;
  }
}
/*input quantity*/
.customer-quantity input{
  margin-top: 5px;
}
/*select-picker*/
.popup-promotion .min-select-picker{
  float: left;
  margin-left: 15px;
}
/**/
.search-dialog{
  background: #eea236;
  color: #ffffff;
  border: unset;
}
.search{
  margin-top: 25px;
  background: #eea236;
  color: #ffffff;
  border: unset;
}
.search:hover{
  background: #FF8C00;
  color: #ffffff;
  border: unset;
}