@font-face {
  font-family: Font;
  src: url(Abel-Regular.ttf);
}

@font-face {
  font-family: PrixRegular;
  src: url(MMTextPro-Regular.otf);
}

@font-face {
  font-family: PrixBold;
  src: url(MMTextPro-Bold.otf);
}


@media screen and (orientation:landscape) {
   table {
  width: 100%;
  border-collapse: collapse;

  }
}
@page {
  size: auto !important; 
}

* {
  font-family: Font, Helvetica;
  box-sizing: border-box;
}

.card {
  margin: 0.5em;
}

#controls {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.controls{
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}

#caisses {
  font-style: italic;
}

#attention {

  color: red;
font-size: 200%;

}

button:hover {
  cursor: pointer;
  background: #F2F2F2;
  color: #292929;
  background-color: #bf9999;
}

.form-group{
  padding:10px;
  border:2px solid;
  margin:10px;
}
.form-group>label{
  position:absolute;
  top:-1px;
  left:20px;
  background-color:white;
}

.form-group>input{
  border:none;
}

.btn-group{
  margin: 1rem;
}

.btn-roulement:checked{
  outline: 2px solid rgb(0, 0, 0);
}

.btn-roulement{
  background-color: #9408bf;
}

.btn-exterieur{
  background-color: #99e4ff;
}

.btn-Maladie{
  background-color: #fcf80a;
}
.btn-vide{
  background-color: #dadada;
  border: 1px solid rgb(46, 45, 45) !important;
}
.btn-inter{
  background-color: #90aac0;
}
.btn-tard{
  background-color: #d9d8d4;
  border: 1px solid rgb(46, 45, 45) !important;
}
.btn-roulementfictif{
  background-color: #e7a9fa;
}
.btn-demconge{
  background-color: #f24447;
}
.btn-demrecup{
  background-color: #f2cc44;
}
.btn-demcongepart{
  background-color: #f8a9de;
}
.btn-demrecupfictif{
  background-color: #c6aae3;
}
.btn-syndicat{
  background-color: #f7abff;
}
.btn-formation{
  background-color: #94fff3;
}
.btn-recup{
  background-color: #de9800;
}
.btn-recupfictif{
  background-color: #d483fc;
}
.btn-sanssolde{
  background-color: #8c8c8c;
}
.btn-chomage{
  background-color: #699677;
}
.btn-paternite{
  background-color: #422c39;
  color: white;
}

.thumbnail {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 150px; /* Set a small width */
}

.thumbnail:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 2px solid #f00;
}

.slider-color {
  -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

input {
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
  border-radius: 10px;
}

input:hover :not(input[type=date]){
  cursor: pointer;
  background: #F2F2F2;
  color: #A82D2D;
}


button:not(.btn, .close) {
  background-color: #292929;
  color: #ddd;
  font-weight: bold;
  border: none;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 10px;

}

.btn:hover {
  box-shadow: 5px 5px;
}

.modal-content {
  background-color: #ffffffb0 !important;
  border-radius: 3rem !important;
}

input[type=button], input[type=submit] {
  background-color: #292929;
  color: #ddd;
  font-weight: bold;
  border: none;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 10px;
}

input[type=button], input[type=submit]:hover {
  background-color: #bf9999;
  color: #292929;
}

.action {
  color: #FFF !important;
  font-style: italic !important;
}



strong {
  color: red;
font-size: 350%;
}

li:not(#menu li){
     border-bottom: 1px solid #a6a6ab;
         }

#myTableResults {
  border-bottom: 1px solid #a6a6ab;
}

table {
  position: relative;
  border-collapse: collapse;

  }
th {
  cursor: pointer;
}




  .container {
    width: 100%;
    border-collapse: collapse;
    }

    .recap {
      width: 50%;
      border-collapse: collapse;
      }


.titre {
  font-size: 25px;
}



.login {

  display: grid;
  bottom : 400px;  
  text-align: center;  
  vertical-align: middle;
  margin-left: 25%;
  position:fixed;
  width:50%;
  font-size: 150%;
  background-color: #A82D2D;
  color: #FFF;
  border-radius: 10px;
  padding: 5%;
  
}


