/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}

/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}


/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	touch-action: none;
}

/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	touch-action: none;
}

/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_444444_256x240.png?2bf13b17d09412f118b0d2191a04af9d)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_444444_256x240.png?2bf13b17d09412f118b0d2191a04af9d)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_555555_256x240.png?d184ebcfe5b609497d9df1e36d321619)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_ffffff_256x240.png?74e9fe3d9ced3f6712fe8e987b109292)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_777620_256x240.png?8003dc8ce47dd77bd0187ce80345024b)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_cc0000_256x240.png?0085819bbded1954c054280cb41790d0)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_777777_256x240.png?961d67294deccae7cc75078cc91ea876)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/*!
   * Bootstrap Datetime Picker v4.17.49
   * Copyright 2015-2020 Jonathan Peterson
   * Licensed under MIT (https://github.com/Eonasdan/bootstrap-datetimepicker/blob/master/LICENSE)
   */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker.css.map */
@font-face {
    font-family: 'tex_gyre_adventorbold';
    src: url(/fonts/texgyreadventor-bold-webfont.woff2?709b571aeea74e41d6db2f07d359064c) format('woff2'),
         url(/fonts/texgyreadventor-bold-webfont.woff?08129d4b2c3575641332c4d65e515a82) format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tex_gyre_adventorbold_italic';
    src: url(/fonts/texgyreadventor-bolditalic-webfont.woff2?cb7a2a4e9bd7254d330a59246f522225) format('woff2'),
         url(/fonts/texgyreadventor-bolditalic-webfont.woff?4d5a85a7941599e9c2fdbc1537fa687d) format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tex_gyre_adventoritalic';
    src: url(/fonts/texgyreadventor-italic-webfont.woff2?f0541473899734da12c1347b3e540b8f) format('woff2'),
         url(/fonts/texgyreadventor-italic-webfont.woff?8a9d32974df3ffae1dcf1747b4bf04c2) format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tex_gyre_adventorregular';
    src: url(/fonts/texgyreadventor-regular-webfont.woff2?59a1d00a90acc3cf1d787bbb6f710a73) format('woff2'),
         url(/fonts/texgyreadventor-regular-webfont.woff?a883fa549d2902ce73ffd3754856b2b6) format('woff');
    font-weight: normal;
    font-style: normal;

}
/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
 .fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.eot);src:url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.eot);src:url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.eot);src:url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
@font-face {
  font-family: 'simple-line-icons';
  src: url(/fonts/Simple-Line-Icons.eot?cb4840b543cf18677ced179e031f689a);
  src: url(/fonts/Simple-Line-Icons.eot?cb4840b543cf18677ced179e031f689a?#iefix-i3a2kk) format('embedded-opentype'), url(/fonts/Simple-Line-Icons.ttf?7f0913d4da1704f5de7f80a75eca569f) format('truetype'), url(/fonts/Simple-Line-Icons.woff2?a736074699ec538328feef32b9768034) format('woff2'), url(/fonts/Simple-Line-Icons.woff?1334d7641f5b94d8d01d3df457da308b) format('woff'), url(/fonts/Simple-Line-Icons.svg?51b9ac91d27d5ba0b73f8768817cb0ab#simple-line-icons) format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower: 
*/
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-close,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawar,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calender,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symble-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pintarest,
.icon-social-github,
.icon-social-gplus,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\e005";
}
.icon-people:before {
  content: "\e001";
}
.icon-user-female:before {
  content: "\e000";
}
.icon-user-follow:before {
  content: "\e002";
}
.icon-user-following:before {
  content: "\e003";
}
.icon-user-unfollow:before {
  content: "\e004";
}
.icon-login:before {
  content: "\e066";
}
.icon-logout:before {
  content: "\e065";
}
.icon-emotsmile:before {
  content: "\e021";
}
.icon-phone:before {
  content: "\e600";
}
.icon-call-end:before {
  content: "\e048";
}
.icon-call-in:before {
  content: "\e047";
}
.icon-call-out:before {
  content: "\e046";
}
.icon-map:before {
  content: "\e033";
}
.icon-location-pin:before {
  content: "\e096";
}
.icon-direction:before {
  content: "\e042";
}
.icon-directions:before {
  content: "\e041";
}
.icon-compass:before {
  content: "\e045";
}
.icon-layers:before {
  content: "\e034";
}
.icon-menu:before {
  content: "\e601";
}
.icon-list:before {
  content: "\e067";
}
.icon-options-vertical:before {
  content: "\e602";
}
.icon-options:before {
  content: "\e603";
}
.icon-arrow-down:before {
  content: "\e604";
}
.icon-arrow-left:before {
  content: "\e605";
}
.icon-arrow-right:before {
  content: "\e606";
}
.icon-arrow-up:before {
  content: "\e607";
}
.icon-arrow-up-circle:before {
  content: "\e078";
}
.icon-arrow-left-circle:before {
  content: "\e07a";
}
.icon-arrow-right-circle:before {
  content: "\e079";
}
.icon-arrow-down-circle:before {
  content: "\e07b";
}
.icon-check:before {
  content: "\e080";
}
.icon-clock:before {
  content: "\e081";
}
.icon-plus:before {
  content: "\e095";
}
.icon-close:before {
  content: "\e082";
}
.icon-trophy:before {
  content: "\e006";
}
.icon-screen-smartphone:before {
  content: "\e010";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-plane:before {
  content: "\e012";
}
.icon-notebook:before {
  content: "\e013";
}
.icon-mustache:before {
  content: "\e014";
}
.icon-mouse:before {
  content: "\e015";
}
.icon-magnet:before {
  content: "\e016";
}
.icon-energy:before {
  content: "\e020";
}
.icon-disc:before {
  content: "\e022";
}
.icon-cursor:before {
  content: "\e06e";
}
.icon-cursor-move:before {
  content: "\e023";
}
.icon-crop:before {
  content: "\e024";
}
.icon-chemistry:before {
  content: "\e026";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-tablet:before {
  content: "\e00f";
}
.icon-magic-wand:before {
  content: "\e017";
}
.icon-hourglass:before {
  content: "\e018";
}
.icon-graduation:before {
  content: "\e019";
}
.icon-ghost:before {
  content: "\e01a";
}
.icon-game-controller:before {
  content: "\e01b";
}
.icon-fire:before {
  content: "\e01c";
}
.icon-eyeglass:before {
  content: "\e01d";
}
.icon-envelope-open:before {
  content: "\e01e";
}
.icon-envelope-letter:before {
  content: "\e01f";
}
.icon-bell:before {
  content: "\e027";
}
.icon-badge:before {
  content: "\e028";
}
.icon-anchor:before {
  content: "\e029";
}
.icon-wallet:before {
  content: "\e02a";
}
.icon-vector:before {
  content: "\e02b";
}
.icon-speech:before {
  content: "\e02c";
}
.icon-puzzle:before {
  content: "\e02d";
}
.icon-printer:before {
  content: "\e02e";
}
.icon-present:before {
  content: "\e02f";
}
.icon-playlist:before {
  content: "\e030";
}
.icon-pin:before {
  content: "\e031";
}
.icon-picture:before {
  content: "\e032";
}
.icon-handbag:before {
  content: "\e035";
}
.icon-globe-alt:before {
  content: "\e036";
}
.icon-globe:before {
  content: "\e037";
}
.icon-folder-alt:before {
  content: "\e039";
}
.icon-folder:before {
  content: "\e089";
}
.icon-film:before {
  content: "\e03a";
}
.icon-feed:before {
  content: "\e03b";
}
.icon-drop:before {
  content: "\e03e";
}
.icon-drawar:before {
  content: "\e03f";
}
.icon-docs:before {
  content: "\e040";
}
.icon-doc:before {
  content: "\e085";
}
.icon-diamond:before {
  content: "\e043";
}
.icon-cup:before {
  content: "\e044";
}
.icon-calculator:before {
  content: "\e049";
}
.icon-bubbles:before {
  content: "\e04a";
}
.icon-briefcase:before {
  content: "\e04b";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-basket-loaded:before {
  content: "\e04d";
}
.icon-basket:before {
  content: "\e04e";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-action-undo:before {
  content: "\e050";
}
.icon-action-redo:before {
  content: "\e051";
}
.icon-wrench:before {
  content: "\e052";
}
.icon-umbrella:before {
  content: "\e053";
}
.icon-trash:before {
  content: "\e054";
}
.icon-tag:before {
  content: "\e055";
}
.icon-support:before {
  content: "\e056";
}
.icon-frame:before {
  content: "\e038";
}
.icon-size-fullscreen:before {
  content: "\e057";
}
.icon-size-actual:before {
  content: "\e058";
}
.icon-shuffle:before {
  content: "\e059";
}
.icon-share-alt:before {
  content: "\e05a";
}
.icon-share:before {
  content: "\e05b";
}
.icon-rocket:before {
  content: "\e05c";
}
.icon-question:before {
  content: "\e05d";
}
.icon-pie-chart:before {
  content: "\e05e";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-note:before {
  content: "\e060";
}
.icon-loop:before {
  content: "\e064";
}
.icon-home:before {
  content: "\e069";
}
.icon-grid:before {
  content: "\e06a";
}
.icon-graph:before {
  content: "\e06b";
}
.icon-microphone:before {
  content: "\e063";
}
.icon-music-tone-alt:before {
  content: "\e061";
}
.icon-music-tone:before {
  content: "\e062";
}
.icon-earphones-alt:before {
  content: "\e03c";
}
.icon-earphones:before {
  content: "\e03d";
}
.icon-equalizer:before {
  content: "\e06c";
}
.icon-like:before {
  content: "\e068";
}
.icon-dislike:before {
  content: "\e06d";
}
.icon-control-start:before {
  content: "\e06f";
}
.icon-control-rewind:before {
  content: "\e070";
}
.icon-control-play:before {
  content: "\e071";
}
.icon-control-pause:before {
  content: "\e072";
}
.icon-control-forward:before {
  content: "\e073";
}
.icon-control-end:before {
  content: "\e074";
}
.icon-volume-1:before {
  content: "\e09f";
}
.icon-volume-2:before {
  content: "\e0a0";
}
.icon-volume-off:before {
  content: "\e0a1";
}
.icon-calender:before {
  content: "\e075";
}
.icon-bulb:before {
  content: "\e076";
}
.icon-chart:before {
  content: "\e077";
}
.icon-ban:before {
  content: "\e07c";
}
.icon-bubble:before {
  content: "\e07d";
}
.icon-camrecorder:before {
  content: "\e07e";
}
.icon-camera:before {
  content: "\e07f";
}
.icon-cloud-download:before {
  content: "\e083";
}
.icon-cloud-upload:before {
  content: "\e084";
}
.icon-envelope:before {
  content: "\e086";
}
.icon-eye:before {
  content: "\e087";
}
.icon-flag:before {
  content: "\e088";
}
.icon-heart:before {
  content: "\e08a";
}
.icon-info:before {
  content: "\e08b";
}
.icon-key:before {
  content: "\e08c";
}
.icon-link:before {
  content: "\e08d";
}
.icon-lock:before {
  content: "\e08e";
}
.icon-lock-open:before {
  content: "\e08f";
}
.icon-magnifier:before {
  content: "\e090";
}
.icon-magnifier-add:before {
  content: "\e091";
}
.icon-magnifier-remove:before {
  content: "\e092";
}
.icon-paper-clip:before {
  content: "\e093";
}
.icon-paper-plane:before {
  content: "\e094";
}
.icon-power:before {
  content: "\e097";
}
.icon-refresh:before {
  content: "\e098";
}
.icon-reload:before {
  content: "\e099";
}
.icon-settings:before {
  content: "\e09a";
}
.icon-star:before {
  content: "\e09b";
}
.icon-symble-female:before {
  content: "\e09c";
}
.icon-symbol-male:before {
  content: "\e09d";
}
.icon-target:before {
  content: "\e09e";
}
.icon-credit-card:before {
  content: "\e025";
}
.icon-paypal:before {
  content: "\e608";
}
.icon-social-tumblr:before {
  content: "\e00a";
}
.icon-social-twitter:before {
  content: "\e009";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-instagram:before {
  content: "\e609";
}
.icon-social-linkedin:before {
  content: "\e60a";
}
.icon-social-pintarest:before {
  content: "\e60b";
}
.icon-social-github:before {
  content: "\e60c";
}
.icon-social-gplus:before {
  content: "\e60d";
}
.icon-social-reddit:before {
  content: "\e60e";
}
.icon-social-skype:before {
  content: "\e60f";
}
.icon-social-dribbble:before {
  content: "\e00d";
}
.icon-social-behance:before {
  content: "\e610";
}
.icon-social-foursqare:before {
  content: "\e611";
}
.icon-social-soundcloud:before {
  content: "\e612";
}
.icon-social-spotify:before {
  content: "\e613";
}
.icon-social-stumbleupon:before {
  content: "\e614";
}
.icon-social-youtube:before {
  content: "\e008";
}
.icon-social-dropbox:before {
  content: "\e00c";
}

@charset "UTF-8";
/**
 * Bootstrap Variables
 */
/*
$gray-100: #f8f9fa !default;
$gray-200: #e9ecef !default;
$gray-300: #dee2e6 !default;
$gray-400: #ced4da !default;
$gray-500: #adb5bd !default;
$gray-600: #6c757d !default;
$gray-700: #495057 !default;
$gray-800: #343a40 !default;
$gray-900: #212529 !default;
*/
/**
 * Project variables
 */
/*Theme Colors*/
@keyframes slideFromRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeftFade {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
:root {
  --blue: #3A86FF;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f76f70;
  --orange: #FF9E00;
  --yellow: #FFB542;
  --green: #2CCC70;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #808080;
  --gray-dark: #4E4E4E;
  --primary: #0C4035;
  --secondary: #009092;
  --success: #0C4035;
  --info: #17a2b8;
  --warning: #f76f70;
  --danger: #f76f70;
  --light: #FAFAFA;
  --dark: #4E4E4E;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #252525;
  text-align: left;
  background-color: #FFFFFF;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #A2A9B0;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #79838d;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #808080;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "dinregular", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
}

h1, .h1 {
  font-size: 1.5rem;
}

h2, .h2 {
  font-size: 1.3125rem;
}

h3, .h3 {
  font-size: 1.53125rem;
}

h4, .h4 {
  font-size: 1.3125rem;
}

h5, .h5 {
  font-size: 1.09375rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #808080;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #808080;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #252525;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #F0F0F0;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #F0F0F0;
}
.table tbody + tbody {
  border-top: 2px solid #F0F0F0;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #F0F0F0;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #F0F0F0;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #252525;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ced9d7;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #819c96;
}

.table-hover .table-primary:hover {
  background-color: #c0cecb;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #c0cecb;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #cce9e9;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7ac5c6;
}

.table-hover .table-secondary:hover {
  background-color: #bae1e1;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #bae1e1;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #ced9d7;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #819c96;
}

.table-hover .table-success:hover {
  background-color: #c0cecb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #c0cecb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d1ecf1;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #bde4eb;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #bde4eb;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fde2e2;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fbb4b5;
}

.table-hover .table-warning:hover {
  background-color: #fbcaca;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbcaca;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fde2e2;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fbb4b5;
}

.table-hover .table-danger:hover {
  background-color: #fbcaca;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fbcaca;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fefefe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fcfcfc;
}

.table-hover .table-light:hover {
  background-color: #f1f1f1;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f1f1f1;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: gainsboro;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #a3a3a3;
}

.table-hover .table-dark:hover {
  background-color: #cfcfcf;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #cfcfcf;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #FFFFFF;
  background-color: #4E4E4E;
  border-color: #616161;
}
.table .thead-light th {
  color: #666C72;
  background-color: #F8F9FA;
  border-color: #F0F0F0;
}

.table-dark {
  color: #FFFFFF;
  background-color: #4E4E4E;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #616161;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666C72;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #D3D3D3;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #666C72;
  background-color: #FFFFFF;
  border-color: #20ab8e;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 64, 53, 0.25);
}
.form-control::placeholder {
  color: #808080;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #F8F9FA;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #666C72;
}
select.form-control:focus::-ms-value {
  color: #666C72;
  background-color: #FFFFFF;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.765625rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #252525;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 4px;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #808080;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #0C4035;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(12, 64, 53, 0.9);
  border-radius: 8px;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #0C4035;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%230C4035' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #0C4035;
  box-shadow: 0 0 0 0.2rem rgba(12, 64, 53, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #0C4035;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%234E4E4E' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%230C4035' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #0C4035;
  box-shadow: 0 0 0 0.2rem rgba(12, 64, 53, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #0C4035;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #0C4035;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #0C4035;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #146b59;
  background-color: #146b59;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(12, 64, 53, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0C4035;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #0C4035;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #0C4035;
  box-shadow: 0 0 0 0.2rem rgba(12, 64, 53, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f76f70;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #252525;
  background-color: rgba(247, 111, 112, 0.9);
  border-radius: 8px;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f76f70;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f76f70' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f76f70' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f76f70;
  box-shadow: 0 0 0 0.2rem rgba(247, 111, 112, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f76f70;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%234E4E4E' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f76f70' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f76f70' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f76f70;
  box-shadow: 0 0 0 0.2rem rgba(247, 111, 112, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f76f70;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f76f70;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f76f70;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fa9fa0;
  background-color: #fa9fa0;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(247, 111, 112, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f76f70;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f76f70;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f76f70;
  box-shadow: 0 0 0 0.2rem rgba(247, 111, 112, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #252525;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #252525;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 64, 53, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #0C4035;
  border-color: #0C4035;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #06201a;
  border-color: #041511;
}
.btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background-color: #06201a;
  border-color: #041511;
  box-shadow: 0 0 0 0.2rem rgba(48, 93, 83, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #0C4035;
  border-color: #0C4035;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #041511;
  border-color: #020a09;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 93, 83, 0.5);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #009092;
  border-color: #009092;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #006a6c;
  border-color: #005e5f;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #FFFFFF;
  background-color: #006a6c;
  border-color: #005e5f;
  box-shadow: 0 0 0 0.2rem rgba(38, 161, 162, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #009092;
  border-color: #009092;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #005e5f;
  border-color: #005152;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 161, 162, 0.5);
}

.btn-success {
  color: #FFFFFF;
  background-color: #0C4035;
  border-color: #0C4035;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #06201a;
  border-color: #041511;
}
.btn-success:focus, .btn-success.focus {
  color: #FFFFFF;
  background-color: #06201a;
  border-color: #041511;
  box-shadow: 0 0 0 0.2rem rgba(48, 93, 83, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #FFFFFF;
  background-color: #0C4035;
  border-color: #0C4035;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #041511;
  border-color: #020a09;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 93, 83, 0.5);
}

.btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #FFFFFF;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #FFFFFF;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #252525;
  background-color: #f76f70;
  border-color: #f76f70;
}
.btn-warning:hover {
  color: #FFFFFF;
  background-color: #f54b4c;
  border-color: #f43f40;
}
.btn-warning:focus, .btn-warning.focus {
  color: #FFFFFF;
  background-color: #f54b4c;
  border-color: #f43f40;
  box-shadow: 0 0 0 0.2rem rgba(216, 100, 101, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #252525;
  background-color: #f76f70;
  border-color: #f76f70;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #FFFFFF;
  background-color: #f43f40;
  border-color: #f43334;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 100, 101, 0.5);
}

.btn-danger {
  color: #252525;
  background-color: #f76f70;
  border-color: #f76f70;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #f54b4c;
  border-color: #f43f40;
}
.btn-danger:focus, .btn-danger.focus {
  color: #FFFFFF;
  background-color: #f54b4c;
  border-color: #f43f40;
  box-shadow: 0 0 0 0.2rem rgba(216, 100, 101, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #252525;
  background-color: #f76f70;
  border-color: #f76f70;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #f43f40;
  border-color: #f43334;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 100, 101, 0.5);
}

.btn-light {
  color: #252525;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-light:hover {
  color: #252525;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-light:focus, .btn-light.focus {
  color: #252525;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
  box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #252525;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #252525;
  background-color: #e1e1e1;
  border-color: #dadada;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5);
}

.btn-dark {
  color: #FFFFFF;
  background-color: #4E4E4E;
  border-color: #4E4E4E;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #3b3b3b;
  border-color: #353535;
}
.btn-dark:focus, .btn-dark.focus {
  color: #FFFFFF;
  background-color: #3b3b3b;
  border-color: #353535;
  box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #4E4E4E;
  border-color: #4E4E4E;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #353535;
  border-color: #2e2e2e;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.5);
}

.btn-outline-primary {
  color: #0C4035;
  border-color: #0C4035;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #0C4035;
  border-color: #0C4035;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 64, 53, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0C4035;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0C4035;
  border-color: #0C4035;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 64, 53, 0.5);
}

.btn-outline-secondary {
  color: #009092;
  border-color: #009092;
}
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #009092;
  border-color: #009092;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 144, 146, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #009092;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #009092;
  border-color: #009092;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 144, 146, 0.5);
}

.btn-outline-success {
  color: #0C4035;
  border-color: #0C4035;
}
.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #0C4035;
  border-color: #0C4035;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 64, 53, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #0C4035;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0C4035;
  border-color: #0C4035;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 64, 53, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #f76f70;
  border-color: #f76f70;
}
.btn-outline-warning:hover {
  color: #252525;
  background-color: #f76f70;
  border-color: #f76f70;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 111, 112, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f76f70;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #252525;
  background-color: #f76f70;
  border-color: #f76f70;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 111, 112, 0.5);
}

.btn-outline-danger {
  color: #f76f70;
  border-color: #f76f70;
}
.btn-outline-danger:hover {
  color: #252525;
  background-color: #f76f70;
  border-color: #f76f70;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 111, 112, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f76f70;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #252525;
  background-color: #f76f70;
  border-color: #f76f70;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 111, 112, 0.5);
}

.btn-outline-light {
  color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-outline-light:hover {
  color: #252525;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #FAFAFA;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #252525;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.btn-outline-dark {
  color: #4E4E4E;
  border-color: #4E4E4E;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #4E4E4E;
  border-color: #4E4E4E;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 78, 78, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #4E4E4E;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #4E4E4E;
  border-color: #4E4E4E;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 78, 78, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #A2A9B0;
  text-decoration: none;
}
.btn-link:hover {
  color: #79838d;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #808080;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 3rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 4px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 4px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #252525;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #F8F9FA;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #252525;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #181818;
  text-decoration: none;
  background-color: #F8F9FA;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0C4035;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #A2A9B0;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: #808080;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #252525;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 2.25rem;
  padding-left: 2.25rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #A2A9B0;
  text-align: center;
  white-space: nowrap;
  background-color: #FFFFFF;
  border: 1px solid #D3D3D3;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 4px;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.15625rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: #0C4035;
  background-color: #0C4035;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(12, 64, 53, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #20ab8e;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #28d6b1;
  border-color: #28d6b1;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #808080;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #F8F9FA;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #FFFFFF;
  border: #A2A9B0 solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 8px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0C4035;
  background-color: #0C4035;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(12, 64, 53, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(12, 64, 53, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(12, 64, 53, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.15625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #A2A9B0;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFFFFF;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(12, 64, 53, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666C72;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%234E4E4E' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #D3D3D3;
  border-radius: 8px;
  appearance: none;
}
.custom-select:focus {
  border-color: #20ab8e;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 64, 53, 0.25);
}
.custom-select:focus::-ms-value {
  color: #666C72;
  background-color: #FFFFFF;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #808080;
  background-color: #F8F9FA;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #666C72;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.765625rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.09375rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #20ab8e;
  box-shadow: 0 0 0 0.2rem rgba(12, 64, 53, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #F8F9FA;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #666C72;
  background-color: #FFFFFF;
  border: 1px solid #D3D3D3;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #666C72;
  content: "Browse";
  background-color: #FFFFFF;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(12, 64, 53, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(12, 64, 53, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(12, 64, 53, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0C4035;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #28d6b1;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #EFEFEF;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0C4035;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #28d6b1;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #EFEFEF;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0C4035;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #28d6b1;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #EFEFEF;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #EFEFEF;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #A2A9B0;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #A2A9B0;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #A2A9B0;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #808080;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #EFEFEF;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #F8F9FA #F8F9FA #EFEFEF;
}
.nav-tabs .nav-link.disabled {
  color: #808080;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #666C72;
  background-color: #FFFFFF;
  border-color: #EFEFEF #EFEFEF #FFFFFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 8px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #0C4035;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 8px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 7px 7px 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 7px 7px;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 7px;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #F8F9FA;
  border-radius: 8px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #808080;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #808080;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 8px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #79838d;
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
}
.page-link:hover {
  z-index: 2;
  color: #79838d;
  text-decoration: none;
  background-color: #F8F9FA;
  border-color: #EFEFEF;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 64, 53, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #0C4035;
  border-color: #0C4035;
}
.page-item.disabled .page-link {
  color: #808080;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #EFEFEF;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #FFFFFF;
  background-color: #0C4035;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #FFFFFF;
  background-color: #041511;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 64, 53, 0.5);
}

.badge-secondary {
  color: #FFFFFF;
  background-color: #009092;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #FFFFFF;
  background-color: #005e5f;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 144, 146, 0.5);
}

.badge-success {
  color: #FFFFFF;
  background-color: #0C4035;
}
a.badge-success:hover, a.badge-success:focus {
  color: #FFFFFF;
  background-color: #041511;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 64, 53, 0.5);
}

.badge-info {
  color: #FFFFFF;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #FFFFFF;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #252525;
  background-color: #f76f70;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #252525;
  background-color: #f43f40;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 111, 112, 0.5);
}

.badge-danger {
  color: #252525;
  background-color: #f76f70;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #252525;
  background-color: #f43f40;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 111, 112, 0.5);
}

.badge-light {
  color: #252525;
  background-color: #FAFAFA;
}
a.badge-light:hover, a.badge-light:focus {
  color: #252525;
  background-color: #e1e1e1;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.badge-dark {
  color: #FFFFFF;
  background-color: #4E4E4E;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #FFFFFF;
  background-color: #353535;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 78, 78, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 8px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.8125rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #06211c;
  background-color: #ced9d7;
  border-color: #bbcac6;
}
.alert-primary hr {
  border-top-color: #adbfba;
}
.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #004b4c;
  background-color: #cce9e9;
  border-color: #b8e0e0;
}
.alert-secondary hr {
  border-top-color: #a6d8d8;
}
.alert-secondary .alert-link {
  color: #001919;
}

.alert-success {
  color: #06211c;
  background-color: #ced9d7;
  border-color: #bbcac6;
}
.alert-success hr {
  border-top-color: #adbfba;
}
.alert-success .alert-link {
  color: black;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #803a3a;
  background-color: #fde2e2;
  border-color: #fdd7d7;
}
.alert-warning hr {
  border-top-color: #fcbfbf;
}
.alert-warning .alert-link {
  color: #5d2a2a;
}

.alert-danger {
  color: #803a3a;
  background-color: #fde2e2;
  border-color: #fdd7d7;
}
.alert-danger hr {
  border-top-color: #fcbfbf;
}
.alert-danger .alert-link {
  color: #5d2a2a;
}

.alert-light {
  color: #828282;
  background-color: #fefefe;
  border-color: #fefefe;
}
.alert-light hr {
  border-top-color: #f1f1f1;
}
.alert-light .alert-link {
  color: dimgray;
}

.alert-dark {
  color: #292929;
  background-color: gainsboro;
  border-color: #cdcdcd;
}
.alert-dark hr {
  border-top-color: silver;
}
.alert-dark .alert-link {
  color: #101010;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.65625rem;
  background-color: rgba(128, 128, 128, 0.2);
  border-radius: 8px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #0C4035;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.5;
}
.close:hover {
  color: #000000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #EFEFEF;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #EFEFEF;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 8px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 15px;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFFFFF;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 15px 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFFFFF;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFFFFF;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 15px 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFFFFF;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #000000;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #252525;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0C4035 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #041511 !important;
}

.bg-secondary {
  background-color: #009092 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #005e5f !important;
}

.bg-success {
  background-color: #0C4035 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #041511 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #f76f70 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f43f40 !important;
}

.bg-danger {
  background-color: #f76f70 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f43f40 !important;
}

.bg-light {
  background-color: #FAFAFA !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e1e1e1 !important;
}

.bg-dark {
  background-color: #4E4E4E !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #353535 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #EFEFEF !important;
}

.border-top {
  border-top: 1px solid #EFEFEF !important;
}

.border-right {
  border-right: 1px solid #EFEFEF !important;
}

.border-bottom {
  border-bottom: 1px solid #EFEFEF !important;
}

.border-left {
  border-left: 1px solid #EFEFEF !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0C4035 !important;
}

.border-secondary {
  border-color: #009092 !important;
}

.border-success {
  border-color: #0C4035 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #f76f70 !important;
}

.border-danger {
  border-color: #f76f70 !important;
}

.border-light {
  border-color: #FAFAFA !important;
}

.border-dark {
  border-color: #4E4E4E !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.rounded-sm {
  border-radius: 4px !important;
}

.rounded {
  border-radius: 8px !important;
}

.rounded-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.rounded-right {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-left {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-lg {
  border-radius: 15px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-primary {
  color: #0C4035 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}

.text-secondary {
  color: #009092 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #004546 !important;
}

.text-success {
  color: #0C4035 !important;
}

a.text-success:hover, a.text-success:focus {
  color: black !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #f76f70 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #f32728 !important;
}

.text-danger {
  color: #f76f70 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #f32728 !important;
}

.text-light {
  color: #FAFAFA !important;
}

a.text-light:hover, a.text-light:focus {
  color: #d4d4d4 !important;
}

.text-dark {
  color: #4E4E4E !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #282828 !important;
}

.text-body {
  color: #252525 !important;
}

.text-muted {
  color: #808080 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #A2A9B0;
    page-break-inside: avoid;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #FFFFFF !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #EFEFEF !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #F0F0F0;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #F0F0F0;
  }
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/vendor/material-design-icons/iconMaterialIcons-Regular.eot?4674f8ded773cb03e824323bfc950537);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/fonts/vendor/material-design-icons/iconMaterialIcons-Regular.woff2?cff684e59ffb052d72cb8d5e49471553) format("woff2"), url(/fonts/vendor/material-design-icons/iconMaterialIcons-Regular.woff?83bebaf37c09c7e1c3ee52682892ae14) format("woff"), url(/fonts/vendor/material-design-icons/iconMaterialIcons-Regular.ttf?5e7382c63da0098d634a356ff441614e) format("truetype");
}
.material-icons {
  font-family: "Material Icons", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.25em;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.msf {
  /* --------------------------------

  WYSIWYG

  -------------------------------- */
  /* CONFIG SELECTOR */
}
.msf .searchbox-article h2 {
  display: none;
}
.msf .searchbox-article {
  height: auto;
  position: relative;
  padding: 0 !important;
}
.msf .card-body .searchable-menu .form-control {
  font-size: 1.2em;
}
.msf .searchable-menu button {
  position: absolute;
  border: 0;
  background: transparent;
  padding: 5px 15px;
  color: #B4B4B4;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.msf .searchbox-article {
  padding: 0px !important;
  height: auto !important;
  padding-top: 10px !important;
  margin: 0 0 0 33px !important;
  max-width: 1388px !important;
}
.msf .searchbox-article .card {
  background-color: none !important;
  background: none !important;
}
.msf .savoir-faire .card-body {
  background-color: none !important;
}
.msf .form-control {
  border-radius: 60px !important;
}
.msf select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
.msf select.form-control:after {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
  display: block;
  content: "";
}
.msf .adm-msf .btn-c {
  border-radius: 0 !important;
  width: 40px;
  height: 41px;
  background: #dcdcdc !important;
  border-color: #dcdcdc !important;
  color: #2E2E2E !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
.msf .adm-msf .btn-c:active, .msf .adm-msf .btn-c:hover, .msf .adm-msf .btn-c:focus {
  background: #dcdcdc !important;
  border-color: #dcdcdc !important;
  color: #2E2E2E !important;
  opacity: 0.7;
}
.msf .adm-msf .row.documents {
  margin-left: -25px !important;
  margin-right: -25px !important;
}
.msf .adm-msf .row.documents .document-item .icon {
  color: #676a6c !important;
  font-size: 24px !important;
}
.msf .adm-msf .row.documents .document-item {
  padding: 18px 10px;
  border: 1px solid #efefef;
  background: #f9f9f9;
  margin-bottom: 25px;
}
.msf .adm-msf .row.documents .document-item .btn-primary {
  border-radius: 0 !important;
  width: 40px;
  height: 41px;
  background: #dcdcdc !important;
  border-color: #dcdcdc !important;
  color: #2E2E2E !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
.msf .adm-msf .row.documents .document-item .btn-primary:active, .msf .adm-msf .row.documents .document-item .btn-primary:hover, .msf .adm-msf .row.documents .document-item .btn-primary:focus {
  background: #dcdcdc !important;
  border-color: #dcdcdc !important;
  color: #2E2E2E !important;
  opacity: 0.7;
}
.msf .adm-msf .row.documents-content-2 {
  margin: 0 !important;
}
.msf .adm-msf .recentlyViewed .document-item .icon {
  color: #106580 !important;
  opacity: 0.6;
  padding: 0;
}
.msf .adm-msf .recentlyViewed .document-item .content {
  padding: 0.3em 0 0 0;
}
.msf .adm-msf .recentlyViewed .document-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.msf .adm-msf .recentlyViewed .document-item:last-child {
  border-bottom: none !important;
}
.msf .adm-msf .wizard.vertical > .steps {
  display: block;
  float: none;
  width: 100%;
}
.msf .adm-msf .wizard.vertical > .steps ul {
  text-align: center;
}
.msf .adm-msf .wizard.vertical > .steps ul > li {
  display: inline-flex !important;
  width: auto !important;
  opacity: 0.5;
}
.msf .adm-msf .wizard.vertical > .steps ul > li:hover {
  opacity: 1;
}
.msf .adm-msf .wizard.vertical > .steps ul > li.current {
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  opacity: 1;
}
.msf .adm-msf .wizard.vertical > .steps ul > li a {
  padding-right: 2em;
  padding-left: 2em;
}
.msf .adm-msf .select2-container--default .select2-selection--single {
  border: 1px solid #e9ecef;
  border-radius: 23px;
  padding-left: 1em;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  min-height: 38px;
}
.msf .adm-msf .select2-container--default.select2-container--focus .select2-selection--multiple {
  min-height: 38px;
}
.msf .adm-msf .select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 1em;
}
.msf .adm-msf .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.msf .adm-msf .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
}
.msf .adm-msf .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 2.5 !important;
  height: 100%;
}
.msf .adm-msf .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px;
  right: 12px;
}
.msf .adm-msf .card-body select.form-control {
  -webkit-appearance: none;
}
.msf .adm-msf .card-body .form-control {
  border: 1px solid #e9ecef;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  padding-left: 1em;
}
.msf .adm-msf .select2-container--open .btn {
  border-radius: 23px;
  font-size: 12px;
  margin-right: 0.2em;
}
.msf .adm-msf .select2-container--open .btn-in-select2 {
  padding: 0.8em;
}
.msf .adm-msf ol.list-summary {
  border-radius: 0 !important;
  margin: 0;
  list-style-type: decimal !important;
  background: #fff;
  padding: 0 0 0 35px;
}
.msf .adm-msf ol.list-summary a:hover {
  color: #2E2E2E !important;
  opacity: 0.7;
}
.msf .adm-msf ol.list-summary .list-summary-item,
.msf .adm-msf ol.list-summary .list-group-item:last-child,
.msf .adm-msf ol.list-summary .list-group-item:first-child {
  border-radius: 0 !important;
  margin: 0;
  display: list-item !important;
  padding: 0.75rem 0.45rem;
  margin-bottom: -1px;
  background-color: #fff;
  margin: 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.msf .adm-msf ol.list-summary .list-summary-item {
  border: none !important;
}
.msf .adm-msf ol.list-summary .list-summary-item:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  left: -35px;
}
.msf .adm-msf ol.list-summary .list-summary-item:last-child:after {
  border-bottom: none !important;
}
.msf .adm-msf .white-box.view-box {
  border: 1px solid #e4e7ea;
  border-radius: 5px;
}
.msf .adm-msf .white-box.view-box .page-preview {
  overflow: visible;
}
.msf .adm-msf .white-box.view-box .page-preview #gabarit {
  flex: 0 0 100%;
  max-width: 100%;
}
.msf .adm-msf .white-box.view-box .page-preview #gabarit .section {
  padding: 10px !important;
}
.msf .adm-msf .white-box.view-box .page-preview .sectionContainer .anchor {
  position: absolute;
  right: 0;
}
.msf .adm-msf div.list-summary {
  border: 1px solid #e4e7ea;
  border-radius: 5px;
  background: #fff;
}
.msf .adm-msf div.list-summary .control-label {
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 25px;
  font-size: 1.25rem;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  color: #000;
  font-size: 0.825rem !important;
}
.msf .menu-nav-cat .panel-default .panel-heading {
  font-size: 0.825rem !important;
}
.msf .menu-nav-cat .panel-default {
  border: 1px solid #e4e7ea;
  border-radius: 5px;
  overflow: hidden;
}
.msf .savoir-faire-content .articleView .title-article {
  position: relative;
  top: -1.2rem;
  margin-right: 195px;
  margin-bottom: -5px;
  padding-left: 50px;
}
.msf .savoir-faire-content .articleView .title-article span {
  float: left !important;
  display: block !important;
}
.msf .savoir-faire-content .articleView .title-article i {
  position: absolute;
  left: 0;
  top: -2px;
}
.msf .articleContent {
  margin-top: 32px;
}
.msf .recentlyViewed .document-item {
  margin: 0 !important;
}
.msf .label-sum {
  text-transform: uppercase;
  font-size: 0.825rem !important;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin: 10px;
  display: inline-flex;
}
.msf .editor-n-style .edito-content {
  width: 100%;
}
.msf .editor-n-style .h1, .msf .editor-n-style h1 {
  font-size: 2.25rem;
}
.msf .editor-n-style .h1, .msf .editor-n-style .h2, .msf .editor-n-style .h3, .msf .editor-n-style .h4, .msf .editor-n-style .h5, .msf .editor-n-style .h6, .msf .editor-n-style h1, .msf .editor-n-style h2, .msf .editor-n-style h3, .msf .editor-n-style h4, .msf .editor-n-style h5, .msf .editor-n-style h6 {
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
}
.msf .editor-n-style .table.table-style-1 {
  border: 0.5px solid #000;
}
.msf .editor-n-style .table.table-style-1 > thead:first-child > tr:first-child > th {
  background: #b8cce4;
}
.msf .editor-n-style .table.table-style-1 td, .msf .editor-n-style .table.table-style-1 th {
  border: 0.5px solid #000;
}
.msf .editor-n-style .table.table-style-2 {
  border: 0.5px solid #000;
}
.msf .editor-n-style .table.table-style-2 > thead:first-child > tr:first-child > th {
  background: #2E2E2E;
  color: #fff;
}
.msf .editor-n-style .table.table-style-2 td, .msf .editor-n-style .table.table-style-2 th {
  border: 0.5px solid #000;
}
.msf .editor-n-style .block-style-1 {
  border-radius: 5px;
  border: 1px solid #6787AD;
  font-size: 2rem;
  padding: 2.5rem;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  background: #e2f2ff;
  background: linear-gradient(180deg, #e2f2ff 0%, #a3cdff 100%);
}
.msf .editor-n-style .block-style-1* {
  padding: 0 !important;
  margin: 0 !important;
}
.msf .editor-n-style .block-style-2 {
  border-radius: 5px;
  border: 1px solid #000;
  font-size: 2rem;
  padding: 2.5rem;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.msf .savoir-faire-category,
.msf .savoir-faire-content {
  margin-left: -20px;
  margin-right: -20px;
}
.msf .articlePreview {
  position: relative;
  padding: 20px !important;
}
.msf .articlePreview p.exerp {
  height: 40px;
  font-size: 12px;
  margin: 0;
  opacity: 0.8;
  overflow: hidden;
}
.msf .articlePreview .link-art {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.msf .articlePreview .link-art span {
  display: none;
}
.msf .articlePreview .ico-prev-article {
  font-size: 20px !important;
  margin-right: 5px;
  margin-top: 0;
}
.msf .articlePreview.unread {
  border: 2.3px solid #e4e7ea;
  background: #fff;
}
.msf .articlePreview.unread h4 {
  color: #000;
  font-weight: 600;
  position: relative;
}
.msf .articlePreview.unread h4 a:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: #FD404B;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  top: 6px;
  z-index: 1;
  border: 1px solid #fff;
  box-shadow: 0px 2px 3px rgba(123, 94, 94, 0.3);
}
.msf .articlePreview.unread p.exerp {
  opacity: 1;
  font-weight: 400;
  font-style: italic;
}
.msf .desc-cat {
  padding: 2em 2em 0 2em;
  margin-bottom: -1em;
  max-height: 115px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  position: relative;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.8;
}
.msf .savoir-faire .grid-article .grid-item .inner {
  min-height: 200px !important;
}
.msf #_cbhtml .rte-more-options.is-rte-pop.active {
  top: 93px !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 9px 0px !important;
}
.msf #_cbhtml .rte-more-options.is-rte-pop.active,
.msf #_cbhtml .quickadd,
.msf #_cbhtml .is-rte-tool {
  transform: scale(1.4);
}
.msf #_cbhtml .is-tool.is-element-tool button {
  transform: scale(2);
  margin: 4px;
}
.msf #_cbhtml #divSnippetHandle {
  top: 70px !important;
  width: 53px !important;
  height: 53px !important;
  left: -54px !important;
  background: #dcdcdc !important;
  border-color: #dcdcdc !important;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0 0 !important;
  transition: all 0.4s ease;
}
.msf #_cbhtml #divSnippetHandle:before {
  content: "";
  font-family: themify;
  speak: none;
  top: 5px;
  position: relative;
  font-size: 1.55em;
  transition: all 0.3s ease;
}
.msf #_cbhtml #divSnippetHandle svg {
  transform: scale(2);
  position: relative;
  top: 4px;
  display: none;
}
.msf #_cbhtml #divSnippetList {
  right: -300px !important;
  width: 300px !important;
  z-index: 1;
}
.msf #_cbhtml #divSnippetList.active {
  right: 0 !important;
  box-shadow: 0 3px 40px 0 rgba(5, 8, 9, 0.28) !important;
  z-index: 100000 !important;
}
.msf #_cbhtml #divSnippetList.active #divSnippetHandle {
  border: 1px solid rgba(211, 211, 211, 0.52) !important;
  box-shadow: rgba(0, 0, 0, 0.025) -4px 2px 5px 0px !important;
}
.msf #_cbhtml #divSnippetList.active #divSnippetHandle:before {
  content: "";
}
.msf #_cbhtml .is-design-list > div {
  width: 256px !important;
}
.msf .pdf-iframe {
  width: 100%;
  height: 610px;
}
.msf .row-add-initial {
  height: 130px !important;
  font-size: 1.5em !important;
  border-radius: 10px;
}
.msf .row-add-initial span {
  font-size: 1em !important;
}
.msf .menu-msf-adm {
  width: 55px;
  position: fixed;
  right: 0;
  top: 71px;
  height: calc(100vh - 71px);
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  border-left: 1px solid #e8e8e8;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.msf .menu-msf-adm .btn-action-msf {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.msf .menu-msf-adm .btn-action-msf .btn {
  height: 53px;
  margin-top: 1px;
  display: block;
  font-size: 1.55em;
  padding: 0;
  width: 51px;
  border-radius: 0;
  margin: 1px auto 0 auto;
}
.msf .menu-msf-adm .btn-action-msf .btn:hover {
  opacity: 0.7;
}
.msf .menu-msf-adm .btn-action-msf .btn.btn-primary {
  background: #03a9f4 !important;
  border-color: #03a9f4 !important;
  color: #fff !important;
}
.msf .menu-msf-adm .btn-action-msf .btn.btn-secondary {
  background: #dcdcdc !important;
  border-color: #dcdcdc !important;
  color: #2E2E2E !important;
}
.msf .menu-msf-adm .btn-action-msf .btn.btn-danger {
  background: #ff142a !important;
  border-color: #ff142a !important;
  color: #fff !important;
}
.msf .is-selectbox.snippet-cat {
  height: 70px !important;
}
.msf .is-selectbox.snippet-cat span {
  position: relative;
  top: 12px;
}
.msf .is-selectbox.snippet-cat svg {
  top: 24px !important;
}
.msf .is-selectbox-options > div {
  height: 60px !important;
  line-height: 60px !important;
  font-size: 14px !important;
  padding: 10px 20px !important;
}
.msf #_cbhtml .is-design-list {
  position: relative;
  top: 30px;
  padding-bottom: 30px !important;
}
.msf .adm-link {
  width: 54px;
}
.msf .is-selectbox-options {
  height: auto !important;
}
.msf .savoir-faire .grid-article .grid-item .title-grid {
  background: url(/image/mask-title.png) no-repeat bottom center !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.msf .savoir-faire .grid-article .grid-item .title-grid .titleWithPicto i {
  font-size: 25px !important;
  margin-top: 1px !important;
}
.msf .savoir-faire .grid-article .grid-item {
  border-radius: 8px;
}
.msf .savoir-faire .grid-article .grid-item .title-grid .titleWithPicto a {
  margin-right: 17px;
}
.msf .savoir-faire .grid-article .grid-item .title-grid .titleWithPicto {
  margin-left: -1px !important;
}
.msf .ico-prev-article.v2 {
  margin-bottom: -10px;
  margin-top: -6px;
}
.msf .error-box {
  background: none;
  margin-top: 10vh;
}
.msf .error-box .icon {
  opacity: 0.2;
}
.msf .page-titles {
  margin-bottom: 15px;
}
.msf .r-btn-view {
  margin-top: -10px;
}
.msf .is-selectbox-options > div[data-value="101"],
.msf .is-selectbox-options > div[data-value="104"],
.msf .is-selectbox-options > div[data-value="106"],
.msf .is-selectbox-options > div[data-value="107"],
.msf .is-selectbox-options > div[data-value="108"],
.msf .is-selectbox-options > div[data-value="109"],
.msf .is-selectbox-options > div[data-value="110"],
.msf .is-selectbox-options > div[data-value="111"],
.msf .is-selectbox-options > div[data-value="112"],
.msf .is-selectbox-options > div[data-value="113"],
.msf .is-selectbox-options > div[data-value="114"],
.msf .is-selectbox-options > div[data-value="115"],
.msf .is-selectbox-options > div[data-value="116"],
.msf .is-selectbox-options > div[data-value="118"],
.msf .is-selectbox-options > div[data-value="119"] {
  display: none;
}
.msf .right-sidebar {
  width: 300px;
  transition: all 0.3s ease;
}
.msf .right-sidebar .r-panel-body ul {
  margin: 0;
  padding: 0;
}
.msf .right-sidebar .r-panel-body ul li {
  display: block;
  width: 100%;
  font-size: 1.15em;
  border-top: 1px solid #eee;
  padding: 0;
  margin: 0;
}
.msf .right-sidebar .r-panel-body ul li a {
  padding: 15px 10px 15px 20px;
  display: block;
  transition: all 0.3s ease;
}
.msf .right-sidebar .r-panel-body ul li a:hover {
  background: #f5f5f5;
}
.msf .right-sidebar .rpanel-title {
  padding: 24px 20px;
}
.msf .admin-categories dl, .msf .admin-categories ol, .msf .admin-categories ul {
  margin-bottom: 0;
}
.msf .admin-categories .catItem {
  margin: 0;
  padding: 5px 0 0 0;
  border: 1px solid rgba(213, 213, 213, 0.5);
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 18px;
}
.msf .admin-categories .catItem .drag {
  background: #f5f5f5;
  position: absolute;
  width: 30px;
  text-align: center;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 17px;
  color: #999;
}
.msf .admin-categories .catItem:hover {
  box-shadow: 0px 5px 15px rgba(123, 94, 94, 0.08);
}
.msf .admin-categories .catItem:hover .drag {
  color: #000;
}
.msf .admin-categories .cat-title {
  margin-left: 35px;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 16px;
}
.msf .admin-categories .btn-rounded.btn-sm, .msf .admin-categories .btn-group-sm > .btn-rounded.btn {
  font-size: 13px;
  position: relative;
  top: -4px;
}
.msf .admin-categories .sortable-li {
  margin: 0 !important;
}
.msf .admin-categories .ui-sortable li .sortable-li {
  border: 0;
  border-bottom: 1px solid #fff;
  border-top: 1px dotted #d5d5d5;
  margin-left: 15px;
  background: rgba(255, 255, 255, 0.7);
  padding: 13px 0 0 0 !important;
  margin: 0 !important;
}
.msf .admin-categories .ui-sortable li .sortable-li .ti-move {
  color: #999;
}
.msf .admin-categories .ui-sortable li .sortable-li:hover .ti-move {
  color: #000;
}
.msf .notif-cat {
  margin: 0;
  position: absolute;
  bottom: -10px;
  left: 20px;
  right: 20px;
  padding: 8px;
  background: #ededed;
  border-radius: 20px;
  color: #6a6a6a;
  font-size: 12px;
}
.msf .notif-cat span, .msf .notif-cat a {
  margin: 0 0.45rem;
}
.msf .title-result-cat {
  margin-bottom: 20px;
}
.msf .title-result-cat .form-group {
  position: relative;
  top: -12px;
}
.msf .title-result-cat .form-group * {
  display: inline-block;
  width: auto;
  font-size: 12px;
}
.msf .ribbon-2, .msf .ribbon-3 {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.msf .ribbon-2 span, .msf .ribbon-3 span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #9BC90D 100%);
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  right: -21px;
}
.msf .ribbon-2 span::before, .msf .ribbon-3 span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #9BC90D;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #9BC90D;
}
.msf .ribbon-2 span::after, .msf .ribbon-3 span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #9BC90D;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #9BC90D;
}
.msf .ribbon-3 span {
  background: #0C4035;
  background: linear-gradient(#0C4035 0%, #009092 100%);
  box-shadow: 0 3px 10px -5px black;
}
.msf .ribbon-3 span::before {
  border-left: 3px solid #0C4035;
  border-top: 3px solid #0C4035;
}
.msf .ribbon-3 span::after {
  border-right: 3px solid #0C4035;
  border-top: 3px solid #0C4035;
}
.msf .history-news {
  margin-top: 15px !important;
}
.msf .history-news .title {
  padding: 0;
  font-size: 1.05em;
  overflow: hidden;
}
.msf .history-news .date {
  font-size: 0.7rem;
  color: #B3B3B3;
  margin-right: 18px;
  font-weight: 300;
}
.msf .history-news .icon {
  position: absolute;
  font-size: 35px;
  color: #106580;
  opacity: 0.6;
  left: 15px;
  top: 20px;
}
.msf .history-news .card-body {
  padding-left: 60px;
  overflow: hidden;
}
.msf .file-footer-buttons .kv-file-zoom {
  display: none;
}
.msf #categories-tree {
  font-size: 15px;
}
.msf .menu-nav-cat .panel-default * {
  font-size: 14px;
  line-height: 1.5;
}
.msf .searchable-menu input#keywords {
  height: 50px;
}
.msf header .page-titles {
  margin-bottom: 0;
}
.msf header .page-titles .breadcrumb-item {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.msf header .page-titles .text-themecolor {
  margin-bottom: 0;
  line-height: 1.2;
}

.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a, .toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }

  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
td.dt-control {
  background: url("https://www.datatables.net/examples/resources/details_open.png") no-repeat center center;
  cursor: pointer;
}

tr.dt-hasChild td.dt-control {
  background: url("https://www.datatables.net/examples/resources/details_close.png") no-repeat center center;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}

table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 30px;
}

table.dataTable > thead .sorting,
table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_desc,
table.dataTable > thead .sorting_asc_disabled,
table.dataTable > thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
  right: 1em;
  content: "↑";
}

