.topbar .topbar-left {
    background: #33c37d;
    border-bottom: 1px solid #33c37d;
    float: left;
    height: 70px;
    position: relative;
    width: 240px;
    z-index: 1;
}

.logo {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 70px;
}

.logo h1 {
    height: 50px;
    margin: 0 auto;
    text-align: center;
}

.logo i {
    color: #ffffff;
}

.navbar-default {
    background-color: #33c37d;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > .open > a {
    background-color: rgba(0, 0, 0, 0.06);
}

.navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(0, 0, 0, 0.06);
}

.navbar-default .navbar-nav > .open > a:hover {
    background-color: rgba(0, 0, 0, 0.06);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: rgba(0, 0, 0, 0.09);
}

.nav > li > a i {
    font-size: 20px;
}

.nav > li > a .badge {
    position: absolute;
    right: 10px;
    top: 18px;
}

.profile img {
    border: 2px solid #edf0f0;
    height: 36px;
    width: 36px;
}

.dropdown-menu-lg {
    width: 300px;
}

.dropdown-menu-lg .list-group {
    margin-bottom: 0;
}

.dropdown-menu-lg .list-group-item {
    border: none;
    padding: 10px 20px;
}

.dropdown-menu-lg .media-heading {
    margin-bottom: 0;
}

.dropdown-menu-lg .media-body p {
    color: #828282;
}

.scrollable-menu {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
}

.notifi-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0 10px;
}

.notification-list em {
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    margin-top: 4px;
}

.notification-list .list-group-item {
    padding: 12px 20px;
}

.notification-list .media-body {
    display: inherit;
    width: auto;
    overflow: hidden;
    margin-left: 50px;
}

.notification-list .media-body h5 {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    font-weight: normal;
    overflow: hidden;
}

.noti-primary {
    color: #33c37d;
    border: 2px solid #33c37d;
}

.noti-success {
    color: #3bafda;
    border: 2px solid #3bafda;
}

.noti-info {
    color: #3ddcf7;
    border: 2px solid #3ddcf7;
}

.noti-warning {
    color: #ffaa00;
    border: 2px solid #ffaa00;
}

.noti-danger {
    color: #ef5350;
    border: 2px solid #ef5350;
}

.noti-purple {
    color: #7266ba;
    border: 2px solid #7266ba;
}

.noti-pink {
    color: #f76397;
    border: 2px solid #f76397;
}

.noti-inverse {
    color: #4c5667;
    border: 2px solid #4c5667;
}

.navbar-form {
    border: none;
    box-shadow: none;
    padding: 0;
}

.app-search {
    position: relative;
    margin: 15px 0 0 10px;
}

.app-search a {
    position: absolute;
    top: 10px;
    right: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.app-search a:hover {
    color: #ffffff;
}

.app-search .form-control,
.app-search .form-control:focus {
    border: none;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 40px;
    margin-top: 3px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: none;
    border-radius: 30px;
    width: 300px;
}

input.app-search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
}

input.app-search-input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

input.app-search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

input.app-search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.navbar-nav {
    margin: 0;
}

.side-menu {
    bottom: 0;
    top: 0;
    width: 240px;
    z-index: 2;
}

.side-menu.left {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 70px;
    bottom: 0;
}

body.fixed-left .side-menu.left {
    bottom: 50px;
    height: 100%;
    margin-bottom: -70px;
    margin-top: 0;
    padding-bottom: 146px;
    position: fixed;
}

.content-page {
    margin-left: 240px;
    overflow: hidden;
}

.content-page > .content {
    margin-bottom: 60px;
    padding: 20px 5px 15px 5px;
}

.button-menu-mobile {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 21px;
    line-height: 70px;
    padding: 0 15px;
}

.button-menu-mobile:hover {
    color: #eeeeee;
}

.sidebar-inner {
}

#sidebar-menu,
#sidebar-menu ul,
#sidebar-menu li,
#sidebar-menu a {
    border: 0;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    font-size: 13px;
}

#sidebar-menu {
    background-color: #ffffff;
    padding-top: 0;
    padding-bottom: 30px;
    width: 100%;
}

#sidebar-menu a {
    line-height: 1.3;
}

#sidebar-menu ul ul {
    display: none;
}

#sidebar-menu ul ul li {
    border-top: 0;
}

#sidebar-menu ul ul li.active a {
    color: #33c37d;
}

#sidebar-menu ul ul a {
    color: #75767B;
    display: block;
    padding: 10px 25px 10px 65px;
}

#sidebar-menu ul ul a:hover {
    color: #33c37d;
}

#sidebar-menu ul ul a i {
    margin-right: 5px;
}

#sidebar-menu ul ul ul a {
    padding-left: 80px;
}

#sidebar-menu > ul > li > a {
    color: #565b5e;
    border-left: 2px solid transparent;
    display: block;
    padding: 12px 25px;
}

#sidebar-menu > ul > li > a:hover {
    background: #f5f5f5;
    border-left: 2px solid #33c37d !important;
}

#sidebar-menu > ul > li > a:hover i {
    color: #33c37d !important;
}

#sidebar-menu > ul > li > a:hover span {
    color: #4c5667;
}

#sidebar-menu > ul > li > a > span {
    vertical-align: middle;
}

#sidebar-menu > ul > li > a > i {
    display: inline-block;
    font-size: 18px;
    line-height: 17px;
    margin-left: 3px;
    margin-right: 12px;
    color: #565b5e;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

#sidebar-menu > ul > li > a > i.i-right {
    float: right;
    margin: 3px 0 0 0;
}

