* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body html {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;

}

img {
    width: 100%;
}

.nav ul {
    list-style-type: none;
    padding: 25px;
}

.nav ul li {
    margin-top: 15px;
}

.nav ul li a {
    text-decoration: none;
    color: #a2a3a5;
    width: 100%;
    display: block;
    padding: 10px;
}

.nav ul li a:hover {
    background: #69ad27;
    color: white;
}

.active:hover {
    background: #69ad27;
    color: white;
}

.nav {
    width: 180px;
    min-height: 100%;
    position: fixed;
    box-shadow: 1px 0px 0 0px rgba(170, 170, 170, 0.7);
    background: white;
}

.nav ul img {
    width: 20px;
    vertical-align: middle;
}

.menu-title {
    font-weight: bold;
    color: #69ad27;
}

.nav ul span {
    font-size: 15px;
    vertical-align: bottom;
    margin-left: 5px;
}

.active {
    color: #69ad27;
}

.main-container {
    padding-left: 180px;
    min-height: 1000px;
    background: #eff1f7;
}

.header-bar {
    background: white;
    height: 82px;
}

.hb-left {
    width: 50%;
    height: 100%;
    float: left;
}

hb-right {
    width: 50%;
    height: 100%;
    float: right;
}

.search-box {
    font-size: 20px;
    background: #f5f7fd;
    margin: 20px 0px 0px 50px;
    display: inline-block;
    border-radius: 50px;
    padding: 5px;
}

.search-box img {
    width: 24px;
    vertical-align: middle;
}

.search-box input {
    font-size: 15px;
    background: unset;
    border: unset;
    vertical-align: bottom;
    margin-left: 10px;
}

input:focus {
    outline: none;
}

.hb-right {
    text-align: right;
    padding-top: 15px;
}

.hb-right>div {
    display: inline-block;
    vertical-align: middle;
}

.not {
    width: 24px;
    margin-right: 5px;
}

.avatar {
    width: 48px;
}

.container {
    padding: 5px;
}

.box {
    width: 100%;
    background: white;
    border-radius: 20px;
}

.statistics {}

.stat-box {
    width: 100%;
}

.stat-box-inner {
    width: 23%;
    float: left;
    padding: 20px 10px;
    margin: 5px;

}

.stat-box:first-of-type {
    padding-left: 0px;
}

.stat-box:last-of-type {
    padding-right: 0%;
}

.sb-left img {
    float: left;
    text-align: right;
    width: 30%;
}
.mch{
color: #2e4765;
}
.sc{
    color: silver;
}

.sb-right {
    font-size: 9px;
    padding-left: 10px;
}
.company-inc{
    padding: 10px;
    min-height: 100px;
}
.clear{
    clear: both;
}
.border-bottom{
    border-bottom: 1px solid ;
}
.income > div{
    float: left;
    width: 23%;
    text-align: center;
    padding-top: 10px;
}
.activity{
    margin-top: 10px;
    width: 100%;
    height: 500px;
    padding: 20px;
    background-color: white;
}

.activity, ul li {
    color: #69ad27;
    font-size: 20px;
}
.a-left{
    width: 50%;
    float: left;
}
.center{
    text-align: left;
    margin-bottom: 30px;
}