table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "↓";
}

table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
  opacity: 1;
}

table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table > thead .sorting:before,
div.dataTables_scrollBody > table > thead .sorting_asc:before,
div.dataTables_scrollBody > table > thead .sorting_desc:before,
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody > table > tbody tr:first-child th,
div.dataTables_scrollBody > table > tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }

  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable {
  border-right-width: 0;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

div.dt-button-info > div {
  padding: 1em;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

div.dt-button-collection-title:empty {
  display: none;
}

div.dt-button-collection {
  position: absolute;
  z-index: 2001;
}

div.dt-button-collection div.dropdown-menu {
  display: block;
  z-index: 2002;
  min-width: 100%;
}

div.dt-button-collection div.dt-button-collection-title {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}

div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

div.dt-button-collection > :last-child {
  display: block !important;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

div.dt-button-collection > :last-child > * {
  break-inside: avoid;
}

div.dt-button-collection.two-column {
  width: 400px;
}

div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

div.dt-button-collection.three-column {
  width: 450px;
}

div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

div.dt-button-collection.four-column {
  width: 600px;
}

div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

div.dt-button-collection .dt-button {
  border-radius: 0;
}

div.dt-button-collection.fixed {
  max-width: none;
}

div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
  display: none;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }

  div.dt-buttons a.btn {
    float: none;
  }
}
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}

div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
  background-color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

table.dataTable.fixedHeader-locked {
  position: absolute !important;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}
table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #0275d8;
  outline-offset: -2px;
  z-index: 2001;
}

tr.dt-rowReorder-moving {
  outline: 2px solid #888;
  outline-offset: -2px;
}

body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}

table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0275d8;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0275d8;
}

table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

