/* ==========================================================================
   Author: Jose Cardenas / CH
   Description: custom styles for desktop
   ========================================================================== */
@media (min-width: 992px) {}

/* END of @media 980px and above*/

/*CUSTOM BREAK POINTS*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .container {
        min-width: 1000px !important;
    }

    table tbody {
        font-size: 11px;
        line-height: 13px;
    }
}

@media (min-width: 1281px) and (max-width: 1366px) {
    .container {
        min-width: 1200px !important;
    }

    table tbody {
        font-size: 12px;
        line-height: 15px;
    }
}

@media (min-width: 1367px) and (max-width: 1440px) {
    .container {
        min-width: 1200px !important;
    }
}

@media (min-width: 1441px) and (max-width: 1600px) {
    .container {
        min-width: 1200px !important;
    }
}

@media (min-width: 1601px) and (max-width: 1680px) {
    .container {
        min-width: 1200px !important;
    }
}

@media (min-width: 1681px) {
    .container {
        min-width: 1200px !important;
    }
}