@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("/static/js/lib/material-design-icons/iconfont/MaterialIcons-Regular.e79bfd88537d.eot");
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/static/js/lib/material-design-icons/iconfont/MaterialIcons-Regular.570eb83859dc.woff2") format("woff2"), url("/static/js/lib/material-design-icons/iconfont/MaterialIcons-Regular.012cf6a10129.woff") format("woff"), url("/static/js/lib/material-design-icons/iconfont/MaterialIcons-Regular.a37b0c01c0ba.ttf") format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'; }

svg {
  transform: translate(0, 0); }

html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll; }

body {
  min-height: 100vh;
  color: #2e2e2e;
  margin: 0;
  padding: 0;
  padding-bottom: 35px;
  box-sizing: border-box;
  font-family: Arial, sans-serif; }

pre {
  color: #2e2e2e;
  font-family: Arial, sans-serif; }

a {
  color: #0F595E;
  text-decoration: none; }

a:hover {
  color: #23B684; }

.cursor_loading {
  cursor: progress; }

progress {
  background: #23B684;
  border: 1px solid #dcdcdc;
  margin: 0;
  box-sizing: border-box; }

progress::-webkit-progress-value {
  background: #23B684;
  background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%);
  background-size: 35px 15px, 100% 100%, 100% 100%; }

