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;
}

* {
  font-family: "Segoe UI", "Arial", "sans-serif";
}

body {
  margin: 0;
  padding: 0;
  background: #fffaea;
  font-size: 13px;
}
body div#outer-container {
  height: 100vh;
  display: grid;
  grid-template-rows: 120px auto;
}
body section#header {
  background: linear-gradient(to left, rgba(51, 51, 51, 0), #633013) no-repeat, url("/static/images/barra_large.fbe267890c13.jpg") no-repeat;
  background-color: #633013;
  background-size: 33%;
  background-position-x: right;
  background-position-y: 43%;
  color: #f9f0b2;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 30px 30px 30px 30px;
  grid-template-areas: "logo profile" "logo org" "logo program" "nav nav";
}
body section#header a#logo {
  grid-area: logo;
  padding: 0.2em 0.5em 0.2em 0.2em;
  max-width: 200px;
  display: flex;
  align-items: center;
}
body section#header a#logo img {
  max-height: 100%;
  max-width: 100%;
}
body section#header div#user-profile {
  grid-area: profile;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
body section#header div#user-profile a {
  color: #f9f0b2;
}
body section#header div#user-profile #profile-menu {
  user-select: none;
  margin: 0;
  padding: 0;
}
body section#header div#user-profile #profile-menu > ul {
  margin: 0;
  background: #633013;
  border: 1px solid rgba(249, 240, 178, 0.2901960784);
  border-top: none;
  border-right: none;
  list-style: none;
  display: flex;
  font-size: 0.825em;
  justify-content: space-between;
  padding: 0.2em 0.75em;
  gap: 0.2em;
  position: relative;
}
body section#header div#user-profile #profile-menu > ul li {
  padding: 0.2em;
}
body section#header div#user-profile #profile-menu > ul li details {
  position: relative;
}
body section#header div#user-profile #profile-menu > ul li details summary {
  cursor: pointer;
}
body section#header div#user-profile #profile-menu > ul li details #program-swap,
body section#header div#user-profile #profile-menu > ul li details #org-swap {
  position: absolute;
  list-style: none;
  padding: 0;
  background: #633013;
  right: 0;
  top: 20px;
  z-index: 10;
}
body section#header div#user-profile #profile-menu > ul li details ul {
  border: 1px solid rgba(249, 240, 178, 0.2901960784);
}
body section#header div#user-profile #profile-menu > ul li details li a {
  box-sizing: border-box;
  display: block;
  padding: 0.5em;
  width: 200px;
}
body section#header div#user-profile #profile-menu > ul li details li a:hover {
  color: #633013;
  background-color: #f9f0b2;
}
body section#header div#user-profile #profile-menu > ul li #logout-button {
  background: none;
  color: #f9f0b2;
  padding: 0;
  margin: 0;
  min-width: 0;
  max-width: none;
  border: none;
  min-height: 0;
  font-size: 1em;
  font-family: "Segoe UI", "Arial", "sans-serif";
}
body section#header h1#organisation-title {
  grid-area: org;
  font-size: 2em;
  align-self: end;
}
body section#header div#program-title {
  grid-area: program;
  font-size: 1em;
  font-style: italic;
  display: flex;
  flex-direction: row;
  gap: 0.5em;
}
body section#header div#program-title .days-to-expiry {
  color: #ffd5d0;
  font-style: normal;
}
body section#header div#program-title .expired, body section#header div#program-title .expires-today {
  color: #ffd5d0;
  font-weight: bold;
  font-style: normal;
}
body section#header h1#organisation-title,
body section#header div#program-title {
  padding: 0;
  margin: 0;
}
body section#header nav#main-navigation {
  grid-area: nav;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.25em;
  padding-left: 0.25em;
}
body section#header nav#main-navigation a {
  cursor: pointer;
}
body section#header nav#main-navigation a.button.nav {
  background-color: rgb(127, 56, 23);
  border: 1px solid #d44e22;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
  padding: 0 0.25em;
}
body section#header nav#main-navigation a.button.nav:hover {
  background-color: rgba(212, 78, 34, 0.75);
}
body section#header nav#main-navigation.reports a.button.nav.reports, body section#header nav#main-navigation.all-tasks a.button.nav.all-tasks, body section#header nav#main-navigation.daily-calendar a.button.nav.daily-calendar, body section#header nav#main-navigation.allocation-calendar a.button.nav.allocation-calendar, body section#header nav#main-navigation.incoming-referral a.button.nav.incoming-referral, body section#header nav#main-navigation.outgoing-referral a.button.nav.outgoing-referral, body section#header nav#main-navigation.timesheets a.button.nav.timesheets, body section#header nav#main-navigation.settings a.button.nav.settings, body section#header nav#main-navigation.daily-allocation-calendar a.button.nav.daily-allocation-calendar {
  background-color: rgba(212, 78, 34, 0.75);
}
body section#content-container {
  display: flex;
  grid-column-start: 1;
  grid-row-start: 2;
  grid-column-end: auto;
  grid-row-end: auto;
  overflow: hidden;
  border-top: 2px solid #d44e22;
}
body section#content-container div#main-content {
  overflow-y: auto;
  height: 100%;
  width: 100%;
}
body section#content-container div#main-content #page-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body section#content-container div#main-content #page-header h1 {
  margin: 0;
  font-size: 1.3em;
}
body section#content-container div#main-content #page-header h1 span.subheading {
  font-weight: normal;
}
body section#content-container div#main-content #page-header section#updated-details {
  font-size: 0.75em;
  text-align: right;
  padding: 0.5em;
}
body section#content-container div#main-content section#message-section {
  font-size: 0.825em;
}
body section#content-container div#main-content section#message-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body section#content-container div#main-content section#message-section ul li {
  padding: 0.2em 1em;
}
body section#content-container div#main-content section#message-section ul li.success {
  background: #dff5d5;
  border-bottom: 1px solid #2d8505;
  color: #2d8505;
}
body section#content-container div#main-content section#message-section ul li.warning {
  background: #ffe4b0;
  border-bottom: 1px solid rgb(127, 56, 23);
  color: rgb(127, 56, 23);
}
body section#content-container div#main-content section#message-section ul li.error {
  background: #ffd5d0;
  border-bottom: 1px solid #C02000;
  color: #C02000;
}
body section#content-container div#main-content section#main-section {
  padding: 0 10px;
}
body section#footer {
  position: sticky;
  bottom: 0;
  margin-top: 1em;
  background: #FFFFFF;
  border: 1px solid #02486b;
  padding: 0.5em;
  border-radius: 5px;
}

