@charset "utf-8";
/* CSS Document */

input[type=file]{
	font-size: 0.7rem;
	border: none;
}
table.css-form-table {
	
}

table.css-form-table .css-label {
	color: #999;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 4px;
}

table.css-form-table tr td {
	border: none;
	padding: 5px;
}

.form-control {
	border-radius: 3px;
}
.css-mandatory, .css-form-mandatory {
	background-color: #FFECEC;
}
.css-setnull {
	margin-left: 5px;
}
.css-form-input-wrapper {
	font-size: inherit;
	width: auto;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	margin: 0px;
	margin-bottom: 5px;
}
.css-form-input-wrapper * {
	width: 100%;
}
.css-form-input-wrapper.row {
	flex-direction: row;
	white-space: nowrap;
}
.css-form-input-wrapper.column {
	flex-direction: column;
}
.css-form-input-wrapper .css-form-label {
	font-size: 0.9rem;
	line-height: 1.1;
	color: black !important;
	display: inline-block;
	width: auto;
	height: auto;
	font-weight: normal;
	text-transform: uppercase;
}
.css-form-password {
	display: none;
}
.css-form-text {
	font-weight: 400;
	color: black;
	width: 100%;
	padding: 5px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.form-postalzip {
	text-transform: uppercase;	
}
.css-form-datepicker {
	width: 150px;
}
.jsclass_form label {
	display: flex;
	flex-direction: column;
	margin-top: 5px;
}
.jsclass_form label.flexbyrow {
	flex-direction: row !important;
}
.jsclass_form label.flexbycolumn {
	flex-direction: column !important;
}
.jsclass_form label span {
	font-size: 0.8rem;
	line-height: 1;
	text-transform: uppercase;
}
.jsclass_form label input, .jsclass_form label select {
	margin: 0;
}