/* Prevent modal show */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }
  
  .modal-content {
    background-color: var(--color-main-background);
    color: var(--color-main-text);
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
  }
  
  .modal-content a {
    text-decoration: underline;
  }
  
  .modalClose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .modalClose:hover,
  .modalClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }


#hello {
	color: red;
}

#formulaire {
	margin-left:20px;
	margin-top:20px;
}

#content {
	width:100%;
  border-radius: none;
  /*min-width: 1600px; /*bug #67*/
}

#contentTable {
  background-color: var(--color-main-background);
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

#app {
	width:100%;
  display: flex;
  margin-right: 20px;
}

#Statistical {
  table-layout: auto;
  white-space: pre-wrap;
}

#Statistical th{
  border: 1px solid;
  background-color: var(--color-primary-element-light);
  color:var(--color-primary-text);
  text-align:center;
  width:100px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
	font-size: 3.5rem;
  }
}

.app-navigation-entry {
  display: flex;
  align-items: center; /* Vertically centers the flex items */
  justify-content: space-between; /* Spaces out the <a> and <span> */
  margin-top: 15px;
}

.app-navigation-item{
  margin-top: 15px;
}

.nav-link, .nav-stats {
  display: flex;
  align-items: left; /* This ensures that if the text or loader has different heights, they will be aligned in the center */
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 10px;
  height: 10px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

[class^=icon-], [class*=" icon-"]  {
  display:inline-block;
  margin-right: 20px ;
  margin-left:10px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
 }

#app-navigation:not(.vue) > ul > li > a, #app-navigation:not(.vue) > ul > li > ul > li > a {
  padding:0 20px 0 20px;
  font-size: 20px;
}

.inputDate{
  min-width: 200px;
  max-width: 300px;
}

.configuration-global{
  margin-top:15px;
}

.configuration-icon{
  float: left;
  width:40px;
  height: 40px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.configuration-content{
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: middle;
  display: table-cell;
}

.editable[contenteditable="true"]{
  width: 80%;
}

.editablebutton button{
  float: right;
  padding-top:0px;
  margin-top: 0px;
}

.ConfigurationHelp{
  margin-bottom: 20px;
}

.statHead{
  text-align: center;
}

.statData{
  text-align: right;
}

.configuration{
  display:block;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 10px;
}

#emailInput{
  width: 30%;
}

#shareUsersTable {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
}

#shareUsersTable thead th {
    padding: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

#shareUsersTable tbody tr:hover {
    background-color: #f1f1f1;
}

#shareUsersTable tbody td {
    padding: 10px;
}

#shareUsersTable tbody td button {
    background-color: #f44336;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}

#headertable {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 14px;
    text-align: left;
}
#headertable thead th {
    padding: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
#headertable tbody td {
    width: 30%;
    padding: 10px;
}
#headertable tbody td button {
    background-color: #f44336;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}
#headertable tbody td button:hover {
    background-color: #d32f2f;
}
#headertable tbody td a {
    color: #2196F3;
    text-decoration: none;
}
#headertable tbody td a:hover {
    text-decoration: underline;
}
#headertable tbody td a:visited {
    color: #673AB7;
}
#headertable tbody td a:visited:hover {
    color: #5e35b1;
}
#headertable tbody td a:active {
    color: #f44336;
}

.titre-centre {
    width: 100%;
    text-align: center;
}

.inline {
    display: inline;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.comment {
  width: 100%;
  margin: 20px 20px;
}

.table-produit {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.table-produit th {
    background-color: #007BFF;
    color: white;
    padding: 8px;
    border: 1px solid #dee2e6;
    text-align: left;
}

.table-produit td:nth-child(4),
.table-produit td:nth-child(5),
.table-produit td:nth-child(6) {
    text-align: right;
}

.table-produit td {
    padding: 8px;
    border: 1px solid #dee2e6;
}

.div-prix{
      margin-top: 20px;
}

.table-prix {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    margin: 0 auto;
}

.table-prix th {
    background-color: #007BFF;
    color: white;
    padding: 8px;
    border: 1px solid #dee2e6;
    text-align: left;
}

.table-prix td {
    padding: 8px;
    border: 1px solid #dee2e6;
    text-align: right;
}

.alert-info-custom {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
    border-radius: 0.25rem;
    padding: 10px 15px;
    text-align: center;
    margin: 20px auto;
    font-size: 14px;
    width: 75%;
}


.table-mentions-signature {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.table-mentions-signature-facture {
    margin: 20px auto;
    width: 75%;
    border-collapse: collapse;
    table-layout: fixed;
}

.cell-mentions,
.cell-signature {
    width: 50%;
    vertical-align: top;
    padding: 15px;
    border: 1px solid #ccc;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.cell-mentions {
    background-color: #f8f9fa;
    line-height: 1.6;
    color: #333;
    border: 15px solid white;
}

.cell-signature {
    background-color: #f9f9f9;
    border: 15px solid white;
}

.mentions-titre {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #0c5460;
}

.mentions-ligne {
    margin: 4px 0;
}

.signature-title {
    text-align: center;
    margin: 10px 0;
    font-size: 18px;
    color: #333;
}

.signature-table {
    width: 100%;
    border-collapse: collapse;
}

.signature-table th,
.signature-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    background-color: #fff;
}

.signature-table .row-signature th,
.signature-table .row-signature td {
    height: 80px;
    vertical-align: top;
    background-color: #fefefe;
}
