html,
body {
	background: #EEE;
	width: 100%;
	color: #000;
	margin: 0;
	font-family: "Mulish","Source Sans Pro",Verdana,Arial,sans-serif;
	text-rendering: optimizelegibility;
	font-size: 1rem;
	line-height: 1.5rem;
}
header {
	display: inline-block;
	width: 100%;
}
html.black .loading-overlay,
html.black .card,
html.black .card-header {
	background: #111;
}
html.black body,
html.black .card-footer
{
	color: #FFF;
	background-color: #000;
}

.card {
	border: 1px solid #ccc;
	border: none;
	box-shadow: 0.15rem 0.15rem 0.15rem rgb(0 0 0 / 5%);
	box-shadow: 0 0.15rem 0.3rem rgb(0 0 0 / 20%);
}
header,
.card-header{
	height: 3rem;
	border: none;
	background-color: #FFF;
	padding: 0;
}
header {
	background-color: #EEE;
}
html.black header {
	background-color: #000;
}
.card-footer {
	padding: 4px 0 4px 0;
	background-color: #EEE;
	padding: 0;
	border: none;
}
html.black .card {
	border-color: #333;
}
img.logo {
	height: 2rem;
	margin: 0.5rem 0 0 0.75rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}
a,
.hovered {
	color: #0099E6;
	text-decoration: none;
}
a:hover,
.hovered:hover
{
	color: #0099E6;
}
a:focus,
.hovered:focus {
	color: #0099e6;
	outline: 0;
}
a:active,
.hovered:active,
.hovered:active,
.nav-link:active {
	color: #0080c1 !important;
}
.text-white {
	color: #FFF !important;
}
html.black .text-white {
	color: #171717 !important;
}
.text-black {
	color: #171717;
}
html.black .text-black {
	color: #FFF;
}
html.black .text-light {
	color: #000!important;
}
.text-primary {
	color: #0099E6 !important;
}
.text-secondary {
	color: #98163a !important;
}
.text-muted,
html.black .text-muted {
	color: #999 !important;
}
/******************************************************************************************************************************************************/
.body-sign {
	display: table;
	height: 100vh;
	margin: 0 auto;
	max-width: 500px;
	padding: 0 15px;
	width: 100%;
}
.body-sign .center-sign {
	display: table-cell;
	padding-top: 20px;
	vertical-align: middle;
}
/******************************************************************************************************************************************************/
.loading-overlay-showing {
	overflow: hidden;
}
.loading-overlay-showing > .loading-overlay {
	opacity: 1;
	visibility: visible;
}
.loading-overlay {
	transition:	visibility 0s ease-in-out 0.5s,
			opacity 0.5s ease-in-out;
	bottom: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	right: 0;
	top: 0;
	background: #FFF;

	z-index: 2;
	opacity: 1;
	visibility: visible;
	width: 100%;
	height: 100%;
}
.modal .loading-overlay{
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}
html.black .modal .loading-overlay{
	background: #333;
}
body > .loading-overlay {
	position: fixed;
	z-index: 999999;
}
/******************************************************************************************************************************************************/
.bounce-loader {
	transition: all 0.2s;
	margin: -1rem 0 0 -5rem;
	text-align: center;
	width: 10rem;
	height: 0;
	line-height: 1;
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 10000;
}
.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
	-webkit-animation: 1.4s ease-in-out 0s normal both infinite running bouncedelay;
		animation: 1.4s ease-in-out 0s normal both infinite running bouncedelay;
	background-color: #CCC;
	border-radius: 100%;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0.15rem 0.3rem rgb(0 0 0 / 20%);
	display: inline-block;
	height: 1rem;
	width: 1rem;
	margin: 0 0.5rem;
}
.bounce-loader .bounce1 {
	-webkit-animation-delay: -0.32s;
		animation-delay: -0.32s;
}
.bounce-loader .bounce2 {
	-webkit-animation-delay: -0.16s;
		animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0);
	}

	40% {
		transform: scale(1);
	}
}
@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0);
	}

	40% {
		transform: scale(1);
	}
}
/******************************************************************************************************************************************************/
.btn {
	border: 1px solid transparent;
	border: none;
	cursor: pointer;
	transition: none;
	min-width: 35px;
	line-height: 18px;
	box-shadow: 0.15rem 0.15rem 0.15rem rgb(0 0 0 / 10%);
	box-shadow: 0 0.15rem 0.3rem rgb(0 0 0 / 20%);
	transition: all 0.2s;
}
header .btn,
.modal-header .btn {
	box-shadow: none;
}
.btn-default {
	color: #333;
	background-color: #F9F9F9;
	border-color: #ccc;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #0099e6;
	border-color: #0099e6;
}

