body,html {
    font-size: medium;
}
.wrapper{
    width: 90%;
    margin: 0 auto;
}
 .loginBox{
     width: 500px;
     margin: 0px auto;
     background-color: #f8f6f6;
     padding: 50px;
     border: solid dimgrey;
     border-width: 1px;
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 }
 th {
     position: sticky;
     top:50px;
     z-index: 10;
 }
 th a {
     text-decoration: none;
     color: #500101;
 }
 .glyphicon {
     z-index: 1;
 }
.page-header{
    margin-top: 0;
}
.page-header h2{
    margin-top: 0;
}
.solapaTransparente {
    background-color: transparent;
    border-color: transparent;
    color: #cccbcb !important;
    text-decoration: none;
    cursor: pointer;
    padding-left: 50px;
}


.solapaTransparente:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #f10303 !important;
    text-decoration: none;
}



a.btn-sm {
    padding: 1px 6px;
}

table tr th:last-child a{
    margin-right: 7px;
}


table tr td:last-child a{
    margin-right: 10px;
}

input {
    border-radius: 3px;
}

.btn {
    border-radius: 3px;
    font-size: medium;
}

.dropdown-item {
    font-size: medium;
    color: white !important;
}
.dropdown-item:hover {
    color: black !important;
}

/*

 */


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bi {
    display: inline-block;
    width: 1rem;
    height: 1rem;
}

/*
 * Sidebar
 */

@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }
    .navbar-search {
        display: block;
    }
}




.sidebar .nav-link {
    font-size: .875rem;
    font-weight: 500;
}

.nav-link {
    color: #bdbebe !important;
    border-bottom-color: #b6b4b4 !important;
    border-color: #727070 !important;
}

.nav-link.active {
    color: #500101 !important;
    background-color: #e0dfdf !important;
    border-color: #e0dfdf !important;
    padding-bottom: 14px;
}


.sidebar-heading {
    font-size: .75rem;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
}



#casillaLogin {
    cursor: pointer;
}
.mouseover {
    cursor: pointer;
}