html,
body {
	background: #FFF;
	width: 100%;
}

header {
	display: inline-block;
	width: 100%;
}

html.black,
html.black body,
html.black .loading-overlay {
	background: #000;
}

body {
	color: #000;
	margin: 0;
	font-family: "Source Sans Pro",Verdana,Arial,sans-serif;
	text-rendering: optimizelegibility;
	font-size: 1rem;
	line-height: 1.5rem;
}

html.black body {
	color: #FFF;
}

html.black .select2-results__option {
	color: #FFF;
}

.btn {
	border: 2px solid transparent;
}

img.logo {
	height: 2rem;
	margin: 0.4rem 0 0 13rem;
}

.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: #0077b3;
}

a:focus,.hovered:focus {
	color: #0099e6;
	outline: 0;
}
a:active,.hovered:active,.hovered:active {
	color: blueviolet;
}
figure {
	margin: 0;
}

.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-muted {
	color: #999 !important;
}
html.black .text-muted {
	color: #999 !important;
}
/******************************************************************************************************************************************************/
/* Font Size */
.text-1 {
	font-size: .8em !important;
}

.text-2 {
	font-size: .9em !important;
}

.text-3 {
	font-size: 1em !important;
}

.text-4-1 {
	font-size: 1.1em !important;
}

.text-4 {
	font-size: 1.2em !important;
}

.text-5 {
	font-size: 1.50em !important;
}
/******************************************************************************************************************************************************/
/* Sign Screens - Wrappers */
.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;
}

html.black .body-sign .card {
	border-color: #333;
}
.body-sign .card,
.body-sign .card-sign {
	background: transparent;
}

.body-sign .card-sign .card-title-sign .title {
	background-color: #CCC;
	border-radius: 5px 5px 0 0;
	color: #FFF;
	display: inline-block;
	font-size: .85rem;
	padding: 13px 17px;
	vertical-align: bottom;
}

.body-sign .card-sign .card-body {
	border-top: 5px solid #CCC;
	border-radius: 5px 0 5px 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 33px 33px 15px;
}

/* Sign Screens - Elements */
.body-sign .checkbox-custom {
	margin-top: 8px;
}
/******************************************************************************************************************************************************/
/* Select2 */
.select2-dropdown {
	border: 2px solid #aaa;
	border-radius: 0.5rem;
}
html.black .select2-dropdown {
	background-color: #000;
}

.select2-container--bootstrap .select2-selection {
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 0.5rem;
	color: #0099E6;
	outline: 0;
}

.select2-container--open .select2-selection {
	border: 2px solid #0099E6;
}

.select2-container--bootstrap.select2-container--focus .select2-selection {
	border: 2px solid #0099E6;
}

html.black .select2-container--bootstrap .select2-selection {
	background-color: #000;
	border: 2px solid #333;
	color:#0099E6;
}
html.black .select2-container--open .select2-selection {
	border: 2px solid #0099E6;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 0.5rem;
	color: #555555;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field:focus {
	border: 2px solid #0099E6;
}

html.black .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background-color: #000;
	border: 2px solid #333;
	color: #FFF;
}

html.black .select2-container--bootstrap .select2-search--dropdown .select2-search__field:focus {
	border: 2px solid #0099E6;
}

.select2-container--bootstrap .select2-search__field {
	outline: 0;
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
	color: #bdbdbd;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
	color: #bdbdbd;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
	color: #bdbdbd;
	opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
	color: #bdbdbd;
}

.select2-container--bootstrap .select2-results__option {
	padding: 4px 4px 4px 8px;
}

