body{
	background: #fff;
	color: rgba(0,0,0,0.9);
	/*font-family: arial;*/
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	padding: 0 8px;
	font-family: Comfortaa;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
    color: #005c36;
    font-weight: normal;
    margin: 0 0 15px;
    text-transform: none;
}

h2{
	line-height: 24px;
}

i{
	box-shadow: none;
}

ul{
	margin: 5px 0;
	list-style: none;
}

li::before{
	content: "• ";
	color: #005c36;
}

a{
	text-decoration: none;
}

table{
	border-collapse: collapse;
}

form {
	background: #fff;
	padding: 50px 100px;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

hr{
	color: rgba(0, 92, 54, 0.8);
}

.blink {
  animation: blink-animation 2s steps(48, start) infinite;
  -webkit-animation: blink-animation 2s steps(48, start) infinite;
}
@keyframes blink-animation {
  to {
    color: #d6012e;
  }
}
@-webkit-keyframes blink-animation {
  to {
    color: #d6012e;
  }
}

.cupper{
	text-transform: uppercase;
}

.howto{
	font-weight: bold;
}

.formbm{
	border: medium none;
	border-radius: 3px;
	box-shadow: 0 0 2px 0 #00825d;
	padding: 4px 4px;
	font-size: 10pt; 
	font-family: Arial;
}


.formbox{
	margin: 8px 0;
}

.formbox2{
	width: 297px;
}

.formselect3{
	width: 196px;
}

.formselect2{
	width: 294px;
}

.formfield2{
	width: 278px;
}

.formfield1{
	width: 632px;
}

.formfield23{
	width: 380px;
}

.wdate{
	width: 46px;
	text-align: center;
}

.phoneprefix{
	width: 46px; 
	text-align: center;
}

.phonenumber{
	width: 112px; 
	text-align: center;
}

select{
	border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 #00825d;
    padding: 3px 6px;
	background: #ffffff;
}

.tooltip{
	position: absolute;
	z-index: 100;
	max-width: 200px;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	padding: 4px 8px;
	font-family: Arial;
    font-size: 11pt;
    line-height: 24px;
	color: #005c36;
	background: #fff;
	margin: 8px 0 0 42px;
}

.mw{
	padding: 0 0 20px;
}

.mw, .reservedArea{
	max-width: 850px;
	margin: auto;
}

.fp-tab-head{
	background-color: d6012e;
	border-radius: 3px 3px 0 0;
	border-bottom: 1px solid rgba(0, 92, 54, 0.8);
	margin-bottom: -1px;
}

.fp-tab{
	border-radius: 0 3px 0px 3px;
}

.fp-alert{
	color: #ef5555;
	font-weight: bold;
}

.fp-tab-separator{
	border-right: 1px solid rgba(0, 92, 54, 0.8);
}

td.fp-tab-separator{
	border-right: 1px solid #e9e9e9;
}

td{
	padding: 8px;
}

.sp-flex-1-2 {
	width: 49%; 
}

.sp-flex-40 {
	width: 40%; 
}

.sp-flex-1-3 {
	width: 30%; 
}

.sp-flex-1-5 {
	width: 20%; 
}

.fp-box-padding{
	padding: 8px;
}

.fp-box {
	padding: 10px 0 10px 20px;
	line-height: 24px;
}

.fp-box-border {
	border: 1px solid rgba(0, 92, 54, 0.8);
}

.fp-box-footer {
	font-size: 14px;
	color: rgba( 0,0,0,0.6 );
}

.tcenter{
	text-align: center;
}

.tright{
	text-align: right;
}


.bcenter{
	margin-left: auto;
	margin-right: auto;
}

.cbtn{
	/*
	padding: 4px 8px;
	color: #fff;
	border-radius: 3px;
	*/
	cursor: pointer;
}

.main-fp-header{
	border-bottom: 1px solid #e9e9e9; 
	margin-bottom: 15px;
}


#wpBox{
	position: absolute;
	background: #ffffff;
	margin-top: 4px;
	box-shadow: 0 0 4px 0 #00825d;
	width: 388px;
	display: none;
	overflow: auto;
	max-height: 400px;
}

