body {
	background:white;
	font-size: 1.3em;
	color: #697179;
}

.content-wrapper {
	background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 3%, rgba(233,233,233,1) 21%, rgb(245 245 245) 100%) !important;
}

.wrapper-home {
	min-height: 100%;
    position: static;
    overflow: hidden;
}
.main-header > .navbar {
	background: white;
	border: 1px solid #e3e7ed;
}

.main-header.fixed {
	border: 1px solid #e3e7ed;
}

.main-sidebar, .left-side {
	border: 1px solid #e3e7ed;
}

.mailbox-controls, .box-header.with-border {
	border-left: 1px solid  #d2d6de;
	border-right: 1px solid  #d2d6de;
}

.box-body {
	border-left: 1px solid  #d2d6de;
	border-right: 1px solid  #d2d6de;
	border-bottom: 1px solid  #d2d6de;
}
.main-header > .navbar {
	min-height: 60px !important;
}

.main-header .logo {
	font-family: 'Roboto Slab', serif !important;
}

.main-header .logo i {
	display: none;
}

.navbar-nav > li > a {
	padding-bottom: 23px !important;
	color: #7e86fa !important;
}

.sidebar-menu > li.treeview {
	position: relative;
}
.sidebar-menu > li.treeview:after {
	content: "";
	display: block;
	position: relative;
	bottom: 1px;
	right: -38px;
	height: 1px;
	border-bottom: 1px dashed 
	#b0b0b0;
	width: 66%;
}
.sidebar-menu > li a {
	color: #625fae;
	letter-spacing: 0.03em;
}

.sidebar-menu > li.header {
	display: none;
}
.sidebar-menu > li a:hover {
	color: #7e86fa;	
}
.sidebar-menu > li a i {
	color: #7e86fa;	
	width: 27px !important;
	font-size: 18px;
}

.box.box-solid {
	background: #f0f0f0;
	border-radius: 5px;
}

.sidebar-custom {
	min-height: calc(100vh - 64px);
	background:
	#ffffff;
/*	font-family: "Roboto", sans-serif;*/
	font-weight: 400;
	padding: 0.6rem 1.25rem;
	z-index: 11;
}

.bg-cards {
    background: white;
    outline: 1px solid #cdd4e0;
}

.bg-cards h3 {
	color: #1c273c;
	font-weight: normal;
}
.bg-cards p {
	font-size: 12px;
	color: #7987a1;
}

.bg-cards .icon {
	margin-top: 1px;
}

.bg-cards .small-box-footer {
	color: #3bb001 !important;
	background-color: #e8e8e8;
}

.dashboard-header ul {
	padding: 0;
	list-style: none;
}
.dashboard-header ul li {
	display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    background: #00c0ef;
    font-size: 13px;
    border-radius: 25px;
}
.dashboard-header ul li a {
	color: #fff;
}

.dashboard-header ul li a:hover {
	color: grey;
}
.dashboard-header ul li.heading {
	background-color: transparent;
	padding-left: 0;
}
.dashboard-header ul li.heading a {
	font-weight: 700 !important;
	color: #1c273c;
	font-size: 2rem;
}

.goaly {
	background: white;
	padding: 14px;
}

.m-top {
	margin-top: 40px;
}

.automation-cdit {
	display: block;
}

.automation-cdit a {
	cursor: pointer;
}