html,
body {
	background-color: #fff;
	min-height: 100%;
    font-family: lato, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1b2550;
}

/* bootstrap 5 tweaks so it looks a little more like v4.x */
.form-control-plaintext {
	padding: .375rem .75rem;
}
/* /bootstrap 5 tweaks so it looks a little more like v4.x */

/*
.arca-leaf-green {
	color: #99c24d;
}

.arca-light-green {
	color: #65B361;
}

.arca-dark-green {
	color: #006327;
}
*/

input[type='radio']:after {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	top: -2px;
	left: -1px;
	position: relative;
	/* background-color: #d1d3d1; */
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid black;
}

input[type='radio']:checked:after {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #02a9c9;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid black;
}

.footnote {
	font-size: 0.70em;
}

.formSubmitWait {
	display: none;
}

.required-field,
.warning {
	color: red;
}

.uppercase {
	text-transform: uppercase;
}

.note {
	font-size: 0.7em;
}

.note-yellow {
	background-color: yellow;
	font-size: 0.7em;
}

.agent-info {
	background-color: #65B361;
	font-weight: bold;
}
.agent-customer-select {
	border: solid 1px #99c24d;
	padding: 3px;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid red;
}

.smsSelPhoneBorder {
	border: 1px solid #006327;
}

.smsSelPhoneText {
	float: right;
	color: #006327;
	font-style: italic;
}

.unit-total-order-limit {
    font-weight: bold;
}

.unit-count-label {
	font-weight: bold;
    font-size: 1.2em;
}

.unit-type-label {
	font-weight: bold;
    font-size: 1.2em;
}