#aplBox{
	position: absolute;
	background: #ffffff;
	margin-top: 4px;
	box-shadow: 0 0 4px 0 #00825d;
	width: 285px;
	display: none;
	overflow: auto;
	max-height: 400px;
}

.wpitem{
	width: 635px;
	padding: 0 4px;
	transition: all 0.2s ease;
} 
.aplitem{
	width: 280px;
	padding: 0 4px;
	transition: all 0.2s ease;
}

.wpitem:hover, .aplitem:hover{
	background: rgba(0, 130, 93, 0.5);
	color: #ffffff;
}

.clogo{
	height: 80px;
}

.cmargint{
	margin-top: 15px;
}
.cmarginb{
	margin-bottom: 15px;
}
.cmarginsb{
	margin-bottom: 10px;
}
.cmarginst{
	margin-top: 10px;
}

.cmarginlt{
	margin-top: 30px;
}

.cmarginlb{
	margin-bottom: 30px;
}

.citalic{
	font-style: italic;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
}
.cjustify{
	text-align: justify;
}
.fp-text-primary{
	color: #005c36;
}

.fp-text-secondary{
	color: #d6012e;
}

.fp-text-warning{
	color: #ffcd45;
}

.fp-text-success{
	color: #6fac34;
}

.fp-text-disabled{
	color: grey;
}

.fp-btn-group{
	
}

.fp-btn-group div{
	padding: 4px 8px;
	cursor: pointer;
	text-shadow: 0 0px 1px rgba( 0,0,0, 0.7 );
	border-radius: 0;
}

.fp-btn-group div:first-child{
	border-radius: 2px 0 0 2px;
}

.fp-btn-group div:last-child{
	border-radius: 0 2px 2px 0;
}
.fp-btn-group div:first-child:last-child{
	border-radius: 2px;
}

.flex-content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex-content-center{
	align-items: center;
}

.flex-around{
	justify-content: space-around;
}

.flex-center{
	justify-content: center;
}

.flex-grow{
	flex-grow: 1;
}

.half{
	width: 50%;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.cmarginl {
	margin-left: 5px;
}

.expand{
	width: 100%;
}

 *::-moz-selection {
    background: none repeat scroll 0 0 #00825D;
    color: #ffffff;
    text-shadow: none;
}

 *::selection {
    background: none repeat scroll 0 0 #00825D;
    color: #ffffff;
    text-shadow: none;
}

.fp-udata{
	padding-top: 15px;
}

.fp-title{
	font-size: 24px;
    font-weight: normal;
    line-height: 24px;
}

.fp-text-r, .fp-text-r:hover, .fp-text-r:focus, .fp-text-r:active {
	color: #ef5555;
}



a{
	color: #005c36;
}

a:hover{
	color: #00825D;
	text-decoration: none;
}


input{
	-webkit-appearance: none;
	border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 #00825d;
	-webkit-box-shadow: 0 0 2px 0 #00825d;
    padding: 4px 8px;
}

input[type="radio"], input[type="checkbox"]{
    -webkit-appearance: radio;
}

.clabel{
	margin-bottom: 8px;
}

[data-nav]{
	cursor: pointer;
}

.cmeta{
	color: #005c36;
    font-size: 14px;
    font-style: italic;
	width: 30%;
}

.csubTitle{
	color: grey;
	font-size: 14px;
    font-style: italic;
}

.clink{
	text-decoration: none;
}

.cmaincontent{
	border-top: 1px solid #e9e9e9;
	
}

select{
	border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 #00825d;
    padding: 3px 6px;
	background: #ffffff;
}

#pt {
	border-collapse: collapse;
}

#pt thead {
	background-color: rgba(0, 92, 54, 0.8);
	color: #fafafa;
	text-align: center;
	text-shadow: 0 1px 1px rgba( 0,0,0, 0.7 );
}

#pt th {
	padding: 10px 5px;
}

#pt td {
	text-align: center;
	padding: 10px 5px;
}

#pt td:first-child{
	font-weight: bold;
	text-align: left;
	width: 30%;
}

#pt tr.even {
	background: #fafafa;
}