progress[value]::-webkit-progress-bar {
  background: #e6e6e6; }

.progress-text {
  position: absolute;
  font: bold 14px/20px Arial;
  text-align: center;
  top: 0;
  left: 0; }

.progress-text:first-child {
  z-index: 5;
  color: white; }

.interface-modal {
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: flex-start;
  justify-content: center;
  display: flex;
  padding-top: 20vh; }

.interface-modal-content {
  min-height: 20%;
  max-height: 80%;
  position: absolute;
  margin: 0 10px 10px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  background-color: #f7f7f7;
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .interface-modal-content h2 {
    margin-top: .1em; }
  .interface-modal-content .interface-modal-header {
    display: flex;
    width: 100%;
    flex-direction: row-reverse; }
    .interface-modal-content .interface-modal-header .close {
      user-select: none;
      color: #aaa;
      font-size: 28px;
      font-weight: bold; }
      .interface-modal-content .interface-modal-header .close :hover, .interface-modal-content .interface-modal-header .close :focus {
        color: black;
        text-decoration: none;
        cursor: pointer; }

.catalog-search-results {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px #CCCCCC;
  background-color: #FFFFFF;
  display: none;
  max-height: 250px;
  overflow-y: scroll; }

.catalog-search-results ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 0.8rem; }

.catalog-search-results li {
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between; }

.catalog-search-results li:hover {
  background: #E6F7F1 !important; }

.catalog-search-results li:nth-child(even) {
  background-color: #f7f7f7; }

.pagination-container {
  text-align: center; }

.pagination-container button {
  font-size: 1rem; }

.pagination-container .current a {
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0;
  margin-right: -5px;
  padding: 5px 10px 5px 10px;
  font-size: 1rem; }

.pagination-container .selected {
  font-weight: bold;
  background-color: #f7f7f7; }

.pagination-container .current a:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.pagination-container .current a:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right: 0; }

.pagination-container .current a:not(:last-child) {
  border-right: 0; }

.pagination-container .current a:hover {
  background-color: #f7f7f7; }

.required-label, .alt-required-label {
  margin-top: 5px !important;
  display: block !important;
  text-transform: uppercase !important;
  font-size: 0.7rem !important;
  color: grey !important;
  font-weight: bold !important; }

textarea {
  font-family: Arial, sans-serif;
  font-size: .8rem;
  margin: 1px 0;
  padding: 2px 5px;
  border: 1px solid #dcdcdc;
  background-color: #FFFFFF;
  box-sizing: border-box; }

textarea:focus {
  border: 1px solid #23B684;
  box-shadow: 0 0 3px #23B684;
  outline: none; }

textarea:disabled {
  background-color: whitesmoke; }

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='date'] {
  vertical-align: middle;
  padding: 5px 5px;
  border: 1px solid #dcdcdc;
  background-color: #FFFFFF;
  box-sizing: border-box;
  height: 2rem;
  line-height: 1rem;
  margin-top: 1px;
  margin-bottom: 1px;
  max-width: 100%; }
  input[type='text']:disabled, input[type='password']:disabled, input[type='email']:disabled, input[type='number']:disabled, input[type='date']:disabled {
    background: #f7f7f7; }
  input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='number']:focus, input[type='date']:focus {
    outline: none; }

input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='number']:focus, input[type='date']:focus {
  border: 1px solid #23B684;
  box-shadow: inset 0 0 3px #23B684; }

input[type='text']:disabled, input[type='password']:disabled, input[type='email']:disabled, input[type='number']:disabled, input[type='date']:disabled {
  background-color: whitesmoke; }

input[type='checkbox'], input[type='radio'] {
  vertical-align: middle;
  margin-bottom: 3px; }

.slider-switch {
  display: inline-flex;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background: #e6e6e6;
  color: #808080; }
  .slider-switch .switch-option {
    padding: 10px;
    border-radius: 5px;
    cursor: pointer; }
    .slider-switch .switch-option.selected {
      background: #0F595E;
      color: white; }

select {
  vertical-align: middle;
  border: 1px solid #dcdcdc;
  min-height: 2rem;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 1px !important;
  margin-bottom: 1px !important;
  box-sizing: border-box;
  font: 0.9rem Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  overflow-y: scroll; }
  select:not([multiple]) {
    height: 2rem !important; }

select[multiple] {
  height: 15rem; }

.form-select {
  width: 15rem;
  height: 10rem !important; }

option {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
  font-size: 0.8rem; }

hr {
  border: none;
  border-bottom: 1px solid #B4B4B4;
  width: 80%; }

.no-select, .context-menu, .dragging, .dragging a, .draggable, .draggable a {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.draggable, .draggable a {
  cursor: grab; }

.dragging, .dragging a {
  cursor: grabbing;
  z-index: 10; }

.flex-col {
  display: flex;
  flex-direction: column; }

.flex-row {
  display: flex;
  flex-direction: row; }

.mce-tinymce {
  box-sizing: border-box !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: 1px solid #dcdcdc !important; }

.hover {
  cursor: default; }

.details {
  padding: 10px;
  background-color: #F7F7F7;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  box-sizing: border-box; }

.details.flat-corner {
  border-top-left-radius: 0; }

.flex__toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flex__toolbar--3 {
    flex-basis: 100%; }

.flex__toolbar > div img {
  padding: 0 0; }

#toolbar #name {
  font-size: 0.8rem; }

#toolbar.sticky {
  width: 50%;
  position: fixed;
  top: 0;
  z-index: 50;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.input-form label {
  vertical-align: top;
  display: inline-block;
  min-width: 100px; }

.collapsible-heading {
  color: #FFFFFF;
  background-color: #23B684;
  padding: 10px;
  font-weight: bold;
  cursor: pointer; }

.collapsible-container {
  display: none;
  border: 1px solid #23B684;
  padding: 10px; }

.collapsible-container p {
  padding: 5px; }

.collapsible-container p:nth-child(odd) {
  background-color: #e6e6e6; }

.button, .greyButton, .whiteButton, .redButton, .greenButton-outline, .greenButton, .disabledButton {
  margin: 1px;
  color: #2e2e2e;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  height: 2em;
  white-space: nowrap; }
  .button:hover, .greyButton:hover, .whiteButton:hover, .redButton:hover, .greenButton-outline:hover, .greenButton:hover, .disabledButton:hover {
    background-color: #e6e6e6; }
  .button:active, .greyButton:active, .whiteButton:active, .redButton:active, .greenButton-outline:active, .greenButton:active, .disabledButton:active {
    background-color: #FFFFFF; }
  .button:focus, .greyButton:focus, .whiteButton:focus, .redButton:focus, .greenButton-outline:focus, .greenButton:focus, .disabledButton:focus {
    outline: none !important; }
  .button:disabled, .greyButton:disabled, .whiteButton:disabled, .redButton:disabled, .greenButton-outline:disabled, .greenButton:disabled, .disabledButton:disabled {
    cursor: default;
    color: #dcdcdc;
    background-color: #B4B4B4; }
  .button:disabled:hover, .greyButton:disabled:hover, .whiteButton:disabled:hover, .redButton:disabled:hover, .greenButton-outline:disabled:hover, .greenButton:disabled:hover, .disabledButton:disabled:hover {
    color: #dcdcdc;
    background-color: #B4B4B4; }

.disabledButton {
  cursor: default;
  color: #dcdcdc !important;
  background-color: #B4B4B4; }
  .disabledButton:hover {
    color: #dcdcdc;
    background-color: #B4B4B4; }

.greenButton {
  background-color: #23B684;
  color: #FFFFFF; }
  .greenButton:hover {
    background-color: #26dea9;
    color: #FFFFFF; }
  .greenButton:active {
    background-color: #23B684; }
  .greenButton-outline {
    color: #23B684;
    border: 1px solid #23B684; }
    .greenButton-outline:hover {
      color: #FFFFFF;
      background-color: #23B684; }

.redButton {
  background-color: #d9534f;
  color: #FFFFFF; }
  .redButton:hover {
    background-color: lightcoral;
    color: #FFFFFF; }
  .redButton:active {
    background-color: lightcoral; }

.whiteButton a {
  color: #2e2e2e !important; }

.greyButton {
  background-color: #B4B4B4;
  color: #FFFFFF; }
  .greyButton:hover {
    background-color: #BEBEBE; }
  .greyButton:active {
    background-color: #B4B4B4; }

.basic-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: normal; }

.alternating-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.alternating-list li {
  padding: 0 10px 0 10px;
  line-height: 2rem;
  vertical-align: middle; }

.alternating-list li:nth-child(odd) {
  background-color: #ebebeb; }

.form-stacked {
  border-collapse: collapse; }

.form-stacked th {
  text-align: left;
  font-weight: normal; }

.image-button, .image-icon {
  width: 2.5em;
  opacity: .75;
  border-radius: 3px;
  text-align: center; }

.image-button {
  cursor: pointer; }

.image-button > * {
  pointer-events: none; }

.image-button:hover {
  opacity: .85;
  background-color: #66cca8; }

.image-button:active {
  background-color: transparent; }

#fixed-bottom-bar {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  position: fixed;
  bottom: 3em;
  pointer-events: none; }
  #fixed-bottom-bar * {
    pointer-events: auto; }

#documentation-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  #documentation-container .documentation-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    border-right: none;
    background-color: #f7f7f7;
    cursor: pointer;
    transition: .5s all;
    width: 3em;
    height: 3em;
    z-index: 10; }
    #documentation-container .documentation-link a {
      display: block; }
    #documentation-container .documentation-link svg {
      display: block;
      width: 36px;
      fill: #808080; }
    #documentation-container .documentation-link:hover svg {
      display: block;
      width: 36px;
      fill: #808080; }
  #documentation-container .edit-documentation-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
    cursor: pointer;
    transition: .5s all;
    height: 1.5em;
    z-index: 10; }

.vertical-rule {
  box-sizing: border-box;
  border: 2px solid #3D3D3D;
  border-radius: 5px;
  display: inline-block;
  height: 2.5rem; }

.disabled {
  cursor: default;
  background-color: #f7f7f7;
  opacity: 0.5; }

.disabled:hover {
  background-color: #f7f7f7;
  opacity: 0.5; }

.disabled:active {
  animation: none; }

@keyframes imgClick {
  0% {
    transform: scale(0.8, 0.8); }
  100% {
    transform: scale(1, 1); } }

.context-menu {
  display: none;
  position: absolute;
  min-width: 15%;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px #CCCCCC;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  background-color: #FFFFFF;
  z-index: 20; }

.context-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 25px 0 25px 0 !important; }

.context-menu li {
  display: block;
  padding: 10px 10px 10px 25px;
  cursor: pointer;
  color: #23B684;
  margin-top: -1px;
  margin-bottom: 0 !important;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  font-size: 1rem; }

.context-menu li:hover {
  background-color: #23B684;
  color: #FFFFFF; }

.context-menu li:active {
  background-color: #23B684; }

.context-menu li.selected {
  background-color: #E6F7F1; }

.context-menu li.selected:hover {
  background-color: #23B684; }

.link {
  color: #3D3D3D;
  margin: 0;
  padding: 0;
  margin-top: 001.8518519%;
  width: 031.9148936%;
  text-align: center;
  float: left;
  border-radius: 10px;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  box-sizing: border-box; }

.link:hover {
  background-color: #e6e6e6; }

.link img {
  opacity: .75;
  margin: 0;
  margin-top: 001.8518519%; }

.link p {
  margin: 0;
  margin-bottom: 001.8518519%; }

.linkDisabled {
  opacity: 0.55;
  background-color: #e6e6e6 !important; }

.linkDisabled:hover {
  background-color: #e6e6e6 !important; }

.linkCenter {
  color: #3D3D3D;
  margin: 0;
  margin-left: 002.1276596%;
  margin-right: 002.1276596%;
  margin-top: 001.8518519%;
  padding: 0;
  width: 031.9148936%;
  text-align: center;
  float: left;
  border-radius: 10px;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  box-sizing: border-box; }

.linkCenter:hover {
  background-color: #e6e6e6; }

.linkCenter img {
  opacity: .75;
  margin: 0;
  margin-top: 001.8518519%; }

.linkCenter p {
  margin: 0;
  margin-bottom: 001.8518519%; }

#admin-dose-info {
  min-width: 15%; }

.ui-dialog {
  display: none;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 5px #B4B4B4;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  outline: none !important;
  z-index: 51; }

.ui-dialog-titlebar {
  background-color: #f7f7f7;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  cursor: move; }

.ui-dialog-title {
  line-height: 24px; }

.ui-dialog-content {
  padding: 10px; }

.ui-dialog-buttonpane {
  text-align: center;
  padding: 5px; }

.ui-dialog-titlebar-close {
  background: none;
  border: none;
  outline: none !important;
  cursor: pointer;
  padding: 0;
  height: 24px; }

.ui-dialog-titlebar-close:hover {
  background-color: #f7f7f7; }

.no-close .ui-dialog-titlebar-close {
  display: none; }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 500;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 20%;
  /* Could be more or less, depending on screen size */
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

.modal-content button {
  float: right;
  margin-top: 25px; }

.breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  position: relative;
  min-height: 1rem;
  padding: .20rem .25rem;
  margin-bottom: 1em; }

.landing-menu-bookmark, .landing-menu-remove-bookmark {
  cursor: pointer;
  opacity: .75; }
  .landing-menu-bookmark:hover, .landing-menu-remove-bookmark:hover {
    opacity: .5; }

.emphasis-strong {
  display: inline-block;
  border: 1px solid #D2D2D2;
  padding: 5px;
  border-radius: 5px;
  background-color: #23B684;
  color: #FFFFFF;
  font-weight: normal; }

.success {
  margin: 1px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #74cd74;
  background-color: rgba(144, 238, 144, 0.1) !important;
  color: #74cd74;
  min-height: 2rem;
  line-height: 1.3rem;
  vertical-align: middle;
  box-sizing: border-box; }

.warning {
  margin: 1px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #a27a05;
  background-color: lemonchiffon;
  color: #a27a05;
  min-height: 2rem;
  line-height: 1.3rem;
  vertical-align: middle;
  box-sizing: border-box; }

.error:not(:empty) {
  margin: 1px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid lightcoral;
  background-color: rgba(240, 128, 128, 0.1);
  color: lightcoral;
  min-height: 2rem;
  line-height: 1.3rem;
  vertical-align: middle;
  box-sizing: border-box; }

.failure {
  background-color: rgba(240, 128, 128, 0.1) !important;
  color: lightcoral; }

.incompatible-info {
  background: #dcdcdc !important;
  font-style: italic; }

.browser {
  display: none;
  position: absolute;
  width: 35%;
  background-color: #FFFFFF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px;
  border: 1px solid #dedede;
  z-index: 51;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

.browser .title {
  padding: 5px;
  margin: -10px -10px 10px -10px;
  background-color: #f7f7f7;
  font-weight: bold;
  line-height: 24px; }

.browser .title .close {
  cursor: pointer;
  float: right; }

#ui-datepicker-div {
  display: none; }

.ui-datepicker {
  font-size: 0.75rem;
  color: #3D3D3D;
  width: 200px;
  background: #f7f7f7;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 10px; }

.ui-datepicker-header {
  border: 1px solid #23B684;
  background-color: #E6F7F1;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 5px;
  display: flex; }
  .ui-datepicker-header .ui-icon {
    background: none; }
  .ui-datepicker-header .ui-datepicker-prev {
    float: left;
    cursor: pointer;
    font-weight: bold;
    order: 1; }
    .ui-datepicker-header .ui-datepicker-prev:hover {
      text-decoration: underline; }
  .ui-datepicker-header .ui-datepicker-next {
    cursor: pointer;
    font-weight: bold;
    order: 3; }
    .ui-datepicker-header .ui-datepicker-next:hover {
      text-decoration: underline; }
  .ui-datepicker-header .ui-datepicker-title {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    order: 2; }
    .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
      margin-bottom: -10px;
      border: none;
      font-size: .6rem; }
    .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year, .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
      background: none;
      font: 1rem Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
      height: 100%;
      max-width: 100%;
      padding: 0 30px;
      -moz-appearance: none;
      -webkit-appearance: none;
      text-align: center;
      border-top: none;
      border-left: none;
      border-right: none;
      border-color: #23B684;
      cursor: pointer;
      transition: .2s all; }
      .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year:hover, .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month:hover {
        background: rgba(0, 0, 0, 0.05);
        border-radius: 5px; }

.ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%; }
  .ui-datepicker-calendar td {
    cursor: pointer;
    text-align: right;
    border: 1px solid #DDDDDD;
    background-color: #EEEEEE; }
    .ui-datepicker-calendar td:hover {
      border: 1px solid #23B684;
      background-color: #E6F7F1; }
      .ui-datepicker-calendar td:hover a {
        color: #23B684; }

.ui-datepicker-calendar .ui-datepicker-current-day,
.ui-datepicker-calendar .ui-datepicker-highlighted {
  background-color: #B4B4B4; }
  .ui-datepicker-calendar .ui-datepicker-current-day:hover,
  .ui-datepicker-calendar .ui-datepicker-highlighted:hover {
    background-color: #D2D2D2; }

.ui-dialog-titlebar-close:before {
  content: url("/static/rso/images/clear.09e70abbf7f3.svg"); }

.mce-container {
  overflow-x: auto !important; }

.header-and-btn-flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.badgeTable {
  border: 1px solid #dcdcdc;
  border-collapse: collapse;
  font-size: .8rem;
  margin: 0 auto; }
  .badgeTable th {
    text-align: center;
    border-bottom: 3px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    padding: 5px; }
  .badgeTable td {
    border-bottom: 1px solid #dcdcdc;
    padding: 0 10px 0 10px;
    line-height: 1rem;
    border-right: 1px solid #dcdcdc; }
  .badgeTable .parentRow {
    background-color: #f7f7f7 !important;
    font-weight: bold;
    font-size: 0.9rem; }
  .badgeTable .childRow {
    background-color: #FFFFFF !important; }
  .badgeTable thead tr {
    background-color: #FFFFFF; }
  .badgeTable tbody tr:nth-child(odd) {
    background-color: #f7f7f7; }
  .badgeTable tbody tr:nth-child(even) {
    background-color: #FFFFFF; }
  .badgeTable a:hover {
    color: #23B684; }
  .badgeTable .row-highlight {
    background-color: #E6F7F1;
    color: #0F595E; }

.numerical-col {
  text-align: right;
  padding-right: 15px !important;
  white-space: nowrap; }

.pagination {
  justify-content: space-around; }

#pagination, .pagination {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  width: 100%; }

#pagination span, .pagination span {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 5px 10px 5px 10px;
  margin: 0;
  margin-right: -1px;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #FFFFFF; }

#pagination span:first-child, .pagination span:first-child {
  background-color: #E6F7F1; }

#pagination span:last-child, .pagination span:last-child {
  background-color: #E6F7F1;
  margin: 0; }

#pagination span.selected, .pagination span.selected {
  background-color: #BEBEBE; }

#pagination span:hover, .pagination span:hover {
  background-color: #dcdcdc; }

#pagination #pagination-results, .pagination .pagination-results {
  font-size: small;
  display: inline-block;
  vertical-align: top; }

#pagination #pagination-pages, .pagination .pagination-pages {
  display: inline-block;
  text-align: right; }

.col-head {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center; }

.col-controls span {
  margin-left: 2px;
  margin-right: 2px;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 2px; }

.col-controls span:hover {
  background-color: #BEBEBE;
  color: white; }

#columns {
  display: flex;
  flex-direction: row;
  margin: 10px; }

#columns .details {
  margin-left: 5px;
  margin-right: 5px; }

#header {
  clear: both;
  width: 100%;
  z-index: 10;
  position: relative;
  background-color: #f7f7f7;
  border-bottom: 1px solid #BEBEBE;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  height: 60px; }

#userLinksContainer {
  float: right;
  width: 25%;
  height: 100%;
  display: inline-block;
  text-align: right; }

#userLinks {
  display: inline-block;
  min-width: 40%;
  max-width: 275px;
  float: right;
  position: relative;
  transition: .4s all;
  text-align: center;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  z-index: 25; }
  #userLinks:hover {
    background-color: #043D5D; }
    #userLinks:hover #user-links-head {
      color: #23B684; }
    #userLinks:hover .dropdown-content {
      background-color: #032E46;
      display: block;
      max-height: 500px;
      padding: 10px; }
      #userLinks:hover .dropdown-content a, #userLinks:hover .dropdown-content .user-links-non-link {
        color: rgba(255, 255, 255, 0.8); }
  #userLinks #user-links-head {
    line-height: 1.1rem;
    padding: 5px 5px 0;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #0F595E; }
  #userLinks .dropdown-content {
    transition: .4s all;
    height: auto;
    max-height: 0;
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 40px; }
    #userLinks .dropdown-content li:hover {
      background-color: #dcdcdc; }
      #userLinks .dropdown-content li:hover select {
        border-color: #043D5D; }
      #userLinks .dropdown-content li:hover a, #userLinks .dropdown-content li:hover .user-links-non-link {
        color: #043D5D !important; }
    #userLinks .dropdown-content li select {
      background: none;
      border-radius: 2px;
      color: rgba(255, 255, 255, 0.8);
      font-size: .9em !important;
      text-align: center;
      max-width: 100%; }
      #userLinks .dropdown-content li select option, #userLinks .dropdown-content li select optgroup {
        text-align: center;
        line-height: 1em;
        color: #043D5D !important; }
  #userLinks a, #userLinks .user-links-non-link {
    display: block; }
    #userLinks a .user-link-subtext, #userLinks .user-links-non-link .user-link-subtext {
      font-size: .7em;
      font-weight: bold;
      color: rgba(255, 255, 255, 0.5); }
    #userLinks a:hover .user-link-subtext, #userLinks .user-links-non-link:hover .user-link-subtext {
      color: rgba(0, 0, 0, 0.3); }
  #userLinks .user-links-non-link {
    cursor: pointer;
    line-height: 1.2em;
    padding: 5px; }

#logoContainer {
  width: 25%;
  max-height: 60px;
  min-height: 60px;
  display: inline-block;
  vertical-align: top; }

#logo {
  height: 40px;
  padding: 10px;
  margin-left: 10%; }
  #logo.access-logo {
    width: 141px; }

#navContainer {
  width: 50%;
  padding: 0;
  font-size: 0;
  display: inline-block;
  vertical-align: bottom;
  max-height: 40px;
  z-index: 10;
  position: relative; }

#navContainer nav {
  min-height: 40px;
  width: 33.333333%;
  background-color: #23B684;
  max-height: 40px;
  overflow: hidden;
  text-align: center;
  height: auto;
  transition: all .5s;
  line-height: 40px;
  display: inline-block;
  font-size: 1rem;
  box-sizing: border-box;
  vertical-align: top; }

#navContainer nav:first-child {
  background: #0F595E; }

#navContainer nav:last-of-type {
  background-color: #24e8b2; }

#navContainer nav span {
  color: white;
  text-align: center;
  height: 30px;
  vertical-align: middle;
  transition: all .5s; }

#navContainer nav:hover {
  background: #23B684;
  border-bottom: 4px solid #0F595E; }

#navContainer nav:hover span {
  color: #0F595E;
  width: 60%;
  height: 100%;
  margin: 0 auto; }

#navContainer nav:hover span:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 60%;
  border-bottom: 1px solid #0F595E; }

#navContainer nav.expanded-nav {
  background: #23B684 !important;
  border-bottom: 4px solid #0F595E !important; }

#navContainer nav.expanded-nav span {
  color: #0F595E;
  width: 60%;
  height: 100%;
  margin: 0 auto; }

#navContainer nav.expanded-nav span:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 60%;
  border-bottom: 1px solid #0F595E; }

#navContainer nav a {
  outline: 0; }

#navContainer nav ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 15px; }

.navLink {
  max-height: 50px;
  height: auto;
  overflow: hidden;
  text-align: left;
  padding-left: 20%; }

.navLink a {
  height: 100%;
  display: block;
  vertical-align: middle;
  line-height: 50px;
  color: white; }

.navLink:hover a {
  color: #0F595E; }

.navLink:hover {
  max-height: 200px;
  background: #24e8b2; }

#supported-browsers {
  font-size: 1rem;
  text-align: center; }

#contentContainer {
  width: 50%;
  margin: auto;
  margin-bottom: 90px; }

#content {
  width: 100%;
  margin: auto; }

#content pre {
  width: 100%;
  white-space: pre-wrap; }

#footer {
  clear: both;
  margin: 0;
  background: #e6e6e6;
  font-size: .75em;
  text-align: center;
  line-height: 30px;
  border-top: 1px solid #CECECE;
  color: #555;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0; }

#footer p {
  margin: 0; }

.modal_image {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */ }

.modal_image .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; }

.modal_image .close:hover, .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

.modal_image .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px; }

.modal_image .modal-content img {
  width: 100%; }

.item-name-input-container {
  display: none;
  margin-bottom: 1em; }
  .item-name-input-container > div {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .item-name-input-container > div .submit-icon-name-button {
      margin-left: .5em; }

.icon-options-menu {
  display: none; }

#task-form-dialog {
  padding: 20px 0 0;
  min-width: 50%; }
  #task-form-dialog .requirements-formset, #task-form-dialog .reminders-formset {
    overflow: hidden;
    margin-bottom: 1em;
    font-size: small; }

.task-form {
  width: 100%; }
  .task-form .input-field {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    align-items: center; }
  .task-form label {
    font-weight: bold; }
  .task-form .formset-subform {
    width: 100%; }

@media print {
  .print-button {
    display: none; }
  #contentContainer {
    width: 100%; }
  #header {
    display: none; }
  .breadcrumbs {
    display: none; }
  #footer {
    background: none;
    border: none; }
  .documentation-link {
    display: none; } }

.mce-floatpanel {
  width: auto !important;
  height: auto !important; }

@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .badgeTable {
    font-size: .8rem; }
  .badgeTable td {
    line-height: .8rem; } }

@media only screen and (max-width: 812px) {
  .browser {
    width: fit-content; } }

@media only screen and (max-width: 480px) {
  .browser {
    width: 80%; } }

.title-tooltip {
  position: absolute;
  display: inline-block; }

.title-tooltiptext {
  visibility: hidden;
  background-color: #F7F7F7;
  border-radius: 6px;
  border: 1px dashed #C8C8C8;
  position: absolute;
  z-index: 99999;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  padding: 10px;
  white-space: normal;
  width: 30vw; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

@media only screen and (max-width: 1920px) {
  #contentContainer {
    width: 64%; }
  #toolbar.sticky {
    width: 64%; }
  .flex__toolbar {
    justify-content: space-around; } }

@media only screen and (max-width: 1700px) {
  #contentContainer {
    width: 75%; }
  #toolbar.sticky {
    width: 75%; } }

