/* 
    Created on : 22 gen 2024, 11:41:44
    Author     : Andrea
*/

.login-tab {
    text-align: center;
}

.login-error {
    color: red;
    text-align: center;
    margin-bottom: 2em;
}

.control-panel {
    text-align: center;
    width: 8em;
    height: 8em;
    background-color: gray;
    border-color: gray;
    display: block;
    color: #FFF;
    margin-right: 2em;
    border-radius: 1em;
    float: left;
    margin-bottom: 2em;
}

.control-panel .btn-icon-start {
    float: none;
    margin: auto;
    font-size: 2em;
    background: none;
}

.control-panel .text-primary {
    color: #FFF !important;
    font-size: 3em;
}

.control-panel:hover {
    background-color: #383838;
    border-color: #383838;
    color: #FFF;
}

.card-header {
    padding: 1.5rem 1.25rem 0rem;
}

.author-profile .author-info .title {
  font-size: 1.5em;
}

.dataTables_info {
    margin-top: 2em;
}

.dataTables_paginate  {
    margin-top: 2em;
}

.dt-filter .dataTables_filter {
    float: right;
    margin-top: 5px;
}

.margin-auto {
     margin: auto;
}

.dishes_complete {
    float: left;
}

.edit_menu_row:hover {
    font-weight: bold;
}

.card-footer {
  border-top: none;
}

.footer {
  padding-left: 0;
}

.btn-primary {
  border-color: #222B40;
  background-color: #222B40;
}

.btn-primary:hover {
  border-color: #787878;
  background-color: #787878;
}

.center {
    text-align: center;
    margin: auto;
}

.add_availability {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #222B40;
  box-shadow: none;
}

.nav-pills .nav-link {
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 1em;
  color: #222B40;
}

.form-check-input:checked {
  background-color: #222B40;
  border-color: #222B40;
}
@media only screen and (min-width: 1000px) {
    .copyright {
      margin-left: 15rem;
    }
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  margin-right: 20px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  margin-right: 20px;
  content: "✖";
}

.form-control:disabled, .form-control[readonly] {
  background: #F5F5F5;
  opacity: 1;
}

.alert-input {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #FF5E5E;
}

.error-403 {
  position: relative;
  color: #222B40;
  font-size: 12em;
  letter-spacing: 0px;
  animation: none !important;
  font-weight: 900;
  line-height: 200px;
  margin: auto;
}

.sales-bx {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
}

.bg-primary {
  background-color: #222B40 !important;
}

.widget-timeline .timeline > li > .timeline-panel p {
  font-size: 1em;
  line-height: 1.5em;
}

.widget-timeline .timeline > li > .timeline-panel h6 {
  font-size: 1em;
  line-height: 1.5em;
}

.lesson-list-badge {
    float: right;
}

.news_home {
    margin-top: 1em;
}

.registration_slogan {
    margin-top: 1em;
    display: block;
}

.registration_link {
    text-decoration: underline;
}

.registration_confirm {
    text-align: center;
}

.registration_form p {
    line-height: 0.5;
}


.accordion {
    margin-bottom: 1em;
}

:root {
  --primary: #222B40;
  --primary-hover: #321f69;
  --primary-dark: #0d081a;
  --rgba-primary-1: rgba(34, 43, 64, 0.1);
  --rgba-primary-2: rgba(34, 43, 64, 0.2);
  --rgba-primary-3: rgba(34, 43, 64, 0.3);
  --rgba-primary-4: rgba(34, 43, 64, 0.4);
  --rgba-primary-5: rgba(34, 43, 64, 0.5);
  --rgba-primary-6: rgba(34, 43, 64, 0.6);
  --rgba-primary-7: rgba(34, 43, 64, 0.7);
  --rgba-primary-8: rgba(34, 43, 64, 0.8);
  --rgba-primary-9: rgba(34, 43, 64, 0.9); }


.btn-check:checked + .btn,
  :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: #222B40;
    border-color: #222B40; }
  
  
  .doc_state {
    margin-bottom: 1em;
  }
  
  #tblDocument_first {
          display: none !important;
  }
  
  #tblDocument_last {
          display: none !important;
  }
  
  #tblProduct_first {
          display: none !important;
  }
  
  #tblProduct_last {
          display: none !important;
  }
  
  .modal {
    --bs-modal-width: 700px;
  }
  
  .modal-footer {
    display: block;
  }
  
  
  .dataTables_processing {
    border-radius: 1rem !important;
    padding: 2rem 0 !important;
    margin-top: 1rem !important;
    margin-bottom: 0.35rem !important;
  }
  
  .TableAlignLeft {
      text-align: left !important;
  }
  
  .logo-login {
      width: 100% !important;
      margin-bottom: 20px;
  }
  
  
  
.select2-selection--single {
    border-color: rgba(0, 0, 0, 0.1) !important;
    border-radius: 0.375rem;
    padding: 0.375rem 1rem;
    height: 2.8rem !important;
  }
  
  .select2-selection__rendered {
    line-height: 2.5em !important;
  }
  
  #customerForm {
    margin-bottom: 2em;
  }