@media (min-width: 501px) and (max-width: 992px) {

    canvas#graphCanvas {
        padding: 0 !important;
    }

    .navbar-custom .navbar-brand img {
        max-height: 80px;
    }

    .navbar-custom .navbar-header {
        height: 100px;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: transparent;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #286090;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-custom .navbar-title {
        float: initial;
        padding-left: 0;
        text-align: center;
        margin: 0 auto;
    }

    #content {
        display: block;
    }

    #leftMenu, #leftMenu.menu-hide {
        transition: all 1s;
        width: 100%;
        min-height: 60px;
    }

    #leftMenu button#display-left-menu,
    #leftMenu button.button-download-hidden {
        right: 5vw;
        top: 20px;
        margin-top: -15px;
        margin-left: -15px;
        background-color: #2F80ED !important;
        color: white;
        width: 35px;
    }


    #leftMenu.menu-hide button#display-left-menu {
        right: 25px;
        top: 20px;
        margin-top: -15px;
        margin-left: -15px;
        background-color: #0E2031 !important;
        color: white;
        width: 35px;
    }

    #leftMenu.menu-hide button.button-download-hidden.button-link {
        right: 100px;
        top: 20px;
        margin-top: -15px;
        margin-left: -15px;
        background-color: #2F80ED !important;
        color: white;
        width: 35px;
    }

    #leftMenu.menu-hide button.button-download-hidden.button-file {
        right: 150px;
        top: 20px;
        margin-top: -15px;
        margin-left: -15px;
        background-color: #2F80ED !important;
        color: white;
        width: 35px;
    }

    #leftMenu.menu-hide button.button-download-hidden.button-image {
        right: 200px;
        top: 20px;
        margin-top: -15px;
        margin-left: -15px;
    }

    #leftMenu.menu-hide button#display-left-menu {
        font-size: 15px;
    }

    #leftMenu button#display-left-menu i:before {
        content: "\f077";
    }

    #leftMenu.menu-hide button#display-left-menu i:before {
        content: "\f078";
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-custom .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
        margin: 0 auto;
    }

    .footer-attribution {
        position: relative;
    }

    .navbar-custom .navbar-nav > li {
        float: none;
        width: 200px;
        margin: 0 auto;
        text-align: center;
    }

    .navbar-custom .navbar-nav li.return {
        float: none;
    }

    .navbar-custom .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
        margin-bottom: 10px;
    }

    .navbar-collapse.collapse.in {
        max-height: none !important;
        min-height: 360px;
    }

    .snackbar {
        min-width: 100%;
        margin: 0px;
        left: 0;
    }

    #snackbar-disclaimer.snackbar {
        min-width: 100%;
        margin: 0px;
        left: 0;
    }

    .footer {
        display: flex;
        margin-top: 1.5rem;
        width: 100%;
    }

    .footer p {
        /*width: 110px;*/
    }

    .footer div img {
        height: 90px;
        width: auto;
    }

    .displayMobile {
        display: block;
    }

    .notMobile {
        display: none;
    }
}

@media (min-height: 780px) and (min-width: 993px) {
    .container-graph {
        /*height: 60vh;*/
        position: relative;
    }

    .footer {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .footer p {
        text-align: right;
    }
}