body {
	background-color: #f0f0f0;
}

.topline {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.topline > .container {
    background-color: #fafafa;
}

.main-header {
	margin-bottom: 0 !important;
	background-color: transparent;
}
.main-header > .container {
    background-color: #fff;
}

.aside__menu .list-group-item,
.list-group__articles .list-group-item {
	background-color: #eee;
}
.aside__menu .list-group-item:hover,
.list-group__articles .list-group-item:hover {
	background-color: #fff;
}

.navbar_postheader.brand-color {
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar_postheader > .container {
    background-color: #fff;
}

.navbar_postheader.setFixed {
	position: relative;
	-webkit-animation: none;
	animation: none;
	top: auto;
	left: auto;
}

.navbar_postheader.navbar-expand-lg .nav-link {
	font-size: 1.15rem;
	padding: 1rem 1.25rem;
}

.main-content > .container {
    background-color: #fff;
}

.main-header__call {
	padding-left: 0;
}

.main-header__call .fa-phone {
	top: auto;
	left: auto;
	position: relative;
}

.main-header__call .fa-phone {
	border: none !important;
    transform: rotate(90deg);
}

.fixed-sidebar {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 10;
}

.fixed-sidebar .icon {
    background-color: #333;
    color: #fff;
    width: 60px;
    height: 60px;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    position: relative;
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
}

.fixed-sidebar .icon:hover {
	background-color: #444;
}

.fixed-sidebar .fixed-block:first-child .icon {
	border-top-left-radius: 5px;
}
.fixed-sidebar .fixed-block:last-child .icon {
	border-bottom-left-radius: 5px;
}

.fixed-sidebar .icon i {
    color: #fff;
    font-size: 24px;
}

.fixed-sidebar .icon i.fa-shopping-cart {
	position: relative;
	top: 7px;
}
.fixed-sidebar .icon i.fa-sign-out-alt {
	position: relative;
	top: 3px;
}

.fixed-sidebar .icon span {
    display: block;
    position: absolute;
    min-width: 20px;
    height: 20px;
    background: #f56f4c;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    border-radius: 50% 50%;
    top: 10px;
    right: 5px;
}

.fixed-sidebar .personal {
    position: relative;
}

footer.page-footer a {
	color: #fff !important;
}

.card-body .text-success small {
	color: #000 !important;
	font-weight: bold;
}

.cardApp .text-success {
	color: #000 !important;
	font-weight: bold;
}
.cardApp .text-success i {
	color: #28a745!important;
}

.fa-boxes:before {
    content: "\f00c";
}