/* Sidebar */
.main-sidebar{
    background-color: #F1F3F4 !important;
    /* background-color: rgb(122, 228, 52) !important; */    
   
}
/* aktifkan main header */
.main-header{
    z-index: 0; 
}

.popupwindow_container {
    /* z-index: 9999 !important; */
    z-index: 0 !important;  
}


/* Sidebar search */
.form-control-sidebar, .btn-sidebar{
    background-color: #FFFFFF !important ;
   
}

/* Sidebar icon and page-link table */
.btn-sidebar .fas, .btn, a.page-link {
    color:  #0185CB !important;
}

/* Button */
#cancelButton{
    background-color:  rgb(243, 126, 49) ;
    border-color: rgb(243, 126, 49) ;
}

 .btn,.btn:focus, .btn:hover, .page-item.active .page-link{
    color: #FFFFFF !important ;
    background-color:   #0185CB;
    border-color: #0185CB ;
    
}

.btnAction{
    width: 25px;
    height: 25px;
}
/* Top-outline login card*/
.card-primary.card-outline{
    border-top: 3px solid   #0185CB;
}
/* #searchInputModal{
    z-index: 1200;
} */
/* .modal:nth-of-type(even) {
    z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
} */

#menu-toggle{
    border: none;
    background-color: transparent;
}
#nav-home{
    background: #f2f3ff;
}
tr:hover {
    background: #f2f3ff;
    outline: none;
    cursor: pointer;
  }
.main-footer{
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
}
/* tr.clickableRow { cursor: pointer; }  */
#subNavbarItem .nav-item{
    /* color: orange; */
    background-color:  #0185CB;
    /* border-radius: 1px; */
    border: 1px solid  #0185CB;
    /* border-radius: 5px; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.bulat {
    background-color:   #0185CB;
    border: none;
    color:white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 3px 1px;
    cursor: pointer;
    border-radius: 50%;
  }
  .bulat:hover {
    background-color:black; 
    color:white;
  }

#subNavbarItem .nav-item.active{
    /* color: orange; */
    /* border-radius: 1px; */
    background-color: #fafafa;
    border: 1px solid #fafafa;
   
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#card-body.bodyActive{
    /* border: 1px solid rgb(2, 2, 94) !important; */
    background-color: #fafafa;
}
#subNavbarItem .nav-item.active .nav-link{
    /* color: white; */
    color:  rgb(122, 228, 52);
}
#subNavbarItem .nav-item .nav-link{
    /* color: rgb(2, 2, 94); */
    color: #ff8800;

}
#subNavbarHeader{
    padding-bottom: 0px;
    /* border : 1px solid rgb(2, 2, 94); */
    margin-bottom: 0px;
}
.card-header{
    padding-bottom: 0px;
}
.navbar-light .navbar-nav .nav-link.active{
    background-color:  #F1F3F4;
}
.navbar-light .navbar-nav a.nav-link.active{
    color: #ff8800;
}
.bg-orange, .bg-orange>a {
    color: #fff!important;
    background-color: #ff8800;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #ff8800;
    color: #fff;
}



table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    background-color:   #0185CB;
    /* /* background-color:  orange; */
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    content: "-";
    background-color: #0185CB;
}
.tab-pane{
    background-color: white;
}
.card .nav-tabs{
    background-color: #0185CB;
    /* background-color:  orange!important ; */
}
ul.nav-tabs .nav-item .nav-link{
    /* background-color: grey; */
    color:white;
}
ul.nav-tabs .nav-item .nav-link.active{
    background-color: #F8F9FA;
    color: #0185CB !important;
}

.table thead th, .table tbody td{
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    /* padding: 1; */
}
.btnRight{
    margin-top: -15px;
    margin-bottom: 5px;
    /* margin-left: 847px; */
}
.textNamaToko{
    color:white!important ;
    font-weight: bold !important;
    font-size: 17px;
    /* color:rgba(207, 36, 13, 0.959)!important; */
}

.tblTr{
    background-color:   #57b7eb!important ;
    font-size: 16px;
}

/* .table.dataTable  {
    font-family:Arial, Helvetica, sans-serif;
} */
.menuSide{
    font-size: 16px; color:orange;
}

