@charset "UTF-8";
/* CSS Document */
/* For Forms */


/**********************************************************************
General Form Styling
**********************************************************************/
.uc-item {
	margin-bottom: 30px;
}

input[type=text].uc,
textarea.uc,
select.uc {
  width: 100%;
  padding:10px;

}

select.uc {
  height:40px;
}

.uc-form-receipt .uc-label {
  float: left;
  display: inline-block;
  width: 100%;
  color: #006699;
  margin-top: 20px;
  font-weight:700;
  font-size:18px
}

.uc-form-receipt INPUT[type=text] {
  padding: 10px;
  margin-right:12px; 
  width:40%
}

.uc-form-submit,
.uc-form-receipt INPUT[type=submit] {
  margin-right: 1em;
  background-color:#64B660;
  padding:10px;
  border-radius:4px;
  border:1px solid #55AC51;
  color:#fff;
}


.uc-form-submit:hover,
.uc-form-receipt INPUT[type=submit]:hover {
  background-color:#55AC51;
}

select {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-container iframe {
  border:0px;
  width:100%;
  height:755px;
  overflow: auto;
  overflow-y: hidden;
}

.uc-warning {
  margin-top:20px;
  color:#880A08;
}

#recaptcha_widget_div {
  margin-bottom:35px
}


/**********************************************************************
Request a Demo Modal
**********************************************************************/

/**********************************************************************
QAlert Demo Request Form - qscend.com/qalert-demo-request
**********************************************************************/
.form-container .uc-form-container {
	border: 1px solid #006699;
	padding: 20px 20px;
	border-radius: 4px;
}


@media (min-width: 768px) {
}

@media (min-width: 992px) {
    /**********************************************************************
    General Form Styling
    **********************************************************************/
	.uc-item {
		margin-bottom: 30px;
	}

	input[type=text].uc,
	textarea.uc,
	select.uc {
		width: 70%;
		padding:10px;

	}

	.uc-label {
		display: inline-block;
		width:25%;
		text-align:left;
		margin-right:10px;	
	}
	.uc-form-submit,
	#recaptcha_widget_div {
		margin-left:25%;
	}

    /**********************************************************************
    Request a Demo Modal
    **********************************************************************/
	.uc-form[data-form-id="1002"] .uc-label {
		text-align:right;
	}
}
@media (min-width: 1200px) {

}