/*!
 * Fichier CSS de Xome
 */

 /*******************************/
 /*	Boutons pour les fonctions	 *
 /*******************************/
#app-toolbar > a, .app-toolbar > a {
	background-color: #f4f4f4;
	/* color: #444; */
	border-color: #ddd !important;

	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	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;
}
#app-toolbar > a:hover, #app-toolbar > a:active, #app-toolbar > a.hover, .app-toolbar > a:hover, .app-toolbar > a:active, .app-toolbar > a.hover{
	background-color: #e7e7e7;
}

@media screen and (prefers-reduced-motion: reduce) {
	#app-toolbar > a, .app-toolbar > a {
		transition: none;
	}
}

#app-toolbar > a:hover, #app-toolbar > a:focus, .app-toolbar > a:hover, .app-toolbar > a:focus {
	text-decoration: none;
}

#app-toolbar > a:focus, #app-toolbar > a.focus, .app-toolbar > a:focus, .app-toolbar > a.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#app-toolbar > a.disabled, #app-toolbar > a:disabled, .app-toolbar > a.disabled, .app-toolbar > a:disabled {
	opacity: 0.65;
	box-shadow: none;
}

#app-toolbar > a:not(:disabled):not(.disabled), .app-toolbar > a:not(:disabled):not(.disabled){
	cursor: pointer;
}

#app-toolbar > a:not(:disabled):not(.disabled):active, #app-toolbar > a:not(:disabled):not(.disabled).active, .app-toolbar > a:not(:disabled):not(.disabled):active, .app-toolbar > a:not(:disabled):not(.disabled).active {
	background-image: none;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	box-shadow: 0 1px 1px rgba(0,0,0,.075);
}

#app-toolbar > a:not(:disabled):not(.disabled):active:focus, #app-toolbar > a:not(:disabled):not(.disabled).active:focus, .app-toolbar > a:not(:disabled):not(.disabled):active:focus, .app-toolbar > a:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a#app-toolbar > a.disabled, fieldset:disabled a#app-toolbar > a, a.app-toolbar > a.disabled, fieldset:disabled a.app-toolbar > a {
	pointer-events: none;
}

#app-toolbar > div > a, .app-toolbar > div > a {
	background-color: #f4f4f4;
	/* color: #444; */
	border-color: #ddd !important;

	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	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;
}
#app-toolbar > div > a:hover, #app-toolbar > div > a:active, #app-toolbar > div > a.hover, .app-toolbar > div > a:hover, .app-toolbar > div > a:active, .app-toolbar > div > a.hover{
	background-color: #e7e7e7;
}

@media screen and (prefers-reduced-motion: reduce) {
	#app-toolbar > div > a, .app-toolbar > div > a {
		transition: none;
	}
}

#app-toolbar > div > a:hover, #app-toolbar > div > a:focus, .app-toolbar > div > a:hover, .app-toolbar > div > a:focus {
	text-decoration: none;
}

#app-toolbar > div > a:focus, #app-toolbar > div > a.focus, .app-toolbar > div > a:focus, .app-toolbar > div > a.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#app-toolbar > div > a.disabled, #app-toolbar > div > a:disabled, .app-toolbar > div > a.disabled, .app-toolbar > div > a:disabled {
	opacity: 0.65;
	box-shadow: none;
}

#app-toolbar > div > a:not(:disabled):not(.disabled), .app-toolbar > div > a:not(:disabled):not(.disabled){
	cursor: pointer;
}

#app-toolbar > div > a:not(:disabled):not(.disabled):active, #app-toolbar > div > a:not(:disabled):not(.disabled).active, .app-toolbar > div > a:not(:disabled):not(.disabled):active, .app-toolbar > div > a:not(:disabled):not(.disabled).active {
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#app-toolbar > div > a:not(:disabled):not(.disabled):active:focus, #app-toolbar > div > a:not(:disabled):not(.disabled).active:focus, .app-toolbar > div > a:not(:disabled):not(.disabled):active:focus, .app-toolbar > div > a:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a#app-toolbar > div > a.disabled, fieldset:disabled a#app-toolbar > div > a, a.app-toolbar > div > a.disabled, fieldset:disabled a.app-toolbar > div > a {
	pointer-events: none;
}


/********************************************/
/* Gestions utilisateurs, Groupes ***********/
/********************************************/
.gestion-user-group-list {
	height: 300px;
}

/********************************************/
/* Chargement des données *******************/
/********************************************/
.spinner 
{
	position: absolute;
	left: 50%;
	top: 50%;
	height:60px;
	width:60px;
	margin:0px auto;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left:6px solid rgba(0,174,239,.15);
	border-right:6px solid rgba(0,174,239,.15);
	border-bottom:6px solid rgba(0,174,239,.15);
	border-top:6px solid rgba(0,174,239,.8);
	border-radius:100%;
	}

	@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);}
	}
	@-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(359deg);}
	}
	@-o-keyframes rotation {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(359deg);}
	}
	@keyframes rotation {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}

.overlay 
{
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7); /* Black background with opacity */
	z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

.text
{
	position: absolute;
	top: 40%;
	left: 50%;
	font-size: 50px;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.btnOverlay
{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: green;
	display: none;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.alert
{
	/*display: none;*/
}

.pointer{
	cursor:pointer;
}

.ui-autocomplete .ui-autocomplete-category{
	padding:5px;
	font-weight: bold;
	border-bottom:1px solid black;
	font-size: 1.1em;
}

.ui-autocomplete .ui-menu-item{
	padding:5px;
	border-bottom:1px solid gray;
}

.ui-autocomplete .ui-menu-item:last-child{
	border-bottom:none;
}

.sub-dropdown-notification{
	max-height: 200px;
	margin: 0;
	padding: 0;
	font-size:14px;
	list-style: none;
	overflow-x: hidden;
}
.sub-dropdown-notification > li > a {
	color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
	padding: 10px;
	display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4;
}

.dropdown-menu > .footer, .dropdown-menu > .header {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #fff;
	padding: 7px 10px;
	border-bottom: 1px solid #eeeeee;
	color: #444 !important;
	font-size: 14px;
}

.dropdown-menu > .footer{
	font-size: 12px;
	text-align: center;
}

.sidebar-mini .main-header{
	padding: 0px 10px;
}

.center-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
}