/* source-sans-pro-latin-300-normal*/
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/fonts/vendor/@fontsource/source-sans-pro/files/source-sans-pro-latin-300-normal.woff2?c63a358e6cecb839660b85d77aaea644) format("woff2"), url(/fonts/vendor/@fontsource/source-sans-pro/files/source-sans-pro-latin-300-normal.woff?6048ea7cd635c427ea58d51ce75d6d36) format("woff");
}
/* source-sans-pro-latin-400-normal*/
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/fonts/vendor/@fontsource/source-sans-pro/files/source-sans-pro-latin-400-normal.woff2?16c0b7497e77742ecb853e39ef9ed034) format("woff2"), url(/fonts/vendor/@fontsource/source-sans-pro/files/source-sans-pro-latin-400-normal.woff?03f4e5094113b1eac84409b8e95d18e2) format("woff");
}
/* source-sans-pro-latin-600-normal*/
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/fonts/vendor/@fontsource/source-sans-pro/files/source-sans-pro-latin-600-normal.woff2?35ab5b65f5c70ff94fb861626694d207) format("woff2"), url(/fonts/vendor/@fontsource/source-sans-pro/files/source-sans-pro-latin-600-normal.woff?bd1e99faf13cc24ea945696b0f8cb0b1) format("woff");
}
/* source-sans-pro-latin-700-normal*/
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/fonts/vendor/@fontsource/source-sans-pro/files/source-sans-pro-latin-700-normal.woff2?5abb91054649912196d8651af8ff3a59) format("woff2"), url(/fonts/vendor/@fontsource/source-sans-pro/files/source-sans-pro-latin-700-normal.woff?71bbc397d9940906268fc21ccf8d6665) format("woff");
}
@font-face {
  font-family: "komilfo-icon";
  src: url(/fonts/komilfo-icon.eot?65d674598e307a63cd51e1b782b5cd9b?#iefix) format("embedded-opentype"), url(/fonts/komilfo-icon.woff2?6399e2362c64f19aca5362b85d2d2c97) format("woff2"), url(/fonts/komilfo-icon.woff?ffa0c22f7bde24d0e7af7879437b878c) format("woff"), url(/fonts/komilfo-icon.ttf?602ed8a95d2315a418592f1772e288f6) format("truetype"), url(/fonts/komilfo-icon.svg?78f6b6cdc60f60d171cb0aa28f4567f0#komilfo-icon) format("svg");
}
i[class^=komilfo-icon-]:before, i[class*=" komilfo-icon-"]:before {
  font-family: komilfo-icon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.komilfo-icon-arrow-right:before {
  content: "";
}

.komilfo-icon-search:before {
  content: "";
}

.komilfo-icon-alert:before {
  content: "";
}

.komilfo-icon-arrow-down:before {
  content: "";
}

.komilfo-icon-arrow-left:before {
  content: "";
}

.komilfo-icon-bell:before {
  content: "";
}

.komilfo-icon-calendar:before {
  content: "";
}

.komilfo-icon-car:before {
  content: "";
}

.komilfo-icon-card:before {
  content: "";
}

.komilfo-icon-case:before {
  content: "";
}

.komilfo-icon-catalog:before {
  content: "";
}

.komilfo-icon-close:before {
  content: "";
}

.komilfo-icon-comment:before {
  content: "";
}

.komilfo-icon-contacts:before {
  content: "";
}

.komilfo-icon-dashboard:before {
  content: "";
}

.komilfo-icon-docs:before {
  content: "";
}

.komilfo-icon-dot-menu:before {
  content: "";
}

.komilfo-icon-download-file:before {
  content: "";
}

.komilfo-icon-drive:before {
  content: "";
}

.komilfo-icon-ec-actus:before {
  content: "";
}

.komilfo-icon-ec-add:before {
  content: "";
}

.komilfo-icon-ec-agenda:before {
  content: "";
}

.komilfo-icon-ec-aide:before {
  content: "";
}

.komilfo-icon-ec-devis:before {
  content: "";
}

.komilfo-icon-ec-image:before {
  content: "";
}

.komilfo-icon-ec-product:before {
  content: "";
}

.komilfo-icon-ec-projet:before {
  content: "";
}

.komilfo-icon-eye:before {
  content: "";
}

.komilfo-icon-file-dl:before {
  content: "";
}

.komilfo-icon-fullscreen:before {
  content: "";
}

.komilfo-icon-location:before {
  content: "";
}

.komilfo-icon-meters:before {
  content: "";
}

.komilfo-icon-pencil:before {
  content: "";
}

.komilfo-icon-phone:before {
  content: "";
}

.komilfo-icon-plus:before {
  content: "";
}

.komilfo-icon-power:before {
  content: "";
}

.komilfo-icon-prospect:before {
  content: "";
}

.komilfo-icon-rdv:before {
  content: "";
}

.komilfo-icon-ribbon:before {
  content: "";
}

.komilfo-icon-ring:before {
  content: "";
}

.komilfo-icon-sendit:before {
  content: "";
}

.komilfo-icon-shareit:before {
  content: "";
}

.komilfo-icon-store-building:before {
  content: "";
}

.komilfo-icon-tools:before {
  content: "";
}

.komilfo-icon-users:before {
  content: "";
}

.komilfo-icon-valid:before {
  content: "";
}

/**
 * Utilities
 */
.pp {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  background-color: #EFEFEF;
  color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 500;
  flex-shrink: 0;
  overflow: hidden;
}

.illu {
  position: relative;
}
.illu a.toggle-zoom {
  width: 35px;
  height: 35px;
  background-color: #0C4035;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  position: absolute;
  top: -12px;
  right: -12px;
}
.illu img {
  border-radius: 8px;
}

.avoid-clicks {
  pointer-events: none;
}

.column-3 {
  columns: 3;
}

.fs-18 {
  font-size: 1.125rem;
}

/**
 * Utilities : import du scss du front
 */
.text-gray-100 {
  color: #FAFAFA;
}

.bg-gray-100 {
  background-color: #FAFAFA;
}

.text-gray-200 {
  color: #F8F9FA;
}

.bg-gray-200 {
  background-color: #F8F9FA;
}

.text-gray-300 {
  color: #EFEFEF;
}

.bg-gray-300 {
  background-color: #EFEFEF;
}

.text-gray-400 {
  color: #B4B4B4;
}

.bg-gray-400 {
  background-color: #B4B4B4;
}

.text-gray-500 {
  color: #A2A9B0;
}

.bg-gray-500 {
  background-color: #A2A9B0;
}

.text-gray-600 {
  color: #808080;
}

.bg-gray-600 {
  background-color: #808080;
}

.text-gray-700 {
  color: #666C72;
}

.bg-gray-700 {
  background-color: #666C72;
}

.text-gray-800 {
  color: #4E4E4E;
}

.bg-gray-800 {
  background-color: #4E4E4E;
}

.text-gray-900 {
  color: #252525;
}

.bg-gray-900 {
  background-color: #252525;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

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

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

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

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

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

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

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

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

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

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.btn {
  text-transform: uppercase;
  border: 0;
}
.btn.btn-primary {
  background: #0C4035;
}
.btn.btn-white {
  background: #FFFFFF;
  color: #009092;
}
.btn.btn-tiers {
  background: #4A8593;
  color: #FFFFFF;
}
.btn.btn-delete {
  background: #f76f70;
  color: #FFFFFF;
}
.btn.btn-reset {
  border: 1px solid #666C72;
}
.btn.btn-outline-primary {
  color: #0C4035;
  border: 1px solid #0C4035;
}
.btn.btn-outline-primary:hover {
  color: #FFFFFF;
}

.btn-link {
  text-transform: none;
  display: inline-flex;
  align-items: center;
  color: #000000;
}
.btn-link i {
  margin-right: 0.5rem;
  color: #A2A9B0;
}

.btn-group-rounded > .btn {
  border-radius: 4px;
}

.dropdown-menu {
  z-index: 1100 !important;
}

.form-actions {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 576px) {
  .form-actions {
    flex-direction: row;
    align-items: center;
  }
}
.form-actions .btn {
  margin-left: 1.25rem;
  margin-bottom: 0.625rem;
}

.form-group {
  /** Replacement vertical du switch dans les formulaires de l'admin */
  /** Ajustement de l'aspect du colorPicker utilisé notamment dans les Paramètres par enseigne */
}
.form-group label {
  color: #A2A9B0;
}
.form-group .switchery {
  margin-top: -25px;
}
.form-group .asColorPicker-wrap {
  display: inherit;
}
.form-group .asColorPicker-wrap .asColorPicker-trigger {
  width: 40px;
  height: 35px;
}
.form-group.with-prepend-icon {
  display: flex;
  align-items: flex-start;
}
.form-group.with-prepend-icon .icon {
  display: flex;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 1.25rem;
}
.form-group.with-prepend-icon .icon i.komilfo-icon-ring {
  font-size: 0.875rem;
}
.form-group.with-prepend-icon .control {
  flex-grow: 1;
}

.form-control-lg {
  font-weight: 600;
}

.input-group .form-control {
  border-right: 0;
}
.input-group.bdr .form-control {
  border-right: 1px solid #D3D3D3;
}

.form-switch {
  display: flex;
  position: relative;
  padding: 0;
  align-items: center;
  min-height: 35px;
}
.form-switch input {
  position: absolute;
  left: -9999px;
}
.form-switch label {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 50px;
}
.form-switch label:before {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #A2A9B0;
  width: 52px;
  height: 30px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.2s cubic-bezier(0.2, 0.5, 0.2, 1);
  border-radius: 15px;
  cursor: pointer;
}
.form-switch label:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  transition: all 0.2s cubic-bezier(0.2, 0.5, 0.2, 1);
  border-radius: 50%;
  background-color: #A2A9B0;
  cursor: pointer;
}
.form-switch input:checked + label:before {
  border-color: #0C4035;
}
.form-switch input:checked + label:after {
  right: 5px;
  background-color: #0C4035;
}
.form-switch.reversed label {
  padding-left: 70px;
}
.form-switch.reversed label:before {
  left: 0;
}
.form-switch.reversed label:after {
  left: 26px;
}
.form-switch.reversed input:checked + label:before {
  border-color: #0C4035;
}
.form-switch.reversed input:checked + label:after {
  left: 5px;
  background-color: #0C4035;
}
.form-switch.vertical {
  align-items: end;
}
.form-switch.vertical label {
  padding-left: 0;
}
.form-switch.vertical label:before {
  top: 215%;
  left: 0;
}
.form-switch.vertical label:after {
  top: 215%;
  left: 26px;
}
.form-switch.vertical input:checked + label:before {
  border-color: #0C4035;
}
.form-switch.vertical input:checked + label:after {
  left: 5px;
  background-color: #0C4035;
}

.form-switch ~ label {
  cursor: pointer;
}

/* Temporaire */
.form-control:disabled, .form-control[readonly] {
  opacity: 1;
  background-color: #e2e2e2 !important;
}

.form-control.readonly:disabled, .form-control.readonly[readonly] {
  opacity: 1;
  background: none !important;
}

.ncheck {
  position: relative;
  margin: 10px;
  line-height: 0;
}
.ncheck label {
  position: relative;
  margin: 0;
  border: 2px solid #0C4035;
  background: #FFFFFF;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  cursor: pointer;
}
.ncheck label:after {
  content: "";
  position: absolute;
  opacity: 0;
  border: 2px solid #0C4035;
  width: 9px;
  width: 18px;
  height: 5px;
  height: 18px;
  top: -2px;
  left: -2px;
  border-radius: 4px;
  background-color: #0C4035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Icon' d='M539-336.8l-3.739,3.6h0l-1.246,1.2-1.246-1.2.007-.007L531-334.934l1.247-1.2,1.775,1.728L537.754-338Z' transform='translate(-531 338)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
}
.ncheck label:hover::after {
  opacity: 0.3;
}
.ncheck input[type=checkbox] {
  display: none;
  visibility: hidden;
}
.ncheck input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.label-text-c {
  position: relative;
  left: 10px;
}

.row-col-form {
  display: flex;
}

.row-col-form .col-left {
  width: 50%;
  border-right: 1px solid #EFEFEF;
  padding-top: 3rem;
  padding-right: 3rem;
}

.row-col-form .col-left.v2 {
  padding-top: 0;
}

.row-col-form .col-right {
  width: 55%;
  padding-left: 3rem;
}

.row-col-form form .form-actions {
  padding-top: 2rem;
}

/* Grilles tarifaires Fournisseurs */
.form-tree input[type=text] {
  text-align: right;
  font-weight: 700;
  color: #000000;
}
.form-tree input[type=text]::placeholder {
  font-weight: normal;
  color: #A2A9B0;
}
.form-tree tr.spacer {
  height: 1em;
}
.form-tree td {
  min-width: 1em;
  max-width: 6em;
  padding: 3px;
}
.form-tree td.scale {
  white-space: nowrap;
}
.form-tree.purchase td.scale {
  min-width: 6em;
}
.form-tree.sale td.scale {
  min-width: 5em;
}

.card + .card {
  margin-top: 20px;
}

.pagination-container {
  display: flex;
  padding: 0.75rem;
  width: 100%;
  justify-content: center;
  border-top: 1px solid #F0F0F0;
}
.pagination-container ul.pagination {
  margin: 0;
}
.pagination-container .page-link > * {
  pointer-events: none;
}

.table-container {
  border-radius: 8px;
  border: 1px solid #EFEFEF;
  overflow: hidden;
}

.table {
  margin: 0;
}
.table thead th {
  color: #808080;
  font-weight: 500;
  border-top: 0;
  border-bottom: 0;
}
.table tbody th,
.table tbody td {
  vertical-align: middle;
  color: #808080;
}
.table tbody th .pp,
.table tbody td .pp {
  display: inline-flex;
}
.table tbody th {
  color: #000000;
  font-weight: 600;
}

.blackTable tbody th,
.blackTable tbody td {
  color: #000000 !important;
}
.blackTable tbody th .phoneMail,
.blackTable tbody td .phoneMail {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}

/* Classe obligatoire pour les flèches */
.flecheDesc {
  width: 0;
  height: 0;
  float: right;
  margin: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.flecheAsc {
  width: 0;
  height: 0;
  float: right;
  margin: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

@media (max-width: 1199.98px) {
  .table tbody th .pp,
.table tbody td .pp {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .table tbody th .pp,
.table tbody td .pp {
    width: 35px;
    height: 35px;
  }
}
.h1,
.h2 {
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin-bottom: 1.25rem;
}

.h2 {
  color: #000000;
  font-family: tex_gyre_adventorregular, sans-serif;
}
.h2 strong {
  font-family: tex_gyre_adventorbold, sans-serif;
  font-weight: 700;
}
.h2 i {
  font-size: 0.65em;
  color: #B4B4B4;
}

.h3 {
  font-size: 1.125rem;
  font-weight: 600;
}

.h4 {
  font-weight: 300;
  font-size: 1.25rem;
  color: #666C72;
  margin-bottom: 1.25rem;
}

.h5 {
  font-weight: 700;
  font-size: 1rem;
  color: #000000;
  margin-bottom: 1.5rem;
}

.heading-container {
  margin-bottom: 1.25rem;
}
.heading-container .h2,
.heading-container .h3 {
  margin-bottom: 0;
}

hr.hr-dark {
  border-color: rgba(255, 255, 255, 0.2);
}

.ff-heading-regular {
  font-family: "tex_gyre_adventorregular";
}

.ff-heading-bold {
  font-family: "tex_gyre_adventorbold";
}

img {
  max-width: 100%;
  height: auto;
}

body.base-layout {
  padding-left: 280px;
  transition: padding-left 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
}
body.base-layout .main-wrapper {
  padding: 45px 0;
  min-height: 94vh;
}
body.base-layout.aside-collapsed {
  padding-left: 135px;
}
body.base-layout.with-sidebar {
  padding-right: 340px;
}
body.base-layout.admin::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 4px;
  background: #009092;
}

/**
 * Responsive behaviour
 */
@media (max-width: 1199.98px) {
  html {
    font-size: 14px;
  }

  body.base-layout.with-sidebar {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  html {
    font-size: 14px;
  }

  body.base-layout {
    padding-left: 0;
    padding-top: 95px;
  }
  body.base-layout.aside-collapsed {
    padding-left: 0;
  }
}
aside {
  display: flex;
  position: fixed;
  z-index: 1030;
  width: 245px;
  top: 20px;
  bottom: 20px;
  left: 20px;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
  background: linear-gradient(90deg, #0c4035 77%, #061e19 100%, black 80%);
  box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
}
aside .submenu {
  margin: auto;
  padding: 8px;
  position: absolute;
  left: 219px;
  top: 200px;
  text-align: center;
  display: flex;
  flex-direction: row;
  z-index: 2;
  background-color: black;
  width: auto;
}
aside .submenu li {
  width: 100%;
  text-align: center;
}
aside .submenu.hidden {
  display: none;
}
aside a.logo {
  display: flex;
  padding: 1.25rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.375rem;
}
aside a.logo img {
  width: 145px;
}
aside a.logo img.logo-textonly {
  display: none;
}
aside a.toggle-aside-mobile {
  display: none;
}
aside a.toggle-aside {
  display: flex;
  position: absolute;
  z-index: 1;
  border: 5px solid #FFFFFF;
  width: 32px;
  height: 32px;
  color: #FFFFFF;
  top: 34px;
  right: 0;
  align-items: center;
  justify-content: center;
  transform: translateX(50%);
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
  border-radius: 50%;
  background-color: #FFB542;
}
aside a.toggle-aside i {
  line-height: 1;
  font-size: 0.75rem;
}
aside a.toggle-aside:hover {
  color: #FFFFFF;
  background-color: #f76f70;
}
aside nav {
  flex-grow: 1;
}
aside nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0.5rem;
  flex-wrap: wrap;
  text-align: center;
}
aside nav ul li {
  margin: 0.25rem 0.5rem;
  width: calc(50% - 1rem);
}
aside nav ul li a {
  display: flex;
  position: relative;
  padding: 12px 1rem;
  color: rgba(255, 255, 255, 0.5);
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
  text-transform: uppercase;
  line-height: 1.25;
  font-family: "tex_gyre_adventorregular";
  font-size: 0.625rem;
  border-radius: 4px;
}
aside nav ul li a i {
  margin: 0 auto 0.3125rem auto;
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
  line-height: 1;
  font-size: 1.5rem;
}
aside nav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
  border-radius: inherit;
  background-image: linear-gradient(213deg, #FFB542, #f76f70);
}
aside nav ul li a:hover, aside nav ul li a.active {
  color: #FFFFFF;
  background: #009092;
}
aside nav ul li a:hover:before, aside nav ul li a.active:before {
  opacity: 1;
}
aside nav ul li a:hover i, aside nav ul li a.active i {
  color: #FFFFFF;
}
aside a.logout {
  display: flex;
  margin: auto 0.5rem 0.25rem 0.5rem;
  padding: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  align-items: center;
  align-self: stretch;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  font-size: 0.75rem;
}
aside a.logout i {
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
  margin-right: 1rem;
  line-height: 1;
  font-size: 1.25rem;
}
aside a.logout:hover {
  color: white;
}
aside a.logout:hover i {
  color: #f76f70;
}
aside.account h2 {
  opacity: 0.5;
  margin: 2.5rem 5.4375rem 1.25rem 1.5625rem;
  color: #808080;
  text-transform: uppercase;
  line-height: 1.17;
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 700 !important;
}
aside.account nav ul {
  margin: 0;
}
aside.account nav ul li {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0.2rem;
  /** second niveau */
}
aside.account nav ul li a:hover {
  background: #FFFFFF;
  color: #4E4E4E;
}
aside.account nav ul li a:hover i {
  color: #0C4035;
}
aside.account nav ul li ul {
  margin: 0 0 0.5rem 0;
}
aside.account nav ul li ul li {
  margin-bottom: 0;
}
aside.account nav ul li ul li a {
  font-size: 0.8rem;
}
aside.account nav ul li ul li a i {
  width: 1.5rem;
}
aside.account nav ul li a {
  display: block;
  padding: 0.35rem 0.85rem;
  transition: unset;
  box-shadow: none !important;
  text-align: left;
  text-transform: unset;
  letter-spacing: -0.0288rem;
  font-size: 0.875rem;
}
aside.account nav ul li a:hover::before {
  display: none;
}
aside.account nav ul li a i {
  display: inline-block;
  position: relative;
  width: 1.7rem;
  top: 0.125rem;
  font-size: 1rem !important;
}
aside.account nav ul li a.active {
  position: relative;
  color: #4E4E4E;
  transition: unset;
  border-radius: 8px 0 0 8px;
  background-color: white;
}
aside.account nav ul li a.active i {
  color: #0C4035;
}
aside.account nav ul li a.active:before {
  content: "";
  display: block;
  position: absolute;
  background: none;
  width: 2.8125rem;
  height: 2.8125rem;
  top: -2.8125rem;
  right: 0;
  bottom: unset;
  left: auto;
  transition: none !important;
  border-radius: 0;
  border-bottom-right-radius: 50%;
  border-color: white;
  box-shadow: 0 20px 0 0 white;
}
aside.account nav ul li a.active:after {
  content: "";
  display: block;
  position: absolute;
  background: none;
  width: 2.8125rem;
  height: 2.8125rem;
  right: 0;
  bottom: -2.8125rem;
  left: auto;
  transition: none !important;
  border-radius: 0;
  border-top-right-radius: 50%;
  border-color: white;
  box-shadow: 0 -20px 0 0 white;
}
aside .a-front-menu,
aside .a-admin-menu {
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  display: block;
  width: 80%;
  margin: -1.5rem 1rem 0 1rem;
  padding: 0.85rem 0;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.25;
  font-family: "dinregular", sans-serif;
  font-size: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  aside .a-front-menu,
aside .a-admin-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
aside .a-front-menu {
  text-align: right;
}
aside .a-front-menu i {
  float: left !important;
  transform: rotate(0.5turn);
}

body.aside-collapsed ul.submenu {
  left: 100px;
  top: 217px;
  width: auto;
  text-align: center;
}
body.aside-collapsed ul.submenu li {
  width: 100%;
  text-align: center;
}
body.aside-collapsed ul.submenu.hidden {
  display: none;
}
body.aside-collapsed aside a.toggle-aside {
  transform: translateX(50%) rotate(180deg);
}
body.aside-collapsed aside {
  width: 100px;
}
body.aside-collapsed aside a.logo {
  padding: 1.75rem 1.25rem;
}
body.aside-collapsed aside a.logo img.logo-textonly {
  display: block;
}
body.aside-collapsed aside a.logo img.logo-full {
  display: none;
}
body.aside-collapsed aside a.toggle-aside {
  top: 3.5rem;
}
body.aside-collapsed aside .a-front-menu,
body.aside-collapsed aside .a-admin-menu {
  width: 66%;
  padding-right: 0;
}
body.aside-collapsed aside .a-front-menu span,
body.aside-collapsed aside .a-admin-menu span {
  display: none;
}
body.aside-collapsed aside nav {
  width: 100%;
}
body.aside-collapsed aside nav ul {
  flex-direction: column;
  flex-wrap: nowrap;
}
body.aside-collapsed aside nav ul li {
  margin: 0 0 0.5rem 0;
  width: 100%;
}
body.aside-collapsed aside nav ul li a span {
  display: none;
}
body.aside-collapsed aside nav ul li a i {
  margin: 0 auto;
  font-size: 1.25rem;
}
body.aside-collapsed aside a.logout i {
  margin-right: 0;
}
body.aside-collapsed aside a.logout span {
  display: none;
}
body.aside-collapsed aside.account h2 {
  display: none;
}
body.aside-collapsed aside.account nav ul li a i {
  z-index: 100;
  margin: 0 auto;
  font-size: 1.25rem !important;
}
body.aside-collapsed aside.account nav ul li a {
  padding-left: 0;
  text-align: center;
}

/**
 * Responsive behaviour
 */
@media (max-width: 991.98px) {
  aside {
    width: 100%;
    height: 95px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
  }
  aside a.toggle-aside-mobile {
    display: block;
    position: absolute;
    top: 2rem;
    left: 2rem;
    font-size: 1.5rem;
  }
  aside a.toggle-aside {
    display: none;
  }

  body.aside-mobile-expanded aside {
    height: 100%;
  }
}
@media (min-width: 768px) {
  body.admin aside {
    transition: all ease-out 0.3s;
    opacity: 0;
    transition-delay: 0.2s;
  }
  body.admin aside.hide {
    left: -245px;
    opacity: 0;
    display: block !important;
    visibility: hidden;
    filter: blur(3px);
    transition-delay: 0.05s;
  }
  body.admin aside.hide .toggle-aside {
    opacity: 0;
  }
  body.admin aside.hide .logout {
    display: none;
  }
  body.admin aside.show {
    left: 0;
    top: 0;
    overflow-y: auto;
    opacity: 1;
  }
  body.admin aside.f-menu nav ul {
    padding: 0 0.5rem;
  }
}

.sidebar {
  width: 330px;
  max-width: 100%;
  background-color: rgba(204, 228, 224, 0.3);
  position: fixed;
  z-index: 1030;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 2rem;
  overflow: auto;
}
.sidebar::-webkit-scrollbar {
  border-radius: 10px;
  height: 7px;
  width: 7px;
}
.sidebar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.24);
  border-radius: 10px;
}
.sidebar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.75);
}
.sidebar .close-sidebar {
  display: none;
}

@media (max-width: 1199.98px) {
  .sidebar {
    display: none;
  }
  .sidebar .close-sidebar {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #000000;
    font-size: 1.5rem;
    cursor: pointer;
  }

  body.sidebar-expanded .sidebar {
    display: block;
  }
}
.breadcrumb {
  background: none;
  border-bottom: 1px solid #EFEFEF;
  border-radius: 0;
  padding-left: 0;
  margin-bottom: 2rem;
}
.breadcrumb a {
  color: #000000;
}

:root {
  --fc-border-color: #E5E5E5;
  --fc-today-bg-color: #FFFEF2;
  --fc-button-bg-color: #FFFFFF;
  --fc-button-text-color: #B3B3B3;
  --fc-button-border-color: #F0F0F0;
  --fc-button-active-bg-color: #F8F9FA;
  --fc-button-active-border-color: #F0F0F0;
  --fc-button-hover-bg-color: #F8F9FA;
  --fc-button-hover-border-color: #F0F0F0;
}

.calendar-container {
  position: relative;
  z-index: 2;
}

.calendar-container.fc h2.fc-toolbar-title {
  font-size: 1rem;
  color: #808080;
  font-weight: 700;
}
.calendar-container.fc .fc-timegrid-divider {
  padding: 0 0 1px;
}
.calendar-container.fc .fc-event-distance {
  display: none;
}
.calendar-container.fc .fc-resourceTimeGridDay-view, .calendar-container.fc .fc-resourceTimeGridWeek-view {
  /* On force l'ordre d'affichage du trigramme utilisateur et du nombre total de km sur l'entète de planning en mode grille */
}
.calendar-container.fc .fc-resourceTimeGridDay-view .fc-col-header-cell .fc-scrollgrid-sync-inner, .calendar-container.fc .fc-resourceTimeGridWeek-view .fc-col-header-cell .fc-scrollgrid-sync-inner {
  display: flex;
  flex-direction: column;
}
.calendar-container.fc .fc-resourceTimeGridDay-view .fc-col-header-cell .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion, .calendar-container.fc .fc-resourceTimeGridWeek-view .fc-col-header-cell .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
  order: 1;
}
.calendar-container.fc .fc-resourceTimeGridDay-view .fc-col-header-cell .fc-scrollgrid-sync-inner .distance-summary, .calendar-container.fc .fc-resourceTimeGridWeek-view .fc-col-header-cell .fc-scrollgrid-sync-inner .distance-summary {
  order: 2;
}
.calendar-container.fc .fc-resourceTimeGridDay-view .fc-v-event .fc-event-main .fc-event-main-container.duplicate-event, .calendar-container.fc .fc-resourceTimeGridWeek-view .fc-v-event .fc-event-main .fc-event-main-container.duplicate-event {
  display: block;
}
.calendar-container.fc .fc-resourceTimeGridDay-view .fc-v-event .fc-event-main .fc-event-distance, .calendar-container.fc .fc-resourceTimeGridWeek-view .fc-v-event .fc-event-main .fc-event-distance {
  display: block;
  top: -10px;
  right: -5px;
  position: absolute;
  font-size: 0.8em;
  text-align: right;
}
.calendar-container.fc .fc-resourceTimeGridDay-view .fc-v-event .fc-event-main .fc-event-distance.fc-event-distance-after, .calendar-container.fc .fc-resourceTimeGridWeek-view .fc-v-event .fc-event-main .fc-event-distance.fc-event-distance-after {
  bottom: -2px;
  top: inherit;
}
.calendar-container.fc .fc-scrollgrid .fc-resource .fc-col-header-cell-cushion {
  padding: 0;
}
.calendar-container.fc .fc-col-header-cell-cushion {
  padding: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #808080;
  font-size: 0.8125rem;
}
.calendar-container.fc .fc-timegrid-slot-label-cushion {
  font-weight: 400;
  text-transform: uppercase;
  color: #808080;
  font-size: 0.8125rem;
  display: block;
  text-align: center;
}
.calendar-container.fc .fc-timegrid-axis-cushion {
  font-weight: 400;
  color: #808080;
  font-size: 0.8125rem;
  display: block;
  text-align: center;
  line-height: 1.25;
}
.calendar-container.fc .fc-button {
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 8px;
  padding: 0.5rem 1.25rem;
  border-width: 2px;
}
.calendar-container.fc .fc-button:focus {
  box-shadow: 0 0 0;
}
.calendar-container.fc .fc-button.fc-button-primary:not(:disabled):active, .calendar-container.fc .fc-button.fc-button-primary:not(:disabled).fc-button-active {
  color: #252525;
}
.calendar-container.fc .fc-button.fc-button-primary:not(:disabled):active:focus, .calendar-container.fc .fc-button.fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: 0 0 0;
}
.calendar-container.fc .fc-button.fc-prev-button, .calendar-container.fc .fc-button.fc-next-button {
  padding: 0.5rem;
}
.calendar-container.fc .fc-scroller::-webkit-scrollbar,
.calendar-container.fc .fc-scroller-liquid-absolute::-webkit-scrollbar {
  border-radius: 10px;
  height: 7px;
  width: 7px;
}
.calendar-container.fc .fc-scroller::-webkit-scrollbar-thumb,
.calendar-container.fc .fc-scroller-liquid-absolute::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.24);
  border-radius: 10px;
}
.calendar-container.fc .fc-scroller::-webkit-scrollbar-track,
.calendar-container.fc .fc-scroller-liquid-absolute::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.75);
}
.calendar-container.fc .fc-v-event .fc-event-main .fc-event-main-container {
  overflow: hidden;
  white-space: nowrap;
}
.calendar-container.fc .fc-v-event .fc-event-main .fc-event-main-container .fc-event-main-frame.not-confirmed {
  background: linear-gradient(45deg, #808080 2.5%, transparent 2.5%, transparent 47.5%, #808080 47.5%, #808080 52.5%, transparent 52.5%, transparent 97.5%, #808080 97.5%);
  background-size: 6px 6px;
  background-position: 50px 50px;
}
.calendar-container.fc .fc-v-event .fc-event-main .fc-event-main-container .fc-event-title-container {
  flex-grow: unset;
  flex-shrink: unset;
  min-height: unset;
}
.calendar-container.fc .fc-v-event .fc-event-main .fc-event-main-container .fc-event-title-container .fc-event-type-line {
  font-weight: 700;
}
.calendar-container.fc .fc-v-event .fc-event-main .fc-event-main-container .fc-event-title-container .fc-event-title-line {
  font-weight: 700;
}
.calendar-container.fc .fc-v-event .fc-event-main .fc-event-main-container .fc-event-title-container .fc-event-time {
  font-size: inherit;
}
.calendar-container.fc .fc-v-event .fc-event-main .fc-event-main-container .fc-event-body-container {
  flex-grow: unset;
  flex-shrink: unset;
  min-height: unset;
  border-top: 1px solid #FFFFFF;
}
.calendar-container.fc .fc-v-event .fc-event-main .fc-event-main-container .fc-event-body-container ul {
  list-style-type: none;
}

.calendar-selector .help-block {
  display: none;
}
.calendar-selector .input-group-text {
  padding: 10px 12px;
  cursor: pointer;
}
.calendar-selector .select2-container .select2-container--default .select2-container--open {
  display: none;
}
.calendar-selector .select2-container--default .select2-selection--multiple,
.calendar-selector .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #EFEFEF;
}
.calendar-selector .select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.calendar-selector .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  padding: 5px 12px;
}

.rect-auto, .c100.p100 .slice, .c100.p99 .slice, .c100.p98 .slice, .c100.p97 .slice, .c100.p96 .slice, .c100.p95 .slice, .c100.p94 .slice, .c100.p93 .slice, .c100.p92 .slice, .c100.p91 .slice, .c100.p90 .slice, .c100.p89 .slice, .c100.p88 .slice, .c100.p87 .slice, .c100.p86 .slice, .c100.p85 .slice, .c100.p84 .slice, .c100.p83 .slice, .c100.p82 .slice, .c100.p81 .slice, .c100.p80 .slice, .c100.p79 .slice, .c100.p78 .slice, .c100.p77 .slice, .c100.p76 .slice, .c100.p75 .slice, .c100.p74 .slice, .c100.p73 .slice, .c100.p72 .slice, .c100.p71 .slice, .c100.p70 .slice, .c100.p69 .slice, .c100.p68 .slice, .c100.p67 .slice, .c100.p66 .slice, .c100.p65 .slice, .c100.p64 .slice, .c100.p63 .slice, .c100.p62 .slice, .c100.p61 .slice, .c100.p60 .slice, .c100.p59 .slice, .c100.p58 .slice, .c100.p57 .slice, .c100.p56 .slice, .c100.p55 .slice, .c100.p54 .slice, .c100.p53 .slice, .c100.p52 .slice, .c100.p51 .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie, .c100.p100 .fill, .c100.p99 .fill, .c100.p98 .fill, .c100.p97 .fill, .c100.p96 .fill, .c100.p95 .fill, .c100.p94 .fill, .c100.p93 .fill, .c100.p92 .fill, .c100.p91 .fill, .c100.p90 .fill, .c100.p89 .fill, .c100.p88 .fill, .c100.p87 .fill, .c100.p86 .fill, .c100.p85 .fill, .c100.p84 .fill, .c100.p83 .fill, .c100.p82 .fill, .c100.p81 .fill, .c100.p80 .fill, .c100.p79 .fill, .c100.p78 .fill, .c100.p77 .fill, .c100.p76 .fill, .c100.p75 .fill, .c100.p74 .fill, .c100.p73 .fill, .c100.p72 .fill, .c100.p71 .fill, .c100.p70 .fill, .c100.p69 .fill, .c100.p68 .fill, .c100.p67 .fill, .c100.p66 .fill, .c100.p65 .fill, .c100.p64 .fill, .c100.p63 .fill, .c100.p62 .fill, .c100.p61 .fill, .c100.p60 .fill, .c100.p59 .fill, .c100.p58 .fill, .c100.p57 .fill, .c100.p56 .fill, .c100.p55 .fill, .c100.p54 .fill, .c100.p53 .fill, .c100.p52 .fill, .c100.p51 .fill, .c100 .bar {
  position: absolute;
  border: 0.08em solid #0c4035;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(0);
}

.pie-fill, .c100.p100 .fill, .c100.p100.bar:after, .c100.p99 .fill, .c100.p99.bar:after, .c100.p98 .fill, .c100.p98.bar:after, .c100.p97 .fill, .c100.p97.bar:after, .c100.p96 .fill, .c100.p96.bar:after, .c100.p95 .fill, .c100.p95.bar:after, .c100.p94 .fill, .c100.p94.bar:after, .c100.p93 .fill, .c100.p93.bar:after, .c100.p92 .fill, .c100.p92.bar:after, .c100.p91 .fill, .c100.p91.bar:after, .c100.p90 .fill, .c100.p90.bar:after, .c100.p89 .fill, .c100.p89.bar:after, .c100.p88 .fill, .c100.p88.bar:after, .c100.p87 .fill, .c100.p87.bar:after, .c100.p86 .fill, .c100.p86.bar:after, .c100.p85 .fill, .c100.p85.bar:after, .c100.p84 .fill, .c100.p84.bar:after, .c100.p83 .fill, .c100.p83.bar:after, .c100.p82 .fill, .c100.p82.bar:after, .c100.p81 .fill, .c100.p81.bar:after, .c100.p80 .fill, .c100.p80.bar:after, .c100.p79 .fill, .c100.p79.bar:after, .c100.p78 .fill, .c100.p78.bar:after, .c100.p77 .fill, .c100.p77.bar:after, .c100.p76 .fill, .c100.p76.bar:after, .c100.p75 .fill, .c100.p75.bar:after, .c100.p74 .fill, .c100.p74.bar:after, .c100.p73 .fill, .c100.p73.bar:after, .c100.p72 .fill, .c100.p72.bar:after, .c100.p71 .fill, .c100.p71.bar:after, .c100.p70 .fill, .c100.p70.bar:after, .c100.p69 .fill, .c100.p69.bar:after, .c100.p68 .fill, .c100.p68.bar:after, .c100.p67 .fill, .c100.p67.bar:after, .c100.p66 .fill, .c100.p66.bar:after, .c100.p65 .fill, .c100.p65.bar:after, .c100.p64 .fill, .c100.p64.bar:after, .c100.p63 .fill, .c100.p63.bar:after, .c100.p62 .fill, .c100.p62.bar:after, .c100.p61 .fill, .c100.p61.bar:after, .c100.p60 .fill, .c100.p60.bar:after, .c100.p59 .fill, .c100.p59.bar:after, .c100.p58 .fill, .c100.p58.bar:after, .c100.p57 .fill, .c100.p57.bar:after, .c100.p56 .fill, .c100.p56.bar:after, .c100.p55 .fill, .c100.p55.bar:after, .c100.p54 .fill, .c100.p54.bar:after, .c100.p53 .fill, .c100.p53.bar:after, .c100.p52 .fill, .c100.p52.bar:after, .c100.p51 .fill, .c100.p51.bar:after {
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #ccc;
}
.c100 *,
.c100 *:before,
.c100 *:after {
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100.big {
  font-size: 240px;
}
.c100.small {
  font-size: 80px;
}
.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 4em;
  line-height: 4em;
  font-size: 0.25em;
  display: block;
  text-align: center;
  white-space: nowrap;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  color: black;
  font-weight: 900;
}
.c100 > span sup {
  font-size: 0.6em;
}
.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #f5f5f5;
  width: 0.84em;
  height: 0.84em;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  transform: rotate(18deg);
}
.c100.p6 .bar {
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  transform: rotate(36deg);
}
.c100.p11 .bar {
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  transform: rotate(46.8deg);
}
.c100.p14 .bar {
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  transform: rotate(54deg);
}
.c100.p16 .bar {
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  transform: rotate(72deg);
}
.c100.p21 .bar {
  transform: rotate(75.6deg);
}
.c100.p22 .bar {
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  transform: rotate(90deg);
}
.c100.p26 .bar {
  transform: rotate(93.6deg);
}
.c100.p27 .bar {
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  transform: rotate(108deg);
}
.c100.p31 .bar {
  transform: rotate(111.6deg);
}
.c100.p32 .bar {
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  transform: rotate(126deg);
}
.c100.p36 .bar {
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  transform: rotate(133.2deg);
}
.c100.p38 .bar {
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  transform: rotate(144deg);
}
.c100.p41 .bar {
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  transform: rotate(151.2deg);
}
.c100.p43 .bar {
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  transform: rotate(162deg);
}
.c100.p46 .bar {
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  transform: rotate(169.2deg);
}
.c100.p48 .bar {
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  transform: rotate(180deg);
}
.c100.p51 .bar {
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  transform: rotate(187.2deg);
}
.c100.p53 .bar {
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  transform: rotate(198deg);
}
.c100.p56 .bar {
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  transform: rotate(205.2deg);
}
.c100.p58 .bar {
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  transform: rotate(216deg);
}
.c100.p61 .bar {
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  transform: rotate(223.2deg);
}
.c100.p63 .bar {
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  transform: rotate(234deg);
}
.c100.p66 .bar {
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  transform: rotate(241.2deg);
}
.c100.p68 .bar {
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  transform: rotate(252deg);
}
.c100.p71 .bar {
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  transform: rotate(266.4deg);
}
.c100.p75 .bar {
  transform: rotate(270deg);
}
.c100.p76 .bar {
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  transform: rotate(284.4deg);
}
.c100.p80 .bar {
  transform: rotate(288deg);
}
.c100.p81 .bar {
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  transform: rotate(302.4deg);
}
.c100.p85 .bar {
  transform: rotate(306deg);
}
.c100.p86 .bar {
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  transform: rotate(320.4deg);
}
.c100.p90 .bar {
  transform: rotate(324deg);
}
.c100.p91 .bar {
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  transform: rotate(338.4deg);
}
.c100.p95 .bar {
  transform: rotate(342deg);
}
.c100.p96 .bar {
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  transform: rotate(356.4deg);
}
.c100.p100 .bar {
  transform: rotate(360deg);
}
.c100:hover {
  cursor: default;
}
.c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #0c4035;
}
.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}
.c100.dark {
  background-color: #777;
}
.c100.dark .bar,
.c100.dark .fill {
  border-color: #c6ff00 !important;
}
.c100.dark > span {
  color: #777;
}
.c100.dark:after {
  background-color: #666;
}
.c100.dark:hover > span {
  color: #c6ff00;
}
.c100.green {
  background-color: #E3F6EB;
}
.c100.green .bar,
.c100.green .fill {
  border-color: #83CD00 !important;
}
.c100.green:hover > span {
  color: #83CD00;
}
.c100.green.dark .bar,
.c100.green.dark .fill {
  border-color: #5fd400 !important;
}
.c100.green.dark:hover > span {
  color: #5fd400;
}
.c100.orange .bar,
.c100.orange .fill {
  border-color: #dd9d22 !important;
}
.c100.orange:hover > span {
  color: #dd9d22;
}
.c100.orange.dark .bar,
.c100.orange.dark .fill {
  border-color: #e08833 !important;
}
.c100.orange.dark:hover > span {
  color: #e08833;
}

.color-bullet {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #B4B4B4;
  vertical-align: middle;
  flex-shrink: 0;
}
.color-bullet.color-bullet-purple {
  background-image: linear-gradient(#ED6AED, #736CD5);
}
.color-bullet.color-bullet-green {
  background-image: linear-gradient(#93EBB0, #5CC177);
}
.color-bullet.color-bullet-blue {
  background-image: linear-gradient(#429AEA, #6B74E5);
}
.color-bullet.color-bullet-orange {
  background-image: linear-gradient(#FFC20D, #E17A54);
}
.color-bullet.color-bullet-cyan {
  background-image: linear-gradient(#77DBFF, #149CD9);
}

.color-bar {
  display: inline-flex;
  width: 4px;
  height: 3.125rem;
  border-radius: 2px;
  background-color: #F8F9FA;
  float: left;
  flex-shrink: 0;
}
.color-bar.color-bar-purple {
  background-image: linear-gradient(#ED6AED, #736CD5);
}
.color-bar.color-bar-green {
  background-image: linear-gradient(#93EBB0, #5CC177);
}
.color-bar.color-bar-blue {
  background-image: linear-gradient(#429AEA, #6B74E5);
}
.color-bar.color-bar-orange {
  background-image: linear-gradient(#FFC20D, #E17A54);
}
.color-bar.color-bar-cyan {
  background-image: linear-gradient(#77DBFF, #149CD9);
}

.color-label {
  display: flex;
  align-items: center;
  color: #666C72;
}
.color-label:before {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #B4B4B4;
  margin-right: 0.35rem;
}
.color-label.color-label-green {
  color: #2CCC70;
}
.color-label.color-label-green:before {
  background-color: #2CCC70;
}
.color-label.color-label-orange {
  color: #FF9E00;
}
.color-label.color-label-orange:before {
  background-color: #FF9E00;
}

span.item-color {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

span.item-info {
  margin-right: 10px;
}

.custom-content-builder .is-rounded-button-medium a {
  display: inline-block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-left: 20px;
  text-align: center;
  text-decoration: none;
}
.custom-content-builder .is-rounded-button-medium a.is-image img {
  margin: 0;
}
.custom-content-builder .is-rounded-button-medium a.is-image img.svg {
  width: 100%;
  height: 100%;
}

/* ==========================================
   Spacers
   ========================================== */
.custom-content-builder .height-20 {
  height: 20px;
}
.custom-content-builder .height-40 {
  height: 30px;
}
.custom-content-builder .height-60 {
  height: 40px;
}
.custom-content-builder .height-80 {
  height: 45px;
}
.custom-content-builder .height-100 {
  height: 50px;
}
.custom-content-builder .height-120 {
  height: 55px;
}
.custom-content-builder .height-140 {
  height: 60px;
}
.custom-content-builder .height-160 {
  height: 65px;
}
.custom-content-builder .height-180 {
  height: 70px;
}
.custom-content-builder .height-200 {
  height: 75px;
}
.custom-content-builder .height-220 {
  height: 80px;
}
.custom-content-builder .height-240 {
  height: 85px;
}
.custom-content-builder .height-260 {
  height: 90px;
}
.custom-content-builder .height-280 {
  height: 95px;
}
.custom-content-builder .height-300 {
  height: 100px;
}
@media (min-width: 576px) {
  .custom-content-builder .height-20 {
    height: 20px;
  }
  .custom-content-builder .height-40 {
    height: 40px;
  }
  .custom-content-builder .height-60 {
    height: 60px;
  }
  .custom-content-builder .height-80 {
    height: 80px;
  }
  .custom-content-builder .height-100 {
    height: 100px;
  }
  .custom-content-builder .height-120 {
    height: 120px;
  }
  .custom-content-builder .height-140 {
    height: 140px;
  }
  .custom-content-builder .height-160 {
    height: 160px;
  }
  .custom-content-builder .height-180 {
    height: 180px;
  }
  .custom-content-builder .height-200 {
    height: 200px;
  }
  .custom-content-builder .height-220 {
    height: 220px;
  }
  .custom-content-builder .height-240 {
    height: 240px;
  }
  .custom-content-builder .height-260 {
    height: 260px;
  }
  .custom-content-builder .height-280 {
    height: 280px;
  }
  .custom-content-builder .height-300 {
    height: 300px;
  }
}

/* ==========================================
   Columns
   ========================================== */
.custom-content-builder .column {
  float: left;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-content-builder .column.full {
  width: 100%;
}
@media (min-width: 576px) {
  .custom-content-builder .column.two-third {
    width: 66.7%;
  }
  .custom-content-builder .column.two-fourth {
    width: 75%;
  }
  .custom-content-builder .column.two-fifth {
    width: 80%;
  }
  .custom-content-builder .column.two-sixth {
    width: 83.3%;
  }
  .custom-content-builder .column.half {
    width: 50%;
  }
  .custom-content-builder .column.third {
    width: 33.3%;
  }
  .custom-content-builder .column.fourth {
    width: 25%;
  }
  .custom-content-builder .column.fifth {
    width: 20%;
  }
  .custom-content-builder .column.sixth {
    width: 16.6%;
  }
  .custom-content-builder .column.flow-opposite {
    float: right;
  }
}

.menu-cntnt-bldr {
  width: 55px;
  position: fixed;
  right: 0;
  top: 71px;
  height: calc(100vh - 71px);
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  border-left: 1px solid #e8e8e8;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.menu-cntnt-bldr .btn-action-msf {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-cntnt-bldr .btn-action-msf .btn {
  height: 53px;
  margin-top: 1px;
  display: block;
  font-size: 1.55em;
  padding: 0;
  width: 51px;
  border-radius: 0;
  margin: 1px auto 0 auto;
}

.menu-cntnt-bldr .btn-action-msf .btn:hover {
  opacity: 0.7;
}

.menu-cntnt-bldr .btn-action-msf .btn.btn-primary {
  background: #03a9f4 !important;
  border-color: #03a9f4 !important;
  color: #fff !important;
}

.menu-cntnt-bldr .btn-action-msf .btn.btn-secondary {
  background: #dcdcdc !important;
  border-color: #dcdcdc !important;
  color: #2E2E2E !important;
}

.menu-cntnt-bldr .btn-action-msf .btn.btn-danger {
  background: #ff142a !important;
  border-color: #ff142a !important;
  color: #fff !important;
}

.is-builder {
  transition: all ease 0.3s;
}

.is-builder > div {
  position: relative;
  transition: none;
  /* Prevent overide by other css, needed for sortable's border-right fix. see: make drag handler hovers the rows */
  margin-left: 0;
  margin-right: 0;
  /* Bootstrap, Bulma, Spectre, Primer */
  width: auto;
  /* Miligram */
}

@media (min-width: 640px) {
  .is-builder > div {
    display: flex;
  }
}
.is-builder > div > div:focus {
  outline: none;
}

.is-subblock:focus {
  outline: none;
}

.is-builder[gridoutline] > div > div {
  outline: 1px solid rgba(132, 132, 132, 0.27);
  outline-offset: 1px;
}

.is-builder > div > div.cell-active {
  outline: 1px solid #00da89;
}

.is-builder .row-active {
  outline: 1px solid #00da89;
  z-index: 1;
}

.is-builder .row-active.row-outline {
  outline: 1px solid rgba(132, 132, 132, 0.2);
}

.is-builder .row-active:not(.row-outline) > div.cell-active {
  outline: none;
}

/*.is-builder .row-active .cell-active {outline:none;}*/
/* .cell-active h1.elm-active,
.cell-active h2.elm-active,
.cell-active h3.elm-active,
.cell-active h4.elm-active,
.cell-active h5.elm-active,
.cell-active h6.elm-active,
.cell-active p.elm-active,
.cell-active blockquote.elm-active,
.cell-active pre.elm-active,
.cell-active li.elm-active, */
.cell-active .elm-active {
  background: rgba(200, 200, 201, 0.11);
}

.cell-active table.elm-active {
  background-color: transparent;
}

.cell-active hr {
  cursor: pointer;
}

table.default td {
  border: transparent 1px dashed;
}

.cell-active table.default td {
  border: #cccccc 1px dashed;
}

.cell-active[data-html] {
  background-color: rgba(200, 200, 201, 0.11);
}

.icon-active {
  background-color: rgba(200, 200, 201, 0.4);
}

/* Email Mode */
.is-builder table:focus {
  outline: none;
}

/* General */
.is-icon-flex {
  width: 16px;
  height: 16px;
  fill: rgba(0, 0, 0, 0.9);
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  clear: none;
}

.transition1 {
  transition: all ease 0.1s;
}

/*
Sortable blocks
*/
.sortable-drag {
  background: rgba(0, 0, 0, 0.04);
  outline: none !important;
}

.sortable-drag * {
  opacity: 0;
}

.sortable-drag .is-row-tool {
  opacity: 0;
}

.sortable-ghost {
  background: rgba(204, 204, 204, 0.15);
  width: 100%;
  outline: none !important;
}

.sortable-ghost * {
  outline: none !important;
}

.sortable-ghost .is-row-tool {
  display: none !important;
}

/*
Fonts
*/
#_cbhtml * {
  font-family: sans-serif;
  line-height: inherit;
}

/* Prevent overide */
#_cbhtml {
  font-family: sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 300px;
}

#_cbhtml p {
  font-size: 14px;
}

/*
Draggable snippet
*/
#_cbhtml .snippet-item {
  cursor: move !important;
}

#_cbhtml .snippet-item.sortable-chosen {
  background: rgba(0, 0, 0, 0.06);
  height: auto;
}

#_cbhtml .snippet-item.sortable-drag {
  background: rgba(0, 0, 0, 0.06);
  outline: none !important;
}

.is-builder .snippet-item.sortable-ghost {
  width: 100%;
  background: rgba(204, 204, 204, 0.15);
  height: 40px;
}

/*content*/
#_cbhtml .snippet-item.sortable-chosen * {
  visibility: visible;
}

#_cbhtml .snippet-item.sortable-chosen.sortable-drag * {
  visibility: hidden;
  transition: none !important;
}

.is-builder .snippet-item.sortable-ghost * {
  visibility: hidden;
}

/*
Pop
*/
#_cbhtml .is-pop {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 10003;
  background: #fff;
  border: 1px solid #f3f3f3;
  box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08);
  /*border:1px solid rgba(220, 220, 220, 0.8);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 9px 0px;*/
}

#_cbhtml .is-pop:hover {
  z-index: 10003;
}

#_cbhtml .is-pop-tabs {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}

#_cbhtml .is-pop-tabs > div {
  background: #f7f7f7;
  width: 50%;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: #111;
}