.select2-container--bootstrap .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
	color: #777777;
	cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
	background-color: #0099E6;
	color: #ffffff;
	border-radius: 0.5rem;
	padding: 4px 4px 4px 8px;
	border: solid 2px #FFF;
	line-height: 1.25rem;
}
html.black .select2-container--bootstrap .select2-results__option[aria-selected=true] {
	border: solid 2px #000;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
	padding: 6px 12px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -12px;
	padding-left: 24px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -24px;
	padding-left: 36px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -36px;
	padding-left: 48px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -48px;
	padding-left: 60px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -60px;
	padding-left: 72px;
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
	border-color: transparent transparent #999 transparent;
	border-width: 0 4px 4px 4px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-color: transparent;
}

.select2-container--bootstrap .select2-selection__clear {
	color: #999;
	cursor: pointer;
	float: right;
	font-weight: bold;
	color: #555;
	font-size: 0px;
	height:20px;
	width: 20px;
	background-image: url("../img/x.svg");
	background-size: contain;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear{
	display:none;
}

html.black .select2-container--bootstrap .select2-selection__clear{
	color: #FFF;
}

.select2-container--bootstrap .select2-selection__clear:hover {
	color: #333;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
	border-color: #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
	cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
	background-color: #EEE;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
	display: none;
}

.select2-container--bootstrap .select2-dropdown {
	border-color: #0099E6;
	overflow-x: hidden;
	margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
	margin-top: 1px;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
	max-height: 300px;
	overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice .badge,
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered .badge,
.select2-container--bootstrap .select2-results > .select2-results__options .badge {
	float:right;
	margin:1px 2px;
}

.select2-container--bootstrap .select2-results > .select2-results__options .badge {
	margin:1px 2px;
}


.select2-container--bootstrap .select2-selection--single {
	padding: 0.3rem 0.5rem;
	height: 35px;
	line-height:20px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
	position: absolute;
	bottom: 0;
	right: 12px;
	top: 0;
	width: 4px;
	display: none;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.dropdown-toggle:after, .dropup .dropdown-toggle:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	border: none;
	top: auto;
	position: relative;
	vertical-align: middle;
	font-family: "feather-ldn";
	font-weight: normal;
	margin-left: -13px;
	margin-top: -7px;
	height: 0;
	left: 0;
	font-size: 20px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before,
.dropdown-toggle:after, .dropup.show .dropdown-toggle:after {
	content: "\e161";
}

.select2-container--open.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before,
.show .dropdown-toggle:after, .dropup .dropdown-toggle:after {
	content: "\e160";
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
	color: #555;
	padding: 0;
	height: 1.5rem;
}
html.black .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
	color: #FFF;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
	color: #bdbdbd;
}

.select2-container--bootstrap .select2-selection--multiple {
	padding: 0 0.25rem 0 0;
	line-height: 20px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		box-sizing: border-box;
	display: block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	float: left;
	margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
	color: #555;
	border-radius: 0.25rem;
	cursor: default;
	float: left;
	margin: 3px 0 0 4px;
	padding: 2px 1px 2px 0.25rem;
}
html.black .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
	color: #FFF;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
	background: transparent;
	padding: 0.375rem 0 0.375rem 0.5rem;
	height: 32px;
	margin-top: 0;
	min-width: 5em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
	color: #0099E6;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 3px;
	margin-top: 1px;
	float: right;
	font-size: 0px;
	height:20px;
	width: 20px;
	background-image: url("../img/x.svg");
	background-size: contain;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
	margin-top: 6px;
}

.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
	border-radius: 3px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 22px 5px 10px;
}

.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
	margin-left: -5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
	min-height: 30px;
	border-radius: 3px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
	line-height: 1.5;
	margin: 4px 0 0 5px;
	padding: 0 5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
	padding: 0 10px;
	height: 28px;
	line-height: 1.5;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
	margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
	border-radius: 6px;
	height: 46px;
	line-height: 1.3333333;
	padding: 10px 31px 10px 16px;
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
	width: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
	border-width: 5px 5px 0 5px;
	margin-left: -5px;
	margin-left: -10px;
	margin-top: -2.5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
	min-height: 46px;
	border-radius: 6px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
	line-height: 1.3333333;
	border-radius: 4px;
	margin: 9px 0 0 8px;
	padding: 0 10px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
	padding: 0 16px;
	height: 44px;
	line-height: 1.3333333;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
	margin-top: 10px;
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #999 transparent;
	border-width: 0 5px 5px 5px;
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #999 transparent;
	border-width: 0 5px 5px 5px;
}

