.col-lg-5-cols.col-md-6.col-sm-6.col-xs-6{
	padding-left: 2px!important;
	padding-right: 2px!important;
	width: 33%;
}
.col-lg-5-cols.col-md-6.col-sm-6.col-xs-6.notpadl, .flextabs .col-lg-6-cols.col-md-6.col-sm-6.col-xs-6.notpadl {
	padding-left: 15px!important;
}
.col-lg-5-cols.col-md-6.col-sm-6.col-xs-6.notpadr, .flextabs .col-lg-6-cols.col-md-6.col-sm-6.col-xs-6.notpadr {
	padding-right: 15px!important;
}
.col-lg-5-cols.col-md-6.col-sm-6.col-xs-6 .card [class*="card-header-"] {
	margin: 0px 5px 0!important;
}
.card-header.card-header-icon img {
	max-width: 100%;
	height: 40px;
}
.card-stats .card-header .card-category:not([class*="text-"]) {
	font-size: 10px!important;
}
.col-lg-5-cols.col-md-6.col-sm-6.col-xs-6.notpadl-last, .col-lg-5-cols.col-md-6.col-sm-6.col-xs-6.notpadr-last {
	width: 49.5%!important;
}
.card .card-header.card-header-icon .card-title {
	margin-top: 3px!important;
    margin-bottom: 3px!important;
}
.card {
    border: 0;
    margin-bottom: 2px;
    margin-top: 2px;
    border-radius: 6px;
    color: #333333;
    background: #fff;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    font-size: .875rem;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
		.input-icon>i {
			background: #00b46d !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
			padding: 0px 15px!important;
			margin-left: -5px!important;
			height: 45px;
			line-height: 45px!important;
		}
		.input-icon > input {
			padding-left: 45px!important;
			padding-right: 6px!important;
			height: 45px;
		}
		.w-80 {
			max-width:450px;
			margin:auto;
		}
		button, html input[type="button"], input[type="reset"], input[type="submit"] {
			cursor: pointer;
			-webkit-appearance: button;
			background-color: #00b46d;
			border-color: #00b46d;
			border-radius: 3px;
			width: 100%;
			font-size:20px;
		}@media (max-width: 767px) {
			.hidemobile {
				display: none!important;
			}
			body.login {
				background:#fff!important;
			}
			body.login .box-login {
				box-shadow: none!important;
			}
		}