* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #222;
  background: #f5f5f5;
  font-family: "Varela Round", sans-serif;
  min-height: 100vh;
}

a {
  text-decoration: none;
}

a.card-home {
  color: inherit;
}

a.card-home:hover {
  color: #f5f5f5;
}

a.card-home .card {
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
}

.form-control {
  border-color: #75caf3;
  border-radius: 5px;
}

.form-control:focus {
  border-color: #4cb9c18e;
}

.form-group {
  margin-bottom: 20px;
}

.login-form {
  width: 350px;
  margin: 0 auto;
  padding: 30px 0;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.login-form form {
  color: #434343;
  border-radius: 1px;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 20px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}

.login-form .form-control,
.login-form .btn {
  min-height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.login-form .btn {
  background: #75caf3;
  border: none;
  line-height: normal;
}

.login-form .btn:hover, .login-form .btn:focus {
  background: #4cb9c18e;
}

.navbar {
  background: #75caf3;
  margin-bottom: 2rem;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
}

.navbar .navbar-toggler {
  border: none;
}

.navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .navbar-toggler:hover {
  color: #f5f5f5;
}

.navbar .navbar-toggler span {
  font-weight: 900;
  font-size: 1.5rem;
}

.navbar .dropdown-menu {
  background-color: #75caf3;
  border-radius: 0 0 20px 20px;
  border: none;
  min-width: 5rem;
  right: 0;
}

.navbar .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #f5f5f5;
}

.navbar .nav-link:hover {
  color: #f5f5f5 !important;
}

.navbar .navbar-brand,
.navbar .nav-link {
  color: inherit !important;
  font-weight: bold;
}

.navbar .navbar-brand a,
.navbar .nav-link a {
  text-decoration: none;
}

#myTable_filter {
  margin: 0 0 10pt 0;
}

#myTable_filter #tooltable {
  float: right;
}

#myTable_filter #tooltable #Bulan {
  border-color: #222;
  width: 46pt;
  background: #75caf3;
}

#myTable {
  margin: 0 0 10pt 0;
}

#myTable thead {
  background: #75caf3;
}

#myTable tr {
  text-align: center;
  vertical-align: middle;
}

#myTable .perihal {
  overflow: hidden;
  overflow-wrap: break-word;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#myTable tbody tr {
  position: relative;
}

#myTable tbody tr:hover {
  background-color: #4cb9c18e;
  color: #f5f5f5;
  cursor: pointer;
}

#myTable tbody tr[data-arsip="0"]:hover::after {
  content: "Perlu Tindak Lanjut";
  position: absolute;
  height: 100%;
  left: -4rem;
  font-size: 0.7rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 4rem;
  border-radius: 5px 0 0 5px;
  border: 1px solid red;
  border-right: none;
  color: red !important;
}

table.detail-surat {
  width: 100%;
}

table.detail-surat tr {
  vertical-align: middle;
}

table.detail-surat tr td {
  height: 7vh;
}

@media screen and (max-width: 992px) {
  #myTable {
    border: 0;
  }
  #myTable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #myTable tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  #myTable td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right !important;
  }
  #myTable td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  #myTable td:last-child {
    border-bottom: 0;
  }
  #myTable td.aksi {
    text-align: center !important;
  }
}

.main.alert {
  position: fixed;
  width: 25vw;
  bottom: 2rem;
  right: 2rem;
  border-radius: 2rem;
  z-index: 1061;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
}

.loading-Page {
  position: fixed;
  z-index: 2000;
  height: 100vh;
  width: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.loading-Page .spinner-border {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  width: 15rem;
  height: 15rem;
  border: 0.75em solid currentColor;
  border-right-color: transparent;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.file-input .file {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}

.file-input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #75caf3;
  cursor: pointer;
}

.file-input label span {
  background-color: #75caf3;
  min-width: 30%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.file-input label .file-name {
  font-size: 0.85rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#printFrame {
  display: none;
}
/*# sourceMappingURL=style.css.map */