﻿

.main-content {
    padding: 20px;
    overflow: auto;
    position: absolute;
    top: 100px;
    left: 350px;
    right: 0;
    bottom: 15px;
}

/* PORTAL MENU */

.guest-portal-header{
    display:none;
}

.portal-menu {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 15px;
    width: 350px;
    background-color: #303844;
    color: white;
}

.menu-item {
    color: white;
    font-size: 1.1em;
    padding: 15px 0 15px 20px;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

    .menu-item:hover {
        /*border-left: 5px solid #00A8FF;
        padding-left: 25px;*/
        background: #3E4651;
    }

    .menu-item.selected {
        border-left: 5px solid #e7e021;
        padding-left: 15px;
        background: #3E4651;
    }

#sign-out-btn{
    color:white;
    letter-spacing:1.4px;
    position:absolute;
    bottom: 15px;
    width: 100%;
    text-align:center;
    font-size: 1.2em;
}


.vehicles {
    padding: 15px 5px 5px;
}

    .vehicles .vehicle-title {
        font-weight: bold;
        font-size: 1.1em;
    }

.vehicle {
    padding: 2px 0 2px 5px;
}

    .vehicle .vehicle-number {
        color: #8b8b8b;
        width: 10px;
        display: inline-block;
    }

    .vehicle .vehicle-description {
        padding-left: 2px;
    }

    .vehicle .vehicle-license-plate-number {
        border: 1px solid #3e3e3e;
        border-radius: 2px;
        font-size: .8em;
        padding: 0 3px;
        position: relative;
        top: -1px;
    }