.mainCenter-row2 {
    margin: 0 10px 25px;
}
.bg-white {
    background-color: #fff;
}
.pd20 {
    padding: 20px;
}
.dashboard-block h1 {
    position: relative;
    margin: 0 -20px 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #434343;
}

.dashboard-block h1:before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    top: 8px;
    bottom: 8px;
    background-color: #4DBD72;
}
.icon-msg2 {
    position: absolute;
    top: 3px;
    left: 20px;
    width: 28px;
    height: 28px;
    background: url(../../img/icon-dashboard.png) no-repeat 0 -100px;
}
.icon-report {
    position: absolute;
    top: 3px;
    left: 20px;
    width: 28px;
    height: 28px;
    background: url(../../img/icon-dashboard.png) no-repeat -50px -100px;
}
.dashboard-block h1:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -3px;
    height: 1px;
    background-color: #eaedf1;
}
.li-style1>li {
    margin-bottom: 10px;
}
.li-style1>li>a {
    padding: 15px;
    display: block;
    font-size: 14px;
    background-color: #f9fafc;
    color: #333;
}
.li-style1>li .badge {
    margin-left: 15px;
    border-radius: 3px;
}
.li-style1>li .badge-orange {
    background-color: #fc6d04;
}
.li-style1>li .badge-gray {
    background-color: #bcbfc9;
}

.li-style1>li .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px;
}
.header-top {
    position: absolute;
    top: 18px;
    right: 0;
}
.header-top.border-bottom {
    border-bottom: none !important;
}

.header-top .navbar-static-top {
    background-color: #fff;
}