.padding-no {
	padding: 0 !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(3, 113, 58, 0.8);
	box-shadow: 0 1px 1px rgba(3, 113, 58, 0.075) inset, 0 0 8px rgba(4, 83, 43, 0.6)!important;
	outline: 0 none;
}

/** LOGIN FORM **/
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 20px;
}

.form-signin .form-signin-heading {
	padding: 0px;
	color: #03713A;
	font-size: 22px;
	font-family: PFFuturaRounded-Heavy, Arial, Helvetica, Sans-Serif;
}

.form-signin .checkbox {
	font-weight: normal;
	margin-top: 15px;
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="text"] {
	font-family: 'PFHandbookPro',Arial, Helvetica, Sans-Serif;
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	font-family: 'PFHandbookPro',Arial, Helvetica, Sans-Serif;
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-container .facebook {
	width: 200px;
	margin: 0 auto 10px !important;
	padding: 0 !important;
}

.form-container .links {
	margin-top: 10px;
}

/** REGISTER FORM **/
.form-register .form-register-heading,
.form-register .checkbox {
	margin-bottom: 20px;
}

.form-register-heading {
    background-color: #fff;
    color: #737577;
	padding: 15px;
}

.form-register  {
	padding: 0px;
	/* color: #03713A;
	font-size: 22px; */
}

.form-register .checkbox {
	font-weight: normal;
	margin-top: 15px;
}

.form-register .form-control {
	font-family: 'PFHandbookPro', Arial, Helvetica, Sans-Serif;
	position: relative;
	/* height: auto; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	padding-left:23px;
	font-size: 19px;
}



#show_hide_password{
	position: relative;
}

#show_hide_password .form-eye{
	z-index: 999;
	position: absolute;
    right: 21px;
    top: -29px;
}

.form-register .form-control:focus {
	z-index: 2;
}

/** CUSTOM MESSAGES **/
p.bg-danger {
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #A94442;
}

p.bg-success {
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #3CA96A;
}

/** CUSTOM BUTTONS **/
.btn .glyphicon {
	margin-right: 5px;
}

.btn,
.btn:hover {
	border: none;
	/* color: #FFF; */
}

.register-col .btn:hover {
	color: #838383;
}

.btn-orange {
	background-color: #F89828;
}

.btn.regSubmit.login-button{
    font-size: 22px;
    padding: 9px 14px !important;
	height:100%;
	margin:2px auto;
	color:#333 !important;
	background-color: #37C35E;
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    /* box-shadow: 0 0 black; */
}

.btn.regSubmit.register-button{
    font-size: 22px;
    padding: 9px 14px !important;
 
	margin:2px auto;
	color:#333 !important;
	background-color: #37C35E;
}


.btn-orange:hover {
	background-color: #FBAE47;
}

.btn-orange span,
.btn-red span,
.btn-green span {
	color: #FFFFFF !important;
}

.btn-green,
.modal-dialog .btn-default {
	background-color: #37C35E;
    border-radius: .25rem!important;
	border: none;
	font-family: 'PFHandbookPro', sans-serif;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.btn-green:hover,
.modal-dialog .btn-default:hover {
	border: none;
	background-color: #039628;
}

.btn-blue {
	background-color: #2d4486;
}

.btn-blue:hover {
	background-color: #4561AD;
}

.btn-gray {
	background-color: #BFBFBF;
}

.btn-gray2,
.btn-gray2:hover {
	cursor: default !important;
	opacity: 0.6;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 4px;
	background-color: #BFBFBF;
}

.btn-gray:hover {
	background-color: #D0D0D0;
}

/*** CUSTOM RADIO BUTTONS **/
input[type="radio"],
input[type="checkbox"] {
	display: none;
}

input[type="radio"] + label.rad_label {
	width: 30px;
	height: 24px;
	display: inline-block;
	position: relative;
	z-index: 1;
	top: 0px;
	background: url(../images/ckeckGreenEmpty.png) no-repeat;
	background-size: 27px 23px;
	float: left;
	margin-right: 15px;
	pointer-events: none;
	cursor: pointer;
}

input[type="radio"]:checked + label.rad_label {
	background: url(../images/ckeckGreen.png) no-repeat;
	background-size: 27px 24px;
}

input[type="checkbox"] + label.chbox_label {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	z-index: 1;
	background: url(../images/checkbox.png) no-repeat;
	float: left;
	pointer-events: none;
}

input[type="checkbox"]:checked + label.chbox_label {
	background: url(../images/checkbox_active.png) no-repeat;
}

/* label.double {  
	position: relative !important;
	z-index: 1 !important;
	background: url(../images/ckeckGreenEmpty.png) no-repeat !important; 
	cursor: pointer !important;  
}

label.double.activate, label.double.disabled   {
	background: url(../images/ckeckGreen.png) 0px 0px no-repeat; 
} */

.doubleWrapper .double.activate {
	background: url(../images/checkNew_active.png) no-repeat; 
}

.doubleWrapper .double.deactivate {
	background: url(../images/checkboxNew.png) no-repeat ; 
}
 

label.doubletitle,
label.double {
	cursor: pointer;
}

.doubleWrapper {
	display: none;
	/* margin-top: 10px;
	width: 60%;
	height: 37px; */
}

/* .doubleWrapper label { 
	float: none !important;
	margin-right: 15px;
} */
/* 
.doubleWrapper span {
	position: relative;
	top: -11px;
} */

.blockDis {
	display: block;
}

input#customTitle {
	width: 250px;
	float: left;
} 

.form-container {
	padding: 20px;
	margin: 30px auto 20px;
	overflow: hidden;
	position: relative;
	/* box-shadow: 1px 2px 10px #282425;
	-o-box-shadow: 1px 2px 10px #282425;
	-moz-box-shadow: 1px 2px 10px #282425;
	-webkit-box-shadow: 1px 2px 10px #282425;
	background: #FFFFFF;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #CCCCCC 50%, #FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#cccccc), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #CCCCCC 50%, #FFFFFF 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #CCCCCC 50%, #FFFFFF 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #CCCCCC 50%, #FFFFFF 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%, #CCCCCC 50%, #FFFFFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); */
}

.form-container form {
	margin: 0 20px 20px;
	padding: 0px !important;
}

.form-container .line {
	margin: 0 0 30px;
	border-bottom: 1px solid #CCC;
	display: block;
	height: 30px;
}

.form-control-feedback {
}

 
.form-group label {
	float: left;
	margin-bottom: 5px;
}

/** HELPERS **/
.center-block {
	/* display: table; */
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.form-group label {
	font-size: 20px;
} 
.modal-backdrop {
	z-index: 100;
}

.modal-dialog {
	z-index: 101;
}

.popover {
	background-color: rgba(194, 237, 206, 0.85) !important;
	color: #FFF !important;
	text-align: center !important;
	max-width: 280px !important;
	position: absolute !important;
}

.popover.top > .arrow:after {
	border-top-color: rgba(194, 237, 206, 0.85) !important;
}

/* .popover {
	font-family: PFHandbookPro;
    background-color:  rgba(194, 237, 206, 0.85) !important;
    font-size:17px;
 
}

.popover.top > .arrow:after {
	border-top-color: rgba(194, 237, 206, 0.85) !important;
	border-bottom-color: rgba(194, 237, 206, 0.85) !important;
} */

/* .tooltip-inner{
    background-color: #C2EDCE!important;
    font-size: 12px;
    font-weight: bold;
    color: #1D6531!important; 
}
.tooltip .arrow:before{ 
    border-top-color: #C2EDCE!important;
    border-bottom-color: #C2EDCE!important;
} */

@media only screen and (max-width: 767px) and (min-width: 480px) {
	/*Smartphones (portrait and landscape) -----------*/
	.form-container {
		width: 100%;
		margin: 0 auto;
		box-shadow: none;
		-o-box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
}

/* Modals */
.modal-title {
	font-size: 18px;
	font-weight: bold;
	color: #02713A;
}

.modal-body h5 {
	padding: 0px;
	margin-bottom: 10px;
}

.modal-body p {
	margin-bottom: 5px;
}

 
 
.form-control:focus, .form-control:focus {
	border: 1px solid #37C35E !important; 
	box-shadow:none;
}
.form-control{
	border: 1px solid #EBEBEB;
}
.password-specs{
	font-family: 'PFHandbookPro';
	padding:0px;
}


	.btn.btn-fb{
		font-size: 20px;
		font-family: 'PFHandbookPro';
		padding: 8px 14px !important;
		width: 294px;
		vertical-align: middle;
		background-color: #4267B2 !important;
		margin: 20px auto;
		
		/* margin: .375rem;
		color: inherit;
		text-transform: uppercase;
		word-wrap: break-word;
		white-space: normal;
		cursor: pointer;
		border: 0;
		border-radius: .125rem; */
		/* -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); */
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
		-webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
		transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
		transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
		transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
		/* padding: .84rem 2.14rem;
		font-size: .81rem; */
	}
	
	.btn.btn-fb span {
		line-height: 34px;
	}
	.btn.btn-fb i {
		line-height: 34px;
		background-color: #29487D;
		width: 34px;
		height: 34px;
		font-size: 23px;
		float: left;
	} 
