@font-face {
  font-family: whisper-regular;
  src: url("../../fonts/Whisper-Regular.ttf");
}

.paraf {
  font-family: whisper-regular;
  font-size: 30px;
  line-height: 14px;
  color: #307ecc;
}

.dataTables_wrapper .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

table.dataTable {
  margin-top: 0 !important;
}

.checkbox,
.radio {
  margin-top: 0;
}

table tr td {
  white-space: nowrap;
}

table tr th.wide {
  min-width: 100px;
}

table tr th.blue {
  color: #ffffff !important;
  background: #307ecc !important;
}

table tr th.blue[class*="sort"]:after {
  color: #ffffff !important;
}

/* table tr td input.date-picker {
  border: 0;
  background: transparent;
  height: 12px;
  text-align: center;
} */

.chosen-container {
  width: 100% !important;
}

.blink_me i,
.blink_me span {
  color: #ff0000;
  font-weight: bold;
  animation: blinker 1s linear infinite;
}

.widget-box table tr td {
  white-space: normal;
}

.konten-pdf td {
  padding: 6px !important;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

body {
  overflow: scroll;
}