.btn-outline-primary {
	color: #0099e6;
	background: #fff;
}
html.black .btn-outline-primary {
	background: #333;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
	color: #fff;
	background-color: #0099e6 !important;
	border-color: #0099e6;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #0099e6 !important;
	border-color: #0099e6;
}


.btn-outline-success {
    color: #198754;
    background: #fff;
}

.btn-outline-danger {
	color: #d2322d;
	background: #fff;
}
html.black .btn-outline-success,
html.black .btn-outline-danger {
	background: #333;
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
	color: #fff;
	background-color: #d2322d !important;
	border-color: #d2322d;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #198754 !important;
	border-color: #198754;
}



.btn-outline-danger:hover {
	color: #fff;
	background-color: #d2322d !important;
	border-color: #d2322d;
}


html.black .btn-default {
	background-color: #222;
	border-color: #222;
	color: #FFF;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
	color: #333;
	background-color: #F9F9F9;
}

.btn.btn-xs {
	font-size: 11.2px;
	font-size: 0.7rem;
	padding: 3.2px 8px;
	padding: 0.2rem 0.5rem;
}
.btn.btn-sm {
	font-size: 12.8px;
	font-size: 0.8rem;
	padding: 4.8px 10.4px;
	padding: 0.3rem 0.65rem;
}
.btn.btn-lg {
	font-size: 16px;
	font-size: 1rem;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
}
.btn.btn-xl {
	font-size: 1.5rem;
	height: 44px;
	min-width: 44px;
}
/******************************************************************************************************************************************************/
form label {
	font-weight: normal;
}
textarea {
	resize: vertical;
}
.label {
	font-weight: normal;
}
.form-group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.form-control {
	height: auto;
	padding: 0.375rem 0.5rem;
	border: 1px solid #FFF;
	border: none;
	color:#555;
	transition: all .2s;
	background: #EEE;
	box-shadow: inset 0.15rem 0.15rem 0.15rem rgb(0 0 0 / 10%);
	box-shadow: inset 0 0.15rem 0.3rem rgb(0 0 0 / 20%);
	min-width: 35px;
	line-height: 18px;
}
html.black .form-control {
	color:#FFF;
	background: #222;
	border-color: #222;
}

.tab-content .form-control {
	background: #FFF;
	border-color: #EEE;
}
html.black .tab-content .form-control {
	background: #191919;
	border-color: #191919;
}

.btn-outline-primary:active:focus,
.btn-outline-success:active:focus,
.btn-outline-danger:active:focus,
.btn:focus,
.form-control:focus {
	outline: 0;
	box-shadow: inset 0.15rem 0.15rem 0.15rem rgb(0 0 0 / 10%);
	box-shadow: inset 0 0.15rem 0.3rem rgb(0 0 0 / 20%);
}


header .btn:focus,
.card-header .btn:focus,
.modal-header .btn:focus {
	box-shadow: none;
}

.form-control:focus {
	background-color: #eee;
/*	border-color: #0099E6;*/
}
/*
html.black .form-control:focus {
	border-color: #0099E6;
}
*/
.tab-content .form-control:focus {
	background-color: #FFF;
}

