/*	SheerID simple-form style rules  */

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
}

small {
	font-size: 12px;
}

.sheerid-container {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.vertical-padding {
	padding-top: 15px;
	padding-bottom: 15px;
}

.vertical-pad-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pad-top-15 {
	padding-top: 15px;
}

.pad-top-30 {
	padding-top: 30px;
}

.pad-top-40 {
	padding-top: 40px;
}

.pad-top-60 {
	padding-top: 60px;
}

.pad-top-80 {
	padding-top: 80px;
}

.pad-top-100 {
	padding-top: 100px;
}

.pad-bottom-30 {
	padding-bottom: 30px;
}

.pad-horz-0 {
	padding-left: 0;
	padding-right: 0;
}

.pad-horz-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.pad-left-0 {
	padding-left: 0;
}

.pad-right-0 {
	padding-right: 0;
}

.margin-left-15 {
	margin-left: 15px;
}

.centered {
	text-align: center;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.width-100p {
	width: 100%;
}

/* add this class to the form to remove the webkit appearance and square the corners */
.square-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("https://s3.amazonaws.com/com.sheerid.resources/common/images/down_arrow.png");
	background-repeat: no-repeat;
	background-position: right 5px top 50%;
	background-size: 14px;
	border-radius: 0;
}

/* add the box-date class to a date container to get the boxed date input look.  may require a little more tweeking */
.form-group.box-date {
	background-color: white;
	color: rgb(102,102,102);
	margin-left: 15px;
	margin-right: 0;
	padding: 6px 0 4px 0;

	width: 46%;
}

.form-group.box-date label {
	font-weight: lighter;
	padding-right: 0;
	padding-top: 6px;
	width: 26%;
}

.form-group.box-date label .required-star {
	color: rgb(102,102,102);
}

.form-group.box-date select {
	width: 21%;
}

/* styling for a two column form  */
.two-column-form {

}

.two-column-form .form-group label.control-label {
	font-weight: lighter;
	padding: 0 0 0 12px;
	color: rgb(102,102,102);
}

.two-column-form .form-group label.control-label span.required-star {
	color: rgb(102,102,102);
}

.two-column-date select {
	width: 22%;
}

.two-column-form .two-column-date label.control-label {
	padding-top: 8px;
	margin-right: 8px;
}

/*	styling for the error messages  */
#verify-errors p.error {
	font-size: 16px;
	color: red;
}

/*	Content dimensions, responsive for mobile devices  */
#sheerid-container {
	max-width: 800px;
}

/*	Verify content and form  */
.form-horizontal .control-label {
	text-align: left;
}

.date-select {
	width: 26%;
	display: inline-block;
}

.relationship-select {
	display: block;
}

label.radio-inline {
	margin-left: 10px;
}

.required-star {
	color: red;
}

a.sheerid-combo-trigger {			/* add a small border radius to match the text input field */
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}

#comments {
	min-height: 200px;
}

/*	faq styles  */
#faq-container {
	text-align: center;
}

dl.faq {
	padding: 0;
}

dl.faq dt {
	font-weight: bold;
}

dl.faq dd {
	margin-bottom: 32px;
}

/*  Additional style rules for simple-form-branded  */
/* 	Header and logos  */
#logo-container {
	position: relative;
}

#sheerid-logo-branded img {
	max-width: 100%;
	padding-top: 25px;
	padding-bottom: 15px;
}

#client-logo-branded img {
	width: 100%;
	padding: 15px 0;
}


/*  mobile only style rules  */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {

	small {
		font-size: 11px;
	}

	form button[type="submit"] {
		margin-left: 0;
	}

	#sheerid-logo-branded img {
		padding-top: 0;
	}

	div.lightbox-wrap {
		position: fixed;
		top: 5%;
		left: 5%;
		width: 90%;
		height: 80%;
	}

	.lightbox-wrap dd {
		margin-left: 0;
	}

	.radio-inline {
		display: block;
	}
}
