/*FORM*/
/*.easy-autocomplete.eac-plate-dark ul li.selected, .easy-autocomplete.eac-plate-dark ul .eac-category.selected {
    background: #b6efb9 !important;
    color: #000 !important;
}
.easy-autocomplete.eac-plate-dark ul {
    background: #b6efb9 !important;
    color: #000 !important;
}
.easy-autocomplete.eac-plate-dark ul li, .easy-autocomplete.eac-plate-dark ul .eac-category {
    background: #b6efb9 !important;
    color: #000 !important;
}*/
/*popup image*/
.md-close{
  padding: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.7);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #20aa4b;
    color: #fff;
    border: 2px solid #fff;
    line-height: 1;
    font-size: 15px !important;
    position: absolute;
    right: 0;
    margin-top: -10px !important;
    margin-right: -10px !important;
    z-index: 999999;
}
.md-close:hover{
  
    background-color: #000;
}
.md-overlay{
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.md-content > div {
    padding: 10px;
}
.md-content > div img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.md-trigger{
  display: none;
}
.md-modal {
    max-width: 500px;
    min-width:280px;
    height: auto;
    z-index: 99991;
}
.link-img{
  display: block;
  opacity: 1;
  transition: .3s;
}
.link-img:hover{
  opacity: .7;
  transition: .3s;
}
/*end popup image*/
body, html {
  overflow: initial;
}
html {
  overflow-y: auto !important;
  overflow-x: hidden;
}
.notif-fixed{
  padding: 10px 7px;
  border-radius: 7px 0 0 7px;
  display: block;
  font-size: 15px;
  position: fixed;
  bottom: 0;
  margin-bottom: 50px;
  right: 0;
  cursor: pointer;
  color: #fff;
  line-height: 1;
  z-index: 99;
}
.body-konten-fixed{
  width: auto;
  padding: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 50px;
  margin-right: 30px;
  border-radius: 7px;
  color: #fff;
  z-index: 99;
}

.body-konten-in{
  width: 400px;
  padding: 0;
  border: 0px solid #a29415;
}
.bg-success-2{
  background-color: #50b755;
}
.bg-danger-2{
  background-color: #d00909;
}
/*#myDiv{
  display: block;
}*/
.frame-btn-tab{
  display: block;
  float: right;
  position: relative;
  z-index: 1;
}
.frame-img-struk{
  display: block;
  margin: auto;
  max-width: 300px;
  height: 150px;
  position: relative;
}
.frame-img-struk .effect-show{
  background-color: rgba(0, 0,0,.3);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  transition: .3s;
  opacity: 0;
}
.frame-img-struk .effect-show:hover{
  /*background-color: rgba(80, 183, 85,.4);*/
  background-color: rgba(0, 0,0,.3);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  transition: .3s;
  opacity: 1;
}
.open>.dropdown-menu.ul-btn-dropdown {
  margin-bottom: 50px;
}
.dropdown.open ul.dropdown-menu{
  max-height: 150px;
  overflow-y: auto;
}
.effect-show i{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 40px;
}
.frame-img-struk img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-l-r-mini:first-child{
  padding-left: 11px;
  padding-right: 2px;
}
.p-l-r-mini{
  padding-left: 2px;
  padding-right: 2px;
}
.p-l-r-mini:last-child{
  padding-left: 2px;
  padding-right: 11px;
}
.form-and-label:first-child{
  padding-left: 15px;
  padding-right: 2px;
}
.form-and-label:last-child{
  padding-left: 0px;
  padding-right: 15px;
  margin-top: 5px;
  font-size: 13px; 
}
.dropdown-menu .widget-notifications-item:hover {
  background-color: #f9f9f9;
  display: block;
}
body{
  font-size: 12px;
}
.ol-ul-padding{
  padding-left: 15px;
}
.konten-1{
  display: inline-block;
  width: 40%;
}
.konten-2{
  display: inline-block;
  width: 60%;
}
.frame-dropdown{
  display: block;
  position: relative;
}
.frame-btn-dropdown-table{
  display: block;
  position: static;
}
.frame-btn-dropdown-table .btn-group{
  position: static !important;
}
.dropdown-menu.dropdown-menu-custom{
  position: absolute;
  top: auto;
  left: auto;
  z-index: 333;
  min-width: 160px;
  padding: 5px 0;
  margin: 25px 0 0 auto;
  font-size: 13px;
}
.panel-btn-more-table{
  padding: 10px;
  background-color: #fff;
  border:1px solid #eee;
  display: block;
  margin-bottom: 10px;
}
#datatables-modal-data-transaction_wrapper{
  position: static;
}

.frame-dropdown .dropdown {
  position: relative !important;
  padding: 0px;
  /*transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 99;*/
}
.frame-dropdown .btn-group>.btn{
  white-space: nowrap;
}

/*navbar new*/
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav>li:first-child{
  border-left: 1px solid rgba(0,0,0,.09);
  /*border-right: 0px solid rgba(0,0,0,.09);*/
}

.navbar-default .navbar-nav>li{
  /*border-left: 1px solid rgba(0,0,0,.09);*/
  border-right: 1px solid rgba(0,0,0,.09);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: rgba(0,0,0,.04);
    color: rgba(255,255,255,.8);
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:active{
  /*background: rgba(0,0,0,.04);*/
  color: rgba(255,255,255,.8);
}
.px-nav-left~.navbar-default {
    background-color: #50b755;
    border-color: #50b755;
    display: block;
    z-index: 1010;
    border-radius: 0px;
    right: 0;
    left: 0;
}
.px-nav-left~.navbar-default {
    padding-left: 56px;
    position: fixed;
}
@media (min-width: 992px){
  .px-nav-left~.navbar-default .navbar-header {
      min-width: 173px;
  }
  .px-nav-left~.navbar-default {
    
    left: 56px;
    padding-left: 0;
  }
}
.navbar-default .navbar-collapse {

   right: 0;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 2px;
}
.navbar-toggle .icon-bar {
  width: 12px;
  height: 2px;
  margin: auto;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle{
  right: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
/*.navbar-default .collapse.in{
    display: block;
    margin-left: -56px;
    background-color: #49904c;
}*/
.px-nav-left~.navbar-default .navbar-collapse {
    margin-left: -56px;
    box-shadow: 0 1px 1px rgba(0,0,0 ,.1);
}
.navbar-default .badge, .navbar-default .label {
    position: relative;
    top: 21px;
    display: block;
    float: right;
    margin: -.8em 0 0;
    padding: 0 .5em;
    font-size: .77em;
    line-height: 1.6em;
}
/*animation*/
.animation-rotate{
  -webkit-animation:spin .5s linear infinite;
  -moz-animation:spin .5s linear infinite;
  animation:spin .5s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
/*/*/

@media (max-width: 767px){
  .p-l-r-mini:first-child{
    padding-left: 11px;
    padding-right: 11px;
  }
  .p-l-r-mini{
    padding-left: 11px;
    padding-right: 11px;
  }
  .p-l-r-mini:last-child{
    padding-left: 11px;
    padding-right: 11px;
  }
  .dropdown-menu .widget-notifications-item:hover {
    background-color: #eafbea;
    display: inherit;
  }
  .body-konten-in {
      width: 270px;
  }
  .label-and-form .control-label{
    text-align: left !important;
  }
  .konten-1 {
    display: block;
    width: 100%;
  }
  .konten-2 {
    display: block;
    width: 100%;
  }
  .navbar-default .navbar-nav>li {
      border-right: 0px solid rgba(0,0,0,.09);
  }
  ul.ul-navbar li:first-child {
      border-left: 0px solid rgba(0,0,0,.09) !important;
  }
  .navbar-default .dropdown-menu>li+li, .navbar-default .navbar-nav>li+li {
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: -1px;
  }
  .navbar-default .dropdown-menu {
      padding: 0px 0;
  }
  ul.ul-navbar li {
    border-left: 0px solid rgba(0,0,0,.09) !important;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
      color: #777;
      background-color:#bfecc0;
  }
  .dropdown-menu .divider {
      background-color: #b6deb8;
      margin: 0px 0;
  }
  .navbar-default .navbar-collapse {
    border-color: #49904c;
    background: #4ba24f;
  }
  .navbar-default .navbar-nav>li>a {
    padding: 0 25px 0 15px;
    line-height: 42px;
  }
  .navbar-default .dropdown.open li {
    border-color: #b6deb8;
  }
  .navbar-default .navbar-form .form-control, .navbar-default .navbar-form .form-group, .navbar-default .navbar-form .input-group{
    width: 100%!important;
  }
  .navbar-default .form-group {
    margin-bottom: 0px !important;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #49904c;
  }
  .navbar-default .dropdown-menu li, .navbar-default .navbar-nav li {
    border-color: #49904c;
  }
  .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3076923076em;
    vertical-align: middle;
    border-top: .3em solid;
    border-bottom: none;
    position: absolute;
    top: 50%;
    right: 10px;
  }
}
@media (min-width: 768px){
  .navbar-default .navbar-right {
    padding-right: 20px;
  }
  .navbar-default .px-navbar-label {
    position: relative;
    top: 15px;
    display: inline-block;
    float: none;
    margin: 0 0 0 -8px;
    padding: 0 2px;
    vertical-align: top;
    font-size: 8px;
    font-weight: 700;
    line-height: 10px;
  }
}
@media (min-width: 544px){
  .px-nav-left:not(.px-nav-off-canvas):not(.px-nav-off-canvas-tablets)~.navbar-default .navbar-collapse {
    margin-left: 0;
  }
}

/*ul.ul-navbar li:first-child{
  border-left: 1px solid rgba(0,0,0,.09);
}*/
ul.ul-navbar li:first-child{
  border-left: 1px solid rgba(0,0,0,.09);
}
ul.ul-navbar ul.dropdown-menu li{
  border-left: 0px solid rgba(0,0,0,.09);
}
/*ul.ul-navbar li:last-child{
  border-left: 1px solid rgba(0,0,0,.09);
}*/

.navbar-default .form-control{
  color: #686868;
  border-color: transparent!important;
  background: rgba(255, 255, 255,0.8);
}
.navbar-default .navbar-nav.ul-navbar>li>a.dropdown-toggle{
  color: #fff;
}
.navbar-default .navbar-nav.ul-navbar>li>a.dropdown-toggle:hover{
  background: rgba(0,0,0,.04);
  color: rgba(255,255,255,.8);
  
}
.navbar-default .navbar-nav.ul-navbar>.open>a.dropdown-toggle{
  background: rgba(0,0,0,.04);
  color: rgba(255,255,255,.8);
}
.navbar-default~ .px-content {
    margin-top: 50px;
    padding-bottom: 60px !important;
}

/*/*/


.form-control.datepicker{
  padding: 3px 9px;
}
.form-control.ui-autocomplete{
  padding: 3px 9px !important;
  height: inherit !important;
}
.d-flex{
  display: flex;
}
.modal-body.modal-body-no-scroll {
  padding-bottom: 57px;
}
.modal-body.modal-body-fix {
  height: 445px;
}
.table-responsive.table-height-1{
  max-height: 380px;
  overflow-y: auto;
  overflow-x: auto !important;
}


.panel.panel-log{
  border: 0px solid #e2e2e2;
  border-color:#e2e2e2;
}
.panel-log .accordion-toggle {
    padding: 5px 10px;
}
.panel-log .panel-heading{
  background: transparent;
  background-color: transparent;
}
.panel-group.panel-group-log{
  margin-bottom: 0;
}
.panel-group.panel-group-log .panel-heading+.panel-collapse>.panel-body{
  border-top-color: transparent;
  border-top: 0px solid rgba(0,0,0,.05);
}
.panel-body-log{
  max-height: 425px;
  overflow-y: auto;
  padding: 0;
}
.panel-body-log-2{
  max-height: 425px;
  overflow-y: auto;
}
.panel-group .panel.panel-log+.panel.panel-log {
  margin-top: 0px;
}
/*upload*/

.frame-slide-iklan{
  display: block;
  width: 100%;
  height: 122px;
}
.frame-slide-iklan img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-file-control+.px-file-buttons {
  top: 3px;
  padding-right: 2px;
}
.custom-file-control{
  padding: 3px 9px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.42;
}
.custom-file-control+.px-file-buttons .btn {
    height: 19.04px;
    margin-left: 2px;
    line-height: 17.04px;
}
/*/*/

/*.easy-autocomplete-container {
  position: relative !important;
  z-index: 44444444 !important;
  display: table;
}*/



#preview .table>thead:first-child>tr:first-child>th , 
#preview .table>tbody>tr>td{
  white-space: nowrap;
}
#preview table{
  font-size: 12px !important;
}
#preview{
  height:350px;
  overflow:auto;
}
.no-wrap-1 table{
  white-space: normal;
}
@media (max-width: 543px){
  .no-wrap-1 .table-responsive>.table>tbody>tr>td{
    white-space: normal;
  }
}

