.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.logo-name{
    font-size: 14px !important;
    color: #b32020 !important;
    font-weight:700 !important;
}
.bleu{color:#0096ff !important;}
.black{color:#555 !important;}
.blanc{color:#fff !important;}
.gris{color:#ccc !important;}
.btn-bleu{
    background-color:#0096ff !important;
    color: #fefefe;
}

.btn-orange,.bg-orange{
    background-color:#ff9600 !important;
    color: #fefefe;
}
.btn-bleu:hover,.btn-orange:hover{
    background-color:#ccc !important;
    color: #0096ff;
}

.titre{
    font-size:18px !important;
    margin:5px 0;
    padding: 5px 0px !important;
    color:#0096ff; 
    line-height:30px;
    font-weight:600;
}
.titreDashbord {
    color:#0096ff; 
}
.soustitre{
    font-size:14px;
    color:#0096ff; 
    margin:5px 0 !important;
    font-weight:600;
    display: inline-block;
}
.soustitre2{
    font-size:12px;
    margin:5px 0;
    color: #777;
}

th{
    font-size:12px !important;
    color:#555;
    border-bottom: 1px solid #eee !important;
    padding-left:10px !important;
}
table{
    border-bottom: 2px solid #eee !important;    
}
td{
    font-size:12px !important;
    color:#666;
    line-height: 30px !important;
}
table.dataTable.compact tbody td {
    padding: 0px 10px !important;
}
.bordures{
    border: 1px solid #ccc;
    border-radius:3px;
}
.souligne{
    text-decoration: underline; 
}

.loader-container{
    background-color:#ffffff;
    height: 70px;
    width: 70px;
    position:absolute;
    top: calc(50vh - 85px);
    left: calc(50% - 35px);
    padding-top: 10px;
    padding-left: 10px;
    z-index:9999;
    display: none;
    box-shadow: 0 0 4px 1px #aaa;
    border-radius: 50%;
}

.loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.noconnexion{
    background-color: #ee5555;
    color: white;
    height: 100px;
    width: 200px;
    position:absolute;
    top: calc(50vh - 100px);
    left: calc(50% - 100px);
    box-shadow: 0 0 4px 1px #aaa;
    padding-top: 35px;
    padding-left: 10px;
    z-index:9999;
    text-align: center;
    display: none;
}

.logo-container{
    border:1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    height:150px;
}

.input-disabled{
    border:none !important;
    box-shadow:none !important;
    /*padding:0 !important;*/
    color:#333 !important;
}

label{
    padding-top:5px;
    color:#555 ;
}

/*alignement vertical*/
.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  
/*********************/

/* switch toggle*/
body{
	margin:0;
	color:#444;
	background:#212121;
	font:300 18px/18px Roboto, sans-serif;
}
*,:after,:before{box-sizing:border-box}
.pull-left{float:left}
.pull-right{float:right}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}

.switch-title{
	color:#eee;
	padding:30px;
	font-size:28px;
	text-align:center;
}

.switch{
	display:none;
}
.switch + label{
    padding-top: 0px;
	width:65px;
	height:20px;
	position:relative;
	background:#ddd;
	border-radius:35px;
	display:inline-block;
	/*border:2px solid green;*/
	transition:all .4s ease-in-out 0s;
}
.switch + label:before{
	top:60%;
	content:'';
	right:45px;
	width:17px;
	height:17px;
	background:gray;
	border-radius:50%;
	position:absolute;
	margin-top:-11.5px;
	box-shadow:0 2px 2px #000;
	transition:inherit;
}
.switch:checked + label{
	background:#ddd;
	border-color:#ddd;
	box-shadow:0 1px 1px rgba(206,206,206,.5);
}
.switch:checked + label:before{
	right:3px;
	background:#0096ff;
	border-color:transparent;
	box-shadow:0 3px 3px #000;
}
/****************/

.logo-btn{
    position:absolute !important;
    top:0;
    right:15px;
}

.modal-header{
    background-color: #eee;
    color: #333;
}

input {
    border: 1px solid #bbb;
    color: #777;
    padding: 5px;
    border-radius: 4px;
}

.full-width{
    width: 100% !important;
}

.btn-custom{
    border:none;
    text-align: center;
    line-height: 30x;
    height: 30px;
}

.margintop_15vh{margin-top:15vh;}
.margintop_10vh{margin-top:10vh;}
.margintop_5vh{margin-top:5vh;}

.icone{
    padding:0 5px;
}

th.actions{
    width: 100px !important;
    padding-bottom: 2px !important;
}
.actions{
    text-align: center;
}

span.hover:hover{
    background-color: #555;
    padding:5px;
    color:#eee;
}

.logo-connexion{padding:40px 0;}

.select_col{
    width:13px;
    text-align:center;
    padding-left:10px !important;
    padding-right:10px !important;
}

.width_100{
    width: 100px !important;
}

.boutons{
    min-width:40px !important;
}
.td-right{
    padding-right:15px;
    text-align: right;
}

.padding-top-10{
    padding-top:10px;
}
.padding-top-5{
    padding-top:5px;
}
.margin-top-10{
    margin-top:10px;
}
.margin-top-5{
    margin-top:5px;
}

.edt_table td{
    line-height: 15px !important;
    height: 30px !important;
    /*width: calc(14% - 6px) !important;
    min-width: calc(2% + 48px) !important;*/
    text-align: center;
    vertical-align: middle !important;
    font-weight: bold;

}
.edt_table .edt_heure{
    width: 40px !important;
    background-color: #eee;
}

.edt_table .edt_jour{
    width: 120px !important;
    min-width: 100px !important;
    background-color: #eee;
    overflow: hidden;
}
.line-height-0{line-height: inherit !important;}
.nav-username{
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 ;
    color:#777;
}
.nav-title{
    font-size: 15px;
    font-weight: 600;
    padding: 10px 15px !important;
    color:#777;
}

.panel-chiffres{
    font-size:64px;
    font-weight:500;
}

.margin-g-5{margin-left:5px !important;}
.margin-tb{margin:10px 0 !important;}
.bg-gris{background-color:#f8f8f8 !important;}
.bg-blanc{background-color:#ffffff !important;}
.bg-bleu{background-color:  #2EA9FF !important;}
.btn-gris{background-color:#f8f8f8 !important;}
.btn-gris:hover{background-color:#ddd !important;}

.img-login{
    position: absolute;
    /*background-color: blue;*/
    padding: 0;
    height: 100vh;
    /*width: 75%;*/
    width: 57%;
    right: 0;
    text-align: center;
    /*background-image: url(/img/background2.jpg);*/
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    top: 0;
    /*box-shadow: -1px 0px 5px -3px #0096ff;
    opacity: 0.6;*/
}
.img-icone{
    height: 30px;
    width: 30px;
    background-image: url(/img/profil_default.png);
    float:left;
    margin: -5px 5px;
    background-size: cover;
    border-radius: 50%;
}
li.rubrique{
    text-transform: uppercase;
    background-color: #eee;
    color: #bbb;
    font-weight: 300;
    font-size:11px;
    padding: 3px 20px;
}


.titre-stats{
    font-size:16px;
    font-weight:600;
}
.container-stats{
    height:210px !important;
}
.subli a{
    padding: 2px 5px !important;
    padding-left: 25px !important;
}
.subli{background-color: #f0f0f0 !important;}

.loginform-container{
    padding: 50px 75px 50px 75px  !important;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px -2px #000;
}
.login-title{
    font-size: 30px;
    padding: 50px 0 0 100px !important;
    color: #0096ff !important;
    font-weight: 300;
}
.login-container{
/*     margin-top: 15px !important; */
}
@media screen and (min-width: 768px) {
    .login-container{
        padding: 30px 100px 0 100px !important;
    }
    .pl-90 {
      padding-left: 90px;
    }
    .content, .sidebar{
        height:calc(100vh - 65px) !important;
        overflow-y: auto;
    }
}

.mb0 { margin-bottom: 0px !important; }

.sidebar{
    box-shadow: 0 0px 10px -5px !important;
    /*z-index: -1 !important;*/
    /*height:calc(100vh - 50px) !important;*/
    padding:25px !important;
}.topbar{
    box-shadow: 0 0px 10px -5px !important;
    z-index: 1 !important;
}
.searchtop-input{
    border-radius: 20px 0 0 20px !important;
    background-color: rgb(231, 231, 238) !important;
}
.searchtop-btn{
    border-radius: 0 20px 20px 0 !important;
}
#sidebar1>li>a {
    color: #aaa;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0px;
}


#sidebar1>li>ul>li>a {
    color: #666 !important;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0px;
    padding-left: 30px !important;
}
#sidebar1>li>ul>li>a:hover{
    background-color: #f9f9f9;
}

.p1{padding: 5px !important}
.p2{padding: 10px !important}
.p3{padding: 15px !important}
.m1{margin: 5px !important}
.m2{margin: 10px !important}
.m3{margin: 15px !important}
.pl1{padding-left: 5px !important}
.pl2{padding-left: 10px !important}
.pl3{padding-left: 15px !important}
.pr1{padding-right: 5px}
.pr2{padding-right: 10px}
.pr3{padding-right: 15px}
.pt1{padding-top: 5px}
.pt2{padding-top: 10px}
.pt3{padding-top: 15px}
.pb1{padding-bottom: 5px}
.pb2{padding-bottom: 10px}
.pb3{padding-bottom: 15px}
.mb1{margin-bottom:5px}
.mb2{margin-bottom:10px}
.mb3{margin-bottom:15px}
.mt0{margin-top:0 !important}
.mt1{margin-top:5px !important}
.mt2{margin-top:10px !important}
.mt3{margin-top:15px !important}

.bold{font-weight: bold !important;}

.nomargin{margin:0 !important}
.nopadding{padding:0 !important}

.message{
    position: absolute;
    z-index: 99;
    width: 300px;
    right: 10px;
    box-shadow: 0 0 10px -5px;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    opacity: 0.8;
}

.statut {
    font-size: 10px !important;
    /* margin:5px 0; */
    padding: 3px !important;
    color: #cc3333;
    font-weight: 300;
    border-left: 1px solid #cc3333;
    border-right: 1px solid #cc3333;
    border-radius: 5px;
}

.success{
    background-color: #99ee99 !important;
    color: #000 !important;
}

.error{
    background-color: #ee7777 !important;
    color: #000 !important;
}

.hr-text{
    margin-top: -32px;
    position: absolute;
    background-color: #F4F7FC;
    padding: 0 25px;
    width: 300px;
    text-align: center;
    left: calc(50% - 150px);
    color: #ccc;
    font-size: 14px;
    font-weight: 700;
}

hr.hr-step {
    border: 2px solid #ddd;
}
.step-ok, .step-num-ok{
    border-color: #0096ff !important;
    background-color: #0096ff !important;
    color: #fff !important;
}
.step-num-on{
    border: 2px solid #0096ff !important;
    padding: 3px !important; 
}

.step-num{
    margin-top: -35px;
    position: absolute;
    border-radius:50%;
    width: 25px;
    height: 25px;
    padding:5px;
    background-color: #eee;
    text-align: center;
    line-height:14px;
    font-size: 14px;
    font-weight: 600;
}
.step-label,.step-label-ok,.step-label-on{
    position: relative;
    line-height: 14px;
    /*font-size: 14px;*/
    font-weight: 600;
    text-align: center;
    display: block;
    color: #bbb;
}
.step-label-on{
    color: #fff!important;
    z-index: 0;
    margin-left: 24px;
    border-radius: 10px;
    background-color: #0096ff;
}
.step-label-ok{
    color: #0096ff !important;
}

@media screen and (min-width: 542px) {   
  .footer-img {
    display: none !important;
  }
}

@media screen and (max-width: 540px) {   
  .footer-img {
    display: block !important;
  }
}
.footer-mob {
  position: absolute; 
  bottom: 0;
  width: 100%;
}