/* Surcharge CSS */
@font-face {
	font-family: 'Font Awesome';
	src: url('/vendor/fontawesome/webfonts/fa-brands-400.woff2') format('woff2'),
		 url('/vendor/fontawesome/webfonts/fa-brands-400.ttf') format('truetype'),
		 url('/vendor/fontawesome/webfonts/fa-regular-400.ttf') format('truetype'),
		 url('/vendor/fontawesome/webfonts/fa-regular-400.woff2') format('woff2'),
		 url('/vendor/fontawesome/webfonts/fa-solid-900.ttf') format('truetype'),
		 url('/vendor/fontawesome/webfonts/fa-solid-900.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

.fontawesome {
	font-family: "Font Awesome", Arial, sans-serif;
}

body.authentication-bg {
	background-color: #37404a;
	background-image: none;
}

.tooltip-inner {
	min-width: 100px;
	max-width: 100%;
}

.modal-dialog {
	border: solid 1px #c1c1c1;
	box-shadow: -3px 6px 9px rgba(0, 0, 0, 0.3);
}

.modal-xxl {
	max-width: 1280px;
}

/* *** Prothèse effet blink *** */
blink {
	-webkit-animation: 2s linear infinite condemed_blink_effect; /* pour Safari 4.0-8.0 */
	animation: 2s linear infinite condemed_blink_effect;
}
@-webkit-keyframes condemed_blink_effect { /* pour Safari 4.0-8.0 */
  0% {
		visibility: hidden;
	}
	50% {
		visibility: hidden;
	}
	100% {
		visibility: visible;
	}
}
@keyframes condemed_blink_effect {
	0% {
		visibility: hidden;
	}
	50% {
		visibility: hidden;
	}
	100% {
		visibility: visible;
	}
}
/* --- Prothèse effet blink --- */

/* *** DataTables *** */
.table-secondary,
.table {
	border-color: #dbdee6;
}
table .dropdown-menu .svg-inline--fa {
	width: 1rem;
	margin-right: 0.5rem;
}

.dropdown-menu-lg .dropdown-menu {
	width: 26rem;
}

.table-sm > :not(caption) > * > * {
	padding: .25rem .25rem;
	vertical-align: middle;
}
.dt-customize-element {
	cursor: grab;
}

#dt-filters-selected .dt-customize-element,
#dt-columns-selected .dt-customize-element {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important;
	border-color: #727cf5 !important;
}

div.dataTables_wrapper div.dataTables_processing {
	top: 8%;
}
/* --- DataTables --- */

/* *** Apex Chart *** */
.apex-chart-box {
	color: #fff;
	text-shadow: -1px -1px 3px rgba(0, 0, 0, 1.0), 1px 1px 2px rgba(0, 0, 0, 1.0);
	padding: 0.25rem 1rem;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 1.0), 1px 1px 3px rgba(0, 0, 0, 1.0);
	/* z-index: 99999; */
	/* border: 1px solid #333; */
}
/* --- Apex Chart --- */

/* *** Select2 *** */
/* .select2-search.select2-search--inline,
.select2-selection--multiple .select2-search__field{
	width: 100% !important;
} */

.select2-container--default .select2-selection__placeholder,
.select2-container--default .select2-search__field::placeholder,
.select2-container--default .select2-search__field::-webkit-input-placeholder,
.form-control::placeholder {
	color: #333333 !important;
	opacity: 0.8 !important;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 24rem;
}
/* --- Select2 --- */

/* *** Left menu custom icons *** */
.side-nav .side-nav-link .svg-inline--fa {
	display: inline-block;
	line-height: 1.0625rem;
	margin: 0 10px 0 0;
	font-size: 1.1rem;
	vertical-align: middle;
	width: 20px;
}

body[data-leftbar-compact-mode=condensed]:not(.authentication-bg) .side-nav .side-nav-item .side-nav-link .svg-inline--fa {
	font-size: 1.125rem;
	margin-right: 20px;
	margin-left: 6px;
}
/* --- Left menu custom icons --- */

