html, body {
  margin: 0;
  height: 100%;
  font-family: "Segoe UI", "Arial", "sans-serif";
  color: #633013;
  font-size: 14px;
}

hr {
  border: 1px solid #633013;
}

a {
  text-decoration: none;
  color: #633013;
}
a.link {
  text-decoration: underline;
  cursor: pointer;
  color: #187de9;
}
a.link:active, a.link:visited {
  color: #187de9;
}

span.svg-icon {
  display: flex;
  justify-content: center;
}
span.svg-icon svg {
  width: 1.5em;
  height: 1.5em;
}

.button,
input[type=submit],
button {
  min-width: 8em;
  max-width: 12em;
  background: #02486b;
  border: none;
  border-radius: 4px;
  min-height: 2em;
  color: #fffaea;
  text-wrap: wrap;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

a.button.red,
button.red {
  background: #BD4A3D;
}

a.button {
  padding: 0.25em;
  transition: background-color 0.2s;
}
a.button:hover {
  background: #8cadbd;
}
a.button.small {
  min-width: 2em;
  min-height: 0;
  padding: 0.175em;
  font-size: 0.825em;
}

.panel {
  box-shadow: #633013 0 0 4px;
  border: 1px solid #633013;
  border-radius: 4px;
}
.panel div.header {
  background: rgba(99, 48, 19, 0.5);
  color: #f9f0b2;
  padding: 1px;
  text-align: center;
  text-shadow: #633013 0 0 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: #633013 0 0 4px;
}
table thead {
  background-color: #633013;
  color: #fffaea;
  text-align: left;
  user-select: none;
}
table thead tr {
  vertical-align: top;
  border-left: 1px solid #633013;
  border-right: 1px solid #633013;
}
table thead tr th {
  padding: 0.3em;
  font-weight: normal;
}
table thead tr th.minimum-column {
  width: 0 !important;
}
table thead tr th.medium-column {
  width: 12em !important;
}
table thead tr th.button-column {
  width: 4em !important;
  text-align: center;
}
table tbody {
  background-color: #FFFFFF;
}
table tbody tr {
  vertical-align: top;
  border-bottom: 1px solid #fffaea;
  background-color: #fffcf4;
}
table tbody tr:nth-child(odd) {
  background-color: #FFFFFF;
}
table tbody tr td {
  padding: 0.2em;
  border: 1px solid rgba(99, 48, 19, 0.15);
}
table tbody tr td.button-column {
  text-align: center;
}
table tbody tr:hover {
  background-color: #f9f0b2;
  outline: 3px solid rgba(212, 78, 34, 0.25);
}
table tbody tr.green {
  background: #f5ffea !important;
}
table tbody tr.green:nth-child(odd), table tbody tr.green.alt {
  background: #f0ffde !important;
}
table tbody tr.green:hover {
  background: #d2f8cc !important;
}
table tbody tr.red {
  background: #ffeaea !important;
}
table tbody tr.red:nth-child(odd), table tbody tr.red.alt {
  background: #ffe3e3 !important;
}
table tbody tr.red:hover {
  background: #ffd5d0 !important;
}
table tbody tr.blue {
  background: #eaf1ff !important;
}
table tbody tr.blue:nth-child(odd), table tbody tr.blue.alt {
  background: #e3ecff !important;
}
table tbody tr.blue:hover {
  background: #e1eaff !important;
}

label {
  cursor: pointer;
}

div.section-controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
div.section-controls div {
  display: flex;
}
div.section-controls div.left {
  flex-direction: column;
}
div.section-controls div.left span {
  font-weight: bold;
}
div.section-controls div.left a {
  font-size: 0.825em;
}
div.section-controls div.right {
  flex-direction: row;
  gap: 1em;
}

section.additional-section {
  margin-bottom: 1em;
}

div.controls {
  display: flex;
  justify-content: space-between;
}
div.controls div.save-controls {
  display: flex;
  gap: 1em;
}

body {
  background: #efcba4 url("/static/images/barra_large.fbe267890c13.jpg");
  margin: 0;
  padding: 0;
  background-size: cover;
  overflow: hidden;
}

#login-container {
  overflow: hidden;
  width: 28em;
  min-width: 300px;
  margin: 100px auto;
  height: auto;
}
#login-container .content {
  padding: 2em;
  background-color: rgba(249, 240, 178, 0.5);
}
#login-container .content form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#login-container .content form ul {
  list-style: none;
  padding: 3px;
  margin: 0;
  text-align: center;
  background: #ffd5d0;
  border: 1px solid #BD4A3D;
  color: #C02000;
}
#login-container .content form div label, #login-container .content form div input {
  display: block;
  width: 100%;
}
#login-container .content form div input {
  box-sizing: border-box;
  border: none;
  box-shadow: #633013 0 0 2px;
  height: 2em;
}
#login-container .content form input[type=submit] {
  margin: auto;
}

/*# sourceMappingURL=login.css.7673b6a32e20.map */