.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
	border-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.input-group > .select2-container--bootstrap {
	display: table;
	table-layout: fixed;
	position: relative;
	z-index: 2;
	width: 100%;
	margin-bottom: 0;
}

.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
	float: none;
}

.input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
	z-index: 3;
}

.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
	vertical-align: top;
}

.form-control.select2-hidden-accessible {
	position: absolute !important;
	width: 1px !important;
}
/******************************************************************************************************************************************************/
/* Loading Overlay */
.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;
	visibility: hidden;
	background: #FFF;
}

body > .loading-overlay {
	position: fixed;
	z-index: 999999;
}
/******************************************************************************************************************************************************/
/* Bounce Loading */
.bounce-loader {
	transition: all 0.2;
	margin: -9px 0 0 -35px;
	text-align: center;
	width: 70px;
	height: 20px;
	line-height: 20px;
	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);
	display: inline-block;
	height: 18px;
	width: 18px;
}

.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);
	}
}
/******************************************************************************************************************************************************/
/* Buttons */
.btn-default {
	color: #333;
	background-color: #F9F9F9;
	border-color: #ccc;
}

html.black .btn-default {
	background-color: #000;
	border-color: #333;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn {
	cursor: pointer;
	transition: none;
	height: 35px;
	min-width: 35px;
	line-height: 18px;
}

html.black .btn {
	color: #FFF;
}

.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;
	border: none;
}
.modal-header .btn-close {
	margin:0;
	padding:0;
}
/******************************************************************************************************************************************************/
/* Alerts */
.alert-default {
	background-color: #ebebeb;
	border-color: #e3e3e3;
	color: #6c6c6c;
}
html.black .alert-default {
	color: #000;
}


.alert-primary {
	background-color: #CCC;
	border-color: #c4c4c4;
	color: #FFF;
}

.alert-dark {
	background-color: #313131;
	border-color: black;
	color: #cacaca;
}
html.black .alert-dark {
	background-color: #FFF;
	border-color: #FFF;
	color: #000;
}


html.black .alert-secondary {
	color: #e2e3e5;
	background-color: #41464b;
}
html.black .alert-success {
	color: #d1e7dd;
	background-color: #0f5132;
}
html.black .alert-info {
	color: #cff4fc;
	background-color: #055160;
}
html.black .alert-warning {
	color: #fff3cd;
	background-color: #664d03;
}
html.black .alert-danger {
	color: #f8d7da;
	background-color: #842029;
}
/******************************************************************************************************************************************************/
/* Forms */
form label {
	font-weight: normal;
}

textarea {
	resize: vertical;
}

select {
	border: 1px solid #E5E7E9;
	border-radius: 6px;
	outline: none;
}

select:not([multiple]) {
	-moz-appearance: none;
	     appearance: none;
	-webkit-appearance: none;
	background-size: .6em;
	background-position: calc(100% - 1em) center;
	background-repeat: no-repeat;
	padding-right: 2em;
}

select.select-style-1 {
	background-color: #f4f4f4;
	border: 0;
	color: #333;
	font-weight: 700;
}

select.select-style-1:not(.form-control-sm):not(.form-control-lg) {
	line-height: 2.7;
}

select.select-style-1:focus {
	background-color: #f4f4f4;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(109, 109, 109, 0.3);
}

.label {
	font-weight: normal;
}

.form-group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.form-group + .form-group {
	border-top: 1px solid #f3f3f3;
	padding-top: 16px;
	padding-top: 1rem;
}
html.black .form-group + .form-group {
	border-top: 1px solid #333;
}


