/* 
    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;
}

.validation-result-error {
    color: red;
    font-weight: bold;
}

.ds-2 {
    background-color: #222B40;
}

.ds-2 .progress-box {
    margin-top: 30px;
}

.mtlabel {
    margin-top: 2rem;
    margin-bottom: 0.5rem !important;
}

.mtlabel {
    margin-bottom: 0.5rem !important;
}

.modal-delete .modal-body {
    text-align: center;
}

.btn-img {
    padding: 0 !important;
}

.author-profile {
    text-align: left;
}

.author-profile .info-list li a {
    color: #FFF;
}

.buttons-excel {
    background: #6e6e6e !important;
    border-color: #6e6e6e !important;
    color: #fff !important;
    font-size: 0.813rem !important;
    padding: 5px 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

.buttons-pdf {
    background: #6e6e6e !important;
    border-color: #6e6e6e !important;
    color: #fff !important;
    font-size: 0.813rem !important;
    padding: 5px 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;    
}

#main-wrapper {
    opacity: 1;
    transition: none;
    position: relative;
}