@import url(https://fonts.googleapis.com/css?family=Quicksand:200,300,400,500,600,700);

body{
	font-family: 'Quicksand';
	font-weight: 500;
	font-size: 0.85rem
}
.login-register{
	background-image: url(../images/banner-2.jpg);
	position: relative;
}
.login-register::before{
	position: absolute;
	top: 0;
	left: 0;
	content:'';
	background: #fff;
	opacity: 0.9;
	height: 100%;
	width: 100%;
}
.login-register .card{
	border: none;
border-radius: 20px;
background: #fff;
box-shadow: 0px 0px 40px #ccc;
}
.login-register .card h2 img{
	height: 70px;
}
.login-register .card h3.box-title{
	color: #13b46a;
text-transform: uppercase;
font-weight: 500;
font-size: 15px;
}
.form-control{
	font-size: 0.9rem;
	padding-left: 10px !important;
    padding-right: 10px !important;
}
.btn-freshbari.btn-lg{
	    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}
label, a{
font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: #555!important;
}
.login-register .card a:hover{
color: #13b46a !important;
}
.login-register .card a{
	color:;
}
.login-register .text-danger{
	padding: 0px;
display: inline-block;
font-size: 12px;
}
.btn-freshbari{
    background: #13b46a;
    background: -webkit-linear-gradient(to right, #13b46a, #07d174);
    background: linear-gradient(to right, #13b46a, #07d174);
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;

}
.btn-freshbari:hover{
	color: #fff;
	box-shadow: 0px 0px 10px rgb(39, 213, 53, 0.5);
	color: #fff;
	opacity: 0.8
}
header.topbar{
	background: #13b46a !important;
box-shadow: none;
}
.sidebar-nav{
	background: transparent !important;
	padding-top: 68px;
}
.sidebar-nav ul li a{
	font-size: 0.9rem;
	padding:7px 15px;
	color: #444 !important;
	
}
.sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active:hover > a{
	background: #13b46a !important;
background: -webkit-linear-gradient(to right, #13b46a, #07d174) !important;
background: linear-gradient(to right, #13b46a, #07d174) !important;
color: #fff !important;
}
.sidebar-nav > ul > li.active > a i, .sidebar-nav > ul > li.active:hover > a i{color: #fff !important;}
.sidebar-nav ul li a i
{
	color:#13b46a !important;
	font-size: 14px;
}
.topbar .navbar-header{
	background-color: #fff !important;
	height: 70px
}
.left-sidebar{
background-image: url(../images/banner-1.jpg);
/*z-index: 99;*/
position: relative;
background-size: cover;
background-position: center;
padding-top:0;
}
.left-sidebar:before{
	position: absolute;
	background-color: #fff;
	content:'';
	opacity: 0.7;
	height: 100%;
	width: 100%;
}
.sidebar-nav > ul {
    padding: 10px 0px 60px;
    border-top: 1.5px solid #ddd;
}
.page-titles{
	padding: 15px !important;
}
.page-titles h3 {
    margin-bottom: 0px;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    color: #13b46a !important;
}
.page-titles .breadcrumb li a, .page-titles .breadcrumb .breadcrumb-item.active{
	font-size: 0.8rem !important;
	font-weight: 500 !important;
}
.page-titles .breadcrumb .breadcrumb-item.active{
	color: #13b46a !important;
}
.card-outline-info{
	background-color: #fff !important;
	border: none !important;
}
.card-outline-info .card{
	margin-bottom: 0
}

.card-outline-info .card-header{
    background: #fff;
    border-color: #fff;
        border-bottom-color: rgb(255, 255, 255);
    border-bottom: 1px solid #eee;
}
.card-outline-info .card-header .text-white{
	color: #13b46a !important;
font-weight: 400;
text-transform: capitalize;
font-family: 'Quicksand';
}
/*.page-wrapper{
	padding-top: 20px;
}*/
table thead tr th {
    background: #fff !important;
    color: #13b46a;
    border-bottom: 1px solid #13b46a;
}
table{
	border: none !important;
}
.btn-primary{
	background: #13b46a !important;
background: -webkit-linear-gradient(to right, #13b46a, #07d174) !important;
background: linear-gradient(to right, #13b46a, #07d174) !important;
color: #fff !important;
border: 1px solid #13b46a !important;
font-weight: 600;
}
.btn-primary:hover{
	background: #13b46a !important;
background: -webkit-linear-gradient(to right, #13b46a, #07d174) !important;
background: linear-gradient(to right, #13b46a, #07d174) !important;
color: #fff !important;
}