div, p, td {
	font-size: 1rem !important;
}

.site-header-logo {
	background    : #fff;
	border        : 1px solid rgba(0, 0, 0, 0.2);
	border-radius : 5px;
	max-height    : 70px;
	max-width     : 100px;
	padding       : 0.25rem;
}

#forgot-password-container {
	text-align: center;
	margin-top: 20px;
}

.hidden {
	display : none !important;
}

.title-year {
	font-size: 2rem;
	font-weight: bold;
}

template {
	display: none !important;
}

#applicationContainer
{
	overflow: hidden;
	margin: 1rem 1rem 0;
	padding: 1em;
}

#navButtonContainer
{
	margin-top: 10px;
	text-align:center;
}

.field1
{
	background-color: #eeeeff;
	font-size: 9pt;
	padding: 10px;
	max-width: 100%;
}

.field2
{
	background-color: #ddddff;
	font-size: 9pt;
	padding: 10px;
	max-width: 100%;
}

.fieldName
{
	color: #555555;
	width: 30%;
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
}

.fieldOptions
{
	display: inline-block;
	max-width: 100%
}

.fieldOptions .swiftbox {
	max-width: 100%
}

.mailing_fields {
	display : none;
	border  : 1px solid black;
	padding : 0.5rem;
	margin  : 0.5rem 0;
}

.primary_header {
	text-align   : center;
	font-weight  : bold;
	padding      : 0.5rem;
	margin       : 0.5rem 0;
	border       : 1px solid rgba(34,36,38,.15);
}

.delete_address i {
	margin : 0 !important;
}

/* Display logging fields differently so they're not so cramped */
div.field[data-type="log"] > .fieldName {
	width: 10%;
}

div.field[data-type="log"] > .fieldOptions {
	width: 100%;
}

.required_asterisk
{
	font-size: 10pt;
	color: red;
}

.required_error
{
	font-size:1.25em;
	color: red;
}

.group
{
	clear: both;
	border: 1px solid black;
	border-radius: 5px;
	padding: 10px;
	margin: 4px;
}

.group_header {
	text-align  : left;
	margin      : 1rem 0;
	font-size   : 20px;
	font-weight : bold;
}

.add_more_button {
	margin-top : 1rem !important;
}

.groupName
{
	clear: both;
	border-bottom: 1px solid black;
	padding: 3px;
	font-weight: bold;
	font-size: 11pt;
}

.label
{
	clear: both;
	font-size: 10pt;
}

.addressValidationNotice
{
	color: red;
	font-size: 8pt;
}

.addressInput input
{
	margin: 3px;
}

.address_form {
	display : none;
}

.contact_form {
	display : none;
}

.address_suggestions {
	margin  : 0.5rem 0;
	display : none;
}

.address_information_container {
	display        : flex;
	flex-direction : column;
}

.form_buttons {
	display        : flex;
	flex-direction : column;
	margin-top     : 0.5rem
}

.form_buttons .icon {
	margin : 0 0.25rem !important;
}

.form_buttons button {
	margin : 0.25rem 0 !important;
}

.edit_address {
	display : none;
}

.address_phone_flag {
	margin : 0.5rem 0;
}
.validation_errors {
	color : red;
}

.contact_detail_form {
	display : none;
	margin  : 0.5rem 0;
}

.contact_detail_input {
	margin : 0.25rem 0;
}

.contact_detail_form_container {
	margin: 0.5rem 0;
}

.show_contact_detail_form,
.show_address_form,
.show_contact_form {
	margin-top : 0.5rem !important;
}

.show_address_form.ui.button,
.show_contact_form.ui.button {
	display : none;
}

.saved_contact_details {
	margin : 1rem 0;
}

.other_contact_type {
	margin-top: 0.5rem;
}

.phone_number_fields {
	margin: 1rem 0;
}

.contact_form[data-form_id="0"] .contact_detail_form {
	display : none;
}

.contactLabel
{
	display:inline-block;
	min-width: 100px;
}

.parentLoginLabel
{
	display: inline-block;
	min-width: 75px;
}

.login-container {
	margin: 0 auto;
	padding: 0 0.5rem;
	max-width: 600px;
}

.login-tabs {
	display: flex;
}

.tab {
	flex-grow: 1;
	background-color: white;
	box-shadow: 0 0 1px blue;
	border: 1px solid blue;
	border-radius: 2px 2px 0 0;
	font-size: 9pt;
	text-align:center;
	padding: 0.5rem;
	margin: 0 0.5rem;
	cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
}

.button-container {
	text-align: center;
}

.selected
{
	background-color: rgb(0, 0, 255); /* IE fallback */
	background-color: rgba(0, 0, 255, 0.65);
	color: white;
}

.app_login_form
{
	border-radius: 2px;
	display:none;
	clear:both;
	padding: 15px;
	box-shadow: 0 0 1px 1px blue;
	position: relative;
}

