label{font-weight:bold;}
.login-content .login-box {
    min-height: 410px;
}		
.alert.alert-thin{padding:6px 12px;margin:12px 0 6px 0;}

/*** LOADING ***/
.loading{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);display:none;z-index: 11;}
.loading img{margin: 0;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}

.light-text{color:#333;font-size:0.9em;}

.dataTables_wrapper {
  max-width: 100%;
  background: #fff;
  padding: 6px 2px;
	margin-left:1px;
}
table.dataTable thead{background:#f6f6f6;}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    /* line-height: 1.42857; */
    line-height: 12px;
}

canvas#NNchart_horaire {
   background-image: url(../img/clock.png);
	 background-size: 100% 100%;npadding:50px;padding:8%;
}
.app-sidebar::-webkit-scrollbar {
  width: 8px;
}

.app-sidebar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  background: rgba(24, 65, 115, 1);
  background: rgba(13, 18, 20, 1);
	border:1px solid #fff;
	border-radius:16px;
}