html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header {
  line-height: normal;
}

.body-container {
  padding: 8px;
}

.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  font-size: 12px;
}

.route-buttons {
  text-align: right;
  margin-bottom: 8px;
}

.titulo {
  background-color: #014167;
  padding: 0.2em 1em;
  margin-bottom: 16px;
}

.titulo h3 {
  color: white;
  font-size: 1.2em;
  margin: 0.26em 0em;
}

.subtitulo {
  background-color: #f7f7f7;
  padding: 0.2em 1em;
  margin-bottom: 16px;
}

.subtitulo h3 {
  color: #014167;
  font-size: 1em;
  margin: 0.26em 0em;
}

.bg-primary {
  background-color: #014167;
  color: white;
}

.btn-primary {
  background-color: #014167;
  border-color: transparent;
}

table.dataTable thead th {
  border-bottom: 0;
}

table.dataTable thead {
  background-color: #014167;
  color: white;
}

table.dataTable.no-footer {
  border-bottom: 0;
}

.services-list {
  list-style-type: none;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.services-list label {
  font-weight: normal;
}

.d-inline {
  display: inline;
}

.date-filter {
  margin-bottom: 16px;
  margin-top: 6px;
  padding-left: 6px;
}

.alert {
  margin: 16px;
}

.float-right {
  float: right;
}

.col-img {
  float: left;
  padding: 10px;
  height: 100%;
}

.col-img img {
  opacity: 0.8;
  width: 100%;
  cursor: pointer;
}

.col-img img:hover {
  opacity: 1;
}

.row-img:after {
  content: "";
  display: table;
  clear: both;
}

.container-img {
  position: relative;
  display: none;
  margin-bottom: 1rem;
}

.container-img img {
  margin: auto;
}

#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  text-shadow: -1px 0 gray, 0 1px gray, 1px 0 gray, 0 -1px gray;
  font-size: 35px;
  cursor: pointer;
}

.carousel-inner > .item > img {
  margin: 0 auto;
}

.bg-danger {
  background-color: rgb(186, 37, 37) !important;
  color: white !important;
}

.bg-success {
  background-color: rgb(37, 186, 37) !important;
  color: white !important;
}

.shadow-box {
  height: 100%;
  -webkit-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.31);
}

.material-icons {
  color: gray;
}

.material-icons:hover {
  color: lightgray;
}

.small-table-col {
  width: 30px !important;
  font-size: 10px;
}

.small-icon {
  font-size: 20px;
}

select :disabled {
  color: #dfdfdf;
}

/* MARGIN CLASSES */

.m-3 {
  margin: 1rem;
}

.my-2 {
  margin-top: 8px;
}

.mb-3 {
  margin-bottom: 16px;
}

.mb-2 {
  margin-bottom: 8px;
}

/* PADDING CLASSES */

.py-3 {
  padding: 0 16px;
}
