/**
** Mobile Devices Fixes in App
 */
@media only screen and (max-width: 400px){
    .main_content{
        min-height: 63vh;
    }

    .page-header{
        margin: 0;
    }

    .page-header > h1{
        font-size: 32px;
        margin-top: 0px;
    }

    .ma_pag_filter_form > label {
        width: 100%;
        padding-right: 8px;
    }

    .client_appointment_options_mobile{
        position: relative;
    }

    .client_appointment_options_mobile > a{
        position: absolute;
        right: 0px;
        top: -6px;
        padding: 6px 25px;
    }

    .client_appointment_options_mobile.scf-page{
        text-align: center;
    }

    .client_appointment_options_mobile.scf-page > a{
        position: relative !important;
        top: 0;
        padding: 5px 10px;
        width: 33.33%;
    }

    .client_appointment_options_mobile.scf-page > .btn-group > a{
        width: 75px !important;
    }

    .pagination {
        margin-bottom: 50px;
    }

    .page-actions a {
        float: left;
        width: 50%;
    }

    .page-actions a:first-child{
        margin-right: 1% !important;
        width: 49%;
    }
}