@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
    position: relative;
      font-family: "Manrope", serif;
  font-optical-sizing: auto;
}

.btn-neutral{
  color: #cb5e4d !important;
}

html,body {
    height: 100%;
    width: 100%;
}

#contentContainerLogin{
    padding: 15vh 15px 15vh;
  }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, .p {
    color: #000;
}

.txt-brown{
  color: #5D241B !important;
}

.bg-borwn{
  background-color: #24876B !important;
}

.bg-lightBrown{
  background-color: #b24434 !important
}

button.btn.btn-primary.bootbox-accept {
  background-color: #5D241B !important;
  border-color:  #5D241B !important;
}

.alert.bg-borwn {
    border: none !important;
      background-color: #5D241B !important;
      color:#fff !important;
}
.container-bg{
  background-color: #fff !important;
}

#contentContainerLogin .card {
    background-color: #fff !important;
    border: 2px solid #24876B !important;
    box-shadow: none;
  }

  div#contentContainerLogin {padding: 8vh 15px 15vh;}

.text-light {
    color: #b1b2b3 !important;
}

.btn{
    border: 0px;
    border-radius: 50px !important;
    transform: 0.5s;
}

.btn.btn-primary {
    background: #87243c !important;
    color: #fff !important;
}

.homepage .header-body h6{
    font-size: 3em;
    max-width: 200px;
    line-height: 1.2em;

}
#username-error, #password-error{
  display: block;
  margin-top: 10px;
  color: white;
}

.classter-auth .btn {
    background: #cfcfcf !important;
    color: #bc212c;
    transition: 0.5s;
    width: 100%;
}

.classter-auth .btn img {
    max-width: 98px;
    margin-top: -3px;
}


.classter-auth .btn:hover {
    background: #efefef !important;
    color: #bc212c;
}

.classter-auth hr{
    color: #87243C;
    margin-top: 40px;
    border-bottom: 2px solid currentColor;
    max-width: 100%;
    margin-bottom: 40px;
}

.header.pb-2 {
    background: #f9f9f9;
}

allergies {
    background: #f4f4f4;
    padding: 20px;
}

.btn-brown {
    background-color: #87243C;
   border: 2px solid #87243C;
    color: white;
}

.btn-brown-light{
  background-color: #dc8599;
  border: 2px solid #dc8599;
  color: #fff;
}


.btn-brown:hover {
    background-color: #fff;
    border: 2px solid #87243C;
    color: #87243C !important;
}

.btn-brown-light:hover{
    color: #dc8599 !important;
    background-color: #fff;
    border: 2px solid #dc8599;
}

.btn:hover {
    box-shadow:none;
}

.contentApp {
    min-height: 90vh;
}


p {
    font-size: 1em !important;
}

.allergies {
    background: #f7f7f7;
}

.welcome-message p {
    font-size: 1.0em !important;
}

.allergies b {
    font-weight: 700;
}

.fs-title {
    padding: 20px;
    background: #ebebeb;
    margin: -24px -24px 20px;
}

.fs-title h2 {
    margin-bottom: 0;
}


h3.mb-3.text-underline.weektitle {
    color: #24876B;
}

.bg-disabled {
    background: #efefef;
}

.bg-disabled h3 {
    color: #000 !important;
}


.form-control-label {
    color: #000;
}

.form-control {
    border: 0px;
    border-bottom: 2px solid #87243C;
    background: #f7f7f7;
        color: #000;
}

p.changed-student {
    color: #24876B !important;
    font-size: 1em !important;
}

.table {
    color: #000;
}

.fs-title h2 span {
    font-weight: 700;
}

.fs-title h2 {
    font-weight: 300;
}

body {
    color: #000;
}

.copyright p a {
    color: #24876B !important;
    font-weight:700;
}

