/* using this file for mobile specific media queries on Agency and Vendor side */
@media only screen and (max-width: 700px) {
    /* NOTIFICATIONS */
    #notificationFlashContainer,
    #notificationFlashWrapper {
        width: 95% !important;
    }
    .session-notification-wrapper {
        width: 100% !important;
    }
    #notificationFlash {
        width: 100% !important;
    }

    /* GENERAL LAYOUT */
    #content {
        padding: 8px !important
    }
    .fieldSetData,
    .fieldset-margin {
        margin-bottom: 12px !important;
        padding-bottom: 0px !important;
    }
    .auto-width {
        width: 95%;
        margin: 0 2.5%;
    }

    fieldset.fldWarning {
        margin-top: 10px !important;
    }

    /* Dashboard Cards */
    .stretch-card {
        margin: 10px !important;
        padding-left: 0;
        padding-right: 0;
    }
    .card .card-body {
        min-height: 80px !important;
    }
    .card-body {
        padding: 5px 10px !important;
        margin-top: 10px;
    }
    .hed {
        right: 20px !important;
        top: 10px !important;
    }
}
