﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}



#table-responsive1 {
    max-height: 48vh;
    overflow: auto;
    padding-bottom:0%;
}
    #table-responsive1 th {
        position: sticky;
        top: 0;
    }

@media only screen and (max-width: 600px) {
    #table-responsive1 {
        max-height: 100vh;
        overflow: auto;
    }
}

.cuadradoNegroBusqueda {
    background-color: white;
    border: solid 1px black;
    color: black;
    width: 100%;
    margin-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    color: black;
    border-radius:3px;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }
}
