.menuCabang, .menuUser, .menuPasien, .menuPendaftaran, .menuDokter, .menuPeriksa,
.menuTindakan, .menuGudang, .menuPembayaran, .menuKeuangan, .menuKunjungan, .menuPenggajian, .menuPengeluaran {
	display: none;
}

.sidebar-menu li {
  cursor: pointer;
}

body { 
   padding-right: 0 !important; /* too handle bug for modal bootstrap*/
}

.section-logo-vet-clinic {
	padding: 10px 0px; text-align: center
}

.section-logo-vet-clinic > img {
	width: 150px;
	border-radius: 50%;
}

.fa-sort-asc, .fa-sort-desc {
	opacity: 0.5;
}

.fa-sort {
	opacity: 0.2;
}

.header-time-container {
  display: inherit;
  justify-content: center;
  align-items: center;
  padding: 0px 5px;
}

.header-time-container > #time-text {
  color: #ffffff;
}

.icon-password {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; 
}

#loading-screen {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('/assets/loading.gif') 50% 50% no-repeat rgb(249,249,249,0.5);
  display: none;
}

.label-detail-div {
  font-weight: 700;
  width: 25%;
}

.value-detail-div {
  word-break: break-all;
  width: 75%;
}

.detail-label {
  font-weight: 700;
  padding-bottom: 15px;
}

.detail-value {
  padding-bottom: 15px;
  padding-left: 40px;
}

.inner-box-title {
	display: flex;
	justify-content: space-between;
	margin: 20px 0px;
}

.input-search-section {
	width: 200px;
	position: relative;
}

.input-search-section > i {
	position: absolute;
	top: 10px;
  left: 15px;
  cursor: pointer;
}

.input-search-section > input {
	padding: 6px 12px 6px 40px;
}

.section-right-box-title {
  display: flex;
}

.table {
  border-top: 2px solid #f4f4f4;
  margin-bottom: unset;
}

.dropzone {
  border: 1px solid #d2d6de !important;
}

.btn-back-to-list .fa, .btn-back-to-list .text {
  cursor: pointer;
}
.btn-back-to-list .text:hover {
  text-decoration: underline;
}

/* cursor pointer for icon sort in column (table) */
.table > thead > tr > th > .fa {
  cursor: pointer;
}

.select2-search--inline {
  display: contents; /*this will make the container disappear, making the child the one who sets the width of the element*/
}

.select2-search__field:placeholder-shown {
  width: 100% !important; /*makes the placeholder to be 100% of the width while there are no options selected*/
}

.datepicker table tr td.today {
  background: #3c8dbc !important;
}

.datepicker table tr td.active.active {
  background: #222d32 !important ;
}

input:disabled {
  cursor: not-allowed !important;
  background: #eee;
  opacity: 1;
}

.pagination > li > a {
  cursor: pointer;
}

.pagination > li > a.active {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li > a.disabled { 
  cursor: not-allowed;
  background-color: lightgray;
}

.width-350px {
  width: 350px;
}

.align-item-c {
  align-items: center;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.p-relative {
  position: relative;
}

.font-weight-700 {
  font-weight: 700;
}

.p-top-5px {
  padding-top: 5px;
}

.p-top-8px {
  padding-top: 8px;
}

.p-top-10px {
  padding-top: 10px;
}

.p-right-3px {
  padding-right: 3px;
}

.p-right-5px {
  padding-right: 5px;
}


.p-right-42px {
  padding-right: 42px;
}

.p-left-10px {
  padding-left: 10px;
}

.p-left-15px {
  padding-left: 15px;
}

.p-bottom-50px {
  padding-bottom: 50px;
}

.m-l-10px {
  margin-left: 10px;
}

.m-l-13px {
  margin-left: 13px;
}

.m-l-20px {
  margin-left: 20px;
}

.m-l-30px {
  margin-left: 30px;
}

.m-l-72px {
  margin-left: 72px;
}

.m-t-10px { 
	margin-top: 10px;
}

.m-t-25px { 
	margin-top: 25px;
}

.m-t-50px { 
	margin-top: 50px;
}

.m-b-10px { 
	margin-bottom: 10px;
}

.m-b-15px { 
	margin-bottom: 15px;
}

.m-b-20px { 
	margin-bottom: 20px;
}

.m-r-3px { 
	margin-right: 3px;
}

.m-r-10px { 
	margin-right: 10px;
}


@media (max-width: 768px) {
  .section-right-box-title {
    display: block;
  }

  .section-right-box-title .select2-container, .box-tools .select2-container {
    width: 100% !important;
    margin-top: 10px;
  }

  .input-search-section {
    width: 100%;
    margin-right: 0px;
  }

}