html.black {
	background-color: #000;
	border-color: #333;
	color:#fff;
}
/******************************************************************************************************************************************************/
.status-default:before,
.badge-default {
	background: #ebebeb;
	color: #212529;
}
html.black .status-default:before,
html.black .badge-default {
	background: #222;
	color: #FFF;
}
tr .badge-default {
	background: transparent;
}
.badge-sm {
	font-size: 50%;
}
.badge-md {
	padding: 6px 11px;
}
.status-white:before,
.badge-white {
	background: #FFF;
	color: #000;
}
.status-success:before,
.badge-success {
	background: limegreen;
	color: #FFF;
}
.status-warning:before,
.badge-warning {
	background: #ed9c28;
	color: #FFF;
}
.status-danger:before,
.badge-danger {
	background: #d2322d;
	color: #FFF;
}
.status-info:before,
.badge-info {
	background: #5bc0de;
	color: #FFF;
}
.status-dark:before,
.badge-dark {
	background: #171717;
	color: #FFF;
}
.bg-primary {
	background: #0099E6 !important;
}
.status-primary:before,
.badge-primary {
	background: #0099E6;
	color: #FFF;
}
.bg-secondary {
	background: #E36159;
}
.status-secondary:before,
.badge-secondary {
	background: #98163a;
	color: #FFF;
}
.bg-tertiary {
	background: #2BAAB1;
}
.badge-tertiary {
	background: #2BAAB1;
	color: #FFF;
}
.bg-quaternary {
	background: #383f48;
}
.badge-quaternary {
	background: #383f48;
	color: #FFF;
}
.status-muted:before,
.badge-muted {
	background: #777777;
}
.badge {
	vertical-align: text-top;
	padding: 0.125rem 0.4rem;
	font-size: 1rem;
	margin: 0;
	text-align: left;
	font-weight: normal;
	line-height: 1rem;
}
.status:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 16px;
	   -moz-border-radius: 16px;
		border-radius: 16px;
	margin: 0 0.5rem 0 0;
}
.status.status-small:before,
.badge .status.status-small:before {
	width: 11px;
	height: 11px;
	-webkit-border-radius: 11px;
	   -moz-border-radius: 11px;
		border-radius: 11px;
		box-shadow: inset 0 0.15rem 0.3rem rgb(0 0 0 / 20%);
}

/******************************************************************************************************************************************************/
.inner-wrapper {
	padding-top: 0px !important;
}
.form-group + .form-group {
	padding-top: 0.5rem;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.truncate-off {
	white-space: normal;
}
/******************************************************************************************************************************************************/
.modal-header {
	padding: 2px 0 2px 1rem;
	min-height: 50px;
	align-items: baseline;
	border:none;
}
.modal-header .btn-close {
	margin: 0;
	padding:0;
	opacity: 0.9;
	background: transparent;
}
.modal-content {
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%);
	background: #fff;
	border: none;
}

.modal-body {
	background: #fff;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
	min-height: 20rem;
}
.modal-fullscreen .modal-body {
	overflow-y: scroll;
}

html.black .modal-content,
html.black .modal-body,
html.black .modal-footer {
	background-color: #222;
	color:#FFF;
}
html.black .modal-content {
	background: #333;
}

/******************************************************************************************************************************************************/
.row {
	--bs-gutter-x: 0.5rem;
	--bs-gutter-y: 0;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.2);
	margin-left: calc(var(--bs-gutter-x) * -.2);
}
.row.data {
	overflow: auto;
}
.ws-nowrap {
	white-space: nowrap;
}
.hidden {
	display: none !important;
}

.hidden-light
{
	display:none;
}
.hidden-black
{
	display:inline-block;
}
html.black .hidden-light
{
	display:inline-block;
}
html.black .hidden-black
{
	display:none;
}

.feather {
	width: 1.25rem;
	height: 1.25rem;
}
header .feather,
.modal-header .feather {
	width: 1.5rem;
	height: 1.5rem;
}
.card-header svg.feather {
	width: 1.25rem;
	height: 1.25rem;
	vertical-align: top;
}

img,
label,
.feather,
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

.form-check-input,
.form-check-label,
.cursor-pointer {
	cursor: pointer;
}
.form-check-input,
.form-check-input:focus {
	width: 20px;
	height: 20px;
	margin-top: 0.15rem;
	transition: all .2s;
	border: 1px solid #FFF;
	border: none;
	box-shadow: inset 0.15rem 0.15rem 0.15rem rgb(0 0 0 / 10%);
	box-shadow: inset 0 0.15rem 0.3rem rgb(0 0 0 / 20%);
}
html.black .form-check-input,
html.black .form-check-input:focus {
	border-color: #222;
}

html.black .form-check-input:checked {
}

.form-check {
	min-height: 0.85rem;
	margin-bottom: 0;
}
.form-check-input:focus {
	outline: 0;
}
.form-switch {
	padding-left: 2.1rem;
}
.form-switch .form-check-input {
	width: 2.1rem;
	margin-left: -2.1rem;
	-webkit-border-radius: 2rem;
	   -moz-border-radius: 2rem;
		border-radius: 2rem;
	box-shadow: inset 0.15rem 0.15rem 0.15rem rgb(0 0 0 / 10%);
	box-shadow: inset 0 0.15rem 0.3rem rgb(0 0 0 / 20%);
}
.form-check-input {
	background-color: #EEE;
}
html.black .form-check-input {
	background-color: #222;
}

