﻿@media(max-width: 1199px) {
    #nav-left {
        z-index: 1000;
        left: -200px;
        transition: left 300ms;
    }
    #nav-left.open {
        left: 0px;
    }
    #nav-left .btn-toggle-nav {
        background: transparent;
        color: rgba(255, 255, 255, 0.4);
        border-color: rgba(255, 255, 255, 0.2);
    }
    
    #nav-top {
        left: 0;
    }
    .btn-toggle-nav,
    .btn-toggle-filters {
        margin-top: 3px;
    }
    #nav-top .sitewide-filters {
        position: fixed;
        top: 65px;
        right: 30px;
        width: 220px;
        background: #FFF;
        z-index: 900;
        margin-top: 0;
        padding: 10px;
        border-radius: 3px;
        border-top-right-radius: 0;
        border: 1px solid #CCC;
    }
    #nav-top .sitewide-filters::before,
    #nav-top .sitewide-filters::after {
        content: '';
        position: absolute;
        top: -20px;
        right: -1px;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-bottom: 20px solid #CCC;
    }
    #nav-top .sitewide-filters::after {
        right: 0;
        top: -18px;
        border-bottom-color: #FFF;
    }
    #nav-top .sitewide-filters .form-control,
    #nav-top .sitewide-filters .dropdown-toggle,
    #btn-set-active-clinics {
        width: 200px !important;
        margin-bottom: 5px;
    }
    #btn-set-active-clinics {
        margin-bottom: 0;
    }

    #header {
        margin-left: 0;
    }
    #page {
        margin-left: 10px;
    }

    .support-portal {
        display: none !important;
    }
}
@media(max-width: 900px) {
    #header { position: relative !important; text-align: center; }
    #header h1 { float: none !important; margin-bottom: 10px; }
    #header .btn { margin-bottom: 10px; }
    #header .pull-right { float: none !important; }
    #header .text-right { text-align: center; }
    #header + #page { margin-top: 20px !important; }

}
@media(max-width: 768px) {
    .dt-buttons.btn-group { margin-bottom: 0; }
    .dt-buttons.btn-group .btn { margin-bottom: 10px; }
    .table .btn { display: block; }
}
@media(min-width: 1200px){
    .responsive-link {
        display: none !important;
    } 
}