/* *** top menu custom icons *** */
.dropdown-icon-item img.sopitec-icon {
	height: 48px;
}

.dropdown-menu-vmware .dropdown-icon-item img.vmware-icon {
	height: 13px;
}
/* --- top menu custom icons --- */

.navbar-custom .app-search form {
	max-width: 95%;
	width: 24rem;
}

#ufc_card .select2-container .select2-search--inline {
	float: none;
}
/* Composant Univers Familles Catégories CSS */
/* #jstree-uni{
	text-transform: lowercase;
} */

.orphaneds_universe a.jstree-anchor, .nocat{
	font-style: italic;
	color: #b5b5b5;
}

.jstree-default .jstree-search {
	font-style: italic;
	color: #727cf5;
	font-weight: bold;
}

#jstree-uni li.fam_active .jstree-icon {
	color: #0acf97;
}

#jstree-uni li.fam_inactive .jstree-icon {
	color: #fa5c7c;
}

#jstree-uni li.category_style .jstree-icon {
	color: inherit!important;
}

#uni-modal .familles_selection {
	max-height: 300px;
	overflow-y: scroll;
}

.edit_universe_btn, .edit_family_btn{
	display: none;
	margin-left: 10px;
}

.edit_universe_btn:hover i, .edit_family_btn:hover i{
	color: #fff;
}

.edit_universe:hover .edit_universe_btn, .edit_family:hover .edit_family_btn{
	display: inherit;
	color: #727cf5;
}
/*
a.jstree-anchor .jstree-icon{
	color : #39afd1;
} */

/* a.jstree-anchor:hover .uni_edit{
	color : #39afd1;
} */
a.jstree-anchor:hover{
	color : #727cf5;
}
/* a.jstree-anchor span.cat_edit:hover{
	color : #565e64;
} */

span.uni_edit, span.fam_edit, span.cat_edit{
	height: 100%;
	display: inline-block;
	line-height: 20px;
}

.select2-container--bgform .select2-selection--multiple .select2-selection__choice {
	clear: both;
}
.jstree-anchor .btn {
	padding: 0;
	width: 16px;
	line-height: 1;
	vertical-align: baseline;
}

/* .uni_edit:after, .fam_edit:after, .cat_edit:after{
	font-family: "Material Design Icons";
	content: "\F03EC ";
	font-size: 1.2em;
	display: inherit;
	color: #727cf5;
} */


/* a.jstree-anchor:hover .uni_edit:after{
	display: inherit;
} */

/* a.jstree-anchor span.fam_edit:hover:after{
	display: inherit;
} */
/* a.jstree-anchor span.cat_edit:hover:after{
	display: inherit;
} */
.select2-container--open {
	z-index: 100000;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: left;
	font-weight: 700;
	margin-right: 12px;
}

select[readonly].select2-hidden-accessible + .select2-container {
	pointer-events: none;
	touch-action: none;
	background-color: #eef2f7;
	opacity: 1;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
	background: #eee;
	box-shadow: none;
	background-color: #eef2f7;
	opacity: 1;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
  select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
	display: none;
	background-color: #eef2f7;
	opacity: 1;
}

.caption-top{
	height: 429px;
	background :#FFF
}
.caption-top .carousel-caption {
	bottom: auto !important;
	top: 1.25rem !important;
}

/* *** TinyMCE *** */
.jsform-readonly .tox .tox-edit-area__iframe {
	background-color: #eef2f7;
	opacity: 1;
}
/* --- TinyMCE --- */

/** SPINNER ATTENTE **/
.wait-spinner {
	position: relative;
	text-align: center;
	margin: 15px auto 35px auto;
	z-index: 9999;
	display: block;
	width: 80px;
	height: 80px;
	border: 10px solid rgba(0, 0, 0, .3);
	border-radius: 50%;
	border-top-color: #000;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}