/* ----------------------------------------------------------------
	My Mansfield CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.hideElement {display:none;}
	
.required::before {
	content: "*";
	color:red;
	font-weight:bold;
}

.bg-default {
    background-color: #af1e2d;
    color: #fff !important;
    border-color: #6c160f;
	margin-bottom: 15px;
	margin-top: 15px;
}

.bg-default h3 {
margin-bottom: 10px;
font-size: 24px;
margin-top: 10px;
color: #fff !important;
}

.bg-gray {
    background-color: whitesmoke;
    border-color: #6c160f;
}

/*input[type="radio"], input[type="checkbox"] {
margin-bottom: 10px;
float: left;
margin-right: 10px;
margin-top: 5px;
}*/

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 5px;
}

.container ol, .container ul { padding-left:40px;}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #a6192e;
}

.resultsDisplay {
	color: #000;
	background: none repeat scroll 0% 0% #CCC;
	text-shadow: none;
	box-sizing: border-box;
	background-color: #EEE;
	opacity: 1;
	margin-bottom: 20px;
	border-radius: 0px;
	min-height: 38px;
	padding: 0px 12px;
	border: 2px solid #E6E6E6;
	box-shadow: none;
	display: block;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-image: none;  
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	outline: medium none !important;
	font-family: inherit;
	font: inherit;
	font-weight:bold;
	}
	
	
label.error { display: block !important; }	

form.cmxform label.error { display: none; }	
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-weight:bold;
	font-size:large;
}
div.error { display: none; }
/*input {	border: 1px solid black; }*/
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.form-group {
  margin-bottom: 1rem;
}