/* HTML */
html.smoothScroll {
	scroll-behavior : smooth;
}
/* NAVBAR */
.navbar .dropdown-menu {
	margin-top : 7px;
}
.navbar .navbar-nav .nav-item > .nav-link {
	margin-top    : -8px;
	padding       : 16px 8px;
	margin-bottom : -8px;
}
.navbar-dark .navbar-nav .nav-link {
	color : rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color : rgba(255, 255, 255, 1);
}
.nav-item:has(.nav-link.disabled) {
	cursor : not-allowed !important;
}
/* BREADCRUMB */
.breadcrumb {
	padding : .3rem 1rem;
}
/* TABLE */
.table.tableHeadCenter > thead > tr > th {
	text-align : center !important;
}
.table.tableLink > tbody > tr:not(.disabled) > td:not(.dataTables_empty) {
	cursor : pointer;
}
.table > thead > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	vertical-align : middle;
}
.table > thead.thead-dark > tr > th {
	border-bottom-color : white;
}
.table > thead.thead-dark > tr > th:not(:first-of-type) {
	border-left-color : white;
}
.table > thead.thead-dark > tr > th:not(:last-of-type) {
	border-right-color : white;
}
.table > tbody > tr > td {
	vertical-align : middle;
}
.table > tbody .btn,
.table > tfoot .btn {
	margin-bottom : 0;
}
.table > tbody td > .btn:not(:last-child),
.form-group > .btn:not(:last-child) {
	margin-right : 7px;
}
.table tr.bg-info > td {
	color : white;
}
.dataTable {
	width : 100% !important;
}
table.dataTable.table-sm > thead > tr > th.sorting_disabled {
	padding-right : 0.3rem;
}
table.table-bordered.dataTable tfoot td {
	border-bottom-width : 0;
}
table.dataTable.mb-0 {
	margin-bottom : 0 !important;
}
.table-bordered thead.thead-dark td,
.table-bordered thead.thead-dark th {
	border-bottom : none;
}
.dataTables_wrapper .tableTopInfoMinimalHeight {
	min-height : 42px;
}
.table-success.selected > td,
.table-success.selected:hover > td,
.table-warning.selected > td,
.table-warning.selected:hover > td,
.table-danger.selected > td,
.table-danger.selected:hover > td,
.table-info.selected > td,
.table-info.selected:hover > td {
	background-color : #0275D8;
}
table td.cellSlashed {
	background-image : linear-gradient(45deg, rgba(0, 0, 0, 0.30) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.30) 50%, rgba(0, 0, 0, 0.30) 75%, transparent 75%, rgba(255, 255, 255, 0));
	background-size  : 17px 17px;
}
/* FORM */
.font-weight-boldish {
	font-weight : 500;
}
.form-group {
	margin-bottom : .3rem;
}
.form-group > span.invalid-feedback {
	margin-bottom : -.2rem;
}
.formGroupInline .form-group {
	margin-bottom : .2rem;
}
.formGroupInline .form-group > label {
	margin : .5rem 0 .3rem 0;
}
.form-group > .input-group {
	margin-top : 5px;
}
.formGroupInline .form-group > .input-group,
.formGroupInline .form-group > .input-group {
	margin-bottom : 0 !important;
}
input.text-center::placeholder {
	text-align : center;
}
input.text-left::placeholder {
	text-align : left;
}
input.text-right::placeholder {
	text-align : right;
}
.invalid-feedback {
	margin-top : 0;
}
.invalid-feedback {
	display   : block;
	font-size : 80%;
}
.noResize {
	resize : none;
}
.btn {
	cursor : pointer;
}
.btn.disabled {
	pointer-events : all !important;
	cursor         : not-allowed;
}
.btn-primary.readonly {
	opacity : .65;
}
.btn.btn-orange {
	background-color : #FD7E14;
}
.btn.unlink {
	cursor : auto !important;
}
.form-group a.btn,
.form-group button.btn {
	margin-bottom : .5rem;
}
label.d-block {
	margin-bottom : 0;
}
.bootstrap-select > .dropdown-toggle.text-center > .filter-option {
	text-align : center;
}
.bootstrap-select > .dropdown-menu {
	max-width : 100vw;
}
.custom-file.custom-file-sm {
	height        : calc(1.5em + 0.5rem + 2px);
	font-size     : .875rem;
	line-height   : 1.5;
	border-radius : 0.2rem;
	margin-top    : .05rem !important;
}
.custom-file.custom-file-sm > .custom-file-input {
	height        : calc(1.5em + 0.5rem + 2px) !important;
	padding       : 0.25rem 0.5rem;
	font-size     : .875rem;
	line-height   : 1.5;
	border-radius : 0.2rem;
}
.custom-file.custom-file-sm > .custom-file-label {
	height        : calc(1.5em + 0.5rem + 2px) !important;
	padding       : 0.35rem 0.5rem 0.15rem 0.5rem;
	font-size     : 0.792rem;
	line-height   : 1.5;
	border-radius : 0.2rem;
}
.custom-file-input ~ .custom-file-label::after {
	font-family : 'Font Awesome 5 Free';
	font-weight : 900;
	content     : "\f07c";
}
.custom-file-input.customFileInputPlusIcon ~ .custom-file-label::after {
	content          : "\f067";
	color            : #FFF;
	background-color : #28A745;
	border-color     : #28A745;
}
.bootstrap-select > button.btn {
	margin-bottom : 0 !important;
}
/* BORDER */
.border-left-only {
	border-radius : 0.25rem 0 0 0.25rem !important;
}
.border-top-only {
	border-radius : 0.25rem 0.25rem 0 0 !important;
}
.border-right-only {
	border-radius : 0 0.25rem 0.25rem 0 !important;
}
.border-bottom-only {
	border-radius : 0 0 0.25rem 0.25rem !important;
}
.border-bottom-white {
	border-bottom-color : white !important;
}
/* CARD */
.card > .card-header > .card-header-actions {
	position : relative;
}
.card > .card-header > .card-header-actions > div {
	position : absolute;
	top      : 0;
	right    : 0;
}
.card.cardMarginBottom {
	margin-bottom : 18px;
}
/* LIST */
.noListStyle {
	list-style : none;
}
ul.listStyleDisc {
	list-style-type : disc;
}
/* FOOTER */
footer.navbar {
	padding : 0;
}
/* RANDOM */
.w-10 {
	width : 10% !important;
}
.w-15 {
	width : 15% !important;
}
.w-20 {
	width : 20% !important;
}
.w-30 {
	width : 30% !important;
}
.w-35 {
	width : 35% !important;
}
.w-40 {
	width : 40% !important;
}
.w-45 {
	width : 45% !important;
}
.w-55 {
	width : 55% !important;
}
.w-60 {
	width : 60% !important;
}
.w-65 {
	width : 65% !important;
}
.w-70 {
	width : 70% !important;
}
.w-80 {
	width : 80% !important;
}
.w-85 {
	width : 85% !important;
}
.w-90 {
	width : 90% !important;
}
.w-95 {
	height : 95vh !important;
}
.vh-10 {
	height : 10vh !important;
}
.vh-15 {
	height : 15vh !important;
}
.vh-20 {
	height : 20vh !important;
}
.vh-30 {
	height : 30vh !important;
}
.vh-35 {
	height : 35vh !important;
}
.vh-40 {
	height : 40vh !important;
}
.vh-45 {
	height : 45vh !important;
}
.vh-55 {
	height : 55vh !important;
}
.vh-60 {
	height : 60vh !important;
}
.vh-65 {
	height : 65vh !important;
}
.vh-70 {
	height : 70vh !important;
}
.vh-80 {
	height : 80vh !important;
}
.vh-85 {
	height : 85vh !important;
}
.vh-90 {
	height : 90vh !important;
}
.vh-95 {
	height : 95vh !important;
}
.bg-light-dark {
	background-color : #d5d5d5 !important;
}
.bg-info-light {
	background-color : #94C7DE !important;
}
.bg-success-light:not(.card-header) {
	background-image : linear-gradient(to bottom, #DFF0D8 0, #D0E9C6 100%);
}
.bg-success-light:not(.card-header) {
	background-image : linear-gradient(to bottom, #DFF0D8 0, #D0E9C6 100%);
}
.bg-warning-light:not(.card-header) {
	background-image : linear-gradient(to bottom, #FCF8E3 0, #FAF2CC 100%);
}
.bg-danger-light:not(.card-header) {
	background-image : linear-gradient(to bottom, #F2DEDE 0, #EBCCCC 100%);
}
.fa-md {
	font-size : 18px;
}
.disabled,
[disabled] {
	cursor : not-allowed;
}
.timeline .badge.badgeCircle {
	padding : .5em .7em !important;
}
.link {
	cursor : pointer;
}
.cursorDefault {
	cursor : default !important;
}
b, strong {
	font-weight : bold;
}
.rounded-top-only {
	border-radius : .25rem .25rem 0 0 !important;
}
.rounded-topRight-only {
	border-radius : 0 .25rem 0 0 !important;
}
.rounded-topLeft-only {
	border-radius : .25rem 0 0 0 !important;
}
.rounded-bottom-only {
	border-radius : 0 0 .25rem .25rem !important;
}
.rounded-bottomRight-only {
	border-radius : 0 0 .25rem 0 !important;
}
.rounded-bottomLeft-only {
	border-radius : 0 0 0 .25rem !important;
}
.rounded-right-only {
	border-radius : 0 .25rem .25rem 0 !important;
}
.rounded-left-only {
	border-radius : .25rem 0 0 .25rem !important;
}
.badgeDescription {
	position : relative;
	width    : 100%;
}
.badgeDescription > .fa-question-circle {
	position : absolute;
	right    : 0;
	bottom   : 0;
}
.noSelect,
table.tableNoSelect tbody tr td {
	-webkit-touch-callout : none; /* iOS Safari */
	-webkit-user-select   : none; /* Safari */
	-khtml-user-select    : none; /* Konqueror HTML */
	-moz-user-select      : none; /* Old versions of Firefox */
	-ms-user-select       : none; /* Internet Explorer/Edge */
	user-select           : none;
	/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/* SUMMERNOTE */
.note-toolbar {
	z-index : auto;
}
/* RIBBON */
.ribbon {
	width    : 150px;
	height   : 150px;
	overflow : hidden;
	position : absolute;
}
.ribbon::before,
.ribbon::after {
	position : absolute;
	z-index  : -1;
	content  : '';
	display  : block;
	border   : 5px solid #2980B9;
}
.ribbon span {
	position         : absolute;
	display          : block;
	width            : 225px;
	padding          : 15px 0;
	background-color : #3498DB;
	box-shadow       : 0 5px 10px rgba(0, 0, 0, .1);
	color            : #FFFFFF;
	font             : 700 18px/1 'Lato', sans-serif;
	text-shadow      : 0 1px 1px rgba(0, 0, 0, .2);
	text-transform   : uppercase;
	text-align       : center;
}
/* RIBBON - TOP LEFT */
.ribbon-top-left {
	top  : -10px;
	left : -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color  : transparent;
	border-left-color : transparent;
}
.ribbon-top-left::before {
	top   : 0;
	right : 0;
}
.ribbon-top-left::after {
	bottom : 0;
	left   : 0;
}
.ribbon-top-left span {
	right     : -25px;
	top       : 30px;
	transform : rotate(-45deg);
}
/* RIBBON - TOP RIGHT */
.ribbon-top-right {
	top   : -10px;
	right : -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
	border-top-color   : transparent;
	border-right-color : transparent;
}
.ribbon-top-right::before {
	top  : 0;
	left : 0;
}
.ribbon-top-right::after {
	bottom : 0;
	right  : 0;
}
.ribbon-top-right span {
	left      : -25px;
	top       : 30px;
	transform : rotate(45deg);
}
/* RIBBON - BOTTOM LEFT */
.ribbon-bottom-left {
	bottom : -10px;
	left   : -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
	border-bottom-color : transparent;
	border-left-color   : transparent;
}
.ribbon-bottom-left::before {
	bottom : 0;
	right  : 0;
}
.ribbon-bottom-left::after {
	top  : 0;
	left : 0;
}
.ribbon-bottom-left span {
	right     : -25px;
	bottom    : 30px;
	transform : rotate(225deg);
}
/* RIBBON - BOTTOM RIGHT */
.ribbon-bottom-right {
	bottom : -10px;
	right  : -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
	border-bottom-color : transparent;
	border-right-color  : transparent;
}
.ribbon-bottom-right::before {
	bottom : 0;
	left   : 0;
}
.ribbon-bottom-right::after {
	top   : 0;
	right : 0;
}
.ribbon-bottom-right span {
	left      : -25px;
	bottom    : 30px;
	transform : rotate(-225deg);
}
/* CHART */
.chartSpinner {
	position : relative;
}
.chartSpinner > .chartSpin {
	position         : absolute;
	background-color : white;
	opacity          : 0.9;
	margin           : 0;
	display          : flex;
	justify-content  : center;
	top              : 0;
	right            : 0;
	bottom           : 0;
	left             : 0;
}
.chartSpinner > .chartSpin > span {
	align-self : center;
}
/* MODAL */
.modal-header.bg-success > *,
.modal-header.bg-warning > *,
.modal-header.bg-danger > *,
.modal-header.bg-primary > *,
.modal-header.bg-secondary > *,
.modal-header.bg-dark > *,
.modal-header.bg-info > * {
	color : white;
}
.modal .bg-info {
	padding : 15px;
}
.modal .modal-content {
	border : none;
}
.modal#modalSpinner {
	z-index : 1051 !important;
}
@media (min-width : 992px) {
	.modal-xxl {
		max-width : 800px;
	}
}
@media (min-width : 1200px) {
	.modal-xxl {
		max-width : 1320px;
	}
}
/* DATEPICKER */
.bootstrap-datetimepicker-widget table,
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td {
	border : none;
}
/* POPOVER */
.popover-footer {
	padding    : 0.5rem 0.75rem;
	color      : #212529;
	border-top : 1px solid #DEE2E6;
}