.loading::before {
	content: "";
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 100;
}

.loading::after {
	content: "\f021" !important;
	display: inline-block;
	font: normal normal normal 20px/1 FontAwesome;
	font-size: 20px;
	font-size: 30px !important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 30000;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	margin-left: -30px;
	margin-top: -20px;
}

.group {
	position: relative;
}

.panel .panel-header {
	font-size: 18px;
	padding: 10px 40px 10px 5px;
	margin: 0 10px;
	border-bottom: 1px solid #DDD;
	position: relative;
}

.panel .panel-header .panel-header-right {
	position: absolute;
	right: 10px;
	top: 13px;
	font-size: 14px
}

.panel .panel-header i {
	margin-right: 7px
}

.panel .panel-body {
	position: relative;
}

#eidPanel .panel-body, #itsmePanel .panel-body, #manuPanel .panel-body {
	min-height:200px;
}

.panel .panel-body .table-responsive {
	max-height: 100%
}

.panel .panel-body .table {
	margin-bottom: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #F3F3F3
}

.panel .row {
	margin-left: -15px;
	margin-right: -15px;
}

.panel .panel-form .form-group {
	padding-top: 5px;
	padding-bottom: 5px;
}

.text-black {
    color: black;
}

@media ( max-width : 415px) {
	.modal-dialog {
		width: 280px;
		margin: 20px auto;
	}
	.btn-lg, .btn-group-lg>.btn {
		padding: 8px 6px;
		font-size: 13px;
		/*line-height: 1.33333;
	border-radius: 6px;*/
	}
	/*	input[type="submit"] {
		font-size: 0.7em;
	}*/
	
	body.authentification .navbar-brand {
		font-size: 0.9em;
	}
	
	.navbar-brand {
	float: left;
	font-size: 29px;
	line-height: 21px;
	padding: 0 15px 15px 15px;
	color: black !important;
	}
}

@media ( min-width : 416px) and (max-width: 767px){
	.col-sm-4 {
		width: 100%;
	}
	.col-sm-offset-4 {
		margin-left: 0%;
	}
	
	body.authentification .navbar-brand {
		font-size: 1.1em;
	}
	
	.navbar-brand {
	float: left;
	font-size: 29px;
	line-height: 25px;
	padding: 0 15px 15px 15px;
	color: black !important;
	}
}

@media ( min-width : 768px) and (max-width: 1199px) {
	.col-sm-4 {
		width: 52%;
	}
	.col-sm-offset-4 {
		margin-left: 24%;
	}
	
	/*body.authentification .navbar-brand {
		font-size: 1.1em;
	}*/
	
/*	.navbar-brand {
	float: left;
	font-size: 29px;
	line-height: 50px;
	padding: 0 15px 15px 15px;
	color: black !important;
	}*/
}

.dropdown .menu-list {
	/*color: #000;*/
	padding: 10px;
	max-width: 350px;
	border: 1px solid #DDD;
	margin: 5px;
}

.dropdown-menu {
	position: relative;
	list-style: inside;
	float: initial;
	background-color: #fae5c7;
	/*  top: 100% !important;
	left: 0 !important;
	z-index: 1000 !important;
	display: none !important;
	float: left !important;
	min-width: 160px !important;
	padding: 5px 0 !important;
	margin: 2px 0 0 !important;
	font-size: 14px !important;
	text-align: left !important;
	list-style: none !important;
	background-color: #fff !important;
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
	border: 1px solid #ccc !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-radius: 4px !important;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;  
*/
}

.goTop {
    display: block;
    position: fixed;
    bottom: -60px;
    right: 20px;
    background: rgba(44, 44, 44, 0.9);
    color: #FFF;
    z-index: 100;
    padding: 0px 10px 5px 10px;
    border-radius: 7px;
    font-size: 40px;
    line-height: 40px;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    text-decoration: none;
}

.goTop:hover {
    background: rgba(66, 66, 66, 0.9);
}

.goTop.-is-visible {
    bottom: 20px;
}

.goTop.-zoom-out {
    background: rgba(44, 44, 44, 0.7);
}

/*div.transboxcycle {
    background-color: #ffffff;
    opacity: 0.4;*/
  /*  filter: alpha(opacity = 60);*/ /* For IE8 and earlier */
/*}*/

.hauteurText p{
	min-height:70px;
}

[disabled="disabled"]:hover, [disabled="true"]:hover, [disabled]:hover  {
  cursor:not-allowed;
}
