body {
	background-color: #EDEEF0;
}

/* header start */
.container-fluid.header-container-fluid {
    background-color: #FFFFFF;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    min-height: 60px;
    margin-bottom: 20px;
    padding-bottom: 80p;
    z-index: 300;
}

a.a-logo-header {
    text-decoration: none;
    line-height: 60px;
    font-size: 1.5em;
}

ul.nav.justify-content-end.nav-top-header li a {
    line-height: 44px;
}
/* header end */

.container.main-container {
    background-color: #FFFFFF;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
}


/* sidebar */
.col-4.sidebar {
    border-left: 1px solid #E3E4E8;
    padding: 0 !important;
}

.sidebox {
    margin: 15px 0;
}

.sidetitle {
    line-height: 40px;
    padding: 0 15px;
    border-bottom: 1px solid #E3E4E8;
    border-top: 1px solid #E3E4E8;
}
/* sidebar */