#pt tr.odd {
	background: rgba( 0,0,0, 0.1 );
}

li {
	margin-top: 10px;
}

.odd {
	padding: 8px;
	background: rgba( 0,0,0, 0.1 );
}

.even {
	padding: 8px;
	background: #fafafa;
}


.privacyPolicy {
	position: absolute;
	top: 0%;
	left: 0%;
	background: #fafafa;
	box-shadow: 0 1px 12px rgba( 0,0,0,0.3);
	width: 1000px;
	max-height: 800px;
	overflow: auto;
}

.policyContainer {
	padding: 0 30px 30px;
}

.policyTitle {
	background: rgb(1,113,75);
	color: #fff;
	padding: 15px 30px;
}


.sp-text-secondary {
    color: #dc0130 !important;
}

.sp-text-primary {
    color: rgb(1, 113, 75) !important;
}

@media (max-width: 667px ) {
	
}

@media (max-width: 568px ) {
	
}


@media (max-width: 414px) {
	
}


@media (max-width: 375px) {

}

@media (max-width: 320px) {
	
}

.ua-icon {
	font-size: 28px;
	margin-bottom: 2px;
}

.sp-padding {
	padding: 15px;
}

.sp-flex-25 {
	width: 25%;
}

/*
.btn {
	background: #00825D;
    background: -webkit-gradient( linear, to bottom, #00825D, #005c36) repeat scroll 0 0 #005c36;
    background: linear-gradient(to bottom, #00825D, #005c36) repeat scroll 0 0 #005c36;
    background: -webkit-linear-gradient(to bottom, #00825D, #005c36) repeat scroll 0 0 #005c36;
    background: -moz-linear-gradient(to bottom, #00825D, #005c36) repeat scroll 0 0 #005c36;
	
}

 .btn:hover {
	background: #005c36;
    background: -webkit-gradient( linear, to bottom, #005c36, #00825D) repeat scroll 0 0 #00825D;
    background: linear-gradient(to bottom, #005c36, #00825D) repeat scroll 0 0 #00825D;
    background: -webkit-linear-gradient(to bottom, #005c36, #00825D) repeat scroll 0 0 #00825D;
    background: -moz-linear-gradient(to bottom, #005c36, #00825D) repeat scroll 0 0 #00825D;
	
}
*/
.btn {
    background: rgb(1, 113, 75) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
	cursor: pointer;
}


.btn2 {
	color: #fff;
	background: #dc0130;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
	cursor: pointer;
}

.btn2:hover {
	opacity: 0.9;
}

a.btn2{
	text-decoration: none;
}

a.btn2:hover{
	color: #fff;
}

#maincontent {
	max-width: 800px;
	margin: auto;
	max-height: 1000px;
	overflow-x: auto;
}

[data-logout] {
	cursor: pointer;
	margin-top: 2px;	
}
.pBoxTitle, th{
	background-color: rgba(0, 92, 54, 0.8);
	color: #fafafa;
	text-shadow: 0 1px 1px rgba( 0,0,0, 0.7 );
	padding: 8px;
	height: 18px;
	font-weight: normal;
}

.pBoxRow{
	padding: 4px;
	background: #fafafa;
}

.pBoxRow.even {
	background: #fafafa;
}

.pBoxRow.odd {
	background: rgba( 0,0,0, 0.1 );
}

.pBox{
	border: 1px solid rgba(0, 92, 54, 0.8);
	box-sizing: border-box;
	margin: 4px 0;
	border-radius: 3px;
}

.fp-higlights {
	color: #d70825;
	line-height: 22px;
}

.fp-higlights a{
	text-decoration: none;
}


.fp-higlights a i{
	color: #d70825;
	width: 20px;
	text-align: center;
}

.fp-books{
	padding: 8px;
	
}

.fp-books img{
	height: 100px;
}

.fp-tab-footer{
	background-color: #d6012e;
	border-radius: 0px 0px 3px 3px;
	border-top: 1px solid rgba(0, 92, 54, 0.8);
	margin-top: -1px;
}

.fp-box-secondary{
	background-color: #d6012e;
}

.fp-args tbody tr:not(last-child){
	border-bottom: 1px solid #e9e9e9;
}

