/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 24, 2019, 4:08:23 PM
    Author     : ikane
*/


@media (min-width: 1px) {
    .navbar-header {
        float: right;
    }
}

/* Media queries go at the bottom, because the order they're in can matter */
@media (max-width: 480px) {

    #vvToolbarItems .vvJumpToPage {
        padding-top: 0px;
        margin-bottom: 7px;
    }

    #vvToolbarItems .vvJumpToPageInput {
        width: 115px;
        margin-top: 0px;
    }   

    #vvToolbarHamburger {
        margin-top: 0px;
        padding: 7px 10px;
    }

    #vvToolbarHamburger .icon-bar {
        background-color:#267ab4;
    }

    #vvToolbarHamburger.mouseDown .icon-bar {
        margin-bottom: 6px;
    }

    #vvToolbarHamburger:hover, #vvToolbarHamburger:focus {
        background-color: transparent;
    }

    #vvToolbar #vvThumbToggleButton {
        margin-right: 30px;
        margin-top: 3px;
    }

    /* Make sure the hamburger menu can scroll */

    #vvToolbar .navbar-header {
        position: absolute;
        width: 100%;
    }

    #vvToolbar {
        height: 100% !important;
        position: absolute;
    }
    #vvToolbar .container-fluid {
        height: 100% !important;
        position: absolute;
        width: 100%;
    }

    #vvToolbarItems.overflowScroll {
        overflow: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: auto;
        position: absolute;
        top: 45px;
        bottom: 10px;
        left: 30px;
        right: 30px;
    }
}
