/*# sourceMappingURL=custom.min.css.map */
input[readonly] {
  cursor: not-allowed;
}

/* Datatable Mouse ikonu değişimi */
.datatable-hover-pointer {
  cursor: pointer !important;
}

/* Datatable Arka plan rengi değişimi */
.datatable-hover-background {
  background-color: #f1f1f1 !important;
}

.navbar-menu {
  background: #004c86 !important;
}

.navbar-menu-veli {
  background: #239bda !important;
}

.navbar-brand-box {
  background: #fefefe !important;
}

.menu-link-sinav {
  color: #fff !important;
}
.menu-sub-link-sinav {
  color: #fff !important;
}

.auth-bg-cover {
  background: none !important;
  background-image: url(../images/custom/bgr.png) !important;
  background-repeat: repeat !important;
  background-size: 50% !important;
}
.auth-one-bg {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
