﻿/*Css personalizado max width 300px */
@media only screen and (min-width: 0px) and (max-width:300px) {
    .ec-saldos-body {
        display: block;
        justify-content: center;
    }
        .ec-saldos-body .signo {
            height: auto;
            display: block;
            text-align: center;
        }
        .ec-saldos-body .r-box-title {
            min-height: auto;
        }
    .toolbar {
        right: 40px;
    }
}
/*Css personalizado mobile mas pequeno*/
@media only screen and (min-width: 0px) and (max-width:359px) {

    /*col*/
    .col-mp-1 {
        width: 8.333%;
    }

    .col-mp-2 {
        width: 16.666%;
    }

    .col-mp-3 {
        width: 24.999%;
    }

    .col-mp-4 {
        width: 33.333%;
    }

    .col-mp-5 {
        width: 41.666%;
    }

    .col-mp-6 {
        width: 50%;
    }

    .col-mp-7 {
        width: 58.333%;
    }

    .col-mp-8 {
        width: 66.666%;
    }

    .col-mp-9 {
        width: 75%;
    }

    .col-mp-10 {
        width: 83.333%;
    }

    .col-mp-11 {
        width: 91.666%;
    }

    .col-mp-12 {
        width: 100%;
    }
    /*fin col*/

    .ec-saldos-body {
        display: block;
        justify-content: center;
    }

        .ec-saldos-body .signo {
            height: auto;
            display: block;
            text-align: center;
        }
        .ec-saldos-body .r-box-title {
            min-height: auto;
        }
    .toolbar {
        right: 40px;
    }




    .row-lot {
        margin: 0px 10px;
    }

    .buttonkeyboard {
        padding: 0.5em 0.5em;
        font-size: 18px;
    }

    .buttonkeyboard-extra {
        padding: 0.5em 0.04em;
    }

    .buttonkeyboardpoint {
        padding: 0.1em 1.35em;
        font-size: 18px;
        line-height: 0px !important;
    }

    .keyboard .btn {
        line-height: 20px;
    }

    .buttonkeyboard .btn_delete {
        max-width: 30px;
    }

    .margin-rl-5px {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }

    .mod-monto .monto {
        padding-right: 5px;
        font-size: 15px;
    }

    .mod-monto input {
        max-width: 140px;
    }

    .btn-extra {
        min-width: 70px;
        font-size: 12px;
    }

    .btn-extra-l {
        font-size: 10px;
    }

    .lista-one .nav-link {
        padding: 4px 16px;
        margin: 3px 3px !important;
    }

    .content-back {
        margin-top: 0px;
    }

    .lista-one-img img {
        max-height: 22px;
        padding: 0px 5px;
    }

    .site-logo {
        width: 90px;
    }

    .no-padding-mp {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .cardwhite-md .cardwhite-body {
        margin-top: 20px;
        border-bottom: 1px solid #bebfc2;
    }

    .cardwhite-md .logo {
        float: left;
        width: 45%;
    }

        .cardwhite-md .logo img {
            width: 100%;
        }

    .cardwhite-md .bola-lg {
        width: 38px;
        height: 38px;
    }

    .cardwhite-md .date .hour-text {
        height: 22px;
    }

    .cardwhite-md .number-lg {
        line-height: 35px;
    }
    
}

@media only screen and (max-width: 359px) and (orientation: landscape) {
}
/*Tomando en cuenta la altura*/
@media screen and (max-width: 359px), screen and (max-height: 480px) {
    .ec-saldos-body {
        display: block;
        justify-content: center;
    }

        .ec-saldos-body .signo {
            height: auto;
            display: block;
            text-align: center;
        }
        .ec-saldos-body .r-box-title {
            min-height: auto;
        }
    .toolbar {
        right: 40px;
    }


    .buttonkeyboard-extra {
        padding: 0.5em 0.04em;
    }

    .mod-monto input {
        height: 30px;
    }

    .mod-monto .monto {
        padding-top: 7px;
    }

    .lista-one .nav-link {
        padding: 4px 5px;
        margin: 2px 2px !important;
        font-size: 11px;
    }

    .content-back {
        margin-top: 0px;
    }

    .lista-one-img img {
        max-height: 22px;
        padding: 0px 5px;
    }

    .site-logo {
        width: 90px;
    }
}
/*Tomando en cuenta la altura*/
@media screen and (max-width: 359px), screen and (max-height: 550px) {
    .ec-saldos-body {
        display: block;
        justify-content: center;
    }

        .ec-saldos-body .signo {
            height: auto;
            display: block;
            text-align: center;
        }
        .ec-saldos-body .r-box-title {
            min-height: auto;
        }
    .toolbar {
        right: 40px;
    }



    .buttonkeyboard-extra {
        padding: 0.5em 0.04em;
    }

    .mod-monto input {
        height: 30px;
    }

    .mod-monto .monto {
        padding-top: 8px !important;
    }

    .lista-one .nav-link {
        padding: 4px 1px;
        margin: 2px 1px !important;
        font-size: 9px;
    }

    .bola {
        line-height: 30px;
        font-size: 20px;
        width: 30px;
    }

    .mod-monto input {
        max-width: 140px;
    }

    .login-box {
        padding: 5px 24px;
    }

 

    .content-back {
        margin-top: 0px;
    }

    .lista-one-img img {
        max-height: 22px;
        padding: 0px 5px;
    }

    .site-logo {
        width: 90px;
    }
}

/*Css personalizado mobile  360x640px xs */
@media only screen and (min-width: 360px) and (max-width: 576px) {
    .ec-saldos-body {
        display: block;
        justify-content: center;
    }

        .ec-saldos-body .signo {
            height: auto;
            display: block;
            text-align: center;
        }
        .ec-saldos-body .r-box-title {
            min-height: auto;
        }
    .toolbar {
        right: 40px;
    }



    .row-lot {
        margin: 0px 10px;
    }

    .buttonkeyboard {
        padding: 1.2em 1em;
        font-size: 18px;
        line-height: 0px !important;
    }

    .buttonkeyboard-extra {
        padding: 0.5em 0.28em;
    }

    .buttonkeyboardpoint {
        padding: 1.2em 1.75em;
        font-size: 18px;
        line-height: 0px !important;
    }

    .keyboard .btn {
        line-height: 20px;
    }

    .buttonkeyboard .btn_delete {
        max-width: 30px;
    }

    .margin-rl-5px {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }

    .menu-icon ul li {
        width: 50%;
    }

    .mod-monto .monto {
        padding-right: 15px;
        padding-top: 20px;
        margin-bottom: 0px;
        font-size: 12px;
        line-height: 1.3;
        font-weight: 500;
    }

    .btn-extra {
        min-width: 80px;
        font-size: 11px;
    }

    .btn-extra-l {
        font-size: 9px;
    }

    .lista-one .nav-link {
        padding: 4px 16px;
        margin: 3px 3px !important;
    }

 

    .content-back {
        margin-top: 0px;
    }

    .lista-one-img img {
        max-height: 22px;
        padding: 0px 5px;
    }

    .site-logo {
        width: 90px;
    }

    .no-padding-mp {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .site-logo {
        width: 90px;
    }

    .cardwhite-md .cardwhite-body {
        margin-top: 20px;
        border-bottom: 1px solid #bebfc2;
    }

    .cardwhite-md .logo {
        float: left;
        width: 45%;
    }

        .cardwhite-md .logo img {
            width: 100%;
        }

    .cardwhite-md .bola-lg {
        width: 38px;
        height: 38px;
    }

    .cardwhite-md .date .hour-text {
        height: 22px;
    }

    .cardwhite-md .number-lg {
        line-height: 35px;
    }
    
}
/*Css personalizado mobile  360x640px*/
@media only screen and (min-width: 360px) and (max-width: 640px) {
    .ec-saldos-body {
        display: block;
        justify-content: center;
    }
        .ec-saldos-body .signo {
            height: auto;
            display: block;
            text-align: center;
        }
        .ec-saldos-body .r-box-title {
            min-height: auto;
        }
    .toolbar {
        right: 40px;
    }
} 

/*@media only screen and (max-width: 640px) and (orientation: landscape) {
}

@media only screen and (min-width: 360px) and (orientation: portrait) {
}

@media only screen and (min-width: 360px) { 
}

@media only screen and (min-height: 640px) { 
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
}*/


/*Css personalizado mobile 768x1024px sm*/
@media only screen and (min-width: 577px) and (max-width: 768px) {
    .ec-saldos-body {
        display: block;
        justify-content: center;
    }

        .ec-saldos-body .signo {
            height: auto;
            display: block;
            text-align: center;
        }

        .ec-saldos-body .r-box-title {
            min-height: auto;
        }
    .toolbar {
        right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ec-saldos-body {
        display: block;
        justify-content: center;
    }

        .ec-saldos-body .signo {
            height: auto;
            display: block;
            text-align: center;
        }

        .ec-saldos-body .r-box-title {
            min-height: auto;
        }
    .toolbar {
        right: 40px;
    }
}

/*@media only screen and (min-width: 768px) {
}

@media only screen and (min-height: 1024px) {
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
}*/

/*Css personalizado mobile 720x1280px md*/
@media only screen and (min-width: 769px) and (max-width: 992px) {

}

/*Css personalizado mobile 720x1280px*/
@media only screen and (min-width: 720px) and (max-width: 1280px) {
}

/*@media only screen and (min-width: 720px) {
}

@media only screen and (min-height: 1280px) {
}

@media only screen and (min-width: 1280px) and (orientation: landscape) {
}

@media only screen and (min-width: 720px) and (orientation: portrait) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
}*/

/*Css personalizado mobile 480x980px lg*/
@media only screen and (min-width: 993px) and (max-width: 1200px) {
}

/*Css personalizado mobile 480x980px*/
/*@media only screen and (min-width: 480px) and (max-width: 980px) {
}

@media only screen and (min-width: 480px) {
}

@media only screen and (min-height: 980px) {
}

@media only screen and (min-width: 980px) and (orientation: landscape) {
}

@media only screen and (min-width: 980px) and (orientation: portrait) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
}*/

/*Extras*/


@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .site-menu {
        left: 326px;
    }

}