#_cbhtml .is-pop-tabs > div.is-pop-tab-item {
  cursor: pointer;
}

#_cbhtml .is-pop-tabs > div.active {
  background: transparent;
  cursor: auto;
}

/*
Special
*/
#_cbhtml #divImageTool {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  /*z-index:10002;*/
  background: #fff;
  border: 1px solid gainsboro;
}

#_cbhtml #divLinkTool {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  /*z-index:10002;*/
  background: #fff;
  border: 1px solid gainsboro;
}

/*
RTE Toolbar
*/
#_cbhtml .is-rte-tool,
#_cbhtml .is-elementrte-tool {
  z-index: 10001;
  top: 25px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 9px 0px;
  background: #fff;
  padding: 0;
}

#_cbhtml .is-rte-tool button,
#_cbhtml .is-elementrte-tool button {
  width: 45px;
  height: 40px;
  margin: 0;
  box-shadow: none;
}

#_cbhtml .is-rte-tool button.on,
#_cbhtml .is-elementrte-tool button.on {
  background: #f5f5f5;
}

#_cbhtml .is-rte-tool button:hover,
#_cbhtml .is-elementrte-tool button:hover {
  background: #f7f7f7;
}

#_cbhtml .is-rte-tool button svg,
#_cbhtml .is-elementrte-tool button svg {
  fill: #000;
}

#_cbhtml .is-rte-tool > div:not(.is-draggable),
#_cbhtml .is-elementrte-tool > div:not(.is-draggable) {
  background: #fff;
  padding: 8px 10px 8px 10px;
}

#_cbhtml .is-rte-tool .rte-separator,
#_cbhtml .is-elementrte-tool .rte-separator,
#_cbhtml .rte-more-options .rte-separator,
#_cbhtml .elementrte-more-options .rte-separator {
  height: 30px;
  width: 1px;
  background: #e2e2e2;
  margin: 7px 3px 0;
}

#_cbhtml[toolbarleft] .is-rte-tool,
#_cbhtml[toolbarleft] .is-elementrte-tool {
  left: 25px;
  box-shadow: rgba(0, 0, 0, 0.05) 6px 0px 9px 0px;
}

#_cbhtml[toolbarright] .is-rte-tool,
#_cbhtml[toolbarright] .is-elementrte-tool {
  right: 35px;
  left: auto;
  box-shadow: rgba(0, 0, 0, 0.05) -4px 0px 9px 0px;
}

#_cbhtml[toolbarleft] .is-rte-tool > div:not(.is-draggable),
#_cbhtml[toolbarright] .is-rte-tool > div:not(.is-draggable),
#_cbhtml[toolbarleft] .is-elementrte-tool > div:not(.is-draggable),
#_cbhtml[toolbarright] .is-elementrte-tool > div:not(.is-draggable) {
  flex-direction: column;
  background: #fff;
  padding: 8px 9px 8px 9px;
}

#_cbhtml[toolbarleft] .is-rte-tool .rte-separator,
#_cbhtml[toolbarright] .is-rte-tool .rte-separator,
#_cbhtml[toolbarleft] .rte-more-options .rte-separator,
#_cbhtml[toolbarright] .rte-more-options .rte-separator,
#_cbhtml[toolbarleft] .is-elementrte-tool .rte-separator,
#_cbhtml[toolbarright] .is-elementrte-tool .rte-separator,
#_cbhtml[toolbarleft] .elementrte-more-options .rte-separator,
#_cbhtml[toolbarright] .elementrte-more-options .rte-separator {
  height: 1px;
  width: 34px;
  background: #e2e2e2;
  margin: 3px 0 3px 7px;
}

/* Align, Formatting, List */
#_cbhtml .rte-align-options,
#_cbhtml .rte-formatting-options,
#_cbhtml .rte-list-options,
#_cbhtml .rte-more-options,
#_cbhtml .elementrte-more-options {
  z-index: 10002;
  display: none;
  position: fixed;
  height: 0;
  border: none;
  background: #fff;
  box-shadow: #0000000d 0px 5px 9px 0px;
}

#_cbhtml .rte-more-options,
#_cbhtml .elementrte-more-options {
  z-index: 10001;
}

#_cbhtml .rte-align-options button,
#_cbhtml .rte-formatting-options button,
#_cbhtml .rte-list-options button,
#_cbhtml .rte-more-options button,
#_cbhtml .elementrte-more-options button {
  width: 46px;
  height: 40px;
  margin: 0;
  box-shadow: none;
}

#_cbhtml .rte-align-options button.on,
#_cbhtml .rte-formatting-options button.on,
#_cbhtml .rte-list-options button.on,
#_cbhtml .rte-more-options button.on,
#_cbhtml .elementrte-more-options button.on {
  background: #f5f5f5;
}

#_cbhtml .rte-align-options button:hover,
#_cbhtml .rte-formatting-options button:hover,
#_cbhtml .rte-list-options button:hover,
#_cbhtml .rte-more-options button:hover,
#_cbhtml .elementrte-more-options button:hover {
  background: #f7f7f7;
}

#_cbhtml[toolbarleft] .rte-align-options,
#_cbhtml[toolbarleft] .rte-formatting-options,
#_cbhtml[toolbarleft] .rte-list-options,
#_cbhtml[toolbarleft] .rte-more-options,
#_cbhtml[toolbarleft] .elementrte-more-options {
  height: auto;
  width: 0;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
}

#_cbhtml[toolbarright] .rte-align-options,
#_cbhtml[toolbarright] .rte-formatting-options,
#_cbhtml[toolbarright] .rte-list-options,
#_cbhtml[toolbarright] .rte-more-options,
#_cbhtml[toolbarright] .elementrte-more-options {
  height: auto;
  width: 0;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.05) -6px 1px 9px 0px;
}

#_cbhtml .rte-align-options,
#_cbhtml .rte-formatting-options,
#_cbhtml .rte-list-options,
#_cbhtml .rte-more-options,
#_cbhtml .elementrte-more-options {
  height: 0px;
  box-sizing: border-box;
  overflow: hidden;
}

#_cbhtml .rte-align-options > div,
#_cbhtml .rte-formatting-options > div,
#_cbhtml .rte-list-options > div,
#_cbhtml .rte-more-options > div,
#_cbhtml .elementrte-more-options > div {
  display: flex;
  padding: 1px 9px 9px 9px;
}

#_cbhtml .rte-align-options.active,
#_cbhtml .rte-formatting-options.active,
#_cbhtml .rte-list-options.active,
#_cbhtml .rte-more-options.active,
#_cbhtml .elementrte-more-options.active {
  animation-name: formatting-slide-out;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes formatting-slide-out {
  from {
    height: 0px;
  }
  to {
    height: 49px;
  }
}
#_cbhtml .rte-align-options.deactive,
#_cbhtml .rte-formatting-options.deactive,
#_cbhtml .rte-list-options.deactive,
#_cbhtml .rte-more-options.deactive,
#_cbhtml .elementrte-more-options.deactive {
  animation-name: formatting-slide-in;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes formatting-slide-in {
  from {
    height: 49px;
  }
  to {
    height: 0px;
  }
}
#_cbhtml[toolbarleft] .rte-align-options,
#_cbhtml[toolbarleft] .rte-formatting-options,
#_cbhtml[toolbarleft] .rte-list-options,
#_cbhtml[toolbarleft] .rte-more-options,
#_cbhtml[toolbarleft] .elementrte-more-options {
  height: auto;
  width: 0px;
}

#_cbhtml[toolbarleft] .rte-align-options > div,
#_cbhtml[toolbarleft] .rte-formatting-options > div,
#_cbhtml[toolbarleft] .rte-list-options > div,
#_cbhtml[toolbarleft] .rte-more-options > div,
#_cbhtml[toolbarleft] .elementrte-more-options > div {
  flex-direction: column;
  padding: 9px 9px 9px 1px;
}

#_cbhtml[toolbarleft] .rte-align-options.active,
#_cbhtml[toolbarleft] .rte-formatting-options.active,
#_cbhtml[toolbarleft] .rte-list-options.active,
#_cbhtml[toolbarleft] .rte-more-options.active,
#_cbhtml[toolbarleft] .elementrte-more-options.active {
  animation-name: formatting-leftslide-out;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes formatting-leftslide-out {
  from {
    width: 0;
  }
  to {
    width: 55px;
  }
}
#_cbhtml[toolbarleft] .rte-align-options.deactive,
#_cbhtml[toolbarleft] .rte-formatting-options.deactive,
#_cbhtml[toolbarleft] .rte-list-options.deactive,
#_cbhtml[toolbarleft] .rte-more-options.deactive,
#_cbhtml[toolbarleft] .elementrte-more-options.deactive {
  animation-name: formatting-leftslide-in;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes formatting-leftslide-in {
  from {
    width: 55px;
  }
  to {
    width: 0;
  }
}
#_cbhtml[toolbarright] .rte-align-options,
#_cbhtml[toolbarright] .rte-formatting-options,
#_cbhtml[toolbarright] .rte-list-options,
#_cbhtml[toolbarright] .rte-more-options,
#_cbhtml[toolbarright] .elementrte-more-options {
  height: auto;
  width: 0px;
}

#_cbhtml[toolbarright] .rte-align-options > div,
#_cbhtml[toolbarright] .rte-formatting-options > div,
#_cbhtml[toolbarright] .rte-list-options > div,
#_cbhtml[toolbarright] .rte-more-options > div,
#_cbhtml[toolbarright] .elementrte-more-options > div {
  flex-direction: column;
  padding: 9px 2px 9px 9px;
}

#_cbhtml[toolbarright] .rte-align-options.active,
#_cbhtml[toolbarright] .rte-formatting-options.active,
#_cbhtml[toolbarright] .rte-list-options.active,
#_cbhtml[toolbarright] .rte-more-options.active,
#_cbhtml[toolbarright] .elementrte-more-options.active {
  animation-name: formatting-rightslide-out;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes formatting-rightslide-out {
  from {
    width: 0;
  }
  to {
    width: 55px;
  }
}
#_cbhtml[toolbarright] .rte-align-options.deactive,
#_cbhtml[toolbarright] .rte-formatting-options.deactive,
#_cbhtml[toolbarright] .rte-list-options.deactive,
#_cbhtml[toolbarright] .rte-more-options.deactive,
#_cbhtml[toolbarright] .elementrte-more-options.deactive {
  animation-name: formatting-rightslide-in;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes formatting-rightslide-in {
  from {
    width: 55px;
  }
  to {
    width: 0;
  }
}
/* Color */
#_cbhtml .rte-color-picker {
  z-index: 10002;
  display: none;
  overflow: hidden;
  flex-direction: column;
  position: fixed;
  height: 0;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 9px 0px;
  background: #fff;
  padding: 0;
}

#_cbhtml .rte-color-picker.active {
  animation-name: colorpicker-slide-out;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes colorpicker-slide-out {
  from {
    height: 0;
  }
  to {
    height: 445px;
  }
}
#_cbhtml .rte-color-picker.deactive {
  animation-name: colorpicker-slide-in;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes colorpicker-slide-in {
  from {
    height: 445px;
  }
  to {
    height: 0;
  }
}
#_cbhtml .rte-color-picker .is-pop-tabs {
  padding: 3px 12px 0;
  box-sizing: border-box;
}

#_cbhtml .rte-color-picker .rte-color-picker-area > div {
  padding-top: 5px !important;
}

#_cbhtml[toolbarleft] .rte-color-picker {
  box-shadow: rgba(0, 0, 0, 0.1) 8px 0px 9px 0px;
  height: 452px;
  width: 0px;
  overflow: hidden;
}

#_cbhtml[toolbarleft] .rte-color-picker.active {
  animation-name: colorpicker-leftslide-out;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes colorpicker-leftslide-out {
  from {
    width: 0;
  }
  to {
    width: 270px;
  }
}
#_cbhtml[toolbarleft] .rte-color-picker.deactive {
  animation-name: colorpicker-leftslide-in;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes colorpicker-leftslide-in {
  from {
    width: 270px;
  }
  to {
    width: 0;
  }
}
#_cbhtml[toolbarleft] .rte-color-picker .is-pop-tabs {
  padding: 11px 12px 0;
}

#_cbhtml[toolbarright] .rte-color-picker {
  box-shadow: rgba(0, 0, 0, 0.1) -7px 0px 9px 0px;
  height: 452px;
  width: 0px;
  overflow: hidden;
}

#_cbhtml[toolbarright] .rte-color-picker.active {
  animation-name: colorpicker-rightslide-out;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes colorpicker-rightslide-out {
  from {
    width: 0;
  }
  to {
    width: 270px;
  }
}
#_cbhtml[toolbarright] .rte-color-picker.deactive {
  animation-name: colorpicker-rightslide-in;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes colorpicker-rightslide-in {
  from {
    width: 270px;
  }
  to {
    width: 0;
  }
}
#_cbhtml[toolbarright] .rte-color-picker .is-pop-tabs {
  padding: 11px 12px 0;
}

/* Icons */
#_cbhtml .rte-icon-options {
  z-index: 10002;
  display: none;
  flex-direction: column;
  position: fixed;
  height: 0;
  overflow: hidden;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 9px 0px;
  background: #fff;
  padding: 0;
}

#_cbhtml .rte-icon-options iframe {
  margin: 1px 0 0;
  width: 100%;
  max-width: 300px;
  height: 100%;
  border: none;
}

#_cbhtml .rte-icon-options.active {
  animation-name: icon-slide-out;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes icon-slide-out {
  from {
    height: 0;
  }
  to {
    height: 240px;
  }
}
#_cbhtml .rte-icon-options.deactive {
  animation-name: icon-slide-in;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes icon-slide-in {
  from {
    height: 240px;
  }
  to {
    height: 0;
  }
}
#_cbhtml[toolbarleft] .rte-icon-options {
  height: 260px;
  width: 0;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 8px 0px 9px 0px;
}

#_cbhtml[toolbarleft] .rte-icon-options iframe {
  margin: 9px 0 9px 0;
}

#_cbhtml[toolbarleft] .rte-icon-options.active {
  animation-name: icon-leftslide-out;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes icon-leftslide-out {
  from {
    width: 0;
  }
  to {
    width: 300px;
  }
}
#_cbhtml[toolbarleft] .rte-icon-options.deactive {
  animation-name: icon-leftslide-in;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes icon-leftslide-in {
  from {
    width: 300px;
  }
  to {
    width: 0;
  }
}
#_cbhtml[toolbarright] .rte-icon-options {
  height: 260px;
  width: 0;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) -7px 0px 9px 0px;
}

#_cbhtml[toolbarright] .rte-icon-options iframe {
  margin: 9px 0 9px 0;
}

#_cbhtml[toolbarright] .rte-icon-options.active {
  animation-name: icon-leftslide-out;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes icon-leftslide-out {
  from {
    width: 0;
  }
  to {
    width: 300px;
  }
}
#_cbhtml[toolbarright] .rte-icon-options.deactive {
  animation-name: icon-leftslide-in;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes icon-leftslide-in {
  from {
    width: 300px;
  }
  to {
    width: 0;
  }
}
/* Font Family */
#_cbhtml .rte-fontfamily-options {
  z-index: 10002;
  display: none;
  flex-direction: column;
  position: fixed;
  height: 0;
  overflow: hidden;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 9px 0px;
  background: #fff;
  padding: 0;
}

#_cbhtml .rte-fontfamily-options iframe {
  margin: 1px 0 0;
  width: 100%;
  max-width: 260px;
  height: 100%;
  border: none;
}

#_cbhtml .rte-fontfamily-options.active {
  animation-name: fontfamily-slide-out;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes fontfamily-slide-out {
  from {
    height: 0;
  }
  to {
    height: 263px;
  }
}
#_cbhtml .rte-fontfamily-options.deactive {
  animation-name: fontfamily-slide-in;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes fontfamily-slide-in {
  from {
    height: 263px;
  }
  to {
    height: 0;
  }
}
#_cbhtml[toolbarleft] .rte-fontfamily-options {
  height: 260px;
  width: 0;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 8px 0px 9px 0px;
}

#_cbhtml[toolbarleft] .rte-fontfamily-options iframe {
  margin: 9px 0 9px 0;
}

#_cbhtml[toolbarleft] .rte-fontfamily-options.active {
  animation-name: fontfamily-leftslide-out;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes fontfamily-leftslide-out {
  from {
    width: 0;
  }
  to {
    width: 260px;
  }
}
#_cbhtml[toolbarleft] .rte-fontfamily-options.deactive {
  animation-name: fontfamily-leftslide-in;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes fontfamily-leftslide-in {
  from {
    width: 260px;
  }
  to {
    width: 0;
  }
}
#_cbhtml[toolbarright] .rte-fontfamily-options {
  height: 260px;
  width: 0;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) -7px 0px 9px 0px;
}

#_cbhtml[toolbarright] .rte-fontfamily-options iframe {
  margin: 9px 0 9px 0;
}

#_cbhtml[toolbarright] .rte-fontfamily-options.active {
  animation-name: fontfamily-leftslide-out;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes fontfamily-leftslide-out {
  from {
    width: 0;
  }
  to {
    width: 260px;
  }
}
#_cbhtml[toolbarright] .rte-fontfamily-options.deactive {
  animation-name: fontfamily-leftslide-in;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes fontfamily-leftslide-in {
  from {
    width: 260px;
  }
  to {
    width: 0;
  }
}
/* Custom Tags */
#_cbhtml .rte-customtag-options {
  z-index: 10002;
  display: none;
  overflow: hidden;
  flex-direction: column;
  position: fixed;
  height: 0;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 9px 0px;
  background: #fff;
  padding: 0;
}

#_cbhtml .rte-customtag-options.active {
  animation-name: customtag-slide-out;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes customtag-slide-out {
  from {
    height: 0;
  }
  to {
    height: 145px;
  }
}
#_cbhtml .rte-customtag-options.deactive {
  animation-name: customtag-slide-in;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes customtag-slide-in {
  from {
    height: 145px;
  }
  to {
    height: 0;
  }
}
#_cbhtml .rte-customtag-options > div {
  width: 180px;
  padding: 1px 9px 9px;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}

#_cbhtml .rte-customtag-options > div button {
  font-size: 11px;
  width: 100%;
}

#_cbhtml .rte-customtag-options > div button:hover {
  background: #f5f5f5;
}

#_cbhtml[toolbarleft] .rte-customtag-options {
  height: auto;
  width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 8px 0px 9px 0px;
}

#_cbhtml[toolbarleft] .rte-customtag-options.active {
  animation-name: customtag-leftslide-out;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes customtag-leftslide-out {
  from {
    width: 0;
  }
  to {
    width: 180px;
  }
}
#_cbhtml[toolbarleft] .rte-customtag-options.deactive {
  animation-name: customtag-leftslide-in;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes customtag-leftslide-in {
  from {
    width: 180px;
  }
  to {
    width: 0;
  }
}
#_cbhtml[toolbarleft] .rte-customtag-options > div {
  width: 180px;
  height: 198px;
  padding: 9px 9px 9px;
}

#_cbhtml[toolbarright] .rte-customtag-options {
  height: auto;
  width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) -7px 0px 9px 0px;
}

#_cbhtml[toolbarright] .rte-customtag-options.active {
  animation-name: customtag-rightslide-out;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes customtag-rightslide-out {
  from {
    width: 0;
  }
  to {
    width: 180px;
  }
}
#_cbhtml[toolbarright] .rte-customtag-options.deactive {
  animation-name: customtag-rightslide-in;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes customtag-rightslide-in {
  from {
    width: 180px;
  }
  to {
    width: 0;
  }
}
#_cbhtml[toolbarright] .rte-customtag-options > div {
  width: 180px;
  height: 198px;
  padding: 9px 9px 9px;
}

/* Paragraph */
#_cbhtml .rte-paragraph-options {
  z-index: 10002;
  display: none;
  overflow: hidden;
  flex-direction: column;
  position: fixed;
  height: 0;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 9px 0px;
  background: #fff;
  padding: 0;
}

#_cbhtml .rte-paragraph-options.active {
  animation-name: paragraph-slide-out;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes paragraph-slide-out {
  from {
    height: 0;
  }
  to {
    height: 286px;
  }
}
#_cbhtml .rte-paragraph-options.deactive {
  animation-name: paragraph-slide-in;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes paragraph-slide-in {
  from {
    height: 286px;
  }
  to {
    height: 0;
  }
}
#_cbhtml .rte-paragraph-options div.on {
  background: #f5f5f5;
}

#_cbhtml .rte-paragraph-options > div {
  width: 242px;
  padding: 1px 9px 9px;
  box-sizing: border-box;
  overflow-x: hidden;
}

#_cbhtml .rte-paragraph-options > div > div {
  cursor: pointer;
  overflow: hidden;
  padding: 5px 0;
  box-sizing: border-box;
}

#_cbhtml .rte-paragraph-options > div > div:hover {
  background: #f7f7f7;
}

#_cbhtml .rte-paragraph-options > div > div > * {
  text-transform: none !important;
  margin: 0 !important;
  line-height: 1.45 !important;
  text-align: center;
}

#_cbhtml[toolbarleft] .rte-paragraph-options {
  height: auto;
  width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 8px 0px 9px 0px;
}

#_cbhtml[toolbarleft] .rte-paragraph-options.active {
  animation-name: paragraph-leftslide-out;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes paragraph-leftslide-out {
  from {
    width: 0;
  }
  to {
    width: 261px;
  }
}
#_cbhtml[toolbarleft] .rte-paragraph-options.deactive {
  animation-name: paragraph-leftslide-in;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes paragraph-leftslide-in {
  from {
    width: 261px;
  }
  to {
    width: 0;
  }
}
#_cbhtml[toolbarleft] .rte-paragraph-options > div {
  width: 242px;
  padding: 9px 9px 9px;
}

#_cbhtml[toolbarright] .rte-paragraph-options {
  height: auto;
  width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) -7px 0px 9px 0px;
}

#_cbhtml[toolbarright] .rte-paragraph-options.active {
  animation-name: paragraph-rightslide-out;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes paragraph-rightslide-out {
  from {
    width: 0;
  }
  to {
    width: 261px;
  }
}
#_cbhtml[toolbarright] .rte-paragraph-options.deactive {
  animation-name: paragraph-rightslide-in;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes paragraph-rightslide-in {
  from {
    width: 261px;
  }
  to {
    width: 0;
  }
}
#_cbhtml[toolbarright] .rte-paragraph-options > div {
  width: 242px;
  padding: 9px 9px 9px;
}

/* Text Settings */
#_cbhtml .rte-textsetting-options {
  z-index: 10002;
  display: none;
  flex-direction: column;
  position: fixed;
  height: 0;
  overflow: hidden;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 9px 0px;
  background: #fff;
  padding: 0;
}

#_cbhtml .rte-textsetting-options > div {
  width: 224px;
  display: flex;
  flex-direction: column;
  padding: 1px 12px 12px 12px;
  box-sizing: border-box;
}

#_cbhtml .rte-textsetting-options button {
  width: 40px;
  height: 30px;
  margin: 0;
  text-transform: none;
  transition: none;
  box-shadow: none;
}

#_cbhtml .rte-textsetting-options button:hover {
  background: #f5f5f5;
}

#_cbhtml .rte-textsetting-options .is-label {
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2;
  color: #111;
  padding: 8px 0 2px;
  text-align: center;
  margin-top: 5px;
  border-top: #eee 1px solid;
}

#_cbhtml .rte-textsetting-options.active {
  animation-name: textsetting-slide-out;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes textsetting-slide-out {
  from {
    height: 0;
  }
  to {
    height: 288px;
  }
}
#_cbhtml .rte-textsetting-options.deactive {
  animation-name: textsetting-slide-in;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes textsetting-slide-in {
  from {
    height: 288px;
  }
  to {
    height: 0;
  }
}
#_cbhtml[toolbarleft] .rte-textsetting-options {
  height: auto;
  width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 8px 0px 9px 0px;
}

#_cbhtml[toolbarleft] .rte-textsetting-options.active {
  animation-name: textsetting-leftslide-out;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes textsetting-leftslide-out {
  from {
    width: 0;
  }
  to {
    width: 225px;
  }
}
#_cbhtml[toolbarleft] .rte-textsetting-options.deactive {
  animation-name: textsetting-leftslide-in;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes textsetting-leftslide-in {
  from {
    width: 225px;
  }
  to {
    width: 0;
  }
}
#_cbhtml[toolbarright] .rte-textsetting-options {
  height: auto;
  width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) -7px 0px 9px 0px;
}

#_cbhtml[toolbarright] .rte-textsetting-options.active {
  animation-name: textsetting-rightslide-out;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes textsetting-rightslide-out {
  from {
    width: 0;
  }
  to {
    width: 225px;
  }
}
#_cbhtml[toolbarright] .rte-textsetting-options.deactive {
  animation-name: textsetting-rightslide-in;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes textsetting-rightslide-in {
  from {
    width: 225px;
  }
  to {
    width: 0;
  }
}
/*
Insert Image
*/
.is-browse-area {
  width: 100%;
  background: #fff;
  border-bottom: #eee 1px solid;
}

.is-drop-area {
  border: 2px dashed #b4b4b4;
  position: relative;
}

.is-preview-area {
  display: none;
  text-align: center;
}

.is-preview-area div {
  position: relative;
  display: inline-block;
  margin: 10px;
}

.is-preview-area div i {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  color: #f41818;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 24px;
  cursor: pointer;
}

#fileInsertImage {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.drag-text p {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 60px 0;
}

.image-dropping,
.is-drop-area:hover {
  background-color: #f7f7f7;
}

#imgInsertImagePreview {
  max-height: 200px;
  max-width: 200px;
}

/*
Spacer
*/
#_cbhtml .is-spacer-tool {
  border: none;
  background: none;
}

#_cbhtml .is-spacer-tool > button {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.05);
}

/*
Modal
*/
#_cbhtml .is-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 10004;
  background: rgba(255, 255, 255, 0.000001);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif;
}

#_cbhtml .is-modal > div:not(.is-modal-overlay) {
  position: relative;
  width: 90%;
  background: white;
  border: 1px solid #f3f3f3;
  box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 12px 12px;
  box-sizing: border-box;
}

#_cbhtml .is-modal.active {
  display: flex;
}

#_cbhtml .is-modal.is-modal-full > div:not(.is-modal-overlay) {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

#_cbhtml .is-modal-bar {
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  font-family: sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  background: #f9f9f9;
  color: #949494;
  touch-action: none;
  -webkit-user-select: none;
          user-select: none;
}

#_cbhtml .is-modal div.is-draggable {
  cursor: move;
  box-shadow: none;
  background: transparent;
  padding: 0;
  border: none;
}

#_cbhtml .is-modal-bar .is-modal-close {
  z-index: 1;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  right: 0px;
  box-sizing: border-box;
  padding: 0;
  line-height: 32px;
  font-size: 12px;
  color: #777;
  text-align: center;
  cursor: pointer;
}

/*
Side Panel
*/
#_cbhtml .is-side {
  display: block;
  position: fixed;
  top: 0;
  right: -367px;
  left: auto;
  width: 365px;
  height: 100%;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 16px 0px;
  box-sizing: border-box;
  background: #fff;
  transition: all ease 0.3s;
  font-family: sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  z-index: 10003;
}

#_cbhtml .is-side.active {
  right: 0;
}

#_cbhtml .is-side.fromleft {
  left: -367px;
  right: auto;
  border: none;
  border-right: 1px solid #e0e0e0;
}

#_cbhtml .is-side.fromleft.active {
  left: 0;
}

#_cbhtml .is-side > div {
  width: 100%;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

/*
Button, Textarea, Select
*/
#_cbhtml button,
.is-ui button {
  width: 51px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #111111;
  font-family: sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
  border: transparent 1px solid;
  box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
  opacity: 1;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-transform: none;
  text-align: center;
  position: relative;
  border-radius: 0;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

#_cbhtml button:focus {
  outline: none;
}

#_cbhtml button.classic {
  width: 100%;
  height: 60px;
  display: block;
  background: #f7f7f7;
}

#_cbhtml button.classic:hover {
  background: #fafafa;
}

#_cbhtml button.on {
  background: #f7f7f7;
}

#_cbhtml button.classic-primary {
  display: inline-block;
  width: auto;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 135px;
  background: #f7f7f7;
}

#_cbhtml button.classic-secondary {
  display: inline-block;
  width: auto;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  background: transparent;
}

#_cbhtml button.classic-primary:hover {
  background: #fafafa;
}

#_cbhtml textarea {
  font-family: courier;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 1px;
  margin: 0;
  padding: 8px 16px;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  background-color: #fff;
}

#_cbhtml textarea:focus {
  outline: none;
}

#_cbhtml select:focus {
  outline: none;
}

a:focus,
button:focus {
  outline: none;
}

#_cbhtml input[type=text] {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  margin: 0;
  font-family: sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 0;
  padding-left: 8px;
  color: #111111;
  display: inline-block;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  background-color: #fbfbfb;
}

#_cbhtml input:focus {
  outline: none;
}

#_cbhtml label {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0;
}

#_cbhtml [type=checkbox],
#_cbhtml [type=radio] {
  /* prevent overide */
  position: relative;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
}

#_cbhtml select {
  font-size: 13px;
  letter-spacing: 1px;
  height: 35px;
  line-height: 1.7;
  color: #454545;
  border-radius: 5px;
  border: none;
  background-color: #eee;
  width: auto;
  display: inline-block;
  background-image: none;
  appearance: menulist;
  padding: 0 5px;
}

#_cbhtml select option {
  background: #fff;
}

#_cbhtml select:focus {
  outline: none;
}

/*
Special buttons
*/
#_cbhtml .imageedit-crop button {
  margin: 0 20px 0 0;
  border: #d1d1d1 1px solid;
  background: #fff;
}

/*
Snippet Panel
*/
#_cbhtml #divSnippetList {
  right: -230px;
  width: 230px;
  border-left: 1px solid rgba(211, 211, 211, 0.39);
  box-shadow: rgba(0, 0, 0, 0.03) 0 0 10px 0px;
}

#_cbhtml #divSnippetList.active {
  right: 0;
}

#_cbhtml #divSnippetList.fromleft {
  left: -230px;
}

#_cbhtml #divSnippetList.fromleft.active {
  left: 0;
}

#_cbhtml #divSnippetHandle {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 170px;
  left: -40px;
  background: #fff;
  border: 1px solid rgba(211, 211, 211, 0.52);
  border-right: none;
  line-height: 39px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.025) -4px 2px 5px 0px;
  cursor: pointer;
}

#_cbhtml #divSnippetList.fromleft #divSnippetHandle {
  border-left: none;
  border-right: 1px solid lightgray;
  left: auto;
  right: -40px;
}

#_cbhtml #divSnippetScrollUp,
#_cbhtml #divSnippetScrollDown {
  display: none;
  background: rgba(0, 0, 0, 0.12);
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #a9a9a9;
  position: fixed;
  z-index: 100000;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  font-family: sans-serif;
}

#_cbhtml #divSnippetList.active #divSnippetScrollUp {
  display: block;
}

#_cbhtml #divSnippetList.active #divSnippetScrollDown {
  display: block;
}