#datatables_wrapper table{
  width: 100% !important;
}
#datatables_wrapper .table-bordered>tbody>tr>td{
  white-space: nowrap;
}
.table-primary .table-bordered>tbody>tr>td{
  white-space: nowrap;
}
.table>thead>tr>th{
  white-space: nowrap;
}
.table{
  table-layout: inherit;
}
.dataTables_wrapper{
  overflow: auto;
  position: relative;
}


/*.page-wide-block .table-footer{
  position: fixed;
  width: inherit;
  margin-top: 15px;
}*/


.modal-alert .modal-header {
  font-size: 50px;
  line-height: 30px;
}
.form-header{
  padding-left: 2px;
  padding-right: 2px;
}
.form-header:first-child{
  padding-left: 11px;
  padding-right: 2px;
}
.form-header:last-child{
  padding-left: 2px;
  padding-right: 11px;
}
.form-body{
  padding-left: 2px;
  padding-right: 2px;
}
.form-body:first-child{
  padding-left: 11px;
  padding-right: 2px;
}
.form-body:last-child{
  padding-left: 2px;
  padding-right: 11px;
}
.input-group-addon{
  font-size: 12px;
}
.pace-progress{
  height: 5px !important;
  background:linear-gradient(to right,transparent,#95e000);
}
.modal-footer .btn+.btn {
    margin-left: 2px; 
}
.bg-white, .bg-white * {
  /*border-color:none !important;*/
}

.active .tab-resize-icon, .active .tab-resize-icon:after, .active .tab-resize-icon:before {

    background: #fff !important;
}

/*flex*/
.flex-1{
  display: flex;
  justify-content: flex-end;
}
.flex-1 .btn{
  margin-right: 3px;
}
.flex-1 .btn:last-child{
  margin-right: 0;
}
/*/*/

.m-x-auto-2 {
  margin-right: auto!important;
  margin-left: auto!important;
  left: 0;
  right: 0;
}
.text-price{
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.box-total{
  display: inline-block;
  float: right;
  padding: 15px;
  border-radius: 0;
  border:1px solid #eee;
}
.box-price{
  padding: 0 10px;
  border-right: 1px dashed #888;
  line-height: 2.2;
}
.box-price:nth-last-child(1){
  border-right: 0px dashed #888;
}
.form-inline .form-group{
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.list-group-item:last-child {
    border-bottom: 0;
}
.list-group-item>.badge, .list-group-item>.label {
    font-size: 13px;
}
.alert ul.ul-flex{
  padding-left:0px; 
}
.ul-flex li{
  display: flex;
}
/*popover*/
.webui-popover-content ul{
  padding-left: 15px;
}
.webui-popover{
  z-index: 9;
  border: 3px solid #ccc;
  border-radius: 3px;
}
.webui-popover .webui-popover-content {
    padding: 8px;
}
.webui-popover.right > .webui-arrow:after, .webui-popover.right-top > .webui-arrow:after, .webui-popover.right-bottom > .webui-arrow:after {
    border-right-color: #ccc !important;
}
.webui-popover.right > .webui-arrow, .webui-popover.right-top > .webui-arrow, .webui-popover.right-bottom > .webui-arrow {
    border-right-color: #ccc !important;
}
/*/*/
/*intro*/
.introjs-helperNumberLayer{
  background:linear-gradient(to bottom, #50b755 0%, #319636 100%)  !important; 
}
.introjs-nextbutton {
  color: #50b755 !important;
}
.introjs-prevbutton {
  color: #f3a535 !important;
}
.introjs-prevbutton:hover {
  color: #f3a535 !important;
}
.introjs-skipbutton {
    color: #de0909 !important;
}
.introjs-skipbutton:hover {
    color: #de0909 !important;
}
.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus{
      color: #9a9a9a !important;
}
.introjs-button{
  padding: 0.5em 0.8em;
  font: 12px/normal sans-serif;
}
/*/*/

/*tooltip*/
#tooltip {
    padding: 5px;
}
#tooltip.top:after {
    border-bottom: 10px solid #50b755 !important;
}
#tooltip ul{
  padding-left: 15px;
}
#tooltip{
  max-width: 200px;
  line-height: 1.4;
  font-size: 12px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: left;
  background-color: #222;
  border-radius: 5px;
}
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: -4px;
    border-width: 10px 10px 0;
}
.tooltip.top .tooltip-arrow {
    margin-left: -10px;
}
.tooltip {
    width: 200px;
    filter: alpha(opacity=0);
}
.box.box-custom{
    display: inline-table;
    height: 100%;
    table-layout: fixed!important;
    width: 100%;
}
.m-b-versi{
  margin-bottom: 7px;
}
.bg-green-soft{
    background-color: #edf6d9;
}
.m-b-mini{
  margin-bottom: 5px;
}

.tooltip-custom{
  font-size: 12px;
  color: #444;
}
.tooltip-custom:hover,.tooltip-custom:active{
  color: #444;
}
#mcTooltip {
    background-color: #d0d0d0;
    max-width: 400px;
    width: 300px !important;
    border-color: #adadad;
}
.mcTooltipInner {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    left: 0 !important;
    top: 15px !important;
}
.mcTooltipInner .form-group{
  position: relative;
  display: block;
  margin-left: 0 !important; 
  margin-right: 0 !important; 
}

/*table*/
.table>thead>tr>td.no-border-2 {
    border-top: 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff !important;
    padding: 1px !important;
}
.table>tbody>tr>td.no-border-2 {
    border-top: 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff !important;
    padding: 1px !important;
}

.p-r{
  padding-right: 3px;
}
.p-l{
  padding-left: 3px;
}
/*.dataTables_wrapper .form-control {
    display: inline-block;
    width: 100%;
}*/
.table-responsive.height-pos{
  /*height: 450px;
  max-height: 450px;*/
  height: 241px;
  max-height: 320px;
  scroll-snap-align: end;
    overflow-y: auto;
}
.li-custom{
  margin-left: 0px;
  margin-right: -10px;
}
.flex-pos{
  display: flex;
  justify-content: space-between;
  margin-right: 2px;
  align-items: center;
}
.flex-pos label{
  font-size: 8px;
  margin-bottom: 0;
  z-index: 1;
}
.flex-pos span{
  background-color: #fff;
  padding-right: 5px;
  position: relative;
  z-index: 1;
}
.dashed-before{
  position: absolute;
  width: 86%;
  border: 1px dashed #e0e0e0;
  display: table;
  top: 50%;
  left: 12%;
  z-index: 0;
}
.ul-custom-pos{
  margin-left: -10px;
  padding-left: 15px;
}
.fa-custom-2{
  margin-left: -20px;
  margin-right: 2px;
}
/*NOTE*/
.note-success {
  border-color: #78bd5d;
  background: #fcfff5;
}
.note.note-cust {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
  border-left-width: 3px;
  border-left-style: solid;
}
.p-t-r-b-l{
  padding:10px;

}
/*icon*/
.fa-custom{
  margin-left: -9px !important;
  margin-bottom:-80px !important;
  position: absolute;
}
/*slider*/
.demo-item {
    padding: 0px;
}
/*KONTEN*/
.box-reset{
  display: block;
  border-bottom: 1px dashed rgba(0,0,0,0.2);
  padding: 10px 0;
}

