﻿@media only screen and (max-width: 1600px) {
    .rotated-cont {
        width: 440px;
        margin-top: 5%;
    }
}
@media only screen and (max-width: 1185px) {
    .rotated-cont {
        margin-top: 10%;
    }
    .side-menu-cont-l {
        padding: 20px 35px 0 40px;
    }
}
@media only screen and (max-width: 999px) {
    .side-menu-cont-l {
        left: -35%;
        width: 30%;
    }

}
@media only screen and (max-width: 825px) {
    .rotated-cont {
        margin-top: 20%;
    }

    .search-btn {
        font-size: 0;
        padding: 10px;
    }

        .search-btn i {
            font-size: 16px;
        }

    .pagosHalf {
        width: 100%;
        padding: 0 20px;
    }

    .pagosRow {
        display: block;
    }

    .pagoContent {
        min-height: initial !important;
    }

    .pagosFull.pagosResultSection {
        width: 91%;
        margin: 40px auto 0;
        padding: 0 20px 8px;
        border-radius: 20px;
    }

    .user > i, .user > span {
        display: none;
    }

    .opt-menu-open {
        width: 200px;
    }

    .open-side {
        width: 70%;
    }

    .login-body:before {
        display: none;
    }

    .containerTableResponsive {
        width: 100%;
        overflow-y: auto;
        border-radius: 39px;
        border: 5px solid #d5ab5c;
        background: #f6f5f3;
    }

        .containerTableResponsive .dataTables_wrapper {
            min-width: 1010px;
            height: auto;
            margin-bottom: 0px;
        }

    .toolsetTop {
        width: 100% !important;
        display: block;
    }

        .toolsetTop button, .toolsetTop span, .toolsetTop a, input#btnCrearCliente, #btnGuardarHistorial, button#btnAgregarHistorial {
            width: 97%;
        }

    body.loged-content {
        background: none, url(/img/bg-br.png) no-repeat center right !important;
    }

    a.opt-swich {
        font-size: 0;
        margin-top: -10px;
        border: none;
    }

        a.opt-swich i {
            font-size: 26px;
        }

    .basicBtn, button#btnAgregarHistorial {
        width: 100% !important;
        max-width: initial;
        margin: 0px auto 0;
    }

    a.home-icon {
        left: 90px;
    }

    body.loged-content {
        padding-top: 90px;
    }
}