#_cbhtml .is-design-list {
  height: 100%;
  margin: 0;
  padding: 0 0 20px !important;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  border-top: transparent 40px solid !important;
}

#_cbhtml .is-design-list > div {
  width: 170px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  margin: 22px 22px 0;
  cursor: move;
  display: inline-block;
  outline: rgba(219, 219, 219, 0.52) 1px solid !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

#_cbhtml .is-design-list > div img {
  box-shadow: none;
  display: block;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  width: 100%;
}

#_cbhtml .is-design-list > div:hover img {
  filter: opacity(98%);
}

#_cbhtml .is-design-list > div {
  display: block;
  height: auto;
  opacity: 1;
}

#_cbhtml .is-design-list > div.hide {
  display: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
}

#_cbhtml #selSnippetCat {
  width: 100%;
  display: block;
  padding-left: 25px;
  padding-top: 0px;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 40px;
  font-weight: bold;
  height: 40px;
  color: #454545;
  border: none;
  background-color: #F5F5F5;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 7px;
  cursor: pointer;
}

/*
Element Panel
*/
.elm-list {
  font-size: 12px;
  line-height: 1.3;
  padding-bottom: 15px;
}

.elm-list a {
  font-size: 16px;
  color: #0096f1;
  text-decoration: none;
  padding: 0 3px;
}

.elm-list a.active {
  background: #eee;
}

.elm-inspected {
  animation-name: elm-inspected-anim;
  animation-duration: 0.6s;
  /*animation-fill-mode: forwards;*/
  /*outline:1px solid #f1cc00 !important;*/
  outline: 1px solid #ffb84a !important;
  /* outline: 1px dashed rgba(125, 125, 125, 0.3); */
  /*background:rgba(200, 200, 200, 0.15);*/
}

@keyframes elm-inspected-anim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
.elm-inspected .elm-active {
  background: none;
}

/* // hide active element indicator if inspected element is not active element */
#_cbhtml .elementstyles {
  width: 300px;
  font-size: 13px;
}

#_cbhtml .elementstyles .is-settings {
  margin-top: 7px;
}

#_cbhtml .elementstyles .is-settings > div {
  display: flex;
  align-items: center;
  min-height: 35px;
}

#_cbhtml .elementstyles .is-settings > div.is-label {
  height: auto;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 10px 0 3px;
}

#_cbhtml .elementstyles .is-settings button {
  width: auto;
  height: 37px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  padding: 1px 20px;
  box-sizing: border-box;
  border: none;
  background: #f7f7f7;
}

#_cbhtml .elementstyles .is-settings button.is-btn-color {
  width: 35px;
  height: 35px;
  padding: 0;
  background: transparent;
  border: rgba(0, 0, 0, 0.09) 1px solid;
}

#_cbhtml .elementstyles .is-settings label {
  font-size: 14px;
  color: inherit;
}

/* #_cbhtml .elementstyles .is-settings button:hover {background: #fafafa;} */
#_cbhtml .elementstyles .is-settings input[type=text] {
  border-radius: 0;
  height: 35px;
  font-size: 14px;
}

#_cbhtml .elementstyles .is-settings select {
  border-radius: 0;
  height: 35px;
  margin: 0;
}

#_cbhtml .elementstyles #divElementMore {
  top: 50px;
  left: 140px;
}

#_cbhtml .editstyles {
  display: none;
  position: fixed;
  overflow: hidden;
  width: 280px;
  height: 390px;
  margin: 0px;
  top: 100px;
  left: auto;
  right: 320px;
  z-index: 10004;
  background: #fff;
  border: 1px solid #f3f3f3;
  box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08);
  box-sizing: content-box;
  flex-direction: column;
}

#_cbhtml .editstyles.active {
  display: flex;
}

#_cbhtml .is-modal.editstyles div.is-draggable {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  cursor: move;
  height: 20px;
  width: 100%;
  z-index: 1;
}

#_cbhtml .editstyles > div:not(.is-draggable) {
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: initial;
  box-sizing: border-box;
}

/*
Gradient
*/
#_cbhtml .pickgradientcolor .is-settings {
  margin-bottom: 15px;
}

#_cbhtml .pickgradientcolor .is-settings > div {
  display: flex;
  align-items: center;
  height: 50px;
}

#_cbhtml .pickgradientcolor .is-settings > div.is-label {
  height: auto;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 10px 0 3px;
}

#_cbhtml .pickgradientcolor .is-settings button {
  width: auto;
  height: 37px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  padding: 1px 20px;
  box-sizing: border-box;
  border: none;
  background: #f7f7f7;
}

#_cbhtml .pickgradientcolor .is-settings button.is-btn-color {
  width: 35px;
  height: 35px;
  padding: 0;
  background: transparent;
  border: rgba(0, 0, 0, 0.06) 1px solid;
}

#_cbhtml .pickgradientcolor .is-settings label {
  font-size: 14px;
  color: inherit;
}

/* #_cbhtml .pickgradientcolor .is-settings button:hover {background: #fafafa;} */
.is-elmgrad-remove {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  background: rgba(95, 94, 94, 0.26);
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  display: none;
}

[data-elmgradient].active .is-elmgrad-remove {
  display: block;
}

/*
Serach & Replace
*/
#_cbhtml .is-modal.searchreplace {
  z-index: 10004;
  position: fixed;
  width: 500px;
  height: 265px;
  top: 50%;
  left: 50%;
  margin-top: -155px;
  margin-left: -250px;
  background: #fff;
  box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.02);
}

/*
Table Editor
*/
#_cbhtml .is-modal.edittable {
  position: fixed;
  overflow: hidden;
  width: 250px;
  height: 410px;
  top: 50%;
  left: auto;
  right: 80px;
  margin-top: -205px;
  background: #fff;
  box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08);
  box-sizing: content-box;
  flex-direction: row;
  align-items: flex-start;
  border: rgba(125, 125, 125, 0.09) 1px solid;
}

#_cbhtml .is-modal.edittable .is-draggable {
  background-color: #f9f9f9;
}

#_cbhtml .edittable.active {
  display: flex;
}

#_cbhtml .edittable > div:not(.is-draggable) {
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: initial;
  box-sizing: border-box;
  margin-top: 30px;
}

#_cbhtml .edittable button {
  height: 35px;
}

#_cbhtml .edittable button.is-btn-color {
  width: 35px;
  height: 35px;
  padding: 0;
  background: transparent;
  border: rgba(0, 0, 0, 0.09) 1px solid;
}

.is-table-tool:hover {
  z-index: 10001 !important;
}

/*
Grid Editor
*/
#_cbhtml .grideditor {
  position: fixed;
  overflow: hidden;
  width: 96px;
  height: 450px;
  top: 50%;
  left: auto;
  right: 80px;
  margin-top: -220px;
  background: #fff;
  box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08);
  border: rgba(125, 125, 125, 0.09) 1px solid;
  box-sizing: content-box;
}

#_cbhtml .grideditor.active {
  display: flex;
}

#_cbhtml .grideditor > div:not(.is-draggable) {
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: initial;
  box-sizing: border-box;
}

#_cbhtml .grideditor button {
  width: 48px;
  height: 40px;
}

#_cbhtml .grideditor .is-separator {
  width: 100%;
  border-top: rgba(236, 236, 236, 0.18) 1px solid;
  display: flex;
}

/*
Quick Add
*/
#_cbhtml .quickadd {
  width: 340px;
  box-sizing: border-box;
  transition: none;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

#_cbhtml .quickadd button {
  float: left;
  width: 100px;
  height: 60px;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  flex-direction: column;
  box-shadow: none;
}

/*
Tool
*/
.is-tool {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 10001;
  background: rgba(239, 239, 239, 0.9);
  box-sizing: border-box;
  position: absolute;
  padding: 0;
  outline: none;
}

.is-tool button {
  width: 100%;
  height: 25px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  /* backward */
  color: #000;
  float: left;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  line-height: unset;
  position: relative;
  border-radius: 0;
  transition: all ease 0.3s;
}

.is-tool button:focus {
  outline: none;
}

.is-tool:hover {
  z-index: 10003;
}

.is-tool.active {
  display: flex;
}

/*
Column Tool
*/
/* Gray */
#_cbhtml[gray] .is-tool.is-column-tool {
  flex-direction: row;
  margin-top: -2px;
}

#_cbhtml[gray] .is-tool.is-column-tool button {
  width: 27px;
  height: 27px;
}

#_cbhtml[gray] .is-tool.is-column-tool .cell-add {
  background: transparent;
}

#_cbhtml[gray] .is-tool.is-column-tool .cell-more {
  background: transparent;
}

#_cbhtml[gray] .is-tool.is-column-tool .cell-remove {
  background: transparent;
}

#_cbhtml[gray] .is-tool.is-column-tool svg {
  width: 18px;
  height: 18px;
  fill: #000;
}

#_cbhtml[gray] .is-tool.is-column-tool .cell-more svg {
  width: 12px;
  height: 12px;
  fill: #4c4c4c;
}

/* Colors */
#_cbhtml .is-tool.is-column-tool {
  flex-direction: row;
  margin-top: 0px;
}

#_cbhtml .is-tool.is-column-tool button {
  width: 25px;
  height: 25px;
}

#_cbhtml .is-tool.is-column-tool .cell-add {
  background: #0fcc52;
}

#_cbhtml .is-tool.is-column-tool .cell-more {
  background: rgba(216, 200, 6, 0.9);
}

#_cbhtml .is-tool.is-column-tool .cell-remove {
  background: rgba(255, 85, 4, 0.9);
}

#_cbhtml .is-tool.is-column-tool svg {
  width: 23px;
  height: 23px;
  fill: #fff;
}

#_cbhtml .is-tool.is-column-tool .cell-more svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}

/* More */
#_cbhtml .is-pop.columnmore {
  flex-direction: column;
}

#_cbhtml .is-pop.columnmore > div {
  max-width: 190px;
  margin: 10px 15px;
}

#_cbhtml .is-pop.columnmore button {
  width: 95px;
  height: 60px;
  text-align: center;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 5px;
  flex-direction: column;
  box-shadow: none;
}

#_cbhtml .is-pop.columnmore button span {
  display: inline-block;
  width: 95px;
  height: 24px;
}

#_cbhtml .is-pop.columnmore button svg {
  fill: #000;
}

/*
Row Tool
*/
.is-tool.is-row-tool {
  flex-direction: column;
  width: auto;
  left: auto;
  right: -40px;
}

.row-outline .is-row-tool, .row-active .is-row-tool {
  display: flex;
}

/* Color */
.is-tool.is-row-tool button {
  width: 25px;
  height: 25px;
}

.is-tool.is-row-tool .row-handle {
  line-height: 25px;
}

.is-tool.is-row-tool .row-handle {
  background: #169af7;
}

/* rgba(68, 68, 68, 0.9) */
.is-tool.is-row-tool .row-grideditor {
  background: rgba(216, 200, 6, 0.9);
}

.is-tool.is-row-tool .row-more {
  background: rgba(216, 200, 6, 0.9);
}

.is-tool.is-row-tool .row-remove {
  background: rgba(255, 85, 4, 0.9);
}

.is-tool.is-row-tool .row-handle svg {
  fill: #fff;
  width: 13px;
  height: 13px;
  margin-top: -2px;
}

.is-tool.is-row-tool .row-grideditor svg {
  fill: #fff;
  width: 14px;
  height: 14px;
  margin-top: -1px;
}

.is-tool.is-row-tool .row-more svg {
  fill: #fff;
  width: 14px;
  height: 14px;
}

.is-tool.is-row-tool .row-remove svg {
  fill: #fff;
  width: 23px;
  height: 23px;
}

/* Gray */
.is-builder[gray] .is-tool.is-row-tool button {
  width: 27px;
  height: 27px;
}

.is-builder[gray] .is-tool.is-row-tool .row-handle {
  line-height: 27px;
}

.is-builder[gray] .is-tool.is-row-tool .row-handle {
  background: transparent;
}

.is-builder[gray] .is-tool.is-row-tool .row-grideditor {
  background: transparent;
}

.is-builder[gray] .is-tool.is-row-tool .row-more {
  background: transparent;
}

.is-builder[gray] .is-tool.is-row-tool .row-remove {
  background: transparent;
}

.is-builder[gray] .is-tool.is-row-tool .row-handle svg {
  fill: #000;
  width: 11px;
  height: 11px;
  margin-top: -3px;
}

.is-builder[gray] .is-tool.is-row-tool .row-grideditor svg {
  fill: #000;
  width: 13px;
  height: 13px;
}

.is-builder[gray] .is-tool.is-row-tool .row-more svg {
  fill: #4c4c4c;
  width: 12px;
  height: 12px;
}

.is-builder[gray] .is-tool.is-row-tool .row-remove svg {
  fill: #000;
  width: 18px;
  height: 18px;
}

/* More */
#_cbhtml .is-pop.rowmore {
  flex-direction: column;
}

#_cbhtml .is-pop.rowmore > div {
  width: 190px;
  margin: 10px 15px;
}

#_cbhtml .is-pop.rowmore button {
  width: 95px;
  height: 60px;
  text-align: center;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 5px;
  flex-direction: column;
  box-shadow: none;
}

#_cbhtml .is-pop.rowmore button span {
  display: inline-block;
  width: 95px;
  height: 24px;
}

#_cbhtml .is-pop.rowmore button svg {
  fill: #000;
}

/*
Element Tool
*/
#_cbhtml .is-tool.is-element-tool {
  background: rgba(243, 243, 243, 0.9);
}

/* rgba(234, 234, 234, 0.85) */
#_cbhtml .is-tool.is-element-tool button {
  width: 25px;
  height: 25px;
  background: transparent;
}

#_cbhtml .is-tool.is-element-tool svg {
  width: 14px;
  height: 14px;
  fill: #000;
}

#_cbhtml .is-tool.is-element-tool .elm-more svg {
  width: 11px;
  height: 11px;
}

/* More */
#_cbhtml .is-pop.elmmore {
  flex-direction: column;
}

#_cbhtml .is-pop.elmmore > div {
  width: 190px;
  margin: 10px 15px;
}

#_cbhtml .is-pop.elmmore button {
  width: 95px;
  height: 60px;
  text-align: center;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 5px;
  flex-direction: column;
  box-shadow: none;
}

#_cbhtml .is-pop.elmmore button span {
  display: inline-block;
  width: 95px;
  height: 24px;
}

#_cbhtml .is-pop.elmmore button svg {
  fill: #000;
}

/* Preferences */
.is-tool.is-row-tool .row-grideditor {
  display: none;
}

.is-builder[minimal] .is-tool.is-row-tool .row-grideditor {
  display: block;
}

.is-builder[minimal] .is-tool.is-row-tool .row-more {
  display: none;
}

.is-builder[clean] .is-tool.is-row-tool .row-grideditor {
  display: block;
}

.is-builder[clean] .is-tool.is-row-tool .row-more {
  display: none;
}

.is-builder[clean] .is-tool.is-row-tool .row-handle {
  display: none;
}

.is-builder[clean] .is-tool.is-row-tool .row-remove {
  display: none;
}

.is-builder[clean] .is-tool.is-row-tool .row-grideditor {
  background: transparent;
}

.is-builder[clean] .is-tool.is-row-tool .row-grideditor svg {
  fill: #000;
  width: 13px;
  height: 13px;
  margin-left: -1px;
}

.is-builder[clean] .row-outline {
  outline: none;
}

.is-builder[clean] .cell-active {
  outline: none;
}

.is-builder[clean] .row-active {
  outline: 1px solid rgba(132, 132, 132, 0.2);
}

#_cbhtml[minimal] .is-tool.is-column-tool .cell-more {
  display: none;
}

#_cbhtml[clean] .is-tool.is-column-tool {
  display: none;
}

#_cbhtml[hidecolumntool] .is-tool.is-column-tool {
  display: none;
}

.is-builder[leftrowtool] .is-row-tool {
  right: auto;
  left: -40px;
}

.is-builder.builder-active > div:not(.row-active) {
  /* make drag handler hovers the rows */
  border-right: 120px rgba(0, 0, 0, 0) solid;
  margin-right: -120px;
}

.is-builder[leftrowtool].builder-active > div:not(.row-active) {
  /* make drag handler hovers the rows */
  border-left: 120px rgba(0, 0, 0, 0) solid;
  margin-left: -120px;
}

.is-builder[rowoutline] .row-outline {
  outline: none;
}

.is-builder[rowoutline] .cell-active {
  outline: none;
}

.is-builder[rowoutline] .row-active {
  outline: 1px solid #00da89;
}

.is-builder[grayoutline] .row-outline {
  outline: none;
}

.is-builder[grayoutline] .cell-active {
  outline: 1px solid rgba(132, 132, 132, 0.1);
}

.is-builder[grayoutline] .row-active {
  outline: 1px solid rgba(132, 132, 132, 0.2);
}

.is-builder[rowoutline][grayoutline] .row-outline {
  outline: none;
}

.is-builder[rowoutline][grayoutline] .cell-active {
  outline: none;
}

.is-builder[rowoutline][grayoutline] .row-active {
  outline: 1px solid rgba(132, 132, 132, 0.2);
}

.is-builder[grideditor] > div > div.cell-active {
  outline: 1px solid #00da89;
}

.is-builder[grideditor] .row-active {
  outline: 1px solid #00da89;
  z-index: 1;
}

.is-builder[grideditor] .row-active.row-outline {
  outline: 1px solid rgba(132, 132, 132, 0.2);
}

.is-builder[hideoutline] .row-outline {
  outline: none !important;
}

.is-builder[hideoutline] .cell-active {
  outline: none !important;
}

.is-builder[hideoutline] .row-active {
  outline: none !important;
}

.is-builder[hideoutline] .row-active.row-outline {
  outline: none !important;
}

.is-builder[hidesnippetaddtool] .row-outline .is-rowadd-tool,
.is-builder[hidesnippetaddtool] .row-active .is-rowadd-tool {
  display: none;
}

.is-builder[hideelementhighlight] .elm-active {
  background-color: transparent;
}

#_cbhtml[hideelementtool] .is-tool.is-element-tool {
  display: none !important;
}

/* #_cbhtml[toolbarstay] .is-rte-tool {display:flex !important} */
/* Email Mode */
#_cbhtml .is-element-tool .elm-settings {
  display: none;
}

#_cbhtml[emailmode] .is-element-tool .elm-add,
#_cbhtml[emailmode] .is-element-tool .elm-more,
#_cbhtml[emailmode] .is-element-tool .elm-remove {
  display: none !important;
}

#_cbhtml[emailmode] .is-element-tool .elm-settings {
  display: block;
}

/*
Row Add Tool
*/
.is-rowadd-tool {
  display: none;
  position: absolute;
  bottom: -1px;
  left: -20px;
  width: calc(100% + 40px);
  height: 1px;
  border: none;
  border-bottom: 1px solid #ffb784;
  z-index: 1;
  background: transparent;
  transition: none;
}

.is-rowadd-tool button {
  position: absolute;
  top: -9px;
  left: calc(50% - 10px);
  border: 1px solid #ff8e3e;
  border-radius: 500px;
  height: auto;
}

.row-outline .is-rowadd-tool, .row-active .is-rowadd-tool {
  display: block;
}

/*
Empt Info
*/
.row-add-initial {
  width: 100%;
  height: 70px;
  font-family: sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  color: #555;
  border: 1px dashed #a9a9a9;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all ease 0.3s;
}

.row-add-initial:hover {
  background: rgba(0, 0, 0, 0.01);
}

.row-add-initial:focus {
  outline: none;
}

.row-add-initial span {
  text-transform: none;
  display: block;
  margin-top: 5px;
  color: #acacac;
  font-size: 13px;
}

.is-builder .row-active.row-add-initial {
  outline: none;
}

/*
Link Tool
*/
#_cbhtml #divLinkTool button {
  width: 30px;
  height: 30px;
  background: rgba(68, 68, 68, 0.82);
}

#_cbhtml #divLinkTool button svg {
  fill: #fff;
}

/*
Tabs
*/
.is-tabs {
  white-space: nowrap;
  padding: 20px;
  padding-bottom: 5px;
  padding-top: 10px;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1.8 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f9f9f9;
  display: flex;
  flex-flow: wrap;
}

.is-tabs a {
  display: inline-block;
  padding: 3px 3px 0;
  color: #4a4a4a;
  border-bottom: transparent 1px solid;
  margin: 0 10px 13px 0;
  text-decoration: none;
  transition: box-shadow ease 0.3s;
}

.is-tabs a.active {
  background: transparent;
  box-shadow: none;
  cursor: default;
  border-bottom: rgba(103, 103, 103, 0.72) 1px solid;
}

.is-tab-content {
  display: none;
  padding: 20px;
  flex-direction: column;
  flex-flow: wrap;
}

.is-tabs-more {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  display: none;
  z-index: 1;
  font-family: sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid rgba(220, 220, 220, 0.86);
  box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.07);
}

.is-tabs-more > a {
  display: block;
  color: #4a4a4a;
  padding: 10px;
  text-decoration: none;
  text-align: center;
}

.is-tabs-more > a:hover, .is-tabs-more > a.active {
  background: #f3f3f3;
}

/*
Tooltip
*/
.is-tooltip {
  position: absolute;
  display: none;
  padding: 1px 8px;
  font-size: 11px;
  background: #333;
  border-radius: 0px;
  color: #fefefe;
  z-index: 100005;
}

/*
Pop with Arrow
*/
.is-pop.arrow-top:after, .is-pop.arrow-top:before {
  bottom: 100%;
  left: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: auto;
}

.is-pop.arrow-top:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}

.is-pop.arrow-top:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f3f3f3;
  border-width: 8px;
  margin-left: -8px;
}

.is-pop.light.arrow-top:after {
  border-bottom-color: #ffffff;
}

.is-pop.light.arrow-top:before {
  border-bottom-color: #e0e0e0;
}

.is-pop.arrow-top.right:after, .is-pop.arrow-top.right:before {
  left: auto;
}

.is-pop.arrow-top.right:after {
  right: 19px;
}

.is-pop.arrow-top.right:before {
  right: 18px;
}

.is-pop.arrow-top.left:after, .is-pop.arrow-top.left:before {
  right: auto;
}

.is-pop.arrow-top.left:after {
  left: 18px;
}

.is-pop.arrow-top.left:before {
  left: 18px;
}

.is-pop.arrow-left:after, .is-pop.arrow-left:before {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.is-pop.arrow-left:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 7px;
  margin-top: -7px;
}

.is-pop.arrow-left:before {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #f3f3f3;
  border-width: 8px;
  margin-top: -8px;
}

.is-pop.arrow-right:after, .is-pop.arrow-right:before {
  left: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.is-pop.arrow-right:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 7px;
  margin-top: -7px;
}

.is-pop.arrow-right:before {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #f3f3f3;
  border-width: 8px;
  margin-top: -8px;
}

.is-pop.arrow-bottom:after, .is-pop.arrow-bottom:before {
  top: 100%;
  left: calc(100% - 28px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.is-pop.arrow-bottom:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}

.is-pop.arrow-bottom:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #f3f3f3;
  border-width: 8px;
  margin-left: -8px;
}

.is-pop.arrow-top.center:after, .is-pop.arrow-top.center:before {
  left: calc(50% + 3px);
}

.is-pop.arrow-left.bottom:after, .is-pop.arrow-left.bottom:before {
  top: calc(100% - 28px);
}

.is-pop.arrow-bottom.center:after, .is-pop.arrow-bottom.center:before {
  left: calc(50% + 3px);
}

/*http://codepen.io/vcmg/pen/JdKeVG */
.dot {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #ff6700;
  display: inline-block;
  margin: 25px 2px 0;
  -webkit-animation: jump 1.5s linear infinite;
}
.dot:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
}

.dot:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
}

#divImageProgress {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.17);
  transition: none;
}

#divImageProgress > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#divImageProgress .dot {
  background-color: #fff;
  margin: 10px 2px 0;
}

#_cbhtml .imagelink .image-src {
  display: flex;
}

#_cbhtml .imagelink .image-link {
  display: flex;
}

#_cbhtml .insertimage .image-src {
  display: flex;
}

/*
#_cbhtml .image-src {position:relative;height: 50px;}
#_cbhtml .image-src .input-src {position:absolute;width:100%;}
#_cbhtml .image-src .input-select {display:none;}
#_cbhtml .image-src.image-select .input-src {position:absolute;width:100%;border-right:60px solid transparent;}
#_cbhtml .image-src.image-select .input-select {display:block;position:absolute;top:0;right:0;width:60px;font-size:20px;color:#777;height: 50px;border-left:none;background:transparent;} */
#_cbhtml .link-src {
  position: relative;
  height: 50px;
}

#_cbhtml .link-src .input-url {
  position: absolute;
  width: 100%;
}

#_cbhtml .link-src .input-select {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  font-size: 20px;
  color: #777;
  height: 50px;
  border-left: none;
  background: transparent;
}

.form-upload-larger.please-wait svg {
  transform: scale(1, 1);
  opacity: 1;
  animation-name: please-wait-anim;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

@keyframes please-wait-anim {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  25% {
    transform: scale(1.2, 1.2);
    opacity: 1;
  }
  50% {
    transform: scale(1, 1);
    opacity: 0;
  }
  75% {
    transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*!
 * Cropper.js v1.5.5
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-08-04T02:26:27.232Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-canvas, .cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center:after, .cropper-center:before {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face, .cropper-line, .cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* RangeSlider */
#_cbhtml .rangeSlider, #_cbhtml .rangeSlider__fill {
  display: block;
  /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;*/
}

#_cbhtml .rangeSlider {
  position: relative;
  /* background: #7f8c8d; */
  background-color: transparent;
  outline: 1px solid rgba(0, 0, 0, 0.08);
}

#_cbhtml .rangeSlider__horizontal {
  height: 21px;
  width: 100%;
}

#_cbhtml .rangeSlider__vertical {
  height: 100%;
  width: 20px;
}

#_cbhtml .rangeSlider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

#_cbhtml .rangeSlider__fill {
  /* background: #16a085; */
  background-color: transparent;
  position: absolute;
}

#_cbhtml .rangeSlider__fill__horizontal {
  height: 100%;
  top: 0;
  left: 0;
}

#_cbhtml .rangeSlider__fill__vertical {
  width: 100%;
  bottom: 0;
  left: 0;
}

#_cbhtml .rangeSlider__handle {
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  background: white linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); */
  border-radius: 50%;
  z-index: 1;
}

#_cbhtml .rangeSlider__handle__horizontal {
  top: -3px;
}

#_cbhtml .rangeSlider__handle__vertical {
  left: -10px;
  bottom: 0;
}

#_cbhtml .rangeSlider__handle:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  border-radius: 50%;
}

#_cbhtml .rangeSlider__handle:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02));
}

#_cbhtml input[type=range]:focus + .rangeSlider .rangeSlider__handle {
  box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
}

#_cbhtml .rangeSlider__buffer {
  position: absolute;
  top: 3px;
  height: 14px;
  background: #2c3e50;
  border-radius: 10px;
}

/* Color Picker */
.is-color-picker {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid rgba(53, 53, 53, 0.28);
  display: inline-block;
  margin: 3px 0;
  cursor: pointer;
}

.color-swatch {
  width: 100%;
  height: 315px;
  display: flex;
  flex-direction: column;
  outline: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}

.color-swatch > * {
  display: flex;
  height: 100%;
}

.color-swatch > * > * {
  width: 100%;
  height: 100%;
  border: transparent 1px solid;
  cursor: pointer;
  transition: all ease 0.3s;
}

/* 27 or 32 */
.color-gradient {
  width: 100%;
  height: 157px;
  display: flex;
  flex-direction: column;
  outline: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}

.color-gradient > * {
  display: flex;
  height: 100%;
}

.color-gradient > * > * {
  width: 100%;
  height: 100%;
  border: transparent 1px solid;
  cursor: pointer;
  transition: all ease 0.3s;
}

/* 27 or 32 */
#_cbhtml .is-modal.pickcolor button,
#_cbhtml .pickcolor button,
.pickcolor button {
  float: left;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

#_cbhtml .is-modal.pickcolor .color-default button,
#_cbhtml .pickcolor .color-default button,
.pickcolor .color-default button {
  width: 35px;
  height: 35px;
  border: transparent 1px solid;
}

#_cbhtml .is-modal.pickcolor button.clear,
#_cbhtml .pickcolor button.clear,
.pickcolor button.clear {
  font-size: 10px;
}

/*
Backward compatibility (for examples)
*/
.is-pop {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 10000;
  background: #fff;
  border: 1px solid #c7c7c7;
  transition: all ease 0.3s;
}

.is-pop {
  z-index: 10002;
  transition: none;
}

/* Prevent overide */
#_cbhtml .is-modal * {
  font-size: 13px;
}

#_cbhtml .elementstyles .is-tabs a,
#_cbhtml .elementstyles .is-tabs-more a {
  font-size: 11px;
  color: #000;
}

#_cbhtml .elementstyles * {
  font-family: sans-serif;
  font-size: 13px;
}

#_cbhtml .is-modal .is-tabs a {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 400;
}

/* Touch Device
.textblock-active {background-color: rgba(173, 173, 173, 0.5);} */
/* Image resizer */
#divImageResizer {
  background: rgba(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  display: none;
  z-index: 10;
  touch-action: none;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
}

.moveable-control.moveable-origin {
  display: none !important;
}

.moveable-control {
  border: none !important;
  width: 7px !important;
  height: 7px !important;
  margin-top: -3px !important;
  margin-left: -3px !important;
  background: #333 !important;
}

.moveable-direction.moveable-s, .moveable-direction.moveable-n {
  display: none !important;
}

.moveable-direction.moveable-e, .moveable-direction.moveable-w {
  display: none !important;
}

.moveable-line {
  display: none !important;
}

/* nogrid */
.is-builder[nogrid] .is-row-tool {
  display: none !important;
}

.is-builder[nogrid] .is-rowadd-tool {
  display: none !important;
}

/* selectbox */
.is-selectbox {
  height: 40px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  background: #eee;
  line-height: 40px !important;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.is-selectbox:hover {
  background: #f1f1f1;
}

.is-selectbox-options {
  width: 100%;
  height: 350px;
  border: #e8e8e8 1px solid;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  display: none;
}

.is-selectbox-options > div {
  height: 35px;
  padding: 0 0 0 20px;
  line-height: 35px !important;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
}

.is-selectbox-options > div:hover {
  background: #f1f1f1;
}

.is-selectbox-options > div.selected {
  background: #f7f7f7;
}

.content-builder-container .embed-responsive {
  position: relative;
  width: 100%;
}
.content-builder-container .embed-responsive::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.content-builder-container .embed-responsive > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-builder-container .embed-responsive-16by9 {
  --bs-aspect-ratio: 56.25%;
}

.custom-selector-input {
  position: absolute;
  left: -9999px;
}

.custom-selector {
  color: #A2A9B0;
  /* Réduction de la taille du texte et du padding pour les noms d'agence qui sont longs */
}
.custom-selector .selection a {
  display: flex;
  padding: 0.25rem 0;
  cursor: pointer;
  align-items: center;
  position: relative;
}
.custom-selector .selection a:before {
  display: block;
  font-family: "komilfo-icon", sans-serif;
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
}
.custom-selector .selection a .icon {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.75rem;
}
.custom-selector .selection a .prepend-label {
  margin-right: 0.25rem;
}
.custom-selector .selection a .content {
  font-weight: bold;
}
.modal-qhost .custom-selector .selection a .content {
  color: #808080;
}
.custom-selector .selection a .content .icon {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.75rem;
}
.custom-selector .selection a .content .prepend-label {
  margin-right: 0.25rem;
}
.custom-selector .selection a .content .content {
  font-weight: bold;
  /* FIX : la class 'wizard' interfère avec le customSelector et sa classe 'content' */
  min-height: auto;
}
.modal-qhost .custom-selector .selection a .content .content {
  color: #FFFFFF;
}
.custom-selector .choices {
  display: none;
  max-height: 200px;
  overflow: auto;
  z-index: 100;
}
.custom-selector .choices::-webkit-scrollbar {
  border-radius: 10px;
  height: 7px;
  width: 7px;
}
.custom-selector .choices::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.24);
  border-radius: 10px;
}
.custom-selector .choices::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.75);
}
.custom-selector .choices a {
  display: flex;
  padding: 0.25rem 0;
  cursor: pointer;
  align-items: center;
}
.custom-selector .choices a .icon {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.75rem;
}
.custom-selector .choices a:hover {
  background: #FFFFFF;
}
.custom-selector .choices a .prepend-label {
  display: none;
}
.custom-selector .choices a.selected {
  font-weight: 700;
}
.ghost-form .custom-selector .choices a.selected {
  color: #808080;
}
.custom-selector.expanded .selection a:before {
  transform: translateY(-50%) rotate(90deg);
}
.custom-selector.custom-selector-classic {
  position: relative;
}
.custom-selector.custom-selector-classic .selection {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}
.custom-selector.custom-selector-classic .selection a {
  padding: 0.875rem 2.5625rem 0.875rem 1.5625rem;
  font-size: 1rem;
  font-weight: 700;
  color: #252525;
}
.custom-selector.custom-selector-classic .selection a .prepend-label {
  color: #B4B4B4;
}
.custom-selector.custom-selector-classic .selection a:before {
  font-family: "Material Icons", sans-serif;
  content: "expand_more";
  right: 1rem;
  color: #A2A9B0;
}
.custom-selector.custom-selector-classic .choices {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  border: 2px solid #EFEFEF;
  padding: 0.875rem 1.5625rem;
  border-radius: 4px;
  background-color: #FAFAFA;
}
.custom-selector.custom-selector-classic .choices::-webkit-scrollbar {
  border-radius: 10px;
  height: 7px;
  width: 7px;
}
.custom-selector.custom-selector-classic .choices::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.24);
  border-radius: 10px;
}
.custom-selector.custom-selector-classic .choices::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.custom-selector.custom-selector-classic .choices a {
  color: #252525;
  font-weight: 700;
}
.custom-selector.custom-selector-classic .selection a {
  font-size: 0.9rem;
}
.custom-selector.scheduler .selection {
  height: 58px;
  border-radius: 8px;
}
.custom-selector.scheduler .selection a {
  font-weight: normal;
}
.custom-selector.scheduler .selection .content {
  font-weight: normal;
}
.custom-selector.expanded .selection a:before {
  transform: translateY(-50%) rotate(180deg);
}
.custom-selector.company, .custom-selector.agency {
  margin-top: 0.6rem;
}
.custom-selector.company .selection a, .custom-selector.agency .selection a {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  font-weight: 400;
  font-size: 0.9rem;
}
.custom-selector.agency .choices {
  padding: 0.875rem;
}
.custom-selector.agency .choices a {
  font-size: 0.85rem;
}