@media screen and (max-width: 800px){

  .login {

   bottom : 10px;  
  text-align: center;  
  vertical-align: relative;
  margin-left: 0%;
  position:fixed;
  width:100%;
  height: 100%;
  font-size: 150%;
  background-color: #A82D2D;
  color: #FFF;
  border-radius: 10px;

  }

  .controls{
    display: flex;
    align-items: inherit;
    justify-content: inherit;
    flex-direction: column;
  }

  #controls {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  
  }

}




#week {
  width: 150px;
  height: 30px;
  font-size: 15px;
  text-align-last:center;
}

#year {
  width: 150px;
  height: 30px;
  font-size: 15px;
  text-align-last:center;
}

select {
  width: 150px;
  height: 25px;
  text-align-last:center;
  border-radius: 10px;
}

select:hover {
  cursor: pointer;
}

tr{
  height: 50px;
  border-radius: 10px;
}

th {
  height: 70px;
   text-align: center !important;
  
}
td {
  height: 50px;
  text-align: center !important;
  transition: 0.5s;
  border: 0.01em solid lightgray;
 
}

td:hover{
  cursor: pointer;
  outline: 2px solid rgb(0, 0, 0);
}

tr:hover :not(.header, .conges, .recups, #fictifs, #fermeture, #heuresSup) {background-color: #c27575;
        
}

.header {
  text-align: center !important;
}

@media screen and (max-width: 800px){
#notMobile, #heuresSup, #fictifs {
  display: none;
}

table td, .header, .conges, .recups{
  overflow: hidden;
}


table {
  table-layout: fixed;
  width: 100%;
}

td {
  width: 10%;
  overflow: hidden;
}
}

@media screen{
  #signatureVendeur{display: none;}
  #signatureResponsable{display: none;}
  #selection{display: none;}
}

@media print{
#signatureVendeur{

    position: absolute;
    text-align: left;
    top: 80%;
    width: 100%;
}
#signatureResponsable{

    position: absolute;
    text-align: right;
    top: 80%;
    width: 100%;
}
#fictifs{display: none;}
#noPrint{display: none;}
#controls{display: none;}
#presences{display: none;}
#heuresSup{display: none;}
}
.modif{
  font-size: 10px;
}

.conges{
background-color: #de0012;
}

.recups{
background-color: #de9800;
}

.fictifs{
background-color: #d483fc;
}

.heuresSup{
  background-color: #ff84d6;
  }
.maladie{
background-color: #fcf80a;
}



thead {
  background-color: #A82D2D;
  
}

tfoot {
  background-color: #A82D2D;
  color: #FFF;
}

footer {
  background-color: #A82D2D;
}

#myInput {
  background-image: url('searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
  border-radius: 10px;
}

#myInput2 {
  background-image: url('searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
  border-radius: 10px;
}

#week {

  font-size: 13px; /* Increase font-size */
  padding: 5px 5px 5px 5px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}
#year {
  font-size: 13px; /* Increase font-size */
  padding: 5px 5px 5px 5px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}
#go {

  font-size: 13px; /* Increase font-size */
  padding: 5px 5px 5px 5px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}
#fermeture{
  font-size: 60%;
  font-style: italic;

}
.col1{
background-color: #a39999;
}

.col2{
background-color: #ffffff;
}

.col3{
background-color: #a39999;
}
.col4{
background-color: #ffffff;
}

#pitstop {
  text-align: center;
}

.A7 {
  size: 2.9in 4.1in;
  float: left;
  margin: auto;
  font-family: PrixRegular, Helvetica;

}
.oldPrice {
  text-align: right;
  margin: auto;
  font-size: 150%;
  text-decoration-line: line-through;
  text-decoration-color: red;
  font-family: PrixRegular, Helvetica;
}

.newPrice {
  text-align: center;
  color: red;
  margin: auto;
  font-size: 350%;
  font-family: PrixBold, Helvetica;
}

.titreA7 {
  border-top: 3px solid red;
  border-bottom: 3px solid red;
  width: 4.1in;
  text-align: center;
  margin: auto;
  font-family: PrixBold, Helvetica;
}
.barwrapp {
  position: relative;
}