.notice
{
	margin: 1em;
	font-weight: bold;
	font-size: 12px;
	color: #6666FF;
	text-align: left;
	padding-top:20px;
}

.title
{
	margin-bottom: 1em;
}

.login_form_table {
	max-width: 600px;
	margin: 0.5rem auto;
}

#recaptcha_area
{
	margin: 1em auto;
}

.required_error_global
{
	margin: 0.5em;
	color: red;
	font-size: 1.25em;
}

div.ui-datepicker {
	font-size: 62.5%;
	z-index: 10003 !important;
}

.ui-datepicker-year {
	color: black !important;
}

.nu-file-expand {
	display: none !important;
}

.apply-file-uploader {
	height: 2rem;
}

@media only screen and (max-device-width : 1024px)  {
	.apply-file-uploader {
		height: 10rem;
	}
}

.apply-file-uploader-label {
	text-align:center;
}

/**
 * Do not display file inputs until they have been initialized
 * Adapted from assets/custom_fields/edit/css/custom_fields.css
 */
 .dataTable-insertRow .apply-file-uploader, .dataTable-recordRow[data-record^="-"] .apply-file-uploader {
	position: relative;
}

.dataTable-insertRow .apply-file-uploader .nu-file-container, .dataTable-recordRow[data-record^="-"] .apply-file-uploader .nu-file-container {
	display: none;
}

.dataTable-insertRow .apply-file-uploader:before, .dataTable-recordRow[data-record^="-"] .apply-file-uploader:before {
	font-weight: bold;
	display: inline-flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	content: '(Save to Upload)';
}

.tooltip {
	position: absolute;
	z-index: 1000;
	display: none;
	border: 1px solid #666;
	border-radius: 3px;
	background-color: #FFFAEA;
	color: #000;
	padding: 3px;
	margin: 0;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
	min-width: 1.5rem;
}

#generic_tooltip {
	z-index: 100001;
}

.tooltip:before,
.tooltip:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 5px;
	border-style: solid;
	border-width: 6px;
	border-color: #000 transparent transparent;
}

.tooltip.left:before,
.tooltip.left:after {
	left: auto;
	right: 5px;
}

.tooltip.bottom:before,
.tooltip.bottom:after {
	top: auto;
	bottom: 100%;
	border-color: transparent transparent #000;
}

.tooltip:after {
	border-color: #FFFAEA transparent transparent;
	margin-top: -1px;
}

.tooltip.bottom:after {
	border-color: transparent transparent #FFFAEA;
	margin-top: 0;
	margin-bottom: -1px;
}

.dateContainer {
	white-space: nowrap;
}

.date {
	width: 7em;
}

.date.clickable {
	outline: 0;
	border: 1px solid transparent;
	border-bottom: 1px dotted #009;
	background: transparent;
	box-shadow: none;
	cursor: default;

}

.date.clickable:focus {
	margin: 0;
	border: 1px solid #999;
	background: #FFF;
	cursor: text;
}

.date_picker {
	vertical-align: middle;
}

.date.invalid {
	background: #FCC;
}

.address-iframe {
	width: 100%;
	height: 1200px;
}

.log_save_btn {
	float: right;
	margin-right: 20px !important;
}

#newapp_errors {
	color: #f00;
	font-size: 1em;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

#finish {
	background-color: green;
	margin-top: 10px;
}

#beginButton {
	background: rgb(0, 144, 31);
}

#previous_page + #next_page {
	margin-left: 0.25rem;
}

#save_quit {
	margin-top: 0.25rem;
}


.dateInput select[name^="month_"] {
	width: 6rem;
}

.dateInput select[name^="day_"] {
	width: 3rem;
}

.dateInput select[name^="year_"] {
	width: 4rem;
}

[data-type='signature'] .signature-button {
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
	background: rgb(255, 255, 255) !important;
	color: black !important;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1) inset !important;
	padding: 0.25rem 0.5rem !important;
	font-size: 1rem !important;
	width: 200px;
}

#divfieldValues\[contact_address\] {
	max-width : 300px;
}

.pending-contact-addresses {
	margin-top : 0.75rem;
}

.ui.modal {
	box-sizing: border-box !important;
}

#override-error {
	color: red;
	font-weight: bold;
}

.application-grade-levels, .application-birth-date {
	display        : flex;
	justify-content: center;
	margin-bottom  : 1em;
	align-items    : center;
}

.application-grade-levels p, .application-birth-date p {
	margin-right : 3px;
	margin-bottom: 0;
}

.application-grade-levels .grade_levels, .application-birth-date .birthdate {
	margin-left : 3px;
}

.language-items {
	align-items     : center;
	display         : flex;
	flex-flow       : row wrap;
	gap             : 0.75em;
	justify-content : center;
	position        : relative;
	margin-top      : 1em;
}

.language-item {
	color           : #4183c4;
	font-size       : 14px;
	text-decoration : none;
}

.language-item.selected-item {
	color          : rgba(40, 40, 40, .3);
	pointer-events : none;
}