/*v2 style*/
body {
	background-color: #f4f7fc;
}
.login-wrapper *, .page-wrapper *{
	font-family: Roboto;
}
 .page-wrapper .fa, .page-wrapper .far, .page-wrapper .fas {
    font-family: "Font Awesome 5 Free";
}
.login-wrapper {
	background: #fff;
}
.auth-left{
	background-size: cover;
	background-position: center center;
	background-color: #388efb;
	min-height: 100vH;
	padding: 40px;
background: #2dcc70;

}
.form-group small {
	line-height: 22px;
}

.alert.alert-danger {
	font-size: 12px;
	color: #fff;
	background-color: #f8163c;
	border-color: #f8163c;
}
.validation-tooltip {
	color: #f8163c;
	font-size: 12px;
}
.login-text{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0px;
	text-align: center;
}
.login-text h1 {
	color: #fff;
	font-weight: 900;
	font-size: 50px;
	font-family: roboto;
}

.login-text h4 {
	font-size: 25px;
	color: #ffffff;
	font-weight: 900;
	font-family: roboto;
	letter-spacing: 2px;
	margin-bottom: 60px;
	line-height: 39px;
}

.login-container {
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 30px;
}
.logo-login {
	width: 100%;
	max-width: 251px;
	display: block;
	margin-bottom: 50px;
}
.logo-login img{
	width: 100%;
}
.login-container h2 {
	font-size: 20px;
	color: #1e1d2f;
	font-weight: 700;
	margin-bottom: 20px;
}
.login-container p {
	color: #9d9d9d;
	font-size: 15px;
}

