.color-year-2019 {
  color: #32b432;
}

.color-year-2020 {
  color: #418bcc;
}

.color-year-2021 {
  color: #7c59c6;
}

.color-year-2022 {
  color: #e78538;
}

.color-year-2023 {
  color: #795548;
}

.color-year-2024 {
  color: #c24747;
}

.color-year-2025 {
  color: #000;
}

.color-year-2026 {
  color: #c98793;
}

.year-2019 .navbar, .background-color-year-2019 {
  background-color: #32b432;
}

.year-2020 .navbar, .background-color-year-2020 {
  background-color: #418bcc;
}

.year-2021 .navbar, .background-color-year-2021 {
  background-color: #7c59c6;
}

.year-2022 .navbar, .background-color-year-2022 {
  background-color: #e78538;
}

.year-2023 .navbar, .background-color-year-2023 {
  background-color: #795548;
}

.year-2024 .navbar, .background-color-year-2024 {
  background-color: #c24747;
}

.year-2025 .navbar, .background-color-year-2025 {
  background-color: #000;
}

.year-2026 .navbar, .background-color-year-2026 {
  background-color: #c98793;
}

.banner-message {
  background-color: rgba(0, 0, 0, 0.3882352941);
  color: white;
  text-align: center;
  padding: 0.2rem 1rem;
  font-size: 0.9em;
  font-family: monospace;
  border-radius: 8px;
}

