
html, body {
    background-color: #eef3fa;
    font-family: 'yva_textregular';
}


.container {
    padding: 0px;
    width: 1200px !important;
    min-height: 100% !important;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    position: relative;
}


.toyota-header {
    display: flex;
    align-items: flex-start;
    color: #ABAAAB;

}

.toyota-header div {
    flex-direction: column;
}

.toyota-header .header-image {
    margin: 10px 0 0 10px;
}

.toyota-header .header-border {
    background: #FFFFFF;
    border: 1px solid;
    border-color: #ABAAAB;
    z-index: 1;
}

.toyota-header .division {
    margin-left: 25px;
    margin-top: 20px;
    height: 32px;
    width: 170px;
    justify-content: start;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.toyota-header .division div {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    width: 26px;
    height: 26px;
    background-image: url('../../../themes/toyota/images/configuration.png');
    vertical-align: -7px;
}

.toyota-header .personinfo {
    margin-left: 15px;
    margin-top: 20px;
    height: 32px;
    width: 330px;
}

.toyota-header .personinfo div {
    margin-top: 5px;
    margin-left: 10px;
}

.toyota-header .logout {
    margin-left: 15px;
    margin-top: 20px;
    height: 32px;
    width: 100px;
}

.toyota-header .logout .div {
    margin-top: 5px;
    text-align: center;
}

.toyota-header .minilogo {
    margin-left: 15px;
    margin-top: 0px;
    height: 95px;
    width: 56px;
    background-image: url('../../../themes/toyota/images/toyota_logo.png');
    background-position-x: -13px;
    background-position-y: 0px;
    background-size: 81px;
    background-repeat: no-repeat;
}

.horizontal-line hr {
    margin-top: -60px;
    height: 1px;
    color: #ABAAAB;
    background-color: #ABAAAB;
    border: none;
    margin-left: 35%;
    z-index: 0;
}

.overflow-hidden {
    overflow: hidden;
    max-height: 15px !important;
}

.toyota-menu {
    margin-top: 37px;
    width: 100%;
    height:44px;
    background-image: url('../../../themes/toyota/images/menu-background.png');
    background-position-y: -1px;
    margin-bottom: 20px;
}

 /* Dropdown Button */
.dropbtn {
    /*background-color: #4CAF50;*/
    color: white;
    /*padding: 11px;*/
    font-size: 14px;
    min-width: 115px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-yva {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    /*height: 44px;*/
    z-index: 10;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-yva-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    /*border: 1px solid #427cb4;*/
    min-width: 115px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    text-transform: uppercase;
}

/* Links inside the dropdown */
.dropdown-yva-content a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #427cb4;
    height: 46px;
    text-decoration: none;
    border: 1px solid #427cb4;
    margin-top: 2px;
}

/* Change color of dropdown links on hover */
.dropdown-yva-content a:hover {
    background-color: #467db6;
    color: #FFFFFF;
}

/* Show the dropdown menu on hover */
.dropdown-yva:hover .dropdown-yva-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-yva:hover .dropbtn {
    background-color: #FFFFFF;
    border: 1px solid #427cb4;
    color: #437eb7;
    margin-top:0px;
}

.last-updated-menu {
    align: right;
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    font-size: 11px;
    margin: 0px 0px 0px 75px;
    text-transform: uppercase;
}

.last-updated-menu div {
    margin-top: 5px;
}

.sidebar { margin-right: 15px; min-height: 450px;}
.sidebar select { border: 1px solid gray; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: ''; cursor: pointer}
.sidebar select::-ms-expand { display: none; }
.sidebar .empty-space { height: 34px; width: 100% }

/* IE fix for the select inputs*/
select::-ms-expand {
    display: none;
}


/*picture sizes*/
.vci-logo {height: 51.1px !important}