/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .form_block_holder.quad .form_block {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    .custom_modal_holder {
        padding: 40px 10px 0;
        position: fixed;
    }

    .custom_modal_content {
    }

    .custom_modal_form_item_inline form {
        display: block;
    }

    .custom_modal_form_item_inline .form_actions {
        display: flex;
        width: 100%;
    }

    .custom_modal_form_item_inline .form_actions .w50 {
        width: 50%;
    }

    .form_frame {
        padding: 10px;
        margin-bottom: 0;
    }

    .filter_row .input_holder {
        width: 100%;
    }

    .notify_holder {
        position: fixed;
    }

    .patients_modal_holder {
        min-height: initial;
        max-height: 400px;
    }

    .row_holder_twin,
    .row_holder_trip,
    .row_holder_quad
    {
        flex-wrap: wrap;
    }

    .row_holder_twin > .row_holder_twin,
    .row_holder_twin > .row_holder_trip
    {
        width: 100%;
    }

    .row_holder_quad .input_holder {
        width: calc(50% - 5px);
    }

    .row_holder_trip .input_holder {
        width: 100%;
    }

    .row_holder_flex {
        flex-wrap: wrap;
    }

    .row_holder_flex .input_holder {
        width: 100% !important;
    }

    .form_block_holder {
        flex-direction: column;
    }

    .form_block_holder.twin .form_block {
        width: 100%;
    }

    .form_block_holder.trip .form_block {
        width: 100%;
        margin-bottom: 10px;
    }

    .form_block_holder.quad .form_block {
        width: 100%;
    }

    .form_block.main {
        width: 100%;
    }

    .form_block.side {
        width: 100%;
    }

    .login_form_holder {
        padding-top: 100px;
    }

    .tile_holder {
        margin: 20px auto 0;
        justify-content: space-between;
    }

    .tile_item {
        width: calc(50% - 10px);
        margin: 0 0 10px;
        flex-wrap: initial;
        max-width: 160px;
    }

    .card_data_item {
        background: none;
        flex-direction: column;
    }

    .card_data_name, .card_data_value {
        height: auto;
        width: 100%;
        line-height: initial;
    }

    .card_data_name {
        padding: 0;
        margin-bottom: 5px;
    }

    .card_data_value {
        display: flex;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.7);
        min-height: 40px;
        padding: 5px 15px;
    }

    .tab_links {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .notifications_holder {
        max-width: 100%;
        width: auto;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .redirect_create_form {
        min-width: 700px;
    }

    .menu_create_form {
        min-width: 700px;
    }

    .seo_rule_create_form {
        min-width: 700px;
    }

    .delivery_method_create_form {
        min-width: 700px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .payment_method_create_form {
        width: 1000px;
    }

    .delivery_method_create_form {
        min-width: 900px;
    }
}

@media only screen and (min-width: 1024px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .payment_method_create_form {
        width: 1180px;
    }
}