table img{
	width: 150px;
}

.fp-table tr:nth-child(odd){
	padding: 8px;
	background: rgba( 0,0,0, 0.1 );
}

.fp-table tr:nth-child(even){
	padding: 8px;
	background: #fafafa;
}

.resimg {
	float: left;
	margin-right: 10px;
	width: 32%;
	border-radius: 3px;
}

.rescontent {
	display: inline-block;
}

.rescontent > p {
	margin-top: 0;
}

.materialRow {
	padding-bottom: 10px;
}

/*
@media (max-width: 667px ) {

	.formbox, .formfield2, .formfield23, .formselect2, .formselect3, input[type=text]  {
		margin-top: 2px;
		width: 500px;
	}
	
	input.wdate  {
		margin-top: 2px;
		width: 140px !important;
		margin-right: 7px;
	}
	
	input.phoneprefix  {
		margin-top: 2px;
		width: 100px !important;
		margin-right: 7px;
	}
	
	input.phonenumber  {
		margin-top: 2px;
		width: 340px !important;
	}
	
	select {
		margin-top: 2px;
		width: 515px !important;
	}
	
}
*/

@media (max-width: 568px ) {

	.formbox, .formfield2, .formfield23, .formselect2, .formselect3, input[type=text]  {
		margin-top: 2px;
		width: 440px;
	}
	
	input.wdate  {
		margin-top: 2px;
		width: 100px !important;
		margin-right: 7px;
	}
	
	input.phoneprefix  {
		margin-top: 2px;
		width: 70px !important;
		margin-right: 7px;
	}
	
	input.phonenumber  {
		margin-top: 2px;
		width: 280px !important;
	}
	
	select {
		margin-top: 2px;
		width: 450px !important;
	}
	
}


@media (max-width: 414px) {

	.formbox, .formfield2, .formfield23, .formselect2, .formselect3, input[type=text]  {
		margin-top: 2px;
		width: 230px;
	}
	
	input.wdate  {
		margin-top: 2px;
		width: 50px !important;
		margin-right: 7px;
	}
	
	input.phoneprefix  {
		margin-top: 2px;
		width: 50px !important;
		margin-right: 7px;
	}
	
	input.phonenumber  {
		margin-top: 2px;
		width: 135px !important;
	}
	
	select {
		margin-top: 2px;
		width: 245px !important;
	}
	
}


@media (max-width: 375px) {

	.formbox, .formfield2, .formfield23, .formselect2, .formselect3, input[type=text]  {
		margin-top: 2px;
		width: 250px;
	}
	
	input.wdate  {
		margin-top: 2px;
		width: 50px !important;
		margin-right: 7px;
	}
	
	input.phoneprefix  {
		margin-top: 2px;
		width: 50px !important;
		margin-right: 7px;
	}
	
	input.phonenumber  {
		margin-top: 2px;
		width: 135px !important;
	}
	
	select {
		margin-top: 2px;
		width: 265px !important;
	}
}

@media (max-width: 320px) {

	.formbox, .formfield2, .formfield23, .formselect2, .formselect3, input[type=text]  {
		margin-top: 2px;
		width: 190px;
	}
	
	input.wdate  {
		margin-top: 2px;
		width: 40px !important;
		margin-right: 4px;
	}
	
	input.phoneprefix  {
		margin-top: 2px;
		width: 40px !important;
		margin-right: 7px;
	}
	
	input.phonenumber  {
		margin-top: 2px;
		width: 105px !important;
	}
	
	select {
		margin-top: 2px;
		width: 210px !important;
	}
	
}


.privacyPolicy table {
	width: 100%;
	margin: 15px 0 30px 0;
	text-align: justify;
	table-layout: fixed;
	border-collapse: collapse;
}

.privacyPolicy th {
	width: 50%;
	text-align: center;
	background: rgb(1, 113, 75);
	color: #fff;
}

.privacyPolicy td {
	width: 50%;
	padding: 15px;
	border: 1px solid #c4c4c4;
}

.hscale {
	transition: all 0.2s ease;
}

.hscale:hover {
	transform: scale(1.04);
}