.login-container .form-group label, .register-container .form-group .col-form-label {
	color: #8C8C8C;
	margin-bottom: 2px !important;
	font-size: 14px;
	line-height: 22px;
}
.login-container .form-group .forgot {
	color: #9abc31;
	margin-bottom: 5px !important;
	font-size: 13px;
	padding: 0;
	float: right;
}
.login-container .form-control, .register-container .form-control {
	border: 1px solid #d5d5dc;
	height: 40px;
	border-radius: 2px;
	box-shadow: none !important;

}
.login-banner {
	width: 100%;
	max-width: 486px;
	margin: 0 auto;
}
.login-banner img{
	width: 100%;
}
.login-container .form-control[type="password"]{
	letter-spacing: 4px;
}
.btn.btn-blue.btn-block {
	height: 45px;
	background: #54cd6f;
	color: #fff;
	border-radius: 3px;
	font-size: 16px;
	border: none;
	line-height: 45px;
}
.auth-left span {
	position: absolute;
}
.auth-left span.topright {
	right:30px;
	top: 30px;
}
.auth-left span.bottomleft {
	left:30px;
	bottom: 30px;
}
.btn.btn-blue.btn-block.register-btn{
	background: #9abc31;
}
.navbar {
	background-color: #327003;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	z-index: 999999;
	height: 70px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.nav.navbar-nav {
	padding-left: 30px;
}
.nav-item {
	margin-left: 10px;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff !important;
	font-size: 15px;
	font-weight: 400;
	padding: 6px 7px !important;
	margin-left: 0;
	border-radius: 4px;
	transition: all ease .3s;
}
.dashboard-container > .row > .col-12{
	padding:0 5px;
}
.dashboard-overview .row {
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.dashboard-overview .widget {
	margin: 0 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	-webkit-border: none;
	padding: 0px;
	display: flex;
}
.box-shadow, .widget, .dashboard-overview .row {
	box-shadow: 0 0px 30px 0 rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0px 30px 0 rgba(0,0,0,.05);
}
.form-control:disabled, .hasDatepicker.form-control[readonly] {
	 background-color: #fff; 
	opacity: 1;
}
.navbar-nav a i {
	vertical-align: top;
	font-size: 14px;
	position: relative;
	top: 2px;
}
.content-area {
	padding: 10px 0 !important;
}
.page-wrapper {
	position: relative;
	display: block;
	padding-top: 0;
}

.panel.panel-default {
	background: #fff;
	box-shadow: 0 0px 30px 0 rgba(0,0,0,.05);
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.panel-heading {
	border-bottom: 1px solid #dddd;
	background: #fbfbfb !important;
	margin: -20px;
	padding: 10px;
	margin-bottom: 20px;
}
.panel-heading h3{
	font-size: 20px;
	margin: 0;
	font-weight: 600;
}
.form-group .btn {
	background-color: #388efb;
	border-color: #388efb;
	padding: 0 10px;
	box-shadow: 0 0 12px rgba(0,0,0,0.1);
	line-height: 35px;
	min-width: 90px;
}

.form-group .btn.btn-primary {
	background-color: #388efb;
	border-color: #388efb;
}
.form-group .btn.btn-danger {
	background-color: #fb383d;
	border-color: #fb383d;
}
/*registration Start*/
.register-section{
	min-height: 100vH;
	padding: 20px 0;
background:#2dcc70;
	position: relative;
}
.register-section h1 {
	text-align: center;
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 700;
}
.register-head{
	text-align: center;
	margin-bottom: 40px;
}
.register-head p {
	color: #6e7484;
	font-size: 14px;
}
.emotion {
	color: #e49a9f;
	font-size: 50px;
}
.register-container {
	border-radius: 10px;
	background: #fff;
	padding: 40px 50px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.col-form-label {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: inherit;
	line-height: 0;
}
.register-container  .form-group {
	margin-bottom: 10px;
}
.logo-register {
	text-align: center;
	padding: 0px 0 30px;
	margin:20px auto;
}
.register-section > .topright {
	position: absolute;
	top: 30px;
	right: 30px;
}
.register-section > .bottomleft {
	position: absolute;
	left: 30px;
	bottom:30px;
}
/*registration  End*/


.required-input {
color: #f03c3c;
position: relative;
left: 2px;
top: -3px;
font-size: 13px;
}










.subscription-plan h2 {
	color: #222;
	font-size: 30px;
	font-weight: 700;
	margin: 30px 0 0;
}
.subscription-plan p {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	margin: 0px 0 40px;
}

.subscription-plan .card {
	border: none;
	border-radius: 10px;
	box-shadow: 0 0px 30px 0 rgba(0,0,0,.05);
	overflow: hidden;
}

.card-heading {
	margin: -16px;
	background: #ea7b25;
	overflow: hidden;
	border: none;
	padding: 20px 10px;
	margin-bottom: 0;
}
.card-heading h3 {
	color: #fff;
	margin: 0;
	font-size: 20px;
	margin-bottom: 10px;
}
.card-heading h4 {
	font-size: 35px;
	font-weight: 900;
	margin: 0;
	color: #fff;
}
.card-body {
	margin: 0;
	padding: 0;
	padding-top: 20px;
}
.card-body h6 {
	color: #565656;
	font-size: 16px;
	line-height: 20px;
}
.card-body h5 {
	font-weight: 900;
	font-size: 25px;
	margin-top: 10px;
	color: #ea7b25;
}
.card-body .btn.btn-primary {
	margin: 10px 0 0;
}
.plans-wrap .plans-list:nth-child(1) .card-heading{
	background-color: #b3b4b8;
}
.plans-wrap .plans-list:nth-child(2) .card-heading{
	background-color: #ff203f;
}
.plans-wrap .plans-list:nth-child(3) .card-heading{
	background-color: #1dc653;
}
.plans-wrap .plans-list:nth-child(4) .card-heading{
	background-color: #229bff;
}
.plans-wrap .plans-list:nth-child(1) .card-body h5 {
	color: #b3b4b8;
}
.plans-wrap .plans-list:nth-child(2) .card-body h5 {
	color: #ff203f;
}
.plans-wrap .plans-list:nth-child(3) .card-body h5 {
	color: #1dc653;
}
.plans-wrap .plans-list:nth-child(4) .card-body h5 {
	color: #229bff;
}
.modal-header {
	background: #388efb;
	color: #fff;
	padding: 10px;
}
.modal-header .close {
	color: #fff;
	opacity: 1;
	border: 1px solid #fff !important;
	width: 30px;
	height: 30px;
	padding: 0 !important;
	display: block !important;
	margin: 0 !important;
	border-radius: 50%;
	top: 2px;
	position: relative;
}
.modal-dialog {
	max-width: 600px;
	margin: 1.75rem auto;
}
.modal-content {
	border: none;
	border-radius: 10px;
	box-shadow: 0 0px 30px 0 rgba(0,0,0,.05);
}
.checkbox-wrapper {
	display: inline-block;
	position: relative;
	margin-right: 13px;
}

.checkbox-wrapper input {
	position: absolute;
	top: 5px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 22;
	cursor: pointer;
}
.checkbox-wrapper span {
	position: relative;
	width: 20px;
	height: 20px;
	border: 2px solid #388efb;
	left: 0;
	top: 5px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 0px;
}
.checkbox-wrapper span::after {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #388efb;
	left: 2px;
	top: 2px;
	display: inline-block;
	border-radius: 50%;
	content: '';
	opacity: 0;
	transition: all ease .1s;
}
.checkbox-wrapper input:checked + span::after {
	opacity: 1;
	
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 8px 15px;
	clear: both;
	font-weight: 400;
	color: #707070;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 14px;
	transition: all ease .3s;
}
.dropdown-item i {
	font-size: 12px !important;
	margin-right: 6px;
	line-height: 20px;
	position: relative;
	left: 0;
	transition: all ease .5s;
}
.dropdown-item:hover  i{
	left: 4px;
	transition: all ease .3s;
}
.navbar-nav a i{
	transition: all ease .5s;
	left: 0px;
	top: 3px;
}

.nav-link:hover{
	transition: all ease .3s;
}
.navbar-nav a:hover i{
	transition: all ease .3s;
	left: 3px;
}
.action-menu .nav-link i {
	font-size: 20px;
	left: 0 !important;
	top: 3px;
	position: relative;
}
.action-menu .nav-link {
	line-height: 25px;
	margin-top: 2px;
}
.widget-container {
	background: #fff;
	border-radius: 5px;
	padding: 5px;
}
.widget-container span {
	font-size: 35px;
	color: #dbdbdb;
	padding: 6px;
	height: 55px;
	display: block;
	width: 55px;
	float: left;
	line-height: 42px;
}
.widget-container h2 {
	float: left;
	width: calc(100% - 55px);
	text-align: left;
	height: 40px;
	margin: 0;
	color: #388efb;
	font-size: 31px;
	padding-left: 5px;
}
.widget-container p {
	float: left;
	width: calc(100% - 55px);
	margin: 0;
	font-size: 11px;
	padding-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.static-wrapper > div:nth-child(1) .widget-container h2{color: #7f7f7f;}
.static-wrapper > div:nth-child(2) .widget-container h2{color: #f2c572;}
.static-wrapper > div:nth-child(3) .widget-container h2{color: #81a489;}
.static-wrapper > div:nth-child(4) .widget-container h2{color: #c04c31;}
.static-wrapper > div:nth-child(5) .widget-container h2{color: #b2a2c7;}
.static-wrapper > div:nth-child(6) .widget-container h2{color: #3597dc;}
.static-wrapper > div:nth-child(7) .widget-container h2{color: #26ae5f;}


.static-wrapper > div:nth-child(1) .widget-container span{color: #7f7f7f;}
.static-wrapper > div:nth-child(2) .widget-container span{color: #f2c572;}
.static-wrapper > div:nth-child(3) .widget-container span{color: #81a489;}
.static-wrapper > div:nth-child(4) .widget-container span{color: #c04c31;}
.static-wrapper > div:nth-child(5) .widget-container span{color: #b2a2c7;}
.static-wrapper > div:nth-child(6) .widget-container span{color: #3597dc;}
.static-wrapper > div:nth-child(7) .widget-container span{color: #26ae5f;}
.date-filter-wrapper {
	position: fixed;
	z-index: 9;
	width: 300px;
	right: -300px;
	top: 44px;
	box-shadow: 0px 0px 12px 0px rgb(0, 0, 0,.2);
	background: #00adef;
	border: 2px solid #00adef;
	transition: all cubic-bezier(0.64, 0.57, 0.67, 1.53) .3s;
}
.date-filter-wrapper.active {
	right: 0px;
}
.date-filter-icon {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #00adef;
	color: #fff;
	text-align: center;
	line-height: 40px;
	top: 22px;
	left: -40px;
	border-radius: 3px 0 0 3px;
	font-size: 20px;
	cursor: pointer;
}
.block-container {
	background-color: #fff;
	padding: 20px;
	border-radius: 6px;
	min-height: 200px;
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0,.125);
}

.count_block.block-container {
	background-image: url('../img/block-bg.png');
	background-position: bottom center;
}

.block-container h5 {
	color: #666;
	padding: 20px 0;
}
.img-name-profile {
	float: left;
	width: 150px;
	border-right: 1px solid #eaeaea;
}
.profile-img-wrp {
	width: 130px;
	height: 130px;
	background: #315904;
	border-radius: 50%;
	text-align: center;
	line-height: 130px;
	font-size: 80px;
	color: #fff;
	margin: 0 auto 7px;
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,.2);
}

.img-name-profile h2 {
	font-size: 15px;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.profile-details {
	float: left;
	width: calc(100% - 150px);
	padding-left: 20px;
	position: relative;
	margin-top: 35px;
}
.profile-details h3 {
	color: #fff !important;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.profile-details i {
	width: 17px;
	font-size: 13px;
	opacity: .8;
}
.profile-details h4 {
	font-size: 13px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.profile-details span {
	color: #fff;
	font-size: 13px;
}
.block-container h3 {
	color: #1b3849;
	font-size: 16px;
}
.profile-progress h3 {
	color: #da78aa;
	font-size: 60px;
}
.profile-progress {
	text-align: center;
}
.profile-progress span.progresscomplete {
	font-size: 16px;
	color: #1b3849;
	position: relative;
	top: -17px;
}
.progress-bar-outer {
	background: #d6dae2;
	width: 100%;
	height: 18px;
	border-radius: 20px;
	padding: 2px;
	position: relative;
	margin-top: 20px;
}
.progress-bar-inner {
	background: rgba(39,232,0,1);
background: -moz-linear-gradient(-45deg, rgba(39,232,0,1) 0%, rgba(44,133,103,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(39,232,0,1)), color-stop(100%, rgba(44,133,103,1)));
background: -webkit-linear-gradient(-45deg, rgba(39,232,0,1) 0%, rgba(44,133,103,1) 100%);
background: -o-linear-gradient(-45deg, rgba(39,232,0,1) 0%, rgba(44,133,103,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(39,232,0,1) 0%, rgba(44,133,103,1) 100%);
background: linear-gradient(135deg, rgba(39,232,0,1) 0%, rgba(44,133,103,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27e800', endColorstr='#2c8567', GradientType=1 )
	width: 30%;
	height: 100%;
	border-radius: 20px;
}

.pro-progress-bar-wrp span {
	color: #949494;
	font-size: 14px;
	font-weight: 500;
}
.FL {
	float:left;
}
.FR {
	float:right;
}
.profile-status-wrap li {
	display: block;
	line-height: 25px;
	padding: 13px 0;
}
.profile-status-wrap li span {
	width: 25px;
	height: 25px;
	background: #cedad1;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 27px;
	border-radius: 50%;
	font-size: 11px;
	float: left;
	margin-right: 10px;
}
.profile-status-wrap li.profile-completed span {
	background: #49d667;
}
.profile-status-wrap ul {
	margin-bottom: 0;
	padding-left: 10px;
}
.profile-status-wrap li p {
	color: #1b3849;
	font-size: 16px;
	margin-bottom: 0;
}
.number-wrapper{
	position: relative;
	text-align: center;
	padding-top: 20px;
}
.number-wrapper h2 {
	color: #292c35;
	font-size: 66px;
	font-weight: 700;
}
.number-wrapper span {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #f2f2f2;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
}
.number-wrapper.Total span{
	background: #daedfe;
	color: #0082fe;
}
.number-wrapper.Approved span{
	background: #f8f2e2;
	color: #feba01;
}
.number-wrapper.Rejected span{
	background: #fddfe1;
	color: #f12d2e;
}
.number-wrapper p {
	font-size: 16px;
	color: #9ea4b4;
	font-weight: 600;
}

.block-container table {
	width: 100%;
	color: #66757e;
	font-size: 14px;
}
.block-container table td, .block-container table th{
	padding:5px 0;
}
.block-container table td {
	border-top: 1px solid #eee;
}
.profile-status-wrap {
	position: relative;
	
	background: #fff;
	border-radius: 6px;
}
.help-message .profile-status-wrap {
	z-index: 9999999;
}
.help-msg {
	position: absolute;
	width: 100%;
	color: #fff;
	font-size: 20px;
	text-align: center;
	bottom: -161px;
	letter-spacing: 1px;
	display: none;
}
.help-msg::after {
	content: '';
	width: 45px;
	height: 94px;
	background-image: url('../img/helparow.png');
	display: block;
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -25px;
}
.help-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	z-index: 999999;
	opacity: .9;
	display: none;
}
.update {
	background: #e5edfa;
	font-size: 14px;
	padding: 6px 10px;
	border-radius: 100px;
	margin-left: 20px;
	color: #9abc31;
}

.help-message .help-msg{
	display: block;
}
.help-message .help-overlay{
	display: block;
}

.profile-nav-wrapper {
    width: 16.66%;
    float: left;
    text-align: center;
    padding: 30px 0;
    position: relative;
    z-index: 3;
    cursor: pointer;
    display: block;
}
.profile-tab {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #4c6f54;
	text-align: center;
	line-height: 36px;
	border-radius: 50%;
	color: #fff !important;
	cursor: pointer;
	margin-right: 1px;

}
.profile-nav-container::before {
    content: '';
    width: calc(100% - 16.6%);
    background: #46b15e;
    height: 5px;
    position: absolute;
    left: 8.3%;
    top: 45px;
}
.profile-nav-container.position02::after {
	content: '';
	width: 34%;
	background: #49d667;
	height: 5px;
	position: absolute;
	left: 17%;
	top: 45px;
}
.profile-nav-container.clearfix {
	position: relative;
}

.profile-nav-wrapper p {
	color: #fff;
	font-size: 11px;
	margin-bottom: 0;
	margin-top: 10px;
}
.profile-nav-wrapper::before {
	content: '';
	position: absolute;
	width: 55px;
	height: 55px;
	border: 3px solid #aeaeae;
	left: calc(50% - 28px);
	top: 20px;
	border-radius: 50%;
	background: #f4f7fc;
	z-index: -1;
	transform:scale(0);
	transition: all ease .5s;
}
.profile-nav-wrapper:hover:before {
	transform:scale(1);
}

.completed .profile-tab{
	background:#49d667;
}
.completed.profile-nav-wrapper::before {
	border: 3px solid #49d667;
}
.profile-nav-wrapper.active:before {
	transform:scale(1);
	border-color: #999;
}
.active .profile-tab {
	background: #999;
}
.card-header {
	padding: 10px 15px;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	color: #1b3849;
	font-size: 20px;
	font-weight: 600;
}
.card-body {
	padding: 20px;
}

.navbar-nav a.dropdown-item i {
	transition: all ease .5s;
	left: 0px;
	top: 0px;
}
.vedor-typewrp.clearfix {
	padding: 10px;
	background: #f4f7fc;
	border-radius: 5px;
}

.vedor-typewrp.clearfix {
	padding: 10px;
	background: #f4f7fc;
	border-radius: 5px;
	width: 100%;
	border: 1px solid #e6e9ed;
	max-width: 550px;
	margin: 20px auto;
}
.card-body label {
	color: #8C8C8C;
	margin-bottom: 2px;
	font-size: 14px;
}

.vedor-typewrp label {
	float: left;
	color: #9abc31;
	font-size: 19px;
	line-height: 40px;
	margin-bottom: 0;
	font-weight: 500;
}
.card-body h2 {
	color: #9abc31;
	font-size: 19px;
	line-height: 40px;
	margin-bottom: 10px;
	font-weight: 500;
}
.card-body h5 {
	color: #292c35;
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 500;
	margin-top: 0;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 10px;
}
.vedor-typewrp select {
	width: calc(100% - 150px);
	margin-left: 30px;
	float: right;
}
.line {
	border-top: 1px solid #eaeaea;
	margin: 20px 0;
	width: 100%;
}

.btn.btn-primary {
	height: 50px;
	background: #9abc31 !important;
	color: #fff;
	border-radius: 2px;
	font-size: 16px;
	border: none;
	line-height: 50px;
	display: inline-block;
	padding: 0 20px;
}
.card-body .form-control {
	border-radius: 2px;
	height: 37px;
	border: 1px solid #d5d5dc;
	box-shadow: none;
}
.check-box-container > li {
	display: block;
	float: left;
	width: 20%;
	min-width: 200px;
}
.check-box-container {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 0;
}
.check-box-container .form-check span {
	width: 22px;
	height: 22px;
	border: 2px solid #d787b0;
	border-radius: 4px;
	margin-right: 10px;
	position: relative;
	pointer-events: none;
}

.check-box-container .form-check input {
	position: absolute !important;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	cursor: pointer;

}
.check-box-container .form-check input:checked + span {
	background:#d787b0;
}
.check-box-container .form-check input:checked + span:after  {
	border-color: #fff;

}
.check-box-container .form-check span::after {
	content: '';
	border-right: 2px solid #fff;
	height: 11px;
	width: 6px;
	position: absolute;
	left: 6px;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	top: 2px;
}
.check-box-container ul {
	display: block;
	padding-left: 31px;
}
.check-box-container ul li {
	display: block;
	width: 100%;
}

.file-container {
	position: relative;
	margin-top: 0px;
	float: left;
	overflow: hidden;
	width: 100%;
}
.card-header span {
	float: right;
	color: #da78aa;
	font-size: 17px;
	line-height: 30px;
	text-transform: uppercase;
}

.file-container .form-control-file {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}
.input-file-trigger {
	display: block;
	background: #e5edfa;
	float: left;
	color: #9abc31;
	line-height: 40px;
	padding: 0 20px;
	position: relative;
	max-width: 100%;
	border-radius: 2px;
	min-width: 170px;
	text-align: center;
	border: 1px solid #d4dce9;
	cursor: pointer;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.file-return {
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.logo-container{
width: 100%;
max-width: 200px;
}
.logo-container img{
	width: 100%;
}
.btn.btn-success {
	border-radius: 100px;
	background: pink;
	border: none;
	padding: 0 20px;
	line-height: 40px;
	background: rgba(0,124,195,1);
	background: -moz-linear-gradient(45deg, rgba(0,124,195,1) 0%, rgba(231,151,192,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,124,195,1)), color-stop(100%, rgba(231,151,192,1)));
	background: -webkit-linear-gradient(45deg, rgba(0,124,195,1) 0%, rgba(231,151,192,1) 100%);
	background: -o-linear-gradient(45deg, rgba(0,124,195,1) 0%, rgba(231,151,192,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(0,124,195,1) 0%, rgba(231,151,192,1) 100%);
	background: linear-gradient(45deg, rgba(0,124,195,1) 0%, rgba(231,151,192,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cc3', endColorstr='#e797c0', GradientType=1 );
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,.3);
	transition: all ease .3s;
	position: relative;
	top: 0;
}
.btn.btn-success:hover {
	box-shadow: 0px 3px 15px 0px rgba(0,0,0,.3);
	top: -5px;
}
.btn-groups .btn-search {
	float: left;
	background: #9abc31;
	color: #fff;
	margin-left: 10px;
	font-size: 14px;
	border-radius: 4px;
	margin-top: 1px;
}
.btn-groups .btn-reset {
	float: left;
	background: #9abc31;
	color: #fff;
	margin-left: 5px;
	font-size: 14px;
	border-radius: 4px;
	margin-top: 1px;
}
.card-body h4 {
	color: #292c35;
	font-size: 20px;
}
.card-body h3 {
	color: #6f6f6f;
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
}
.btn.btn-download {
	background: #e797c0;
	color: #fff;
	padding: 10px 30px;
	margin:20px auto;
}
.bid-upload-wrp {
	padding: 20px;
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,.1);
	border-radius: 10px;
	margin-bottom: 20px;
}
.btn.btn-default {
	border: 2px solid #9abc31;
	height: 50px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 2px;
	color: #9abc31;
	background: #fff;
}

.profile-tabs .nav-link {
	padding: 10px 20px;
	color: #0c80c6 !important;
	font-size: 15px;
}
.profile-tabs .nav-item{
	margin-left: 0;
}
.nav.nav-tabs.profile-tabs {
	border-bottom: 0;
}
.nav.nav-tabs.profile-tabs {
	border-bottom: 0;
	margin-bottom: -1px;
	z-index: 99;
	position: relative;
}
.profile-details-container {
	border: 1px solid #eee;
	padding: 10px 20px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.profile-details-container h5 {
	color: #6f6f6f;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	line-height: normal;
	padding: 0;
	border: none;
}
.profile-details-container h6 {
	color: #1b3849;
	font-size: 15px;
	font-weight: 400;
	margin:0;
}
.profile-details-container .row {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.profile-details-container h3 {
	color: #0c80c6;
	font-size: 20px;
	font-weight: 500;
	margin: 15px 0;
}
.profile-details-container .btn.btn-download {
	margin: 0;
	line-height: 30px;
	padding: 0 10px;
	font-size: 13px;
}
.btn.btn-resubision {
	float: right;
	background: #e5edfa;
	color: #9abc31;
	border: 1px solid #108ad3;
	border-radius: 100px;
	padding: 0 14px;
	line-height: 35px;
	font-size: 15px;
}
.add-more-btn {
	display: block;
	padding: 10px 20px;
	border: none;
	border-radius: 100px;
	margin-bottom: 20px;
	background: #9abc31;
	color: #fff;
	cursor: pointer;

}

.btn.btn-download.small {
	background: #e797c0;
	color: #fff;
	padding: 0 10px;
	margin: 0 auto;
	line-height: 30px;
	border: none;
	font-size: 12px;
}
a.btn.btn-outline-success {
    background: #28a745;
    color: #fff !important;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
}
a.btn.btn-outline-danger {
    background: #dc3545;
    color: #fff !important;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
}
#navbarDropdown i {
	position: relative;
	font-size: 13px;
	margin-left: 6px;
	top: 5px;
}
.navbar-light .navbar-nav .nav-link.settings {
	background: #1380c5 !important;
	border-radius: 50%;
	padding: 7px !important;
}
.nav-item.user-action.dropdown {
	margin-left: 0;
}
#list table a {
	color: #1380c5;
}
.table thead th {
	color: #9ea4b4;
	font-size: 13px;
}
.table td h4 {
    font-size: 15px;
    margin-top: 10px;
    color: #0c80c6;
    font-weight: 700;
}
.table td {
	font-size: 13px;
	color: #1b3849;
	border-bottom: 1px solid #f1f1f1;
}
.badge {
	background: #0c80c6;
	color: #fff;
	padding: 3px 6px;
	border-radius: 10px;
	margin-left: 2px;
}
.listing.form-common {
	background: #fff;
	padding: 0px 10px 10px;
	border-radius: 5px;
	border: 1px solid #eee;
	margin-top: 20px;
}
.tool-tip-wrp.aprove-status i {
    color: #49d667;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}
.tool-tip-wrp.reject-status i {
    color: #ff1f1f;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}
.mark-discrepancy {
    position: relative;
    margin-left: 0;
    margin-top: 0px;
    top: 1px;
}
.table td textarea.form-control {
    width: 180px;
    height: 80px;
    font-size: 12px;
}
.reject-status{
	position: relative;
	z-index: 99;
}
.reject-status span {
	position: absolute;
	width: 250px;
	background: #ff1f1f;
	bottom: 0px;
	left: 0;
	padding: 10px;
	font-size: 12px;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,.1);
	border-radius: 10px 10px 10px 0;
	pointer-events: none;
	transition: all ease .3s;
	opacity: 0;
	z-index: 999999;
	color: #fff;
}
.reject-status:hover span {
	opacity:1;
	bottom:10px;
}
.notification .nav-link{
	background: rgba(0,0,0,0.25) !important;
	border-radius: 50% !important;
	top: 1px;
}
.notification > a > span {
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: #F98725;
	color: #FFF;
	font-size: 11px;
	padding: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: none;
	min-width: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 20px;
}
.newwrp{
	position: relative;
}
.newwrp span {
	position: absolute;
	background: #e4f976;
	padding: 0 10px;
	font-size: 10px;
	transform: rotate(-45deg);
	left: -5px;
	top: 11px;
	display: none;
}
tr:first-child .newwrp span{
	display: block;
}


.navbar {
	background-color: #0091e1;
}
.action-menu .user-action > a {
	background-color: rgba(0,0,0,0);
}
.gradient-wrp{
	border: none;
	background: rgba(36, 130, 58, 1);
	background: -moz-linear-gradient(45deg, rgba(36, 130, 58, 1) 0%, rgba(49, 89, 4, 1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(36, 130, 58, 1)), color-stop(100%, rgba(49, 89, 4, 1)));
	background: -webkit-linear-gradient(45deg, rgba(36, 130, 58, 1) 0%, rgba(49, 89, 4, 1) 100%);
	background: -o-linear-gradient(45deg, rgba(36, 130, 58, 1) 0%, rgba(49, 89, 4, 1) 100%);
	background: -ms-linear-gradient(45deg, rgba(36, 130, 58, 1) 0%, rgba(49, 89, 4, 1) 100%);
	background: linear-gradient(45deg, rgba(36, 130, 58, 1) 0%, rgba(49, 89, 4, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cc3', endColorstr='#e797c0', GradientType=1 );
}
.pro-status-text {
	background: #0091e1;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	border-radius: 6px;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,.3);
	height: 85px;
	overflow-y: auto;
	position: relative;
	z-index: 2;
}


.pro-status-dot::after {
	content: '';
	width: 10px;
	height: 10px;
	background: #0091e1;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	border-radius: 50%;
	top: -6px;
}
.pro-status-dot::before {
	content: '';
	width: 15px;
	height: 15px;
	background: #0091e1;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: -29px;
	transform: rotate(45deg);
	display: none;
}
.pro-status-dot:nth-child(1)::before {
	margin-left: -2px;
	top: -32px;
}
.pro-status-dot:nth-child(7)::before {
	margin-left: -14px;
	top: -32px;
}
.pro-status-dot {
	position: relative;
}

.pro-status-progress {
	margin-top: 20px;
	position: relative;
}

.pro-status-link-wrp {
	display: block;
	width: 100%;
	height: 30px;
	border-top: 1px solid #eee;
	margin-top: 20px;
}
.pro-status-link-wrp a{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
}
.pro-status-progress {
	margin-top: 20px;
	border-top: 1px dashed #30c1ef;
}

.active.pro-status-dot::before {
	display: block;
}

.active.pro-status-dot::after {
	border: 1px solid #0091e1;
	background: #fff;
	transform: scale(1.6);
	top: -6px;
}
.pro-status-text p {
	margin-bottom: 0;
	font-size: 13px;
}
.progress {
	position: relative;
	height: 4px;
	display: block;
	width: 100%;
	background-color: #acece6;
	border-radius: 2px;
	margin: .5rem 0 1rem 0;
	overflow: hidden;
}

.progress .indeterminate {
	background-color: #0091e1;
}
.progress .indeterminate::before {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
	animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate::after {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s;
}
@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}
.pro-status-link-wrp p {
	display: block;
	margin-bottom: 0 !important;
	text-align: center;
	color: #707070;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	margin-top: 15px;
}
.navbar-toggler {
	background: #fff;
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
	width: 76px !important;
}
.intl-tel-input input{
	padding-left: 80px !important;
}

.costtable {
	width: 100%;
	border: 1px solid #eaeaea;
}
 .costtable th{
	border: 1px solid #eaeaea;
	padding: 10px;
	color:#8C8C8C;
}
.costtable td{
	border: 1px solid #eaeaea;
}
.costtable td input{
	width: 100%;
	border: none !important;
	height: 40px !important;
}
.row.adrow {
	margin-bottom: 10px;
	padding: 10px 0;
	background: #f5f5f5;
}
.printwrp .row {
	border-bottom: 1px solid #eee;
	padding: 6px 0;
}
.printwrp .row .col-12:first-child {
	text-align: left;
}
.printwrp .row .col-12:last-child {
	text-align: right;
}
/*.form-upload .removebtn {
    position: absolute;
}*/
.form-upload .adrow {
    position: relative;
}
.removebtn button , .removecost button{
    position: absolute;
    right: 5px;
    top: 6px;
}
.removebtn, .removecost {
    position: relative;
    width: 100%;
}

input[type='number'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}



@media (max-width: 1199px) {
	.profile-progress h3 {
		font-size: 40px;
	}
	.profile-progress span.progresscomplete {
		font-size: 14px;
		top: -9px;
	}
	.profile-status-wrap li p {
		font-size: 13px;
	}
	.profile-status-wrap li {
		padding: 10px 0;
	}
	.profile-img-wrp {
		width: 80px;
		height: 80px;
		text-align: center;
		line-height: 80px;
		font-size: 50px;
	}
	.block-container {
		padding: 10px;
	}
	.img-name-profile {
		width: 120px;
	}
	.profile-details {
		width: calc(100% - 120px);
		padding-left: 10px;
	}
	.block-container {
		min-height: 160px;
	}
	.pro-status-link-wrp {
		margin-top: 0px;
	}
	.pro-status-link-wrp a {
		line-height: 40px;
	}
	.number-wrapper h2 {
		font-size: 46px;
	}
}
@media (max-width: 991px) {
	.update {
		font-size: 12px;
		padding: 6px 9px;
		margin-left: 4px;
	}
	#navbarNav {
	position: fixed;
	background: #0091e1;
	width: 100%;
	left: 0;
	top: 70px;
}
.navbar-fixed-top{
	justify-content: end;
}
.logo-container {
	position: absolute;
	left: 70px;
}
.profile-sec-menu {
	padding-left: 0px !important;
	display: block;
}
.profile-sec-menu .nav-item {
	float: left;
}
.navbar-toggler {
	background: #1380c5;
	color: #fff !important;
	border: none;
	width: 38px;
	height: 38px;
	padding: 0;
	line-height: 40px;
	border-radius: 50%;
}
	.navbar-nav .dropdown-menu {
	position: absolute;
	float: none;
}

}
@media (max-width: 767px) {
	.profile-tabs .nav-link {
	padding: 10px 6px;
	font-size: 12px;
}
	#navbarDropdown span {
	display: none;
}
.profile-sec-menu .nav-item a.nav-link {
	padding: 5px 4px !important;
}
.profile-sec-menu .nav-item a.nav-link img{
	margin:0 !important;
}
	.logo-container {
		position: absolute;
		max-width: 115px;
		left: 60px;
	}

	.login-banner{
		display: none;
	}
.logo-login {
	max-width: 200px;
	margin: 0 auto 30px;
}
.auth-left span img {
	width: 100%;
}
.auth-left span {
	width: 70px;
}
.login-text {
	position: relative;
	top: 0;
	transform: none;
	margin-top:10px;
	text-align: center;
}
.auth-left {
	padding: 20px;
	height: auto;
	min-height: auto;
}
.login-text h1 {
	font-size: 20px;
}
.login-text h4 {
	font-size: 15px;
	margin-bottom: 0;
}
.login-container h2 {
	font-size: 18px;
	color: #1e1d2f;
	font-weight: 700;
	margin-top: 10px;
}
.login-container{
	padding:15px;
}
.register-section h1 {font-size: 20px;}
.register-container {
	padding: 10px 20px;
}

.logo-register {
	width: 200px;
	margin: 15px auto;
	padding: 0;
}
.logo-register img {
	width: 100%;
}


}
.intl-tel-input {
	width: 100%;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.navbar {
    background-color: #315904;
}
.logo-container img {
    width: 110px;
    height: 70px;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
 zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.profile-tab i {
    line-height: 35px;
}
.info-text {
    text-align: center;
}
.info-text p {
    font-size: 13px;
    margin-bottom: 5px;
    color: #fff;
}
.info-text p a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0px 4px;
    background: #fff;
    border-radius: 4px;
    color: #54cd6f !important;
    margin-left: 8px;
    margin-right: 4px;
    font-size: 12px;
}
.removebtn2 button{
	position: absolute;
	position: absolute;
	top: 6px;
	right: 7px;	
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 50%;
	cursor:pointer;
	border: none;
}
.removebtn2:hover button{
	background:red;
}
.removebtn2{
	position: absolute;
	width: 100%;
	top: 0;
}
.removebtn2 button i{
	margin-left: 1px;
	margin-top: 4px;
}
.msme-table-row td{
	border-bottom:0px !important;
}
table td{
	border-bottom: 0px solid #f1f1f1 !important;
}
.tab-head{
	text-align:end;
}
.btn i{
    margin-right: 6px;
}
.attachment-table td{
	padding: 0;
	border: none !important;
	padding-right: 10px;
}
.loan-table{
	margin-top:-33px !important;
}
.logout-btn {
	height:45px;
	line-height:41px !important;
  	
}
.tab-head{
	padding-top: 29px !important;
	text-align: left;
}