.form-check-input:checked,
html.black .form-check-input:checked {
	border-color: #0099E6;
	background-color: #0099E6;
}
.form-check-input:active {
	filter: none;
}
.form-switch .form-check-input,
.form-switch .form-check-input:focus {
	transition:	background-position .2s,
			background-color .2s, border-color .2s;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFF'/%3e%3c/svg%3e");
	filter: none;
}

.mousein,
html.black .mousein {
	background: #F6E9D3;
	border: none;
	position: fixed;
	color: #212529;
	line-height: 1.25rem;
}
.mousein:after {
	content: ""; 
	border: solid transparent;
	position: absolute;
	left: 100%;
	bottom: 5px;
	border-left-color: #F6E9D3;
	border-width: 5px;
}

.selected a {
	background: #0099E6;
	color: #FFF;
	-webkit-border-radius: 1rem;
	   -moz-border-radius: 1rem;
		border-radius: 1rem;
	box-shadow: inset 0 0.15rem 0.3rem rgb(0 0 0 / 20%);
}
.border-bottom {
	border-bottom: 1px solid #dee2e6!important;
}
html.black .border-bottom {
	border-bottom: 1px solid #000!important;
}
/******************************************************************************************************************************************************/
.ui-widget-content {
	background: #eee;
	box-shadow: inset 0.15rem 0.15rem 0.15rem rgb(0 0 0 / 10%);
	box-shadow: inset 0 0.15rem 0.3rem rgb(0 0 0 / 20%);
}
.ui-slider-horizontal .ui-slider-handle {
	top: -8px;
	margin-left: -10px;
}
.ui-slider .ui-slider-handle {
	width: 20px;
	height: 20px;
}
.ui-corner-all {
	cursor: pointer !important;
}

.ui-slider-horizontal {
	height: 4px;
	margin: 0 10px 0 10px;
}
.ui-state-default {
	border: solid 2px #0099E6;
	background: #FFF;

}
.ui-state-hover,
.ui-widget-content .ui-state-hover {
	border: solid 3px #0099E6 !important;
}
.ui-state-active {
	background: #0099E6 !important;
}
.ui-slider-handle {
	-webkit-border-radius: 1rem;
	   -moz-border-radius: 1rem;
		border-radius: 1rem;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -8px;
}
.ui-widget-header {
	background: #0099E6;
}
.ui-invert {
	background: #0099E6;
	border: none;
}
.ui-invert .ui-widget-header {
	background: #eee;
	box-shadow: inset 0.15rem 0.15rem 0.15rem rgb(0 0 0 / 10%);
	box-shadow: inset 0 0.15rem 0.3rem rgb(0 0 0 / 20%);
}
html.black .ui-invert .ui-widget-header {
	border: 1px solid #222;
	background: #222;
}

