/*
    Component/template specific styles should go to controls.css
    or corresponding component css files.
    This CSS file includes all site-wise styles:
    1. Site body/content style;
    2. Home banner;
    3. Nav bar;
    4. Avartar;
*/

@media (max-width: 767px) {
    /* On small screens, the nav menu spans the full width of the screen. Leave a space for it. */
    body {
        padding-top: 50px;
    }
}

@media(max-width:1499px) {
    .menu-grid-item .glyphicon {
        margin: 35% 32%;
    }
}

@media(min-width:1500px) {
    .menu-grid-item .glyphicon {
        margin: 35% 34%;
    }
}

/* General View Style*/
.relative {
    position: relative;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.font-8 {
    font-size: 8px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-20 {
    font-size: 20px !important;
}

.background-white {
    background-color: #eee;
}

.height-auto {
    height: auto;
}

.height-450 {
    height: 450px;
}

.width-full {
    width: 100%;
}

.width-1-4 {
    width: 25%;
}

.width-1-2 {
    width: 50%;
}

.width-80 {
    width: 80px;
}

.width-50 {
    width: 50px;
}

.width-150 {
    width: 150px;
}

.width-200 {
    width: 200px;
}

.max-width-300 {
    max-width: 300px;
}

.view-content {
    padding: 0px;
    height: 100%;
    background-color: #eee
}

.view-content-header {
    margin: 50px 0 30px 0;
}

.view-content-section {
    padding: 20px 0;
}

.spliter {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: grey;
}

/* Home Page Navigation*/
.home-banner {
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 55vh;
    width: 100%;
}

    .home-banner h1 {
        position: relative;
        float: left;
        height: 20%;
        width: 100%;
        margin: 15% auto 5px auto;
        color: white;
        font-size: 64px;
    }

    .home-banner .pmed-version-note {
        color: #ccc;
    }

.home-menu {
    position: relative;
    float: left;
    width: 100%;
    height: 45vh;
}

.home-menu-panel {
    position: relative;
    float: left;
    width: 95%;
    height: 90%;
    margin-left: 5%;
}

.menu-grid-item {
    position: relative;
    float: left;
    top: -40%;
    height: 100%;
    width: 17%;
    margin: 0px 0px 20px 2%;
    background-color: white;
    border-radius: 10px;
    opacity: 0.9;
    cursor: pointer;
    /*box-shadow: #aaa 5px 5px 10px;*/
}

    .menu-grid-item h2 {
        position: relative;
        text-align: center;
        font-size: 22px;
        margin: 10% 5%;
    }

    .menu-grid-item .glyphicon {
        height: 20%;
        width: 20%;
        font-size: 76px;
    }

/*Avatar style*/

.avatar-banner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: transparent;
    width: 20%;
    height: 90px;
    padding: 10px 0 30px 25px;
    z-index: 2;
}

.avatar {
    height: 56px;
    width: 56px;
    position: relative;
    float: left;
    border-radius: 28px;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: central;
}

.avartar-text {
    align-items: center;
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    position: relative;
    height: 50px;
}

.avartar-banner-icon {
    height: 40px;
    width: 40px;
    background-color: transparent;
    position: relative;
    margin: 15px 0 0 10px;
    float: left;
    cursor: pointer;
}

    .avartar-banner-icon .glyphicon {
        color: gray;
        margin: 8px 0 0 10px;
        font-size: 22px;
    }

    .avartar-banner-icon :hover {
        color: white;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        margin-bottom: -2px;
    }

        .nav-tabs > li > a {
            padding: 10px 20px 6px 20px;
        }

.nav-link {
    cursor: pointer;
    color: silver;
    font-size: 18px;
    font-weight: 500;
}

a.nav-link:hover {
    color: gray;
}

.navbar-nav > li > a {
line-height:0px;
font-size:13px;
}

.auto-scroll-y {
    overflow-y: auto;
}

.auto-scroll-x {
    overflow-x: auto;
}

.navbar-collapse.collapse {
    height: calc(100% - 130px) !important;
    overflow-y: auto !important;
}

.auto-content-width {
    width: auto;
    margin: 0px auto;
}

.revert-col-padding {
    padding-left: 0px;
    padding-right: 0px;
}

/*(Below) Overwrite vuetify styles*/
.application--wrap {
    flex: 1 1 auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    min-height: 75vh;
    max-width: 100%;
    position: relative;
}

.app-content-background {
    background: #eee;
}

.v-tabs__div > a {
    text-decoration: none;
    color: white;
}

    .v-tabs__div > a:hover {
        text-decoration: none;
    }

.v-tabs__item:not(.v-tabs__item--active):hover {
    opacity: 1;
}

.v-label {
    font-size: 14px;
}

label.v-label {
    font-weight: normal;
}

.v-input--selection-controls.v-input .v-label {
    top: 3px;
}

.meta-data > .v-input--selection-controls {
    margin-top: 0px;
}

a:hover {
    text-decoration: none;
}

.v-text-field input {
    padding: 4px 0 0 0;
}

.v-input__slot {
    margin-bottom: 4px;
}

.v-input {
    font-size: 14px;
}

.v-input__icon {
    cursor: default;
}

i.v-icon {
    cursor: pointer !important;
}

.v-list__tile__action {
    min-width: 40px;
}

.v-list__tile {
    font-size: 14px;
}

.cat-table table.v-table thead th {

padding:0 10px !important;
}

/*(Above) Overwrite vuetify styles*/
.min-height-300 {
    min-height: 300px;
}

.min-height-500 {
    min-height: 500px;
}

.route-disabled {
    pointer-events: none;
    opacity: 0.6;
}

.detailed-review-filters > .v-input__control > .v-input__slot > .v-select__slot {
    min-width: 100%;
}

.states-selections > .v-input__control > .v-input__slot > .v-select__slot {
    min-width: 100%;
}

.panel-left {
    width: 4%;
    float: left;
    position: relative;
    min-height: 100vh;
    padding-right: 15px;
    padding-left: 15px;
}

.panel-right {
    width: 5%;
    float: left;
    position: relative;
    min-height: 100vh;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #eee;
}

.panel-middle {
    width: 91%;
    float: left;
    position: relative;
    min-height: 100vh;
    padding-right: 15px;
    padding-left: 15px;
}

.aashto-primary {
    background-color: #d73635;
}

.aashto-primary-dark {
    background-color: #9e000e;
}

.aashto-primary-light {
    background-color: #ff6b5f;
}

.aashto-secondary {
    background-color: #1c3144;
}

.aashto-secondary-dark {
    background-color: #00081d;
}

.aashto-secondary-light {
    background-color: #465a6f;
}

.aashto-text-primary {
    color: #d73635;
}

.aashto-text-primary-dark {
    color: #9e000e;
}

.aashto-text-primary-light {
    color: #ff6b5f;
}

.aashto-text-secondary {
    color: #1c3144;
}

.aashto-text-secondary-dark {
    color: #00081d;
}

.aashto-text-secondary-light {
    color: #465a6f;
}

.cursor-pointer {
    cursor: pointer;
}

.text-red {
    color: red;
}

.text-gray {
    color: #ddd;
}

.text-white {
    color: white;
}

.pmed-logo {
    position: relative;
    width: 107px;
    height: 57px;
    float: right;
    margin-top: 5px;
    margin-right: 20px;
    background-color: transparent;
}
