/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
	font-family: Montserrat-Regular;
	src: url('../resources/fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
	font-family: Montserrat-Bold;
	src: url('../resources/fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
	font-family: Montserrat-ExtraBold;
	src: url('../resources/fonts/montserrat/Montserrat-ExtraBold.ttf');
}

@font-face {
	font-family: Montserrat-Medium;
	src: url('../resources/fonts/montserrat/Montserrat-Medium.ttf');
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Montserrat-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #6ea589;
}

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

p {
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
	outline: none;
	border: none;
}

textarea:focus, input:focus {
	border-color: transparent !important;
}

input::-webkit-input-placeholder {
	color: #999999;
}

input:-moz-placeholder {
	color: #999999;
}

input::-moz-placeholder {
	color: #999999;
}

input:-ms-input-placeholder {
	color: #999999;
}

textarea::-webkit-input-placeholder {
	color: #999999;
}

textarea:-moz-placeholder {
	color: #999999;
}

textarea::-moz-placeholder {
	color: #999999;
}

textarea:-ms-input-placeholder {
	color: #999999;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Contact 1 ]*/
.contact1 {
	width: 100%;
	min-height: 100%;
	padding: 15px;
	background: #DFDFDF;
	background: -webkit-linear-gradient(left, #DFDFDF, #DFDFDF);
	background: -o-linear-gradient(left, #0072ff, #00c6ff);
	background: -moz-linear-gradient(left, #0072ff, #00c6ff);
	background: linear-gradient(left, #0072ff, #00c6ff);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.container-contact1 {
	width: 1163px;
	background: #FAFAFA;
	border-radius: 10px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: table;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	min-height: 750px;
	padding: 20px 100px 28px 100px;
}

/*------------------------------------------------------------------
[  ]*/
.contact1-pic {
	width: 315px;
	display: table-cell;
	vertical-align: middle;
}

.contact1-pic img {
	max-width: 100%;
}

/*------------------------------------------------------------------
[  ]*/
.contact1-form {
	width: 420px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 85px;
}

.contact1-form-title {
	font-family: Montserrat-ExtraBold;
	font-size: 24px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 20px;
	font-weight: bold;
}

input.input1 {
	height: 40px;
	border-radius: 25px;
	padding: 0 30px;
	border: 1px solid #A8A8A8;
}

input.input1+.shadow-input1 {
	border-radius: 25px;
}

textarea.input1 {
	min-height: 200px;
	border-radius: 25px;
	padding: 12px 30px;
}

textarea.input1+.shadow-input1 {
	border-radius: 25px;
}

/*---------------------------------------------*/
.wrap-input1 {
	position: relative;
	width: 100%;
	z-index: 1;
	margin-bottom: 20px;
}

.input1 {
	display: block;
	width: 100%;
	font-family: Montserrat-Bold;
	font-size: 15px;
	line-height: 1.5;
	color: #666666;
}

.inputarea {
	display: block;
	border:1px solid #666666;
	width: 100%;
	min-height: 200px;
	font-family: sansserif;
	font-size: 20px;
	line-height: 1.5;
	color: #666666;
}

.shadow-input1 {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 0px 0px;
	color: rgba(87, 184, 70, 0.5);
}

.input1:focus+.shadow-input1 {
	-webkit-animation: anim-shadow 0.5s ease-in-out forwards;
	animation: anim-shadow 0.5s ease-in-out forwards;
}

@
-webkit-keyframes anim-shadow {to { box-shadow:0px0px80px30px;
	opacity: 0;
}

}
@
keyframes anim-shadow {to { box-shadow:0px0px80px30px;
	opacity: 0;
}

}

/*---------------------------------------------*/
.container-contact1-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	float: right;
}

.contact1-form-btn {
	min-width: 120px;
	height: 50px;
	border-radius: 25px;
	background: #6ea589;
	font-family: Montserrat-Bold;
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.contact1-form-btn i {
	margin-left: 7px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.contact1-form-btn:hover {
	background: #333333;
}

.contact1-form-btn:hover i {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

/*------------------------------------------------------------------
[ Responsive ]*/
@media ( max-width : 1200px) {
	.contact1-pic {
		width: 33.5%;
	}
	.contact1-form {
		width: 54%;
	}
}

@media ( max-width : 992px) {
	.container-contact1 {
		padding: 20px 80px 88px 90px;
	}
	.contact1-pic {
		width: 35%;
	}
	.contact1-form {
		width: 55%;
	}
}

@media ( max-width : 768px) {
	.container-contact1 {
		padding: 20px 80px 88px 80px;
	}
	.contact1-pic {
		display: none;
	}
	.contact1-form {
		width: 100%;
	}
}

@media ( max-width : 576px) {
	.container-contact1 {
		padding: 20px 15px 88px 15px;
	}
}

/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
	position: relative;
}

.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: white;
	border: 1px solid #c80000;
	border-radius: 13px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 8px;
	pointer-events: none;
	font-family: Montserrat-Medium;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.alert-validate::after {
	content: "\f06a";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 13px;
}

.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}

@media ( max-width : 992px) {
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}

q {
	font-size: 18px;
	quotes: "\201C" "\201D" "\2018" "\2019";
	padding: 10px 20px;
	line-height: 1.4;
}

q:before {
	content: open-quote;
	display: inline;
	height: 0;
	line-height: 0;
	left: -10px;
	position: relative;
	top: 5px;
	color: #000;
	font-size: 1.9em;
	font-weight: bold;
}

q:after {
	content: close-quote;
	display: inline;
	height: 0;
	line-height: 0;
	left: 10px;
	position: relative;
	top: 5px;
	color: #000;
	font-size: 1.9em;
	font-weight: bold;
}

textarea {
	resize: none;
}

.box:nth-child(2n-1) {
	background-color: transparent;
}

.box {
	display: inline-block;
	height: 150px;
	width: 30.3%;
	position: relative;
	/*margin:0 -4px -5px -2px;*/
	transition: all .2s ease;
}

.box p {
	color: #6ea589;
	font-family: Lato, "Helvetica Neue";
	font-weight: 300;
	position: absolute;
	font-size: 20px;
	width: 100%;
	height: 25px;
	text-align: center;
	bottom: 0px;
	margin: 0;
	top: 160px;
	background-color: transparent;
	opacity: 0;
	text-transform: uppercase;
	transition: all .2s ease;
}

/* MEDIA QUERIES */
@media ( max-width : 700px) {
	.box {
		width: 50%;
	}
	.box:nth-child(2n-1) {
		background-color: inherit;
	}
	.box:nth-child(4n), .box:nth-child(4n-3) {
		background-color: rgba(0, 0, 0, 0.05);
	}
}

@media ( max-width : 420px) {
	.box {
		width: 100%;
	}
	.box:nth-child(4n), .box:nth-child(4n-3) {
		background-color: inherit;
	}
	.box:nth-child(2n-1) {
		background-color: rgba(0, 0, 0, 0.05);
	}
}

/* -------------- Loader1 -------------- */
.loader1 {
	position: relative;
	height: 80px;
	width: 80px;
	border-radius: 80px;
	border: 3px solid #6ea589;
	top: 28%;
	top: -webkit-calc(50% - 43px);
	top: calc(50% - 43px);
	left: 35%;
	left: -webkit-calc(50% - 43px);
	left: calc(50% - 43px);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: loader1 3s linear infinite;
	animation: loader1 3s linear infinite;
}

.loader1:after {
	content: "";
	position: absolute;
	top: -5px;
	left: 20px;
	width: 11px;
	height: 11px;
	border-radius: 10px;
	background-color: #6ea589;
}

@
-webkit-keyframes loader1 { 0%{
	-webkit-transform: rotate(0deg);
}

100%{
-webkit-transform






:rotate(360deg)






;
}
}
@
keyframes loader1 { 0%{
	transform: rotate(0deg);
}

100%{
transform






:rotate(360deg)






;
}
}
.contact1-form-btn:disabled {
	background: gray;
}

.selectionBox {
	height: 300px;
}

/* tr:nth-child(even) td {
	background: #eee;
	width: 700px;
} */
.datetimepicker {
	z-index: 99999 !important;
	max-width: 300px
}

.glyphButton {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	background: #6ea589 !important;
	color: #fff;
}

.dropdown-menu {
	top: auto !important;
}

td .cheader {
	background-color: transparent;
	padding: 10px;
}

a .cheader {
	cursor: pointer;
	display: block;
	padding: 10px;
	margin: -10px;
}

.val tr {
	background: #eee;
	font-weight: bold;
	width: 900px;
}

.val tr:nth-child(even) td {
	background: #FAFAFA;
	font-weight: lighter;
	width: 900px;
	padding-left: 10px;
}

.containerCenter {
	height: 200px;
	position: relative;
	border: 3px solid green;
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

select.input1 {
	height: 40px;
	border-radius: 25px;
	padding: 0 30px;
	border: 1px solid #A8A8A8;
}

.inlineCheckboxes tbody tr td {
	padding-top: 10px;
	padding-right: 10px;
}

.appl {
	width: 50% !important;
}

.inlineCheckboxes tbody tr td input {
	padding-left: 5px;
}

table tbody tr td label {
	pointer-events: none;
}

table tbody tr td label {
	padding-left: 5px;
}

.menuButton:hover {
	background: lightgrey;
}

.menuButton {
	width: 48%;
	margin: 5px !important;
	background: #6ea589;
}

.bigGLyph {
	font-size: 5em;
}

.nav-link:hover {
	background: #6ea589;
	color: white;
}

.actionBox {
	font-size: 1.3em;
	margin: 1em 1em 1em 0;
	background: #fff;
	border-radius: 5px;
	box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.1);
	width: 100%;
	display: inline-block;
	height: 100px;
}

.actionBox .icon {
	border-radius: 5px 0 0 5px;
	width: 130px;
	height: 100%;
	text-align: center;
	display: inline-block;
	padding: 25px;
	color: #fff;
	font-size: 2em;
	vertical-align: middle;
	margin-right: 1em;
	background-color: #6ea589
}

.actionBox a:hover {
	text-decoration: none;
}

.actionBox:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.dropdown-menu a .dropdown-item:hover {
	background: #6ea589
}

.actionBox i.glyphicon {
	font-size: 1.8em;
}

.table-striped tbody tr:nth-of-type(even) {
	background-color: #FAFAFA;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05);
}

.statValinput {
	text-align: center;
}

.statValinput[disabled="true"] {
	background: transparent;
}

.statValLink[disabled="true"] {
	background-color: #FAFAFA !important;
}

.input1[disabled="disabled"] {
	background-color: rgba(0, 0, 0, .05);
}

.smallerColumnClass {
	width: 7%;
}

.medColumnClass {
	width: 10%;
}


.selectOneRadio tbody tr td label {
    pointer-events: unset;
}