body{ 
    font-family: Arial; 
    margin: 0px;
    background-color: rgba(255,255,255,1);
    overflow-x: hidden;
    border-right: 1px solid #E0E0E0;
    width:100%;
    height:100%;
}

#title-logo{
    height: 150px;
    width: 200px;
    text-align: center;
    vertical-align: middle;
}

#title-logo img{
    margin-top: 21px;
}

#title-header1{
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
}

#title-header2{
    font-size: 15px;
    font-weight: 500;
}

.spacer{
    margin-left: 18px;
    height: 1px;
    background:#E0E0E0
}

.a:hover{
    text-decoration: none !important;
}

.menu-item{
    display:flex;
    margin: 3 0 3 1;
    padding: 15 3 15 18;
    font-size: 16px;
    color: rgba(0,0,0,1);
}

.menu-item span{
    text-decoration: none !important;
    margin-left: 10px;
    display:block;
    width:150px;
    word-wrap:break-word;
}

.menu-item img{
    margin-top: auto;
    margin-bottom: auto;
    height: 20px;
    width: 20px;
}

.menu-item:hover{
    background-color: #E9F5FE;
    border-left: 3px solid #0073E7;
    text-decoration: none !important;
}

.active{
    background-color: #E9F5FE;
    border-left: 3px solid #0073E7;
    text-decoration: none !important;
}

.summary-page{
    text-decoration: none;
}