nav.relative.z-50.bg-gray-800.p-4.sticky.top-0.shadow-md {
  z-index: 2 !important;
}

body:not(.layout-fixed) .main-sidebar {
  z-index: 200 !important;
}

.modal-add {
  overflow: hidden;
}

#caseTabsContent {
  margin-top: 0 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  font-weight: normal;
}

.table > :not(caption) > * > * {
  font-weight: normal;
}

.table > :not(caption) > * > * {
  font-weight: normal;
  width: 30%;
  box-shadow: none;
}

.app-wrapper {
  background: #fff;
}

/*th {
  color: #002bff !important;
}*/

.invoice-document_btn button {
  margin-bottom: 10px;
}


.edit_button_btn_close {
    display: none;
}


/*.table > :not(caption) > * > * {
    width: auto;
}*/

.edit_tab .table th {
  width: 30%;
}
 
.invoice .table th {
  width: 30%;
}

.form-control.group {
  margin-bottom: 10px;
}