
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;
}


.yva-header {
    display: flex;
    align-items: flex-start;
    color: #868586;

}

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

.yva-header .header-image {
    margin: 24px 0 0 10px;
    background-image: url('../../../themes/kianl/images/vci-logo.png');
    background-size: 446px 28px;
    width: 446px;
    height: 28px;
}

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

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

.yva-header .division div {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    height: 26px;
    vertical-align: -7px;
}

.yva-header .personinfo {
    margin-left: 5px;
    margin-top: 20px;
    height: 32px;
    width: 320px;
}

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

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

.yva-header .logout .div {
    margin-top: 5px;
    text-align: center;
    color: #868586;
}

.yva-header .minilogo {
    margin-left: 15px;
    margin-top: 15px;
    height: 45px;
    width: 90px;
    background-image: url('../../../themes/kianl/images/kianl-logo.png');
    background-position: center;
    background-size: 90px;
    z-index:1;
}

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

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

.yva-menu {
    margin-top: 37px;
    width: 100%;
    height:50px;
/*    background-image: url('../../../themes/kianl/images/menu-background.png');
    background-position-y: -1px;*/

    border-bottom: 2px solid #BC202D;
}

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

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

/* 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: #BC202D;
    height: 46px;
    text-decoration: none;
    border: 1px solid #BC202D;
    margin-top: 2px;
}

/* Change color of dropdown links on hover */
.dropdown-yva-content a:hover {
    background-color: #BC202D;
    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 {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #BC202D;
    color: #000000;
    margin-top:0px;
}

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

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

.sidebar { margin-right: 15px;min-width: 185px; max-width: 185px;}
.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;
}

