html {
	scroll-behavior: smooth;
}

/* *** LOGIN *** */
body.login {
	padding: 80px 0;
}

.card.card-login-form {
	display: block;
	max-width: 26em;
	margin: auto;
}

.card.card-login-form img {
	max-height: 150px;
	width: auto;
	max-width: 100%;
	display: block;
	margin: auto;
}

/* ****** Header & Menu ****** */
.company-logo {
	max-width: 100%;
	max-height: 32px;
}

.lang-link img {
	width: 1.7777rem;
	height: 1rem;
}

.top-menu .company-name {
	vertical-align: text-top;
}

.main-sidebar .nav-link {
	padding: .25rem 1rem;
}

.sidebar {
	/* position: fixed; */
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding: 48px 0 0;
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar .nav-link {
	font-weight: 500;
	color: #333;
	text-shadow: 0px 0px 3px rgba(51, 51, 51, 0.2);
	font-size: 14px;
}

.sidebar .nav-link i.fas,
.sidebar .nav-link i.fab,
.sidebar .nav-link i.far,
.sidebar .nav-link i.fa {
	width: 1.25em;
	margin-right: 4px;
	color: #999;
}

.sidebar .nav-link:hover i.fas,
.sidebar .nav-link:hover i.fab,
.sidebar .nav-link:hover i.far,
.sidebar .nav-link:hover i.fa {
	color: inherit;
}

.sidebar .nav-link.active,
.sidebar .nav-link.active i.fas,
.sidebar .nav-link.active i.fab,
.sidebar .nav-link.active i.far,
.sidebar .nav-link.active i.fa {
	color: #007bff;
}

.nav.nav-tabs {
	margin-bottom: 1rem;
}

.navbar-nav .nav-item {
	vertical-align: baseline;
	line-height: 1;
}

body nav.navbar.navbar-dark.bg-dark .btn.btn-outline-secondary.dropdown-toggle {
	color: #ffffff;
	border: none;
}

.app-select-office:before { content: "\2501"; margin-right: 0.25em; }
/* .app-select-office { margin-left: 0.25em; } */

.title {
	position: relative;
	font-size: 120%;
	z-index: 1;
	overflow: hidden;
	text-align: center;
}
.title.title-side-lines span {
	margin: 0 0.5em;
}
.title.title-side-lines:before, .title.title-side-lines:after {
	position: absolute;
	top: 55%;
	overflow: hidden;
	width: 50%;
	height: 1px;
	content: '\a0';
	background-color: #c5c5c5;
}
.title.title-side-lines:before {
	margin-left: -50%;
	text-align: right;
}
/* ------ Header & Menu ------ */

/* ****** Debug & logs ****** */
.log-console {
	font-family: monospace;
	font-size: 12px;
	word-break: break-all;
	white-space: pre-wrap;
}
/* ------ Debug & logs ------ */

/* ****** Notifications ****** */
.notification {
	font-size: 12px;
}
.notification.label-error {
	color: #dc3545;
}
/* ------ Notifications ------ */

/* ****** Tables & paginations ****** */
.table-ajax th { position: relative; }
.table-ajax th a { margin-left: 0.25em; }

.mht-cursors {
	text-align: center;
	margin: 1rem;
}

[jst-field] {
	position: relative;
}

span[jst-dir],
.mht-dir {
	position: absolute;
	left: 0;
	top: 18px;
}

.mht-pagination {
	text-align: center;
	margin: 16px;
}
.mht-pagination span, .mht-pagination input, .mht-pagination a {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 1em 0 0;
}

.mht-totals { padding: 0 2rem; }

.mht-limits span {
	max-width: 70%;
}
.mht-limits .form-control {
	display: inline-block;
	max-width: 30%;
}
/* ------ Tables & paginations ------ */

/* ****** Formatting ****** */
.text-bottom {
	vertical-align: text-bottom;
}
/* ------ Formatting ------ */

/* ****** Forms ****** */
.required label {
	font-weight: 600;
}
.required label:first-child:after {
	color: inherit;
	content: ' *';
	display: inline;
}

.app-user-office-container,
.app-user-group-container {
	background-color: rgba(0, 0, 0, 0.1);
	padding: 6px;
}

.app-user-group-container:nth-child(n+2) h4 {
	border-top: 2px solid #212529;
}

input[type="file"] {
	font-size: 13px;
}

.g-recaptcha > div {
	margin: auto;
}

[position="right"] {
	text-align: right;
}

.mock-form.form-control {
	border: none;
	background-color: rgba(200, 200, 200, 0.3);
	height: auto;
}

.w-9-rem { display: inline-block; width: 9rem; }
/* ------ Forms ------ */

/* ****** Bootstrap overrides ****** */
.form-control.jstags-container {
	padding: 4px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	height: initial;
	justify-content: initial;
}
.form-control.jstags-container .badge {
	line-height: inherit;
	vertical-align: middle;
	margin: 1px;
}
.jstags-container .jstags-new {
	list-style: none;
	margin: 1px;
	flex-grow: 1;
	position: relative;
}
.jstags-container .jstags-new input {
	width: 100%;
	border: none;
}

/* *** CSS SPINNER *** */
.loader {
	position: relative;
	text-align: center;
	/* margin: 15px auto 35px auto; */
	z-index: 5;
	display: inline-block;
	width: 100%;
	height: 100%;
	border: 10px solid rgba(0, 0, 0, .3);
	border-radius: 50%;
	border-top-color: #000;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
	vertical-align: middle;
}
.loader.loader-20px { width: 20px; height: 20px; }
.loader.loader-40px { width: 40px; height: 40px; }
.loader.loader-80px { width: 80px; height: 80px; }

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}
/* --- CSS SPINNER --- */