.datepicker.scheduler .input-group-text {
  border: 2px solid #EFEFEF;
  border-radius: 8px 0 0 8px;
  border-right-width: 1px;
}
.datepicker.scheduler input {
  border: 2px solid #EFEFEF;
  border-radius: 0 8px 8px 0;
  border-left-width: 1px;
  height: 58px;
}

#fakeloader-overlay {
  opacity: 0;
  top: 0px;
  left: 0px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  z-index: 9998;
  transition: opacity 0.2s ease;
}
#fakeloader-overlay .loader-wrapper-outer {
  background-color: transparent;
  z-index: 9999;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: table;
  text-align: center;
  vertical-align: middle;
}
#fakeloader-overlay .loader-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}
#fakeloader-overlay .loader {
  margin: auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 8px solid rgba(12, 64, 53, 0.7);
  border-right: 8px solid rgba(12, 64, 53, 0.7);
  border-bottom: 8px solid rgba(12, 64, 53, 0.7);
  border-left: 8px solid #AAA;
  transform: translateZ(0);
  animation: fakeloader 1.1s infinite linear;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
#fakeloader-overlay .loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

#fakeloader-overlay.visible {
  opacity: 1;
}

#fakeloader-overlay.hidden {
  opacity: 0;
  height: 0px;
  width: 0px;
  z-index: -10000;
}
@keyframes fakeloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ghost-form {
  color: #464646;
}
.ghost-form .form-group {
  padding-top: 18px;
  border-top: 1px solid rgba(128, 128, 128, 0.3);
  margin-bottom: 1.375rem;
  position: relative;
}
.ghost-form .form-group.name {
  border-top: 0;
}
.ghost-form .form-group.no-border {
  border-top: 0;
}
.ghost-form .form-control {
  border-radius: 0;
  border: 0;
  color: #000000;
  background-color: transparent;
  padding: 0.375rem 0;
}
.ghost-form .form-control:focus {
  box-shadow: 0 0 0;
}
.ghost-form .form-control.form-control-lg {
  font-size: 1.625rem;
  font-weight: 400;
}
.ghost-form .form-control.placeholder-label {
  z-index: 3;
  position: relative;
}
.ghost-form .form-control.placeholder-label::placeholder {
  opacity: 0;
  transition: inherit;
}
.ghost-form .form-control.placeholder-label:focus::placeholder {
  opacity: 1;
}
.ghost-form .form-control.placeholder-label + .label {
  position: absolute;
  z-index: 0;
  top: 1.7rem;
  transition: all 0.1s ease;
}
.ghost-form .form-control.placeholder-label:placeholder-shown + .label {
  cursor: text;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 1.7rem;
}
.ghost-form .form-control.placeholder-label:not(:placeholder-shown) + .label, .ghost-form .form-control.placeholder-label:focus + .label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
  top: 0.27rem;
  opacity: 0.6;
  font-size: 0.67rem;
}
.ghost-form .form-group-action {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  margin-bottom: 1.375rem;
}
.ghost-form .collapse-cta {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 0;
}
.ghost-form .collapse-cta:before {
  display: block;
  font-family: "komilfo-icon", sans-serif;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
}
.ghost-form .collapse-cta.collapsed:before {
  transform: translateY(-50%) rotate(0deg);
}
.ghost-form .tree-explorer {
  padding-top: 0.75rem;
}
.ghost-form .tree-explorer > * {
  padding: 0.5rem 0;
  border-top: 1px solid #808080;
}
.ghost-form .tree-explorer > *:nth-of-type(1) {
  margin-left: 0rem;
}
.ghost-form .tree-explorer > *:nth-of-type(2) {
  margin-left: 1rem;
}
.ghost-form .tree-explorer > *:nth-of-type(3) {
  margin-left: 2rem;
}
.ghost-form .tree-explorer > *:nth-of-type(4) {
  margin-left: 3rem;
}
.ghost-form .tree-explorer > *:nth-of-type(5) {
  margin-left: 4rem;
}
.ghost-form .tree-explorer > *:nth-of-type(6) {
  margin-left: 5rem;
}
.ghost-form .tree-explorer > *:nth-of-type(7) {
  margin-left: 6rem;
}
.ghost-form .tree-explorer > *:nth-of-type(8) {
  margin-left: 7rem;
}
.ghost-form .tree-explorer > *:nth-of-type(9) {
  margin-left: 8rem;
}
.ghost-form .tree-explorer > *:nth-of-type(10) {
  margin-left: 9rem;
}
.ghost-form .tree-explorer > *.product-selector {
  padding-left: -1rem;
  border-top: 0;
}
.ghost-form textarea.form-control {
  resize: none;
}
.ghost-form textarea.form-control::-webkit-scrollbar {
  border-radius: 10px;
  height: 7px;
  width: 7px;
}
.ghost-form textarea.form-control::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.24);
  border-radius: 10px;
}
.ghost-form textarea.form-control::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.75);
}

/*
 * jQuery-UI Autocomplete
 */
.ui-front.ui-autocomplete {
  z-index: 1060;
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-front.ui-autocomplete li {
  color: #FFFFFF;
  background-color: #000000f2;
}

.ui-autocomplete-input {
  position: relative;
}

.ui-autocomplete-selected {
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  padding: 1px 10px;
  margin-right: 5px;
  white-space: nowrap;
}
.ui-autocomplete-selected i {
  font-size: 10px;
  padding-left: 5px;
  cursor: pointer;
}
.ui-autocomplete-selected.js-client-label {
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  padding: 10px 18px;
  margin: 5px 0;
}

.ui-autocomplete-selected span.item-info,
.ui-front.ui-autocomplete span.item-info {
  margin-left: 10px;
  margin-right: 0;
}

.js-form-group-client {
  min-height: 2.2rem;
}

.cell-invoice input {
  width: 70px;
}

.cSelectModalGhost option {
  margin: 40px;
  background: black;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

i[class^=komilfo-icon-],
i[class*=komilfo-icon-] {
  display: inline-flex;
  align-items: center;
}
i[class^=komilfo-icon-]:before,
i[class*=komilfo-icon-]:before {
  line-height: inherit;
}

ul.modal-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #EFEFEF;
}
ul.modal-tabs li.nav-item {
  margin: 0 1.25rem;
}
ul.modal-tabs li.nav-item a.nav-link {
  text-transform: uppercase;
  font-size: 1rem;
  display: flex;
  padding: 0.875rem 0;
  border-bottom: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
}
ul.modal-tabs li.nav-item a.nav-link.active, ul.modal-tabs li.nav-item a.nav-link:hover {
  color: #000000;
  border-bottom-color: #0C4035;
}
ul.modal-tabs li.nav-item a.nav-link.active {
  font-weight: 600;
}
ul.modal-tabs li.nav-item:first-child {
  margin-left: 0;
}
ul.modal-tabs li.nav-item:last-child {
  margin-right: 0;
}

#myTabContent div.tohide {
  display: block;
}
#myTabContent div.tohide.hidden {
  display: none !important;
}
#myTabContent div.acacher {
  display: block;
}
#myTabContent div.acacher.hidden {
  display: none !important;
}
#myTabContent div.errors {
  display: block;
  color: red;
}
#myTabContent div.errors.hidden {
  color: red;
  display: none !important;
}

.nav-tabs {
  margin-bottom: 30px;
}
.nav-tabs .nav-item {
  margin: 0 0.75rem;
}
.nav-tabs .nav-item .nav-link {
  padding: 0.75rem 0;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #666C72;
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
  font-family: "tex_gyre_adventorregular";
}
.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link.active {
  background-color: inherit;
  border: 0;
  border-bottom: 2px solid #0C4035;
  color: #000000;
  font-weight: 700;
  font-family: "tex_gyre_adventorbold";
}

.page-head {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 3;
  /*le-sidebar {
      display: none;
    }
  */
}
.page-head .h1 {
  margin: 0 1.5rem 0 0;
  font-family: "tex_gyre_adventorbold";
}
.page-head a.toggle-sidebar {
  display: block;
  margin-left: 1rem;
  cursor: pointer;
}
.page-head form.form-search {
  margin-left: auto;
}
.page-head form.form-search .form-group {
  margin: 0;
  position: relative;
}
.page-head form.form-search .form-group:before {
  display: block;
  content: "";
  font-family: "komilfo-icon", sans-serif;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  z-index: 1;
  color: #A2A9B0;
}
.page-head form.form-search .form-group .form-control {
  position: relative;
  z-index: 0;
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
  width: 420px;
  max-width: 100%;
  padding-left: 2.5rem;
  font-weight: 400;
  border-radius: 4px;
}
.page-head form.form-search .form-group .form-control::placeholder {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
.page-head form.form-search button[type=submit] {
  display: none;
}
.page-head a.toggle-alerts {
  display: flex;
  align-items: center;
  margin-left: 1rem !important;
  cursor: pointer;
}
.page-head a.toggle-alerts i {
  color: #B4B4B4;
  font-size: 1rem;
}
.page-head a.toggle-alerts.with-alerts:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0C4035;
  margin-right: -3px;
  border: 3px solid #FAFAFA;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .page-head form.form-search .form-group .form-control {
    width: auto;
  }
  .page-head form.form-search button[type=submit] {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .page-head {
    flex-wrap: wrap;
  }
  .page-head .h1 {
    width: 100%;
    order: 2;
    padding-top: 1.5rem;
  }
  .page-head a.toggle-sidebar .pp {
    width: 35px;
    height: 35px;
  }
}
.popup-backdrop {
  position: fixed;
  z-index: 1050;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.95);
}
.popup-backdrop .modal-header {
  border: 0;
  padding: 1rem 5rem 0 2rem;
  border-radius: 0;
}
.popup-backdrop .modal-header .h2 {
  margin: 0;
}
.popup-backdrop .modal-body {
  padding: 2rem;
  overflow: auto;
  flex-grow: 1;
}
.popup-backdrop .modal-body::-webkit-scrollbar {
  border-radius: 10px;
  height: 7px;
  width: 7px;
}
.popup-backdrop .modal-body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.24);
  border-radius: 10px;
}
.popup-backdrop .modal-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.75);
}
.popup-backdrop .modal-body iframe {
  border: 0;
}
.popup-backdrop .modal-body.without-padding {
  padding: 0;
}
.popup-backdrop .popup-modal {
  display: flex;
  position: relative;
  flex-direction: column;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.34);
  background-color: #FFFFFF;
}
.popup-backdrop .popup-modal .btn-close {
  position: fixed;
  z-index: 10;
  color: #FFFFFF;
  top: 1.25rem;
  right: 1.5rem;
  font-size: 1rem;
}
.popup-backdrop .popup-modal .btn-close i {
  line-height: 0;
}
.popup-backdrop .popup-modal .btn-fullscreen {
  position: fixed;
  z-index: 10;
  color: #B4B4B4;
  top: 1.3rem;
  right: 4rem;
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
  font-size: 0.9375rem;
}
.popup-backdrop .popup-modal .btn-fullscreen i {
  line-height: 0;
}
.popup-backdrop .popup-modal .btn-fullscreen:hover {
  color: #000000;
}
.popup-backdrop .popup-modal .tab-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.popup-backdrop .popup-modal .tab-content .tab-pane {
  flex-grow: 1;
}
.popup-backdrop .popup-modal .tab-content .tab-pane .modal-body {
  height: 100%;
}
.popup-backdrop.modal-drawer-xl .popup-modal .btn-close {
  color: #09121F;
}

/*
 * Modale par défaut (modale centrée)
 */
.popup-backdrop.modal-default {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.5s cubic-bezier(0.2, 0.5, 0.2, 1);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.popup-backdrop.modal-default .popup-modal {
  width: 640px;
  transition-delay: 0.25s;
  border-radius: 15px;
  max-width: 100%;
  max-height: 72vh;
  animation: slideUpFade 0.5s cubic-bezier(0.2, 0.5, 0.2, 1);
}
.popup-backdrop.modal-default .popup-modal .btn-close {
  position: absolute;
}
.popup-backdrop.modal-default .popup-modal .logo-splash,
.popup-backdrop.modal-default .popup-modal p {
  position: relative;
  z-index: 1;
}
.popup-backdrop.modal-default .splash-img {
  position: absolute;
  z-index: 0;
  height: 230px;
  top: 0;
  right: 0;
  left: 0;
}
.popup-backdrop.modal-default .splash-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-backdrop.modal-default .splash-img::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 150px;
  margin-top: -150px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.popup-backdrop.modal-default .logo-splash img {
  display: block;
  margin: 5rem auto 0 auto;
  width: 270px;
}
.popup-backdrop.modal-default .custom-selector.custom-selector-classic .choices {
  position: unset;
}

/*
 * Modale tiroir
 */
.popup-backdrop.modal-drawer {
  width: 700px;
  left: auto;
  box-shadow: 0 3px 36px rgba(0, 0, 0, 0.16);
  max-width: 100%;
  animation: slideLeftFade 0.5s cubic-bezier(0.2, 0.5, 0.2, 1);
}
.popup-backdrop.modal-drawer .popup-modal {
  height: 100%;
  overflow: auto;
}
.popup-backdrop.modal-drawer .popup-modal .modal-header {
  border-bottom: 1px solid #EFEFEF;
}
.popup-backdrop.modal-drawer .popup-modal .modal-header .h2 {
  margin-bottom: 2rem;
}
.popup-backdrop.modal-drawer .popup-modal .modal-body {
  overflow: initial;
}
.popup-backdrop.modal-drawer.modal-drawer-xl {
  width: 1290px;
}
.popup-backdrop.modal-drawer.fullscreen {
  width: 100%;
}

/*
 * Modale par défaut (modale centrée)
 */
.popup-backdrop.modal-qhost {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  animation: fadeIn 0.5s cubic-bezier(0.2, 0.5, 0.2, 1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background: #FFFFFF;
}
.popup-backdrop.modal-qhost .popup-modal {
  width: 100%;
  height: 100%;
  color: #000000;
  transition-delay: 0.25s;
  background-color: transparent;
  animation: slideUpFade 0.5s cubic-bezier(0.2, 0.5, 0.2, 1);
}
.popup-backdrop.modal-qhost .popup-modal .btn-close {
  color: #09121F;
}
.popup-backdrop.modal-qhost .popup-modal .modal-header,
.popup-backdrop.modal-qhost .popup-modal .modal-body {
  max-width: 100%;
}
.popup-backdrop.modal-qhost .popup-modal .modal-header {
  padding-top: 2rem;
}
.popup-backdrop.modal-qhost .popup-modal .modal-header .h2 {
  color: #000000;
}

/*
 * Modale large (centrée)
 */
.popup-backdrop.modal-qhost-large {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  animation: fadeIn 0.5s cubic-bezier(0.2, 0.5, 0.2, 1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background: #FFFFFF;
}
.popup-backdrop.modal-qhost-large .popup-modal {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transition-delay: 0.25s;
  background-color: transparent;
  animation: slideUpFade 0.5s cubic-bezier(0.2, 0.5, 0.2, 1);
}
.popup-backdrop.modal-qhost-large .popup-modal .btn-close {
  color: #09121F;
}
.popup-backdrop.modal-qhost-large .popup-modal .modal-header,
.popup-backdrop.modal-qhost-large .popup-modal .modal-body {
  max-width: 100%;
}
.popup-backdrop.modal-qhost-large .popup-modal .modal-body {
  overflow: auto;
}
.popup-backdrop.modal-qhost-large .popup-modal .modal-body .h3 {
  color: #FFFFFF;
}
.popup-backdrop.modal-qhost-large .popup-modal .modal-header {
  padding-top: 2rem;
}
.popup-backdrop.modal-qhost-large .popup-modal .modal-header .h2 {
  color: #FFFFFF;
}

.targets-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #A2A9B0;
}
.targets-list .selected {
  color: #000000;
  font-weight: 700;
}

.popover-contact {
  padding: 1.5625rem;
  border: none;
  border-radius: 1.5625rem;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
  width: 480px;
  transition: none !important;
  max-width: 480px;
}
.popover-contact .popover-body {
  display: flex;
}
.popover-contact .popover-body > div {
  flex: 1 auto;
}
.popover-contact .profil {
  padding-right: 1.25rem;
  max-width: 107px;
}
.popover-contact .profil .pp + .tel {
  position: relative;
  margin-top: -2rem;
  float: right;
}
.popover-contact .profil .pp + .tel .icon {
  background-color: #2CCC70;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 0.9rem;
  border: 2px solid #FFFFFF;
}
.popover-contact .infos .address {
  font-size: 1rem;
  color: #808080;
  margin-bottom: 0.5rem;
}
.popover-contact .infos .address span {
  display: block;
}
.popover-contact .infos .address span.name-address {
  text-transform: uppercase;
}
.popover-contact .arrow {
  display: none;
}
.popover-contact .pp {
  width: 4.625rem;
  height: 4.625rem;
  font-family: unset;
  font-size: 1.5rem;
  font-weight: 600;
  align-items: center;
  background-color: #EFEFEF;
  color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
}

.product-selector .col-left {
  width: 45%;
  border-right: 1px solid #EFEFEF;
  padding-right: 3rem;
}
.product-selector .col-right {
  width: 55%;
  padding-left: 3rem;
}
.product-selector .choices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
.product-selector .products-container {
  min-height: 465px;
}
.product-selector .choice-container input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.product-selector .choice-container input[type=checkbox]:checked + .choice {
  border: 2px solid #0C4035;
}
.product-selector .choice-container input[type=checkbox]:checked + .choice:before {
  background-color: #0C4035;
  border-width: 4px;
}
.product-selector .choice-container input[type=checkbox]:checked + .choice:after {
  background-color: #0C4035;
}
.product-selector .choice-container input[type=checkbox]:checked + .choice span.thumb {
  border: 1px solid #EFEFEF;
}
.product-selector .choice-container label {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.product-selector .choice-container a,
.product-selector .choice-container .choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 0.5rem;
  border: 2px solid #FFFFFF;
  position: relative;
}
.product-selector .choice-container a:not(.light):before,
.product-selector .choice-container .choice:not(.light):before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background-color: #EFEFEF;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
}
.product-selector .choice-container a:not(.light):after,
.product-selector .choice-container .choice:not(.light):after {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background-color: #EFEFEF;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 6px;
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
}
.product-selector .choice-container a .thumb,
.product-selector .choice-container .choice .thumb {
  display: block;
  margin-bottom: 0.75rem;
  width: 94px;
  height: 94px;
  background-size: contain;
  background-position: center;
  border: 1px solid #FFFFFF;
}
.product-selector .choice-container a .label,
.product-selector .choice-container .choice .label {
  color: #000000;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
  word-break: break-word;
}
.product-selector .choice-container a:hover,
.product-selector .choice-container .choice:hover {
  border: 2px solid #B4B4B4;
}
.product-selector .choice-container a:hover:after,
.product-selector .choice-container .choice:hover:after {
  background-color: #B4B4B4;
}
.product-selector .choice-container a:hover:before,
.product-selector .choice-container .choice:hover:before {
  background-color: #B4B4B4;
}
.product-selector .choice-container a.validated,
.product-selector .choice-container .choice.validated {
  border: 3px solid #83CD00 !important;
}
.product-selector .choice-container a.validated:before,
.product-selector .choice-container .choice.validated:before {
  background-color: #83CD00 !important;
  width: 2.3125rem;
  height: 2.3125rem;
  line-height: 1.5rem;
  content: "";
  top: 0.5rem;
  right: 0.5rem;
  border-radius: 50%;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.6' height='13.4' viewBox='0 0 17.6 13.4'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M491.6-331.4l-4.2-4.2-1.4,1.4,5.6,5.6,12-12-1.4-1.4-10.6,10.6Z' transform='translate(-486 342)'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.product-selector .choice-container a.validated:after,
.product-selector .choice-container .choice.validated:after {
  background-color: #83CD00;
}
.product-selector .choice-container a.validated:not(.light) span.thumb,
.product-selector .choice-container .choice.validated:not(.light) span.thumb {
  border: 1px solid #83CD00;
}
.product-selector .choice-container a.selected,
.product-selector .choice-container .choice.selected {
  border: 2px solid #0C4035;
}
.product-selector .choice-container a.selected:before,
.product-selector .choice-container .choice.selected:before {
  background-color: #0C4035;
  border-width: 4px;
}
.product-selector .choice-container a.selected:after,
.product-selector .choice-container .choice.selected:after {
  background-color: #0C4035;
}
.product-selector .choice-container a.selected span.thumb,
.product-selector .choice-container .choice.selected span.thumb {
  border: 1px solid #EFEFEF;
}

.quick-actions {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1031;
}
.quick-actions a.show-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  color: #FFFFFF;
  border-radius: 20px;
  background: #0C4035;
  font-size: 1.5rem;
  position: absolute;
  z-index: 1;
  bottom: 1.5rem;
  right: 1.5rem;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.2, 0.5, 0.2, 1);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25);
}
.quick-actions a.show-actions i {
  position: relative;
  line-height: 0;
  z-index: 1;
}
.quick-actions a.show-actions:hover:before {
  opacity: 1;
}
.quick-actions ul.actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1;
  flex-direction: column;
  width: 250px;
  max-width: 100%;
}
.quick-actions ul.actions li {
  margin-bottom: 1.75rem;
  opacity: 0;
  transform: translateX(50px);
}
.quick-actions ul.actions li a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: right;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.85);
}
.quick-actions ul.actions li a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 8px;
  color: #FFFFFF;
  background-color: #0C4035;
  font-size: 1.5rem;
  margin-left: 2rem;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.2, 0.5, 0.2, 1);
}
.quick-actions ul.actions li a .icon i {
  line-height: 0;
}
.quick-actions ul.actions li a:hover .icon {
  background-color: #FFFFFF;
  color: #0C4035;
}
.quick-actions ul.actions li:last-child {
  margin: 0;
}
.quick-actions .backdrop {
  position: fixed;
  bottom: 65px;
  right: 65px;
  width: 0;
  height: 0;
  background-color: #FFFFFF;
  opacity: 0;
  z-index: 0;
  border-radius: 50%;
  transform: translateX(50%) translateY(50%) scale(0);
  transition: all 0.5s cubic-bezier(0.2, 0.5, 0.2, 1);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.quick-actions.opened a.show-actions {
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}
.quick-actions.opened ul.actions {
  display: flex;
}
.quick-actions.opened ul.actions li {
  animation: slideFromRight 0.4s cubic-bezier(0.2, 0.5, 0.2, 1) forwards;
}
.quick-actions.opened ul.actions li:nth-child(1) {
  animation-delay: 0.25s;
}
.quick-actions.opened ul.actions li:nth-child(2) {
  animation-delay: 0.5s;
}
.quick-actions.opened ul.actions li:nth-child(3) {
  animation-delay: 0.75s;
}
.quick-actions.opened ul.actions li:nth-child(4) {
  animation-delay: 1s;
}
.quick-actions.opened ul.actions li:nth-child(5) {
  animation-delay: 1.25s;
}
.quick-actions.opened ul.actions li:nth-child(6) {
  animation-delay: 1.5s;
}
.quick-actions.opened ul.actions li:nth-child(7) {
  animation-delay: 1.75s;
}
.quick-actions.opened ul.actions li:nth-child(8) {
  animation-delay: 2s;
}
.quick-actions.opened ul.actions li:nth-child(9) {
  animation-delay: 2.25s;
}
.quick-actions.opened ul.actions li:nth-child(10) {
  animation-delay: 2.5s;
}
.quick-actions.opened ul.actions li:nth-child(11) {
  animation-delay: 2.75s;
}
.quick-actions.opened ul.actions li:nth-child(12) {
  animation-delay: 3s;
}
.quick-actions.opened ul.actions li:nth-child(13) {
  animation-delay: 3.25s;
}
.quick-actions.opened ul.actions li:nth-child(14) {
  animation-delay: 3.5s;
}
.quick-actions.opened ul.actions li:nth-child(15) {
  animation-delay: 3.75s;
}
.quick-actions.opened ul.actions li:nth-child(16) {
  animation-delay: 4s;
}
.quick-actions.opened ul.actions li:nth-child(17) {
  animation-delay: 4.25s;
}
.quick-actions.opened ul.actions li:nth-child(18) {
  animation-delay: 4.5s;
}
.quick-actions.opened ul.actions li:nth-child(19) {
  animation-delay: 4.75s;
}
.quick-actions.opened ul.actions li:nth-child(20) {
  animation-delay: 5s;
}
.quick-actions.opened ul.actions li:nth-child(21) {
  animation-delay: 5.25s;
}
.quick-actions.opened ul.actions li:nth-child(22) {
  animation-delay: 5.5s;
}
.quick-actions.opened ul.actions li:nth-child(23) {
  animation-delay: 5.75s;
}
.quick-actions.opened ul.actions li:nth-child(24) {
  animation-delay: 6s;
}
.quick-actions.opened ul.actions li:nth-child(25) {
  animation-delay: 6.25s;
}
.quick-actions.opened ul.actions li:nth-child(26) {
  animation-delay: 6.5s;
}
.quick-actions.opened ul.actions li:nth-child(27) {
  animation-delay: 6.75s;
}
.quick-actions.opened ul.actions li:nth-child(28) {
  animation-delay: 7s;
}
.quick-actions.opened ul.actions li:nth-child(29) {
  animation-delay: 7.25s;
}
.quick-actions.opened ul.actions li:nth-child(30) {
  animation-delay: 7.5s;
}
.quick-actions.opened ul.actions li:nth-child(31) {
  animation-delay: 7.75s;
}
.quick-actions.opened ul.actions li:nth-child(32) {
  animation-delay: 8s;
}
.quick-actions.opened ul.actions li:nth-child(33) {
  animation-delay: 8.25s;
}
.quick-actions.opened ul.actions li:nth-child(34) {
  animation-delay: 8.5s;
}
.quick-actions.opened ul.actions li:nth-child(35) {
  animation-delay: 8.75s;
}
.quick-actions.opened ul.actions li:nth-child(36) {
  animation-delay: 9s;
}
.quick-actions.opened ul.actions li:nth-child(37) {
  animation-delay: 9.25s;
}
.quick-actions.opened ul.actions li:nth-child(38) {
  animation-delay: 9.5s;
}
.quick-actions.opened ul.actions li:nth-child(39) {
  animation-delay: 9.75s;
}
.quick-actions.opened ul.actions li:nth-child(40) {
  animation-delay: 10s;
}
.quick-actions.opened ul.actions li:nth-child(41) {
  animation-delay: 10.25s;
}
.quick-actions.opened ul.actions li:nth-child(42) {
  animation-delay: 10.5s;
}
.quick-actions.opened ul.actions li:nth-child(43) {
  animation-delay: 10.75s;
}
.quick-actions.opened ul.actions li:nth-child(44) {
  animation-delay: 11s;
}
.quick-actions.opened ul.actions li:nth-child(45) {
  animation-delay: 11.25s;
}
.quick-actions.opened ul.actions li:nth-child(46) {
  animation-delay: 11.5s;
}
.quick-actions.opened ul.actions li:nth-child(47) {
  animation-delay: 11.75s;
}
.quick-actions.opened ul.actions li:nth-child(48) {
  animation-delay: 12s;
}
.quick-actions.opened ul.actions li:nth-child(49) {
  animation-delay: 12.25s;
}
.quick-actions.opened ul.actions li:nth-child(50) {
  animation-delay: 12.5s;
}
.quick-actions.opened .backdrop {
  opacity: 0.85;
  width: 300vw;
  height: 300vw;
  transform: translateX(50%) translateY(50%) scale(1);
}

@media (max-width: 991.98px) {
  .quick-actions a.show-actions {
    width: 60px;
    height: 60px;
  }
  .quick-actions.opened .backdrop {
    opacity: 0.85;
    width: 680vw;
    height: 680vw;
  }
  .quick-actions ul.actions li a .icon {
    width: 60px;
    height: 60px;
  }
}
.sidebar-account .title {
  margin: 1.9rem 0 0 0;
  font-size: 1.25rem;
  letter-spacing: normal;
  text-align: center;
  color: #4E4E4E;
  text-transform: uppercase;
}
.sidebar-account .stat {
  margin: 30px auto;
  text-align: center;
}
.sidebar-account .stat .c100 {
  font-family: dinbold, sans-serif;
  font-size: 150px;
}
.sidebar-account .stat .c100:after {
  background: #F8F9FA;
}
.sidebar-account .steps-services .item {
  padding: 1rem 1rem 0.825rem 1rem;
  border-radius: 2.5rem;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  margin-bottom: 1.25rem;
}
.sidebar-account .steps-services .item .status {
  width: 2.3125rem;
  height: 2.3125rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 50%;
  border: 0.25rem solid #EFEFEF;
  margin-right: 0.75rem;
}
.sidebar-account .steps-services .item .step {
  font-size: 0.9rem;
  font-weight: 900;
  color: #6d728b;
  letter-spacing: 0;
  line-height: 1.19;
}
.sidebar-account .steps-services .item .metas {
  opacity: 0.4;
}
.sidebar-account .steps-services .item.disabled {
  opacity: 0.5;
}
.sidebar-account .steps-services .item.valid .status {
  background: #83CD00;
  border-color: rgba(131, 205, 0, 0.5);
}
.sidebar-account .steps-services .item.danger .status {
  background: #FFB542;
  border-color: #FFB542;
}
.sidebar-account .steps-services .item.danger .step {
  color: black;
}

.navi-link {
  padding: 0.7rem 0;
}
.navi-link .symbol-label {
  width: 40px;
  height: 40px;
  font-weight: 500;
  color: #3F4254;
  background-color: #F8F9FA;
  border-radius: 8px;
  display: flex;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.7rem 0;
}
.navi-link .symbol-label * {
  margin: 0 auto;
}
.navi-link.blue .symbol-label {
  color: #3A86FF;
}
.navi-link.green .symbol-label {
  color: #2CCC70;
}
.navi-link.red .symbol-label {
  color: #f76f70;
}
.navi-link.orange .symbol-label {
  color: orange;
}

.act-notif {
  font-size: 1.05rem;
  margin: 0.75rem 0;
}
.act-notif .title {
  color: #000000;
  font-family: "dinregular", sans-serif;
}
.act-notif .icon {
  font-size: 2rem;
  margin: 0 auto;
}
.act-notif.blue {
  background-color: #ddeaff;
  color: #3A86FF;
}
.act-notif.green {
  background-color: #cff5df;
  color: #2CCC70;
}
.act-notif.red {
  background-color: white;
  color: #f76f70;
}
.act-notif.orange {
  background-color: #ffe8c2;
  color: #FF9E00;
}

.bagde-table {
  color: #FF9E00;
  background-color: rgba(255, 158, 0, 0.08);
  vertical-align: middle;
  border: 1px solid rgba(255, 158, 0, 0.1);
  padding: 0.3rem 0.5rem;
  font-size: 0.79rem;
  line-height: 2.5;
  border-radius: 20px;
}

.symbol-b {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.symbol-b .symbol-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  background-color: #EFEFEF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 8px;
  width: 50px !important;
  height: 50px !important;
}
.symbol-b .symbol-badge {
  position: absolute;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  top: 0;
  right: 0;
}
.symbol-b > img {
  display: flex;
  border-radius: calc(8px / 2);
  width: 50px !important;
  height: 50px !important;
}
.symbol-b.symbol-circle {
  border-radius: 50%;
}
.symbol-b.symbol-circle > img {
  border-radius: 50%;
}
.symbol-b.symbol-circle .symbol-label {
  border-radius: 25%;
}

.symbol-group {
  display: flex;
  align-items: center;
}
.symbol-group .symbol-b {
  position: relative;
  z-index: 0;
  margin-left: 0;
  margin-right: -10px;
  border: 2px solid #FFFFFF;
  transition: all 0.3s ease;
}
.symbol-group .symbol-b:first-child {
  margin-left: 0;
}
.symbol-group .symbol-b:hover {
  transition: all 0.3s ease;
  z-index: 1;
}
.symbol-group.symbol-hover .symbol-b {
  cursor: pointer;
}

.symbol-list {
  display: flex;
  align-items: center;
}
.symbol-list .symbol-b {
  margin-right: 0.5rem;
}
.symbol-list .symbol-b:last-child {
  margin-right: 0;
}

.select-cal-u {
  height: 58px;
  border: 2px solid #EFEFEF;
  border-radius: 8px;
  margin-left: auto;
  /*margin-top: -5px;*/
}
.select-cal-u .symbol-b span.delete {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #000000;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 50%;
  font-size: 0.6rem;
  opacity: 0;
  transition: all 0.3s ease;
}
.select-cal-u .symbol-b:hover span.delete {
  opacity: 0.7;
}
.select-cal-u .symbol-b:hover span.delete:hover {
  opacity: 1;
}
.select-cal-u .btn:focus,
.select-cal-u .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0;
}
.select-cal-u .btn {
  margin-left: 0px;
}
.select-cal-u .dropdown-menu {
  top: 16px !important;
}

.filters-map {
  padding: 1rem;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.42rem;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  width: 100%;
  max-width: 450px;
  max-height: calc(100vh - 200px);
  overflow-x: scroll;
  margin-top: 0.6rem;
}
.filters-map .form-group {
  border-bottom: 1px solid #EFEFEF;
  margin: 0;
  padding: 15px 0;
}
.filters-map .form-group label {
  margin-top: 7px;
  width: 60%;
}
.filters-map .form-group .map-check label {
  font-size: 0;
  left: -42px;
  position: relative;
}

.map-body {
  padding: 0 !important;
}
.similar-map {
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.2, 0.5, 0.2, 1);
}
.similar-map .btn-map-filter .close-b {
  display: none;
}
.similar-map .btn-map-filter.swipe-btn .close-b {
  display: inline;
}
.similar-map .btn-map-filter.swipe-btn .open-b {
  display: none;
}
.similar-map .menu-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.8rem;
  z-index: 2;
}
.similar-map .menu-map .btn-g-k {
  background: none;
}
.similar-map #map {
  z-index: 0;
  height: calc(100vh - 100px) !important;
}
.similar-map #map.smaller {
  height: calc(100vh - 240px) !important;
}
.similar-map a.exit-fullscreen {
  display: none;
}

