html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#div-spinner {
    display: flex;
    align-items: center;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 998;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
}

#table-datatable_processing {
    border: none !important;
    background-color: transparent !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
}

.border-bottom {
    border-bottom: 1px solid #4d5764;
}
/*td>a:hover {
  color: #bccee4 !important;
}*/

/*td>a {
  color: #ebebeb !important;
}*/

/* .datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #262626 !important;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #262626 !important;
} */

.datepicker-dropdown:after {
  border-bottom: 6px solid #252728 !important;
}

.datepicker-dropdown:before {
  border-bottom-color: #252728;
}