@media only screen and (max-width: 1000px) {
    .row.meetingPickerRow .col-md-2, .row.meetingPickerRow .col-md-10 {
        width: 100% !important;
        min-width: 100%;
    }
}
@media only screen and (max-width: 801px) {
    .headerBar {}

    .sidebar {
        width: 100% !important;
    }

    .mainContent {
        width: 100% !important;
    }

    .dashboardContainer .mainContent {
        width: 100% !important;
    }

    .sidebar {
        max-height: 100px;
    }

    .logo, .userSidebar a.logo {
        padding: 10px;
        /* max-height: 80px; */
    }

    .logoContainer {
        text-align: center;
    }

    a.logo img {
        max-height: 80px;
        width: auto;
    }
    .userSidebar ul.dash-nav.secondary {
        width: 100%;
        padding: 10px !important;
        position: initial !important;
        margin: 0px;
        padding-top: 0px !important;
        /* min-height: 400px; */
        text-align: center;
    }

    ul.dash-nav a {
        display: inline-block;
    }

    .dash-nav li {
        width: 29px;
        display: block;
    }

    .dash-nav li {
        margin-top: 0px !important;
    }

    ul.dash-nav {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .userSidebar li.logout, .userSidebar li.logout:hover {
        width: 16px;
        height: 16px;
    }

    .userDashboard .dashboardContainer .mainContent {
        clear: both;
        display: block;
        float: left;
    }

    .sidebar.userSidebar {
        height: auto !important;
        max-height: initial !important;
        min-height: initial !important;
    }
    .userSidebar li.logout, .userSidebar li.logout:hover {
        display: block;
        width: 16px !important;
        /* margin-top: 5px !important; */
        background: url('/images/icons/logoutUser.png') no-repeat 0px 3px;
        /* padding-left: 100px; */
        margin-left: 10px;
    }
    .stagePreview.stageFive.btn.btn-event {
        width: 100%;
    }

    .whiteBgBox {
        overflow: scroll;
    }
    .bookingFormStart .col-md-6 {
        width: 100% !important;
        min-width: 100% !important;
    }
}
@media only screen and (max-width: 600px) {
    .mapRegionSelector {
        width: 100%;
        border: 1px solid #ccc;
        margin-right: 0px !important;
    }
    .bookingFormActions a {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

/* Updates from 14th Oct 22 */
@media only screen and (max-width: 801px) {
    .dashboard-layout:not(.userDashboard) .sidebar {
        max-height: initial;
    }
    
    .dashboard-layout:not(.userDashboard) .dash-nav li {
        width: 100%;
        padding-left: 10px !important;
    }
    
    .dashboard-layout:not(.userDashboard) ul.dash-nav a {
        width: 24%;
        text-align: left;
    }
    
    .dashboard-layout:not(.userDashboard) ul.dash-nav.secondary {text-align: left;border-top: 1px solid #cccccc50;}
}
@media only screen and (max-width: 750px) {
    .dashboard-layout:not(.userDashboard) ul.dash-nav a {
        width: 49%;
    }
}
@media only screen and (max-width: 450px) {
    .dashboard-layout:not(.userDashboard) ul.dash-nav a {
        width: 100%;
    }
}