﻿
.navbar {
    border-bottom: 0 !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #ffcb05 !important;
    }

.navbar-inverse .navbar-nav > .active > a {
    color: #ffcb05 !important;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -10px !important;
}

.contextbar {
    margin-top: -3px;
    padding: 2px 5px 0;
    color: #fff;
    background-color: #222;
    font-size: 11px !important;
    font-weight: bold !important;
    z-index: 2000;
}

    .contextbar a {
        color: #ffca05;
    }

.vo-header {
    position: relative;
    margin-top: 6px;
    /*margin-right: 75px;*/
    z-index: -1000;
}

    .vo-header img {
        width: 140px;
    }

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

    /* Tablet Body Styles */

    .vo-header {
    }

        .vo-header img {
            width: 150px;
        }
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {

    /* Set widths on the form inputs since otherwise they're 100% wide */

    .vo-header {
    }

        .vo-header img {
            width: 180px;
        }

    .utilbar {
        margin-top: -3px;
        padding: 0 20px;
    }

    .utilbar-col-r {
        text-align: right;
    }
}