.fullscreen .similar-map {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1050;
}
.fullscreen .similar-map .menu-map {
  top: 22px !important;
  right: 90px !important;
}
.fullscreen #map {
  height: 100vh !important;
  z-index: 0;
}
.fullscreen a.exit-fullscreen {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1rem;
  color: #000000;
  background-color: #FFFFFF;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-notification {
  width: 380px;
  font-size: 1rem;
  color: #3F4254;
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.42rem;
  padding: 0;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  z-index: 1000;
  margin-top: 1.2rem;
}
@media (max-width: 640px) {
  .dropdown-notification {
    width: 96vw;
    position: fixed;
    right: 2vw;
  }
}
.dropdown-notification .content {
  padding: 1.5rem;
}
.dropdown-notification .symbol {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #0C4035;
  background-color: #F8F9FA;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.42rem;
}

#notificatons-alerts {
  position: absolute;
  top: 1.5rem;
  right: 0.4rem;
}

.item-notification {
  position: relative;
}

.item-notification a.toggle-alerts.with-alerts:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #2CCC70;
  margin-right: -3px;
  border: 3px solid #FAFAFA;
  position: relative;
  z-index: 1;
}

.toggle-alerts .cl {
  display: none;
  margin-left: 8px;
}

.toggle-alerts[aria-expanded=true] .cl {
  display: inline-flex;
}

.toggle-alerts[aria-expanded=true] .op {
  display: none;
}

@media (max-width: 640px) {
  .toggle-alerts[aria-expanded=true] .op {
    display: none !important;
  }
}
.toggle-alerts.width-alerts[aria-expanded=true]:before {
  display: none !important;
}

.toggle-alerts {
  width: 28px;
}
.toggle-alerts .cl {
  display: none;
  margin-left: 8px;
}
.toggle-alerts[aria-expanded=true] .cl {
  display: inline-flex;
}
.toggle-alerts[aria-expanded=true] .op {
  display: none;
}
.toggle-alerts.width-alerts[aria-expanded=true]:before {
  display: none !important;
}
@media (max-width: 640px) {
  .toggle-alerts[aria-expanded=true] .op {
    display: inline-flex;
  }
  .toggle-alerts.width-alerts[aria-expanded=true]:before {
    display: none !important;
  }
}

.page-head a.toggle-alerts.with-alerts[aria-expanded=true]:before,
a.toggle-alerts.with-alerts[aria-expanded=true]:before {
  display: none !important;
}

@media (max-width: 640px) {
  .page-head a.toggle-alerts.with-alerts[aria-expanded=true]:before,
a.toggle-alerts.with-alerts[aria-expanded=true]:before {
    display: none !important;
  }
}
.komilfo-color-wrapper {
  position: relative;
}

input.call-picker {
  float: left;
  outline: none;
  border: 1px solid #AAA;
  padding: 10px;
  width: 85px;
  color: #666;
  text-transform: uppercase;
}

.color-picker {
  position: absolute;
  top: 0;
  z-index: 10;
}

.color-holder {
  border: 1px solid #AAA;
  background: #fff;
  width: 31px;
  height: 31px;
  cursor: pointer;
  border-radius: 50%;
}

/* Sur le formulaire de classification de projet, on retrouve la pastille mais elle est alignée avec le label ajouté par Manu  */
.color-inline {
  display: flex;
}

.color-picker .pie, .color-picker .c100 .bar, .c100 .color-picker .bar, .color-picker .c100.p51 .fill, .c100.p51 .color-picker .fill, .color-picker .c100.p52 .fill, .c100.p52 .color-picker .fill, .color-picker .c100.p53 .fill, .c100.p53 .color-picker .fill, .color-picker .c100.p54 .fill, .c100.p54 .color-picker .fill, .color-picker .c100.p55 .fill, .c100.p55 .color-picker .fill, .color-picker .c100.p56 .fill, .c100.p56 .color-picker .fill, .color-picker .c100.p57 .fill, .c100.p57 .color-picker .fill, .color-picker .c100.p58 .fill, .c100.p58 .color-picker .fill, .color-picker .c100.p59 .fill, .c100.p59 .color-picker .fill, .color-picker .c100.p60 .fill, .c100.p60 .color-picker .fill, .color-picker .c100.p61 .fill, .c100.p61 .color-picker .fill, .color-picker .c100.p62 .fill, .c100.p62 .color-picker .fill, .color-picker .c100.p63 .fill, .c100.p63 .color-picker .fill, .color-picker .c100.p64 .fill, .c100.p64 .color-picker .fill, .color-picker .c100.p65 .fill, .c100.p65 .color-picker .fill, .color-picker .c100.p66 .fill, .c100.p66 .color-picker .fill, .color-picker .c100.p67 .fill, .c100.p67 .color-picker .fill, .color-picker .c100.p68 .fill, .c100.p68 .color-picker .fill, .color-picker .c100.p69 .fill, .c100.p69 .color-picker .fill, .color-picker .c100.p70 .fill, .c100.p70 .color-picker .fill, .color-picker .c100.p71 .fill, .c100.p71 .color-picker .fill, .color-picker .c100.p72 .fill, .c100.p72 .color-picker .fill, .color-picker .c100.p73 .fill, .c100.p73 .color-picker .fill, .color-picker .c100.p74 .fill, .c100.p74 .color-picker .fill, .color-picker .c100.p75 .fill, .c100.p75 .color-picker .fill, .color-picker .c100.p76 .fill, .c100.p76 .color-picker .fill, .color-picker .c100.p77 .fill, .c100.p77 .color-picker .fill, .color-picker .c100.p78 .fill, .c100.p78 .color-picker .fill, .color-picker .c100.p79 .fill, .c100.p79 .color-picker .fill, .color-picker .c100.p80 .fill, .c100.p80 .color-picker .fill, .color-picker .c100.p81 .fill, .c100.p81 .color-picker .fill, .color-picker .c100.p82 .fill, .c100.p82 .color-picker .fill, .color-picker .c100.p83 .fill, .c100.p83 .color-picker .fill, .color-picker .c100.p84 .fill, .c100.p84 .color-picker .fill, .color-picker .c100.p85 .fill, .c100.p85 .color-picker .fill, .color-picker .c100.p86 .fill, .c100.p86 .color-picker .fill, .color-picker .c100.p87 .fill, .c100.p87 .color-picker .fill, .color-picker .c100.p88 .fill, .c100.p88 .color-picker .fill, .color-picker .c100.p89 .fill, .c100.p89 .color-picker .fill, .color-picker .c100.p90 .fill, .c100.p90 .color-picker .fill, .color-picker .c100.p91 .fill, .c100.p91 .color-picker .fill, .color-picker .c100.p92 .fill, .c100.p92 .color-picker .fill, .color-picker .c100.p93 .fill, .c100.p93 .color-picker .fill, .color-picker .c100.p94 .fill, .c100.p94 .color-picker .fill, .color-picker .c100.p95 .fill, .c100.p95 .color-picker .fill, .color-picker .c100.p96 .fill, .c100.p96 .color-picker .fill, .color-picker .c100.p97 .fill, .c100.p97 .color-picker .fill, .color-picker .c100.p98 .fill, .c100.p98 .color-picker .fill, .color-picker .c100.p99 .fill, .c100.p99 .color-picker .fill, .color-picker .c100.p100 .fill, .c100.p100 .color-picker .fill {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  clip: rect(0px, 50px, 100px, 0px);
}

.color-picker .color-item {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  clip: rect(0px, 100px, 50px, 50px);
  cursor: pointer;
}

#pieSlice1 {
  transform: rotate(-90deg);
}

#pieSlice2 {
  transform: rotate(0deg);
}

#pieSlice3 {
  transform: rotate(90deg);
}

#pieSlice4 {
  transform: rotate(180deg);
}

.expandable-map {
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.2, 0.5, 0.2, 1);
}
.expandable-map a.map-mask {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.expandable-map a.exit-fullscreen {
  display: none;
}
.expandable-map .map {
  position: relative;
  height: 100%;
  z-index: 0;
}
.expandable-map.expanded {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1050;
}
.expandable-map.expanded a.map-mask {
  display: none;
}
.expandable-map.expanded a.exit-fullscreen {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1rem;
  color: #000000;
  background-color: #FFFFFF;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.progress-sm {
  height: 6px;
}

.row.row-0 {
  margin: 0 !important;
}

.quotation {
  margin: 0 auto;
  width: 987px;
  max-width: 100%;
}
.quotation .rounded-btns {
  float: right;
}
.quotation .nav-tabs {
  margin-top: -25px;
}
.quotation .nav-tabs .nav-item:first-child {
  margin-left: 0;
}
.quotation .construction_selector {
  width: 100%;
}
@media (min-width: 576px) {
  .quotation .construction_selector {
    width: 50%;
  }
}
.quotation .head {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .quotation .head {
    flex-direction: row;
    justify-content: space-between;
  }
}
.quotation .head .ref {
  font-weight: 700;
  font-size: 1.25rem;
}
.quotation .head .date {
  font-weight: 600;
  color: #A2A9B0;
}
.quotation .head .client-ref {
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
}
.quotation .identification {
  border: 1px solid #EFEFEF;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  display: flex;
  color: #808080;
}
.quotation .identification .pp {
  width: 60px;
  height: 60px;
  margin-right: 1.25rem;
  border-radius: 50%;
  overflow: hidden;
}
.quotation .identification .contact,
.quotation .identification .address {
  flex-basis: 0;
  flex-grow: 1;
}
.quotation .identification .contact strong,
.quotation .identification .address strong {
  text-transform: uppercase;
}
.quotation .identification .contact a,
.quotation .identification .address a {
  color: #0C4035;
}
.quotation .addresses {
  border: 1px solid #EFEFEF;
  margin-bottom: 1.5rem;
  display: flex;
}
.quotation .addresses .address {
  border-right: 1px solid #EFEFEF;
  padding: 1.25rem;
  flex-grow: 1;
  flex-basis: 0;
}
.quotation .addresses .address:last-child {
  border: 0;
}
.quotation .addresses .address .title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.quotation .addresses .address p {
  color: #808080;
}
.quotation .addresses .address strong {
  text-transform: uppercase;
}
.quotation .addresses .address a {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #0C4035;
}
.quotation .addresses .address .btn-detail {
  color: #A2A9B0;
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  cursor: pointer;
}
.quotation .addresses.v2 {
  border-width: 2px !important;
  border-radius: 8px;
}
.quotation .addresses.v2 .address {
  border-right: 1px solid #EFEFEF;
  padding: 1.6rem;
}
.quotation .addresses.v2 .eye-o {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_16_571)'%3E%3Cpath d='M9.34203 18.782L7.41103 18.264L8.19803 15.325C7.01999 14.8905 5.92514 14.2573 4.96103 13.453L2.80803 15.607L1.39303 14.192L3.54703 12.039C2.3311 10.5827 1.51411 8.83575 1.17603 6.96899L3.14403 6.60999C3.90303 10.812 7.57903 14 12 14C16.42 14 20.097 10.812 20.856 6.60999L22.824 6.96799C22.4864 8.835 21.6697 10.5824 20.454 12.039L22.607 14.192L21.192 15.607L19.039 13.453C18.0749 14.2573 16.9801 14.8905 15.802 15.325L16.589 18.265L14.658 18.782L13.87 15.842C12.6324 16.0541 11.3677 16.0541 10.13 15.842L9.34203 18.782Z' fill='%2309121F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_16_571'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
}
.quotation .addresses.v2 .eye-o:before {
  content: "";
}
.quotation .addresses.v2 .eye-c {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_16_131)'%3E%3Cpath d='M11.9999 3C17.3919 3 21.8779 6.88 22.8189 12C21.8789 17.12 17.3919 21 11.9999 21C6.60791 21 2.12191 17.12 1.18091 12C2.12091 6.88 6.60791 3 11.9999 3ZM11.9999 19C14.0394 18.9996 16.0183 18.3068 17.6128 17.0352C19.2072 15.7635 20.3228 13.9883 20.7769 12C20.3211 10.0133 19.2048 8.24 17.6105 6.97003C16.0162 5.70005 14.0382 5.00853 11.9999 5.00853C9.96161 5.00853 7.9836 5.70005 6.38928 6.97003C4.79497 8.24 3.67868 10.0133 3.22291 12C3.677 13.9883 4.79258 15.7635 6.38705 17.0352C7.98152 18.3068 9.96044 18.9996 11.9999 19ZM11.9999 16.5C10.8064 16.5 9.66184 16.0259 8.81793 15.182C7.97401 14.3381 7.49991 13.1935 7.49991 12C7.49991 10.8065 7.97401 9.66193 8.81793 8.81802C9.66184 7.97411 10.8064 7.5 11.9999 7.5C13.1934 7.5 14.338 7.97411 15.1819 8.81802C16.0258 9.66193 16.4999 10.8065 16.4999 12C16.4999 13.1935 16.0258 14.3381 15.1819 15.182C14.338 16.0259 13.1934 16.5 11.9999 16.5ZM11.9999 14.5C12.6629 14.5 13.2988 14.2366 13.7677 13.7678C14.2365 13.2989 14.4999 12.663 14.4999 12C14.4999 11.337 14.2365 10.7011 13.7677 10.2322C13.2988 9.76339 12.6629 9.5 11.9999 9.5C11.3369 9.5 10.701 9.76339 10.2321 10.2322C9.7633 10.7011 9.49991 11.337 9.49991 12C9.49991 12.663 9.7633 13.2989 10.2321 13.7678C10.701 14.2366 11.3369 14.5 11.9999 14.5Z' fill='%2309121F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_16_131'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.quotation .addresses.v2 .eye-c:before {
  content: "";
}
.quotation .addresses.v2 .address .btn-detail {
  box-shadow: none;
  border: none;
}
.quotation .table-products {
  width: 100%;
  margin-bottom: 1.25rem;
}
.quotation .table-products .cta-add, .quotation .table-products .cta-add-consumable {
  color: #0C4035;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.quotation .table-products .cta-add i, .quotation .table-products .cta-add-consumable i {
  font-size: 0.45rem;
}
.quotation .table-products .cta-detail,
.quotation .table-products .cta-delete {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.quotation .table-products .cta-detail {
  left: 0.9375rem;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (min-width: 576px) {
  .quotation .table-products .cta-detail {
    left: -1.875rem;
  }
}
.quotation .table-products .cta-delete {
  right: 0.9375rem;
  transform: translateY(-50%);
  font-size: 1.15rem;
}
@media (min-width: 576px) {
  .quotation .table-products .cta-delete {
    right: -2.25rem;
  }
}
.quotation .table-products .quotation-line {
  border: 1px solid #EFEFEF;
  margin-bottom: 1.25rem;
}
.quotation .table-products .quotation-line .quotation-line-data .cell-thumb {
  position: relative;
}
.quotation .table-products .quotation-line .quotation-line-data .cell-thumb img, .quotation .table-products .quotation-line .quotation-line-data .cell-thumb svg {
  width: 94px;
  height: 94px;
  object-fit: contain;
  object-position: center;
}
.quotation .table-products .quotation-line .quotation-line-data .cell-title .ref {
  font-size: 10px;
  text-transform: uppercase;
  color: #A2A9B0;
}
.quotation .table-products .quotation-line .quotation-line-data .cell-title .title {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 700;
}
.quotation .table-products .quotation-line .quotation-line-data .cell-qty {
  font-size: 1rem;
  text-align: center;
}
.quotation .table-products .quotation-line .quotation-line-data .cell-price {
  text-align: right;
  position: relative;
}
.quotation .table-products .quotation-line .quotation-line-data .cell-price span.price {
  display: block;
  font-weight: 700;
  color: #000000;
  font-size: 1.375rem;
  line-height: 1.25;
}
.quotation .table-products .quotation-line .quotation-line-data .cell-price span.price-dashed {
  display: block;
  color: #A2A9B0;
  text-decoration: line-through;
}
.quotation .cta-add, .quotation .cta-add-consumable {
  font-size: 1rem;
  cursor: pointer;
}
.quotation .cta-edit-line {
  color: #0C4035;
  margin-left: 0.25rem;
  font-size: 0.875rem;
  cursor: pointer;
}
.quotation .table-total {
  width: 410px;
  max-width: 100%;
  margin-left: auto;
  margin-bottom: 3rem;
}
.quotation .table-total tr th,
.quotation .table-total tr td {
  border-top: 1px solid #B4B4B4;
  padding: 1.5rem 0;
}
.quotation .table-total tr th {
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #A2A9B0;
  font-weight: 400;
}
.quotation .table-total tr td {
  text-align: right;
  font-weight: 700;
  color: #000000;
  font-size: 1.375rem;
}
.quotation .actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.quotation .actions .btn {
  margin-left: 1.25rem;
}
.quotation .buttons {
  background: #F8F9FA;
  padding: 1rem;
  margin: 1rem 0;
  border: 1px solid #EFEFEF;
}
.quotation .buttons .text-primary:hover {
  opacity: 0.7;
}

.modal-quotation {
  /**
   * Hide input arrows
   */
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.modal-quotation input::-webkit-outer-spin-button,
.modal-quotation input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.modal-quotation input[type=number] {
  -moz-appearance: textfield;
}
.modal-quotation #ecbFrame {
  width: 100% !important;
  height: 100% !important;
}
.modal-quotation.quick-quotation .wizard {
  padding: 20px 0;
  background-color: #e9eef2;
}
.modal-quotation.quick-quotation .wizard > .wizard-step {
  position: relative;
  margin: 0;
  outline: none;
  border: 0;
  padding: 0;
  width: 20%;
  background-color: transparent;
  cursor: default;
  text-align: left;
  text-decoration: none;
}
.modal-quotation.quick-quotation .wizard > .wizard-step.disabled {
  cursor: not-allowed;
}
.modal-quotation.quick-quotation .wizard > .wizard-step.disabled > .wizard-text,
.modal-quotation.quick-quotation .wizard > .wizard-step.disabled > .wizard-title,
.modal-quotation.quick-quotation .wizard > .wizard-step.disabled > .wizard-title::before {
  color: #b7c9d5;
}
.modal-quotation.quick-quotation .wizard > .wizard-step.active > .wizard-text,
.modal-quotation.quick-quotation .wizard > .wizard-step.active > .wizard-title,
.modal-quotation.quick-quotation .wizard > .wizard-step.active > .wizard-title::before {
  color: #4c4f5c;
  font-weight: bold;
}
.modal-quotation.quick-quotation .wizard > .wizard-step > .wizard-title {
  display: table;
  height: 50px;
  padding-left: 60px;
  white-space: normal;
  font-size: 14px;
  font-weight: bold;
}
.modal-quotation.quick-quotation .wizard > .wizard-step > .wizard-title:before {
  content: attr(data-number);
  position: absolute;
  width: 40px;
  height: 65px;
  top: 0;
  left: 0;
  border-bottom: 3px solid #00aeeb;
  text-align: right;
  font-size: 35px;
}
.modal-quotation.quick-quotation .wizard > .wizard-step > .wizard-title > span {
  display: table-cell;
  vertical-align: middle;
}
.modal-quotation.quick-quotation .wizard > .wizard-step > .wizard-text {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 5px;
  padding-left: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 600;
}
.modal-quotation.quick-quotation .wizard > .wizard-separator {
  position: relative;
  padding-right: 20px;
  text-align: center;
}
.modal-quotation.quick-quotation .wizard > .wizard-separator > span::before {
  content: "";
  display: inline-block;
  color: #d8e3eb;
  text-shadow: 0 1px #fff;
  line-height: 50px;
  font-family: "Font Awesome 5 Free";
  font-size: 35px;
  font-weight: 900;
}
.modal-quotation.quick-quotation .wizard > .wizard-step:not(.active) > .wizard-title::before {
  border-bottom: 3px solid #b7c9d5;
}
.modal-quotation.quick-quotation .page-content-inner {
  padding: 0 50px 20px 50px;
  color: #909ba9;
  margin-bottom: 25px;
  border-radius: 3px;
  box-shadow: 0 2px #d8dfe5;
}
.modal-quotation.quick-quotation .page-content-inner h4 {
  padding: 30px 0;
  font-size: 1.25rem;
  color: #909ba9;
  font-weight: 700;
}
.modal-quotation.quick-quotation .page-content-inner .item {
  cursor: pointer;
}

.quotation-line .cta-detail {
  padding: 0.5rem 1rem;
  border: 1px solid #EFEFEF;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #EFEFEF;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.14);
}

#table_product .btn-group a {
  border-radius: 0 6px 6px 0;
}

.address .btn-detail {
  padding: 0.5rem 1rem;
  border: 1px solid #EFEFEF;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #EFEFEF;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.14);
  z-index: 100;
}
.address .btn-detail > i {
  pointer-events: none;
}
.address .btn-detail[aria-expanded=true] .fa-plus {
  display: none;
}
.address .btn-detail[aria-expanded=false] .fa-minus {
  display: none;
}

#cookies-details .popup {
  z-index: 9999 !important;
}

/* Fix - class container manquante dans la déclaration du dataTables_wrapper */
.table-responsive > .dt-bootstrap thead .select2-container {
  width: 100% !important;
}

.sidebar-dashboard .pp {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 1.5rem auto 1.5rem auto;
}
.sidebar-dashboard .pp img {
  object-fit: cover;
  object-position: center;
}
.sidebar-dashboard .personal-infos {
  text-align: center;
  margin-bottom: 2.5rem;
}
.sidebar-dashboard .personal-infos span.name {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
}
.sidebar-dashboard .personal-infos span.agency {
  display: block;
  color: #A2A9B0;
  font-weight: 600;
}
.sidebar-dashboard .heading-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.sidebar-dashboard .heading-container .h2,
.sidebar-dashboard .heading-container .h3 {
  margin: 0;
}
.sidebar-dashboard .heading-container a.read-more {
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: #009092;
}
.sidebar-dashboard .heading-container a.read-more i {
  margin-left: 0.5rem;
  font-size: 0.75rem;
}
.sidebar-dashboard ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}
.sidebar-dashboard ul li {
  margin-bottom: 1rem;
  color: #A2A9B0;
}
.sidebar-dashboard ul li a {
  cursor: default;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #666D74;
}
.sidebar-dashboard ul li a span.icon {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-width: 48px;
  padding: 10px;
  background-color: rgba(162, 169, 176, 0.2);
  color: #FFFFFF;
  font-size: 1rem;
  margin-right: 1rem;
  flex-shrink: 0;
}
.sidebar-dashboard ul li a span.icon.icon-primary {
  background: #0C4035;
}
.sidebar-dashboard ul li a span.icon.icon-tiers {
  background: #4A8593;
}
.sidebar-dashboard ul li a span.icon.icon-secondary {
  background: #009092;
}
.sidebar-dashboard ul li a span.icon i {
  font-size: 1.35rem;
}

@media (max-width: 991.98px) {
  .sidebar-dashboard .pp {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767.98px) {
  .sidebar-dashboard .pp {
    width: 80px;
    height: 80px;
  }
}
/* Hotfix pour afficher les tailles de font dans le menu déroulant du summernote */
.note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a {
  /* Surcharge pour la taille selectionnée */
}
.note-popover .popover-content .dropdown-menu.note-check li a i i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  visibility: inherit !important;
  color: black !important;
}
.note-popover .popover-content .dropdown-menu.note-check li a i.checked i, .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  color: #CD1F21 !important;
  font-weight: bold !important;
}

/*******************
Table Cell
*******************/
.table-box {
  display: table;
  width: 100%;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.table thead th,
.table th {
  font-weight: 500;
}

.nowrap {
  white-space: nowrap;
}

.lite-padding td {
  padding: 5px;
}

.v-middle td,
.v-middle th {
  vertical-align: middle;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  z-index: 1;
  position: relative;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #FAFAFA;
}

/*******************
Table td vertical middle
*******************/
.vm.table td,
.vm.table th {
  vertical-align: middle;
}

.no-th-brd.table th {
  border: 0px;
}

.table.no-border tbody td {
  border: 0px;
}

/*******************
Table-Layout
******************/
.color-table th {
  border: 0px;
}

.color-table.primary-table thead th {
  background-color: #0C4035;
  color: #FFFFFF;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #FAFAFA;
}

.color-table.success-table thead th {
  background-color: #0C4035;
  color: #FFFFFF;
}

.color-table.info-table thead th {
  background-color: #17a2b8;
  color: #FFFFFF;
}

.color-table.warning-table thead th {
  background-color: #f76f70;
  color: #FFFFFF;
}

.color-table.danger-table thead th {
  background-color: #f76f70;
  color: #FFFFFF;
}

.color-table.inverse-table thead th {
  background-color: #4E4E4E;
  color: #FFFFFF;
}

.color-table.dark-table thead th {
  background-color: #4E4E4E;
  color: #FFFFFF;
}

.color-table.red-table thead th {
  background-color: #f76f70;
  color: #FFFFFF;
}

.color-table.purple-table thead th {
  background-color: #6f42c1;
  color: #FFFFFF;
}

.color-table.muted-table thead th {
  background-color: #808080;
  color: #FFFFFF;
}

.color-bordered-table.primary-bordered-table {
  border: 2px solid #0C4035;
}
.color-bordered-table.primary-bordered-table thead th {
  background-color: #0C4035;
  color: #FFFFFF;
}

.color-bordered-table.success-bordered-table {
  border: 2px solid #0C4035;
}
.color-bordered-table.success-bordered-table thead th {
  background-color: #0C4035;
  color: #FFFFFF;
}

.color-bordered-table.info-bordered-table {
  border: 2px solid #17a2b8;
}
.color-bordered-table.info-bordered-table thead th {
  background-color: #17a2b8;
  color: #FFFFFF;
}

.color-bordered-table.warning-bordered-table {
  border: 2px solid #f76f70;
}
.color-bordered-table.warning-bordered-table thead th {
  background-color: #f76f70;
  color: #FFFFFF;
}

.color-bordered-table.danger-bordered-table {
  border: 2px solid #f76f70;
}
.color-bordered-table.danger-bordered-table thead th {
  background-color: #f76f70;
  color: #FFFFFF;
}

.color-bordered-table.inverse-bordered-table {
  border: 2px solid #4E4E4E;
}
.color-bordered-table.inverse-bordered-table thead th {
  background-color: #4E4E4E;
  color: #FFFFFF;
}

.color-bordered-table.dark-bordered-table {
  border: 2px solid #4E4E4E;
}
.color-bordered-table.dark-bordered-table thead th {
  background-color: #4E4E4E;
  color: #FFFFFF;
}

.color-bordered-table.red-bordered-table {
  border: 2px solid #f76f70;
}
.color-bordered-table.red-bordered-table thead th {
  background-color: #f76f70;
  color: #FFFFFF;
}

.color-bordered-table.purple-bordered-table {
  border: 2px solid #6f42c1;
}
.color-bordered-table.purple-bordered-table thead th {
  background-color: #6f42c1;
  color: #FFFFFF;
}

.color-bordered-table.muted-bordered-table {
  border: 2px solid #808080;
}
.color-bordered-table.muted-bordered-table thead th {
  background-color: #808080;
  color: #FFFFFF;
}

.full-color-table.full-primary-table {
  color: #06211c;
  background-color: #ced9d7;
  border-color: #bbcac6;
}
.full-color-table.full-primary-table hr {
  border-top-color: #adbfba;
}
.full-color-table.full-primary-table .alert-link {
  color: black;
}
.full-color-table.full-primary-table thead th {
  color: #06211c;
  background-color: #0b3b31;
  border-color: #bbcac6;
  color: #FFFFFF;
}
.full-color-table.full-primary-table thead th hr {
  border-top-color: #adbfba;
}
.full-color-table.full-primary-table thead th .alert-link {
  color: black;
}
.full-color-table.full-primary-table tbody td {
  border: 0;
}
.full-color-table.full-primary-table tr:hover {
  color: #06211c;
  background-color: #6d8c86;
  border-color: #bbcac6;
  color: #FFFFFF;
}
.full-color-table.full-primary-table tr:hover hr {
  border-top-color: #adbfba;
}
.full-color-table.full-primary-table tr:hover .alert-link {
  color: black;
}

.full-color-table.full-secondary-table {
  color: #004b4c;
  background-color: #cce9e9;
  border-color: #b8e0e0;
}
.full-color-table.full-secondary-table hr {
  border-top-color: #a6d8d8;
}
.full-color-table.full-secondary-table .alert-link {
  color: #001919;
}
.full-color-table.full-secondary-table thead th {
  color: #004b4c;
  background-color: #008486;
  border-color: #b8e0e0;
  color: #FFFFFF;
}
.full-color-table.full-secondary-table thead th hr {
  border-top-color: #a6d8d8;
}
.full-color-table.full-secondary-table thead th .alert-link {
  color: #001919;
}
.full-color-table.full-secondary-table tbody td {
  border: 0;
}
.full-color-table.full-secondary-table tr:hover {
  color: #004b4c;
  background-color: #66bcbe;
  border-color: #b8e0e0;
  color: #FFFFFF;
}
.full-color-table.full-secondary-table tr:hover hr {
  border-top-color: #a6d8d8;
}
.full-color-table.full-secondary-table tr:hover .alert-link {
  color: #001919;
}

.full-color-table.full-success-table {
  color: #06211c;
  background-color: #ced9d7;
  border-color: #bbcac6;
}
.full-color-table.full-success-table hr {
  border-top-color: #adbfba;
}
.full-color-table.full-success-table .alert-link {
  color: black;
}
.full-color-table.full-success-table thead th {
  color: #06211c;
  background-color: #0b3b31;
  border-color: #bbcac6;
  color: #FFFFFF;
}
.full-color-table.full-success-table thead th hr {
  border-top-color: #adbfba;
}
.full-color-table.full-success-table thead th .alert-link {
  color: black;
}
.full-color-table.full-success-table tbody td {
  border: 0;
}
.full-color-table.full-success-table tr:hover {
  color: #06211c;
  background-color: #6d8c86;
  border-color: #bbcac6;
  color: #FFFFFF;
}
.full-color-table.full-success-table tr:hover hr {
  border-top-color: #adbfba;
}
.full-color-table.full-success-table tr:hover .alert-link {
  color: black;
}

.full-color-table.full-info-table {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.full-color-table.full-info-table hr {
  border-top-color: #abdde5;
}
.full-color-table.full-info-table .alert-link {
  color: #062c33;
}
.full-color-table.full-info-table thead th {
  color: #0c5460;
  background-color: #1595a9;
  border-color: #bee5eb;
  color: #FFFFFF;
}
.full-color-table.full-info-table thead th hr {
  border-top-color: #abdde5;
}
.full-color-table.full-info-table thead th .alert-link {
  color: #062c33;
}
.full-color-table.full-info-table tbody td {
  border: 0;
}
.full-color-table.full-info-table tr:hover {
  color: #0c5460;
  background-color: #74c7d4;
  border-color: #bee5eb;
  color: #FFFFFF;
}
.full-color-table.full-info-table tr:hover hr {
  border-top-color: #abdde5;
}
.full-color-table.full-info-table tr:hover .alert-link {
  color: #062c33;
}

.full-color-table.full-warning-table {
  color: #803a3a;
  background-color: #fde2e2;
  border-color: #fdd7d7;
}
.full-color-table.full-warning-table hr {
  border-top-color: #fcbfbf;
}
.full-color-table.full-warning-table .alert-link {
  color: #5d2a2a;
}
.full-color-table.full-warning-table thead th {
  color: #803a3a;
  background-color: #e36667;
  border-color: #fdd7d7;
  color: #FFFFFF;
}
.full-color-table.full-warning-table thead th hr {
  border-top-color: #fcbfbf;
}
.full-color-table.full-warning-table thead th .alert-link {
  color: #5d2a2a;
}
.full-color-table.full-warning-table tbody td {
  border: 0;
}
.full-color-table.full-warning-table tr:hover {
  color: #803a3a;
  background-color: #faa9a9;
  border-color: #fdd7d7;
  color: #FFFFFF;
}
.full-color-table.full-warning-table tr:hover hr {
  border-top-color: #fcbfbf;
}
.full-color-table.full-warning-table tr:hover .alert-link {
  color: #5d2a2a;
}

.full-color-table.full-danger-table {
  color: #803a3a;
  background-color: #fde2e2;
  border-color: #fdd7d7;
}
.full-color-table.full-danger-table hr {
  border-top-color: #fcbfbf;
}
.full-color-table.full-danger-table .alert-link {
  color: #5d2a2a;
}
.full-color-table.full-danger-table thead th {
  color: #803a3a;
  background-color: #e36667;
  border-color: #fdd7d7;
  color: #FFFFFF;
}
.full-color-table.full-danger-table thead th hr {
  border-top-color: #fcbfbf;
}
.full-color-table.full-danger-table thead th .alert-link {
  color: #5d2a2a;
}
.full-color-table.full-danger-table tbody td {
  border: 0;
}
.full-color-table.full-danger-table tr:hover {
  color: #803a3a;
  background-color: #faa9a9;
  border-color: #fdd7d7;
  color: #FFFFFF;
}
.full-color-table.full-danger-table tr:hover hr {
  border-top-color: #fcbfbf;
}
.full-color-table.full-danger-table tr:hover .alert-link {
  color: #5d2a2a;
}

.full-color-table.full-light-table {
  color: #828282;
  background-color: #fefefe;
  border-color: #fefefe;
}
.full-color-table.full-light-table hr {
  border-top-color: #f1f1f1;
}
.full-color-table.full-light-table .alert-link {
  color: dimgray;
}
.full-color-table.full-light-table thead th {
  color: #828282;
  background-color: #e6e6e6;
  border-color: #fefefe;
  color: #FFFFFF;
}
.full-color-table.full-light-table thead th hr {
  border-top-color: #f1f1f1;
}
.full-color-table.full-light-table thead th .alert-link {
  color: dimgray;
}
.full-color-table.full-light-table tbody td {
  border: 0;
}
.full-color-table.full-light-table tr:hover {
  color: #828282;
  background-color: #fcfcfc;
  border-color: #fefefe;
  color: #FFFFFF;
}
.full-color-table.full-light-table tr:hover hr {
  border-top-color: #f1f1f1;
}
.full-color-table.full-light-table tr:hover .alert-link {
  color: dimgray;
}

.full-color-table.full-dark-table {
  color: #292929;
  background-color: gainsboro;
  border-color: #cdcdcd;
}
.full-color-table.full-dark-table hr {
  border-top-color: silver;
}
.full-color-table.full-dark-table .alert-link {
  color: #101010;
}
.full-color-table.full-dark-table thead th {
  color: #292929;
  background-color: #484848;
  border-color: #cdcdcd;
  color: #FFFFFF;
}
.full-color-table.full-dark-table thead th hr {
  border-top-color: silver;
}
.full-color-table.full-dark-table thead th .alert-link {
  color: #101010;
}
.full-color-table.full-dark-table tbody td {
  border: 0;
}
.full-color-table.full-dark-table tr:hover {
  color: #292929;
  background-color: #959595;
  border-color: #cdcdcd;
  color: #FFFFFF;
}
.full-color-table.full-dark-table tr:hover hr {
  border-top-color: silver;
}
.full-color-table.full-dark-table tr:hover .alert-link {
  color: #101010;
}

/*******************
Table-Data Table
******************/
.dt-buttons {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 15px;
}
.dt-buttons .dt-button {
  padding: 5px 15px;
  border-radius: 8px;
  background: #fb9678;
  color: #FFFFFF;
  margin-right: 3px;
}
.dt-buttons .dt-button:hover {
  background: #4E4E4E;
}

.dataTables_info,
.dataTables_length {
  display: inline-block;
}

.dataTables_length {
  margin-top: 10px;
}
.dataTables_length select {
  border: 0;
  background-image: linear-gradient(#fb9678, #fb9678), linear-gradient(#EFEFEF, #EFEFEF);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  transition: background 0s ease-out;
  padding-bottom: 5px;
}
.dataTables_length select:focus {
  outline: none;
  background-image: linear-gradient(#fb9678, #fb9678), linear-gradient(#EFEFEF, #EFEFEF);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.3s;
}

.dataTables_filter {
  float: right;
  margin-top: 10px;
}
.dataTables_filter input {
  border: 0;
  background-image: linear-gradient(#fb9678, #fb9678), linear-gradient(#EFEFEF, #EFEFEF);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  transition: background 0s ease-out;
  float: none;
  box-shadow: none;
  border-radius: 0;
  margin-left: 10px;
}
.dataTables_filter input:focus {
  outline: none;
  background-image: linear-gradient(#fb9678, #fb9678), linear-gradient(#EFEFEF, #EFEFEF);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.3s;
}

#editable-datatable_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
#editable-datatable_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  *cursor: hand;
  color: #252525;
  border: 1px solid #ddd;
}
#editable-datatable_wrapper .dataTables_paginate .paginate_button.current,
#editable-datatable_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #FFFFFF !important;
  border: 1px solid #fb9678;
  background-color: #fb9678;
}
#editable-datatable_wrapper .dataTables_paginate .paginate_button.disabled,
#editable-datatable_wrapper .dataTables_paginate .paginate_button.disabled:hover,
#editable-datatable_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #252525;
  border: 1px solid #EFEFEF;
  background: transparent;
  box-shadow: none;
}
#editable-datatable_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #fb9678;
  background-color: #fb9678;
}
#editable-datatable_wrapper .dataTables_paginate .paginate_button:hover a {
  color: #FFFFFF;
}
#editable-datatable_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #252525;
}
#editable-datatable_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/*******************
Table- responsive
******************/
.tablesaw-bar .btn-group label {
  color: #252525 !important;
}

