﻿html{
  font-family: sans-serif;
  overflow-y: scroll !important;
  padding-right: 0px !important;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('../fonts/material-icon.woff2') format('woff2');
}

/*.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  }*/

  .noSelect{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

  .alertLogin{
    font-size: large;
  }

  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
  }

  .userHello{
    line-height: 40px;
  }

  .smallBtn{
    height: 25px !important;
    line-height: 25px !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    text-transform: none !important;
    margin-bottom: 3px;
  }

  .navBtn{
    height: 25px !important;
    line-height: 25px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    text-transform: none !important;
    margin-bottom: 3px;
    margin-top: 3px;
  }

  .navBtnTableMonth{
    height: 18px !important;
    line-height: 18px !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    text-transform: none !important;
    margin-bottom: 3px;
    margin-top: 3px;
  }

  .helloItsis{
    margin-bottom: 5px;
    display: block;
  }

  .fixSizeTable{
    font-size: 11px;
  }

  .fixPaddingTable{
    padding: 0 0 0 0 !important;
  }

  .toolred{
    color: red;
    font-weight: bold;
    cursor: pointer;
  }

  .toolgreen{
    color: green;
    font-weight: bold;
    cursor: pointer;
  }

  .fixSizeTableAffaire{
    font-size: 11px;
  }

  .fixRowAffaire{
    height: 60px !important;
  }

  .fixAffaireTH{
    vertical-align: baseline;
  }

  .fixTdAffaire{
    width: 5%;
  }

  .fixBtnNumDevis{
    height: 24px !important;
    line-height: 24px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    text-transform: none !important;
    white-space: nowrap;
  }

  .fixNumDevis{
    position: absolute;
    left: -8.25rem;
    top: 0.77rem;
  }

  .boutonsFDS{
    height : 100%;
    width : 25%;
    background-color: #00cc00;
  }

  .fixConf1{
    position: absolute;
    left: -10rem;
    top: 0.77rem;
  }

  .fixConf2{
    position: absolute;
    left: 4rem;
    top: 0.77rem;
  }

  .fixDevisButton{
    margin-bottom: 2%;
    margin-top: -1%;
  }

  .btn_enlever{
    font-size: 70%;
  }

  .deleteProduitImage{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

  .deleteProduitImage:hover{
    -webkit-animation:spin 0.4s linear;
    -moz-animation:spin 0.4s linear;
    animation:spin 0.4s linear;
    cursor: pointer;
  }

  .deleteProduitImage2:hover{
    -webkit-animation:spin2 0.4s linear;
    -moz-animation:spin2 0.4s linear;
    animation:spin2 0.4s linear;
    cursor: pointer;
  }

  .updateProduitImage:hover{
    cursor: pointer;
  }

  @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
  @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
  @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

  @-moz-keyframes spin2 { 100% { -moz-transform: rotate(540deg); } }
  @-webkit-keyframes spin2 { 100% { -webkit-transform: rotate(540deg); } }
  @keyframes spin2 { 100% { -webkit-transform: rotate(540deg); transform:rotate(540deg); } }

  .dropdown-content {
    background-color: #FFFFFF;
    margin: 0;
    display: none;
    min-width: 300px;
    max-height: auto;
    margin-left: -1px;
    /*overflow: hidden;*/
    opacity: 0;
    position: absolute;
    /*white-space: nowrap;*/
    z-index: 10000;
    will-change: width, height;
  }

  .fixHoverColor:hover{
    background-color: #FFF !important;
  }

  .bounce {
    -moz-animation: bounce 1s infinite;
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
  }

  @-moz-keyframes bounce {
    0%{
      -moz-transform: translateX(-17px) translateY(-5px);
      transform: translateX(-17px) translateY(-5px);
    }
    50% {
      -moz-transform: translateX(-17px) translateY(5px);
      transform: translateX(-17px) translateY(5px);
    }
    100% {
      -moz-transform: translateX(-17px) translateY(-5px);
      transform: translateX(-17px)translateY(-5px);
    }
  }
  @-webkit-keyframes bounce {
    0% {
      -webkit-transform: translateX(-17px)  translateY(-5px);
      transform: translateX(-17px)  translateY(-5px);
    }
    50% {
      -webkit-transform: translateX(-17px) translateY(5px);
      transform: translateX(-17px) translateY(5px);
    }
    100% {
      -webkit-transform: translateX(-17px) translateY(-5px);
      transform: translateX(-17px) translateY(-5px);
    }
  }
  @keyframes bounce {
    0% {
      -moz-transform: translateX(-17px) translateY(-5px);
      -ms-transform: translateX(-17px) translateY(-5px);
      -webkit-transform: translateX(-17px) translateY(-5px);
      transform: translateX(-17px) translateY(-5px);
    }
    50% {
      -moz-transform: translateX(-17px) translateY(5px);
      -ms-transform: translateX(-17px) translateY(5px);
      -webkit-transform: translateX(-17px) translateY(5px);
      transform: translateX(-17px) translateY(5px);
    }
    100% {
      -moz-transform: translateX(-17px) translateY(-5px);
      -ms-transform: translateX(-17px) translateY(-5px);
      -webkit-transform: translateX(-17px) translateY(-5px);
      transform: translateX(-17px) translateY(-5px);
    }

  }

  .testNav a:hover{
    transition: all .25s ease;
  }

  .scrollup{
    display: none;
  }

  div.FixedHeader_Cloned{
    z-index: 900 !important;
  }

  .shadow{
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 5px 10px 0 rgba(0,0,0,0.12);*/
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0), 0 2px 10px 0 rgba(0, 0, 0, 0.61);
  }

  .noShadow{
    box-shadow: none;
  }

  div.FixedHeader_Cloned th,
  div.FixedHeader_Cloned td {
   background-color: white !important;
   margin-top: 64px;
 }

 .modalBodyTauxMaintenance {
  overflow-y: auto;
}

