@charset "utf-8";
/* CSS Document */

.inputerror { border: 1px solid red !important; }

.submit-attempted:invalid {
  border-color: red;
}

/*********************** Global form styles *****************************/
form legend {
	display: none;
} /* legend tag to appear only in aural style sheet */

input, select, textarea {
	border: #ccc solid 1px;
	font-size: 1em;
	margin: 0 10px 0 0;
	vertical-align: top;
	padding: 3px;
	background-clip: padding-box;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input:focus, select:focus, textarea:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.longInput {
	width: 320px;
}

.trackingUrlInput {
	width: 73%;
}

input[type=checkbox], input[type=radio], input[type=hidden] {
	border: none;
	box-shadow: none;
	margin: 0 4px 0 0;
}

input[type=text], input[type=password], input[type=textarea] {
	padding-left: 2px; padding-right: 2px;
} 

select {
	width: auto;
	max-width: 500px;
	min-width: 50px;
	font-size: 1em;
	border-radius: 3px;
	border: #ccc solid 1px;
}

form select {
	width: auto;
	max-width: 400px;
	font-size: 1em;
	border-radius: 3px;
	border: #ccc solid 1px;
}

select.error {
	border: red solid 2px;
}

input[type=textarea], textarea {
	width: 73%;
	height: 75px;
	font-size: 1.2em;
	font-weight: normal !important;
	border-radius: 3px;
	border: #ccc solid 1px;
}

form select option {
	width: auto;
	font-size: 1em;
}

form select .long {
	width: auto;
	max-width: 500px;
	min-width: 50px;
}

input[type=checkbox] {
	box-shadow: none !important;
}

/* ************************************  Form Element styles ******************************** */
.formElements {
	background: #eee;
	padding: 3px 5px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 10px;
}

.formElement {
	margin-top: 5px !important;
}

.formElement .systemValue {
	color: maroon;
	width: 380px;
	text-align: left;
}

.formElement label {
	display: inline-block;
	margin: 0 5px 0 0;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	width: 130px;
	color: #41537c;
}

.addlfldFormElement label {
	font-weight: bold;
	vertical-align: top;
	color: #41537c;
}

.formElement h6 {
	padding-left: 10px;
}

.bannerFormElement label {
	display: inline-block;
	margin: 0 5px 0 0;
	font-weight: bold;
	padding-right: 5px;
	vertical-align: top;
	width: 150px;
	color: #41537c;
}

.managementDateLabel{
	width: 90px !important;
}

.managementDateLabelRequired{
	color: #900 !important;
	font-weight: bold;
	width: 90px !important;
}

.requiredField, .requiredField-color  {
	color: #900 !important;
	font-weight: bold !important;
}

.requiredField:after { 
  content: "*";
  position: relative;
  margin-left: 2px;
}


.formElement .alignLeft {
	text-align: left;
}

.formElement .dateLabel {
	display: block;
}

.formElement .date {
	margin-right: 2px;
}

.formElement .hasDatepicker {
	display: inline-block;
}

.formElement .fieldHint {
	float: none !important;
	font-weight: normal !important;
	color: #5E5E5E;
	padding-left: 4px;
	text-align: left;
	white-space: nowrap;
}

.searchFormRow {
	display: flex;
}

.searchFormColumn {
	flex: 50%;
}

.flexSubSection {
	display: flex;
}

.flex50 {
	flex: 50%;
}

/* ************************************  Check Select styles ******************************** */
.checkSelect {
	margin-top: 5px;
}

.checkSelect label {
	font-weight: bold;
	color: #41537c;
	margin-top: 5px;
}

/************************ Input styles for field length ********************************/
.month, .day, .stateAbbr {
	width: 26px;
}

.day {
	height: 35px;
}

.year {
	width: 38px;
}

.date {
	width: 75px;
}

.small, .zip, .short {
	width: 5em !important;
}

.zipWith4 {
	width: 70px;
}

.phoneNum {
	width: 95px;
}

.exSmall {
	width: 40px !important;
}

.long {
	width: 230px;
}

.exLong {
	width: 380px;
}

.widthAutoOverride {
	width: auto !important
}

.formSeparator {
	margin-top: 5px;
}

.errorMsgId {
	visibility: hidden !important;
}

.radioItem > label {
	width: 150px;
	text-align: left;
}

.zindex {
	z-index: 1000;
}

.long > div > label {
	width: 135px;
}

.bmLabel > label {
	width: 115px;
}

.formElement .radio-stacked { display: inline-block; }
.formElement .radio-stacked label { width: auto; }

.form-inline .formElementInline { display: inline-block; vertical-align: bottom; }
.form-inline .formElementInline label { display: block; font-weight: bold; color: #41537c;}