.form-control {
	height: auto;
	transition:none;
	padding: 0.375rem 0.5rem;
	border: 2px solid #ccc;
}
.form-control:not(.form-control-sm):not(.form-control-lg) {
	height: 35px;
	color:#555555;
}

.form-control.form-control-focused {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-color: #CCC;
}

.btn-check:focus+.btn,
.btn:focus,
.form-control:focus {
	outline: 0;
	box-shadow: none;
}

.form-control:focus {
	border-color: #0099E6;
}

.form-control.error {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.error:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

html.black .form-control:not(.form-control-sm):not(.form-control-lg) {
	background-color: #000;
	border-color: #333;
	color:#fff;
}
html.black .form-control:focus:not(.form-control-sm):not(.form-control-lg) {
	border-color: #0099E6;
}


/* Form - iOS Override */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
}

.form-control::-webkit-input-placeholder,
.select2-search__field::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #bdbdbd;
}

.form-control::-moz-placeholder,
.select2-search__field::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #bdbdbd;
}

.form-control:-ms-input-placeholder,
.select2-search__field:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #bdbdbd;
}

.multiselect-container {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.multiselect-container > li > a > label {
	padding: 5px 20px 5px 12px;
	font-size: 12.8px;
	font-size: 0.8rem;
}

.multiselect-container > li > a > label input {
	position: relative;
	top: 2px;
	margin-right: 3px;
}

.multiselect-container > li.active > a > label {
	color: #FFF;
}

.multiselect-container > li.multiselect-group label {
	font-size: 12.8px;
	font-size: 0.8rem;
	padding: 5px 20px 5px 12px;
}

.multiselect-container .input-group input {
	max-width: 78%;
}
/******************************************************************************************************************************************************/
/* Badges|Statuses */
.status-default:before,
.badge-default {
	background: #ebebeb;
	color: #212529;
}

html.black .badge-default {
	background: #333;
	color: #FFF;
}
tr:not(.selected) .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: #47a447;
	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: #E36159;
	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;
}
.badge.alert {
	padding: 0.28em 0.5em;
	margin:0;
}
.status {
	height:16px;
}
.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 {
	height:8px;
}

.status.status-small:before,
.badge .status.status-small:before {
	width: 6px;
	height: 6px;
	margin: 0 5px 2px 0;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
		border-radius: 6px;
}
/******************************************************************************************************************************************************/
/* Form - Checkbox */
.checkbox > label {
	display: flex;
	line-height: 1.6;
}

.checkbox > label > input[type="checkbox"] {
	margin-right: 5px;
	margin-top: 3px;
}

input[type="checkbox"].checkbox-style-1 {
	width: 17px;
	height: 17px;
	opacity: 0.3;
}

input[type="checkbox"].checkbox-style-1:checked {
	opacity: 1;
}

/* Form - Custom Checkbox */
.checkbox-custom {
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 7px;
	margin-top: 0;
}

.checkbox-custom.checkbox-inline {
	display: inline-block;
	vertical-align: middle;
}

.form-group .checkbox-custom.checkbox-inline {
	margin-top: 7px;
	padding-top: 0;
}

.checkbox-custom:last-child, .checkbox-custom:last-of-type {
	margin-bottom: 0;
}

.checkbox-custom input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 3px;
	margin: -6px 0 0 0;
	z-index: 2;
	cursor: pointer;
}

.checkbox-custom input[type="checkbox"]:checked + label:after {
	position: absolute;
	display: inline-block;
	font-family: 'feather-ldn';
	font-weight: 900;
	content: "\e02b";
	top: 50%;
	left: 2px;
	margin-top: -8px;
	font-size: 16px;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #333;
}

.checkbox-custom input[type="checkbox"]:disabled {
	cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}

.checkbox-custom input[type="checkbox"]:disabled + label {
	cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled + label:before {
	background-color: #eee;
}

.checkbox-custom label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
}

