.ui-loader {
	display: none;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Cabin Condensed', sans-serif;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.w-xs-100 {
		width: 100%;
	}
}

.logout {
	color: #fff;
	font-size: 1.3em;
}

.logout:hover {
	text-decoration: none;
	color: #d04437 !important;
}

.form-control:focus {
	border-color: var(--main);
	box-shadow: 0 0 0 0.2rem var(--main-shadow);
}

.invalid-feedback {
	position: absolute;
	margin-top: 0;
	width: 90%;
	line-height: 1.1em;
}

.navbar-brand {
	margin-right: 0;
}

.navbar-green {
	background-color: var(--main);
	color: #fff;
}

.form-signin input[type='password'] {
	margin-bottom: 0 !important;
}

.main-green {
	color: var(--main);
}

.btn-green {
	background-color: var(--main);
	border-color: var(--main);
	color: #fff;
}

.signature-pad {
	position: relative;
	height: 130px;
	border-bottom: 2px solid #000;
	background-color: #fff;
}

label {
	color: #666;
}

.form-control {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	border-color: #000;
}

body.login {
	display: -ms-flexbox;
	display: flex;

	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}

input.form-control[type='text'],
input.form-control[type='email'],
input.form-control[type='password'],
select.form-control,
textarea.form-control {
	letter-spacing: 1px;
	font-size: 20px;
}

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
	position: relative;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type='email'] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type='password'] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.create-new {
	padding: 0.5rem 1rem;
	margin-top: 20px;
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
	background-color: var(--main);
	color: #fff;
	text-decoration: none;
}
.create-new:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

.alert-with-icon {
	position: relative;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 40px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	word-wrap: break-word;
	word-break: break-word;
	background-color: #fff;
	padding: 0.5rem 1rem;
}

.alert-with-icon .alert-icon {
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	left: -31px;
	line-height: 1;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	color: #fff;
}

.alert-with-icon.alert-danger {
	border-color: #d04437;
}
.alert-with-icon.alert-danger .alert-icon {
	text-shadow: 1px 1px 0 #842029;
}
.alert-with-icon.alert-success {
	border-color: #669900;
}
.alert-with-icon.alert-success .alert-icon {
	text-shadow: 1px 1px 0 #0f5132;
}
.alert-with-icon.alert-warning {
	border-color: #edc211;
}
.alert-with-icon.alert-warning .alert-icon {
	text-shadow: 1px 1px 0 #664d03;
}
.alert-with-icon.alert-info {
	border-color: #3572b0;
}
.alert-with-icon.alert-info .alert-icon {
	text-shadow: 1px 1px 0 #084298;
}

#consent-canvas-container {
	position: relative;
}
#consent-canvas-container #consent-signature-erase {
	position: absolute;
	top: 3px;
	right: 3px;
	background-color: transparent;
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	z-index: 1000;
}
#consent-canvas-container #consent-signature-erase i {
	display: inline-block;
	font-size: 32px;
	line-height: 24px;
	color: #d04437;
}
