#tblTabla tr:hover {
    background: #FF3;
    color: #000;
}
.dt-search{
    float: right;
}
.dt-length{
    float: right;
    margin: 0 10px;
}
div.dt-container div.dt-info{
    text-align: right;
}
.modal-body{
    margin: 0;
    background-color: #f4f4f4;
}
.img-menu{
    width:30px;
    float: left;
    margin-right: 10px;
}
.dropdown-menu li{
    height: 43px;
    line-height: 35px;
    width: 200px;
}
.nav-item .bi{
    font-size: 25px;
}
.nav-item {
    font-size: 17px;
}
main > .container-fluid {
    padding-top: 70px;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    min-width:  200px;
}
.breadcrumb.mt-3{
    font-size: 17px;
}

.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    font-size: 24px;
    padding-top: 20%;
    z-index: 9999;
}
.loaderx{
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    animation: smokeOut 1s ease-in-out infinite alternate;
    text-shadow: 0 0 1px white;
}
.loaderx:before {
    content: "loading..";
}

@keyframes smokeOut {
    100% {
        opacity: 0.08;
        filter: blur(5px);
        letter-spacing: 4px;
    }
}

.texto-h1 {
    text-align: center;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #1e1e1e;
    font-size: 20px;
    text-transform: capitalize;
    /*text-shadow: 2px 2px 1px #999;*/
}