/*
 * Custom CSS
 */

body {
  font-size: 20px;
  font-weight: 500;
  
 
} 

.dropdown-toggle:active, .dropdown-toggle {
  font-size: 20px; 
}
.dropdown-item:active, .dropdown-toggle {
  font-size: 20px; 
}

h2 {
  font-size: 1.1em;
  color: #4665ee;
}

it1 {
  color: rgb(53, 53, 58);
  font-style: italic;
  font-size: 80%;

}

a.nounderlineD
{ 
 
 
 text-decoration:none; 
} 

a.nounderlineBlack
{ 
 
  color: rgb(0, 0, 0);
 text-decoration:none; 
} 

a.nounderline
{ 
 text-decoration:none; 
 color: white;
} 
a.nounderlineT
{ 
  color: white; 
 text-decoration:none; 
} 


a.nounderlineMenu
{
  color: #8abada; 
  text-decoration:none; 
} 
a.nounderlineMenu:hover
{
  color: #bfd9ea  ; 
  text-decoration:none; 
} 

.centered{
  display: flex;
  justify-content: center; 
  align-items: center; 


}
.log_cont{
  display: flex;
  
  align-items: center;

}

.box{
  display: flex;
  flex-direction: column;
  align-self: center;
  color: white !important; 
}
.box2{
  display: flex;
  flex-direction: column;
  align-self: left;
}


select {

  border: 1px solid #ccc;
  border-radius: 6px;

  }
  
input {
  vertical-align: middle;
    
  
    }
  


  
  confirmModal {
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 5px 5px 10px #888;
  
    }

  table {
    font-size: 0.8rem;
  }
  
  th,
  td {
    padding: 10px;

  }

.param {
 
  opacity: 0.5;

}

.param:hover {
  
  opacity: 0.8;

}
 

.hiddenRow {
  padding: 0 !important;
  border: none !important; 
}

centralC {
  margin: 10px;
}

.rtable {
  /*!
  // IE needs inline-block to position scrolling shadows otherwise use:
  // display: block;
  // max-width: min-content;
  */
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  
  overflow-x: auto;
  

  white-space: nowrap;

  border-collapse: collapse;
  border-spacing: 10;
}

.rtable,
.rtable--flip tbody {

  -webkit-overflow-scrolling: touch;
  

  background: radial-gradient(left, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 0 center,
              radial-gradient(right, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}

.rtable td:first-child,
.rtable--flip tbody tr:first-child {
  background-image: linear-gradient(to right, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 20px 100%;
}


.rtable td:last-child,
.rtable--flip tbody tr:last-child {
  background-image: linear-gradient(to left, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}

.rtable th {
  
  text-align: left;
  text-transform: uppercase;
  background: #f2f0e6;
  
}

.rtable th,
.rtable td {
  font-size: 1rem;
  padding: 6px 20px;
  border: 1px solid #d9d7ce;
}

.rtable--flip {
  display: flex;
  overflow: hidden;
  background: none;
}

.rtable--flip thead {
  display: flex;
  flex-shrink: 0;
  min-width: min-content;
}

.rtable--flip tbody {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.rtable--flip tr {
  display: flex;
  flex-direction: column;
  min-width: min-content;
  flex-shrink: 0;
  padding: 10px 20px;
}

.rtable--flip td,
.rtable--flip th {
  font-size: 1.2rem;
  display: block;
}

.rtable--flip td {
  background-image: none !important;

  border-left: 0;
}


.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
  border-bottom: 0;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal  {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

#id01 {
  margin: auto;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(245, 245, 245); /* Fallback color */
  background-color: rgba(255, 255, 255, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.ajj {

  color: #5322c5;
  font-size: 1rem;
  font-weight: bold;
  transition: 0.3s;
}

.ajj:hover,
.ajj:focus {
  color: #1c0355;
  text-decoration: none;
  cursor: pointer;
}

.accordion-toggle {
  cursor: pointer;
}




.dropdown {
  background-color: #0066ad !important;
  color: #8abada !important;
  /* this is for dropdown background */
}


.dropdown-menu {
  background-color: #0066ad !important;
  color: #8abada !important;
/* this is for dropdown menu background */
}

a.dropdown-item {
  color: #8abada !important;
/* this is for dropdown menu text color */
}

a.dropdown-item:hover {
  color: #bfd9ea !important;
  background-color: #0066ad !important;
/* this is for dropdown menu hover background and text color */
}

.dropdown-toggle {
  
  color: #8abada !important;
}

.dropdown-toggle:hover {
  
  color: #bfd9ea !important;
}

tr.jobtable:hover{
  background-color: #c3bdf7;
}

.dropdownFM {
  background-color: #0066ad !important;
  color: #ffffff !important;
  /* this is for dropdown background */
}


.dropdownFM-menu {
  background-color: #0d4e12 !important;
  color: #ffffff !important;
/* this is for dropdown menu background */
}

a.dropdownFM-item {
  color: #ffffff !important;
/* this is for dropdown menu text color */
}

a.dropdownFM-item:hover {
  color: #c2ebcd !important;
  background-color: #0d4e12 !important;
/* this is for dropdown menu hover background and text color */
}

.dropdownFM-toggle {
  
  color: #ffffff !important;
}

.dropdown-toggle:hover {
  
  color: #c2ebcd !important;
}
.dropdown-toggle:active, .dropdown-toggle {
  font-size: 20px; 
}
.dropdown-item:active, .dropdown-toggle {
  font-size: 20px; 
}

.nav-linkFM {
  
  color: #ffffff !important;
}

.nav-link:hover {
  
  color: #c2ebcd !important;
}

.bodyFlex {
  margin: 0.5em;
}

#InfoServ {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#InfoServ td, #InfoServ th {
  border: 1px solid #ddd;
  padding: 8px;
}

#InfoServ tr:nth-child(even){background-color: #f2f2f2;}

#InfoServ tr:hover {background-color: #ddd;}

#InfoServ th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #cecece;
  color: rgb(0, 0, 0);
}

.bouton_submit{
  border: none;
  text-decoration: none;
  background-color: transparent;
}

.bouton_submit:hover{
  border: none;
  text-decoration: none;
  background-color: #transparent;
}

.bouton_submit:active{
  border: none;
  text-decoration: none;
}