.inverserImage{
  /*transform: scaleY(-1);*/
  transform: rotate(180deg);
  cursor: pointer;
}

.cliquableImage{
  cursor: pointer;
}

.datepicker{
  cursor: pointer;
}

/*** Tableau temps développement ***/
.devTmpPositif{
  background-color: #1E88E5;
}

.devTmpNegatif{
  background-color: #F44336
}
/*** TOAST/MESSAGE Flotant ***/
.toast.success {
  border-radius: 24px;
  background-color: #00cc00;
}

.toast.fail {
  background-color: #ff0000;
}

.modal.askDelete {
  top: 30% !important;
  left: 30%;
  margin: 0;
  width: 40%;
  max-height: 100%;
  will-change: bottom, opacity;
}

table.highlight>tbody>tr:hover {
  background-color: #B3CFFF;
}

/* Pour le libellé Etat (modifier-affaire)*/
.libelleEtat {
  margin-left: 7px;
  display: inline-block;
  padding-top: 2px;
  font-size: 0.9rem;
  color: #1bace6;
  font-weight: bold;
}

.pastilleEtat {
  width: 30px;
  height: 30px;
  top: -2px;
}

.cbAllCheck {
  padding-left: 40% !important;
}

.select2-selection__rendered{
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
}


@media only screen and (max-width: 500px) {
  .hidCol {   
    display: none;
    visibility: hidden;
  }
}

.crea, .ncrea {
  margin-bottom: 0;
}

.datepicker-now {
    color: #26a69a;
    padding: 0 1rem;
}
td.attente {
    background-color: rgba(224, 100, 31, 0.6);
}
td.accepte {
    background-color: rgba(76, 175, 79, 0.8);
}
td.refuse {
    background-color: rgba(199, 25, 9, 0.7);
}

.congeSousT{
    border-bottom: 1px solid rgba(0,0,0,0.4);
}
.conge{
    border-bottom: 1px solid rgba(0,0,0,0.2);
}


nav .welcome{
  font-size: 1.5rem;
}

.fixSizeTableAffaire thead tr th.mediaNone{
  width: 10%;
}
.fixSizeTableAffaire thead tr th.fo{
  width: 10%;
}
.fixSizeTableAffaire thead tr th.gr{
  width: 10%;
}
.fixSizeTableAffaire thead tr th.de{
  width: 30%;
}
.fixSizeTableAffaire thead tr th.qte{
  width: 6%;
}
.fixSizeTableAffaire thead tr th.ty{
  width: 15%;
}
.fixSizeTableAffaire thead tr th.co{
  width: 10%;
}
.fixSizeTableAffaire thead tr th.su{
  width: 9%;
}


@media only screen and (max-width: 600px){
  nav .welcome{
    font-size: 0.6rem;
  }
  div .col.s0{
    display: none;
  }
  div .media_low{
    font-size: 0.8rem;
  }
  .mediaNone{
    display: none;
  }
  .fixSizeTableAffaire thead tr th.fo{
    width: 10rem;
  }
  .fixSizeTableAffaire thead tr th.gr{
    width: 10rem;
  }
  .fixSizeTableAffaire thead tr th.de{
    width: 15rem;
  }
  .fixSizeTableAffaire thead tr th.qte{
    width: 5rem;
  }
  .fixSizeTableAffaire thead tr th.ty{
    width: 10rem;
  }
  .fixSizeTableAffaire thead tr th.co{
    width: 15rem;
  }
  .fixSizeTableAffaire thead tr th.su{
    width: 8rem;
  }
  .gestCongConf{
    margin-top: 10%;
  }
}

@media only screen and (min-width: 600px){
  div .col.m0{
    display: none;
  }
}