/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template/heroic-features)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-heroic-features/blob/master/LICENSE)
 */
body {
    padding-top: 3rem;
    padding-bottom: 1.3rem;
    padding-top: 3.5rem;
    color: #000000;
}
.body-content {
    justify-content: center;
}

div {
    justify-content: space-between;
    flex-wrap: wrap;
}
.btnBusqueda {
    background-color: #28569f;
    color: #fff;
    font-weight: bolder;
    margin-bottom: 2px
}

.btnBusqueda:hover {
    background-color: #bcccef;
    color: #fff;
}

table{
    border: #dee2e6 0px solid;
}

table td:last-child {
    color: #282825;
    background-color: #bcccef;
    font-weight: 700;
}

/*table tr td:first-child {
    width: 35% !important;
}
table tr td:nth-child(2) {
    width: 10% !important;
}
table tr td:nth-child(3) {
    width: 10% !important;
}
table tr td:nth-child(4) {
    width: 1% !important;
}
table tr td:nth-child(5) {
    width: 15% !important;
}*/

tr{
    text-align: center;
}

 hq, h5 {
     color:#00173c;
 }

 .cambiar{
     height: calc(1.5em + 0.75rem + 2px)!important;
 }

 select option:checked {
  background: #337ab7 -webkit-linear-gradient(bottom, #ff9500 0%, #ff9500 100%);
  color: #fff;
}

 select option:hover{
  background: #337ab7 -webkit-linear-gradient(bottom, #ff9500 0%, #ff9500 100%) !important;
  color: #fff;
}