span{
  font-weight: bold;
}

.content_utama{
    margin-top: 80px;
}

.tab-content-header > .tab-pane {
  display: none;
}

.tab-content-header > .active {
  display: block;
}

.content-wrapper.iframe-mode .tab-content-header {
  position: relative;
}

.menu-tab-fixed{
    left: 0 !important;
    position: fixed !important;
    right: 0 !important;
    top: 10 !important;
    z-index: 1037 !important;
    margin-left: 250px;
}

.sidebar-mini-xs.sidebar-open .content-wrapper .menu-tab-fixed {
    margin-left: 0px !important;
}


li.nav-item.active {
    background-color: #f8f9fa;;
    /* background-color: rgb(100, 149, 237); */
    /* border-bottom: 2px solid black; */
    font-weight: bold;
}

li.nav-item :hover {
    background-color: #6c757d;
}

.form-control-xs{ 
    height: calc(25px) !important;
    padding: 3px !important;
    font-size: 15px !important;
/*    line-height: 5.5 !important;*/
    border-radius: 0.2rem !important;
  }

.btn-xxs {
  padding: 0rem 0.25rem !important;
  font-size: 0.75rem !important;
  /* line-height: 1.5 !important; */
  border-radius: 0.50rem !important;
}

tr td{
  padding: 0 !important;
  margin: 0 !important;
}

tr th{
  padding: 0 !important;
  margin: 0 !important;
}



.content_utama {
    /* border: 0;
  width: 100%;
  height: 100%;
  margin-bottom: -8px; */
  margin-top: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
/* top: 80px;
bottom:0;
width: 100%;
width: 1100px;

max-width: calc(100%);
position:fixed;
overflow-y:scroll;
overflow-x:hidden; */
}
.bg-darmayu{
  background-color: #abdaa8;
}
.nowrap-datatable tr td,
.nowrap-datatable tr th{
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  color:#ffffff;
}
/* .form-control:focus {
  border-color: #138f1e !important;
} */