/* Blue Wave Sign Up Form ~ Now Responsive */
body {
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	background: #ffffff;
	color: #060606;
	width: 960px;
	margin: 0 auto;
}
a {
	cursor: pointer;
	color: blue;
}
input[type=text] {
	padding: 5px;
}
::placeholder {
    text-transform: none;
}
#formTop {
	background: #fff url('default1.png') no-repeat;
	width: 960px;
	height: 42px;
}

form {
	background: #fff url('default2.png') repeat-y;
	margin: 0;
	z-index: -1;
	width: 960px;
}
.formRow {
	padding: 8px 0px 3px 0px;
	margin-right: 0px;
	clear: both;
}
.formRow label {
	line-height: 22px;
}

#formContainer {
	width: 100%;
	text-align: center;
}
#formContainer table {
	margin: 0 auto;
}

#formBottom {
	background: #fff url('default3.png') no-repeat;
	position: relative;
	width: 960px;
	height: 34px;
}
#introText, #teamSelection, #contactFields, #userFields {
	padding: 10px;
}
#captchaText {
	width: 100%;
	text-align: center;
}
.inputTextField, .object_Contact, .rightElement
{
	width: 85% !important;
	margin-left: 10%;
}
.intl-tel-input {
	background: #fff;
	display: block;
	width: 85%;
	margin-left: 10%;
}
#formSubmit {
	cursor: pointer;
	margin-top: 20px;
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
}
.introText {
	margin:	20px;
	display: inline-block;
}

#collectFunds {
	margin-left: -20px;
}
#collectFunds td {
	text-align: left !important;
	display: block;
	margin-bottom: 0px;
}
#collectFunds .inputTextField {
	margin-bottom: 0px !important;
	margin-left: 0px;
}


/* custom object styles */
.objectImage a {
	color: blue;
}
input[type=checkbox].object_Contact, select.object_Contact {
	display: inline-block;
	width: auto !important;
}
.objectImage, .objectFile {
	padding: 5px;
}
.objectSet {
	margin: 8px 0px 0px 40%;
	text-align: left;
}
.objectSet .mask-variable {
	display: inline-block;
	margin-top: -4px;
	margin-left: 3px;
	vertical-align: middle;
}
.objectDatetime select {
	vertical-align: inherit !important;
}
.objectEnum select, .objectTextarea textarea, .objectText input, .objectInteger input, .objectDecimal input {
	width: 85% !important;
	margin-left: 10%;
}


/******************* Responsive Styles *******************/
@media screen and (max-width : 1024px){
#formTop {
	width:	100%;
	background-size: 100% 100%;
}
form {
	width: 100%;
  background-size: 100%;
}
body {
	width:	100%;
}
#formBottom {
width: 100%;
  background-size: 100%;
}
#formContainer img {
	max-width:	100%;
}
#container {
	margin:	10px !important;
}
}


/* new style of checkboxes */
.newCheckboxWrapper {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
}
.newCheckboxWrapper input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.newCheckboxIndicator, .newCheckboxIndicatorRed, .newCheckboxIndicatorGreen {
  position: absolute;
  top: -1px;
  left: 0px;
  height: 16px;
  width: 16px;
  background: #e6e6e6;
  outline: 1px solid #ccc;
}
.newCheckboxWrapper:hover input ~ .newCheckboxIndicator, .newCheckboxWrapper input:focus ~ .newCheckboxIndicator {
  background: #ccc;
}
.newCheckboxWrapper input:checked ~ .newCheckboxIndicator {
  background: #428BCA;
}
.newCheckboxWrapper:hover input:not([disabled]):checked ~ .newCheckboxIndicator, .newCheckboxWrapper input:checked:focus ~ .newCheckboxIndicator {
  background: #5BC0DE;
}
.newCheckboxWrapper input:checked ~ .newCheckboxIndicatorRed {
  background: #B64700;
}
.newCheckboxWrapper:hover input:not([disabled]):checked ~ .newCheckboxIndicatorRed, .newCheckboxWrapper input:checked:focus ~ .newCheckboxIndicatorRed {
  background: #FF946D;
}
.newCheckboxWrapper input:checked ~ .newCheckboxIndicatorGreen {
  background: #5CB85C;
}
.newCheckboxWrapper:hover input:not([disabled]):checked ~ .newCheckboxIndicatorGreen, .newCheckboxWrapper input:checked:focus ~ .newCheckboxIndicatorGreen {
  background: #76DF5B;
}
.newCheckboxWrapper input:disabled ~ .newCheckboxIndicator, .newCheckboxWrapper input:disabled ~ .newCheckboxIndicatorRed, .newCheckboxWrapper input:disabled ~ .newCheckboxIndicatorGreen {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.newCheckboxIndicator:after, .newCheckboxIndicatorRed:after, .newCheckboxIndicatorGreen:after {
  content: '';
  position: absolute;
  display: none;
}
.newCheckboxWrapper input:checked ~ .newCheckboxIndicator:after, .newCheckboxWrapper input:checked ~ .newCheckboxIndicatorRed:after, .newCheckboxWrapper input:checked ~ .newCheckboxIndicatorGreen:after {
  display: block;
}
.newCheckboxWrapper .newCheckboxIndicator:after, .newCheckboxWrapper .newCheckboxIndicatorRed:after, .newCheckboxWrapper .newCheckboxIndicatorGreen:after {
  left: 6px;
  top: 2px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.newCheckboxWrapper input:disabled ~ .newCheckboxIndicator:after, .newCheckboxWrapper input:disabled ~ .newCheckboxIndicatorRed:after, .newCheckboxWrapper input:disabled ~ .newCheckboxIndicatorGreen:after {
  border-color: #7b7b7b;
}