.box-reset:nth-last-child(1){
  display: block;
  border-bottom: 0px dashed rgba(0,0,0,0.2);
  padding: 10px 0;
}
.btn .label-btn{
  
  position: absolute !important;
  float: right;
  margin-left: 0px;
  margin-top: 0px;
  font-size: 10px;
}
.text-center-2{
  text-align: center;
}
.m-b-1-min{
  margin-bottom: 3px;
}
.px-content.px-pos {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #fbfef4;
  /*height: 100%;*/
  display: block;
  position: relative;
  height: 100%;
}
.px-navbar~.px-content.m-t-no-header {
    margin-top: 35px;
}
.text-muted.text-muted-link[href]:hover{
  color: #989a98 !important;
}
.text-grey-smoth{
  color: #c9c8c8!important;
}
.text-muted.text-muted-custom, .text-muted.text-muted-custom a {
    color: #444!important;
}
.table>tbody>tr>td.line-height-2{
  line-height:2;
}
.table>tbody>tr>th.line-height-2{
  line-height:2;
  vertical-align: middle;
}
.custom-control-indicator.custom-control-indicator-check {
    left: 18%;
    margin-top: -10px;
}
.custom-control-indicator.custom-control-indicator-check-2 {
    left: 18%;
    margin-top: -5px;
}
.custom-control-indicator.check-center {
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.alert ol.ol-custom, .alert ul.ol-custom {
  margin-top: 5px;
  padding-left: 20px;
}
.alert-success.alert-success-custom {
  color: #6f976d;
  border-color: rgba(0,0,0,.05);
  background-color: #edf7d7;
}
p.p-custom{
  margin: 0 0 -5px !important;
}
.bg-default.bg-default-custom {
    background-color: #e4e4e4!important;
    color:;
}
.text-muted.text-muted-custom {
  margin-bottom: 3px;
  display: block;
  font-size: 13px;
}
.absolute-icon{
  position: relative;
  padding-right:0;
  margin-top: -23px;
}
.label.label-cust {
  font-weight: 600;
  line-height: 1;
  white-space:normal;
  text-align: left;
  padding: 8px;
}
label.cursor-pointer{
  cursor: pointer;
}
.label.label-cust-group {
  font-weight: 600;
  margin-bottom: 0 !important;
  cursor: auto;
}
.nav.nav-tabs>li.active>a {
  border-bottom-color: #36863a!important;
}
hr.m-a-0{
  border-top: 1px solid rgba(0,0,0,.05);
}
.popover-content {
  padding: 5px;
  font-size: 11px;
}
a.img-hover:hover{
  opacity:0.7;
}
img.update-logo{
  width:50px;
}
img.logo-inofarma {
  width: 120px;
}
.tab-content.tab-content-bordered {
    padding: 10px;
}
.b-l-1 {
  border-left: 1px dashed #a5a5a5;
  padding-left: 4px;
}
.b-l-2{
  border-left-width: 2px!important;
  border-left-style: solid!important;
  padding-left: 3px;
}

.list-group-item.list-group-item-cust {
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  display: block;
  padding: 2px 0px;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid rgba(0,0,0,.05);
}
h3.nomargin-h3{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
}
h3.nomargintop-h3{
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 15px;
}
.dataTables_table_wrapper {
  overflow-x: auto;
  overflow-y: auto;
  /*max-height: 320px;*/
  max-height: 287px;
  min-height: .01%;
  margin: 0!important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.small-cust-abu2{
  color:#a09f9f;
}
.text-right{
  text-align: right;
}
.m-t-b-0{
  margin:0 0;
}
a {
  color: #818a91;
  text-decoration: none !important;
}
a:focus, a:hover {
    color: #45a84a;
    text-decoration: underline;
}
a.abu2 {
  color: #a0a0a0;
  text-decoration: none;a0a0a0
}
a.abu2:focus,a.abu2:hover  {
  color: #8c8c8c;
  text-decoration: underline;
}
a.abu2-no-und {
  color: #a0a0a0;
  text-decoration: none;
}
a.abu2-no-und:focus,a.abu2-no-und:hover  {
  color: #a3c293;
  text-decoration: none;
  /*background-color: #f2f2f2;*/

}
a.link-grey {
  color: #a5a5a5;
  text-decoration: none;
  border:1px solid #a5a5a5;
  padding:0 4px; 
  margin: 2px 0;
  display: inline-block;
}
a.link-grey:focus, a.link-grey:hover {
  color: #50b755;
  text-decoration: none;
  border:1px solid #50b755;
  padding:0 4px; 
  margin: 2px 0;
  display: inline-block;
}
a.a-after-box:focus, a.a-after-box:after, a.a-after-box:active {
  color: #fff;
  text-decoration: none;
  border:1px solid #50b755;
  padding:0 4px;
  background-color:#50b755; 
  margin: 2px 0;
  display: inline-block;
}
a.a-active-box:visited{
  color: #fff;
  text-decoration: none;
  border:1px solid #a5a5a5;
  background-color: #a5a5a5;
  padding:0 4px; 
  margin: 2px 0;
  display: inline-block;
}
p.p-no-mrgn {
  margin: 0 0 1px;
}
.cari-70{
  width:70%;
}
.cari-100{
  width:100%;
}
.cari-49{
  width:49%;
}
.cari-45{
  width:45%;
}
.cari-49-right{
  width:49%;
  float: right;
}
.alert p {
    margin-bottom: 0px;
}
.alert>p+p {
    margin-top: 0px;
}
.px-navbar form.navbar-form .form-control {
  color: #686868;
  border-color: transparent!important;
  background:rgba(255, 255, 255,0.8);
}
strong.welcome {
  font-weight: 400;
  line-height: normal;
  color:#6d6d6d;
}
.font-size-70 {
  font-size: 70px!important;
}
.font-size-14 {
  font-size: 14px!important;
}
.font-size-200 {
  font-size: 200px!important;
}
.font-size-400 {
  font-size: 400px!important;
}
.font-size-10 {
  font-size: 10px!important;
}
.font-size-9 {
  font-size: 9px!important;
}
.font-size-8 {
  font-size: 8px!important;
}
.text-orange{
  color: #f06c0c!important;
}
/*DIV*/
.width-medium-5{
  width: 50px !important;
  display: inline-block;
}
.width-medium-4{
  width: 70px !important;
  display: inline-block;
}
.width-medium-3-3{
  width: 150px !important;
  display: inline-block;
}
.width-medium-3{
  width: 100px !important;
  display: inline-block;
}
.width-medium-2{
  width: 240px !important;
  display: inline-block;
}
.width-medium-1{
  width: 380px !important;
  display: inline-block;
}
.width-medium-1-1{
  width: 270px !important;
  display: inline-block;
}
.width-medium-1-1-1{
  width: 420px !important;
  display: inline-block;
}
.widget-support-tickets-item.wdgt-spprt-tckts-itm-cstm{
    position: relative !important;
    padding: 0px 0px !important;
}
.table th.th-no-bold{
  font-weight: normal;
}
.p-l-2{
  padding-left: 20px !important;
}
.center-top{
  /*position: absolute;
  right:10px;
  top:5px;*/
  position: absolute;
  right: 0;
  /*left: 0;
  top: -235px;*/
  left: 50px;
  top: 12px;
  z-index: 99;
}
.checklist{
  width:150px;
}
.modal-dialog .close {
  margin-top: 0px;
  font-size: 22px;
  font-weight: 700;
  opacity: .6;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition:transform .2s ease-in-out;
}

.modal-dialog .close:focus, .modal-dialog .close:hover {
  color: #cc0101;
  opacity: .8;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel.panel-box{
  display: block;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
  width: 300px;
  margin: auto;
}
.panel.panel-box:hover{
  border-color: #e2e2e2;
  background-color: transparent;
}
.circle.circle-custom-after{
  border-color: #d9d9d8;
  /*background-color: #fcfcfc;*/
}
.panel.panel-box:hover .circle.circle-custom{
  border-color: #3e9642;
  background-color: #3e9642;
}
.text-primary.text-primary-custom-after{
  color:#d9d9d8 !important;
}
.panel.panel-box:hover .text-primary.text-primary-custom{
  color:#fff !important;
}
.px-nav-box.px-nav-box-custom {
  border-color: transparent;
  color: #fff;
}

.m-b{
  margin-bottom: 0px;
  display: block;
}
.bg-grey-table{
  background-color: #fafafa;
  border-bottom-width: 0;
}
.bg-grey {
    background-color: #fafafa;
    border-bottom-width: 0;
    padding: 8px 0;
}
.bg-grey-2{
  background-color: #f9f9f9;
  padding: 8px;
  line-height: 1;
  vertical-align: top;
  border-top: 1px solid rgba(0,0,0,.02);
  border-bottom: 1px solid rgba(0,0,0,.02);
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
/*.bg-white-2{
  background-color: #f9f9f9;
  padding: 8px;
  line-height: 1;
  vertical-align: top;
  border-top: 0px solid rgba(0,0,0,.02);
  border-bottom: 0px solid rgba(0,0,0,.02);
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}*/
.bg-grey-fot{
  background-color: #f9f9f9;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.11);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  position: relative;
}
.bg-grey-fot-pnl {
  background-color: #f9f9f9;
  padding: 10px;
  border-top: 1px solid rgba(0,0,0,.11);
  border-left: 1px solid rgba(0,0,0,.11);
  border-right: 1px solid rgba(0,0,0,.11);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  position: relative;
}
.bg-grey-fot-pnl-2 {
  background-color: #f9f9f9;
  padding: 10px;
  border-top: 1px solid rgba(0,0,0,.11);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  position: relative;
}
.bg-white-2{
  background-color: #fff;
  padding: 8px 0;
  line-height: 1;
  vertical-align: top;
}
.marginbottom{
  margin-bottom: 10px;
}
.widget-products-image
{
  width:100%;
}
ul.horizontal{
  display: inline-block;
}
.float-left{
  float:left;
}
.float-right{
  float:right;
}
.f-right{
  float: right;
}
.right-min{
  margin-right: -10px;
}
.right-value{
  margin-right: -10px;
}
.panel>.list-group .list-group-item {
  padding-left: 10px;
  padding-right: 10px;
}
.panel-heading-controls.p-h-c-cus {
  float: right;
  margin-top: 3px;
  margin-bottom: -100px;
}

.fa.fa-cus {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: -17px;
  -moz-osx-font-smoothing: grayscale;
}
ol, ul.ul-custom {
  margin-bottom: 5px;
  padding-left: 30px;
}
.fa-ul{
  list-style-type: none;

}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: 1.2;
}
ol.ol-custom {
  margin-bottom: 0px;
  padding-left:12px;
}
.panel-body.pnl-bod-dash-cus {
  padding: 0px;
}
.panel-group.p-g-cus-dash {
  margin-bottom: 0px;
}
.panel.panel-dash {
  display: block;
  border: 1px solid #e2e2e2;
  margin-bottom: 0px;
}
.panel.panel-dash-bttm {
  display: block;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
}
.widget-support-tickets-item .label {
  font-size: 11px;
  margin-top: 1px;
}
.ps-block {
  position: relative;
  height: 150px;
}
.widget-support-tickets-item.w-s-t-i-cus{
  position: relative;
  padding: 0px 0px;
}
.panel .widget-support-tickets-item {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.panel-heading-icon {
  position: absolute;
  top: 5px;
  right: 10px;
}
.m-b-20{
  margin-bottom: 20px;
}
.panel-heading {
  padding: 5px 10px;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.accordion-toggle {
  padding: 9px 10px;
  color: #444;
  font-weight: 400;
}
.box.box-dash.box-dash-custom {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 2px;
  z-index: 1;
  height: 60px;
}
.p-b-4, .p-y-4 {
  padding-bottom: 10px!important;
}
.p-l-4, .p-x-4 {
  padding-left: 10px!important;
}
.p-r-4, .p-x-4 {
  padding-right: 10px!important;
}
.p-t-3, .p-y-3 {
  padding-top: 15px!important;
}
.p-l-3, .p-x-3 {
  padding-left: 10px!important;
}
.p-r-3, .p-x-3 {
  padding-right: 10px!important;
}
.p-b-1, .p-y-1 {
  padding-bottom: 10px!important;
}
.box.box-dash {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 2px;
  z-index: 1;
}
.page-header.page-header-custom {
  margin: -20px -20px 10px;
  border-bottom: 1px solid rgba(0,0,0,.07);
}
.alert, .thumbnail {
  margin-bottom: 5px;
}
.alert {
  padding: 6px;
  border-radius: 2px;
}
.p-a-4.p-a-4-custom-h {
  padding: 30px!important;
  height: 290px;
}


.form-control.form-control-no-block, output {
  font-size: 13px;
  line-height: 1.61539;
  color: #444;
  display: inline-block;
}
.m-b-2.m-b-2-custom {
  margin:0px 0 !important;
}
.p-a-4.p-a-4-custom {
  padding: 10px!important;
  margin-bottom: -15px !important;
}
.m-auto{
  display: block;
  margin: auto;
}
.p-a-4.p-a-4-custom-2 {
    padding: 0px 10px 10px 10px !important;
    margin-bottom: -15px !important;
}
.m-b-min-30 {
  padding: 10px!important;
  margin-bottom: -30px !important;
}
.modal-dialog.modal-3 {
  width: auto;
}
.panel-heading.panel-heading-custom {
  padding: 5px 10px;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  position: relative;
  font-weight: 600;
}
.panel-heading.panel-heading-custom-button {
  padding: 10px 10px;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

.panel-heading.panel-eklusif{
  padding: 10px 10px;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  font-weight: 600;
}
.panel-heading-controls.no-top>.btn, .panel-heading-controls.no-top>.btn-group, .panel-heading-controls.no-top>.btn-toolbar, .panel-heading-controls.no-top>.panel-heading-text {
    margin-top: 0px;
}
.panel-default.panel-dark .panel-heading, .panel-default.panel-dark .panel-heading .accordion-toggle {
  background: #e2e2e2;
  border-color: #e2e2e2;
  color: #fff;
}
.panel-body.panel-body-custom-leng{
  padding: 10px;
}
.panel-body.pnl-bdy-n-m-b{
  padding: 10px;
  padding-bottom: 0;
}
.panel-body.pnl-bdy-no-pddng{
  padding: 0px;
  padding-bottom: 0;
}
.panel-body.no-p-l-r{
  padding:10px 0;
}
.panel-body.no-p-t-r-b-l{
  padding:0 0;
}
.height-medium-2{
  height: 256px;
  overflow-y: auto;
}
.table-responsive.height-table-dashboard{
  overflow-y: auto;
  max-height: 194px;
}
/*.panel-body.panel-body-cust{
  padding:0px;
  padding-bottom: 10px;
}*/
.panel.panel-custom-leng{
  display: block;
  border: 1px solid #e2e2e2;
  margin-bottom:10px;
}
.panel.panel-scroll{
  display: block;
  border: 0px solid #e2e2e2;
  margin-bottom:10px;
}
.panel.panel-report{
  display: block;
  border: 0px solid #e2e2e2;
  margin-bottom:10px;
}
.panel-body-report{
  padding: 0;
}
.panel-body.panel-body-scroll{
  padding: 0;
  padding-bottom: 0;
  max-height: 350px;
  overflow-y:auto; 
  overflow-x:hidden;
}
.panel-body.panel-body-scroll-x-y{
  padding: 0;
  padding-bottom: 0;
  max-height: 350px;
  overflow-y:auto; 
  overflow-x:auto !important;
}
.capture{
  width: auto;
  display: block;
  padding: 6px;
}
.panel-body.panel-body-scroll-kontak{
  padding: 0;
  padding-bottom: 0;
  max-height: 500px;
  overflow-y:auto; 
  overflow-x:hidden;
}
.panel.panel-custom-child {
  background-color: #fafafa;
}
.panel.panel-custom-leng-bttm {
  display: block;
  border: 1px solid #e2e2e2;
  margin-bottom: 0px;
}
.panel-warning-smoth.panel-dark .panel-heading, .panel-warning-smoth.panel-dark .panel-heading .accordion-toggle {
  background: rgba(244, 171, 67,0.7);
  border-color: rgba(244, 171, 67,0.7)!important;
  color: #fff;
}
.panel-warning-smoth.panel-dark {
  border-color:rgba(244, 171, 67,0.7)!important;
}
.panel-success-smoth.panel-dark .panel-heading, .panel-warning-smoth.panel-dark .panel-heading .accordion-toggle {
  background: rgba(120, 189, 93,0.7);
  border-color: rgba(120, 189, 93,0.7)!important;
  color: #fff;
}
.panel-success-smoth.panel-dark {
  border-color:rgba(120, 189, 93,0.7)!important;
}
.page-breadcrumb, .page-header:not(.panel) {
  background: #f6f6f6;
  padding:10px 15px;
}
.p-b-3,.p-y-3 {
  padding: 25px;
  bottom:0;
  height:60px;
  position: relative;
  width:100%;
}
.page-panel-foot {
  margin: -20px -20px 0px;
  background-color: #f6f6f6;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  border-color: rgba(0,0,0,.07);
  margin-bottom: -20px;
}
.page-panel {
  margin: 0px -20px 10px;
  background-color: #f6f6f6;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(0,0,0,.07);
}
.page-panel-2 {
  display: block;
  position: relative;
  margin-top: 0px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
  /*background-color: #f6f6f6;*/
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 0px solid;
  border-bottom: 1px solid;
  border-color: rgba(0,0,0,.07);
}
.col-top{
  margin-top: -10px;
}
.panel-akuntansi{
  padding: 10px;
}
.m-balance{
  margin: 3px 0;
}
.m-balance-2{
  margin: 10px 0;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.form-page-single{
  width: 110px;
  display: inline-table;
  vertical-align: middle;
  margin-bottom: 0;
}
body {
  background: #ffffff;
}
body.background-isi {
  background: #fbfef4;
}
body.background-login {
  background: #e5f2d0;
}
.page-header.background-header {
  background-color: #f6f6f6;
}
.px-footer-bottom, .px-footer-fixed {
  padding-bottom:10px;
  left: 0;
  right: 0;
}
/*.col-top{
  margin-top: -10px;
}*/
.td-grey{
  background-color: #ebebeb;
}
.td-grey-2{
  background-color: #f4f4f4;
}
.td-grey-3{
  background-color: #f3f3f3;
}
img.logo-login{
  /*width:180px;*/
  width: 200px;
}
img.icon-dash{
  width:130px;
  padding-top:0px;
  margin-top: -5px;
}
img.avatar{
  width:130px;
  border:1px solid #e2e2e2;
  padding:5px;
  border-radius:5px;
  background-color: #fff;
}
img.avatar-90 {
    width: 85px;
    border: 2px solid #e2e2e2;
    padding: 5px;
    border-radius: 50%;
    background-color: #fff;
}
/*.px-navbar-image {
    position: relative;
    top: 18px;
    display: block;
    float: left;
    height: 38px;
    margin: -12px 0 0;
    border-radius: 999px;
    margin-bottom: 25px;
}*/

/*loader*/
.loader {
  border: 16px solid;
  border-radius: 50%;
  border-top: 16px solid #4d9b51;
  width: 75px;
  height: 75px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*/loader*/

.px-nav-toggle~.px-nav-scrollable-area .px-nav-content {
  position: relative;
  height: 91%;
  border-bottom: 1px solid #545953;
  margin-bottom: 20px;
  /*bottom: 56px;*/
}
.circle {
  width:150px;
  height:150px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 50%;
  padding:35px;
  z-index: 1;
  border-color: #3e9642;
}
.panel-body.height-box-start{
  height: 350px;
  position: relative;
}
.px-nav-trans {
  color: #c5cbc4;
  background: transparent;
}
.px-nav-icon.home {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  margin-left: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.px-navbar .navbar-header-home {
    color: #fff;
    background: #50b755;
}
.navbar-header-home {
    padding: 0 0px;
}
.garis-bawah{
  
}
.garis-tepi{
  border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
/*.panel-custom {
    display: block;
    border: 1px solid #e2e2e2;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 0px;
}*/
.box-custom {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  border-radius: 2px;
  z-index: 1;
}
.widget-products-item {
  margin-bottom: 0px;
  margin-top: 0px;
}
.panel-body-running {
  padding: 0px;
}
.row.row-custom {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -13px;
  margin-bottom: -13px;
}

.panel-body-custom {
  padding: 10px;
}
.panel-body-custom.bg-product {
  background-color: #fafafa;
}
.panel-body-custom.marquee {
  padding: 7px;
  margin-bottom: -10px;
  margin-top: -5px;
}

.panel-heading.custom {
  padding: 4px 7px;
  border-bottom: 1px solid #e2e2e2;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.box.box-custom {
  position: relative;
  overflow: hidden;
  margin-bottom: 7px;
  border-radius: 2px;
  z-index: 1;
}
.box.box-custom-d {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 2px;
  z-index: 1;
}
.panel.panel-custom {
  display: block;
  border: 1px solid #e2e2e2;
  margin-bottom: 7px;
  border-radius: 2px;
  margin-right: 0px;
  margin-left: 0px;
}
.panel.panel-pos {
    display: block;
    border: 1px solid #e2e2e2;
    margin-bottom: 7px;
    border-radius: 2px;
    margin-right: 0px;
    margin-left: 0px;
    /*height:47px*/
    height: 65px;
    width: 100px;
}
.panel.panel-custom-2 {
    display: block;
    border: 1px solid #e2e2e2;
    margin-bottom: 7px;
    border-radius: 2px;
    margin-right: 0px;
    margin-left: 0px;
    /*height:47px*/
    height: 65px;
}
.panel-body-custom-2 {
    padding: 10px;
    height: 47px;
  }
.panel-body-custom-3 {
    padding: 2px 10px;
    /*height: 47px;*/
     height: 65px;
}
.v-line{
  border-left: 1px dashed #e2e2e2;
  width: 1px;
  /*height: 35px;*/
  height: 50px;
  position: absolute;
  left: 360px;
  bottom: 14px;
}
.panel.panel-custom-form {
  display: block;
  border: 1px solid #e2e2e2;
  margin-bottom: 7px;
  border-radius: 2px;
  margin-right: -15px;
  margin-left: 0px;
}
.hr-pos{
  display: none;
}
.m-t-mini{
  margin-top: 1px;
}
.m-t-apotek {
    margin-top: 30px;
}
.m-t-btn{
  margin-top:30px;
}
.p-l-3, .p-x-3.kiri {
  padding-left: 10px!important;
}
.p-r-3, .p-x-3.kanan {
  padding-right: 10px!important;
}
.p-b-1, .p-y-1.bawah {
  padding-bottom: 5px!important;
}
.p-t-1, .p-y-1.atas {
  padding-top: 6px!important;
}
.p-b-1, .p-y-1.bts-bwh {
  padding-bottom: 5px!important;
}
.p-t-1, .p-y-1.bts-ats {
  padding-top: 5px!important;
}


/*.box.box-custom {
    position: relative;
    overflow: hidden;
    margin-bottom: 7px;
    border-radius: 2px;
    z-index: 1;
}*/
.p-a-3.p-a-3-custom {
  /*padding: 7px!important;*/
   padding-top: 12px!important;
   padding-bottom: 7px!important;
}
.p-a-0.p-a-0-custom {
  padding: 7px!important;
}
/*body.fixeds, html {
  overflow-y: auto !important;
  width: 100%;
  height:100%;
  max-height: 100%;
}*/

/*html body.modal-open{
  overflow-y: hidden !important;
  overflow-x: hidden !important; 
}*/
.modal-open.page-overflow .modal-scrollable{
  overflow-y: hidden !important;
}
.page-signup-modal > .modal-dialog {
  width: 600px;
  margin: 15px auto;
}
.modal.modal-fix {
  overflow-x: hidden;
  overflow-y: auto !important;
}
.modal-header {
  padding: 10px 10px;
  font-size: 15px;
  line-height: 0px;
}
.modal-body, .modal-footer, .modal-header {
  margin-bottom: 0px;
}
.modal-body, .modal-footer, .modal-header, .modal-title {
  text-align: left;
}
/*.modal-body, .modal-footer, .modal-header, .modal-title {
  padding: 10px 10px;
}*/

.font-weight-700{
  font-weight: 700;
}
.font-weight-700{
  font-weight: 700;
}
/*@media (max-width:2732px){
 
  .circled, .i-bordered, .social-icon{
    font-size: 3vmin;
  }
  .i-rounded, .i-circled, .i-bordered {
    width: 8vmin !important;
    height: 8vmin !important;
    line-height: 265% !important;
    background-color: #444;
    border-radius: 50%;
  }
  .i-circled {
    border-radius: 50%;
  }
  .i-bordered.disabled {
    border: 1px solid #cccccc;
    line-height: 265% !important;
    background-color: transparent !important;
    color: #cccccc;
    text-shadow: none;
  }
  .process-steps li:before,.process-steps li:after{
    position: absolute;
    top: 35%;
    left: 0;
    margin-left: -26px;
    width: 50%;
    border-top: 1px dashed #DDD;
  }
  .process-steps li:after {
  left: auto;
  right: 0;
  margin: 0 -26px 0 0;
  }

}*/
.jeda{
  margin-top: 10px;
}
.btn-sama{
  width:15%;
}
.btn-sama-medium {
    width: 15%;
}
hr.hr-m-t-b-2{
  margin:2px 0;
}
hr.hr-m-t-b-2-bold{
  margin:2px 0;
  border-top: 2px solid rgba(0,0,0,0.2);
}
hr.hr-m-t-b-5{
  margin:5px 0;
}
hr.hr-m-t-b-5-dashed{
  margin:5px 0;
  border-top: 1px dashed rgba(0,0,0,0.2);
}
hr.hr-dashed{
  border-top: 1px dashed rgba(0,0,0,0.2);
}
hr.hr-dotted{
  border-top: 1px dotted rgba(0,0,0,0.2);
}
hr.hr-custom{
  margin-top: 10px;
  margin-bottom: 10px;
}
hr.hr-custom-nomargintop{
  margin-top: 0px;
  margin-bottom: 10px;
}
hr.hr-list {
  margin-top:0px;
  margin-bottom:0px;
  border-top: 1px solid #ffffff;
}
.circled, .i-bordered, .social-icon{
  font-size: 20px;
}
.i-rounded, .i-circled, .i-bordered {
  width: 50px !important;
  height: 50px !important;
  line-height: 240% !important;
  background-color: #444;
  border-radius: 50%;
}
.i-bordered:hover {
  background-color: #f2a918 !important;
  color: #FFF;
  border-color: #f2a918;
}
.i-circled {
  border-radius: 50%;
}
.i-bordered.disabled {
  border: 1px solid #25822b;
  line-height: 240% !important;
  background-color: #25822b !important;
  color: #cccccc;
  text-shadow: none;
}
h5.disabled {
  color: #25822b;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.process-steps li:before,.process-steps li:after{
  position: absolute;
  top: 30%;
  left: 0;
  margin-left: -26px;
  width: 50%;
  border-top: 1px dashed #ffffff;
}
.process-steps li:after {
  left: auto;
  right: 0;
  margin: 0 -26px 0 0;
}

.i-bordered {
  border: 1px solid #ffffff;
  line-height: 50px !important;
  background-color: transparent !important;
  color: #444;
  text-shadow: none;
}
.process-steps li.active a, .process-steps li.ui-tabs-active a {
  background-color: #7ded83 !important;
  color: #90f996;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  border-color: #7ded83 !important;
  text-decoration: none;
}
.process-steps li.active h5, .process-steps li.ui-tabs-active h5 {
  font-weight: 600;
  color: #7ded83;
}

.jarak-bawah{
  padding-bottom: 10px;
}
.m-t-min{
  margin-top: -4px !important;
}

.bottommargin {
  margin-bottom: 0px !important;
}
.process-steps li {
  position: relative;
  width: 30%;
  text-align: center;
  overflow: hidden;
}
.jarak-kiri{
  padding-left: 50px;
}

.m-t-3.m-t-3-atas, .m-y-3 {
  margin-top: 0px!important;
}
.m-t-70{
  margin-top: 70px;
}
.shift{
  margin-top: 5px;
}
/*.text-right-2{
  text-align: left;
}*/
.m-b-normal{
  margin-bottom: 7px !important;
}
.f-right-responsive{
  float: right;
}
/*@media (max-width: 440px){
  
  .circled, .i-bordered, .social-icon{
    font-size: 3vmin;
  }
  .i-rounded, .i-circled, .i-bordered {
    width: 8vmin !important;
    height: 8vmin !important;
    line-height: 240% !important;
    background-color: #444;
    border-radius: 50%;
  }
  .i-bordered:hover {
    background-color: #f2a918 !important;
    color: #FFF;
    border-color: #f2a918;
  }
  .i-circled {
    border-radius: 50%;
  }
  .i-bordered.disabled {
    border: 1px solid #25822b;
    line-height: 240% !important;
    background-color: #25822b !important;
    color: #cccccc;
    text-shadow: none;
  }
  h5.disabled {
    display: none;
  }
   .process-steps li.active h5, .process-steps li.ui-tabs-active h5 {
    display: none;
  }
  a.disabled {
    pointer-events: none;
    cursor: default;
  }
  .process-steps li:before,.process-steps li:after{
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: -26px;
    width: 50%;
    border-top: 1px dashed #ffffff;
  }
  .process-steps li:after {
    left: auto;
    right: 0;
    margin: 0 -26px 0 0;
  }

  .i-bordered {
    border: 1px solid #ffffff;
    line-height: 240% !important;
    background-color: transparent !important;
    color: #444;
    text-shadow: none;
  }
  .process-steps li {
      position: relative;
      width: 33%;
      text-align: center;
      overflow: hidden;
  }
  .jarak-kiri{
    padding-left: 2px;
  }
}*/

/*.page-signup-icon.page-signup-icon-custom {
    position: absolute;
    line-height: 0px;
    width: 36px;
    border-color: rgba(0, 0, 0, .14);
    border-right-width: 1px;
    border-right-style: solid;
    left: 1px;
    top: 9px;
    text-align: center;
    font-size: 13px;
}
.form-group-lg .form-control.form-control-custom {
    height: 30px;
    padding: 5px 15px;
    font-size: 13px;
    line-height: 1.2;
    border-radius: 3px;
}

.btn-group-lg>.btn, .btn-lg-custom {
    padding: 7px 18px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 3px;
}*/
/*tooltip*/
i.left{
  left: 0 !important;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
  max-width:150px;
  width: auto;
  /*top: -35px !important;*/
  display: block;
}
/*label*/
.bg-white .bg-white.darken[href]:hover, .bg-white .bg-white.darker, .bg-white.darken[href]:hover, .bg-white.darker.darker-white {
    background-color: #fff;
}
/*pagination*/
.pagination.pagination-custom {
  margin: 10px 0;
}
/*panel*/
.widget-followers-item.widget-followers-balance {
  position: relative;
  padding: 5px 15px 12px 62px;
}
.p-r-0{
  padding-right: 0 !important;
}
.p-l-4{
  padding-left: 10px !important;
}
.m-b-1-1{
  margin-bottom: 5px;
}
.m-t-b-auto{
  margin: 13px auto;
}
.text-right-responsive{
  text-align: right;
}
.table-responsive.height-ekslusif{
  height: 300px;
}
.table-responsive.height-medium {
    overflow-x: auto;
    min-height: .01%;
    height: 220px;
}
.table-responsive.height-medium-2 {
    overflow-x: auto;
    min-height: .01%;
    height: 209px;
}
.m-t-b-2{
  margin: 2px 0;
}
.label.label-eksklusif {
    display: inline-block;
    padding: 0 .545em;
    font-size: 85%;
    line-height: 1.818em;
    border-color: #a8a8a8;
    background: #a8a8a8;
    color: #fff;
    width: 20px;
    border-radius: 50%;
}
.panel-body-eksklusif {
    padding: 10px;
    height: 300px;
    overflow: hidden;
}
.panel-body-eksklusif canvas{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
}
.panel-footer {
  padding: 8px 10px;
  background-color: #fafafa;
}
.img-user{
  width:70px ;
}
/*.logo-pos{
  width: 145px;
  margin-top: 15px;
}*/
.logo-pos {
  width: 145px;
  margin-top: 0px;
  margin-left: 10px;
}
.m-t-b-mini{
  margin: 5px auto;
}
.txt-nowrap{
  white-space: nowrap;
}
/*TABLE */
.d-flex-table-1{
  display: flex;
}
.table>thead:first-child>tr:first-child>th.kolom-mini{
  width: 80px;
  
}
.table>thead:first-child>tr:first-child>th.kolom-medium-1{
  width: 150px;
}
.table>thead:first-child>tr:first-child>th.kolom-medium-2{
  width: 250px;
}

.table>thead:first-child>tr:first-child>td.no-border {
    border-top: 0;
    border-bottom: 1px solid white;
}
.table>tbody>tr.tr-bg{
  background-color: #e7e7e7;
}
.table-responsive.table-responsive-custom{
  margin-bottom: 0;
}
.table.table-custom {
  margin-bottom: 0;
}
/*table dashboard*/
/*.table-dashboard .table.table-bordered>thead:first-child>tr:first-child>th{
  background: #4d9b51;
  color: #fff;
  border: 1px solid #387e3b;
}
.table-dashboard .table>thead{
  background: #4d9b51;
  color: #fff;
  border: 1px solid #387e3b;
}*/
/*/*/
.table.table-auto {
    margin-bottom: 0;
    width: auto;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th.border-bottom-0{
  border-bottom-width: 0;
  /*background-color: #fafafa;*/
  background-color: #4d9b51;
  color: #fff;
  border: 1px solid #4a804d;
  vertical-align: middle!important;
}
.table>thead>tr>th.border-bottom-0{
  border-bottom-width: 0;
  /*background-color: #fafafa;*/
  background-color: #4d9b51;
  color: #fff;
  border: 1px solid #4a804d;
  vertical-align: middle!important;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th.border-bg-green{
  border-bottom-width: 0;
  background-color: #edf6d9;
}
.table.table-190 {
  width: 190%;
  margin-bottom: 21px;
}
.img-responsive, .img-thumbnail, .table.table-125, label {
  max-width: 190%;
}
.table-primary {
    margin-bottom:0px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.3;
  vertical-align: top;
  border-top: 1px solid rgba(0,0,0,.05);
}
.panel>.table tr>td:first-child, .panel>.table tr>th:first-child, .panel>.table-responsive>.table tr>td:first-child, .panel>.table-responsive>.table tr>th:first-child {
    padding-left: 8px;
}
.panel>.table tr>td:last-child, .panel>.table tr>th:last-child, .panel>.table-responsive>.table tr>td:last-child, .panel>.table-responsive>.table tr>th:last-child {
    padding-right: 8px;
}
.table>tbody>tr>th.border, .table>tbody>tr>td.border{
    padding: 8px;
    line-height: 1.3;
    vertical-align: top;
    border-top: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc;
}
.table>thead>tr>td.border{
    padding: 8px;
    line-height: 1.3;
    vertical-align: top;
    border-bottom: 1px solid #cccccc;
}
.table>tbody>tr>th.borderEnd, .table>tbody>tr>td.borderEnd{
    padding: 8px;
    line-height: 1.3;
    vertical-align: top;
    border-top: 1px solid #cccccc !important;
}
.table.border-bold>tbody>tr>td, .table.border-bold>tbody>tr, .table.border-bold>tfoot>tr>td, .table.border-bold>tfoot>tr{
  padding: 4px;
  line-height: 1.3;
  vertical-align: top;
  border-top: 1px solid rgba(0,0,0,.2);
}

/*CUSTOMS*/
.m-b-0-1{
  margin-bottom: 0 !important;
}
body.stag{
  overflow-y: auto;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
}
.text-nowrap-mobile-2{
  white-space: nowrap;

}
.text-nowrap-table td{

}
.page-signin-modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

.page-signin-form-group { position: relative; }

.page-signin-icon {
  position: absolute;
  line-height: 21px;
  width: 36px;
  border-color: rgba(0, 0, 0, .14);
  border-right-width: 1px;
  border-right-style: solid;
  left: 1px;
  top: 9px;
  text-align: center;
  font-size: 15px;
}
.text-dark{
  color: #000000 !important;
}
html[dir="rtl"] .page-signin-icon {
  border-right: 0;
  border-left-width: 1px;
  border-left-style: solid;
  left: auto;
  right: 1px;
}

html:not([dir="rtl"]) .page-signin-icon + .page-signin-form-control { padding-left: 50px; }
html[dir="rtl"] .page-signin-icon + .page-signin-form-control { padding-right: 50px; }

#page-signin-forgot-form {
  display: none;
}

/*kontent*/
.align-item-end{
  align-items: flex-end;
  display: flex;
}
.flex-equal{
  display: flex;
  justify-content: flex-start;
}
.flex-equal span.equal-value{
  margin-right: 10px;
}
.bold-600{
  font-weight: 600;
}
.m-r-l-b{
  margin-right: 1px;
  margin-left: 1px;
}
.label-m-b{
  margin-bottom: 2px;
  display: inline-block;
}
.btn-center{
  text-align: center;
}
.p-r-auto{
  padding-right: 4px;
}
.p-l-auto{
  padding-left: 4px;
}
.p-l{
  padding-left: 4px;
}
.p-r{
  padding-right: 4px;
}
.label-block{
  display: block;
}

.dropdown-menu a{
  color: #545454 !important;
}

/*konten modal*/
span.normal-position{
  margin: 2px 0;
  display: block;
}
.modal-scrollable .modal{
  width: 100%;
  margin-left: 0;
  background-clip: inherit;
}

/*table*/
.table-responsive.no-overflow-x {
  overflow-x: hidden;
  min-height: .01%;
}



.table.border-bold>tbody>tr>td.td-left-1{
  padding-left: 10px;
}
.table.border-bold>tbody>tr>td.td-left-2{
  padding-left: 20px;
}
.table.border-bold>tbody>tr>td.td-left-3{
  padding-left: 30px;
}
.table{
  width: 100% !important;
}
/*/table*/
.datepicker-dropdown.dropdown-menu{
  z-index: 1050;
}
.datepicker .month{
  padding: 5px 0;
}
/*switcher*/
.switcher .switcher-indicator{
  position: relative;
  padding-left:0 !important; 
}
.switcher{
  padding-left: 0;
}
/*/*/

/* Margins */
.page-signin-modal > .modal-dialog { margin: 30px 10px; }

/*item kit*/
.width-50{
  width:50px;
}
.width-150{
  width:150px;
}
.width-90{
  width:90px;
}
.width-120{
  width:120px;
}
.width-150{
  width:150px;
}
.width-160{
  width:160px;
}
.width-70{
  width:70px;
}
.box-float-right{
  float: right;
}
.box-float-left{
  float: left;
}
.text-right-2{
    text-align: right;
  }
.m-r-3{
  margin-right: 25px;
}
.m-b-m{
    margin-bottom: 0px;
  }
.table-responsive.over-y {
  overflow-x: auto;
  min-height: .01%;
  overflow-y: auto;
  height: 460px;
  max-height: 460px;
}
.table-responsive.over-y-2 {
    overflow-x: auto;
    min-height: .01%;
    overflow-y: auto;
    height: 435px;
    max-height: 450px;
}
.p-b-0{
  padding-bottom: 0;
}
.m-t-b-m{
    margin: 2px 0;
  }
.m-t-large{
  margin-top: 50px;
}
.m-t-text{
  margin-top: 7px;
}
.m-b-1-1{
  margin-bottom: 5px;
}
/*pagination*/
.pagination>li>a, .pagination>li>span {
    padding: 3px 9px;
    line-height: 1.42;
}
.pagination {
    margin: 7px 0;
}
/*/*/

/*MOBILE*/
@media (min-width: 768px){
  .navbar-form .btn.tour{
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.42;
    padding: 3px 9px;
    margin-top: 2px;
  }
}
@media (min-width: 767px) and (max-width: 1038px){
   .konten-block{
    display: block;
    width: 100%;
  }
  .m-t-mini{
    margin-top: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1279px){
  .m-t-btn {
      margin-top: 0px;
  }
  .m-r-l-b {
    margin-right: 1px;
    margin-left: 1px;
    margin-bottom: 2px;
    margin-top: 2px;
  }

}
@media (min-width: 767px) and (max-width: 991px){
  .form-header{
    padding-left: 2px;
    padding-right: 2px;
  }
  .form-header:first-child{
    padding-left: 11px;
    padding-right: 2px;
  }
  .form-header:last-child{
    padding-left: 2px;
    padding-right: 11px;
  }
  .form-body{
    padding-left: 2px;
    padding-right: 2px;
  }
  .form-body:first-child{
    padding-left: 11px;
    padding-right: 2px;
  }
  .form-body:last-child{
    padding-left: 2px;
    padding-right: 11px;
  }
}
@media (max-width: 767px){
  .align-item-end{
    align-items: flex-end;
    display: block;
  }
  .form-header{
    padding-left: 11px;
    padding-right: 11px;
  }
  .form-header:first-child{
    padding-left: 11px;
    padding-right: 11px;
  }
  .form-header:last-child{
    padding-left: 11px;
    padding-right: 11px;
  }
  .form-body{
    padding-left: 11px;
    padding-right: 11px;
  }
  .form-body:first-child{
    padding-left: 11px;
    padding-right: 11px;
  }
  .form-body:last-child{
    padding-left: 11px;
    padding-right: 11px;
  }
  .value-1{
    display: none;
  }
  .flex-1{
    display: block;
    justify-content:none;
  }
  .text-right-2{
    text-align: left;
  }
  .text-price {
    display: block;
    justify-content: normal;
    border-top: 1px dashed #cacaca;
    margin-top: 10px;
  }
  .box-price {
      border-right: 0px dashed #888;
  }
  .m-b-m{
    margin-top: 3px !important;
    margin-bottom:3px !important;
  }
  .form-inline .form-group {
      margin-top: 5px !important;
      margin-bottom: 5px !important;
  }
  .navbar-nav .open .dropdown-menu{
    background-color: #dcffdd;
    width: 100% !important;
  }
  .px-navbar .dropdown.open li {
    border-color: #b6deb8;
  }
}

@media (max-width: 991px){
  .modal-body.modal-body-fix {
    height: auto;
  }
  .box-price {
      border-right: 0px dashed #888;
  }
  .text-price {
    display: block;
    justify-content: normal;
    border-top: 1px dashed #cacaca;
    margin-top: 10px;
  }
  
  .text-nowrap-mobile-2{
    white-space: nowrap;
  }
  .text-center-2{
    text-align: left;
  }
  .select2-container.select2 {
      width: 170px !important;
  }
}
@media (max-width: 1305px) {
  .panel.panel-custom-2 {
      display: block;
      border: 1px solid #e2e2e2;
      margin-bottom: 7px;
      border-radius: 2px;
      margin-right: 0px;
      margin-left: 0px;
      height: auto;
  }
  .m-b-m-1{
    margin-bottom: 4px !important;
    margin-top: 4px !important;
  }
  .panel-body-custom-2 {
    padding: 10px;
    height: auto;
  }
}
@media (max-width: 1306px){
  .v-line{
    display: none;
  }
}
/*@media (max-height: 480px){
  .modal-body {
      position: relative;
      padding: 10px;
      max-height: 250px !important;
      min-height: 50px;
      overflow-y: auto;
      overflow-x: hidden;
  }
}
@media (max-height: 430px){
  .modal-body {
      position: relative;
      padding: 10px;
      max-height: 190px !important;
      min-height: 50px;
      overflow-y: auto;
      overflow-x: hidden;
  }
}
*/
@media (max-width: 1340px){
  .m-t-b-m{
    margin: 2px 0;
  }
}
@media (max-width: 995px){
  .m-b-2.m-b-2-custom {
    margin: 2px 0 !important;
  }
}
@media (max-width: 1320px){
  .m-b-2.m-b-2-custom {
    margin: 2px 0 !important;
  }
}
@media (max-width: 1220px){
  .mobile-input-medium{
    width:220px;
    display: block;
  }
  .mobile-input-medium-1{
    width:180px;
  }
  .mobile-input-medium-2{
    width:120px;
  }
  .mobile-input-medium-3{
    width:100px;
  }
}
@media (max-height: 616px){
  .px-nav-toggle~.px-nav-scrollable-area .px-nav-content {
    position: relative;
    height: 80%;
    border-bottom: 1px solid #545953;
    margin-bottom: 20px;
    /* bottom: 56px; */
  }
}
@media (max-width: 1239px){
  .panel.panel-box{
    width:auto;
  }
  .box-float-right{
    float: none;
  }
  .box-float-left{
    float: none;
  }
}
@media (max-height: 627px){
  .modal-open .modal.modal-fix {
    overflow-x: hidden;
    overflow-y: auto !important;
  }
}
@media (max-width: 1121px){
  .modal-open .modal.modal-fix {
    overflow-x: hidden;
    overflow-y: auto !important;
    padding-right: 0 !important;
  }
  .carousel-inner, .embed-responsive, .modal, .modal-open, .progress {
    overflow: auto;
  }
}
@media (max-width: 1293px){
  .panel-body.height-box-start {
      height: 380px;
      position: relative;
  }
}
@media screen and (max-width: 1269px){
  .row.row-custom {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
}
@media (max-width: 842px){
  .width-45{
    width:70% !important;
  }
  
}
@media (max-width: 883px){

}

@media (max-width: 543px){
  .table-responsive.over-y {
      overflow-x: auto;
      min-height: .01%;
      overflow-y: auto;
      height: 300px;
  }
  .text-nowrap-mobile{
    white-space: normal!important;
  }
  .table-responsive {
    overflow-y: auto;
  }
  .dataTables_table_wrapper>.table>tbody>tr>td, .dataTables_table_wrapper>.table>tbody>tr>th, .dataTables_table_wrapper>.table>tfoot>tr>td, .dataTables_table_wrapper>.table>tfoot>tr>th, .dataTables_table_wrapper>.table>thead>tr>td, .dataTables_table_wrapper>.table>thead>tr>th {
      white-space: normal;
  }
  .modal-footer.modal-footer-absolute {
    padding: 10px 10px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
    position: relative !important;
    display: block;
    bottom: 0;
    width: 100%;
    background: #f8f8f8;
  }
}
@media (max-width:767px){
  /*.text-right-2{
    text-align: left;
  }*/
  .box-total{
    display: block !important;
    float: none !important;
  }
  .dropdown-menu-right{
    left:0;
  }
  .dropdown-menu.dropdown-menu-left{
    right:0 !important;
    left: auto !important;
  }
  .text-right-2{
    text-align: left;
  }
  .m-b-m-1{
    margin-bottom: 4px !important;
    margin-top: 4px !important;
  }
  .m-t-b-1{
    margin-bottom:0;
    margin-top:10px;

  }
  .table-responsive.table-responsive-custom-700>.table-bordered .table-stripped{
    border: 0;
    width: 700px;
  }
  .m-b-0-1{
    margin-bottom: 2px !important;
    margin-top: 2px;
  }
  span.right-min{
    display: none; 
  }
  .m-b-1-mbl{
    margin-bottom: 5px !important;
  }
  
  .panel.panel-custom-leng-bttm {
    display: block;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
  }
  .panel.panel-dash {
    display: block;
    border: 1px solid #e2e2e2;
    margin-bottom:10px;
  }
  .btn-primary.p-btn-jrk-ats {
    color: #fff;
    border-color: #44a548;
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 7px;
  }
  .btn-danger.d-btn-jrk-ats {
    color: #fff;
    border-color: #ca5e51;
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 7px;
  }
  .p-b-3, .p-y-3 {
    padding: 25px;
    bottom: 0;
    height: 60px;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 575px){
  #mcTooltip {
      width: 260px !important;
  }
}
@media (min-width: 544px){
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 2px;
    padding-top: 2px;
  }
}
@media (max-width: 545px){
  .form-control.form-control-no-block, output {
    font-size: 13px;
    line-height: 1.61539;
    color: #444;
    display: inline-block;
    width:100%;
  }
  .m-b-2.m-b-2-custom {
    margin:2px 0 !important;
  }
  .jarak-top, output {
    margin-top: 5px;
  }
  .form-control.form-control-no-block-mob, output {
    font-size: 13px;
    line-height: 1.61539;
    color: #444;
    display: inline-block;
    width: 45%;
  }
}
@media (max-width: 480px){
  .form-control.form-control-480, output {
    font-size: 13px;
    line-height: 1.61539;
    color: #444;
    display: inline-block;
    width: 90%;
  }
  .form-control.form-control-480-100, output {
    font-size: 13px;
    line-height: 1.61539;
    color: #444;
    display: inline-block;
    width: 100%;
  }
  .font-size-34 {
      font-size: 8vmin!important;
  }
}

/*umum*/
@media (max-width: 767px){
  .m-t-apotek {
      margin-top: auto;
  }
  .hr-pos{
    display: block;
  }
  .right-value{
    margin-right: -10px;
  }
  .m-r-l-b {
    margin-right: 1px;
    margin-left: 1px;
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .konten-block{
    display: block;
    width: 100%;
  }
  .logo-pos{
    /*width: 120px;
    margin-top: auto;
    display: block;
    margin-left: 10px;*/
    width: 120px;
    /* margin: auto; */
    margin-top: -8px;
    /* display: block; */
    margin-left: 10px;
  }
  .m-b-shift{
    margin-bottom: 10px;
  }
  .panel.panel-pos {
      display: block;
      border: 1px solid #e2e2e2;
      margin-bottom: 7px;
      border-radius: 2px;
      margin-right: 0px;
      margin-left: 0px;
      /*height:47px*/
      height: auto;
      width: 90px;
  }
  .panel-body-custom-3 {
      padding: 5px 10px;
      /*height: 47px;*/
      height: auto;
  }
  .m-t-mini{
    margin-top: auto;
  }
  .m-t-btn{
    margin-top:4px;
  }
  .btn-center{
    text-align: center;
  }
  .p-l{
    padding-left: 11px;
  }
  .p-r{
    padding-right: 11px;
  }
  .m-b-2-m{
    margin-bottom:15px;
  }
  .p-r-m-1{
    padding-right: 10px !important;
  }
  .m-normal{
    margin: 4px 0;
  }
}
/*bisnis*/

@media (max-width: 767px){
  .m-b-2-m{
    margin-bottom: 15px;
  }
  .text-right-responsive{
    text-align: left;
  }
  .table-responsive.height-ekslusif{
    height: auto;
  }
  .f-right-responsive{
    float: none;
  }
  .panel-body-eksklusif {
    padding: 10px;
    height: auto;
  }
}
@media screen and (max-width: 767px){
  

  .panel.panel-custom-form {
    display: block;
    border: 1px solid #e2e2e2;
    margin-bottom: 7px;
    border-radius: 2px;
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 619px){
  .page-signup-modal > .modal-dialog {
    width:auto;
    margin: 15px 10px;
  }
}
@media(max-width: 630px){
  .f-right{
    text-align: right;
    float: none;
  }
}
@media (max-height: 613px){
  /*body.fixeds, html {
    overflow-y: auto;
    width: 100%;
    height:100%;
    max-height: 100%;
  }*/
}
@media (max-width: 526px){
  
  .circled, .i-bordered, .social-icon{
    font-size: 20px;
  }
  .i-rounded, .i-circled, .i-bordered {
    width: 50px !important;
    height: 50px !important;
    line-height: 250% !important;
    background-color: #444;
    border-radius: 50%;
  }
  .i-bordered:hover {
    background-color: #f2a918 !important;
    color: #FFF;
    border-color: #f2a918;
  }
  .i-circled {
    border-radius: 50%;
  }
  .i-bordered.disabled {
    border: 1px solid #25822b;
    line-height: 250% !important;
    background-color: #25822b !important;
    color: #cccccc;
    text-shadow: none;
  }
  h5.disabled {
    color: #25822b;
  }
  .process-steps li.active h5, .process-steps li.ui-tabs-active h5 {
    font-weight: 600;
    color: #7ded83;
  }
  a.disabled {
    pointer-events: none;
    cursor: default;
  }
  .process-steps li:before,.process-steps li:after{
    position: absolute;
    top: 33%;
    left: 0;
    margin-left: -26px;
    width: 50%;
    border-top: 1px dashed #ffffff;
  }
  .process-steps li:after {
    left: auto;
    right: 0;
    margin: 0 -26px 0 0;
  }

  .i-bordered {
    border: 1px solid #ffffff;
    line-height: 250% !important;
    background-color: transparent !important;
    color: #444;
    text-shadow: none;
  }
  .process-steps li {
    position: relative;
    width: 33%;
    text-align: center;
    overflow: hidden;
  }
  .jarak-kiri{
    padding-left: 5px;
  }
  
}
/*@media screen and (max-width: 1305px){

  body.stag{
  overflow-y: auto;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  }
}*/
@media (min-width: 1290px) and (max-width: 1920px) and (orientation: landscape) {
  body.stag {
    overflow-y: hidden;
    height: 100%;
    max-height: 100%;
    overflow-x: hidden;
  }
  .panel-body-custom {
      padding: 5px;
  }
  .font-size-34{
    font-size: 20px!important;
  }
  .font-size-12{
    font-size: 11px!important;
  }
  .table-responsive.height-pos{
    /*height: 450px;
    max-height: 450px;*/
    min-height: 200px;
    max-height: 300px;
    scroll-snap-align: end;
      overflow-y: auto;
  }
}
@media(min-height: 600px) {
  .table-responsive.height-pos{
    min-height: 340px;
    max-height: 340px;
  }
}

@media(min-height: 750px) {
  .table-responsive.height-pos{
    min-height: 380px;
    max-height: 380px;
  }
}

@media(min-height: 800px) {
  .table-responsive.height-pos{
    min-height: 629px;
    max-height: 629px;
  }
}
@media (max-width: 465px){
  
  .circled, .i-bordered, .social-icon{
    font-size: 20px;
  }
  .i-rounded, .i-circled, .i-bordered {
    width: 50px !important;
    height: 50px !important;
    line-height: 250% !important;
    background-color: #444;
    border-radius: 50%;
  }
  .i-bordered:hover {
    background-color: #f2a918 !important;
    color: #FFF;
    border-color: #f2a918;
  }
  .i-circled {
    border-radius: 50%;
  }
  .i-bordered.disabled {
    border: 1px solid #25822b;
    line-height: 250% !important;
    background-color: #25822b !important;
    color: #cccccc;
    text-shadow: none;
  }
  h5.after {
    display: none;
  }
  h5.disabled {
    display: none;
  }
   .process-steps li.active h5, .process-steps li.ui-tabs-active h5 {
    display: none;
  }
  a.disabled {
    pointer-events: none;
    cursor: default;
  }
  .process-steps li:before,.process-steps li:after{
    position: absolute;
    top: 55%;
    left: 0;
    margin-left: -26px;
    width: 50%;
    border-top: 1px dashed #ffffff;
  }
  .process-steps li:after {
    left: auto;
    right: 0;
    margin: 0 -26px 0 0;
  }

  .i-bordered {
    border: 1px solid #ffffff;
    line-height: 250% !important;
    background-color: transparent !important;
    color: #444;
    text-shadow: none;
  }
  .process-steps li {
    position: relative;
    width: 33%;
    text-align: center;
    overflow: hidden;
  }
  .jarak-kiri{
    padding-left: 5px;
  }
  
}
@media (max-width: 655px){
  .dataTables_table_wrapper {
    overflow-x: auto;
    overflow-y: auto;
  }
}
@media(max-width: 1204px){
 ol, ul.margin-ul-cust {
    margin-top: 0;
    padding-left:12px !important;
  }
  .fa.fa-cust{
    margin-left: -13px;
  }
}
.modal-dialog.mod-dialog-45 {
  width: auto;
}
.modal-dialog.mod-dialog-50 {
  width: auto;
}
.modal-dialog.mod-dialog-88-full {
  width: auto;
}
@media (min-width: 544px) {
  .page-signin-modal > .modal-dialog { margin: 60px auto; }

  .modal-dialog.mod-dialog-cust {
    width: 95%;
    margin: 30px auto;
  }
  .modal-dialog.mod-dialog-80 {
    width: 80%;
    margin: 10px auto;
    overflow-y:none;
    overflow-x:none;
  }
  .modal-dialog.mod-dialog-80 {
    width: 80%;
    margin: 20px auto;
    overflow-y: none;
    overflow-x: none;
    /* height: 100%; */
  }
  .modal-dialog.mod-dialog-95{
    width: 95%;
    margin: 20px auto;
    overflow-y:none;
    overflow-x:none;
    /*height:100%;*/
  }
  .modal-dialog.mod-dialog-98{
    width: 98%;
    margin: 20px auto;
    overflow-y:none;
    overflow-x:none;
    /*height:100%;*/
  }
  .modal-dialog.mod-dialog-75 {
    width: 75%;
    margin: 20px auto;
    overflow-y: none;
    overflow-x: none;
  }
  .modal-dialog.mod-dialog-88-full {
    /*width: 88%;*/
    width: auto;
    max-width: 100%;
    margin: 20px auto;
    overflow-y: none;
    overflow-x: none;
    /*height: 95%;*/
    height: auto;
  }
  .modal-dialog.mod-dialog-70 {
    width: 70%;
    margin: 20px auto;
    overflow-y: none;
    overflow-x: none;
    height: auto;

  }
   .modal-dialog.mod-dialog-45 {
    /*width: 45%;*/
    width: auto;
    max-width: 540px;
    margin: 20px auto;
    overflow-y: none;
    overflow-x: none;
    height: auto;

  }
  .modal-dialog.modal-3 {
    width: auto;
    max-width: 700px;
    margin: 20px auto;
    overflow-y: none;
    overflow-x: none;
    height: auto;
  }
  .modal-dialog.mod-dialog-50 {
    /*width: 50%;*/
    width: auto;
    max-width: 600px;
    margin: 20px auto;
    overflow-y: none;
    overflow-x: none;
  }
  .modal-dialog.modal-width-40 {
    width: 40%;
    margin: 20px auto;
    overflow-y: none;
    overflow-x: none;
  }
}
@media(max-width: 1275px){
  .btn-sama-medium {
    width:20%;
  }
}
@media (max-width: 975px){
  .btn-sama {
    width: 40%;
  }
  .btn-sama-medium {
    width:30%;
  }
}
@media (max-width: 785px){
  .btn-sama-medium {
    width:40%;
  }
}
@media (max-width:616px){
  .btn-sama-medium {
    width:45%;
  }
}
@media (min-width: 992px){
  .modal-dialog.mod-dialog-88-full {
    /*width: 88%;*/
    width: auto;
    max-width: 100%;
    margin: 20px auto;
  }
}
@media (min-width: 1119px){
  .modal-dialog.mod-dialog-88-full {
    /*width: 88%;*/
    width: auto;
    max-width: 1110px;
    margin: 20px auto;
    /*transform: translate(-50%,-50%) !important;
    left: 50%;
    top: 50%;*/
  }
}
/*/*/
/*FORM*/
.form-inline.form-inline-custom{
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(0,0,0,0.2);
  margin-bottom: 10px;
}

.form-group-inline{
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 1px 12px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  padding: 1px 12px 4px 0;
}
.form-control.form-control-custom {
    text-align:left;
}
.input-table-150{
  width:150px !important;
}
.width-15{
  width:15%;
}
.width-20{
  width:20%;
}
.width-25{
  width:25%;
}
.width-35{
  width:35%;
}
.width-45{
  width:45%;
}
.width-50{
  width:50%;
}
.width-65{
  width:65%;
}
.width-100{
  width:100%;
}
.form-group {
    margin-bottom: 5px !important;
}
.symbol.required:before {
  content: "*";
  display: inline;
  color: #E6674A;
}
.width-select .select2-container.select2{
  /*min-width: 180px !important;
  max-width: 200px !important;*/
  width: max-content !important;
}
.select2-container--open .select2-dropdown {
    left: 0;
    width: max-content !important;
}
.width-select-2 .select2-container.select2 {
    min-width: 140px !important;
    max-width: 200px !important;
}
.no-search .select2-search{
  display: none !important;
}
/*/FORM/
/*menu*/
.open>.dropdown-menu.height-scroll {
    display: block;
    height: 150px;
    overflow-y: auto;
}
.m-r-btn{
  margin-right: 70px;
}
.dropdown-menu.dropdown-menu-right {
    right: 0;
}
.dropdown-menu.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-menu>li.active>a {
    font-weight: 400;
    color: #444;
    background-color:#e0e0e0; 
}
.dropdown-menu>li.active>a:hover {
    font-weight: 400;
    color: #444;
    background-color:#e0e0e0; 
}
/*mozilla*/
@-moz-document url-prefix() {
  .ps-block.ps-block-height{
    height: 60px;
  }
}
/*MODAL*/
.modal.modal-2 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999 !important;
    background-color: rgba(0,0,0,0.6) !important;
}
.modal-height-350{
  min-height: auto;
  max-height: 350px;
}
.modal-header.modal-header-radius {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.modal-footer.modal-footer-radius {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
}
.modal-content.modal-content-radius {
  border-radius: 10px;
}

.modal {
  padding-left: 0 !important;
}
.modal-body.modal-body-86 {
  position: relative;
  padding: 10px;
  height:86.9%;
}
.ps-block.ps-block-height{
  height: 345px;
}
.m-b-47{
  margin-bottom: 47px !important;
}
.box-footer {
    padding: 10px 10px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #f8f8f8;
}
.modal-footer {
  padding: 10px 10px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  text-align: left;
  border-top: 1px solid #e5e5e5;
  position: relative;
  display: block;
  bottom:0;
  width: 100%;
  background: #f8f8f8;
}
.modal-footer.modal-footer-absolute {
  padding: 10px 10px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  text-align: left;
  border-top: 1px solid #e5e5e5;
  position: absolute;
  display: block;
  bottom:0;
  width: 100%;
  background: #f8f8f8;
}
.modal-content {
    position: initial;
}
.modal-content.modal-content-custom-95{
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  /*height: 95%;*/
  height: auto;
}
.tab-content>.active {
  display: block;
  margin-bottom: -13px;
}
.custom-control-cust {
  display: inline-block;
  display: inline-block;
  margin-top: 2px!important;
}
.jarak-kiri-bttn{
  margin-top: 0px;
  margin-left: 7px;
  position: relative;
  margin-bottom: 12px;
}
.custom-control.cust-ctrl-cust {
  position: relative;
  display: block;
  margin-bottom: 4px;
  padding: 0 0 0 24px;
  cursor: pointer;
  -moz-user-select: none;
  user-select: none;
  font-weight: 400;
  margin-top: 30px;
}
dl,ul.margin-ul-cust {
  margin-top: 0;
  padding-left:0px;
}

th.nm-kategori{
  width:25%;
}
ul.margin-ul-list {
    margin-top: 0;
    padding-left: 15px;
}
.fa.fa-list {
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: -15px;
}
.form-resep{
  width:60%;
}
.form-hna{
  width:70%;
}
.dropdown-menu>li>a {
    cursor: pointer;
}
.modal-header {
    padding: 10px 10px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-body {
  position: relative;
  padding: 10px;
}
.modal-body.modal-body-scroll {
    position: relative;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
    height: 500px;
}
.modal-body.modal-body-scroll-swit {
    position: relative;
    padding: 10px 10px 55px 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
    height: 500px;
}
.modal-body.modal-body-scroll-swit-2{
  position: relative;
  padding: 10px 10px 55px 10px;
}
.modal-body.modal-body-scroll-3 {
    position: relative;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 600px;
    height: 530px;
}
.modal-body.modal-body-scroll-4 {
    position: relative;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 600px;
    height: 540px;
}
.modal-body.height-no-max {
    position: relative;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
}
.modal-body.modal-body-scroll-2 {
    position: relative;
    padding: 10px !important;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 456px;
    height: 456px;
}
.modal-body.modal-body-scroll-11 {
    position: relative;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 530px;
    height: 530px;
}
.modal-body.modal-body-overflow {
  position: relative;
  padding: 10px;
  height:auto;
}
.modal-open .modal.modal-fix {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-left: 10px !important;
  padding-right: 10px !important;
  background: rgba(0,0,0,.6);
}
.modal-open .modal.modal-fix-bg {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-left: 0 !important;
  background-color: rgba(56, 56, 56,0.4);
}
.nav-tabs-simple .nav-tabs>li.active>a, .nav-tabs-simple .nav-tabs>li.active>a:active, .nav-tabs-simple .nav-tabs>li.active>a:focus, .nav-tabs-simple .nav-tabs>li.active>a:hover, .nav-tabs-simple.nav-tabs>li.active>a, .nav-tabs-simple.nav-tabs>li.active>a:active, .nav-tabs-simple.nav-tabs>li.active>a:focus, .nav-tabs-simple.nav-tabs>li.active>a:hover {
    color: #45a84a;
    background: 0 0;
}
p.p-cust-form {
    margin: 4px 0;
}
/* /MODAL/

/*@media (min-width: 992px){
.px-nav-left~.px-navbar, .px-nav-right~.px-navbar {
    position: fixed !important;
}*/
/*datatables*/
/*.dataTables_filter{
  position: absolute;
  float: right;
  top: 15px;
  right: 10px;
}*/
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{
   border-bottom: 2px solid rgba(0,0,0,.05);
}
td.h-td{
  height: 41px;
}
.h-topsell{
  height: 46.7px;
}

.dt-buttons {
  position: relative;
  float: left;
  background-color: #50b755;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-color: #4a804d!important;
  color: #fff;
  border-bottom: none;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border: 1px solid rgba(0,0,0,.05);
}
.dataTables_info{
  float:left;
}
.dataTables_paginate{
  float:right;
}
div.dt-button-collection{
  padding: 0 !important;
}
.table-primary a.dt-button{
   position: relative !important;
  display: inline-block !important;
  margin-right: 0.333em !important;
  padding: 0.5em 1em !important;
  border: 1px solid #43a848 !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  font-size: 0.88em !important;
  color: #fff !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  background-color: #60db66 !important;
  text-decoration: none !important; 
  background-image: none !important;
}
.table-primary a.dt-button:hover{
 
  border: 1px solid #43a848 !important;
  border-radius: 2px !important;
  
  color: #fff !important;
  
  background-color: #56ce5d !important;
}
button.dt-button, div.dt-button, a.dt-button {
 /* position: relative !important;
  display: inline-block !important;
  margin-right: 0.333em !important;
  padding: 0.5em 1em !important;
  border: 1px solid #43a848 !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  font-size: 0.88em !important;
  color: #fff !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  background-color: #60db66 !important;
  text-decoration: none !important; 
  background-image: none !important;*/
  position: relative !important;
  display: inline-block !important;
  margin-right: 0.333em !important;
  padding: 0.5em 1em !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px !important;
  cursor: pointer !important;
  font-size: 0.88em !important;
  color: #0e0e0e !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  background-color: #ffffff !important;
  text-decoration: none !important;
  background-image: none !important;
  border-bottom: 1px solid #e4e4e4 !important;
  margin-bottom: 0 !important;
}
button.dt-button, div.dt-button, a.dt-button:hover {
  /*position: relative !important;
  display: inline-block !important;
  margin-right: 0.333em !important;
  padding: 0.5em 1em !important;
  border: 1px solid #43a848 !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  font-size: 0.88em !important;
  color: #fff !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  background-color: #56ce5d !important;
  text-decoration: none !important; 
  background-image: none !important;*/
  border: 1px solid #e8e8e8 !important;
  color: #0e0e0e !important;
  
  background-color: #e8e8e8 !important;
  
}
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0) !important;
}
div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled), div.dt-button-collection div.dt-button:active:not(.disabled), div.dt-button-collection div.dt-button.active:not(.disabled), div.dt-button-collection a.dt-button:active:not(.disabled), div.dt-button-collection a.dt-button.active:not(.disabled) {
   
    box-shadow: none !important;
}

.page-panel div.dt-button-collection{
    margin-top: 0px;
    padding: 4px;
}
.page-panel .btn{
  margin: 3px 2px;
}
div.dt-button-collection button.dt-button, div.dt-button-collection div.dt-button, div.dt-button-collection a.dt-button {
  float: none;
  margin-bottom:-6px !important;
  width: 100%;
  padding: 5px 5px !important;
}
/*/datatables*/

/*table*/
.table>tbody>tr>td.no-border {
    border-top: 1px solid #fff !important;
}
.m-b-5{
  margin-bottom: 5px;
}
/*.widget-more-link {
  background-color: #a1d6a2;
}
.widget-more-link:hover {
  background-color: #a1d6a2 !important;
}*/

/*BUTTONS*/
.btn.btn-grey {
    color: #fff;
    border-color: #c2c2c2;
    background: #c2c2c2;
}
.btn.btn-grey:hover {
    color: #fff;
    border-color: #b4b3b3;
    background: #b4b3b3;
}
.m-t-b-btn .btn{
  margin:2px 0;
}
.btn-label-icon.btn-label-icon-active-menu.left.left-active-menu, .btn-label.left {
    margin-right: 12px;
    margin-left: 134px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    float: left;
    top: 13.8px;
    border-right: 1px solid;
    border-right-color: #d1d1d1;
    position: absolute;
}
.btn-label.btn-label-active-menu, .btn-label-icon.btn-label-icon-active-menu {
    position: relative;
    display: block;
    font-size: inherit;
    line-height: 1.5;
    margin: -4px 0;
    padding: 3px 10px;
}

.btn-label-icon.btn-label-icon-active.left.left-active, .btn-label.left {
    margin-right: 12px;
    margin-left: 137px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    float: left;
    top: 13.8px;
    border-right: 1px solid;
    border-right-color: #d1d1d1;
    position: absolute;
}
.btn-label.btn-label-active, .btn-label-icon.btn-label-icon-active {
    position: relative;
    display: block;
    font-size: inherit;
    line-height: 1.5;
    margin: -4px 0;
    padding: 3px 10px;
}
.btn-label-icon.btn-label-icon-noactive.left.left-noactive, .btn-label.left {
    margin-right: 12px;
    margin-left: 234px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    float: left;
    top: 13.8px;
    border-right: 1px solid;
    border-right-color: #d1d1d1;
    position: absolute;
}
.btn-label.btn-label-noactive, .btn-label-icon.btn-label-icon-noactive {
    position: relative;
    display: block;
    font-size: inherit;
    line-height: 1.5;
    margin: -4px 0;
    padding: 3px 10px;
}
.btn-label-icon.btn-label-icon-noactive-menu.left.left-noactive-menu, .btn-label.left {
    margin-right: 12px;
    margin-left: 231px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    float: left;
    top: 13.8px;
    border-right: 1px solid;
    border-right-color: #d1d1d1;
    position: absolute;
}
.btn-label.btn-label-noactive-menu, .btn-label-icon.btn-label-icon-noactive-menu {
    position: relative;
    display: block;
    font-size: inherit;
    line-height: 1.5;
    margin: -4px 0;
    padding: 3px 10px;
}
.btn-label-icon.btn-label-icon-delete.left.left-delete, .btn-label.left {
    margin-right: 12px;
    margin-left: 357px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    float: left;
    top: 13.8px;
    border-right: 1px solid;
    border-right-color: #c54f41;
    position: absolute;

}
.btn-label.btn-label-delete, .btn-label-icon.btn-label-icon-delete {
    position: relative;
    display: block;
    font-size: inherit;
    line-height: 1.5;
    margin: -4px 0;
    padding: 3px 10px;
    color: #fff;
}
.btn-label-icon.btn-label-icon-delete-menu.left.left-delete-menu, .btn-label.left {
    margin-right: 12px;
    margin-left: 355px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    float: left;
    top: 13.8px;
    border-right: 1px solid;
    border-right-color: #c54f41;
    position: absolute;

}
.btn-label.btn-label-delete-menu, .btn-label-icon.btn-label-icon-delete-menu {
    position: relative;
    display: block;
    font-size: inherit;
    line-height: 1.5;
    margin: -4px 0;
    padding: 3px 10px;
    color: #fff;
}
.btn.btn-custom {
    white-space: normal;
    padding-left: 37px;
}

.DT-pagination .pagination a, .DT-pagination .pagination span {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 1.42;
}
.btn{
  white-space:normal;
}
.btn-primary.p-btn-jrk-ats {
    color: #fff;
    border-color: #44a548;
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.btn-danger.d-btn-jrk-ats {
    color: #fff;
    border-color: #ca5e51;
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.px-nav-box .btn-none {
    border-color: #50b755;
    color: #ffffff;
    background-color: #50b755;
}
/*.px-navbar .px-navbar-label {
    position: relative;
    top: 10px;
    display: inline-block;
    float: none;
    margin: 0 0 0 -8px;
    padding: 0 5px;
    vertical-align: top;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
}*/
.text-dup{
    color: #c5cbc4;
   
    transition-duration: .3s;
}
a.bg-dark {
  color:#c5cbc4;
  background-color: transparent;
}
a.bg-dark-help {
  color:#c5cbc4;
  /*background-color: #5b605a;*/
  background-color: transparent;
}
.px-nav-item.bg a:active, .px-nav-item.bg a:focus, .px-nav-item.bg a:hover {
    color: #c5cbc4;
   
    transition-duration: .3s;
    background: #5b605a;
}
.px-nav-item.bg-trans a:active, .px-nav-item.bg-trans a:focus, .px-nav-item.bg-trans a:hover {
    /*color: #c5cbc4;*/
    color:#fff;
   
    transition-duration: .3s;
    background: transparent;
}
.modal hr{
    border-color: lightgrey;
}
.px-nav-item.kantor-1{
    border-top: 1px solid #545953;
}
.px-nav-item.kantor-2{
    border-bottom: 1px solid #545953;
}
.px-nav-item.help{
    /*border-top: 1px solid #545953;*/
    position: fixed;
    bottom: 0px;
    display: block;
    margin: 0;
    /*padding: 10px;*/
    padding: 2px;
    -webkit-transition-property: color,background;
    transition-property: color,background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    /*background-color: #333;*/
}

/*progres*/
.progress.progress-custom-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.progress-bar.progress-bar-custom {
  float: none !important;
  left:0;
}

/*animation*/

.zoom-in{
  width:100%;
  height:35%;
  overflow-y:hidden !important; 
  animation: animationZoomIn 0.5s ease-in normal forwards;
}
@keyframes animationZoomIn {
0%{
    height:0px;
    margin: auto;
  }
50%{
    bottom:30px;
    height:20%;
    margin: auto;
  }
100%{
    width:100%;
    height:100%;
    margin: auto;
    
  }
}

.frame-flex{
  display: flex;
}
.box-flex{
  display: flex;
  width:33.33%;
  padding: 5px 10px;
  border-radius: 0;
  border-left:0px solid #e2e2e2;
  border-top:1px solid #e2e2e2;
  border-right:0px solid #e2e2e2;
  border-bottom:1px solid #e2e2e2;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -1px;
}
.box-flex:first-child{
  display: flex;
  width:33.33%;
  padding: 5px 10px;
  border-radius: 0;
  border-left:1px solid #e2e2e2;
  border-top:1px solid #e2e2e2;
  border-right:1px solid #e2e2e2;
  border-bottom:1px solid #e2e2e2;
  align-items: center;
  margin-bottom: -1px;
}
.box-flex:last-child{
  display: flex;
  width:33.33%;
  padding: 5px 10px;
  border-radius: 0;
  border-left:1px solid #e2e2e2;
  border-top:1px solid #e2e2e2;
  border-right:1px solid #e2e2e2;
  border-bottom:1px solid #e2e2e2;
  align-items: center;
  margin-bottom: -1px;
}

@media (max-width: 767px){
  .frame-flex{
    display: block;
  }
  .box-flex{
    display: flex;
    width:100%;
    border-left:1px solid #e2e2e2;
    border-top:1px solid #e2e2e2;
    border-right:1px solid #e2e2e2;
    border-bottom:1px solid #e2e2e2;
  }
  .box-flex:first-child{
    display: flex;
    width:100%;
  }
  .box-flex:last-child{
    display: flex;
    width:100%;
  }
}
@media(max-width: 1200px){
  .frame-btn-tab {
    float: inherit;
    margin-bottom: 10px;
  }
}

.disabled {
  pointer-events: none;
}
.custom-table-header-pos{
  position: sticky;
  top: 0
}
.material-switch > input[type="checkbox"] {
  display: none;   
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative; 
  width: 40px;  
}

.material-switch > label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 12px;
  margin-top: -12px;
  position:absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 28px;
}
.material-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 16px;
  left: -4px;
  margin-top: -10px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 16px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}