@media only screen and (max-width: 1165px) {
  #contentContainer {
    width: 90%; }
  #navContainer {
    width: 60%; }
  #navContainer nav ul li {
    padding-left: 15%; }
  #userLinksContainer {
    width: 20%; }
  #logoContainer {
    width: 20%; }
    #logoContainer #logo {
      margin-left: 5%; } }

@media only screen and (max-width: 965px) {
  .flex__toolbar {
    justify-content: center; }
  #navContainer nav ul li {
    font-size: 13px; } }

@media only screen and (max-width: 812px) {
  body {
    font-size: 16px; }
  input[type='text'], input[type='password'], input[type='email'] {
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem; }
  select {
    height: 2rem;
    line-height: 2rem;
    font-size: 1.5rem; }
  option {
    font-size: 1.5rem; }
  .button, .disabledButton, .greenButton, .greenButton-outline, .redButton, .whiteButton, .greyButton {
    min-height: 2rem;
    height: auto;
    font-size: 1rem; }
  .wrapper {
    width: 100%; }
  #contentContainer {
    width: 100%;
    padding: 10px;
    box-sizing: border-box; }
  #toolbar {
    margin-top: 0; }
  #toolbar.sticky {
    width: 100%;
    border-radius: 0;
    left: 0; }
  .addedContent {
    margin-top: 0; }
  .flex__toolbar--1 {
    display: flex;
    justify-content: space-between; }
  .flex__toolbar--2 {
    display: flex;
    justify-content: space-between; }
  .flex__toolbar > div img {
    padding: 0 1px; }
  #header {
    display: inline-block;
    white-space: normal;
    text-align: center;
    height: unset;
    max-height: unset;
    line-height: 60px; }
  #logoContainer {
    width: 39%;
    text-align: left;
    float: none;
    display: inline-block;
    height: 60px;
    max-height: 60px;
    line-height: 60px; }
  #logo {
    float: none;
    max-height: 40px;
    height: 40px;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 0; }
  #userLinksContainer {
    float: right;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: right;
    width: 60%; }
  #userLinks {
    line-height: 60px;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    float: none;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    vertical-align: top; }
  #userLinks:hover {
    max-height: 320px; }
  #userLinksContainer #userLinks #user-links-head {
    height: 100%;
    line-height: 1.8rem; }
  #userLinks a {
    font-size: 1rem;
    padding: 10px; }
  #userLinks:hover .dropdown-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    max-height: 1000px; }
  .dropdown-content {
    max-height: 0;
    display: block; }
  .dropdown-content li {
    margin: 10px; }
  #supported-browsers {
    padding: .5rem;
    line-height: 1.5rem;
    border-top: 1px solid #BEBEBE; }
  #navContainer {
    width: 100%;
    transform: none;
    display: block;
    max-height: unset; }
  #navContainer nav {
    min-height: 60px;
    max-height: 60px;
    line-height: 60px;
    transition: none;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 24px; }
  #navContainer nav:hover {
    max-height: unset; }
  .navLink {
    max-height: 60px;
    min-height: 60px;
    line-height: 60px; }
  .navLink a {
    line-height: 60px;
    font-size: 24px; }
  #content-click-intercept {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5; }
  .linkItem {
    display: block;
    width: 100%;
    text-align: center;
    margin: auto; }
  #headerContainer {
    width: 100%;
    text-align: center; }
  #logLinks {
    float: none;
    width: 100%; }
  #logLinks li {
    text-align: center;
    margin: auto; }
  .link {
    width: 100%; }
  .linkCenter {
    margin: 0;
    margin-top: 001.8518519%;
    width: 100%; }
  #stickyControlContainer {
    width: 100%; }
  #footer {
    margin-top: 30px;
    padding: 5px;
    box-sizing: border-box; } }

@media only screen and (max-width: 416px) {
  .flex__toolbar > div img {
    width: 1.75em;
    padding: 0 1px; } }
