/* Login */
.container-loayza {
    background-size: cover;
    background-position: center;
}
.container-loayza::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 201, 250, 0.5);
    z-index: 1;
}
.container-loayza > * {
    position: relative;
    z-index: 2;
}
/* APP ADMIN */
/*Imagen por saicaso*/
/*.main-content {
    position: relative;
}
.main-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images-loayza/portada-admin.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.8;
    z-index: -1;
}*/
.main-content .card {
    border: solid rgb(7, 70, 179) 2px;
}
.logo-loayza{
    width: 200px;
    padding-top: 7px;
}
.ico-loayza{
    width: 60px;
    margin-left: 10px;
    margin-top: 5px;
}
.bg-primary-loayza
{
    background-color: rgb(7, 70, 179);
}
.bg-secondary-loayza
{
    background-color: #00c9fa;
}
.bg-secondary-loayza:hover
{
    background-color: #00c9fa !important;
}
.bg-primary-loayza li a{
    color: white !important;
}
.bg-primary-loayza li a span{
    color: white !important;
}
.dropdown-menu{
    background-color: white !important;
}
.dropdown-menu li a{
    color: black !important;
}
.side-nav .side-nav-inner .side-nav-menu li.dropdown .arrow .arrow-icon:before, .side-nav .side-nav-inner .side-nav-menu li.dropdown .arrow .arrow-icon:after
{
    background-image: linear-gradient(to right, white, white);
}

@media (max-width: 768px) {
    .dataTables_info{
        font-size: 12px;
    }
    .form-control .form-control-sm{
        width: 90%;
    }
}

@media (max-width: 425px) {
    .dataTables_info{
        font-size: 8px !important;
    }
    .form-control .form-control-sm{
        width: 70% !important;
    }
}