.loader{
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../../assets/img/loading.gif') 50% 50% no-repeat rgb(249,249,249, 0.8);
  background-size: 100px;
}
.alternate{
  display: none;
}
.sidenav-toggler-line{
  color: white !important;
  background-color: white !important;
}
/*.btn-brown{
  background-color: #8a3528;
  border-color: #8a3528;
  color: white;
}
.btn-brown-light{
  background-color: #cb5e4d;
  border-color: #cb5e4d;
  color: white;
}*/
.btn-brown:hover, .btn-brown-light:hover{
  color: #87243C !important
}

a.text-dark:hover, a.text-dark:focus{
  color: #24876B  !important;
  text-transform: underline !important;
}

.btn{
  text-transform: uppercase !important;
}

#pre_week.disabled {
    display: none !important;
}

.form-control-label {
    font-size: 0.95rem !important;
}

.d-xs-block {
    display: none !important;
}

.navbar-vertical .navbar-nav .nav-link{
  font-size: 1rem !important;
}

.table td, .table th,p,a {
    font-size: 0.85rem !important;
}

select option {
    color: #000;
}

select option:disabled {
    color: #dedede;
}

.btn.disabled, .btn:disabled {
    opacity: 0.3;
    box-shadow: none;
}


@media screen and (max-width:767px){
  .bg-borwn{
    background-color: transparent !important;
  }

  .card.bg-borwn{
    background-color: #8a3528 !important;
  }

  .header .text-white{
    color: #5D241B !important;
  }

  .sidenav-toggler-line {
    color: #5D241B !important;
    background-color: #5D241B !important;
}

.footer-auto-bottom{
  max-width: 95%;
}

.sidenav-toggler-inner, .sidenav-toggler-line {
    width: 26px;
}

.sidenav-toggler-line:not(:last-child) {
    margin-bottom: 7px;
}

.homepage .header-body h6 {
    font-size: 2em !important;
}

.copyright p {
    text-align: center;
    margin-top: 20px;
    font-size: 12px !important;
}


}
@media (min-width: 1200px){
  .d-sm-none, .d-xs-none{
    display: block !important;
  }
}
@media screen and (max-width:480px){
  .d-sm-none{
    display: none !important;
  }
  .d-xs-block {
      display: block !important;
  }

  .d-xs-none
  {
    display: none !important;
  }

  .weekDay {
    border-bottom: 1px solid #989898;
    margin-top: 10px !important;
  }

  .sidenav-toggler-inner, .sidenav-toggler-line{
        width: 30px;
  }

  .sidenav-toggler-line:not(:last-child) {
    margin-bottom: 9px;
    height: 3px;
}

div#contentContainer {
    min-height: 72vh;
}
#contentContainerLogin {
    padding: 24.5vh 15px;
}
}

@media (min-width: 300px)
{

    .col-xs-10{
      max-width: 83.33333%;
      flex: 0 0 83.33333%;
    }
    .col-xs-4 {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }
    .col-xs-6 {
      max-width: 50%;
      flex: 0 0 50%;
  }
}



/* override styles when printing */
@media print {

  body {
    margin: 0;
    color: #000;
    background-color: #fff;
  } 
    nav.navbar.navbar-top.navbar-expand.navbar-dark.bg-borwn.border-bottom {
        display: none;
    }
    
    .header.bg-borwn.pb-6 {
        display: none;
    }
    
    .card-body form {
        /*display: none;*/
    }
    
    nav#sidenav-main {
        display: none;
    }
    
    div#report_paginate {
        display: none;
    }
    
    div#report_info {
        display: none;
    }
    
    a#generate-report {
        display: none;
    }
    
    label.form-control-label {
        display: none;
    }

    .col-xl-3.col-md-3.col-sm-12.form-group {
        display: flex;
        flex-direction: column;
        max-width: 25% !important;
        flex: 0 0 25% !important;
    }

    form {
        margin-top: 40px !important;
    }

    .form-control {
        background: #fff !important;
        border: none !important;
        font-weight:700 !important;
        font-size: 18px !important;    
    }

    select {
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      text-indent: 1px !important;
      text-overflow: '' !important;
    }



}
