/* Custom CSS MiddleWeb */

.dataTable tbody tr:hover {
	background-color: #ffa;
}

.ul_classement, .ul_classement_big {
	margin:0px;
	padding:0px;
}

.li_classement {
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	list-style-type:none;
	cursor:pointer;
	background-color:#efefef;
	margin:0 10px 3px 10px;
	color:black;
	border:1px solid black;
}

.li_classement_big {
	padding:0 0 10px 0;
	list-style-type:none;
	cursor:pointer;
	background-color:#ffffff;
	margin:0px;
	margin-bottom:3px;
	color:black;
	border:1px solid black;
}

.display_none {
	display:none;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #000 #000 transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #FF3D00 #FF3D00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loader::before {
  width: 32px;
  height: 32px;
  border-color: #000 #000 transparent transparent;
  animation: rotation 1.5s linear infinite;
}
	
@keyframes rotation {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(-360deg);
  }
}

.main-header .logo {
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	font-family: Montserrat,Sans-serif;
	font-weight: 300;
}

.lockscreen-logo {
  font-size: 33px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}

.login-logo,
.register-logo {
  font-size: 33px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}

.form-control[readonly] {
  background-color: unset !important;
  opacity:  unset !important;
}

/* Custom CSS MiddleWeb */