.modal-dialog.modal-xl {
	max-width: 1100px;
}

/* Keep focus and scroll with multiples modals */
.modal { overflow: auto !important; }

/* .form-control { color: #111315; } */

.progress {
	background-color: #b5b5b5;
}

.card form {
	margin: 0;
}

.table { font-size: 14px; }

.table:not(.table-unbreakable) tbody td,
.table:not(.table-unbreakable) thead th {
	/* word-wrap: break-word; */
	word-break: break-word;
}

.table.table-compact td { padding: 0; }

.table .jstable-color-sample {
	display: inline-block;
	border: 1px solid #c1c1c1;
	width: 1rem;
	height: 1rem;
}

/* @media (min-width: 1200px)
	.modal-lg, .modal-xl {
		max-width: 800px;
	}
} */

form .bootstrap-tagsinput .badge {
	margin: 2px 2px;
}

.input-map {
	border: 1px solid #c1c1c1;
	border-radius: 4px;
}

*[data-toggle="collapse"][aria-expanded="false"] .collapsed-hide,
*[data-toggle="collapse"][aria-expanded="true"] .collapsed-show { display: none; }

#debug-modal .card-header {
	padding: 0;
}

div.form-control.mce-content-body {
	min-height: 250px;
	height: auto;
}

/* *** Bootstrap Overload *** */
.dropdown-menu.dropdown-scrollable-menu {
	height: auto;
	max-height: 200px;
	overflow-x: hidden;
}

.installation-dropdown .dropdown-item {
	max-width: 100%;
	width: unset;
	box-sizing: content-box;
}

.table.table-ajax tbody tr td:first-child {
	min-width: 6.25rem;
}

@media (max-width: 767px) {
	.dropdown-toggle::after {
		display: none;
	}
	.table.table-ajax tbody tr td:first-child {
		min-width: 5rem;
	}
}
/* --- Bootstrap Overload --- */

img.preview-target-page {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
	max-height: 240px;
}
img.preview-target-full {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}

/* *** Media Set *** */
.media-set {
	border: 2px dashed rgb(0, 123, 255);
	padding: 8px;
	min-height: 4rem;
	vertical-align: top;
	cursor: pointer;
	transition-duration: 250ms;
}

