.header .admin-dropdown-menu{
	margin-top: 0px!important;
}
.level-1-menu{
	border-bottom: 2px solid #253544;
}
.side-menu>li a:focus,.side-menu>li a:hover {
    color: #fff;
    background-color: #425c78
}
.page-sidebar ul li a{
	padding: 15px 15px;
}
.ibox .ibox-head .ibox-tools>a,.ibox .ibox-head .ibox-tools>a:hover{
	color: #fff;
	font-size: 13px;
}
.glyphicon{
	font-size: 10px;
}
.page-content{
	margin-bottom: 50px;
}
.hr-25{
	margin: 20px -25px 20px -25px;
}
.step{
	border: 1px solid #777;
	height: 25px;
	width: 25px;
	text-align: center;
	border-radius: 30px;
	background: #e7e7e7;
	color: #777;
}
.step span{
	position: relative;
	top: 2px;
	font-weight: bold;
}
.active-step{
	background: #777;
	color: #fff;
}
.bg-light-dark{
	background-color:#34495f;
	color: #fff;
}
.summary{
	margin-bottom: 15px;
}
.ibox{
	border-radius: 2px;
}
.link{
	cursor: pointer;
}
.ibox-tools{
	margin-right: 5px;
}
.boxed{
	border: 1px solid #e7e7e7;
	border-radius: 3px;
}
.card-header{
	background-color: #f5f5f5;
	border: 1px solid #e7e7e7;
}
.ibox .ibox-head{
	background-color: #f5f5f5;
	border-top: 1px solid #e7e7e7;
}
.login-content {
    max-width: 600px;
    margin: 100px auto 50px;
}
.auth-head-icon {
    position: relative;
    height: 100px;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background-color: #fff;
    color: #5c6bc0;
    box-shadow: 0 5px 20px #d6dee4;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.error-box{
	max-width: 600px;
    margin: 50px auto -50px;
}
.side-menu .nav-2-level>li>a{
	padding: 10px 10px 10px 50px;
}
.hr-20{
	margin-left: -20px;
	margin-right: -20px;
}
.hr-25{
	margin-left: -25px;
	margin-right: -25px;
}
.hr-30{
	margin-left: -30px;
	margin-right: -30px;
}
.wizard-steps{
    margin-top: -20px;
    position: relative;
    top: 13px;
}
.wizard-steps li{
    border: 3px solid #e7e7e7;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    background: #fff;
    padding-top: 6px;
    font-family: 'Rockwell', serif;
    cursor: pointer;
}
.wizard-steps li.active-step{
    border: 3px solid #568fde;
    color: #fff;
    background: #265FAE;
}
.form-steps{
	margin-top: -25px;
}
.form-steps div{
	margin-top: -30px;
	margin-bottom: 30px;
}
.highcharts-root{
	font-family: "Poppins"!important;
}
.header .page-brand{
	font-size: 20px;
	letter-spacing: 0px;
}
td a{
	color: #007bff;
}
#login-form,#forgot-form{
	padding-top: 0px;
	margin-top: -20px;
}
.daterangepicker thead th.prev::before,.daterangepicker thead th.next::before{
	display: none!important;
}