.click:hover {
	cursor: pointer;
}

.form-no-data-linked {
	display: block;
	font-style: italic;
}

.form-readonly-data {
	display: block;
}

.scroll-x-container .scroll-x-handle {
	cursor: move;
}

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

.btn-container .btn {
	margin-right: 12px;
}

.btn-container .btn:last-child {
	margin-right: 0;
}

.number {
	text-align: right;
}

input.number, .form-inline input.number {
	width: 80px;
}

input.number.tel {
	width: 150px;
}

td.number > input.number {
	display: inline-block;
}

.hidden {
	display: none;
}

.action-btn-container {
	text-align: center;
	white-space: nowrap;
}

.action-btn-container i.fa, .action-btn-container i.far, .action-btn-container i.fas {
	margin-right: 6px;
	margin-left: 6px;
}

.modal .loading-container {
	margin: 15px;
}

.modal-dialog.modal-width-auto .modal-body * {
	width: auto !important;
}

div.error {
	color: red;
	margin-top: .5rem;
}

th.required:after, label.required:after {
	content: " *";
	color: red;
}

th.required-conditional:after, label.required-conditional:after {
	content: " *";
	color: orange;
}

input.currency {
	width: 100px;
	text-align: right;
}

div.input-group.currency {
	width: 175px;
}

div.input-group.color-picker {
	width: 175px;
}

span.color-picker-sample {
	min-width: 40px;
}

input.postal-code {
	width: 100px;
}

div.input-group.postal-code-lookup {
	width: 175px;
}

div.iti {
	display: block;
}

.text-muted {
	color: grey !important;
}

.text-muted-light {
	color: silver !important;
}

div.input-group.date {
	width: 165px;
}

input.date {
	width: 125px;
	cursor: pointer;
}

div.input-group.date-time {
	width: 230px;
}

input.date-time {
	width: 190px;
	cursor: pointer;
}

#ui-datepicker-div {
	z-index: 1500 !important;
}

div.input-group.linked-data {
	min-width: 215px;
}

.input-group-range {
	display: flex;
	align-items: center;
}

.custom-file {
	min-width: 200px;
	text-align: left;
}

.range-separator {
	margin: 0 1rem;
}

.inputs-inline > .input-group {
	display: inline-flex;	
}

.inputs-inline > .form-control {
	display: inline-block;
}

#global\[fields\]\[password_confirm\].valid {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

#global\[fields\]\[password_confirm\].error {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.table .tfoot-light td {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table .tr-light td {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

table.table-first-col-bold > tbody > tr > td:first-child {
	font-weight: bold;
}

table.table-first-col-right > tbody > tr > td:first-child {
	text-align: right;
}

table.table-odd-col-bold > tbody > tr > td:nth-child(odd) {
	font-weight: bold;
}

table.table-odd-col-right > tbody > tr > td:nth-child(odd) {
	text-align: right;
}

table.table-font-large {
	font-size: 110%;	
}

.csv-export-icon {
	color: #207245;
	cursor: pointer;
}

.csv-export-icon:hover {
	color: #209345;
}

.modal-header.ui-draggable-handle {
	cursor: move;
}

@media print {
	@page {
		size: auto;
		margin: 0;
	}
	
	.no_print, .no-print {
		display: none;
	}
	
	.module-container {
		display: block;
	}
	
	.scroll-x-container {
		overflow-x: initial;
	}
	
	.no_print, .no-print {
		display: none;
	}
}