.media-set .media-set-preview {
	position: relative;
	display: inline-flex;
	height: 7rem;
	max-width: 10rem;
	margin: 0.125rem;
	padding: 0.125rem;
	border: 1px solid #cccccc;
}

.media-set .media-set-preview label,
.media-set .media-set-preview button {
	opacity: 0.0;
	transition-duration: 250ms;
}

.media-set .media-set-preview:hover label,
.media-set .media-set-preview:hover button {
	opacity: 1.0;
}

.media-set .media-set-preview label {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	display: block;
	text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.6), 1px 1px 1px rgba(0, 0, 0, 0.6);
	color: #ffffff;
	vertical-align: middle;
	font-size: 18px;
}
.media-set .media-set-preview label input[type="checkbox"] {
	vertical-align: middle;
	margin-right: 0.125rem;
}
.media-set .media-set-preview button {
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: center;
	display: block;
}

.media-set .media-set-preview img {
	max-height: 100%;
	max-width: 100%;
}

.modal-dialog .media-set {
	max-height: 60vh;
	overflow: auto;
}
/* --- Media Set --- */

/* *** Media browser *** */
.module-medias-grid {
	border: 8px solid transparent;
	padding: 15px 0;
	margin: 15px;
	transition-duration: 250ms;
}

.modal-dialog .module-medias-grid {
	max-height: 60vh;
	overflow: auto;
}

/* Drag button */
.drag-action-button {
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	cursor: move;
}

/* Drop zone */
.module-media-grid-drop-zone,
.module-media-list-drop-zone,
.module-drop-zone {
	width: 100%;
	height: 2rem;
	border: 2px dashed rgb(0, 123, 255);
	transition-duration: 400ms;
}

.module-media-grid-drop-zone.module-drop-zone-hover,
.module-media-list-drop-zone.module-drop-zone-hover,
.module-drop-zone.module-drop-zone-hover {
	background-color: rgba(0, 123, 255, 0.5);
}

/* Avoid dragleave and dragexit when hovering child element */
.module-medias-grid.drag-and-drop.drag-and-drop-hovering > * {
	pointer-events: none;
}

.module-medias-grid.drag-and-drop.drag-and-drop-hovering {
	border: 8px dashed #c3c3c3;
	padding: 15px 0;
	margin: 15px;
}

.module-medias-grid-helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

img.module-medias-grid-preview {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 88px;
}

.module-medias-upload-icon {
	line-height: 88px;
}

.media-thumbnail-container .media-thumbnail-link img {
	display: inline-block;
}

.module-medias-grid.module-medias-selection-mode .media-select {
	opacity: 1.0;
}
/* --- Media browser --- */

/* *** Device map *** */
.map-device-object {
	cursor: pointer;
}
/* --- Device map --- */

/* ------ Bootstrap overrides ------ */

/* ****** Tagger overrides ****** */
form .tagger {
	background-color: #ffffff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	position: relative;
}
form .tagger ul {
	height: initial;
	min-height: 36px;
	/* max-height: 100%; */
	flex-wrap: wrap;
	line-height: 2rem;
	justify-content: initial;
}

form .tagger .tagger-new input {
	position: absolute;
	top: -1rem;
	width: 100%;
}

form .tagger > ul > li:not(.tagger-new) + li {
	padding-left: 0;
}
form .tagger > ul > li {
	padding-right: 0.25rem;
}
/* ------ Tagger overrides ------ */

/* ****** Calendar ****** */
table.calt-main.table-bordered {
	border: 1px solid #c2c2c2;
	margin-top: 20px;
}
table.calt-main.table-bordered > thead > tr > th {
	border: 1px solid #c2c2c2;
	background-color: #f6f6f6;
}
table.calt-main.table-bordered > tbody > tr > td {
	border: 1px solid #c2c2c2;
	position: relative;
}

table.calt-main {
	table-layout: fixed;
}

