/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15 mai 2020, 15:37:11
    Author     : a.brouwers
*/

/* <editor-fold defaultstate="collapsed" desc="RENDU VISUEL - TABLEAU"> */


.hoverTable:hover {
  background-color: #F0F0F0;
  
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-grabbing {
  cursor: grabbing;
}

/* </editor-fold> */

 /*<editor-fold defaultstate="collapsed" desc="RENDU VISUEL - TABLEAU - TIMESHEET">*/

/*
.timesheet-tr 
{

}

.timesheet-tr:hover 
{
    background-color:#d5d5d5;
}*/
 /*</editor-fold>*/
 
 /*<editor-fold defaultstate="collapsed" desc="RENDU VISUEL - TOOLTIP">*/
 
/*.tooltip-inner {
  background-color: #000000 !important;
  color: #fff;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000000;
}

 .tooltip.left .tooltip-arrow {
  border-left-color: #000000;
}

.tooltip-main {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-weight: 700;
  background: #000000;
  border: 1px solid #737373;
  color: #737373;
  margin: 4px 121px 0 5px;
  float: right;
  text-align: left !important;
}*/

 /*</editor-fold>*/

 .ms-elem-selectable,
 .ms-elem-selection{
  text-align: left;
 }

 @media print {
    /* Used for print layout of Role de Garde */  
    div.col-xl-4{ width: calc(4/12 * 100%); break-inside: avoid};

 }

 .selected {
  background-color: #4e73df !important;
  color: #fff !important;
 }
 
 .no-select {
  -webkit-user-select: none; /* Chrome, Safari, Opera */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}

#context-menu li.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.blink {
  -webkit-animation: blink 550ms infinite alternate;
  -moz-animation: blink 550ms infinite alternate;
  -o-animation: blink 550ms infinite alternate;
  animation: blink 550ms infinite alternate;
}

@-webkit-keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-o-keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-moz-keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.valider_refuser {
  margin: 3px 0px;
}

.annuler {
  margin: 3px 0px;
}

.carousel-control-button {
  padding: 10px 20px;
  background-color: #4e73df;
  border: none;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
.carousel-control-button:hover {
  background-color: #2e59d9;
  color: white;
}

.carousel-item {
  transition: none !important;
}
 