.checkbox-custom label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 19px;
	height: 18px;
	display: inline-block;
	border-radius: 0.25rem;
	border: 2px solid #bbb;
	background: #fff;
}

.checkbox-custom label + label.error {
	display: block;
}

html.black .checkbox-custom label:before {
	background: #000;
	border-color: #333;
}

html.black .checkbox-custom input[type="checkbox"]:checked + label:after {
	color: #fff;
}

html.black .checkbox-custom input[type="checkbox"]:disabled + label:before {
	background: #242830;
	border-color: #242830;
}

html.black .checkbox-primary input[type="checkbox"]:checked + label:after,
.checkbox-primary input[type="checkbox"]:checked + label:after {
	color: #fff;
}

html.black .checkbox-primary label:before,
.checkbox-primary label:before {
	background: #CCC;
	border-color: #bfbfbf;
}

html.black .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
	color: #CCC;
}

html.black .checkbox-success input[type="checkbox"]:checked + label:after,
.checkbox-success input[type="checkbox"]:checked + label:after {
	color: #fff;
}

html.black .checkbox-success label:before,
.checkbox-success label:before {
	background: #47a447;
	border-color: #3f923f;
}

html.black .checkbox-text-success input[type="checkbox"]:checked + label:after,
.checkbox-text-success input[type="checkbox"]:checked + label:after {
	color: #47a447;
}

html.black .checkbox-warning input[type="checkbox"]:checked + label:after,
.checkbox-warning input[type="checkbox"]:checked + label:after {
	color: #fff;
}

html.black .checkbox-warning label:before,
.checkbox-warning label:before {
	background: #ed9c28;
	border-color: #e89113;
}

html.black .checkbox-text-warning input[type="checkbox"]:checked + label:after,
.checkbox-text-warning input[type="checkbox"]:checked + label:after {
	color: #ed9c28;
}

html.black .checkbox-danger input[type="checkbox"]:checked + label:after,
.checkbox-danger input[type="checkbox"]:checked + label:after {
	color: #fff;
}

html.black .checkbox-danger label:before,
.checkbox-danger label:before {
	background: #d2322d;
	border-color: #bd2d29;
}

html.black .checkbox-text-danger input[type="checkbox"]:checked + label:after,
.checkbox-text-danger input[type="checkbox"]:checked + label:after {
	color: #d2322d;
}

html.black .checkbox-info input[type="checkbox"]:checked + label:after,
.checkbox-info input[type="checkbox"]:checked + label:after {
	color: #fff;
}

html.black .checkbox-info label:before,
.checkbox-info label:before {
	background: #5bc0de;
	border-color: #46b8da;
}

html.black .checkbox-text-info input[type="checkbox"]:checked + label:after,
.checkbox-text-info input[type="checkbox"]:checked + label:after {
	color: #5bc0de;
}

html.black .checkbox-dark input[type="checkbox"]:checked + label:after,
.checkbox-dark input[type="checkbox"]:checked + label:after {
	color: #fff;
}

html.black .checkbox-dark label:before,
.checkbox-dark label:before {
	background: #171717;
	border-color: #0a0a0a;
}

html.black .checkbox-text-dark input[type="checkbox"]:checked + label:after,
.checkbox-text-dark input[type="checkbox"]:checked + label:after {
	color: #171717;
}
/******************************************************************************************************************************************************/
/* Form - Custom Radio */
.radio-custom {
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 7px;
	margin-top: 0;
}

.radio-custom.radio-inline {
	display: inline-block;
	vertical-align: middle;
}

.form-group .radio-custom.radio-inline {
	margin-top: 7px;
	padding-top: 0;
}

.radio-custom:last-child, .radio-custom:last-of-type {
	margin-bottom: 0;
}

.radio-custom input[type="radio"] {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 3px;
	margin: -6px 0 0 0;
	z-index: 2;
	cursor: pointer;
}