/*******************
Table- editable table
******************/
.dt-bootstrap {
  display: block;
}

.stylish-table tbody tr {
  border-left: 3px solid transparent;
}
.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-color: #fb9678;
}

/*******************
Table-Jsgrid table
******************/
.jsgrid-pager-page a,
.jsgrid-pager-current-page,
.jsgrid-pager-nav-button a {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #67757c;
  border: 1px solid #ddd;
}

.jsgrid-pager-page a:hover,
.jsgrid-pager-nav-button a:hover {
  background-color: #fb9678;
  color: #FFFFFF;
}

.jsgrid-pager-current-page {
  background-color: #fb9678;
  color: #FFFFFF;
}

.jsgrid-pager-page,
.jsgrid-pager-nav-button {
  padding: 0;
}

.jsgrid-pager-page.jsgrid-pager-current-page {
  padding: 0.5em 1em !important;
}

#footable-addrow .open > .dropdown-menu {
  display: block;
}

#skill-selector .placeholder .symbol-label {
  width: 105px !important;
  background: none;
}

.pagination {
  float: right;
}

body .page-head {
  position: relative;
}
body .page-head.toggle-alerts {
  padding-right: 30px;
}
body .page-head #tofix {
  position: absolute;
  right: 0;
}
body .page-head #tofix ul {
  display: inherit;
  list-style-type: none;
}
body .page-head #tofix ul li {
  font-size: 0.9rem;
  border: solid 0.125rem #EFEFEF;
  background-color: #FFFFFF;
  color: #666C72;
  padding: 0.1rem;
  border-radius: 1.875rem;
  margin-top: 1px;
  padding-right: 7px;
  padding-left: 7px;
}
body .page-head #tofix ul.hidden {
  display: none;
}
body.with-sidebar .page-head.toggle-alerts {
  margin-right: 30px;
}
body.with-sidebar .page-head #tofix {
  position: absolute;
}
body.with-sidebar .page-head #tofix div {
  display: inherit;
  list-style-type: none;
}
body.with-sidebar .page-head #tofix div li {
  font-size: 0.9rem;
  border: solid 0.125rem #EFEFEF;
  background-color: #FFFFFF;
  color: #666C72;
  padding: 0.1rem;
  border-radius: 1.875rem;
  margin-top: 1px;
  padding-right: 7px;
  padding-left: 7px;
}
body.with-sidebar .page-head #tofix div.hidden {
  display: none;
}

@media (max-width: 1199.98px) {
  body.with-sidebar .page-head #tofix {
    right: 10px;
    top: 90px;
  }
}
@media (max-width: 991.98px) {
  body.with-sidebar .page-head #tofix {
    right: 10px;
    top: 180px;
  }
}
@media (max-width: 575.98px) {
  body.with-sidebar .page-head #tofix {
    right: 10px;
    top: 180px;
  }
}
body.page-authentication {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  max-width: 510px;
  margin: auto;
}
body.page-authentication footer {
  margin-top: 92vh !important;
  display: none !important;
}
body.page-authentication .main-wrapper {
  display: flex;
  width: 640px;
  color: #FFFFFF;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: rgba(12, 64, 53, 0.95);
  max-width: 100%;
  padding: 2rem 4rem 4rem 4rem;
}
body.page-authentication .intro {
  margin: auto auto 1.875rem auto;
  width: 300px;
  max-width: 100%;
  text-align: center;
}
body.page-authentication .intro .logo {
  margin: 0 auto 2rem auto;
  width: 185px;
}
body.page-authentication form {
  width: 400px;
  margin-bottom: 2rem;
  max-width: 100%;
}
body.page-authentication form .form-group {
  position: relative;
  padding: 0;
  margin-bottom: 1.5rem;
}
body.page-authentication form .form-group label {
  position: absolute;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
  background-color: transparent;
  font-size: 0.9375rem;
}
body.page-authentication form .form-group input {
  border: 0;
  padding: 0.75rem 0;
  width: 100%;
  color: #FFFFFF;
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
  border-bottom: 1px solid #FFFFFF;
  background-color: transparent;
  font-size: 0.9375rem;
}
body.page-authentication form .form-group input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #0C4035 inset;
  /* Change the color to your own background color */
  background-color: transparent !important;
  -webkit-text-fill-color: #FFFFFF;
}
body.page-authentication form .form-group input:focus, body.page-authentication form .form-group input:valid {
  outline: none;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
}
body.page-authentication form .form-group input:focus + label, body.page-authentication form .form-group input:valid + label {
  color: #FFFFFF;
  top: 0;
  font-size: 0.75rem;
}
body.page-authentication form .form-group input::placeholder {
  color: #FFFFFF;
}
body.page-authentication form .form-group:last-of-type {
  margin-bottom: 3rem;
}
body.page-authentication form .password-utils {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
body.page-authentication form .password-utils a {
  color: #FF9E00;
  margin-left: auto;
}
body.page-authentication form .password-utils .form-check-label {
  margin-left: 54px;
}
body.page-authentication form .forgot-password {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
}
body.page-authentication form button[type=submit].btn {
  text-transform: none;
}
body.page-authentication .footer {
  margin-top: auto;
}
body.page-authentication .footer a {
  color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
  font-size: 0.6875rem;
}
body.page-authentication .footer a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 600px) {
  body.page-authentication .main-wrapper {
    padding: 3rem !important;
  }
}
@media (max-width: 495px) {
  body.page-authentication {
    padding: 9rem 1rem;
  }
  body.page-authentication .intro {
    width: 100%;
  }
  body.page-authentication .main-wrapper {
    max-width: 93%;
  }
  body.page-authentication img.logo {
    max-width: 150px;
    margin-top: 2.8rem !important;
    margin-bottom: 1rem !important;
  }
  body.page-authentication form .password-utils .form-check-label {
    transform: scale(0.8);
    transform-origin: -54px 0;
    top: -5px;
  }
  body.page-authentication .password-utils {
    display: block !important;
    margin-bottom: 2rem !important;
  }
  body.page-authentication .password-utils .form-switch {
    display: inline-flex !important;
  }
  body.page-authentication .password-utils .form-check-label {
    margin-top: 5px !important;
    display: inline-flex !important;
  }
  body.page-authentication .password-utils a {
    display: block !important;
    margin-top: 10px !important;
    margin-bottom: 22px !important;
  }
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 50px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
body.page-authentication .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}
body.page-authentication .animatedFadeInUp {
  opacity: 0;
}
body.page-authentication .fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.modal-details .popup-modal {
  background-color: #FAFAFA;
}
.modal-details .modal-header {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  background-color: #0C4035;
  justify-content: flex-start;
  padding: 1.5rem 1.5rem 3rem 1.5rem;
}
.modal-details .modal-header .pp {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #EFEFEF;
  color: rgba(0, 0, 0, 0.35);
  font-size: 1.25rem;
  margin-right: 1.5rem;
  overflow: visible;
  font-weight: 700;
}
.modal-details .modal-header .pp .icon {
  background-color: #2CCC70;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: -8px;
  font-size: 0.875rem;
}
.modal-details .modal-header .pp img {
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.modal-details .modal-header .infos {
  padding-top: 1rem;
  color: #FFFFFF;
}
.modal-details .modal-header .infos .h2 {
  color: #FFFFFF;
  margin-bottom: 0.5rem !important;
}
.modal-details .modal-header .infos .h2::after {
  display: none;
}
.modal-details .modal-header .infos h3 {
  color: #FFFFFF;
}
.modal-details .modal-header .infos .infos-actions {
  margin-bottom: 1.5rem;
}
.modal-details .modal-header .infos .infos-actions a {
  color: #00B5B8;
  font-weight: 300;
}
.modal-details .modal-header .infos .address {
  font-size: 1rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.modal-details .expandable-map {
  margin-top: -25px;
  height: 180px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  flex-shrink: 0;
}
.modal-details .expandable-map.expanded {
  height: 100vh;
  border-radius: 0;
  margin: 0;
}
.modal-details .expandable-map.empty {
  line-height: 190px;
  background-color: #B4B4B4;
}
.modal-details .modal-body {
  padding-top: 2rem;
}
.modal-details .modal-body p.empty-message {
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  width: 450px;
  max-width: 100%;
  line-height: 1.25;
  margin: 2rem auto;
}
.modal-details .modal-body p.empty-message strong {
  font-weight: 700;
}
.modal-details .modal-body dd {
  margin-bottom: 0;
}
.modal-details .modal-body dt {
  margin-top: 0.5rem;
}
.modal-details .modal-body dt:first-child {
  margin-top: 0;
}
.modal-details .modal-body span.item-color {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.modal-details .modal-body span.item-info {
  margin-left: 10px;
}

.day-section {
  padding: 2.0938rem 0;
  border-bottom: dotted 2px #EFEFEF;
}
.day-section .metas {
  opacity: 0.55;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: normal;
  color: #6d728b;
  margin: 0;
}
.day-section .title {
  color: #6d728b;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  font-family: unset;
}
.day-section .comment .title-com,
.day-section .info-txt {
  font-family: unset;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.31;
  letter-spacing: 0.3px;
  color: #a2a9b0;
  text-transform: uppercase;
}
.day-section .comment {
  width: 100%;
  padding: 1.875rem 2.1875rem;
  border-radius: 2.5rem;
  background-color: #F8F9FA;
}
.day-section .comment .title-com {
  font-size: 0.875rem;
}
.day-section .comment p {
  font-size: 0.8125rem;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #4E4E4E;
  margin: 0;
}
.day-section .comment.add-comment {
  width: 100%;
}
.day-section .comment.add-comment .trumbowyg-box .trumbowyg-editor {
  background: #FFFFFF !important;
}
.day-section .author {
  min-width: 18%;
  margin-left: 2rem;
}
.day-section .author .pp {
  width: 4.625rem;
  height: 4.625rem;
  font-family: unset;
  font-size: 1.5rem;
  font-weight: 600;
}
.day-section .author .name {
  font-size: 0.875rem;
  letter-spacing: -0.0419rem;
  color: black;
  text-transform: uppercase;
  font-family: "dinbold";
  margin-top: 0.875rem;
}
.day-section .author .job {
  font-size: 0.875rem;
  letter-spacing: -0.0419rem;
  color: #6d728b;
  text-transform: uppercase;
  font-family: "dinlight";
}
.day-section .row-com {
  display: flex;
  margin: 3.125rem 0 0;
}
.day-section.company .row-com .comment {
  order: 2;
}
.day-section.company .row-com .author {
  margin-left: 0;
  margin-right: 2rem;
}

.actions-global {
  background: #F8F9FA;
  padding: 1.5rem;
  text-align: center;
  margin-top: -2rem;
  border-radius: 0 0 10px 10px;
}
.actions-global .btn-primary {
  border: solid 0.125rem #EFEFEF;
  background-color: #FFFFFF;
  color: #666C72;
  font-weight: 900;
  font-size: 0.875rem;
  text-transform: inherit;
  padding: 1rem 2rem;
  border-radius: 8px;
}

.files-list {
  margin-bottom: 0.75rem;
}
.files-list .item-file {
  border-radius: 2.8125rem;
  border: solid 0.125rem #EFEFEF;
  background-color: #FFFFFF;
  padding: 0.68rem 2.2rem;
  margin: 1.0625rem 0 0 0;
  display: flex;
  align-items: center;
  position: relative;
}
.files-list .item-file:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
  color: #FFFFFF !important;
  background: #0C4035;
}
.files-list .item-file:hover span,
.files-list .item-file:hover i {
  color: #FFFFFF;
}
.files-list .item-file:hover .r-button {
  background: none;
  border-color: #FFFFFF;
}
.files-list .item-file .icon {
  color: #B4B4B4;
  font-size: 40px;
  margin-right: 1.125rem;
}
.files-list .item-file .icon + div {
  overflow: hidden;
}
.files-list .item-file .name {
  font-weight: 900;
  font-size: 14px;
  display: block;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.files-list .item-file .metas {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.55;
}
.files-list .item-file .actions {
  margin-left: auto;
  width: 156px;
  text-align: right;
}

.r-button {
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 3.125rem;
  width: 2.4375rem;
  height: 2.4375rem;
  padding: 0;
  text-align: center;
  color: var(--fc-button-text-color);
  border: 2px solid #F0F0F0;
  vertical-align: middle;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.r-button:hover {
  background: #F0F0F0;
}
.r-button.v2 {
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.r-button.v2 span {
  margin-left: 0.5rem;
}

.komilfo-icon-dot-menu {
  font-size: 30%;
}

p.empty-page {
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  max-width: 750px;
  line-height: 1.25;
  margin: 7.5rem auto 2.8125rem auto;
  color: #666C72;
}
p.empty-page strong {
  font-weight: 700;
}

.comment .title-com,
.info-txt {
  font-family: unset;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.31;
  letter-spacing: 0.3px;
  color: #a2a9b0;
  text-transform: uppercase;
}

.comment-client {
  margin: 1.0625rem 0 0 0;
  padding: 1.875rem 2.1875rem;
  border-radius: 2.5rem;
  background-color: #F8F9FA;
  position: relative;
}
.comment-client .title-com {
  font-size: 0.875rem;
  font-family: unset;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.31;
  letter-spacing: 0.3px;
  color: #a2a9b0;
  text-transform: uppercase;
}
.comment-client .title-com + .round {
  position: absolute;
  right: 0.875rem;
  top: 0.875rem;
}
.comment-client p {
  font-size: 0.8125rem;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #4E4E4E;
  margin: 0;
  white-space: pre-line;
}
.comment-client textarea {
  width: 100%;
}

use:nth-child(2) {
  transform: translate(20px);
}
use:nth-child(3) {
  transform: translate(40px);
}
use:nth-child(4) {
  transform: translate(60px);
}
use:nth-child(5) {
  transform: translate(80px);
}

.rating {
  display: block;
  height: 20px;
  margin: 0.75rem 0;
  width: 100px;
}

a.round {
  width: 37px;
  height: 37px;
  line-height: 37px;
  background-color: #CD1F21;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
}
a.round:hover {
  opacity: 0.7;
}

.heading-container.projet .intro {
  margin: 1rem 0;
  font-size: 1rem;
}
.heading-container.projet .intro a {
  color: #0C4035;
  margin-left: 0.3rem;
}
.heading-container.projet .intro a:hover {
  opacity: 0.7;
}
.heading-container.projet .intro em {
  font-weight: 200;
}
.heading-container.projet .contacts {
  display: flex;
  float: right;
  margin-top: 0.5rem;
  align-items: center;
  color: #808080;
  font-size: 0.75rem;
}
.heading-container.projet .contacts .pp {
  margin: 0 0 0 0.4rem !important;
  border: none;
}
.heading-container.projet .contacts .pp.popovercontact:focus {
  background: #FFB542;
}

.tab-project .nav-item {
  margin-left: 0;
  margin-right: 2.2rem;
  font-size: 1rem;
}
.tab-project .nav-item a {
  color: #000000 !important;
}
.tab-project .nav-item a.active {
  font-weight: 900;
}

.new-container {
  max-width: 1280px;
  margin: 0 auto;
}

.average-rate-stars-container {
  width: 241px;
  height: 40px;
  padding: 0 10px;
  cursor: pointer;
}
.average-rate-stars-container .average-rate-stars {
  position: relative;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 98 92" stroke-width="5" fill="transparent" stroke="%23B6B6B6"><path d="M49 73.5L22.55 87.406l5.05-29.453-21.398-20.86 29.573-4.296L49 6l13.225 26.797 29.573 4.297-21.4 20.86 5.052 29.452z" /></svg>');
  width: calc(40px * 5);
  height: 100%;
}
.average-rate-stars-container .average-rate-stars:before {
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 98 92" stroke-width="5" fill="%23FF9300" stroke="%23FF9300"><path d="M49 73.5L22.55 87.406l5.05-29.453-21.398-20.86 29.573-4.296L49 6l13.225 26.797 29.573 4.297-21.4 20.86 5.052 29.452z" /></svg>');
  width: calc(40px * var(--r, 1));
  top: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 576px) {
  .day-section {
    position: relative;
  }
  .day-section .info-txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1200px) {
  .heading-container .form-group {
    width: 50%;
  }

  .average-rate-stars-container {
    width: 120px;
    height: 20px;
    padding: 0 10px;
  }
  .average-rate-stars-container .average-rate-stars {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 98 92" stroke-width="5" fill="transparent" stroke="%23B6B6B6"><path d="M49 73.5L22.55 87.406l5.05-29.453-21.398-20.86 29.573-4.296L49 6l13.225 26.797 29.573 4.297-21.4 20.86 5.052 29.452z" /></svg>');
    width: calc(20px * 5);
  }
  .average-rate-stars-container .average-rate-stars:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 98 92" stroke-width="5" fill="%23FF9300" stroke="%23FF9300"><path d="M49 73.5L22.55 87.406l5.05-29.453-21.398-20.86 29.573-4.296L49 6l13.225 26.797 29.573 4.297-21.4 20.86 5.052 29.452z" /></svg>');
    width: calc(20px * var(--r, 1));
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .custom-selector.custom-selector-classic .selection a .prepend-label {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .heading-container.projet .contacts {
    margin-top: 4.8rem;
    margin-bottom: -100%;
  }
}
.form-group .switchery {
  margin-top: 0px !important;
  margin-left: 20px !important;
}

.vignette-container .vignette {
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  margin: 20px;
}
.vignette-container .vignette .file-icon {
  font-size: 80px;
  width: auto;
  margin: 65px auto;
  display: block;
}
.vignette-container .vignette img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}
.vignette-container .filename {
  padding: 8px;
  font-size: 14px;
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
}
.vignette-container .actions {
  display: flex;
  justify-content: space-around;
  padding: 10px;
  background-color: #f1f1f1;
  border-top: 1px solid #ddd;
}
.vignette-container .actions button {
  padding: 6px 10px;
  font-size: 12px;
  border: none;
  border-radius: 4px;
  background-color: #007BFF;
  color: white;
  cursor: pointer;
  transition: background-color 0.2s;
}
.vignette-container .actions button:hover {
  background-color: #0056b3;
}

.page-search .item-result {
  border-radius: 8px;
  border: 1px solid #EFEFEF;
  padding: 1rem;
  background: #FFFFFF;
}
.page-search .item-result:hover {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
}
.page-search .item-result .text-dark {
  font-family: dinbold, sans-serif;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.page-search .item-result .text-dark > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 10px;
}
.page-search .item-result .text-dark .mute {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #B4B4B4;
  font-family: dinlight, sans-serif !important;
  font-weight: 200;
}

.savoir-faire .h2 {
  color: #000000;
  text-transform: none;
  line-height: 1.04;
  letter-spacing: normal;
  font-family: unset;
  font-size: 2rem;
  font-stretch: normal;
  font-weight: 900;
  font-style: normal;
}
.savoir-faire .h2::after {
  display: none;
}
.savoir-faire .title-search {
  margin-bottom: 3rem;
}
.savoir-faire .title-search .search-form {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .savoir-faire .title-search .search-form {
    max-width: 55%;
  }
}
.savoir-faire .title-search .search-form:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  color: #B4B4B4;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "komilfo-icon", sans-serif;
  font-size: 1.2rem;
}
.savoir-faire .title-search .form-control {
  border: 0;
  padding: 1.125rem 0;
  border-bottom: 1px solid #B4B4B4;
  border-radius: 0 !important;
  background-color: transparent;
  font-family: "dinlight";
  font-size: 1.25rem;
}
.savoir-faire .title-search .form-control:focus {
  box-shadow: unset;
}
.savoir-faire .grid-article .grid-item {
  border-radius: 8px;
  border: 1px solid rgba(212, 212, 212, 0.5);
}
.savoir-faire .grid-article .grid-item .title-grid {
  border-radius: 8px 8px 0 0;
  height: 4.4375rem !important;
}
.savoir-faire .grid-article .grid-item .title-grid .titleWithPicto i {
  font-size: 25px !important;
}
.savoir-faire .grid-article .grid-item .title-grid .titleWithPicto {
  margin-right: 45px !important;
  font-size: 0.9375rem !important;
}
.savoir-faire .grid-article .grid-item .desc-cat {
  padding: 1.1rem 2.3rem;
  font-size: 1rem;
  color: #808080;
}
.savoir-faire .history-news {
  margin-top: 2rem;
}
.savoir-faire .history-news .card-body {
  height: 100px !important;
}
.savoir-faire .history-news .card-body .date {
  position: absolute;
  bottom: 0.8rem;
  opacity: 0.3;
  left: 1.25rem;
}
.savoir-faire .history-news .card-body .title {
  max-height: 41px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.savoir-faire-category .link-art {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  cursor: pointer;
}
.savoir-faire-category .link-art span {
  display: none;
}
.savoir-faire-category .articlePreview h4 {
  font-weight: 900;
}
.savoir-faire-category .articlePreview .comment-footer-infos-add span {
  font-size: 0.8rem;
  color: #666C72;
  margin-right: 18px;
  font-weight: unset;
}
.savoir-faire-category .panel-default {
  margin: 0;
  border: 1px solid rgba(212, 212, 212, 0.5);
  padding: 0;
  transition: all 0.3s ease;
  background-color: #F8F9FA;
  font-size: 0.925rem;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.savoir-faire-category .panel-default .panel-heading {
  font-size: 0.9375rem !important;
  font-family: "dinlight";
}
.savoir-faire-category .panel-default .treeview .list-group {
  padding: 0;
  margin: 0;
}
.savoir-faire-category .panel-default .treeview .list-group li {
  list-style-type: none !important;
}
.savoir-faire-category .panel-default .treeview .list-group li.list-group-item {
  padding: 0.625rem 1.5625rem;
}
.savoir-faire-category .panel-default .treeview .list-group li a {
  color: #808080 !important;
}
.savoir-faire-category .panel-default .treeview .list-group span.icon:not(.ti-file) {
  float: right;
  margin-right: -11px;
  margin-top: 3px;
}
.savoir-faire-category .panel-default .treeview .list-group .list-group-item.node-selected {
  background-color: #f76f70 !important;
  color: #FFFFFF !important;
}
.savoir-faire-category .panel-default .treeview .list-group .list-group-item.node-selected a {
  color: #FFFFFF !important;
}
.savoir-faire-category .panel-default:hover {
  background: #FFFFFF;
}
.savoir-faire-category .title-result-cat {
  padding-top: 1rem;
}
.savoir-faire-category .title-result-cat .custom-select {
  width: auto;
  margin-left: 0.625rem;
}

.savoir-faire-content .panel-default {
  margin: 0;
  border: 1px solid rgba(212, 212, 212, 0.5);
  padding: 0;
  transition: all 0.3s ease;
  background-color: #F8F9FA;
  font-size: 0.925rem;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.savoir-faire-content .panel-default .panel-heading {
  font-size: 0.9375rem !important;
  font-family: "dinlight";
}
.savoir-faire-content .panel-default .treeview .list-group {
  padding: 0;
  margin: 0;
}
.savoir-faire-content .panel-default .treeview .list-group li {
  list-style-type: none;
}
.savoir-faire-content .panel-default .treeview .list-group li.list-group-item {
  padding: 0.625rem 1.5625rem;
}
.savoir-faire-content .panel-default .treeview .list-group li a {
  color: #808080 !important;
}
.savoir-faire-content .panel-default .treeview .list-group span.icon:not(.ti-file) {
  float: right;
  margin-right: -11px;
  margin-top: 3px;
}
.savoir-faire-content .panel-default .treeview .list-group .list-group-item.node-selected {
  background-color: #f76f70 !important;
  color: #FFFFFF !important;
}
.savoir-faire-content .panel-default .treeview .list-group .list-group-item.node-selected a {
  color: #FFFFFF !important;
}
.savoir-faire-content .panel-default:hover {
  background: #FFFFFF;
}
.savoir-faire-content .articleView {
  padding-top: 13px !important;
}

.error-box {
  margin-top: 5rem;
}
.error-box .icon {
  opacity: 0.2;
}

.menu-cntnt-bldr {
  top: 100px;
  height: calc(100vh - 100px);
}

.ico-prev-article.v2 {
  font-size: 27px !important;
}

.savoir-faire-content .articleView .title-article {
  margin-top: -2px !important;
}

.product-metres {
  display: flex;
}
.product-metres .col-left {
  width: 45%;
  border-right: 1px solid #EFEFEF;
  padding-right: 3rem;
  padding-top: 3rem;
}
.product-metres .col-left.v2 {
  padding-top: 0;
}
.product-metres .col-right {
  width: 55%;
  padding-left: 3rem;
}
.product-metres form .form-actions {
  padding-top: 2rem;
}

/**
 * Responsive behaviour
 */
@media (max-width: 767.98px) {
  .product-metres {
    flex-direction: column;
  }
  .product-metres .col-left {
    padding-top: 0;
    width: 100%;
    border: 0;
    padding-right: 0;
    margin-bottom: 3rem;
  }
  .product-metres .col-right {
    width: 100%;
    padding-left: 0;
  }
  .product-metres form .form-actions {
    padding-top: 1.25rem;
  }
}
.wizard.clearfix.vertical {
  display: flex;
}
.wizard > div {
  width: 100%;
}

.site .heading-container.projet .contacts {
  margin-bottom: -12px;
  margin-top: 0;
}
.site .actions-editor {
  padding: 1rem 0;
}

.hide {
  display: none;
}

.kpi-dashboard .c-dashboard {
  background: #FAFAFA;
  margin-bottom: 1.875rem;
  padding: 1.5rem;
  border-radius: 0 0 0.625rem 0.625rem;
}

.btn-g-k {
  background: #F8F9FA;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.btn-g-k .btn-primary {
  border: solid 0.125rem #EFEFEF;
  background-color: #FFFFFF;
  color: #808080;
  text-transform: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 0.5rem 1.25rem;
}
.btn-g-k .btn-primary.active {
  color: #252525 !important;
  background: #EFEFEF !important;
  border-color: #EFEFEF !important;
}

.card-stat {
  border: none;
  padding: 1.5rem;
  justify-content: center;
  margin: 3px;
}
.card-stat .symbol {
  width: 50px;
  height: 50px;
  background: #F8F9FA;
  border-radius: 0.42rem;
  line-height: 50px;
  text-align: center;
  font-size: 1.2rem;
}
.card-stat .nbr {
  font-size: 1.7rem;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.card-stat .h3 {
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}
.card-stat .card-header {
  flex-wrap: wrap;
}
.card-stat .card-header-title {
  max-width: calc(100% - 80px);
}
.card-stat .card-header-value {
  justify-content: right;
}
.card-stat .card-content {
  display: table;
}
.card-stat .card-row {
  display: table-row;
}
.card-stat .card-cell {
  display: table-cell;
}
.card-stat .card-cell-key {
  margin-right: 2em;
}
.card-stat .card-cell-value {
  text-align: right;
}
.card-stat .card-cell-value .statistic {
  font-size: 1.3rem;
  padding-right: 1.25rem;
}

.link-item {
  letter-spacing: 0.05em;
  border-bottom: 1px solid #A2A9B0;
  position: relative;
  display: inline-block;
  margin-top: 3px;
  padding: 4px 0;
}
.link-item i {
  top: 2px;
  margin-left: 4px;
}

.dashboard_admin .col-adm {
  background-color: #F8F9FA;
  border-radius: 8px;
  padding: 3rem;
}
@media (min-width: 768px) {
  .dashboard_admin .col-adm {
    padding: 6rem 3rem;
  }
}
.dashboard_admin .col-adm .h1 {
  font-size: 2rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.04;
  letter-spacing: normal;
  color: #000000;
  text-transform: none;
  font-family: unset;
}
.dashboard_admin .col-adm p {
  font-size: 1rem;
  margin: 0.8rem 0;
}
.dashboard_admin .col-adm .navi-link .symbol-label {
  background: #fff;
}
@media (min-width: 768px) {
  .dashboard_admin .col-shortcuts {
    padding-right: 2rem;
  }
}
.dashboard_admin .col-shortcuts .tile {
  padding: 3rem 1rem;
  min-height: 200px;
  border-radius: 8px;
  background-color: #F8F9FA;
  text-align: center;
  margin: 0;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  display: flex;
  /* Blocs speciaux pour les titres de section */
  /* Bloc pour les titres chacun des blocs */
}
.dashboard_admin .col-shortcuts .tile.tile-title {
  padding: 1rem;
  min-height: inherit;
  align-items: start;
  text-align: left;
}
.dashboard_admin .col-shortcuts .tile.tile-title p {
  margin-bottom: 0;
}
.dashboard_admin .col-shortcuts .tile .title {
  margin-bottom: 0.8rem;
}
.dashboard_admin .col-shortcuts .tile .link-item {
  letter-spacing: 0.05em;
  border-bottom: 1px solid #A2A9B0;
  position: relative;
  display: block;
  margin-top: 3px;
  padding: 4px 0;
}
.dashboard_admin .col-shortcuts .tile .link-item i {
  top: 2px;
  margin-left: 4px;
}
@media (min-width: 768px) {
  .dashboard_admin .col-shortcuts .tile .link-item {
    width: 83%;
    text-align: left;
  }
  .dashboard_admin .col-shortcuts .tile .link-item i.arrow {
    float: right;
  }
}
.dashboard_admin .col-shortcuts .tile .icon {
  display: flex;
  background: #FFFFFF;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.2, 1);
  margin-bottom: 1.25rem;
  border-radius: 50%;
  font-size: 1.4rem;
}
.dashboard_admin .col-shortcuts .tile.blue {
  background-color: #ddeaff;
  color: #3A86FF;
}
.dashboard_admin .col-shortcuts .tile.blue .icon {
  background-color: rgba(58, 134, 255, 0.25) !important;
}
.dashboard_admin .col-shortcuts .tile.green {
  background-color: #cff5df;
  color: #2CCC70;
}
.dashboard_admin .col-shortcuts .tile.red {
  /*background-color: lighten($red, 50);*/
  color: #f76f70;
}
.dashboard_admin .col-shortcuts .tile.orange {
  background-color: #ffe8c2;
  color: #FF9E00;
}
.dashboard_admin .col-shortcuts .tile.hide {
  opacity: 0.3;
  filter: grayscale(80%);
  cursor: not-allowed;
}
.dashboard_admin .col-shortcuts .tile-row {
  height: 100%;
}
.dashboard_admin .main-wrapper .row .col-md-2 {
  margin-bottom: 0.5rem;
}

/* Style spécifique pour le planificateur https://unik.ambiances.local/rendez-vous/planifier */
#event-scheduler .files-list .item-file {
  padding: 0.68rem 0.3rem;
  border-radius: 8px;
}
#event-scheduler .files-list .item-file:hover {
  cursor: pointer;
}
#event-scheduler .files-list .item-file:hover .metas {
  opacity: 1;
}

/* Only for debug propose */
@media (max-width: 1199.98px) {
  body:before {
    background: white;
    border-radius: 5px;
    border: 2px solid #f76f70;
    color: #4E4E4E;
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 3px 5px;
    font-size: 0.9em;
    z-index: 9999;
  }
}
/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */
/* Switchery defaults. */
.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}

.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

/* Switchery sizes. */
.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}

.switchery-small > small {
  height: 20px;
  width: 20px;
}

.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}

.switchery-large > small {
  height: 40px;
  width: 40px;
}

/*# sourceMappingURL=main.css.map*/