/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.2.0.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/
html {
  scroll-behavior: smooth;
  padding:0;
  margin:0;
  @media screen and (min-width: 2560px){
          font-size:16px;
  }
  @media screen and (min-width: 1920px) and (max-width: 2559px){
          font-size:15px;
  }
  @media screen and (min-width: 1681px) and (max-width: 1919px){
          font-size:15px;
  }
  @media screen and (min-width: 1441px) and (max-width: 1680px){
          font-size:13px;
  }
  @media screen and (min-width: 1366px) and (max-width: 1440px){
      font-size:13px;
  }
  @media screen and (min-width: 1024px) and (max-width: 1365px){
      font-size:13px;
  }
  @media screen and (min-width:992px) and (max-width: 1023px) {
      font-size:13px;
  }
  @media screen and (min-width:768px) and (max-width: 991px) {
      font-size:13px;
  }
  @media screen and (min-width:441px) and (max-width:767px) {
          font-size:13px;
  }
  @media screen and (min-width:351px) and (max-width:440px) {
          font-size:13px;
  }
  @media screen and (max-width:350px) {
          font-size:13px;
  }
}
/* logo align center */
body {
  --violet: #4a2175;
  --cyan: #30b5b3;
}
#nav-main .container {
  flex-direction: column;
}
.navbar-brand .logo.md { 
  width: 300px;
}
.bg-bethanie {
  background: linear-gradient(90deg,var(--violet) 0%,var(--cyan) 50%,var(--violet) 100%);
  padding-top: 0;
  padding-bottom: 0;
}
.bg-bethanie .nav-item a {
  color: white !important;
}
.vertical-center {
  min-height: 80vh;
  align-items: center;
}
.card {
  width: 320px;
  max-width: 25%;
}
.frmcontainer, #admin-cont {
  max-width: 1600px !important;
}
.form-food .form-check-input, .form-food input[type="number"] {
  margin-right: 2%;
}
.btn-back, .btn-print {
  display: inline-block;
  padding: 6px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 18px;
  border: 1px solid var(--cyan);
  border-radius: 5px;
  background-color: var(--cyan);
  color: #ffffff;
  max-width: 120px;
  position: absolute;
  margin-top: -25px;
}
@media (max-width: 989px) {
  .modal-lg {
     max-width: 100%;
     width: 100%;
  }
  .frmcontainer, #admin-cont {
    width: 99% !important;
  }
  /* mobile menu */
  .btn.btn-outline-secondary {
    display: none;
  }
}
/* ADMIN */
.navbar-admin {
  background-color: #efefef;
  border: 1px solid lightgray;
  padding: 0;
}
.modal .btn-back, #admin-cont .btn-back {
  display: none;
}
.btn-secondary, .frmcontainer .btn-close, #admin-cont .btn-close {
  display: none;
}
div.dataTables_wrapper div.dataTables_length select {
  min-width: 55px;
}
table.tabledata {
  font-size: 0.9em;
}
table.food td, table.drinks td{
  padding: 0;
}
table.report {
  background-color: white;
}
table.report > tr > td {
  padding: 0;
  border: 1px solid lightgray;
}
table.report > tr > td:first-child {
  min-width: 60px;
}
table.report table {
  margin: 0;
}
table.manif-f90 {
  font-size: 0.9em;
  table-layout: fixed;
  word-wrap: break-word;
}
table.manif-f90 td {
  border: 1px solid lightgray;
  vertical-align: middle;
  text-align: center;
}
table.manif-f90 .grey {
  background-color: #f0f0f0;
  font-size: small;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
table.manif-f90 .grey.prix {
  min-width: 95px;
}
.summary-table-container {
  font-size: 0.9rem; 
  margin-bottom: 20px;
}

.summary-table-container .report th, .summary-table-container .report td {
  padding: 5px;
  border: 1px solid #ccc;
}

.summary-table-container .report th {
  background-color: #f7f7f7;
  font-weight: bold;
}
@media print {

  .summary-table-container {
    display: none;
  }
  .navbar, .dt-control, .hidden-print { display: none !important;}
  table.manif-f90 .grey {
    background-color: #f0f0f0 !important;
    print-color-adjust: exact;
  }
}