.radio-custom input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -5px;
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	width: 10px;
	height: 10px;
	background-color: #444;
	border-radius: 50px;
	box-shadow: 0px 0px 1px #444;
}

.radio-custom input[type="radio"]:disabled {
	cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled:checked + label:after {
	color: #999;
}

.radio-custom input[type="radio"]:disabled + label {
	cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled + label:before {
	background-color: #eee;
}

.radio-custom label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.2;
}

.radio-custom label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #bbb;
	background: #fff;
}

.radio-custom label + label.error {
	display: block;
}

html.black .radio-custom label:before {
	background: #000;
	border-color: #333;
}

html.black .radio-custom input[type="radio"]:checked + label:after {
	background-color: #fff;
}

html.black .radio-custom input[type="radio"]:disabled + label:before {
	background: #242830;
	border-color: #242830;
}

html.black .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
	background: #CCC;
	box-shadow: 0px 0px 1px #CCC;
}

html.black .radio-success input[type="radio"]:checked + label:after,
.radio-success input[type="radio"]:checked + label:after {
	background: #47a447;
	box-shadow: 0px 0px 1px #47a447;
}

html.black .radio-warning input[type="radio"]:checked + label:after,
.radio-warning input[type="radio"]:checked + label:after {
	background: #ed9c28;
	box-shadow: 0px 0px 1px #ed9c28;
}

html.black .radio-danger input[type="radio"]:checked + label:after,
.radio-danger input[type="radio"]:checked + label:after {
	background: #d2322d;
	box-shadow: 0px 0px 1px #d2322d;
}

html.black .radio-info input[type="radio"]:checked + label:after,
.radio-info input[type="radio"]:checked + label:after {
	background: #5bc0de;
	box-shadow: 0px 0px 1px #5bc0de;
}

html.black .radio-dark input[type="radio"]:checked + label:after,
.radio-dark input[type="radio"]:checked + label:after {
	background: #171717;
	box-shadow: 0px 0px 1px #171717;
}
/******************************************************************************************************************************************************/
.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;
}

.img-thumbnail {
	border-radius: 0;
	padding:0;
	border:none;
	background:transparent;
}
html.black .img-thumbnail
{
	border-color:#212529;
}

.img-thumbnail + .img-thumbnail {
	margin-bottom:0;
}

.img-thumbnail + .img-thumbnail {
	margin-bottom:0px;
}
.img-thumbnail-vertical {
	padding:0;
	border:none;
	height:100%;
}

.loading-overlay {
	z-index: 2;
	opacity: 1;
	visibility: visible;
	bottom: unset;
	top: unset;
	left: unset;
	right: unset;
	width: 100%;
	height: 100%;
	background: #FFF;
	position: absolute;
}

.img-bg {
	width:100%;
	background-size: cover !important;
	background-position: center !important;
}
.progress-bar-animated {
	-webkit-animation: 1s linear infinite progress-bar-stripes;
		animation: 1s linear infinite progress-bar-stripes;
}
.item {
	min-height: 30px;
}
.table tbody {
	border-top: none;
}
table tr td {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 33rem;
	vertical-align:top;
}
html.black table tr td {
	border-bottom: solid 1px #333;
}

html .table-striped>tbody>tr.selected,
html .table-striped>tbody>tr.selected td>a,
html.black table tr:not(.selected),
html.black .table-striped>tbody>tr:not(.selected) {
	color: #FFF;
}

.table-striped>tbody>tr.selected .text-muted {
	color: #DDD !important;
}

table.noborder tr td,
table.noborder tr th {
	border: none !important;
}

.modal-content {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.modal-body {
	overflow: auto;
	min-height: 44px;
}
html.black .modal-content,
html.black .modal-header,
html.black .modal-body,
html.black .modal-footer {
	background-color: #000;
	border-color: #333;
	color:#FFF;
}
.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;
}
.btn-check + .btn,
.btn-check + .btn {
	border: 2px solid #ccc;
	background-color: #FFF;
	white-space: nowrap;
}

