/*Changement de padding pour les icons dans les card stats pour les centrer*/
.card-stats .info-icon i {
  padding: 13px 2px;  
    
    
}

.btnIconInput{
    
    padding: 4px;
    border-radius: 5px;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px #fb6340;
    color: white;
    background-image: linear-gradient(to bottom left, #fb6340, #de61bd, #fb6340);
    background-size: 210% 210%;
    background-position: top right;
    font-size: 15px;
   
    
}

.tooltiptopicevent{
width:auto;
height:auto;
background:#ffffff;
border : 2px solid grey;
border-radius: 5px;
position:absolute;
z-index:10001;
padding:10px 10px 10px 10px;
line-height: 200%;  
font-size: 13px;
}

.legendUser{
    
/*border: 2px solid white;*/
color: white;
border-radius: 5px;
padding: 2px;  
}

/*Changement de couleur des bouton SUCCESS*/

.btn-success{
    
background-image: linear-gradient(to bottom left, #04f200, #129801, #04f200);    
    
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:focus, .btn-success.active:hover{
    
background-image: linear-gradient(to bottom left, #04f200, #129801, #04f200) !important;    
    
}

.white-content .fc-day-header span {
    color: #2b3553;
}

.white-content .fc-day-top .fc-day-number {
    color: #2b3553;
}

.sidebar[data="green"], .off-canvas-sidebar[data="green"] {
    background: #0098f0;
    background: linear-gradient(0deg, #b0e226 0%, #3baf54 100%);
}

.sidebar[data="green"]:before, .off-canvas-sidebar[data="green"]:before {
    border-bottom-color: #3baf54;
}

.card-stats .info-icon.icon-primary {
    background-image: linear-gradient(to bottom left, #3baf54, #b0e226, #3baf54);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:focus, .btn-primary.active:hover {
background-image: linear-gradient(to bottom left, #3baf54, #b0e226, #3baf54) !important;    
    
}

.btn-primary{
    
    background-image: linear-gradient(to bottom left, #3baf54, #b0e226, #3baf54);    
    
}

.fc-button, .fc-button.btn-primary {
    background-image: linear-gradient(to bottom left, #3baf54, #b0e226, #3baf54);
}
