#client-panel {
    background-color: #f8f8f8;
}

.panel-body {
    padding: 12px;
}

.accordion-tab .panel-body {
    padding: 0;
}

.accordion-tab .panel-heading {
    background-color: #9fcdff;
}

.accordion-tab .panel-title {
    font-size: 14px;
    font-weight: bold;
}

.articles-list-item {
    padding: 8px;
    font-size: 12px;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
}

hr.divider {
    margin-top: 36px;
    margin-bottom: 0;
}

input[type=checkbox] {
    margin-right: 4px;
}

.requested-analyte {
    display: inline-block;
    margin-left: 4px;
} 

input {
    min-width: 0;
}


/* Signature */

textarea {
    resize: none;
}

textarea#clinical-suspicion {
    resize: vertical;
}

#signature-container {
    text-align: center;
}

#signature {
    border-width: 1px;
    border-color: black;
    border-style: solid;
}

#verbal-quote {
    text-align: center;
}

.modal-footer {
    text-align: left;
}

/* Toggles */

.article-toggle {
    padding: 4px;
    cursor: pointer;
}

.article-toggle:hover {
    background-color: rgba(255,255,255,0.1);
}

.toggle-selected {
    background-color: rgba(255,255,255,0.2);
}



/* Agendas */

.btn-default {
    background-image: none;
}

.button {
  background-color: #1C86EE;
  border-radius: 30px;
  border: 10px;
  text-align: center;
  position:relative;
  padding: 12px 12px;
  width: 100%;
  font-size: 2.5rem;
  color:white;
  font-family: 'Roboto';
  font-weight: 100;
}}

.buttonArticle {
   background-color: #1C86EE;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 10px;
}

/* Calendars */

mwl-calendar small span[data-cal-date] {
    font-size: 1em;
    margin: 0;
}

a.event-item {
    color: white;
}

.selected a.event-item {
    font-weight: bold;
    color: black;
}

.prolongation a.event-item {
    cursor: not-allowed;
    font-style: italic;
    color: black;
}

.blocked a.event-item {
    cursor: not-allowed;
    font-style: italic;
    text-decoration: line-through;
    color: darkslategray;
}

.dropdown-menu li {
    background-color: white;
}

.cookie-overlay {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  background: #c09853;
  color: #c09853;
  background-color: #fcf8e3;
  z-index: 2051;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;

  border-color: #fbeed5;

  list-style-type: none;
  padding-left: 30px;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgb(129 129 129 / 15%);
  }


  > div:first-child {

  }

  a {

  }

  .close-cookies {
    cursor: pointer;
  }

.navbarCustom {
    background:#ffffff
    color: #ffffff
  }

.fa {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  color:#317eac;
}

.infoFacility{
    font-size:15px;
    color: #317eac;
    padding:50px;
}

}
