@charset "UTF-8";

.table-hover tbody tr:hover {
  background-color: rgba(0, 206, 209, 0.5);
}

@media (max-width: 576px) {
  .form-control {
    font-size: 1rem;
  }
}

.custom-file {
  overflow: hidden;
}

.custom-file-label {
  white-space: nowrap;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: 15px;
  background: #3fd5ef;
  opacity: 0.6;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
  color: #f00;
}

.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
  color: #00f;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td i.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

