﻿/*-----------------------Forms------------------------------*/


/*------------------------
         FIELDSETS
-------------------------*/

.fs-companyinfo {
  border:1px solid #00bfb2;
  width:100%;
  margin:20px 0;
}

legend {
  background-color:#00bfb2;
  color:#fff;
  padding:5px 30px;
  text-align:left;
  margin:20px 30px;
}

input {
  margin: 5px;
}


/*------------------------
         CHECKBOX
-------------------------*/


/* The container for checkbox */
.chkcontainer {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.chkcheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color:#fff;
}

/* On mouse-over, add a green background color */
.chkcontainer:hover input ~ .chkcheckmark {
  background-color: #00bfb2;
}

/* When the checkbox is checked, add a green background */
.chkcontainer input:checked ~ .chkcheckmark {
  background-color: #00bfb2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chkcheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkcontainer input:checked ~ .chkcheckmark:after {
  display:inline;
}

/* Style the checkmark/indicator */
.chkcontainer .chkcheckmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*------------------------
         RADIO BUTTON
-------------------------*/

/* The container */
.container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
}

/* On mouse-over, add a green background color */
.container:hover input ~ .checkmark {
  background-color: #00bfb2;
}

/* When the radio button is checked, add a green background */
.container input:checked ~ .checkmark {
  background-color: #00bfb2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}





/*------------------------
         CAPTCHA
-------------------------*/

.captcha{
    display:block;
	margin:0 auto;
	width:100%;

}

.captcha div{
	margin:0 auto;
	
}


/*------------------------
         FORMS WRAPPER
-------------------------*/

#wrapper {
	width:90%;
	height:auto;
	margin:30px auto;
	padding:0;
	padding-bottom:5%;
	text-align:center;

	
}



.button4{
    -webkit-appearance: none;
    -moz-appearance: none;
  	-webkit-border-radius: 0;
  	-moz-border-radius:0;	

}

input,textarea{ 
   -webkit-appearance: none;
   -moz-appearance: none;
   -webkit-border-radius: 0;
   -moz-border-radius:0;
    
	

}

fieldset {
	-webkit-box-shadow:0;
	-webkit-appearance: none;
    -moz-appearance: none;
  	-webkit-border-radius: 0;
  	-moz-border-radius:0;	
   	border:none;
	overflow:hidden;
	padding:0;
	text-align:center;
	
	
}

/*------------------------
         TEXT HEADERS
-------------------------*/

form h1 {
	padding:10px 0 0 120px;
	text-align:center;
}

form h2 {
	padding:10px 0 0 120px;
	text-align:center;
}

form h3 {
	padding:10px 0 0 120px;
	text-align:center;
}


/*------------------------
         UL
-------------------------*/

form ul {
	list-style: none;
	text-align:left;
	
}

form li {
	margin: 0.5em auto;
	text-align:left;

}

form label {
	display: inline-block;
	padding: 3px 0;
	text-align: left;
	width: 250px;
	vertical-align: top;
}



input, select, textarea {
	font: inherit;
	border-style:none;
	background-color:#fff;
}


/*------------------------
         INPUTS
-------------------------*/

input:focus, textarea:focus {
  background-color:#00bfb2;
  border:1px solid #00bfb2;
}

input:hover, textarea:hover, select:hover{
	border:1px solid #00bfb2;
}

input:active, textarea:active, select:active{
	border:1px solid #00bfb2;
}



input[type:text]{
	
background-color:#fff;
border:none;
	
}

.large {
	width: 80%;
}

.medium {
	width: 65%;
}

.small {
	width: 30%;
}


textarea {
	font: inherit;
	width: 280px;
	height:200px;

}

select {
	height:35px;
}




/*------------------------
         BUTTONS
-------------------------*/


form.button{
	vertical-align:middle;	
	margin:0 auto;
	margin-top:20px;
	
	
}


input#submit{
	border:none;
}


/*----------------BigDiv3- 3 columns--------------*/	

.BigDiv3-form{
    display:block;
	width:100%;
	height:auto;
	margin:0;
    padding:10px 0;
    overflow:hidden;
    
}


.BigDiv3-form div{
    float:left;
   	display:inline;
	width:30%;
	height:auto;
	margin:0;
	padding:0;
	text-align:left;	

}

.BigDiv3-form p{
	text-align:left;
	margin:0 auto;
	padding:0;
	font-weight:bold;
	

}

.button4{
   width:20%;
	margin:20px 10px;
	


}




@media screen and (max-width: 768px){

.fs-companyinfo {
  border:1px solid #00bfb2;
  width:90%;
  margin:20px auto;
  text-align:center;
}

legend {
  background-color:#00bfb2;
  color:#fff;
  padding:5px 30px;
  text-align:left;
  margin:20px 30px;
}



#wrapper {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;
	overflow:hidden;

}

.large {
	width: 90%;
}

.medium{
	width: 80%;
}

textarea {
	font: inherit;
	width: 90%;
	height:200px;
}

form h3 {
	padding:10px 0;
	text-align:center;
}


form li {
	margin: 0.5em 0;
	display:block;
	text-align:left;
}

form label {
	display: block;
	padding: 3px 0;
	text-align:left;
	width: 210px;
	vertical-align: top;
}


.button4{
    width:30%;
	margin:20px 10px;
	


}
}



@media screen and (max-width: 470px){

#wrapper {
	width:90%;
	height:auto;
	margin:0 auto;
	padding:0;
	padding-bottom:5%;
	text-align:center;

	
}


legend {
  background-color:#00bfb2;
  color:#fff;
  padding:5px 30px;
  text-align:center;
  margin:20px 30px;
}

.button4{
    width:50%;
	margin:10px auto;

}

/*----------------BigDiv3- 3 columns--------------*/	

.BigDiv3-form{
    display:block;
	width:100%;
	height:auto;
	margin:0;
    padding:10px 0;
    overflow:hidden;
    
}


.BigDiv3-form div{
    float:left;
   	display:inline;
	width:30%;
	height:auto;
	margin:0;
	padding:0;
	text-align:left;	

}

.BigDiv3-form p{
	text-align:left;
	margin:0 auto;
	padding:0;
	font-weight:bold;
	

}





}