.btn-primary {
  background-color: #32b432 !important;
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus {
  background-color: #74d874 !important;
}
.btn-primary:hover {
  background-color: #061406 !important;
}

.btn-secondary {
  background-color: #3278b4 !important;
}
.btn-secondary.active, .btn-secondary:active, .btn-secondary:focus {
  background-color: #74aad8 !important;
}
.btn-secondary:hover {
  background-color: #060e14 !important;
}

.loader {
  border: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  border-radius: 0;
  height: 50px;
  margin-bottom: 10px;
}
.loader i {
  padding: 0;
  margin: 0;
  font-size: 50px;
  animation: rotation 2s infinite linear;
  -webkit-animation: rotation 1s infinite linear;
  color: orange;
}
.loader.inline-block {
  display: inline-block;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.position-relative {
  position: relative;
}

.hidden {
  visibility: hidden;
}

.text-decoration-underline {
  text-decoration: underline;
}

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

.text-align-right {
  text-align: right;
}

i.fa-spinner {
  animation: rotation 2s infinite linear;
  -webkit-animation: rotation 1s infinite linear;
}

form.error input[type=file] {
  border: 1px solid red;
}

.card {
  margin-bottom: 1rem;
}
.card .view {
  min-height: 50px;
  line-height: 50px;
}
.card .view.todo {
  background-color: red;
  color: white;
  font-weight: 800;
}
.card .view.ok {
  background-color: green;
  color: white;
  font-weight: 800;
}
.card.locked {
  opacity: 0.5;
}
.card.locked .view {
  background-color: grey;
  color: white;
  font-weight: 800;
}
.card .card-footer {
  text-align: left;
  font-size: 0.8rem;
}

.navbar-nav .fa {
  font-size: 1.3rem;
  position: relative;
  right: 3px;
  top: 1px;
}

.list-group-item {
  padding: 0.4rem 0.5rem;
}

.navbar-nav .nav-link.router-link-active i {
  color: #32b432;
}

.nav-tabs .nav-link.active {
  background-color: #fb3;
}

a.nav-link.router-link-active {
  color: #32b432;
  opacity: 1;
}

.breadcrumb {
  background-color: transparent;
  position: absolute;
}

.display-inline-block {
  display: inline-block;
}

.display-block {
  display: block;
}

.classic-tabs ul li a {
  color: #3278b4;
  opacity: 0.3;
}
.classic-tabs ul li a.link-active {
  opacity: 1;
}
.classic-tabs ul li a i.fa {
  width: 100%;
  text-align: center;
}

.bg-blue-light {
  background-color: #1ee0e9;
}

.badge-pill {
  margin: 0.2rem 0.2rem;
  padding: 0.6em 0.9em;
  border-radius: 0.5rem;
}

@media (min-width: 576px) {
  .badge-pill {
    min-width: 150px;
  }
}
.list-group {
  max-height: 350px;
  overflow: auto;
}
.list-group li {
  min-height: 40px;
}
.list-group li .small {
  font-size: 0.7rem;
}

.table {
  margin-bottom: 0;
}
.table.simple-presentation th {
  text-align: left;
}
.table.simple-presentation td {
  text-align: right;
}
.table .table-tr-primary, .table .table-tr-secondary, .table .table-tr-conclusion {
  border-style: solid;
  border-width: 2px;
}
.table .table-tr-secondary {
  background-color: grey;
  color: white;
}
.table .table-tr-conclusion {
  border-color: black;
  background-color: black;
  color: white;
}

.color-green {
  color: green;
}

.color-orange {
  color: orange;
}

.color-grey {
  color: grey;
}

.icon-number {
  top: -10px;
  right: -4px;
  align-content: center;
  position: absolute;
  background-color: white;
  color: black;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  text-align: center;
  font-style: normal;
  font-size: 0.6rem;
  padding-top: 3px;
  font-family: sans-serif;
  font-weight: bold;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.popover-header {
  text-align: center;
  background-color: #e91e63;
  color: white;
}

.pointer-events-none {
  pointer-events: none;
}

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

.font-weight-normal {
  font-weight: normal;
}

.display-5 {
  font-size: 2rem;
}

.display-6 {
  font-size: 1.1rem;
}

.display-7 {
  font-size: 0.9rem;
}

.display-8 {
  font-size: 0.7rem;
}

p.textarea {
  border: 1px black solid;
  overflow: auto;
  padding: 0.5rem 0.8rem;
  text-align: justify;
}
p.textarea.fullscreen {
  width: 100%;
  height: 200px;
}

html,
body,
header,
video,
.view {
  height: 100%;
}

/* MA: Fix for iOS KEEEEP */
html {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.fade-fast {
  transition: opacity 1s linear;
}

body {
  background-color: #e0dedf;
  background-size: cover;
  background-position: center;
}

select.error {
  border: 1px solid red;
}
select.valid {
  border: 1px solid green;
}

.opacity-5 {
  opacity: 0.5;
}

.form-control.is-invalid {
  border-color: #dc3545 !important;
}

.form-control.is-valid {
  border-color: #28a745 !important;
}

.table-info, .table-info > td, .table-info > th {
  background-color: white;
}

table tbody {
  background-color: white;
}
table tbody.transparent {
  background: none;
}
table tbody.transparent tr th {
  background: rgba(0, 0, 0, 0.2);
}
table tbody td, table tbody th {
  font-size: inherit;
}
table tbody tr th {
  background-color: #eee;
}

.modal-dialog .modal-title {
  flex: 1;
}

span[disabled] i {
  visibility: hidden;
}

.md-form label {
  font-size: 0.9rem;
}

.form-control.is-valid, .was-validated .form-control:valid {
  background-image: none;
}

/*// MA: INVALID CODE FOR iOS
body.modal-open main {
	pointer-events: none;
	overflow: hidden;
}*/
.rider-check {
  font-size: 1.4rem;
}

.fa[disabled] {
  opacity: 0.2;
}

.btn.disabled, .btn:disabled, btn[disabled] {
  background-color: grey !important;
  opacity: 0.2;
}

.button-legend-number {
  position: relative;
}
.button-legend-number:after {
  position: absolute;
  font-size: 9px;
  background-color: #676767;
  color: white;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  font-family: monospace;
  bottom: -7px;
  padding: 4px;
  padding-left: 3px;
  right: -6px;
}
.button-legend-number.button-legend-one:after {
  content: "1";
}
.button-legend-number.button-legend-ten:after {
  content: "10";
}

.pill {
  display: inline-block;
  color: white;
  border-radius: 10em;
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
  font-weight: bold;
}
.pill.pill-blue {
  border: 1px solid #2196F3;
  background-color: #2196F3;
}
.pill.pill-red {
  border: 1px solid #f44336;
  background-color: #f44336;
}

.white-space-nowrap {
  white-space: nowrap;
}

.font-family-sans-serif {
  font-family: sans-serif;
}

table.row-clickable tbody tr td a, table.row-clickable tbody tr th a {
  display: block;
}

ul.stepper {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.background-color-primary {
  background-color: #32b432 !important;
}

.text-color-primary {
  color: #32b432 !important;
}

ul.stepper li a {
  padding: 1.3rem;
  padding-top: 0;
}

.stepper-vertical li:not(:last-child):after {
  top: 2.14rem;
}

ul.stepper li.active a .circle {
  background-color: #2196F3 !important;
}

ul.stepper li.nonactive a .circle {
  background-color: #ccc !important;
}

ul.stepper li.warning a .circle {
  background-color: #fb3 !important;
}

ul.stepper li.completed a .circle {
  background-color: #32b432 !important;
}

ul.stepper li .step-content {
  font-size: 0.8rem;
}

ul.stepper li a .label {
  text-align: left;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}

ul.list-group li.list-group-item[selected] {
  color: white;
  background-color: #3278b4;
}

table.table-bordered.table-bordered-black th, table.table-bordered.table-bordered-black td {
  border-color: rgba(0, 0, 0, 0.2705882353);
  border-width: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.2705882353);
}

table.table-bordered-no th, table.table-bordered-no td {
  border: 0;
}

.font-smaller {
  font-size: 0.8rem;
}

fieldset {
  border: 2px;
  border-style: dashed;
  padding: 1em;
}

strong {
  font-weight: bold;
}

.autocomplete-dropdown-container {
  width: 300px;
  margin: 0px;
  position: absolute;
  left: 34%;
  top: -8px;
  z-index: 1050;
  left: calc(50% - 51px);
}

.autocomplete-dropdown {
  background-color: #fff;
  margin: 0;
  outline: 0;
  position: relative;
  -webkit-transform: scaleY(0.8);
  transform: scaleY(0.8);
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.autocomplete-dropdown.open {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}

.autocomplete-items-list {
  max-height: 190px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}

.autocomplete-item {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.87);
  padding: 6.5px 16px;
  font-size: 1rem;
  font-weight: 400;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.table-responsive {
  overflow-x: auto;
}

.table td, .table th {
  padding: 0.45rem;
  border-top: 0;
}

/*# sourceMappingURL=app.css.map */