table.calt-main td {
	transition-duration: 400ms;
	height: 8em;
}

table.calt-main td:hover {
	background-color: #daeaff;
}

table.calt-main .calt-day {
	background-color: #e5e5e5;
	margin: 1px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

table.calt-main .calt-today .calt-day {
	background-color: #bacee6;
}

table.calt-main .calt-event-day {
	background-color: #cdecd6;
}

table.calt-main .calt-event-day,
table.calt-main .calt-event-hour {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	color: #212529;
	text-decoration: none;
	font-size: 10px;
	padding: 2px 4px;
	margin: 1px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1em;
	opacity: 0.6;
	transition-duration: 400ms;
}

table.calt-main .calt-event-day .calt-event-title,
table.calt-main .calt-event-hour .calt-event-title {
	position: relative;
	display: inline-block;
	max-width: 11em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
}

table.calt-main .calt-event-day .calt-guests-ratio,
table.calt-main .calt-event-hour .calt-guests-ratio {
	position: relative;
	float: right;
	width: 5em;
}

table.calt-main .calt-event-day:hover,
table.calt-main .calt-event-hour:hover {
	color: #333333;
	opacity: 1.0;
}

table.calt-main a.calt-event-link {
	display: block;
	max-width: 90%;
	margin: 6px auto;
	border-top: 1px solid #c1c1c1;
	font-size: 11px;
	text-align: center;
}
table.calt-main td.calt-empty,
table.calt-main td.calt-empty:hover {
	background-color: #e5e5e5;
	background: repeating-linear-gradient(
		45deg,
		#e5e5e5,
		#e5e5e5 10px,
		#d9d9d9 10px,
		#d9d9d9 20px
	);
}

.calt-event-add {
	position: absolute;
	bottom: 0;
	left: -53%;
}
/* ------ Calendar ------ */

/* *** Processes *** */
#process-table {
	font-size: 0;
	border: 1px solid #c1c1c1;
}
#process-table > svg { font-size: initial; }
#process-current-date {
	font-size: 130%;
	font-weight: bold;
}
.fkform-label {
	font-weight: bold;
	margin-left: 3px;
}
.fkform-value {
	background-color: rgba(180, 180, 180, 0.3);
	padding: 4px 8px;
	border-radius: 6px;
	word-wrap: break-word;
}

@media(min-width: 768px) {
	.col-1-5 {
		width: 20%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
/* --- Processes --- */

/* ****** Chart ****** */
.tickLabel { font-size: 80% }

.legendLayer .background {
	fill: rgba(255, 255, 255, 0.85);
	stroke: rgba(0, 0, 0, 0.85);
	stroke-width: 1;
}

#power-chart {
}

#power-chart-tooltip {
	position: absolute;
	display: none;
	border: 1px solid #fdd;
	padding: 2px;
	background-color: #ffeeee;
	opacity: 0.80
}

.chart-tooltip { font-size: 90%; }
.chart-tooltip-group { font-weight: bold; }
.chart-tooltip-red { color: #990000; }

.chart-legend-color {
	display: inline-block;
	width: 0.75rem;
	height: 0.75rem;
	/* border: 1px solid #999999; */
	border-radius: 4px;
	margin-right: 0.5rem;
}

.chart-legend {
	text-decoration: none;
	color: #545454;
	display: inline-block;
	font-style: normal;
}
.chart-legend.chart-legend-disabled {
	color: #999999;
	font-style: italic;
}
.chart-legend:hover {
	text-decoration: underline;
	color: #545454;
}
/* ------ Chart ------ */

/* ****** Content ****** */
.auto-scroll {
	overflow: auto;
}

#page-editor-content {
	background-color: #f5f5f5;
	padding: 8px;
	border-radius: 4px;
}

.device-module,
#page-editor-content .theme-module {
	margin: 8px;
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid #c1c1c1;
	border-radius: 4px;
	box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.1);
}

.device-module .device-module-title > * {
	display: inline-block;
	min-width: 10rem;
	font-size: 75%;
}

