/**
 * Listado (index) — copiado de AppRequis_gas/stylesheet_index.html
 */
body {
  font-family: Roboto, Verdana, sans-serif;
}

h3,
h5 {
  color: #3b693c;
}

div.container-fluid {
  padding: 10px;
}

.myform {
  position: relative;
  display: flex;
  padding: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
}

@media only screen and (min-width: 1024px) {
  html,
  body {
    font-family: Roboto, Verdana, sans-serif;
    background: url(https://drive.google.com/uc?export=view&id=1ziYabcrINFb7BMZnnnJIh0orBkjKfPN5)
      center top;
    font-size: 12px;
  }
}

.btnhome {
  color: #3b693c !important;
  font-size: 15px;
  font-weight: bold;
}

.btnnew {
  background: #6ead3b !important;
  color: #fff;
  border-color: #fff;
  font-weight: bold;
}

.btnfecha {
  color: #3b693c !important;
  font-weight: bold;
}

.btnProces {
  background: #3b693c !important;
  color: #fff;
  font-weight: bold;
  border-radius: 0.3rem;
}

@media only screen and (max-width: 1024px) {
  html,
  body {
    font-family: Roboto, Verdana, sans-serif;
    background: url(https://drive.google.com/uc?export=view&id=1xH_8MZnpbU11n4KoOfoUBkBGUg9bv2Da)
      center top;
    font-size: 18px;
  }

  .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
    font-weight: 800;
    display: inline-block;
    min-width: 40%;
    text-align: left !important;
    font-size: 18px;
    color: #3b693c !important;
  }

  .bootstrap-table .fixed-table-container .table .card-view .card-view-value {
    font-weight: 500;
    display: inline-block;
    min-width: 40%;
    text-align: left !important;
    font-size: 20px;
    color: darkslategray;
  }

  .btn {
    display: grid;
  }
}

.datagrid {
  background: #fff;
  overflow: hidden;
  border: 1px solid #3b693c;
  border-radius: 5px;
}

.datagrid table td,
.datagrid table th {
  padding: 3px 2px;
}

.datagrid table thead th {
  background-color: #3b693c;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.datagrid table tbody td {
  color: #3b693c;
  border-left: 1px solid #3b693c;
  font-size: 12px;
  font-weight: normal;
}

.datagrid table tbody th {
  background: #236890;
  color: #fff;
}

.dropdown-toggle {
  background: #3b693c;
}

.pagination-info,
.page-item,
.page-link {
  color: #3b693c;
  font-family: Roboto, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3b693c;
}

.page-link:hover {
  color: #fff;
  background-color: #3b693c;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #3b693c;
  border-color: #3b693c;
}

.fa-clock {
  color: #f6d600;
  font-size: 1.5rem;
}

.fa-ban {
  color: #de3d25;
  font-size: 1.5rem;
}

.fa-user-clock {
  color: #6ead3b;
  font-size: 1.5rem;
}

.fa-boxes {
  font-size: 1.5rem;
}

.btnSeg {
  background: #3b693c !important;
  color: #fff;
  font-size: 14px;
  border-radius: 0.3rem;
}

.btnConf {
  background: #6ead3b !important;
  color: #fff;
  font-size: 14px;
  border-radius: 0.3rem;
}

.btnConf:hover {
  color: #fff;
  background-color: #65a17d;
  border-color: #dee2e6;
}

.btnImg {
  background: #65a17d !important;
  color: #fff;
  font-size: 14px;
  border-radius: 0.3rem;
}

.btnImg:hover {
  color: #fff;
  background-color: #6ead3b;
  border-color: #dee2e6;
}

.fondo {
  min-height: 8px;
}

.app-brand-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  vertical-align: middle;
}