.ui-invert.ui-slider-horizontal .ui-slider-range {
	top: 0px;
}
.ui-invert.ui-slider-horizontal .ui-slider-handle {
	top: -8px;
}
.ui-invert.ui-widget.ui-widget-content {
	border: none;
	box-shadow: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default{
	border: solid 3px #0099E6;
	cursor: e-resize;
	background: #fff;
	box-shadow: 0.15rem 0.15rem 0.15rem rgb(0 0 0 / 10%);
	box-shadow:		0 0.15rem 0.3rem rgb(0 0 0 / 20%),
			inset	0 0.15rem 0.3rem rgb(0 0 0 / 20%);
}
html.black .ui-state-default,
html.black .ui-widget-content .ui-state-default{
	background: #222;
}

.ui-widget.ui-widget-content {
	border: none;
}
html.black .ui-widget-content {
	background: #222;
}

html.black .ui-invert.ui-widget-content {
	background: #0099E6;
	border:none;
}
/******************************************************************************************************************************************************/
.nav-tabs {
	border-bottom: 1px solid #ccc;
	padding-left: 1rem;
	background: #FFF;
}
.tab-content {
	background: #EEE;
}
html.black .tab-content {
	background: #222;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #000;
	background-color: #eee;
	border: none;
}
.nav-tabs .nav-link:not(.nav-link.active):focus,
.nav-tabs .nav-link:not(.nav-link.active):hover {
	border-color: none;
}

html.black .nav-tabs {
	border-bottom: none;
	background: #333;
}
html.black .nav-tabs .nav-item.show .nav-link,
html.black .nav-tabs .nav-link.active {
	color: #FFF;
	background-color: #222;
	border-color: #333 #333 #222;
}
html.black .nav-tabs .nav-link:not(.nav-link.active):focus,
html.black .nav-tabs .nav-link:not(.nav-link.active):hover {
	border-color: #111 #111 #333;
}
.nav-link,
.nav-link:focus,
.nav-link:hover {
	transition: all .2s;
	color: #0099E6;
}
.nav-tabs,
.nav-link {
	border: none !important;
}
/******************************************************************************************************************************************************/
.accordion-body {
	padding: 0 0 0.5rem 2.5rem;
}
.accordion-item {
/*
	background: transparent;
	border: solid 1px #ccc;
	border: none;
*/
}
.accordion-collapse {
	opacity: 0;
	transition:	height 0.2s,
			opacity 0.2s;
}
.accordion-collapse.show {
	opacity: 1;
}

.accordion-header .hiden-collapsed {
	opacity: 0;
	height: 0;
}

.accordion-header .collapsed .hiden-collapsed {
	opacity: 1;
	height: auto;
}

html.black .accordion-item {
	border-color: #333;
	background: #333;
}
/******************************************************************************************************************************************************/
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.right-0 {
	right: 0;
}

.timeslider_min,
.timeslider_max,
.levelslider_min,
.levelcustomslider_min,
.accordion_working_days_text {
	color: #000;
}
html.black .timeslider_min,
html.black .timeslider_max,
html.black .levelslider_min,
html.black .levelcustomslider_min,
html.black .accordion_working_days_text {
	color: #FFF;
}

.header-dropdown
{
	position:relative;
	text-transform:uppercase;
	margin-right: 9px;
}
.header-dropdown > a {
	position:relative;
	display:inline-flex;
	align-items:center;
}
.header-dropdown a:hover,
.header-dropdown a:focus{text-decoration:none}
.header-menu
{
	position:absolute;
	left: -9px;
	top: -2px;
	z-index:20;
	background:#fff;
	border:1px solid #0099E6;
	min-width:100%;
	visibility:hidden;
	opacity:0;
	-webkit-border-radius: 0.25rem;
	   -moz-border-radius: 0.25rem;
		border-radius: 0.25rem;
	box-shadow: 0.15rem 0.15rem 0.15rem rgb(0 0 0 / 10%);
	box-shadow: 0 0.15rem 0.3rem rgb(0 0 0 / 20%);
	border: none;
	transition: opacity 0.2s;
}
html.black .header-menu
{
	background:#222;
}
.header-dropdown:hover>.header-menu{
	visibility:visible;
	opacity:1;
}
.header-menu ul	{
	list-style:none;
	padding:0;
	margin:0;
}
.header-menu ul li {
	margin:0;
	position:relative;
}
.header-menu ul a {
	padding:2px 9px;
	display:flex;
	align-items:center;
	white-space:nowrap;
	border-radius: 0.25rem;
}
.header-menu a {
	color:#777;
}
html.black .header-menu a {
	color:#FFF
}
.header-menu a:hover,
.header-menu a:focus {
	color:#fff;
	background:#0099E6;
}
.header .btn-remove::before {
	display:none
}
.header-dropdowns .header-dropdown+.header-dropdown,
.header-dropdowns .header-dropdown+.dropdown {
	margin-left:29px;
}
.header-dropdowns .header-dropdown+.header-dropdown::before,
.header-dropdowns .header-dropdown+.dropdown::before {
	content:'';
	position:absolute;
	left:-14px;
	top:50%;
	height:11px;
	border-right:1px solid;
	margin-top:-5.5px;
	opacity:.8;
}

input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: all 5000s ease-in-out 0s;
}
/******************************************************************************************************************************************************/
.feather-spin {
	-webkit-animation: feather-spin 2s infinite linear;
		animation: feather-spin 2s infinite linear;
}
.feather-spin-backward {
	-webkit-animation: feather-spin-backward 2s infinite linear;
		animation: feather-spin-backward 2s infinite linear;
}

.feather-pulse {
	-webkit-animation: feather-spin 1s infinite steps(8);
	animation: feather-spin 1s infinite steps(8);
}

