.hilang,
.none,
.gone {
  display: none !important;
}
.brd {
  border: solid 1px !important;
}
.brd1 {
  border: solid 1px blue !important;
}
.brd2 {
  border: solid 1px red !important;
}
.readonly {
  background: #f1f1f1;
}
input:read-only,
textarea:read-only {
  border: 0;
  box-shadow: none;
  background-color: #eee;
}
/* 
textarea:read-write {
  outline: 1px dashed red;
  outline-offset: 2px;
  border-radius: 5px;
} */
.pointer {
  cursor: pointer;
}
.hover:hover {
  background: tomato;
  color: #fff;
}
.href {
  color: rgb(99, 99, 247);
}
.href:hover {
  font-weight: bold;
  padding-left: 2px;
}
.table thead th {
  padding: 5px;
  color: #000;
}
.txr {
  text-align: right !important;
}
.txl {
  text-align: left !important;
}
.txc {
  text-align: center !important;
}
#list-pekerjaan td {
  font-size: 12px;
  word-wrap: break-word;
  white-space: normal;
}
.tdwrap {
  word-wrap: break-word;
  white-space: normal;
}
/* .main-logo {
  width: 26px;
  height: 26px;
} */

.navbar-vertical .navbar-brand > img,
.navbar-vertical .navbar-brand-img {
  /* max-width: 100px; */
  max-height: 50px;
}

.table thead th {
  white-space: nowrap; /* Biar header gak turun ke bawah */
  vertical-align: middle;
  text-align: center;
}

.table td,
.table th {
  /* padding: 6px 10px; */
  font-size: 13px;
  vertical-align: middle;
}

.tdwrap {
  word-break: break-word;
  white-space: normal;
}

.table-wrapper {
  overflow-x: auto;
}

.table td a {
  text-decoration: none;
}

/* Responsive trick biar di HP rapi */
@media screen and (max-width: 768px) {
  .table {
    font-size: 12px;
  }
}
.form-range {
  background-color: #acd8ed !important;
  border-radius: 10px;
}
.nbr {
  border-radius: 3px !important;
}
.nbr:hover {
  background: tomato;
  color: #fff;
  cursor: pointer;
}
.icon-galery {
  background: red;
  width: 25px;
  text-align: center;
  /* border-radius:5px; */
  top: -5px !important;
  right: -5px !important;
}
.icon-galery i {
  color: #fff;
}
.icon-galery-popup {
  width: 250px;
}

.blink {
  animation: blinker 1s linear infinite;
}
.gallery-img {
  cursor: pointer;
}
/* .gallery-img:hover {
  border: solid 1px;
} */
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.dt-search {
  margin-bottom: 10px;
}
#IdresultTable .btn {
  margin: 0 !important;
}
.dt-print-view {
  margin: 20px;
}

@media screen and (max-width: 768px) {
  .btnProgCmnt,
  .btnProgDoc,
  .btnProgCurva {
    border: solid 1px;
    position: absolute;
    right: -5px;
    top: 15px;
  }
  .btnProgDoc {
    top: -25px;
  }
  .btnProgCurva {
    top: 15px;
    right: 10px;
  }
}

html {
  scroll-behavior: smooth;
}

.input-group-text {
  border-radius: 0;
  width: 50px;
  border-radius: 0 0.5rem 0.5rem 0;
  cursor: pointer;
}
.input-group-text i.fa {
  font-size: 25px;
}
.input-group-text:hover {
  background-color: black;
}
.input-group-text:hover i.fa {
  color: white;
}
.toLocation {
  color: blue;
}
#ResetGawean i.fa {
  font-size: 17px;
}
#ResetGawean {
  border-radius: 0.5rem 0 0 0.5rem;
}
