* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  background-color: #f8fafc; }

h1, h2, h3, h4, h5, h6, p {
  font-family: "Roboto", sans-serif;
  color: #363636; }

h1 {
  font-weight: 300;
  font-size: 25px;
  letter-spacing: -1.5px; }

h2 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 20px; }
  h2:last-child {
    margin: 0; }

h3 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.15px;
  color: #ca8625;
  display: inline-block;
  border-bottom: 3px solid #ca8625; }
  h3.content-header {
    margin: 40px 0 20px 0; }

.format-subtitle-1 {
  font-weight: 400;
  font-size: 1rem; }

.format-subtitle-2 {
  font-weight: 500;
  font-size: 0.875rem; }

p {
  font-size: 1rem;
  line-height: 1.2rem; }

.format-info {
  font-weight: 500;
  font-size: 0.875rem; }

.format-button {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem; }

.format-caption {
  font-size: 0.75rem; }

.format-overline {
  text-transform: uppercase;
  font-size: 0.625rem; }

label {
  text-transform: uppercase;
  font-size: 0.8rem; }

body {
  font-family: "Roboto", sans-serif; }

@media screen and (min-width: 768px) {
  h1 {
    font-weight: 300;
    font-size: 40px;
    letter-spacing: -1.5px; }

  h2 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 20px; }
    h2:last-child {
      margin: 0; }

  h3 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.15px;
    color: #ca8625;
    display: inline-block;
    border-bottom: 3px solid #ca8625; }
    h3.content-header {
      margin: 40px 0 20px 0; }
      h3.content-header:first-child {
        margin: 00px 0 20px 0; }

  h4 {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0.25px; } }
aside.quick-edit-data-form {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }
  aside.quick-edit-data-form main.card {
    width: 95%;
    max-width: 1000px;
    position: relative;
    top: 50px;
    margin: auto; }
    aside.quick-edit-data-form main.card h4 {
      background: #044d40;
      padding: 10px;
      color: white;
      display: flex;
      justify-content: space-between; }
      aside.quick-edit-data-form main.card h4 a.cancel i {
        color: white;
        opacity: 0.8;
        transition: opacity 0.3s; }
      aside.quick-edit-data-form main.card h4 a.cancel:hover i {
        opacity: 1; }

form .input-group button {
  border: none;
  padding: 20px;
  max-width: 200px; }
  form .input-group button:hover {
    cursor: pointer; }
  form .input-group button p {
    font-size: 1.4em;
    color: #ffffff; }

form .checkbox-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0; }
form .input-group.input-group-checkbox {
  position: relative;
  width: 50%;
  justify-content: space-between;
  align-items: center;
  display: grid;
  grid-template-columns: 0.2fr 1fr;
  margin: 0 !important; }
  form .input-group.input-group-checkbox label {
    display: block;
    position: static !important; }
  form .input-group.input-group-checkbox input[type=checkbox] {
    width: 40px;
    height: 40px;
    display: block; }

@media screen and (min-width: 768px) {
  form .input-group.input-group-checkbox {
    width: 30%; } }
@media screen and (min-width: 1200px) {
  form .input-group.input-group-checkbox {
    width: 20%; } }
form {
  padding: 10px; }
  form .form-section-divider {
    height: 1px;
    background: rgba(1, 37, 26, 0.3); }