@-webkit-keyframes feather-spin {
	0% {
		-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes feather-spin {
	0% {
		-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
	}
}

@-webkit-keyframes feather-spin-backward {
	0% {
		-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
	}
}

@keyframes feather-spin-backward {
	0% {
		-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
	}
}

.feather-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
}

.feather-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
}

.feather-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
}

.feather-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
		transform: scale(-1, 1);
}

.feather-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
		transform: scale(1, -1);
}

.feather-flip-both,
.feather-flip-horizontal.feather-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
		transform: scale(-1, -1);
}

:root .feather-rotate-90,
:root .feather-rotate-180,
:root .feather-rotate-270,
:root .feather-flip-horizontal,
:root .feather-flip-vertical,
:root .feather-flip-both {
	-webkit-filter: none;
		filter: none;
}
/******************************************************************************************************************************************************/
svg {
	vertical-align: middle;
}
.span-svg {
	vertical-align: text-top;
	line-height: 1rem;
}
ul.notifications {
	float: right;
	display: inline-flex;
	list-style: none;
	padding: 0;
	vertical-align: top;
	margin: 0;
}
.notifications > li {
	float: left;
	position: relative;
}
/******************************************************************************************************************************************************/
.form-control,
.btn,
.badge,
.card,
.modal-content,
.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type {
	-webkit-border-radius: 1rem;
	   -moz-border-radius: 1rem;
		border-radius: 1rem;
}
.modal-header,
.card-header:first-child,
.nav-tabs .nav-link {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

.modal-body {
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

.form-check-input,
.form-check-input:checked[type=checkbox],
.form-switch .form-check-input,
.form-switch .form-check-input:focus {
	background-image: none;
}

.form-check-input:before {
	content: " ";
	background: transparent;
	position: relative;
	left: 7px;
	top: 5px;
	width: 7px;
	height: 14px;
	display: block;
	border-right: solid 4px #FFF;
	border-bottom: solid 4px #FFF;
	border-bottom-right-radius: 0.15rem;
	border-top: none;
	border-left: none;
	box-shadow: 0.15rem 0 0.15rem rgb(0 0 0 / 20%);
	rotate: 45deg;
	opacity: 0;
	transition: all .2s;
}
.form-check-input:checked:before {
	top: 2px;
	opacity: 1;
}

.form-switch .form-check-input:before {
	background: #FFF;
	left: 4px;
	top: 4px;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 1rem;
	   -moz-border-radius: 1rem;
		border-radius: 1rem;
	opacity: 1;
}
.form-switch .form-check-input:checked:before {
	left: 17px;
}
/******************************************************************************************************************************************************/
.row {
	margin-right: 0px;
	margin-left: -0.25rem;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto,
.col-xxl-1 {
	padding-right: 0;
	padding-left: 0.25rem;
}


@media (min-width: 1400px) {
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 11.11111111%;
	}
}
@media (min-width: 1921px) {
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.333333333%;
	}
}
@media (min-width: 2561px) {
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 5.555555556%;
	}
}
@media (min-width: 3841px) {
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 2.777777778%;
	}
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 769px) {
	.hide-mobile {
		display: none;
	}
	.modal-dialog {
		margin: 0;
		max-width: none;
	}
	.modal-content {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}
@media (prefers-reduced-motion: reduce) {
	.nav-link,
	.nav-link:focus,
	.nav-link:hover,
	.accordion-collapse,
	.form-control,
	.form-switch .form-check-input,
	.form-switch .form-check-input:focus,
	.form-check-input,
	.form-check-input:focus,
	.form-switch .form-check-input:before {
		transition: none;
	}
}

.progress-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 1rem 0 1rem 0rem;
	right: 2.5rem;
}
.progress {
	position: absolute;
	left: 1rem;
	width: 0.5rem;
	height: 100%;
	background: #FFF;
	border-radius: 1rem;
	box-shadow: inset 0 0.15rem 0.3rem rgb(0 0 0 / 20%);
}
html.black .progress {
	background: #000;
}
.progress-bar {
	top:100%;
	height:0%;
	position: absolute;
	width: 100%;
	background: limegreen;
	box-shadow: inset -0.15rem -0.15rem 0.15rem rgb(0 0 0 / 30%);
	transition: all 0.6s ease;
}

translate {
	display: none;
}

input[type='number'] {
	-moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}