.theme-module .module-media-thumbnail {
	max-width: 100%;
	max-height: 240px;
}

.theme-module .module-media-list-thumbnail {
	max-width: 100%;
	max-height: 80px;
}

.theme-module .module-media-grid-thumbnail {
	max-width: 100%;
	max-height: 160px;
}

.ace_editor {
	width: 100%;
	height: 64em;
}
.main-title {
	margin-bottom: 15px;
}
.main-title .breadcrumb {
	border-radius: 0;
	background-color: #f3f4f5;
	margin-bottom: 0;
	border-bottom: 1px solid #dee2e6;
}
.main-title .breadcrumb .breadcrumb-item {
	line-height: 24px;
}
.main-title h1 {
	display: inline-block;
	margin: 0;
}
main {
	padding: 44px 0 0 !important;
	min-height: 100vh;
}

main .main-content {
	margin-bottom: 5rem;
}

.h-container {
	max-height: 100%;
	height: 100%;
}

.h-container > * {
	max-height: 100%;
}

.media-thumbnail {
	height: 232px;
}

.media-icon {
	font-size: 84px;
	display: block;
}

#media-modal-target { text-align: center; }

.media-thumbnail-container {
	position: relative;
	display: block;
	text-align: center;
	border: 1px solid #c1c1c1;
	max-width: 100%;
	overflow: hidden;
	/* font-size: 0; */
}

.media-thumbnail-container.media-thumbnail-function {
	background-color: rgba(0, 0, 0, 0.1);
}

.media-thumbnail-container .media-thumbnail-hblock {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 70%;
	font-weight: bold;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	opacity: 0.0;
	transition: all 250ms linear;
}

.media-thumbnail-container:hover .media-thumbnail-hblock {
	opacity: 1.0;
}

.media-thumbnail-container .media-thumbnail-hblock > div {
	line-height: 1.5rem;
}

/* .media-thumbnail-container .media-thumbnail-header {
	position: absolute;
	width: calc(100% - 2rem);
	font-size: 65%;
	text-align: left;
	font-weight: bold;
	left: 2rem;
	line-height: 1.70rem;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.75);
} */

.media-select {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	margin: 3px;
	z-index: 10;
	opacity: 0.0;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}

.media-thumbnail-selection .media-select { opacity: 1.0; }

.media-thumbnail-link-equiv:hover,
.media-thumbnail-link:hover {
	text-decoration: none;
}

.favicon-container {
	height: 100%;
	vertical-align: middle;
	/* text-align: center; */
}

.favicon-container img {
	cursor: pointer;
}

.favicon-container .favicon-helper,
.media-thumbnail-container span.media-helper {
	height: 100%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.media-thumbnail-container img {
	display: block;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
}

.picture-container {
	position: relative;
	cursor: pointer;
}

.picture-container .picture-informations {
	position: absolute;
	opacity: 0.0;
	background-color: rgba(0, 0, 0, 0.75);
	color: #ffffff;
	font-size: 14px;
	padding: 6px 8px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition-duration: 500ms;
}

.picture-container:hover .picture-informations,
.picture-container:hover .picture-informations:hover,
.picture-container .picture-informations:hover {
	opacity: 1.0;
}

.picture {
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
	height: 160px;
	margin: 3px auto;
	background: #c1c1c1;
}

.portrait-container {
	margin-bottom: 0.5em;
}

.portrait-container img {
	display: block;
	margin: auto;
	cursor: pointer;
	max-width: 100%;
	width: auto;
	height: 250px;
}

.icon-selector-grid .dropdown-menu {
	width: 220px !important;
	padding: 0;
}

.icon-selector-grid #icon-selected img {
	width: 26px;
	height: 26px;
}

.icon-selector-grid .dropdown-menu button {
	margin: 2px;
	padding: 2px;
}
.icon-selector-grid .dropdown-menu img {
	width: 40px;
	height: 40px;
}