form .input-group input[type] {
  padding: 20px 5px 5px 10px;
  border: none;
  outline: none;
  height: 45px;
  background: #f9f9f9;
  font-size: 16px;
  width: 100%;
  border-bottom: 2px solid #044d40; }
  form .input-group input[type]:focus {
    background: rgba(4, 77, 64, 0.05); }
form .input-group.error input[type] {
  border-bottom-color: #B00020;
  background: #ffeee9; }
  form .input-group.error input[type]:focus {
    background: rgba(176, 0, 32, 0.05); }

.radio-section {
  display: flex;
  flex-wrap: wrap;
  background: #f6f6f6;
  border-bottom: 2px solid #044d40;
  padding: 10px; }
  .radio-section .radio-container {
    display: block;
    position: relative;
    width: 150px;
    padding: 2px; }
    .radio-section .radio-container label {
      display: block;
      position: absolute;
      left: 25px !important; }
    .radio-section .radio-container input[type=radio] {
      display: block;
      width: 20px !important;
      height: 20px !important; }

form .input-group {
  position: relative;
  margin: 0 0 25px 0; }
  form .input-group:last-child {
    margin: 0; }
  form .input-group span.required-field-indicator {
    color: #B00020; }

form .input-group label {
  display: block;
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 12px !important;
  color: #044d40;
  font-size: 14px; }
form .input-group.error label {
  color: #B00020; }

@media screen and (min-width: 768px) {
  form .input-group label {
    font-size: 14px; } }
form .input-group div.select-input {
  display: flex; }
  form .input-group div.select-input select {
    border: none;
    min-width: 150px;
    flex-grow: 2;
    background: #f9f9f9;
    border-bottom: 2px solid #044d40;
    outline: none;
    transition: opacity 0.3s;
    font-size: 15px;
    padding: 20px 5px 5px 10px; }
    form .input-group div.select-input select option {
      font-size: 16px;
      color: #044d40; }
      form .input-group div.select-input select option.hidden {
        display: none; }
form .input-group.option-error div.select-input select {
  border-bottom-color: #B00020;
  background: #ffeee9;
  color: #4a000d; }
  form .input-group.option-error div.select-input select option {
    color: #4a000d; }

form .input-group div.select-or-new-input {
  display: flex; }
  form .input-group div.select-or-new-input select {
    border: none;
    min-width: 150px;
    flex-grow: 2;
    background: #f9f9f9;
    margin-right: 10px;
    border-bottom: 2px solid #044d40;
    outline: none;
    transition: opacity 0.3s;
    font-size: 15px;
    padding: 10px 10px 0 0; }
    form .input-group div.select-or-new-input select option {
      font-size: 16px;
      color: #044d40; }
  form .input-group div.select-or-new-input input {
    width: 10% !important;
    min-width: 150px;
    transition: width 0.3s; }
    form .input-group div.select-or-new-input input:focus {
      width: 100% !important; }
  form .input-group div.select-or-new-input.has-value select {
    opacity: 0.2; }
  form .input-group div.select-or-new-input.has-value input {
    width: 100% !important; }
form .input-group.text-error div.select-or-new-input input {
  border-bottom-color: #B00020;
  background: #ffeee9; }
  form .input-group.text-error div.select-or-new-input input:focus {
    background: rgba(176, 0, 32, 0.05); }
form .input-group.option-error div.select-or-new-input select {
  border-bottom-color: #B00020;
  background: #ffeee9;
  color: #4a000d; }
  form .input-group.option-error div.select-or-new-input select option {
    color: #4a000d; }

.fluid-button-area {
  display: flex;
  margin: 10px 0 20px 0; }
  .fluid-button-area div.button {
    margin: 0 10px 0 0; }

div.button {
  margin: 5px; }
  div.button a {
    color: white;
    padding: 20px;
    display: block; }

div.pagination-container {
  text-align: center; }
  div.pagination-container p.total-results {
    color: #6d6d6d;
    font-size: 11px; }
  div.pagination-container p.page-information {
    color: #323232;
    font-size: 15px; }
  div.pagination-container div.page-buttons {
    display: flex;
    justify-content: center;
    align-items: center; }
    div.pagination-container div.page-buttons a {
      font-size: 25px;
      margin: 0 2px; }
    div.pagination-container div.page-buttons ul {
      list-style: none;
      display: flex; }
      div.pagination-container div.page-buttons ul li a {
        display: block;
        margin: 0 2px; }
        div.pagination-container div.page-buttons ul li a p {
          display: block;
          font-size: 20px;
          padding: 10px;
          color: white;
          background: #044d40;
          transition: background 0.4s; }
        div.pagination-container div.page-buttons ul li a.current p {
          display: block;
          font-weight: bold;
          margin: 0 2px;
          background: #01251a; }
        div.pagination-container div.page-buttons ul li a.hover p {
          background: #01251a; }

.toggled-section {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s; }
  .toggled-section.open {
    max-height: 1000px; }

a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: #044d40;
  transition: color 0.3s; }
  a:hover {
    color: #01251a; }

div.modal-backdrop {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65); }
  div.modal-backdrop.remove {
    display: none; }
  div.modal-backdrop div.modal {
    max-width: 600px;
    margin: 150px auto;
    animation: modalEnter 0.3s;
    animation-fill-mode: both; }
    div.modal-backdrop div.modal > p {
      padding: 20px; }
    div.modal-backdrop div.modal .button-area {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      div.modal-backdrop div.modal .button-area a {
        display: flex;
        justify-content: space-between;
        width: 200px;
        margin: 10px;
        padding: 20px;
        font-size: 1.0em;
        align-items: center; }
        div.modal-backdrop div.modal .button-area a:hover {
          cursor: pointer; }
      div.modal-backdrop div.modal .button-area form {
        padding: 0;
        margin: 0;
        display: block; }
        div.modal-backdrop div.modal .button-area form .input-group {
          margin: 10px;
          display: block; }
          div.modal-backdrop div.modal .button-area form .input-group button {
            width: 220px; }
            div.modal-backdrop div.modal .button-area form .input-group button p {
              display: flex;
              justify-content: space-between; }

@keyframes modalEnter {
  0% {
    margin-top: 0;
    opacity: 0; }
  100% {
    margin-top: 150px;
    opacity: 1; } }
table.highlight-hovered-row tbody tr:hover {
  background: #d6d6d6; }

table {
  border-collapse: collapse;
  width: 100%;
  text-align: left; }
  table .icon-only {
    text-align: center;
    width: 50px; }
    table .icon-only i.error {
      color: #7d0017; }
    table .icon-only i.success {
      color: #1e542a; }
    table .icon-only i.orange {
      color: #f59702; }
    table .icon-only i.red {
      color: #981212; }
  table thead th {
    border-left: 1px solid #01251a;
    background: #044d40; }
    table thead th a, table thead th p {
      padding: 10px;
      display: block;
      color: #ffffff; }
    table thead th a {
      display: flex;
      justify-content: space-between;
      transition: background 0.3s; }
      table thead th a:hover {
        background: #01251a;
        color: #ffffff; }
    table thead th.rownumberheader {
      border-left: none;
      border-top: 1px solid #d9d9d9;
      background: #f8c47d; }
      table thead th.rownumberheader p {
        color: #c07a1c !important;
        font-weight: bold;
        font-size: 11px; }
    table thead th:last-child {
      border-right: 1px solid #01251a; }
  table tbody tr.not-available {
    background: #b48b8b !important; }
    table tbody tr.not-available:nth-child(even) {
      background: #b28383 !important; }
    table tbody tr.not-available * {
      color: #851111 !important; }
  table tbody tr:last-child {
    border-bottom: none; }
  table tbody tr:nth-child(even) {
    background: #f3f3f3; }
  table tbody tr td {
    border-left: 1px solid #d9d9d9; }
    table tbody tr td:first-child {
      border-left: none; }
    table tbody tr td a {
      display: block;
      padding: 5px 10px; }
    table tbody tr td p {
      padding: 5px 10px; }
    table tbody tr td.rownumber {
      background: #f8c47d;
      width: 5px; }
      table tbody tr td.rownumber p {
        font-size: 9px;
        text-align: center;
        color: #c07a1c; }

table.sleek-table thead tr {
  margin-bottom: 3px; }
  table.sleek-table thead tr th {
    background: none;
    border: none;
    border-bottom: 3px solid #395258; }
    table.sleek-table thead tr th p {
      color: #395258;
      text-transform: uppercase;
      font-size: 12px;
      padding: 3px 0; }
table.sleek-table tbody tr {
  border-bottom: 2px solid #bccfd4;
  background: none; }
  table.sleek-table tbody tr.editable {
    position: relative; }
    table.sleek-table tbody tr.editable a {
      margin: 0;
      padding: 0; }
      table.sleek-table tbody tr.editable a .edit-indicator {
        position: absolute;
        top: 5px;
        display: block;
        padding: 3px;
        color: #f8c47d;
        opacity: 0;
        right: -10px;
        transition: opacity 0.3s, right 0.3s; }
      table.sleek-table tbody tr.editable a:hover .edit-indicator {
        opacity: 1;
        right: 0; }
  table.sleek-table tbody tr.info {
    background: white; }
    table.sleek-table tbody tr.info td a, table.sleek-table tbody tr.info td p {
      color: #2f79b0; }
  table.sleek-table tbody tr.good {
    background: #d0eed6; }
    table.sleek-table tbody tr.good td a, table.sleek-table tbody tr.good td p {
      color: #256733; }
  table.sleek-table tbody tr.warning {
    background: #fff2e7; }
    table.sleek-table tbody tr.warning td a, table.sleek-table tbody tr.warning td p {
      color: #b45000; }
  table.sleek-table tbody tr.danger {
    background: #ffe3e8; }
    table.sleek-table tbody tr.danger td a, table.sleek-table tbody tr.danger td p {
      color: #B00020; }
  table.sleek-table tbody tr td {
    border: none; }
    table.sleek-table tbody tr td a, table.sleek-table tbody tr td p {
      padding: 5px 0;
      border: none; }
    table.sleek-table tbody tr td.highlight {
      padding-right: 10px; }
      table.sleek-table tbody tr td.highlight a, table.sleek-table tbody tr td.highlight p {
        white-space: nowrap;
        font-weight: bold; }

ul.messages {
  padding: 5px;
  margin: 0; }

ul.messages li {
  padding: 0;
  margin: 0;
  font-size: 11px;
  color: silver; }

.well {
  overflow: hidden;
  animation: unfoldWell 0.3s;
  animation-fill-mode: both; }
  .well ul, .well p {
    padding: 20px 30px; }
    .well ul li, .well p li {
      margin: 5px 0; }
  .well.primary * {
    color: #ffffff; }
  .well.primary-variant * {
    color: #ffffff; }
  .well.secondary * {
    color: #ffffff; }
  .well.secondary-variant * {
    color: #ffffff; }
  .well.error * {
    color: #ffeee9; }
  .well.success * {
    color: #eaffe2; }
  .well.info * {
    color: #ffffff; }

@keyframes unfoldWell {
  0% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }
div#grid {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: 50px 1fr auto 50px;
  grid-template-areas: "nav header" "nav main" "nav actions" "nav footer";
  background-color: #f8fafc; }
  div#grid nav {
    grid-area: nav; }
  div#grid header {
    grid-area: header;
    padding: 0 10px; }
  div#grid > main {
    grid-area: main;
    padding: 5px 10px; }
  div#grid section#actions {
    grid-area: actions; }
  div#grid footer {
    grid-area: footer; }

@media screen and (min-width: 768px) {
  div#grid {
    grid-template-columns: 240px 1fr 220px;
    grid-template-rows: 90px 1fr 50px;
    grid-template-areas: "nav header header" "nav main actions" "nav footer actions"; }
    div#grid header {
      grid-area: header;
      padding: 0 20px; }
    div#grid > main {
      grid-area: main;
      padding: 10px 20px; } }
@media screen and (min-width: 1200px) {
  div#grid {
    grid-template-columns: 240px 1fr 320px; } }
section.grid-layout,
section.card-grid {
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 15px;
  margin: 10px 0; }
  section.grid-layout.grid-1,
  section.card-grid.grid-1 {
    grid-template-columns: 1fr; }
  section.grid-layout.grid-2,
  section.card-grid.grid-2 {
    grid-template-columns: 1fr 1fr; }
  section.grid-layout.grid-3,
  section.card-grid.grid-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  section.grid-layout.grid-4,
  section.card-grid.grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  section.grid-layout.grid-5,
  section.card-grid.grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
  section.grid-layout.grid-6,
  section.card-grid.grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
  section.grid-layout > *.column-1,
  section.card-grid > *.column-1 {
    grid-column: span 1; }
  section.grid-layout > *.row-1,
  section.card-grid > *.row-1 {
    grid-row: span 1; }
  section.grid-layout > *.column-2,
  section.card-grid > *.column-2 {
    grid-column: span 2; }
  section.grid-layout > *.row-2,
  section.card-grid > *.row-2 {
    grid-row: span 2; }
  section.grid-layout > *.column-3,
  section.card-grid > *.column-3 {
    grid-column: span 3; }
  section.grid-layout > *.row-3,
  section.card-grid > *.row-3 {
    grid-row: span 3; }
  section.grid-layout > *.column-4,
  section.card-grid > *.column-4 {
    grid-column: span 4; }
  section.grid-layout > *.row-4,
  section.card-grid > *.row-4 {
    grid-row: span 4; }

a.card-edit-button {
  position: absolute;
  top: 0;
  right: 0;
  background: #f8c47d;
  color: white;
  font-size: 15px;
  padding: 9px; }
  a.card-edit-button:hover i {
    opacity: 1; }
  a.card-edit-button i {
    opacity: 0.6;
    transition: opacity 0.3s; }

#window-background #window-wrapper {
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-top: 100px; }

section#toggle-area {
  display: flex;
  flex-wrap: wrap; }
  section#toggle-area a {
    display: flex;
    margin: 5px;
    padding: 10px;
    align-items: center; }
    section#toggle-area a i {
      font-size: 25px;
      margin-right: 5px; }
    section#toggle-area a.toggle-on {
      color: #f8a938; }
      section#toggle-area a.toggle-on span {
        color: #c07a1c; }
    section#toggle-area a.toggle-off {
      color: #363636; }
      section#toggle-area a.toggle-off span {
        color: #848484; }

.material.card.collapsible {
  position: relative;
  max-height: 64px;
  overflow-y: hidden;
  transition: max-height 0.3s; }
  .material.card.collapsible a.collapsible-card-toggle {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    background: #f8c47d;
    transition: background 0.3s;
    margin: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    border-radius: 100%; }
    .material.card.collapsible a.collapsible-card-toggle:hover {
      cursor: pointer;
      background: #c07a1c; }
    .material.card.collapsible a.collapsible-card-toggle i {
      color: #ffffff;
      transition: transform 0.3s;
      width: 100%;
      text-align: center;
      font-size: 20px; }
  .material.card.collapsible.expanded {
    max-height: 500px;
    overflow-y: scroll; }
    .material.card.collapsible.expanded a.collapsible-card-toggle i {
      transform: rotate(180deg); }

.material {
  background: white;
  color: #363636; }
  .material.primary {
    background: #044d40;
    color: #ffffff; }
  .material.primary-variant {
    background: #01251a;
    color: #ffffff; }
  .material.secondary {
    background: #f8c47d;
    color: #ffffff; }
  .material.secondary-variant {
    background: #c07a1c;
    color: #ffffff; }
  .material.error {
    background: #B00020;
    color: #ffeee9; }
  .material.success {
    background: #256733;
    color: #eaffe2; }
  .material.info {
    background: #2f79b0;
    color: #ffffff; }
  .material.unavailable {
    background: #b4b4b4;
    color: #868686;
    pointer-events: none !important; }

.material.dialog {
  z-index: 24;
  box-shadow: 0 12px 24px 0 #838383; }
.material.modal-sheet {
  z-index: 16;
  box-shadow: 0 8px 16px 0 #838383; }
.material.navigation {
  z-index: 8;
  box-shadow: 0 4px 8px 0 #838383; }
.material.bottom-bar {
  z-index: 8;
  box-shadow: 0 4px 8px 0 #838383; }
.material.snackbar {
  z-index: 6;
  box-shadow: 0 3px 6px 0 #838383; }
.material.fab {
  z-index: 6;
  box-shadow: 0 3px 6px 0 #838383; }
.material.top-bar {
  z-index: 6;
  box-shadow: 0 3px 6px 0 #838383; }
.material.card {
  z-index: 1;
  box-shadow: 0 1px 1px 0 #838383; }

.material.card {
  border-radius: 3px;
  margin-bottom: 15px;
  position: relative; }
  .material.card main {
    padding: 20px; }
.material.button {
  position: relative;
  transition: top 0.3s, box-shadow 0.3s;
  top: 0; }
  .material.button:hover {
    top: -2px;
    box-shadow: 0 10px 10px 0 #838383; }

header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  header p {
    display: none;
    text-align: right; }
  header section#page-title {
    display: flex;
    align-items: center; }

@media screen and (min-width: 768px) {
  header p {
    display: block; } }
nav#main-navigation {
  background: #343434 !important; }
  nav#main-navigation div.container {
    position: sticky;
    top: 30px; }
    nav#main-navigation div.container figure.logo {
      width: 40px;
      margin: 5px auto;
      opacity: 0.8; }
    nav#main-navigation div.container p.program-information {
      font-size: 10px;
      color: #b9b9b9;
      opacity: 0.5;
      text-align: center;
      line-height: 11px;
      margin-bottom: 10px; }
    nav#main-navigation div.container div.menu_separator {
      background: #252525;
      margin: 10px 30px;
      display: block;
      height: 1px; }
    nav#main-navigation div.container p.overline {
      padding: 3px;
      position: relative;
      color: #6d6d6d;
      text-transform: uppercase;
      text-align: center;
      font-size: 9px;
      background: #222222; }
    nav#main-navigation div.container ul li {
      border-bottom: 1px solid #2a2a2a; }
      nav#main-navigation div.container ul li a {
        background: #343434;
        position: relative;
        transition: background 0.3s;
        display: flex;
        justify-content: space-between;
        padding: 15px;
        font-size: 14px;
        color: #b9b9b9; }
        nav#main-navigation div.container ul li a .top-border {
          position: absolute;
          top: 0;
          right: 0;
          width: 0;
          height: 1px;
          background: #ff7600;
          transition: width 0.3s; }
        nav#main-navigation div.container ul li a .right-border {
          position: absolute;
          top: 0;
          right: 0;
          width: 3px;
          height: 0;
          background: #ff7600;
          transition: height 0.3s; }
        nav#main-navigation div.container ul li a i {
          font-size: 14px;
          display: block;
          text-align: center;
          margin-left: 0;
          transition: margin-left 0.3s; }
        nav#main-navigation div.container ul li a span {
          display: none; }
        nav#main-navigation div.container ul li a:hover {
          background: #2f2f2f; }
          nav#main-navigation div.container ul li a:hover .top-border {
            width: 100%; }
          nav#main-navigation div.container ul li a:hover .right-border {
            height: 100%; }
          nav#main-navigation div.container ul li a:hover i {
            margin-left: 10px; }
      nav#main-navigation div.container ul li.active a {
        background: #252525 !important; }
      nav#main-navigation div.container ul li.active .top-border {
        width: 100%; }
      nav#main-navigation div.container ul li.active .right-border {
        height: 100%; }

@media screen and (min-width: 768px) {
  nav#main-navigation div.container figure.logo {
    width: 120px;
    margin: 10px auto; }
  nav#main-navigation div.container ul li a i {
    display: inline;
    margin-right: 10px; }
  nav#main-navigation div.container ul li a span {
    display: inline; } }
section#actions {
  margin: 0; }
  section#actions div.sticky-container {
    position: sticky;
    top: 10px;
    margin: 10px; }
    section#actions div.sticky-container ul li {
      width: 100%;
      margin: 10px 0; }
      section#actions div.sticky-container ul li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #ffffff;
        width: 100%;
        padding: 20px 15px; }
        section#actions div.sticky-container ul li a i {
          font-size: 1.5em; }
        section#actions div.sticky-container ul li a span {
          text-align: right;
          font-size: 12px; }
    section#actions div.sticky-container ul div.actionseparator {
      width: 80%;
      height: 2px;
      background: #d7d7d7;
      margin: 20px auto; }

@media screen and (min-width: 768px) {
  section#actions div.sticky-container {
    padding: 0;
    margin: 0 20px 0 0; }
    section#actions div.sticky-container ul li a span {
      font-size: 12px; } }
footer {
  background: none; }
  footer p {
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    color: #5b5b5b;
    padding: 10px; }

form#big-search-form {
  width: 100%;
  padding: 0;
  margin-bottom: 20px; }
  form#big-search-form div {
    position: relative; }
    form#big-search-form div input {
      font-size: 22px;
      padding: 10px;
      width: 100%;
      border: none;
      border-bottom: 2px solid #044d40;
      background: #f9f9f9;
      outline: none; }
    form#big-search-form div button {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 50px;
      background: #044d40;
      color: white;
      border: none;
      font-size: 20px;
      outline: none; }
      form#big-search-form div button:hover {
        cursor: pointer !important; }

#dashboard-card-system-information img {
  padding: 25px 25px 10px 25px;
  box-sizing: border-box;
  width: 100%;
  max-width: 220px;
  display: block;
  margin: auto; }

#dashboard-card-system-information p#software-info {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 15px;
  margin-bottom: 20px; }

#dashboard-card-system-information p.version-info-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  line-height: 13px; }

#dashboard-card-system-information p.version-summary {
  font-size: 13px;
  line-height: 15px;
  margin: 20px 5px; }

#dashboard-card-system-information ul {
  margin-bottom: 10px; }

#dashboard-card-system-information ul li {
  font-size: 12px;
  margin: 20px 20px 0 20px; }

.diffused-section {
  opacity: 0.2;
  transition: opacity 0.3s; }

.matched-row {
  background: #f8c47d !important; }
  .matched-row * {
    color: white !important; }

a.link-container {
  display: block;
  padding: 10px;
  position: relative; }
  a.link-container span.badge {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
    text-align: center;
    padding-top: 20px;
    font-size: 10px; }
    a.link-container span.badge.primary {
      background: #256733;
      color: #eaffe2; }
    a.link-container span.badge.error {
      background: #B00020;
      color: #ffeee9; }
  a.link-container i.icon {
    text-align: center;
    font-size: 2em;
    color: #363636;
    margin-left: 40px; }
  a.link-container span.label {
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
    color: #363636;
    font-size: 12px; }
    a.link-container span.label span {
      padding: 10px; }

@media screen and (min-width: 768px) {
  a.link-container {
    padding: 20px; }
    a.link-container span.badge {
      padding-top: 30px; }
    a.link-container i.icon {
      margin-left: 30px; }
    a.link-container span.label {
      font-size: 16px; }
      a.link-container span.label span {
        padding: 20px; } }
img.country-flag {
  width: 150px;
  margin-bottom: 10px;
  border: 1px solid #050505; }

#empty-articles-list {
  position: relative;
  padding: 10px; }
  #empty-articles-list h5 {
    text-align: center;
    padding: 10px 0;
    color: #ff5900; }
  #empty-articles-list #empty-articles-table tr {
    border-bottom: 1px solid #ffccba; }
  #empty-articles-list #empty-articles-table tr {
    background: none; }
  #empty-articles-list #empty-articles-table td a {
    color: #ff5825; }
  #empty-articles-list #empty-articles-table tr:hover {
    background: #ffefeb; }
  #empty-articles-list #number-of-articles-badge {
    position: absolute;
    background: #044d40;
    color: white;
    right: -20px;
    top: -10px;
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 25px; }
    #empty-articles-list #number-of-articles-badge span {
      text-align: center;
      width: 100%;
      font-weight: bold; }

main.user-information-container p.user-activation-status {
  margin: 10px 0;
  font-weight: bold; }
  main.user-information-container p.user-activation-status.active {
    color: #1e542a; }
  main.user-information-container p.user-activation-status.inactive {
    color: #7d0017; }

main.actor-information table tr td:first-child,
main.actor-products table tr td:first-child,
main.actor-history table tr td:first-child {
  width: 200px; }

#window-wrapper.login-window #above-window {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }
  #window-wrapper.login-window #above-window .left-side {
    width: 100%;
    max-width: 100px; }
  #window-wrapper.login-window #above-window .right-side {
    width: 100%;
    max-width: 150px;
    display: flex;
    align-items: center; }
  #window-wrapper.login-window #above-window #astro-logo {
    width: 25px;
    margin-left: 10px; }
  #window-wrapper.login-window #above-window #information {
    font-size: 10px;
    text-align: right;
    line-height: 12px;
    align-items: center;
    flex-grow: 2; }

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