.warnaToko{
    height:50px; font-weight: bold;
    width:245px; border:0ch;
    text-align:center; 
    border-color:#fff;
    background-color:  #0185CB!important ;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
 
  .viu {
    margin-left: 5px;
    width: 600px;
    height: 300px;
    overflow: scroll;
	}
.mgTop{
    margin-top: -7px ;
}
.textRight{
    text-align: right;
}
.classRp{
    text-align: right;
}

/* --------------TABLEWRAP------------ */
.cardWrapper {
    overflow-y: scroll;
    overflow-x: scroll;
    height: fit-content;
    max-height: 70.4vh;
}
.tableWrap {  
    min-width: fit-content;
    /* border-collapse: separate;
    border-spacing: 0px;     */
    
}
.thWrap{
    position: sticky; 
    top: 0px;
    color: white;
    background-color:orange;  
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    
    /* outline: 0.7px solid black;
    border: 1.5px solid black; */
} 

/* .AllButtonRule{
    width:60px;
    height:40px;
} */
.ScrollHorizontal {
    overflow-x: scroll;
    white-space: nowrap;
    /* max-height: 50.4vh; */
    /* max-width: 100%; */
}

.ScrollVertical {
    overflow-y: scroll;
    max-height: 100%;
}


.RuleOfMargin{
    margin-top:3px;
    margin-bottom:3px;
    margin-right: 3px;
    margin-left: 3px;
}

ul.nav nav-tabs pt-2 #myTab{
    padding-top:10px;
}

.Sticky{
  float: right;
  padding: 0;
  margin: 0 auto;
  position: -webkit-sticky;
  position: fixed;
  /* top: 10px; */
  height:100%;
   /* overflow-y: scroll; */
    max-height: 100%;
    /* margin-top: 60px; */
    background: #F8F9FA;
  /* margin-top: 200px;
  margin-bottom: 20px;
  height: 20px; */
}

.ClassyHeader{
      position: fixed;
}

.StickyHeader{
    width:100%;
	position:fixed; /*trik posisi fix*/
	z-index:9999;
}

.marginTopRule{
    margin-top: 60px;
}
.marginTopRule2{
    margin-top: 60px;
}


.btnRuleAction{
    height:30px;
    width:30px;
    color: #FFFFFF !important ;
    background-color:   #0185CB;
    border-color: #0185CB ;
    border-radius: 5px;
}

.slt{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /* min-width: 160px; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    /* z-index: 1; */
    z-index: 9999 !important; 
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    /* display: block; */
    display: contents;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.icn{
    color:#0185CB;
    font-size:x-small;
 }
 .dlt{
    color:red;
    font-size: x-small;
 }
 .brd{
    border:0px;
 }
 .scrolTbl{
    overflow-x: scroll; 
    white-space:nowrap;
    /* height: 64vh !important; */
    
 }
.scrolTblVerticalAll{
    overflow-y: auto;overflow-x: hidden;
    max-height: calc(100vh - 200px); /* Sesuaikan 200px dengan margin atau padding */
    height: 100vh !important;
 }
 .scrolTblVertical{
    overflow-y: auto;overflow-x: hidden;
    max-height: calc(97vh - 200px); /* Sesuaikan 200px dengan margin atau padding */
    height: 97vh;
 }
 .scrolTblVerticalPromo{
    overflow-y: auto;overflow-x: hidden;
    max-height: calc(96vh - 200px); /* Sesuaikan 200px dengan margin atau padding */
    height: 96vh;
 }
 .scrolTblVerticalPen{
    overflow-y: auto;overflow-x: hidden;
    max-height: calc(92vh - 200px); /* Sesuaikan 200px dengan margin atau padding */
    height: 92vh;
 }
.btn:hover {
    background-color:skyblue;
  }
  .editHov:hover {
    background-color:rgb(43, 236, 85);
  }
.clasFind {
    width: 100%; box-sizing: border-box; margin: 0; padding: 5; border: none; outline: none;font-size: 14px;
}

.clasTbl{
    width: 100%;
    border: 1px solid #ccc;
}
.clasTbl th {
    padding: 5px;
    vertical-align: middle;
    border-left: 1px solid #ccc;
}
.clasTbl td {
    padding: 2px 5px;
    vertical-align: middle;
    border-left: 1px solid #ccc;
}
.clasTbl input {
    border: none;
    outline: none;
    text-align: left;
    width: 100%;
    background-color: transparent;
}
.clasTbl input::placeholder {
    border: none;
    outline: none;
    text-align: left;
    width: 100%;
    color: lightgray;
    background-color: transparent;
}
.clasTbl input.clasQty {
    border: none;
    outline: none;
    text-align: right;
    width: 100%;
    background-color: transparent;
}
.card {
    border: none; /* Menghilangkan border */
    box-shadow: none; /* Menghilangkan bayangan */
    /* border-radius: 10px; */
}