.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.input-group-prepend>.input-group-text {
	min-width: 45px;
}

:disabled {
	cursor: not-allowed !important;
}

.disabled {
	cursor: not-allowed !important;
}

.cursor {
	cursor: pointer !important;
}

.no-cursor {
	cursor: auto !important;
}

.progress {
	cursor: progress !important;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.noscroll {
	overflow: hidden;
}

.hide {
	display: none;
}

.btn-picto {
	width: 30px;
	height: 30px;
}

.border-none {
	border: none;
}

.table tbody tr {
	background-color: #f9fafc;
}

.table-striped-detail tbody tr:nth-of-type(4n + 1) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-striped-detail tbody tr:nth-of-type(4n + 2) {
	background-color: rgba(0, 0, 0, 0.05);
}

.modal-body-scroll {
	max-height: calc(100vh - 280px);
	overflow: auto;
}

.modal-lg .modal-content .modal-body div .modal-footer {
	margin-left: -15px;
	margin-right: -15px;
}

.v-spinner {
	margin-top: 20px;
	margin-bottom: 20px;
}

.table tbody tr td {
	text-align: center;
	vertical-align: middle;
}

.table thead tr th {
	text-align: center;
	vertical-align: middle;
}

.aside-menu {
	z-index: 1018;
}

.pagination-responsive {
	display: block;
}

.required:after {
	color: #c91834;
	content: "*";
	display: inline-block;
}

[required]:after {
	color: #c91834;
	content: "*";
	display: inline-block;
}

.app-root {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

.box-shadow-1 {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.box-shadow-2 {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box-shadow-3 {
	-webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.box-shadow-4 {
	-webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.box-shadow-5 {
	-webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
	box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

[draggable="true"] {
	cursor: pointer !important;
}

[draggable="false"] {
	cursor: not-allowed !important;
}

[draggable="false"].cursor {
	cursor: default !important;
}

.scrollbar-min {
	scrollbar-width: thin;
	scrollbar-color: #383838 #1d1d1d;
}

.scrollbar-min::-webkit-scrollbar {
    width: 10px;
}
.scrollbar-min::-webkit-scrollbar-track {
    background-color: #1d1d1d;
}
.scrollbar-min::-webkit-scrollbar-thumb {
    background-color: #383838;
}
.scrollbar-min::-webkit-scrollbar-thumb:hover {
    background-color: #383838;
	cursor:pointer;
}
.scrollbar-min::scrollbar {
    width: 10px;
}
.scrollbar-min::scrollbar-track {
    background-color: #1d1d1d;
}
.scrollbar-min::scrollbar-thumb {
    background-color: #383838;
}
.scrollbar-min::scrollbar-thumb:hover {
    background-color: #383838;
	cursor:pointer;
}


.custom-control.custom-checkbox.optin {
	padding-left: 2rem;
}

button.sidebar-minimizer.brand-minimizer span {
	color: #fff;
}

.app.brand-minimized.sidebar-minimized div.app-body div.sidebar button.sidebar-minimizer.brand-minimizer span {
	display: none;
}

.no-padding {
	padding: unset !important;
}

.no-margin {
	margin: unset !important;
}

.no-padding-l {
	padding-left: unset !important;
}

.no-margin-l {
	margin-left: unset !important;
}


.no-padding-l {
	padding-left: unset !important;
}

.no-margin-l {
	margin-left: unset !important;
}


.no-padding-r {
	padding-right: unset !important;
}

.no-margin-r {
	margin-right: unset !important;
}


.no-padding-b {
	padding-bottom: unset !important;
}

.no-margin-b {
	margin-bottom: unset !important;
}

.brand-minimized .app-header .logo-navbar-toggler {
	display: none;
}

.fullscreen {
	z-index: 1100;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	background-color: rgb(255, 255, 255);
	overflow: auto;
}

.navbar-toggler-hide {
	display: none;
}

.lightview-responsive {
	max-height: 85vh;
	overflow: auto;
}

.modal {
	z-index: 1102;
}

.modal-backdrop {
	z-index: 1101;
}

.select2-container.select2-container--default.select2-container--open{
	z-index: 1102;
}

.message {
	font-size: 0.765rem;
}

.aside-menu {
	background-color: #f0f3f5;
}

.aside-menu .nav.nav-tabs .nav-item {
	border-right: 0.1px solid #c8ced3;
}

.aside-menu .nav-tabs .nav-item .nav-link {
	border: 0;
}

.nav-tabs .nav-item {
	margin-bottom: 0px;
}

.app-header .navbar-toggler:hover .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2373818f' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.keyboard{
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	border-radius: 3px;
	box-shadow: 0 0 0 #fff, 0 1px 0 #C2C8CC;
	background-image: linear-gradient(#F8F9F9, #E9EBED);
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	line-height: 11px;
	text-align: center;
	padding: 4px 5px;
	margin-right: 3px;
	background-color: #E9EBED;
	min-width: 25px;
	border: 1px solid #C2C8CC;
}

button {
	cursor: pointer;
}

.modal.show {
	display: block;
}

.modal-backdrop {
	display: none;
}
.modal-backdrop.show {
	display: block;
}

.main {
	display: flex;
	flex-direction: column;
}

.container-fluid{
	flex: 1;
	/*background-color: #fff;*/
}

.btn-table-width{
	width: 12%;
	white-space: normal !important;
}

.id-table-width{
	width: 30px;
}

::-webkit-inner-spin-button {
	display: none;
}

.has-success ::-webkit-calendar-picker-indicator {
	margin-right: 20px;
}

.has-error ::-webkit-calendar-picker-indicator {
	margin-right: 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    html, body{
        height:100%;
    }
}

@media (max-width: 991.98px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .app-header .navbar-brand {
        position: static;
	}
}

@media (max-width: 991.98px) and (-ms-high-contrast: none),(-ms-high-contrast: active) {
	html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .main,
	html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .app-footer {
		margin-left: 0px;
	}

	html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed.sidebar-show .main,
	html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed.sidebar-show .app-footer {
		margin-left: 200px;
	}
}

@media (min-width: 1199.99px) {
	.container {
		max-width: none;
	}

	.standalone .container {
		max-width: 1140px;
	}

	.main .container-fluid {
		padding: 0 15px;
	}

	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,
	.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
	padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width: 1199.98px) {
	.lg-hide {
		display: none !important;
	}

	.main .container-fluid {
		padding: 0 10px;
	}

	.row {
		margin-right: -10px;
		margin-left: -10px;
	}

	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,
	.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 991.98px) {
    .md-hide{
        display: none !important;
    }

    .main .container-fluid {
        padding: 0 10px;
	}

	.row {
		margin-right: -10px;
		margin-left: -10px;
	}

	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,
	.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 767.98px) {
    .sm-hide{
        display: none !important;
    }

    .main .container-fluid {
        padding: 0 10px;
	}

	.row {
		margin-right: -10px;
		margin-left: -10px;
	}

	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,
	.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 575.98px) {
	.xs-hide {
		display: none !important;
	}

	.main .container-fluid {
		padding: 0 5px;
	}

	.row {
		margin-right: -5px;
		margin-left: -5px;
	}

	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,
	.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
		padding-right: 5px;
		padding-left: 5px;
	}

	.navbar-toggler.aside-menu-toggler.d-none:not(.navbar-toggler-hide) {
		display: block !important;
	}
}

.loader {
	border: 2px solid transparent;
	border-top: 2px solid #3a3a3a;
	border-bottom: 2px solid #3a3a3a;
	border-left: 2px solid #3a3a3a;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	display: inline-block;
	width: 25px;
	height: 25px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}