.cml-1 { margin-left: 1rem; }
.cml-2 { margin-left: 2rem; }
.cml-3 { margin-left: 3rem; }
.cml-4 { margin-left: 4rem; }
.cml-5 { margin-left: 5rem; }
.cml-6 { margin-left: 6rem; }
.cml-7 { margin-left: 7rem; }
.cml-8 { margin-left: 8rem; }
.cml-9 { margin-left: 9rem; }
.cml-10 { margin-left: 10rem; }
/* ------ Content ------ */

/* ****** Footer ****** */
footer.footer {
	background-color: #f3f4f5;
	border-top: 1px solid #dee2e6;
	padding: 12px;
	font-size: 13px;
	font-weight: bold;
	color: #a5a5a5;
	position: fixed;
	bottom: 0;
	width: 100%;
}

footer.footer a {
	vertical-align: baseline;
}
/* ------ Footer ------ */

/* ****** Select2 BS4 Compatibility ******* */
.select2-container--bootstrap4 .select2-selection--single{height:calc(1.5em + .75rem + 2px)!important}.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder{color:#757575;line-height:calc(1.5em + .75rem)}.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow{position:absolute;top:50%;right:3px;width:20px}.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b{top:60%;border-color:#343a40 transparent transparent;border-style:solid;border-width:5px 4px 0;width:0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute}.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered{line-height:calc(1.5em + .75rem)}.select2-search--dropdown .select2-search__field{border:1px solid #ced4da;border-radius:.25rem}.select2-results__message{color:#6c757d}.select2-container--bootstrap4 .select2-selection--multiple{min-height:calc(1.5em + .75rem + 2px)!important}.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered{-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice{color:#343a40;border:1px solid #bdc6d0;border-radius:.2rem;padding:0 5px 0 0;cursor:pointer;float:left;margin-top:.3em;margin-right:5px}.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove{color:#bdc6d0;font-weight:700;margin-left:3px;margin-right:1px;padding-right:3px;padding-left:3px;float:left}.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover{color:#343a40}.select2-container{display:block}.select2-container :focus{outline:0}.input-group .select2-container--bootstrap4{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.input-group-prepend~.select2-container--bootstrap4 .select2-selection{border-top-left-radius:0;border-bottom-left-radius:0}.select2-container--bootstrap4 .select2-selection{border:1px solid #ced4da;border-radius:.25rem;width:100%}.select2-container--bootstrap4.select2-container--focus .select2-selection{border-color:#17a2b8;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection,.select2-container--bootstrap4.select2-container--disabled .select2-selection{background-color:#e9ecef;cursor:not-allowed;border-color:#ced4da;-webkit-box-shadow:none;box-shadow:none}.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field,.select2-container--bootstrap4.select2-container--disabled .select2-search__field{background-color:transparent}select.is-invalid~.select2-container--bootstrap4 .select2-selection{border-color:#dc3545}select.is-valid~.select2-container--bootstrap4 .select2-selection{border-color:#28a745}.select2-container--bootstrap4 .select2-dropdown{border-color:#ced4da;border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above{border-top:1px solid #ced4da;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true]{background-color:#e9ecef}.select2-container--bootstrap4 .select2-results__option--highlighted,.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true]{background-color:#007bff;color:#f8f9fa}.select2-container--bootstrap4 .select2-results__option[role=group]{padding:0}.select2-container--bootstrap4 .select2-results>.select2-results__options{max-height:15em;overflow-y:auto}.select2-container--bootstrap4 .select2-results__group{padding:6px;display:list-item;color:#6c757d}.select2-container--bootstrap4 .select2-selection__clear{width:1.2em;height:1.2em;line-height:1.15em;padding-left:.3em;margin-top:.5em;border-radius:100%;background-color:#6c757d;color:#f8f9fa;float:right;margin-right:.3em}.select2-container--bootstrap4 .select2-selection__clear:hover{background-color:#343a40}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single {
	height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}
/* ------ Select2 BS4 Compatibility ------ */

.display-none {
	display: none;
}