@media (max-height: 563px) {
    .slider-container{
        display: none !important;
    }
}
@media (max-height: 768px) {
    .page-login .jssor-container{
        height: 200px;
    }
    .page-login .jssor-container-2{
        height: 200px;
    }
    .page-login .form-group {
        margin-bottom: 5px;
    }
    .page-login .form-group:last-child {
        margin-bottom: 0;
    }
    .page-login .form-group .control-label{
        display: none;
    }
}

@media (max-width: 767px) {
    body.page-frame .row-header,
    body.page-frame .row-footer{
        display: none;
    }
    body.page-frame .column-center .row-main-container{
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 15px;

        /*height: auto;
        min-height: auto;*/
    }

    .login-as .to-home,
    .login-as .to-signout{
        display: block;
    }
}
@media (max-height: 650px) {
    body.page-frame .row-header,
    body.page-frame .row-footer{
        display: none;
    }
    body.page-frame .column-center .row-main-container{
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 15px;

        /*height: auto;
        min-height: auto;*/
    }

    .login-as .to-home,
    .login-as .to-signout{
        display: block;
    }
}
/* DONT USED*/
/*@media (max-width: 767px) {
    .banner-header,
    .banner-bottom{
        left: 0;
        right: 0;
    }
    .container-main {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
    .page-fit .container-main {
        top: 15px;
    }

    .grid-view-header-fixed{
        /*top: 15px;* /
    }
    .tabel-header-fixed thead tr th span,
    .tabel-header-fixed thead tr th a {
        /*top: 15px;* /
    }
}*/