#sidebar-menu > ul > li > a.active {
    background: #f5f5f5;
    border-left: 2px solid #33c37d !important;
}

#sidebar-menu > ul > li > a.active i {
    color: #33c37d !important;
}

#sidebar-menu > ul > li > a.active span {
    color: #4c5667;
}

.menu-title {
    padding: 12px 20px !important;
    letter-spacing: .035em;
    pointer-events: none;
    cursor: default;
    text-transform: uppercase;
    font-size: 12px;
    color: #565b5e;
    margin-top: 20px !important;
    font-weight: 600 !important;
    padding-left: 32px !important;
}

#sidebar-menu > ul > li > a.active.subdrop {
    background: #f5f5f5 !important;
    border-left: 2px solid #33c37d;
}

#sidebar-menu > ul > li > a.active.subdrop i {
    color: #33c37d;
}

.subdrop {
    background: #f5f5f5;
    border-left: 2px solid #33c37d !important;
}

.subdrop i {
    color: #33c37d !important;
}

.subdrop span {
    color: #4c5667;
}

.user-detail {
    position: static;
    bottom: 64px;
    padding: 15px 30px;
    border-top: 0 solid #f5f5f5;
    left: 0;
    right: 0;
    width: 240px;
}

.user-detail .dropup {
    float: left;
    margin-right: 12px;
}

.user-detail h5 {
    color: #FFF;
}

#wrapper.enlarged .menu-title {
    display: none;
}

#wrapper.enlarged #sidebar-menu ul ul {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#wrapper.enlarged .left.side-menu {
    width: 70px;
    z-index: 5;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
    padding-left: 10px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
    background-color: #f5f5f5 !important;
}

#wrapper.enlarged .left.side-menu span.pull-right {
    display: none !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
    position: relative;
    white-space: nowrap;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
    background: #f5f5f5;
    position: relative;
    width: 260px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
    background: #ffffff;
    border: none;
    box-shadow: none;
    padding-left: 15px;
    position: relative;
    width: 190px;
    z-index: 6;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
    display: inline;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
    display: none;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    position: absolute;
    width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(270deg);
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
    display: none;
    padding-left: 10px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a > i {
    margin: 0;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
    padding: 15px 20px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
    margin-right: 20px !important;
    font-size: 20px;
    color: #a2acae;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
    position: relative;
    width: 260px;
    background: #f5f5f5;
    color: #33c37d;
    border-color: #33c37d;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a i {
    color: #33c37d;
}

#wrapper.enlarged .content-page {
    margin-left: 70px;
}

#wrapper.enlarged .topbar .topbar-left {
    width: 70px !important;
}

#wrapper.enlarged .topbar .topbar-left .logo span {
    display: none;
    opacity: 0;
}

#wrapper.enlarged .topbar .topbar-left .logo i {
    margin-right: 0;
}

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open :after {
    display: none;
}

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active :after {
    display: none;
}

#wrapper.enlarged .user-detail {
    bottom: 0;
    padding: 15px 0;
    width: 70px;
    text-align: center;
}

#wrapper.enlarged .user-detail .dropup {
    margin: 0 auto 0 17px;
}

#wrapper.enlarged .user-detail h5 {
    display: none;
}

#wrapper.enlarged .user-detail p {
    position: absolute;
    right: 15px;
    top: 32px;
}

#wrapper.enlarged .user-detail p span {
    display: none;
}

#wrapper.enlarged #sidebar-menu ul ul li.active a {
    color: #33c37d;
}

#wrapper.enlarged .footer {
    left: 70px;
}

#wrapper.right-bar-enabled .right-bar {
    right: 0;
}

#wrapper.right-bar-enabled .left-layout {
    left: 0;
}

.right-bar-toggle:focus {
    background-color: rgba(0, 0, 0, 0.06) !important;
}

.side-bar.right-bar {
    float: right !important;
    right: -270px;
    bottom: 0;
    top: 70px;
}

.side-bar {
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    background-color: #ffffff;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    display: block;
    overflow-y: auto;
    position: fixed;
    transition: all 200ms ease-out;
    width: 270px;
}

.side-bar .nav.nav-tabs + .tab-content {
    margin-bottom: 0;
    padding: 20px;
}

.side-bar .tabs li.tab a {
    font-weight: 600;
}

.right-bar {
    background: #ffffff !important;
    position: fixed !important;
    z-index: 99 !important;
}

.right-bar h4 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.right-bar .nicescroll {
    height: 100%;
}

.contact-list {
    max-height: 600px;
}

.contact-list .list-group-item {
    border: none;
}

.contact-list .list-group-item:hover {
    background: #f5f5f5;
}

.contact-list i.offline {
    color: #ef5350;
}

.contact-list i.away {
    color: #ffaa00;
}

.contacts-list .avatar {
    display: inline-block;
    float: left;
    margin-right: 5px;
    width: 30px;
}

.contacts-list .avatar img {
    border-radius: 50%;
    width: 100%;
}

.contacts-list .list-group-item span.name {
    color: #707780;
    display: inline-block;
    float: left;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
}

.contacts-list i.online {
    color: #a0d269;
}

.contacts-list i {
    color: #dddddd;
    float: right;
    font-size: 9px;
    line-height: 30px;
}

/* Added by WNAZAR */

.dropup .dropdown-menu {
    top: 100%;
    bottom: auto;
    margin-bottom: 2px;
}

.user-detail a {
    color: #FFF;
}

.btn {
    text-transform: none;
    font-weight: 600;
    font-size: 12px;
}

.col-md-3-5 {
    width: 30%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
