html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.dropdown-divider {
    color: #f7f7f7;
}

.form-group {
    margin-bottom: 0.5rem !important;
}

.dx-datagrid-headers {
    color: #242424 !important;
}

.btn:active {
    background-color: #008796 !important;
    border-color: #008796 !important;
}

#btnLogout:active {
    background-color: #008796 !important;
    border-color: #008796 !important;
    color: white !important;
}

/* Select2 */
span.select2-selection {
    border: 1px solid #ced4da !important;
    min-height: 37px !important;
}

span.select2-selection__rendered {
    line-height: 2.1 !important;
}

/* Reserva rectoria */
select.tipusApat {
    width: 120px;
}

/* Activitats */
button.eliminar {
    background-color: #a99609;
    border-color: #a99609;
}

button.eliminar:hover {
    background-color: #96860c;
    border-color: #96860c;
}

/* Assignació educadors */
div.sombra:hover {
    cursor: grab;
}

.sombra:hover, ul.sombra:hover > li {
    background-color: #e9e9e9;
}

.sombraDrag, ul.sombraDrag > li {
    background-color: #e9e9e9;
}

/* Version */
.bg-success-subtle {
    background-color: #d1e7dd !important;
}

.text-success-emphasis {
    color: #0a3622 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.border-success-subtle {
    border-color: #a3cfbb !important;
}

/* Calendari */
.showtime-preview {
    color: #373737;
}