﻿* {
    padding: 0px;
    margin: 0px;
}
.CssHeader{
    height:80px;
    border-bottom:1px solid #E7E7E7;
}
.Csslogo {
    position: relative;
    top: 20px;
    left: 30px;
    
}
.Csslogo a {
    text-decoration: none;
    color: #000000;
    display:inline-block;
}
    .Csslogo h5 {
        display: inline-block;
        position: relative;
        left: 20px;
        color: #5F6368;
    }
.CssLogin {
    text-align: right;
    margin-right: 100px;
    
}
.CssLogin a {
    text-decoration: none;
    font-size: 1rem;
    line-height:18px;
}
.CssNav {
    text-align: right;
    margin-right: 100px;
    position: relative;
    justify-content: right;
}
 
/** Left **/
.CssLeft {
    border-right: 1px solid #E7E7E7;
    height: 100vh;
    /*min-height:100%;*/
}

.CssLeft ul {
    list-style: none;
}
.CssLeft li {
    
}
.CssLeft li > a {
    margin: 10px;
    padding: 5px;
    display: block;
    width: 100%;
    color: #5F6368;
    /*font: bold 13px/24px Times, "Times New Roman", serif;*/
    /*font: bold 16px/24px Times, "Times New Roman", serif;*/
    text-decoration: none;
    /*text-shadow: 1px 1px #000;*/
    text-transform: uppercase;
    /*text-decoration: underline;*/
    font-size: 1.2rem;
}
.CssLeft li > a:hover {
    color: #EC6246;
    background-color:#e7e7e7;
}

/** Right **/
.CssRight {
    /*width: calc(100% - 350px);*/
}
.CssConetnts {
    margin:20px;
    font-size: 1.2rem;
    /*line-height: 18px;*/
}