@font-face {
	font-family: 'Santana';
	src: url('/assets/fonts/Santana.ttf');
}

body {
	position: relative;
}

.hide {
	display: none;
}

.validation-summary-errors.errormsg2 {
	background-color: #d8465f;
	padding: 10px 15px;
	border-radius: 5px;
	color: white;
	margin: 7px 5px;
	width: 100%;
}

.errormsg2 ul {
	list-style: disc;
	margin-left: 15px;
	font-size: 14px;
	margin-bottom: 0;
}

.errormsg2 ul:only-child {
	list-style: none;
}

.radio input[type='radio'] {
	margin-right: 6px;
	zoom: 1.1;
}

.normalul li {
	list-style: circle;
	margin-left: 15px;
}

.deactivated {
	opacity: 0.5;
	cursor: none;
}

a[disabled='disabled'] {
	pointer-events: none;
}

.cursor {
	cursor: pointer !important;
}

.flexbox {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.flexbox-content {
	flex: 1;
}

.minh-300 {
	min-height: 400px;
}

.red {
	color: #fd6262;
	font-size: 17px;
	margin-right: 5px;
}

.green {
	color: #027a00;
	font-size: 17px;
	margin-right: 5px;
}

.greenbg {
	background-color: #00b28a;
	color: white;
}

.hidden {
	display: none;
}

.fontimage {
	/*font-size: 145px;*/
	background-color: #f8f8f8;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.fontimage img {
	width: 100%;
	height: 100%;
}

.fontsig {
	font-size: 45px;
	max-width: 250px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

a.disabled {
	pointer-events: none;
	opacity: 0.4;
}

.responsemsg {
	padding: 7px 10px 7px 20px;
	border-radius: 3px;
	display: none;
	margin-bottom: 10px;
}

.successmsg {
	background-color: #54b545;
	color: white;
}

.errormsg {
	background-color: #f61a43;
	color: white;
}

.loginbox {
	width: 45rem;
	background: #f9f9f9;
	margin: 0px auto;
}

.displaytable {
	display: table !important;
}

.displaytable th {
	max-width: 150px;
}

.graybg {
	background-color: #f8f8f8 !important;
	border-radius: 7px;
	padding: 10px;
	border: 1px solid #eee;
	margin-bottom: 10px;
}

.nopad {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.jdatemonthpicker.form-control,
.jdatepicker.form-control {
	max-width: 150px;
	display: inline;
}

.jdatemonthpicker.form-control + .ui-datepicker-trigger,
.jdatepicker.form-control + .ui-datepicker-trigger {
	display: inline;
	margin-left: -25px;
	cursor: pointer;
}

/* ---------------------------------------------------
    Bootstrap modifications
----------------------------------------------------- */
a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}

a.btn:focus:not([class*='btn-outline']),
a.btn:not([class*='btn-outline']):hover {
	color: white;
}

.modal button.close {
	color: red;
	margin: 0px -5px 0px 0px !important;
	background: white;
	border-radius: 50%;
	/* width: 50px; */
	padding: 3px 7px !important;
}

.bg-info {
	color: white;
}

.modal-content {
	border-radius: 10px 10px 0px 0px;
}

.modal-header {
	padding: 7px 15px;
	background-color: #3c84d2;
	color: white;
	border-radius: 5px;
	border-radius: 8px 8px 0px 0px;
}

h4.modal-title {
	font-size: 21px;
}

.card-header {
	background-color: #00b28a;
	color: white;
	font-size: 16px;
	margin-bottom: 0px;
}

span.datepickericon {
	position: absolute;
	right: 15px;
	top: 5px;
	font-size: 19px;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b !important;
	color: white;
}

.btn-success:focus {
	color: white;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
	background-color: rgba(0, 0, 0, 0.05);
	border-color: #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: inherit;
}

.table {
	margin-bottom: 0;
}

.page-item.active .page-link {
	background-color: #3c84d2;
	border-color: #3a88da;
}

.page-link {
	color: #3c84d2;
}

.h5,
h5 {
	font-size: 1rem;
}

.nav-tabs .nav-link {
	background-color: #eaeaea7d;
	margin-right: 1px;
}

.nav-tabs .nav-link:hover {
	background-color: #ececec;
}

.infobox > div {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

div[data-backbtn] {
	font-size: 15px;
}

dt:nth-child(4n + 1),
dt:nth-child(4n + 1) + dd {
	background-color: #f6f6f6;
}

dl {
	margin-bottom: 0;
}

dt label {
	margin: 0;
}

dd {
	margin-bottom: 0;
}

dd {
	padding: 5px 15px;
}

dt {
	padding: 5px 15px;
}

.dl-horizontal {
	font-size: 0;
	text-align: center;
}

.dl-horizontal dt,
.dl-horizontal dd {
	width: 48%;
	width: calc(50% - 10px);
	margin: 8px 0;
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
}

.dl-horizontal dt {
	text-align: right;
	padding-right: 10px;
	/* background-color: aquamarine; */
}

.dl-horizontal dd {
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	padding-left: 10px;
	/* background-color: tomato; */
}

.dl-horizontal .value-lg {
	font-size: 24px;
}

.editdl dt {
	line-height: 35px;
}

td a.btn-sm {
	margin-top: -3px;
}

.fa-sort:not(.faded) {
	color: #3c84d2;
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: 0.875rem;
	background-color: hsla(0, 0%, 100%, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0.25rem;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	opacity: 0;
}

.toast:not(:last-child) {
	margin-bottom: 0.75rem;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

.toast-header {
	display: flex;
	align-items: center;
	padding: 0.25rem 0.75rem;
	color: #69719d;
	background-color: hsla(0, 0%, 100%, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
	padding: 0.75rem;
}

.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 3.7195rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

.alert-success {
	color: #285b2a;
	background-color: #dbefdc;
	border-color: #cde9ce;
}

.alert-success hr {
	border-top-color: #bbe1bd;
}

.alert-success .alert-link {
	color: #18381a;
}

.alert-info {
	color: #182565;
	background-color: #f0f2fd;
	border-color: #c5cbee;
}

.alert-info hr {
	border-top-color: #b1b9e8;
}

.alert-info .alert-link {
	color: #0e163c;
}

.alert-warning {
	color: #856012;
	background-color: #fff1d3;
	border-color: #ffebc1;
}

.alert-warning hr {
	border-top-color: #ffe3a8;
}

.alert-warning .alert-link {
	color: #58400c;
}

.alert-danger {
	color: #740015;
	background-color: #f9ccd4;
	border-color: #f6b8c3;
}

.alert-danger hr {
	border-top-color: #f3a1b0;
}

.alert-danger .alert-link {
	color: #41000c;
}

.clickable {
	cursor: pointer;
}

.greencolor {
	color: #00b28a;
}

a.brown {
	color: #993833;
}

.font20 {
	font-size: 20px;
}

.faqbtn {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
	margin: 0px 0px;
	margin-top: 0px;
	background-color: #f8f8f8;
	cursor: pointer;
}

.faqbtn:hover {
	background-color: rgb(0, 178, 138);
}

.select2-selection__rendered {
	line-height: 31px !important;
}

.select2-container .select2-selection--single {
	height: 35px !important;
}

.select2-selection__arrow {
	height: 34px !important;
}
.select2 {
	width: 100% !important;
}
.modal-open .select2-dropdown {
	z-index: 10060;
}

.modal-open .select2-close-mask {
	z-index: 10055;
}

.hide {
	display: none !important;
}