html.black .btn-check + .btn {
	border: 2px solid #333;
	background-color: #000;
}


.btn-check:checked + .btn,
.btn-check:active + .btn {
	border: solid 2px #555;
}
html.black .btn-check:checked + .btn,
html.black .btn-check:active + .btn {
	border: solid 2px #FFF;
}

.ws-nowrap {
	white-space: nowrap;
}

.hidden {
	display: none !important;
}

html.black .card-header,
html.black .card-footer
{
	background-color: #000;
}
.card-header{
	height: 50px;
}
.card-header,
.card-footer {
	border: none;
	padding: 4px 0 4px 0;
	background-color: #fff;
}
.card-footer {
	padding: 0;
	border: none;
}
html.black .table-striped>tbody>tr.alert-info {
	color: #000;
}

.modal-header .btn-close {
	opacity: 0.9;
	background: transparent;
}

.card-reveal {
	height:333px;
	overflow: hidden;
	position: relative;
	display:block;
	width:auto;
	color:#FFF;
	padding:0;
}
@media only screen and (max-width: 1920px)
{
	.card-reveal {
		height:250px;
	}
}
@media only screen and (max-width: 1440px)
{
	.card-reveal {
		height:208px;
	}
}
@media only screen and (max-width: 1200px)
{
	.card-reveal {
		height:172px;
	}
}
@media only screen and (max-width: 992px)
{
	.card-reveal {
		height:134px;
	}
	table.badge {
		max-width:150px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media only screen and (max-width: 769px)
{
	.hide-mobile {
		display: none;
	}
	.card-reveal {
		height:auto;
		width:100%;
		display:block;
	}
	.img-thumbnail-vertical {
		height:auto;
		width:100%;
	}
	img.logo {
		margin: 0.4rem 1rem;
		float-left;
	}
}

.card-reveal-overlay,
.card-reveal-overlay-info {
	position: absolute;
	z-index: 5;
	width: 100%;
	word-break: break-word;
	opacity: 0;
	margin: 0;
	transition:    transform .1s ease-out,
			 opacity .1s ease-out;
	transform: translate3d(0, 100%, 0);
	background-color: rgba(0,0,0,0.8);
	bottom: 0;
}
.card-reveal-info
{
	opacity: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 6;
}

.card-reveal:hover .card-reveal-info,
.card-reveal:hover .card-reveal-overlay,
.card-reveal-info:hover + .card-reveal-overlay-info {
	opacity: 1;
	transition-delay: .3s;
	transform: none;
}

.card-reveal-overlay-info {
	transform: translate3d(0, -100%, 0);

	display: inline-block;
	white-space: pre-line;
	line-height: 1;
	padding:0.5rem;
	top:0;
	bottom:auto;
}

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

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;
}

.cursor-help {
	cursor: help;
}
.cursor-pointer {
	cursor: pointer;
}

.modal-fullscreen .modal-body {
    overflow-y: scroll;
}

@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%;
	}
}

.pswp--zoom-allowed .pswp__img {
	cursor: default !important
}

.card-girl{
	position:relative;
	padding: 0;
}

.card-info{
	background:#ebebeb;
	opacity:0;
	position: absolute;
	bottom: 0;
	width:100%;
	transition: opacity .5s ease-out;
	transition-delay: 1s;
}
html.black .card-info{
	background:#222;
}

