* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font: 14px Helvetica, Arial, sans-serif;
  color: #333;
  background: #fff; }
  @media (min-width: 1024px) {
    body {
      background: #dedede; } }
  body .aframe-container {
    margin-top: 60px;
    background: #fff; }
    body .aframe-container .section {
      padding-top: 24px; }
      body .aframe-container .section.align_top {
        padding-top: 0; }
    body .aframe-container .section_title {
      color: #777;
      margin: 8px;
      font-size: 24px; }
      body .aframe-container .section_title > .fas,
      body .aframe-container .section_title > .far {
        width: 48px;
        text-align: center; }
    body .aframe-container .no_content {
      margin: 16px 60px;
      color: #aaa;
      font-size: 18px; }
    @media (min-width: 1024px) {
      body .aframe-container {
        margin-left: 200px;
        padding: 0 60px 24px 60px;
        border: solid 1px #999; } }
  body.not_logged_in #aframe-side-menu {
    display: none; }
  @media (min-width: 1024px) {
    body.not_logged_in .aframe-container {
      margin-left: 0; } }

.hidden {
  display: none; }

a.blue_link {
  color: #3131d6;
  text-decoration: none;
  cursor: pointer; }
  a.blue_link:hover {
    text-decoration: underline; }

.button {
  display: block;
  text-decoration: none;
  border: solid 1px #2b5a86;
  background: #cfe8ff;
  text-align: center;
  padding: 12px;
  color: #153e65;
  font-size: 16px;
  margin: 8px;
  border-radius: 8px;
  cursor: pointer; }

.button_inline {
  display: inline-block;
  text-decoration: none;
  border: solid 1px #2b5a86;
  background: #cfe8ff;
  text-align: center;
  padding: 4px 12px;
  color: #153e65;
  margin: 0 0 0 12px;
  border-radius: 6px;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer; }
  .button_inline .fas {
    margin-right: 4px; }

.button_group {
  display: block;
  margin: 8px; }
  .button_group > * {
    color: #153e65;
    font-size: 16px;
    display: inline-block;
    border: solid 1px #2b5a86;
    border-right: 0px;
    text-align: center;
    text-decoration: none;
    padding: 12px;
    background: #cfe8ff;
    cursor: pointer; }
    .button_group > *:first-child {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
    .button_group > *:last-child {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      border-right: solid 1px #999; }
  .button_group.button_group_2 > * {
    width: 50%; }
  .button_group.button_group_3 > * {
    width: 33%; }
  .button_group.button_group_4 > * {
    width: 25%; }

.button_group_inline {
  display: inline-block;
  margin: 0 12px; }
  .button_group_inline > * {
    color: #153e65;
    display: inline-block;
    border: solid 1px #2b5a86;
    border-right: 0px;
    text-align: center;
    text-decoration: none;
    padding: 4px 12px;
    background: #cfe8ff;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer; }
    .button_group_inline > *:first-child {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
    .button_group_inline > *:last-child {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      border-right: solid 1px #999; }

.aframe-monthly-calendar {
  border-collapse: collapse;
  width: 100%;
  margin: 24px 0; }
  .aframe-monthly-calendar tr.calendar-months td {
    border: solid 1px #ccc;
    vertical-align: top;
    padding: 4px;
    background: #fff;
    width: 14%;
    height: 100px; }
    .aframe-monthly-calendar tr.calendar-months td.this_month {
      background: #ffffd5; }
    .aframe-monthly-calendar tr.calendar-months td div.calendar-month {
      text-align: center;
      color: #999; }

.aframe-weekly-calendar {
  border-collapse: collapse;
  width: 100%;
  margin: 24px 0; }
  .aframe-weekly-calendar tr.days-of-week td {
    text-align: center;
    background: #ccc;
    padding: 8px;
    border: solid 1px #aaa; }
  .aframe-weekly-calendar tr.calendar-days td {
    border: solid 1px #ccc;
    vertical-align: top;
    padding: 4px;
    background: #fff;
    width: 14%;
    height: 60px; }
    .aframe-weekly-calendar tr.calendar-days td.today {
      background: #ffffd5; }
    .aframe-weekly-calendar tr.calendar-days td div.calendar-date {
      text-align: center;
      color: #999; }
  .aframe-weekly-calendar.leading-column tr.calendar-days td {
    width: 12%; }
    .aframe-weekly-calendar.leading-column tr.calendar-days td:first-child {
      background: #eee; }
  .aframe-weekly-calendar.trailing-column tr.calendar-days td {
    width: 12%; }
    .aframe-weekly-calendar.trailing-column tr.calendar-days td:last-child {
      background: #eee; }
  .aframe-weekly-calendar.leading-column.trailing-column tr.calendar-days td {
    width: 11%; }

.aframe-year-row-calendar {
  border-collapse: collapse;
  width: 100%;
  margin: 24px 0;
  background: #fff; }
  .aframe-year-row-calendar tr.months-of-year td {
    text-align: center;
    background: #ccc;
    padding: 8px;
    border: solid 1px #aaa; }
  .aframe-year-row-calendar tr.calendar-months td {
    border: solid 1px #ccc;
    vertical-align: top;
    padding: 4px;
    background: #fff;
    width: 7.6%;
    height: 60px; }
    .aframe-year-row-calendar tr.calendar-months td.this_month {
      background: #ffffd5; }
    .aframe-year-row-calendar tr.calendar-months td:first-child {
      background: #eee;
      vertical-align: middle;
      text-align: center;
      font-size: 18px;
      color: #777; }

form input[type="text"],
form input[type="date"],
form input[type="time"],
form input[type="number"],
form input[type="password"],
form select {
  font-size: 18px;
  display: inline-block;
  width: 100%;
  padding: 4px; }
form textarea {
  display: inline-block;
  width: 100%;
  padding: 4px;
  height: 100px;
  font: 14px Helvetica, Arial, sans-serif; }
form label.checkbox {
  display: block;
  padding: 8px 0; }
form table tr td:first-child {
  font-weight: bold;
  color: #666;
  white-space: nowrap; }

.mde_editor {
  width: 100%;
  margin: 0; }
  .mde_editor.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    z-index: 9999; }
  .mde_editor textarea {
    display: block;
    font-size: 1em;
    width: 100%;
    height: 240px;
    font-family: sans;
    margin: 0;
    padding: 24px; }
  .mde_editor .mde_toolbar {
    background: #FFF;
    border: solid 1px #999;
    border-bottom: 0px; }
    .mde_editor .mde_toolbar i {
      border-right: solid 1px #CCC;
      border-bottom: solid 1px #CCC;
      display: inline-block;
      text-align: center;
      padding: 8px 12px;
      cursor: pointer; }

#aframe-navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #555;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.36), inset 0 0 0 0 #dadce0;
  height: 61px;
  line-height: 60px;
  display: block;
  z-index: 998; }
  #aframe-navbar .logo {
    float: left;
    width: 46px;
    height: 48px;
    margin: 6px 18px 0 8px;
    z-index: 999;
    position: relative; }
    #aframe-navbar .logo i {
      font-size: 40px;
      color: #aaa; }
  #aframe-navbar .navbar-title {
    font-size: 28px;
    color: #fff; }
    #aframe-navbar .navbar-title a {
      text-decoration: none;
      color: #fff; }
      #aframe-navbar .navbar-title a:hover {
        text-decoration: underline; }

#aframe-popup {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  #aframe-popup .aframe-popup-container {
    background: #fff;
    border: solid 1px #999;
    margin: 0 auto;
    padding: 12px 0;
    max-width: 800px; }
    #aframe-popup .aframe-popup-container .aframe-popup-close {
      cursor: pointer;
      font-size: 28px;
      color: #999;
      margin: -8px 6px 0 0;
      float: right; }
    #aframe-popup .aframe-popup-container .aframe-popup-title {
      color: #777;
      font-size: 24px;
      text-align: center; }
      #aframe-popup .aframe-popup-container .aframe-popup-title > .fas,
      #aframe-popup .aframe-popup-container .aframe-popup-title > .far {
        width: 48px;
        text-align: center; }

.searchable_select_input {
  background: none;
  border: none;
  border-bottom: solid 1px #00000000; }
  .searchable_select_input:focus {
    outline: none;
    border-bottom: solid 1px #999; }
  .searchable_select_input.hidden {
    visibility: hidden; }

.searchable_select_labels {
  border: solid 1px #999;
  position: absolute;
  background: #fff;
  max-height: 120px;
  overflow-y: scroll;
  z-index: 10; }
  .searchable_select_labels a.searchable_select_option {
    display: block;
    padding: 4px 8px;
    text-decoration: none; }
    .searchable_select_labels a.searchable_select_option:hover {
      text-decoration: underline;
      cursor: pointer;
      background: #eee; }
  .searchable_select_labels a.no_results {
    display: block;
    padding: 4px 8px;
    text-decoration: none; }

.searchable_select_selected {
  position: fixed; }
  .searchable_select_selected a.selected {
    display: inline-block;
    border: solid 1px #ccc;
    border-radius: 8px;
    background: #fff;
    padding: 8px 12px;
    font-size: 16px;
    text-decoration: none; }
    .searchable_select_selected a.selected:hover {
      cursor: pointer;
      text-decoration: underline; }

#aframe-side-menu {
  position: fixed;
  left: 0;
  top: 60px;
  background: #fff;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s; }
  #aframe-side-menu > a {
    display: block;
    text-decoration: none;
    padding: 12px 6px;
    color: #333;
    font-size: 18px;
    border-top: solid 1px #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    #aframe-side-menu > a span.counter {
      float: right;
      background: #477196;
      color: #fff;
      display: inline-block;
      padding: 4px 10px;
      border-radius: 12px; }
      #aframe-side-menu > a span.counter.info {
        background: #ccc;
        color: #555;
        font-size: 14px; }
      #aframe-side-menu > a span.counter.hidden {
        display: none; }
    #aframe-side-menu > a.sub_item {
      padding: 8px 18px 8px 48px;
      margin-top: 0;
      border-top: 0; }
    #aframe-side-menu > a.active {
      background: #ffff99; }
    #aframe-side-menu > a:first-child {
      padding-top: 20px;
      border-top: 0;
      margin-top: 0; }
    #aframe-side-menu > a > .fas,
    #aframe-side-menu > a > .far {
      width: 38px;
      text-align: center;
      color: #555; }
  #aframe-side-menu.closed {
    width: 0;
    overflow-x: hidden;
    -webkit-transition: .15s;
    transition: .15s; }
  @media (min-width: 1024px) {
    #aframe-side-menu {
      width: 200px;
      background: #fff;
      border-right: solid 1px #ddd;
      border-bottom: solid 1px #ddd; }
      #aframe-side-menu > *:hover {
        text-decoration: underline; }
      #aframe-side-menu > *.selected {
        background: #cfe8ff; }
      #aframe-side-menu.closed {
        width: 200px; } }

table {
  border-collapse: collapse;
  width: 100%;
  margin: 18px 0 24px 0;
  border: solid 1px #999;
  border-left: 0;
  border-right: 0; }
  table tr:first-child td {
    border-top: 0px; }
  table tr:last-child td {
    border-bottom: 0px; }
  table tr:nth-child(odd) td {
    background: #fafafa; }
  table tr.faded {
    opacity: 0.4; }
  table tr td {
    padding: 12px 4px;
    border-bottom: solid 1px #ddd;
    background: #fff; }
    table tr td:first-child {
      padding-left: 12px; }
    table tr td:last-child {
      padding-right: 12px; }
    table tr td > a {
      color: #3131d6;
      text-decoration: none;
      cursor: pointer; }
      table tr td > a:hover {
        text-decoration: underline; }
    table tr td.center {
      text-align: center; }
    table tr td.right {
      text-align: right; }
    table tr td.monospace {
      font-family: monospace; }
    table tr td.nowrap {
      white-space: nowrap; }
    table tr td.no_content {
      text-align: center; }
    table tr td.label {
      font-weight: bold; }
    table tr td .button_inline {
      margin: 0;
      padding: 4px;
      font-size: 12px;
      cursor: pointer; }
      table tr td .button_inline .fas,
      table tr td .button_inline .far {
        width: 24px;
        color: #555; }
    table tr td .button_group_inline {
      margin: 0; }
      table tr td .button_group_inline > * {
        padding: 4px;
        font-size: 12px;
        cursor: pointer; }
        table tr td .button_group_inline > * .fas,
        table tr td .button_group_inline > * .far {
          width: 24px;
          color: #555; }
  table tr th {
    padding: 12px 4px;
    border-bottom: solid 1px #ddd;
    background: #eee;
    text-align: left; }
    table tr th:first-child {
      padding-left: 12px; }
    table tr th:last-child {
      padding-right: 12px; }
    table tr th.left {
      text-align: left; }
    table tr th.center {
      text-align: center; }
    table tr th.right {
      text-align: right; }
  @media (min-width: 1024px) {
    table {
      width: auto;
      margin: 18px 0 24px 12px;
      border: solid 1px #999; }
      table.full-width {
        width: 100%;
        margin: 18px 0 24px 0;
        border-left: 0;
        border-right: 0; }
      table tr:first-child td {
        border-top: 0px; }
      table tr:last-child td {
        border-bottom: 0px; } }

.tab_list {
  text-align: center; }
  .tab_list .tab_title {
    display: inline-block;
    padding: 12px 24px 12px 18px;
    margin-top: 12px;
    border-right: solid 1px #ccc;
    font-size: 18px;
    cursor: pointer; }
    .tab_list .tab_title.selected {
      background: #ccc; }
    .tab_list .tab_title.faded {
      opacity: 0.3; }
    .tab_list .tab_title:hover {
      text-decoration: underline; }
    .tab_list .tab_title:last-child {
      border-right: 0px; }
    .tab_list .tab_title i {
      padding-right: 6px; }
    .tab_list .tab_title span {
      color: #777;
      padding-left: 8px; }

.tab_content table {
  margin-top: 0px; }

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