.hide {
  display: none !important;
}

.inactive-text {
  color: rgba(0, 0, 0, 0.5);
}

input[type=time],
input[type=date] {
  font-family: "Segoe UI", "Arial", "sans-serif";
}

.error {
  color: #C02000;
}

.collapsible-table {
  background-color: #FFFFFF;
  padding: 0.5em;
  border: solid 1px #633013;
  margin-bottom: 0.5em;
}
.collapsible-table summary {
  position: relative;
  gap: 0.5em;
  cursor: pointer;
  user-select: none;
}
.collapsible-table summary > * {
  user-select: none;
  position: absolute;
  top: 0;
  left: 1em;
  margin: 0;
  padding: 0;
}
.collapsible-table table {
  margin-top: 0.5em;
}

.save-controls #save[disabled] {
  background-color: #8cadbd;
}

.emoji {
  font-size: 2em;
}

div.reports-container div.report-section {
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
}
div.reports-container div.report-section h4 {
  margin: 0;
}
div.reports-container div.report-section div.report-container {
  display: flex;
  flex-direction: column;
  gap: 1em;
  border-bottom: 1px solid rgba(99, 48, 19, 0.5);
  padding-bottom: 0.5em;
}
div.reports-container div.report-section div.report-form-row {
  display: flex;
  gap: 1em;
}
div.reports-container div.report-section div.report-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: fit-content;
}
div.reports-container div.report-section div.report-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: fit-content;
}
div.reports-container div.report-section form {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

/*# sourceMappingURL=main.css.39db42d00c07.map */