.card-info .title{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.card-girl:hover .card-info{
	opacity:1;
}
.table>:not(:last-child)>:last-child>* {
	border-color: #dee2e6;
}
html.black .table>:not(:last-child)>:last-child>* {
	border-color: #333;
}
.progress-bar-striped {
	background-size: 5rem 5rem;
	background-image: linear-gradient(45deg,rgb(0 0 0 / 5%) 25%,#00000000 25%,#00000000 50%,rgb(0 0 0 / 5%) 50%,rgb(0 0 0 / 5%) 75%,#00000000 75%,#00000000);
}
html.black .progress-bar-striped {
	background-image: linear-gradient(45deg,rgb(255 255 255 / 25%) 25%,#00000000 25%,#00000000 50%,rgb(255 255 255 / 25%) 50%,rgb(255 255 255 / 25%) 75%,#00000000 75%,#00000000);
}


@keyframes progress-bar-stripes {
    0% { background-position-x: 5rem; }
}

.alert-info .progress {
	background-color: #b6effb;
}
.alert-info .progress-bar-default {
	background-color: #055160;
}
.alert-success .progress {
	background-color: #badbcc;
}
.alert-success .progress-bar-default {
	background-color: #0f5132;
}
.alert-warning .progress {
	background-color: #ffecb5;
}
.alert-warning .progress-bar-default {
	background-color: #664d03;
}

[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
		appearance: none;
	height:20px;
	width: 20px;
	background-image: url("../img/x.svg");
	background-size: contain;
	cursor: pointer;
}
.card,
.form-control,
.btn {
	border-radius: .5rem;
}

.modal-header {
	padding: 2px 0 2px 1rem;
	min-height: 50px;
	align-items: baseline;
	border:none;
}
.table>:not(caption)>*>* {
	padding: 0.375rem 0.5rem;
	padding: 4px;
}

.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;
}

.console {
	position: absolute;
	bottom: 0;
	max-height:200px;
	height:200px;
	overflow: auto;
	width: 100%;
	background: #FFF;
	line-height: 0.75rem;
	z-index: 1;
}
html.black .console {
	background: #000;
}

table tr.selected:not(.progress-bar-animated) {
	background: #0099E6;
}
table tr.selected:not(.progress-bar-animated) td,
html.black table tr.selected:not(.progress-bar-animated) td {
	box-shadow: none !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6!important;
}
html.black .border-bottom {
	border-bottom: 1px solid #000!important;
}

td .progress {
	margin-top: 3px;
}
.progress-bar {
	transition: width .1s ease;
	background-color: #0099E6;
}

html.black .table {
	--bs-table-striped-bg: rgba(255, 255, 255, 0.1);
}

.alert-pink {
	color: white;
	background: deeppink;
	display: inline-block;
	width:100%;
}
html.black .alert-pink .text-white {
	color: white !important;
}


@media (max-width: 1280px) {
	body,
	.form-control,
	.btn {
		font-size: 0.85rem;
		line-height: 1.3rem;
	}
	.btn {
		padding: 0.375rem 0.3rem;
	}
	.badge {
		font-size: 0.85rem;
		line-height: 0.9rem;
	}
	.mousein, html.black .mousein {
		line-height: 1.1rem;
	}
	.status.status-small:before,
	.badge .status.status-small:before {
		margin: 0 5px 1px 0;
	}
	.btn,
	.form-control:not(.form-control-sm):not(.form-control-lg),
	.select2-container--bootstrap .select2-selection--single,
	.select2-container--bootstrap .select2-selection {
		height: 33px;
	}
	.btn.btn-xl {
		font-size: 1.25rem;
		min-width: 36px;
	}
	.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
		height: 1.3rem;
	}
	.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
		padding: 0 0 0.2rem 0.5rem;
	}
}


ul.notifications {
	float: right;
	display: inline-flex;
	list-style: none;
	padding: 0;
	vertical-align: top;
	margin: 0;
}
.notifications > li {
	float: left;
	position: relative;
}

.notifications > li .badge {
	font-size: 11px;
	font-weight: normal;
	height: 16px;
	padding: 3px 4px 0;
	border-radius: 10px;
	min-width: 16px;
	vertical-align: top;
	position: absolute;
	right: 6px;
	top: 6px;
	line-height: 1;
	text-align: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: all 5000s ease-in-out 0s;
}
