.form-check{
	padding-left: 0;
}
.form-check-label{
	font-size: 14px;
	padding-bottom: 10px;
}
.fixed-header #header{
	width: 100%;
}
.admin-bar.fixed-header #header{
	width: 100%;
}
.fixed-header-scroll #header{
	width: 100%;
}
a{
	text-decoration: none;
}

.form-floating input, .form-floating select, .form-floating textarea{
	border-radius: 0.6rem !important;
	border: 0 !important;
	background-color: #f7f7f7 !important;
}
.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown){
	font-size: 16px;
}
.form-floating>label{
	opacity: .65;
}
.btn-large.disabled, .btn-large:disabled, fieldset:disabled .btn-large{
	pointer-events: none;
	opacity: .65;
}
.bootstrap-select{
	border-radius: 0.7rem !important;
	border: 0 !important;
	background-color: #f7f7f7 !important;
	height: 58px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
	margin-top: 10px;
}
.bootstrap-select>.dropdown-toggle{
	margin-top: 10px;
}
#readysubmit{
	display: block;
}
#loadsubmit{
	display: none;
}