@charset "UTF-8";
.text-white {
  color: #fff; }

.padding-left-15px {
  padding-left: 15px; }

.padding-right-15px {
  padding-right: 15px; }

.padding-top-20px {
  padding-top: 20px; }

.padding-bottom-20px {
  padding-bottom: 20px; }

.font-weight-800 {
  font-weight: 800; }

@use "sass:math" as *;
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/* no border radius for anything, as per UX design */
@use "sass:math" as *;
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto; }

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
    color: #555; }

.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none; }

.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px; }
  .lfr-asset-column-details .lfr-asset-icon.last {
    border-width: 0; }

.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-tags .tag {
    color: #555; }

.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em; }

.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em; }
  .lfr-asset-column-details .lfr-panel.lfr-extended {
    border: 1px solid #ccc;
    margin-bottom: 0; }

.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block; }

.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em; }

.overlay {
  position: absolute; }

.overlay-hidden,
.overlaymask-hidden {
  display: none; }

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative; }
  .lfr-form-row:after {
    clear: both;
    content: '';
    display: block;
    height: 0; }
  .lfr-form-row:hover {
    border: solid #ccc;
    border-width: 1px 0;
    padding-top: 0; }
  .lfr-form-row.lfr-form-row-inline .form-group {
    margin-right: 5px; }
  .lfr-form-row legend .field-label {
    float: left;
    margin-right: 10px; }
  .lfr-form-row .handle-sort-vertical {
    background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
    cursor: move;
    padding-left: 20px; }
  .lfr-form-row fieldset {
    border-width: 0;
    margin: 0;
    padding: 0; }

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px; }

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem; }

.dropdown.open > .dropdown-menu,
.overlay-content .open > .dropdown-menu {
  display: block; }

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700; }
  .form-control-inline:not(:hover) {
    border-color: transparent; }
  .form-control-inline::placeholder {
    color: #a9afb5;
    font-style: italic; }

.form-search .input-group {
  position: relative; }
  .form-search .input-group.advanced-search .search-query {
    padding-left: 40px;
    z-index: 0; }
  .form-search .input-group.advanced-search .toggle-advanced {
    cursor: pointer;
    left: 0;
    line-height: 1;
    padding: 8px 10px;
    position: absolute;
    top: 0; }
    .form-search .input-group.advanced-search .toggle-advanced .caret {
      margin-top: 7px; }
    .form-search .input-group.advanced-search .toggle-advanced .icon-search {
      font-size: 14px; }
  @media (max-width: 991.98px) {
    .form-search .input-group {
      width: 100%; }
      .form-search .input-group .btn {
        clip: rect(0, 0, 0, 0);
        left: -9999px;
        position: absolute; }
      .form-search .input-group input.search-query {
        width: 100%; } }

.lfr-table {
  border-collapse: collapse;
  clear: both; }
  .lfr-table > tbody > tr > td,
  .lfr-table > tbody > tr > th,
  .lfr-table > thead > tr > td,
  .lfr-table > thead > tr > th,
  .lfr-table > tfoot > tr > td,
  .lfr-table > tfoot > tr > th {
    padding: 0 5px;
    overflow-wrap: break-all;
    word-wrap: break-all; }
    .lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
    .lfr-table > tbody > tr > th:first-child,
    .lfr-table > tbody > tr > th.first-child,
    .lfr-table > thead > tr > td:first-child,
    .lfr-table > thead > tr > td.first-child,
    .lfr-table > thead > tr > th:first-child,
    .lfr-table > thead > tr > th.first-child,
    .lfr-table > tfoot > tr > td:first-child,
    .lfr-table > tfoot > tr > td.first-child,
    .lfr-table > tfoot > tr > th:first-child,
    .lfr-table > tfoot > tr > th.first-child {
      padding-left: 0; }
    .lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
    .lfr-table > tbody > tr > th:last-child,
    .lfr-table > tbody > tr > th.last-child,
    .lfr-table > thead > tr > td:last-child,
    .lfr-table > thead > tr > td.last-child,
    .lfr-table > thead > tr > th:last-child,
    .lfr-table > thead > tr > th.last-child,
    .lfr-table > tfoot > tr > td:last-child,
    .lfr-table > tfoot > tr > td.last-child,
    .lfr-table > tfoot > tr > th:last-child,
    .lfr-table > tfoot > tr > th.last-child {
      padding-right: 0; }
  .lfr-table > tbody > tr > th,
  .lfr-table > thead > tr > th,
  .lfr-table > tfoot > tr > th {
    font-weight: bold; }

.lfr-pagination:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden; }

.lfr-pagination .dropdown-menu {
  display: none; }

.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px; }

.lfr-pagination .lfr-pagination-controls {
  float: left; }
  .lfr-pagination .lfr-pagination-controls .search-results {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    top: 10px; }
  .lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
    border-width: 0;
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    text-align: left;
    white-space: nowrap;
    width: 100%; }

.lfr-pagination .lfr-pagination-delta-selector {
  float: left; }
  @media (max-width: 991.98px) {
    .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
      display: none; } }

.lfr-pagination .pagination-content {
  float: right; }

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede; }
  .lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
    display: block; }
  .lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
    border-bottom-width: 0; }

.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0; }

.lfr-panel .toggler-header {
  cursor: pointer; }

.sidebar-sm {
  font-size: 0.875rem; }
  .sidebar-sm .sheet-subtitle {
    font-size: 0.75rem;
    margin-bottom: 1rem; }
  .sidebar-sm .form-group {
    margin-bottom: 1rem; }
  .sidebar-sm .form-control {
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    height: 2rem;
    line-height: 1.5;
    min-height: auto;
    padding: 0.25rem 0.75rem; }
    .sidebar-sm .form-control.form-control-tag-group {
      height: auto; }
      .sidebar-sm .form-control.form-control-tag-group .form-control-inset {
        margin-bottom: 0;
        margin-top: 0; }
      .sidebar-sm .form-control.form-control-tag-group .label {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0 0.25rem; }
    .sidebar-sm .form-control[type='file'] {
      padding: 0; }
  .sidebar-sm select.form-control {
    padding-right: 1.6rem; }
    .sidebar-sm select.form-control:not([size]) {
      height: 2rem; }
  .sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
    min-height: auto;
    padding: 0.285rem 0.75rem; }
  .sidebar-sm .btn:not(.btn-unstyled) {
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    line-height: 1.15;
    padding: 0.4375rem 0.75rem; }
    .sidebar-sm .btn:not(.btn-unstyled).close {
      padding: 0.4375rem; }
  .sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
    height: 2rem;
    padding: 0.1875rem 0;
    width: 2rem; }
    .sidebar-sm .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
      padding: 0; }
  .sidebar-sm .input-group-item .input-group-text {
    font-size: 0.875rem;
    height: 2rem;
    min-width: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .sidebar-sm .input-group-item .btn .btn-section {
    font-size: 0.5625rem; }
  .sidebar-sm .list-group-item-flex {
    padding: 0.5rem 0.25rem; }
    .sidebar-sm .list-group-item-flex .autofit-col {
      padding-left: 0.25rem;
      padding-right: 0.25rem; }

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em; }
  .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
    display: inline-block;
    width: auto; }
  .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
    float: none;
    padding: 0.4em 0; }
    .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
    .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
      display: inline; }
  .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
    margin: 10px 0; }
  .lfr-translation-manager .lfr-translation-manager-available-translations {
    white-space: normal; }
    .lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
      line-height: 1; }
  .lfr-translation-manager .lfr-translation-manager-translation {
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin: 0.2em;
    padding: 0.4em 0.3em 0.4em 0.5em;
    text-decoration: none; }
    .lfr-translation-manager .lfr-translation-manager-translation * {
      vertical-align: middle; }
    .lfr-translation-manager .lfr-translation-manager-translation img {
      margin-right: 0.3em; }
    .lfr-translation-manager .lfr-translation-manager-translation:hover {
      background-color: #d1e5ef; }
    .lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
      background-color: #598bec;
      border-color: #224fa8;
      color: #fff; }
  .lfr-translation-manager .lfr-translation-manager-change-default-locale {
    margin: 0 0.4em; }
  .lfr-translation-manager .lfr-translation-manager-delete-translation {
    display: inline-block;
    padding: 0 2px; }
    .lfr-translation-manager .lfr-translation-manager-delete-translation svg {
      pointer-events: none; }

.lfr-tree a {
  text-decoration: none; }

.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0; }
  .lfr-tree li ul li, .lfr-tree li.tree-item {
    padding-left: 0; }
  .lfr-tree li.tree-item {
    padding-left: 5px; }
    .lfr-tree li.tree-item li {
      padding-left: 20px; }
    .lfr-tree li.tree-item ul {
      margin-left: 0;
      margin-top: 5px; }

.lfr-upload-container {
  margin-bottom: 1rem; }
  .lfr-upload-container .upload-target {
    border: 3px dashed #e5e7e9;
    margin-bottom: 1rem;
    min-height: 2rem;
    padding: 2rem 0;
    position: relative;
    text-align: center; }
    .upload-drop-intent .lfr-upload-container .upload-target {
      z-index: 100; }
    .upload-drop-active .lfr-upload-container .upload-target {
      background-color: #92e5a5;
      border-color: #69db83; }
    .lfr-upload-container .upload-target .drop-file-text {
      font-weight: normal; }
      .mobile .lfr-upload-container .upload-target .drop-file-text {
        display: none; }
    .lfr-upload-container .upload-target .small {
      display: block;
      margin: 5px 0;
      text-transform: lowercase; }
  .lfr-upload-container .manage-upload-target {
    padding-top: 5px;
    position: relative; }
    .lfr-upload-container .manage-upload-target .select-files {
      float: left;
      line-height: 0;
      margin: 0 1.125rem 1.125rem;
      padding: 0 0 0 5px; }
  .lfr-upload-container .cancel-uploads,
  .lfr-upload-container .clear-uploads {
    background-repeat: no-repeat;
    float: right; }
  .lfr-upload-container .cancel-uploads {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
    margin-right: 0; }
  .lfr-upload-container .clear-uploads {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
    padding-left: 16px; }
  .lfr-upload-container .upload-file.upload-complete.file-saved {
    padding-left: 25px; }
  .lfr-upload-container .upload-file .file-title {
    display: inline-block;
    max-width: 95%;
    overflow: hidden;
    padding-right: 16px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap; }
  .lfr-upload-container .upload-file .icon-file {
    font-size: 40px; }
  .lfr-upload-container .upload-list-info {
    margin: 1em 0 0.5em; }
    .lfr-upload-container .upload-list-info h4 {
      font-size: 1.3em; }
  .lfr-upload-container .cancel-button {
    color: #6c757d;
    margin-top: 1px;
    position: absolute;
    right: 5px;
    top: 50%;
    white-space: nowrap; }
    .lfr-upload-container .cancel-button .cancel-button-text {
      display: none;
      margin-left: 5px; }
    .lfr-upload-container .cancel-button:hover .cancel-button-text {
      display: inline; }
    .lfr-upload-container .cancel-button .lexicon-icon {
      height: 12px; }
  .lfr-upload-container .delete-button {
    color: #6c757d; }
  .lfr-upload-container .delete-button-col {
    padding-right: 10px; }
  .lfr-upload-container .file-added .success-message {
    float: right;
    font-weight: normal; }
  .lfr-upload-container .upload-error {
    opacity: 1;
    padding-left: 25px; }
  .lfr-upload-container .upload-complete .cancel-button,
  .lfr-upload-container .delete-button,
  .lfr-upload-container .upload-complete.file-saved .delete-button,
  .lfr-upload-container .upload-complete.upload-error .delete-button {
    display: none; }
  .lfr-upload-container .multiple-files .upload-error {
    background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
    border-color: #bd2130;
    color: #bd2130;
    font-weight: normal;
    margin-bottom: 16px;
    padding: 8px 8px 8px 24px; }
    .lfr-upload-container .multiple-files .upload-error .error-message {
      display: block; }
  .lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
  .lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
    padding-left: 1rem; }
  .lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
  .lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
    display: none; }
  .lfr-upload-container .single-file .upload-error {
    list-style: none;
    margin-top: 1em; }
    .lfr-upload-container .single-file .upload-error .upload-error-message {
      margin-bottom: 0.5em; }
  .lfr-upload-container .upload-complete {
    padding-left: 5px; }
    .lfr-upload-container .upload-complete .error-message,
    .lfr-upload-container .upload-complete .success-message {
      font-weight: bold;
      margin-left: 1em; }
    .lfr-upload-container .upload-complete .delete-button {
      display: inline-block; }
    .lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
      display: none; }
  .lfr-upload-container .progress {
    display: none;
    margin-top: 0.5rem; }
  .lfr-upload-container .file-uploading .progress {
    display: flex; }

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430; }
  .lfr-alert-container.inline-alert-container {
    position: relative; }
    .lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
      padding: 0; }
  .lfr-alert-container .lfr-alert-wrapper {
    margin-bottom: 5px;
    overflow: hidden; }

.lfr-search-container td .overlay.entry-action {
  position: static; }
  .lfr-search-container td .overlay.entry-action .btn a {
    display: block;
    padding: 4px 12px; }

.contextual-sidebar {
  height: calc(100vh - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  transform: translateX(100%);
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform; }
  .contextual-sidebar.contextual-sidebar-visible {
    pointer-events: auto;
    transform: translateX(0); }
  body.has-control-menu .contextual-sidebar {
    height: calc(100vh - 98px);
    top: 98px; }

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px; }
    body.has-control-menu .contextual-sidebar {
      height: calc( 100vh - 120px);
      top: 120px; }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding; }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px; } }

.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png); }

.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat; }

.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px; }

.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em; }
  .taglib-diff-html span.diff-html-added img {
    border: 2px solid #cfc; }

.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x; }
  .taglib-diff-html span.diff-html-changed img {
    border: 2px dotted #009; }

.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through; }
  .taglib-diff-html span.diff-html-removed img {
    border: 2px solid #fdc6c6; }

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem; }
  .taglib-discussion .actions-menu .component-action {
    display: inline-flex; }
  .taglib-discussion .button-holder {
    margin: 1rem 0; }
  .taglib-discussion .comment-container {
    margin-bottom: 1.5rem; }
  .taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
    border-left-color: #dbdde1; }
  .taglib-discussion .lfr-discussion-body {
    font-size: 1rem; }
    @media (min-width: 576px) {
      .taglib-discussion .lfr-discussion-body {
        padding-left: 3.5rem; } }
  @media (min-width: 576px) {
    .taglib-discussion .lfr-discussion-details .taglib-user-display {
      word-wrap: break-word; } }
  .taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
    font-weight: bold;
    text-decoration: none; }
    .taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
      text-decoration: underline; }
  .taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
    background-size: 50px; }
  .taglib-discussion .lfr-discussion-container {
    border-bottom: 1px solid #e7e7ed;
    margin-bottom: 1.5rem; }
    .taglib-discussion .lfr-discussion-container:first-of-type {
      border-top: 1px solid #e7e7ed;
      padding-top: 1.5rem; }
    .taglib-discussion .lfr-discussion-container:last-of-type {
      border-bottom: 0; }
    .taglib-discussion .lfr-discussion-container .lfr-discussion {
      padding-left: 1rem; }
      .taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
        padding-left: 0; }
      @media (min-width: 576px) {
        .taglib-discussion .lfr-discussion-container .lfr-discussion {
          padding-left: 3.5rem; } }
  .taglib-discussion .lfr-discussion-parent-link {
    color: #67678c;
    font-weight: 600;
    margin-left: 1em; }
    @media (max-width: 767.98px) {
      .taglib-discussion .lfr-discussion-parent-link {
        display: block;
        margin-left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
  .taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
    margin-left: -0.75rem; }
  .taglib-discussion .lfr-discussion-more-comments {
    border-top: 1px solid #e7e7ed;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    text-align: center; }
  .taglib-discussion .username {
    color: #272833;
    font-weight: 600; }
  .taglib-discussion .taglib-workflow-status {
    margin-left: 0.5rem; }
  .taglib-discussion .workflow-value {
    text-transform: uppercase; }
  @media (min-width: 576px) {
    .taglib-discussion .actions-menu {
      display: none; }
    .taglib-discussion .comment-container:hover .actions-menu,
    .taglib-discussion .actions-menu:focus,
    .taglib-discussion .actions-menu.open {
      display: inline-block; } }

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center; }
  .drop-zone.drop-enabled {
    outline: 2px dashed transparent; }
    .drop-zone.drop-enabled:not(.no-border) {
      outline-color: rgba(176, 180, 187, 0.5); }
  .drop-zone p {
    margin: 10px auto 0;
    max-width: 75%; }

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .drop-here-info {
      transition: none; } }
  .drop-here-info .drop-here-indicator {
    height: 115px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
  .drop-here-info .drop-icons {
    display: inline-block;
    position: relative;
    width: 160px;
    transition: all 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .drop-here-info .drop-icons {
        transition: none; } }
    .drop-here-info .drop-icons span {
      border-radius: 3px;
      position: absolute;
      text-align: center;
      transition: all 0.3s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .drop-here-info .drop-icons span {
          transition: none; } }
      .drop-here-info .drop-icons span:nth-of-type(1) {
        box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
        height: 60px;
        left: 0;
        line-height: 60px;
        opacity: 0;
        top: 10px;
        transform: rotate(25deg);
        width: 60px; }
      .drop-here-info .drop-icons span:nth-of-type(2) {
        background: #00c2ff;
        color: #fff;
        height: 80px;
        left: 40px;
        line-height: 80px;
        width: 80px;
        z-index: 2; }
      .drop-here-info .drop-icons span:nth-of-type(3) {
        box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
        display: block;
        font-size: 45px;
        height: 70px;
        left: 90px;
        line-height: 70px;
        opacity: 0;
        position: relative;
        top: 8px;
        transform: rotate(-25deg);
        width: 70px;
        z-index: 1; }
      .drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
        background: #e8e6e8;
        color: #a5a6ac; }
  .drop-here-info .drop-text {
    color: #fff;
    display: block;
    font-size: 20px;
    margin-left: 0;
    margin-top: 20px; }
  .drop-active .drop-here-info {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    visibility: visible;
    z-index: 100; }
    .drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
      opacity: 1; }
    .drop-active .drop-here-info span:nth-of-type(1) {
      transform: rotate(-20deg); }
    .drop-active .drop-here-info span:nth-of-type(2) {
      transform: scale(1); }
    .drop-active .drop-here-info span:nth-of-type(3) {
      transform: rotate(15deg); }

.taglib-empty-result-message.sheet {
  margin-bottom: 24px; }

.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/portal-theme/images/states/empty_state.gif); }

.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/portal-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px; }

.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/portal-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/portal-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/portal-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px; }

.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem; }

.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center; }

.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center; }

.field-wrapper.form-inline .control-label {
  display: inline-block; }

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap; }

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px; }
  .taglib-header .header-title {
    display: inline-block;
    margin: 0.1em;
    max-width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal; }
  .taglib-header .header-back-to {
    display: inline-block;
    vertical-align: middle; }
    .taglib-header .header-back-to a {
      display: block;
      font-weight: bold;
      padding: 0 0.3em 0 0;
      text-decoration: none; }

.taglib-icon {
  text-decoration: none; }
  .taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
    text-decoration: underline; }
  .taglib-icon[lang] > img {
    vertical-align: baseline;
    width: 16px; }

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem; }
  .icon-monospaced.lexicon-icon {
    padding: 8px; }

.taglib-icon-list li {
  float: left;
  margin-right: 1em; }

.taglib-icon-list:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden; }

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none; }

@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center; }
    .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
    .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
      display: none; } }

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative; }
  .lfr-menu-list.direction-right {
    margin: 0 2px; }
  .lfr-menu-list.dropdown-menu {
    float: none;
    position: relative; }
    @media (max-width: 991.98px) {
      .lfr-menu-list.dropdown-menu > li > a {
        font-size: 22px;
        line-height: 40px;
        white-space: normal; }
        .lfr-menu-list.dropdown-menu > li > a img {
          margin-bottom: 3px; } }
    .lfr-menu-list.dropdown-menu .search-panel {
      margin-bottom: 0; }
      .lfr-menu-list.dropdown-menu .search-panel .form-group {
        margin: 0 16px; }
      .lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
        width: auto; }
  body > .lfr-menu-list ul {
    border-radius: 4px; }

.lfr-icon-menu-open:after {
  clear: both;
  content: '';
  display: table; }

.lfr-icon-menu-open .dropdown-menu {
  position: static; }

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0; }

.input-localized .input-group-item {
  flex-direction: column; }

.input-localized .input-localized-content {
  margin-left: 6px; }
  .input-group .input-localized .input-localized-content {
    margin-top: 3px; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    background-color: #ff0047; }

.input-localized .lfr-input-localized-default a {
  margin-right: 14px; }

.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px; }

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5; }

.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent; }

.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2; }

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal; }

.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem; }

.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px; }
  .input-localized-palette-container .palette-item-inner img {
    display: block; }

.taglib-move-boxes {
  margin-bottom: 1em; }
  .taglib-move-boxes label {
    border-bottom: 1px solid transparent;
    display: block;
    margin-bottom: 5px;
    padding: 5px; }
  .taglib-move-boxes .toolbar {
    text-align: center; }
  .taglib-move-boxes .arrow-button img {
    border-width: 0;
    height: 16px;
    width: 16px; }
  .taglib-move-boxes .choice-selector {
    width: 100%; }
    .taglib-move-boxes .choice-selector label {
      background: #ebf1f9;
      border-bottom-color: #8db2f3; }
  .taglib-move-boxes .field-content {
    margin-bottom: 0; }
  .taglib-move-boxes .move-arrow-buttons {
    margin-top: 5em; }
    .taglib-move-boxes .move-arrow-buttons .arrow-button {
      display: block; }
  .taglib-move-boxes .sortable-container {
    margin-top: 10px; }
    .taglib-move-boxes .sortable-container .btn.edit-selection {
      margin-bottom: 10px; }
    .taglib-move-boxes .sortable-container .move-option {
      background-color: transparent;
      border-top: 1px solid #ddd;
      display: none;
      margin: 2px 0;
      padding: 2px;
      position: relative; }
      .taglib-move-boxes .sortable-container .move-option.selected {
        display: block; }
      .taglib-move-boxes .sortable-container .move-option.move-option-dragging {
        background-color: #fafafa; }
      .taglib-move-boxes .sortable-container .move-option .checkbox,
      .taglib-move-boxes .sortable-container .move-option .handle {
        position: absolute; }
      .taglib-move-boxes .sortable-container .move-option .checkbox {
        display: none;
        margin: 7px 0 0 5px; }
      .taglib-move-boxes .sortable-container .move-option .handle {
        color: #999;
        cursor: pointer;
        font-size: 1.5em;
        padding: 6px; }
      .taglib-move-boxes .sortable-container .move-option .title {
        font-size: 1.2em;
        margin: 1px 0 1px 30px; }
    .taglib-move-boxes .sortable-container.edit-list-active .move-option {
      display: block; }
      .taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
        display: inline-block; }
      .taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
        display: none; }
  .mobile .taglib-move-boxes .selector-container {
    display: none; }

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px; }

.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem; }

.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1; }
  .item-selector .input-file + label {
    position: relative; }
    .item-selector .input-file + label::before {
      border-radius: 4px;
      bottom: -2px;
      content: '';
      display: block;
      left: -2px;
      position: absolute;
      right: -2px;
      top: -2px;
      transition: box-shadow 0.15s ease-in-out; }
  .item-selector .input-file:focus + label::before {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff; }

.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer; }

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%; }
  .lfr-map .home-button {
    margin: 5px; }
    @media (max-width: 575.98px) {
      .lfr-map .home-button {
        height: 35px;
        width: 45px; } }
  .lfr-map .search-controls {
    font-size: 15px;
    margin-top: 5px;
    width: 100%; }
    @media (min-width: 576px) {
      .lfr-map .search-controls {
        width: 50%; } }
    .lfr-map .search-controls .search-input {
      width: 100%; }

.navbar .navbar-collapse {
  max-height: none; }
  .navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
    display: inline; }

@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%; } }

.navbar .navbar-search .form-search {
  margin: 8px 0; }
  @media (min-width: 768px) {
    .navbar .navbar-search .form-search {
      float: right;
      max-width: 275px; } }
  @media (max-width: 767.98px) {
    .navbar .navbar-search .form-search .input-group {
      width: 100%; } }

@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px; }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible; } }

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em; }
  .taglib-portlet-preview.show-borders .title {
    background-color: #d3dadd;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em; }

.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px; }

.lfr-search-container .entry-action {
  width: 1px; }
  .lfr-search-container .entry-action .taglib-icon {
    white-space: nowrap; }

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative; }
  @media (min-width: 576px) {
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
      margin-left: 375px;
      width: auto; } }
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
    position: static; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
      left: 12px;
      position: fixed;
      right: 12px;
      top: -1px;
      z-index: 1020; }
      .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
        display: block;
        padding: 0; }
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
          overflow-x: hidden; }
          @media (min-width: 576px) {
            .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
              margin-left: 375px; } }
          .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
            border-collapse: collapse;
            width: 100%; }
            .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
              border-radius: 0; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      width: auto; }
      @media (min-width: 576px) {
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
          left: 0;
          position: absolute;
          right: 15px; } }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      height: auto; }

.lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline; }
  .lfr-search-container-wrapper a:not(.component-action):not(.btn):focus, .lfr-search-container-wrapper a:not(.component-action):not(.btn):hover {
    color: #000; }

.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d; }
  .lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
    color: #343a40; }

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d; }
  .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
    background-color: #f7f8f9;
    border-radius: 4px;
    color: #343a40; }

.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px; }

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
  .lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h4 {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h5,
  .lfr-search-container-wrapper .list-group .list-group-item h6,
  .lfr-search-container-wrapper .list-group .list-group-item .h5,
  .lfr-search-container-wrapper .list-group .list-group-item .h6 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
    font-weight: 600; }
  .lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
    font-weight: 600; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0; }

.user-info {
  display: flex; }
  .user-info .sticker {
    align-self: center; }
  .user-info .user-details {
    margin-left: 1rem; }
  .user-info .user-name {
    color: #343a40;
    font-weight: 600; }
  .user-info .date-info {
    color: #6c757d; }

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px; }
  .user-status-tooltip .user-status-avatar .user-status-avatar-image {
    width: 27px; }

.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden; }
  .user-status-tooltip .user-status-info .user-status-date {
    font-size: 11px; }

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto; }
  @media (max-width: 767.98px) {
    .lfr-search-container .selector-button {
      width: auto; } }
  .touch .lfr-search-container {
    -webkit-overflow-scrolling: touch; }
    .touch .lfr-search-container .searchcontainer-content .table {
      max-width: none; }

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto; }
  .taglib-page-iterator .lfr-pagination-buttons {
    float: right;
    margin: 0; }
    @media (max-width: 991.98px) {
      .taglib-page-iterator .lfr-pagination-buttons {
        width: 100%; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .taglib-page-iterator .lfr-pagination-buttons {
      float: none;
      margin-top: 20px; } }
    @media (max-width: 991.98px) {
        .taglib-page-iterator .lfr-pagination-buttons > li {
          display: inline-block;
          width: 50%; }
          .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
            display: none; }
          .taglib-page-iterator .lfr-pagination-buttons > li > a {
            line-height: 20px;
            padding: 11px 19px; } }
  .taglib-page-iterator .lfr-pagination-config {
    float: left;
    line-height: 46px; }
    @media (max-width: 767.98px) {
      .taglib-page-iterator .lfr-pagination-config {
        float: none; }
        .taglib-page-iterator .lfr-pagination-config .current-page-menu {
          display: block; }
          .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
            display: block; } }
    .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
    .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
      display: inline; }
    .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
      float: none; }
      @media (max-width: 991.98px) {
        .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
          display: none; } }
  .taglib-page-iterator .search-results {
    float: left;
    line-height: 46px;
    margin-left: 10px; }
    @media (max-width: 991.98px) {
      .taglib-page-iterator .search-results {
        display: none; } }

.taglib-search-toggle .form-search {
  position: relative; }
  .taglib-search-toggle .form-search .input-group-btn {
    position: absolute; }
    @media (min-width: 992px) {
      .taglib-search-toggle .form-search .input-group-btn {
        position: static; } }

.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px; }
  .taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
    text-decoration: none; }

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0; }
  .navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
    border-width: 1px 0 0; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
    position: relative; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
      margin-bottom: 0; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
      color: #999;
      font-size: 13px; }

.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1; }

.taglib-user-display {
  padding: 0.5em; }
  .taglib-user-display .avatar {
    background: no-repeat center;
    background-size: 60px;
    display: block;
    height: 60px;
    margin: 0 auto;
    width: 60px; }
    .taglib-user-display .avatar.author:after {
      background: rgba(50, 168, 230, 0.5);
      border-radius: 50%;
      content: '';
      display: block;
      height: 100%;
      width: 100%; }
  .taglib-user-display .user-details {
    margin-top: 1em; }
  .taglib-user-display .user-name {
    font-size: 1.1em;
    font-weight: bold; }
  .taglib-user-display a .user-name {
    text-decoration: underline; }
  .taglib-user-display.display-style-1 .user-profile-image {
    float: left;
    margin-right: 24px; }
  .taglib-user-display.display-style-1 .user-name {
    display: inline-block;
    margin-top: 10px; }
  .taglib-user-display.display-style-1 .user-details {
    margin-top: 0; }
  .taglib-user-display.display-style-2 .user-profile-image,
  .taglib-user-display.display-style-2 .user-name {
    clear: both;
    display: block;
    min-height: 20px;
    text-align: center; }
  .taglib-user-display.display-style-3 {
    padding: 0; }
    .taglib-user-display.display-style-3 .user-profile-image {
      display: inline-block;
      vertical-align: middle; }

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999; }

.table-cell .taglib-workflow-status {
  margin: 0; }
  .table-cell .taglib-workflow-status .workflow-status {
    padding-left: 0; }

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0; }

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px; }

.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static; }

.portal-popup .lfr-form-content {
  padding: 24px 12px; }

.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%; }

.portal-popup .portlet-column {
  position: static; }

.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px; }
  .portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .dialog-body .container-view .nav-tabs-underline,
  .portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
  .portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
  .portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .lfr-form-content .container-view .nav-tabs-underline,
  .portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
  .portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .process-list .container-view .nav-tabs-underline,
  .portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .roles-selector-body .container-view .nav-tabs-underline {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px; }

.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0; }

.portal-popup .login-container {
  padding: 1rem; }

.portal-popup .management-bar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0; }

.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative; }
  @media (min-width: 576px) {
    .portal-popup .navbar ~ .portlet-configuration-setup,
    .portal-popup .portlet-export-import-container {
      height: calc(100% - 48px); } }

.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0; }

.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0; }

.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px; }
  @media (min-width: 576px) {
    .portal-popup .portlet-configuration-setup .lfr-nav {
      padding-left: 8px;
      padding-right: 8px; } }

.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 576px) {
    .portal-popup .lfr-dynamic-uploader,
    .portal-popup .process-list {
      top: 48px; } }

.portal-popup .portlet-export-import-publish-processes {
  top: 0; }

.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020; }
  @media (min-width: 768px) {
    .portal-popup .dialog-footer {
      position: fixed; } }
  .portal-popup .dialog-footer .btn {
    margin-left: 1rem;
    margin-right: 0; }
  .portal-popup .dialog-footer.dialog-footer-not-reverse {
    flex-direction: initial;
    justify-content: flex-end; }

@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px; } }

.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
    bottom: 0; }
    .portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
      display: none; }

.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible; }
  .portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
    flex-grow: 1;
    max-width: none;
    overflow: auto; }

.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0; }

.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch; }
  @media print {
    .portal-popup:not(.article-preview) #main-content,
    .portal-popup:not(.article-preview) #wrapper {
      position: initial; } }

.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0; }
  .portal-popup .columns-max > .portlet-layout.row > .portlet-column {
    padding-left: 0;
    padding-right: 0; }

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate; }

html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd; }

html:not(#__):not(#___) .active-area {
  background: #ffc; }

html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1; }
  html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
    background-image: none; }

html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  html:not(#__):not(#___) .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden; }

html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px; }

html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0; }

html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important; }

.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #d3dadd; }

.active-area {
  background: #ffc; }

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .portlet-boundary.yui3-dd-dragging {
      transition: none; } }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

.sortable-layout-proxy {
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727c81;
  margin-top: 1px; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

.portlet-column-content.empty {
  padding: 50px; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
      display: inline-block;
      vertical-align: bottom; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
      margin-top: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
      display: inline-block;
      float: none;
      margin-top: 0;
      width: auto; }

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative; }
  .lfr-source-editor .ace_editor {
    height: 100%; }
  .lfr-source-editor .lfr-source-editor-toolbar li > .btn {
    background-color: #fff;
    border: transparent;
    color: #717383;
    outline: 0; }
  .lfr-source-editor .lfr-source-editor-code {
    background-color: #fff;
    color: #2b4259; }
    .lfr-source-editor .lfr-source-editor-code .ace_gutter {
      background-color: #ededef;
      color: #868896;
      overflow: hidden; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
        font-family: fontawesome-alloy;
        text-align: center;
        vertical-align: middle; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
          background-image: none; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
          content: '\25be'; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
          content: '\25b8'; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
        color: #fff; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #717383; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
        border-right: solid 1px #ccc; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
        background-image: none; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #ededef; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
      color: #34adab; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
      color: #1d5ec7; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
      color: #ff6c58; }
      .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
        color: #f00; }
  .lfr-source-editor.ace_dark .lfr-source-editor-code {
    background-color: #47474f;
    color: #fff; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
      background: #54555e;
      color: #fff; }
      .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #009aed; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #11394e; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
      color: #fff; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
      color: #4d91ff; }

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden; }
  .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
    height: 40px;
    margin-right: 4px;
    margin-top: 4px;
    min-height: 40px; }
  .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
    height: 95%;
    position: relative; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
      border: 1px solid #ccc;
      position: absolute; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
      display: inline-block;
      overflow-y: auto;
      padding-left: 20px; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
      display: inline-block; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
      height: 100%;
      width: 50%; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
      height: 100%;
      left: 50%;
      top: 0; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
      height: 50%;
      width: 100%; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
      top: 50%;
      width: 100%; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
      display: none; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
      height: 100%;
      width: 100%; }

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left; }

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e; }

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc; }

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0; }

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff; }

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e; }

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f; }

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff; }

.file-icon-color-7 {
  background-color: #fff;
  color: #272833; }

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3; }

.lfr-item-viewer.uploading > .progress-container {
  visibility: visible; }

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%; }

.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px; }

.lfr-item-viewer .item-preview:hover {
  cursor: pointer; }

.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000; }
  .lfr-item-viewer .progress-container a {
    position: absolute;
    right: 30px; }
  .lfr-item-viewer .progress-container .progress {
    margin-top: 10px; }

.lfr-item-viewer .search-info {
  background-color: #d3e8f1; }
  .lfr-item-viewer .search-info .keywords {
    font-size: 1.4em;
    font-weight: bold; }
  .lfr-item-viewer .search-info .change-search-folder {
    font-size: 0.8em;
    font-weight: normal; }

.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%; }
  .lfr-item-viewer .upload-view > div {
    display: table-cell;
    vertical-align: middle; }

.lfr-item-viewer .yui3-widget-bd {
  position: relative; }

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34; }

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all; }

.lfr-page-layouts {
  padding: 0; }
  .lfr-page-layouts input[type='radio'] {
    opacity: 0;
    position: absolute; }
    .lfr-page-layouts input[type='radio']:checked + .card-horizontal {
      cursor: default; }
      .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
        bottom: -0.0625rem;
        content: "";
        left: -0.0625rem;
        position: absolute;
        right: -0.0625rem;
        transition: height 0.15s ease-out; }
        @media (prefers-reduced-motion: reduce) {
          .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
            transition: none; } }
  .lfr-page-layouts .card-horizontal {
    cursor: pointer;
    outline: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .lfr-page-layouts .card-horizontal {
        transition: none; } }
    .lfr-page-layouts .card-horizontal::after {
      border-radius: 0 0 0 0;
      bottom: -0.0625rem;
      content: "";
      height: 0;
      left: -0.0625rem;
      position: absolute;
      right: -0.0625rem;
      transition: height 0.15s ease-out; }
      @media (prefers-reduced-motion: reduce) {
        .lfr-page-layouts .card-horizontal::after {
          transition: none; } }

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0; }

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative; }

.modal-dialog.dialog-iframe-modal {
  max-width: none; }

.modal-dialog.modal-dialog-sm {
  max-width: 500px; }

.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all; }
  .modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
    bottom: 0;
    right: 0; }

.modal-open .modal {
  display: block; }

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0; }

.sheet-footer .btn {
  margin-right: 0.5rem; }
  .sheet-footer .btn:last-child {
    margin-right: 0; }

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal; }
  .tag-items li {
    display: inline-block;
    margin: 0 1em 0 0;
    max-width: 100%; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud .tag-popularity-1 {
  font-size: 1em; }

.tag-cloud .tag-popularity-2 {
  font-size: 1.3em; }

.tag-cloud .tag-popularity-3 {
  font-size: 1.6em; }

.tag-cloud .tag-popularity-4 {
  font-size: 1.9em; }

.tag-cloud .tag-popularity-5 {
  font-size: 2.2em; }

.tag-cloud .tag-popularity-6 {
  font-size: 2.5em; }

.lfr-portal-tooltip {
  display: inline-flex; }
  .lfr-portal-tooltip,
  .lfr-portal-tooltip a {
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; }

.tree-node .icon-check {
  padding-right: 2px; }

.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }

.tree-node [class^='icon-'] {
  margin-right: 5px; }

.tree-node .tree-node-checkbox-container {
  margin-right: 0; }

.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }

.tree-node-content .tree-label {
  margin-left: 3px; }

.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none; }

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6b6c7e; }

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4a97f2; }

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #e87523; }

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fb625b; }

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4fa488; }

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fe4fb5; }

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #879b7a; }

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #af78ff; }

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf8c2a; }

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #5f9bc7; }

#portlet_Dynamicnav_WAR_dynamicnav {
  padding: 0; }
  #portlet_Dynamicnav_WAR_dynamicnav .portlet-content.portlet-content-editable {
    border: 0; }
  #portlet_Dynamicnav_WAR_dynamicnav #com-menu {
    background-color: #eff6fb; }

#p_p_id_Dynamicnav_WAR_dynamicnav_ .portlet-borderless-bar {
  display: none !important; }

.public-page:not(.staff):not(.student) #navigation {
  margin-left: 0;
  background-color: #002e53; }

.position-nav-menu {
  position: absolute;
  width: 50px;
  height: 20px;
  left: -999em; }

#qut-dynamic-nav,
.blank-top {
  display: none; }

/* QUT-Static Navigation */
#navigation {
  z-index: 988;
  position: relative;
  float: left;
  margin-left: 0 !important;
  padding: 0;
  background: #eff6fb;
  width: 100%; }
  #navigation.default > ul > li > a {
    display: block;
    padding: 15px; }
  #navigation #qut-nav {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
    height: 100%; }
    @media (min-width: 992px) {
      #navigation #qut-nav {
        align-items: center;
        display: flex; } }
    #navigation #qut-nav .blank-top {
      display: none; }
    #navigation #qut-nav li a.dropdown_menu,
    #navigation #qut-nav li.menu-home a {
      text-align: center;
      display: flex;
      align-items: center; }
    #navigation #qut-nav li {
      height: 100%;
      float: left;
      margin: 0;
      padding: 0;
      position: static;
      list-style: none; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        #navigation #qut-nav li {
          height: 77px; } }
      #navigation #qut-nav li::before {
        display: none; }
      #navigation #qut-nav li.selected {
        border-bottom: solid 4px #0066b9; }
        #navigation #qut-nav li.selected a {
          color: #0066b9;
          margin-bottom: -4px; }
      #navigation #qut-nav li:hover, #navigation #qut-nav li.focus, #navigation #qut-nav li:active {
        background: none repeat scroll 0 0 #bfd9ef;
        color: #065291; }
      #navigation #qut-nav li a {
        color: #124c7b;
        padding: 13px 10px;
        display: block;
        text-decoration: none;
        transition: 0.2s ease-out;
        font-size: 1em;
        font-weight: bold;
        height: 100%; }
        #navigation #qut-nav li a:hover {
          transition: 0.1s ease-out;
          text-decoration: none;
          color: #065291; }
        #navigation #qut-nav li a:focus, #navigation #qut-nav li a:active {
          background: none repeat scroll 0 0 #bfd9ef !important;
          color: #065291 !important;
          text-decoration: underline; }
      #navigation #qut-nav li .qut-child-menu {
        background-clip: padding-box;
        background-color: #eff6fb;
        border-top: 4px solid #bfd9ef;
        border-radius: 0;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        float: left;
        font-size: 14px;
        list-style: outside none none;
        margin: 0;
        position: absolute;
        z-index: 988;
        padding: 0;
        white-space: nowrap;
        min-width: 250px;
        left: 0;
        width: 100%;
        display: none;
        flex-wrap: wrap; }
        #navigation #qut-nav li .qut-child-menu li {
          float: left;
          margin: 0;
          padding: 10px 35px;
          height: auto; }
          #navigation #qut-nav li .qut-child-menu li::before {
            font-family: "Font Awesome 5 Pro";
            font-weight: bold;
            content: "\f105";
            padding-right: 12px;
            text-decoration: none;
            display: inline-block;
            position: absolute;
            color: #0066b9;
            margin: 0 -12px; }
          #navigation #qut-nav li .qut-child-menu li.selected, #navigation #qut-nav li .qut-child-menu li:hover {
            background: #fff;
            border: 0; }
          #navigation #qut-nav li .qut-child-menu li:first-child, #navigation #qut-nav li .qut-child-menu li:nth-child(2) {
            padding-top: 20px; }
          #navigation #qut-nav li .qut-child-menu li:last-child {
            padding-bottom: 20px; }
          #navigation #qut-nav li .qut-child-menu li a {
            border-bottom: medium none;
            color: #0066b9;
            line-height: 1.5em;
            text-align: left;
            white-space: normal;
            padding: 0;
            text-decoration: none; }
            #navigation #qut-nav li .qut-child-menu li a:active, #navigation #qut-nav li .qut-child-menu li a:focus, #navigation #qut-nav li .qut-child-menu li a:hover {
              background: none !important;
              text-decoration: underline; }
            #navigation #qut-nav li .qut-child-menu li a .description {
              color: #333;
              display: inline-block;
              font-size: 0.9em;
              font-weight: normal;
              margin-left: 0;
              padding-bottom: 10x;
              padding-right: 10px;
              padding-left: 0;
              text-align: left;
              text-decoration: none !important;
              white-space: normal;
              width: 100%; }

#show-nav-menu,
#hide-nav-menu {
  background: none;
  z-index: 10; }

/* Responsive using Bootstrap mixins */
@media (min-width: 768px) and (max-width: 991.98px) {
  #com-menu-parent {
    float: left;
    margin-bottom: 14px; }
  #com-menu,
  #com-menu-parent {
    padding: 0;
    width: 100%; } }

@media (max-width: 767.98px) {
  .portlet-content:not(.portlet-content-editable) #navigation {
    top: -25px; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  #navigation {
    position: absolute;
    width: 250px; } }

@media (max-width: 575.98px) {
  #navigation {
    position: relative;
    width: 100%;
    display: none; } }

@media (max-width: 991.98px) {
  #navigation {
    margin-left: 0 !important;
    bottom: 0;
    height: 100%;
    left: -250px;
    z-index: 600; }
    #navigation #qut-nav .qut-child-menu {
      margin: 0;
      border: 0;
      padding: 0 !important;
      width: 100%;
      box-shadow: none; }
      #navigation #qut-nav .qut-child-menu .description {
        display: none !important; }
      #navigation #qut-nav .qut-child-menu li {
        border-top: 0 !important;
        margin: 5px 6% 0 !important;
        width: 200px !important; }
        #navigation #qut-nav .qut-child-menu li:last-child a {
          margin-bottom: 1px; }
        #navigation #qut-nav .qut-child-menu li a {
          font-size: 12px;
          border-top: 0;
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.176) !important;
          width: 90%;
          margin: 0 auto;
          color: #fff; }
          #navigation #qut-nav .qut-child-menu li a:hover {
            background-color: rgba(0, 0, 0, 0.176) !important; }
    #navigation #qut-nav li {
      list-style-type: none;
      margin: 0;
      width: 100%;
      text-align: left;
      padding: 0 !important;
      height: auto;
      background: none repeat scroll 0 0 #eff6fb; }
      #navigation #qut-nav li.selected {
        color: #0066b9;
        border-bottom: 0; }
      #navigation #qut-nav li.qut-dropdown a .dropdown_menu {
        width: auto; }
      #navigation #qut-nav li:last-child a {
        border-bottom: 1px solid #b3d4eb; }
      #navigation #qut-nav li a {
        display: block;
        padding: 8px 20px !important;
        text-decoration: none;
        text-rendering: optimizelegibility;
        width: auto;
        border-top: 1px solid #b3d4eb; }
    #navigation #qut-nav .blank-top {
      background: #eff6fb;
      color: #0066b9;
      display: block;
      height: 80.75px;
      width: auto;
      padding: 14px 10px 10px;
      font-size: 10px;
      text-align: right; } }
    @media (max-width: 991.98px) and (max-width: 575.98px) {
      #navigation #qut-nav .blank-top {
        display: none; } }

@media (max-width: 991.98px) {
      #navigation #qut-nav .blank-top .fa-times {
        font-size: 29px;
        vertical-align: middle;
        font-weight: 500; }
  .close-left-menu .fa-bars::before {
    content: "" !important;
    font-size: 29px;
    vertical-align: middle;
    font-weight: 500; }
  #com-menu {
    height: 0; } }

@media all and (min-width: 795px) and (max-width: 1075px) {
  #qut-dynamic-nav,
  .qut-goto,
  .qut-communities {
    display: block; } }

@media (min-width: 992px) {
  #com-menu {
    padding: 0;
    float: left;
    width: 100%; }
  #header,
  #wrapper,
  footer {
    left: 0 !important; }
  .qut-child-menu > li {
    float: left !important;
    width: 50%; } }

@media (min-width: 1200px) {
  #com-menu {
    padding: 0;
    float: left;
    width: 100%; }
  #navigation {
    top: 0; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  #navigation {
    float: left;
    margin-left: 107px;
    padding: 0;
    width: auto;
    top: 0; }
  .blank-top {
    display: none; } }

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative; }
  html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px; }
  html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }

html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white; }

body.portlet {
  border-width: 0; }

.portlet-icon-back {
  margin-top: -2px; }
  .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px; }

.portlet-options-dropdown {
  z-index: 1035; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }
  .portlet-draggable .portlet-topper {
    cursor: move; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }
  .panel-page-body .portlet-title-text,
  .panel-page-content .portlet-title-text {
    cursor: auto; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-layout .portlet-header {
  margin-bottom: 1rem; }

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none; } }

@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none; } }

.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block; }

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none; }

.controls-hidden .portlet-topper-toolbar {
  display: none !important; }

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }

html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none; }
  @media (min-width: 768px) {
    html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
      display: flex;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      transition: opacity 0.25s, transform 0.25s;
      top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
      transition: none; } }

html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right; }

html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block; }

html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto; }
  html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
    color: rgba(0, 0, 0, 0.5); }
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
    text-decoration: none; }

html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600; }

html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5; } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%); } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms; } }

@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex; } }

html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block; }

.portlet {
  margin-bottom: 10px;
  position: relative; }
  @media (min-width: 768px) {
    .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
      border-color: transparent;
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }
  @media (min-width: 768px) {
    .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
      opacity: 1;
      transform: translateY(-97%); } }
  @media (min-width: 576px) {
    .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
      opacity: 0.5; } }

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px; }
  .portlet > .portlet-content-editable {
    border-color: transparent; }
  @media (max-width: 767.98px) {
    .controls-visible .portlet-content-editable {
      border-color: transparent;
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600; }

.portlet-options {
  display: inline-block; }

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.portlet-title-menu {
  flex: 0 1 auto; }
  .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }
  .portlet > .portlet-topper {
    display: none; }
    @media (min-width: 768px) {
      .portlet > .portlet-topper {
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        transition: opacity 0.25s, transform 0.25s;
        top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .portlet > .portlet-topper {
      transition: none; } }
  @media (max-width: 767.98px) {
    .controls-visible .portlet-topper {
      display: box;
      display: flex; } }

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  .portlet-topper-toolbar > a,
  .portlet-topper-toolbar > span > a,
  .portlet-topper-toolbar .lfr-icon-menu > a {
    color: rgba(0, 0, 0, 0.5); }
  .portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
    text-decoration: none; }
  .controls-visible .portlet-topper-toolbar {
    display: block; }

.lfr-panel-page .portlet-title {
  font-size: 13px; }

.portlet-borderless .portlet-content {
  padding: 1rem; }

.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word; }

.portlet-barebone .portlet-content {
  padding: 0; }

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px; }

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    height: 10px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap; }

.navbar form {
  margin: 0; }

.portlet-decorate .portlet .portlet-content {
  border: 2px solid #eff6fb; }
  .portlet-decorate .portlet .portlet-content .portlet-title-text {
    max-width: 100%;
    text-overflow: initial;
    white-space: initial;
    margin-bottom: 6px !important; }

/* Web Content Share (WebContentDisplay) portlet */
.qut-contentCol .web-content-display {
  background-color: #eff6fb;
  padding: 24px; }

.qut-contentCol .qut-smooshCol .web-content-display {
  background-color: white;
  padding: 0; }

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px; }

.product-menu .loading-animation {
  margin-top: 160px; }

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd; }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1); }
  75% {
    background-color: #ddedde;
    border-color: #7d7; }
  100% {
    background-color: #ebebeb;
    border-color: #ddd; } }

.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px; }

.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px; }

.upload-drop-active .lfr-upload-container .upload-target {
  animation: none; }

.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite; }

.select-files {
  border-radius: 5px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
    box-shadow: 0 0 5px 0 #333;
    transition-duration: 0.25s;
    transition-property: box-shadow;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
    border-radius: 50%; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out; }
  @media (prefers-reduced-motion: reduce) {
    .lfr-progress-active .progress-bar-status,
    .lfr-upload-container .file-uploading .progress-bar .progress {
      transition: none; } }

@keyframes highlight-animation {
  from {
    background-color: #ffc; }
  to {
    background-color: transparent; } }

.highlight-animation {
  animation: highlight-animation 0.7s; }

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none; }

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem; }

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
@media (min-width: 768px) {
  html {
    overflow-x: hidden; } }

@media (max-width: 767.98px) {
  #main-content .portlet-layout.row {
    margin: 0; } }

.portlet-column-content.empty {
  padding-top: 10px;
  padding-bottom: 10px; }
  .open-admin-panel .portlet-column-content.empty {
    padding-bottom: 50px;
    padding-top: 50px; }

.portlet-journal-content .portlet .portlet-header {
  top: 5px !important;
  width: auto; }
  .live-view .portlet-journal-content .portlet .portlet-header {
    top: -35px !important; }
  .controls-visible:not(.live-view) .portlet-journal-content .portlet .portlet-header > div > div > div.visible-interaction {
    visibility: visible !important; }
  .controls-hidden:not(.live-view) .portlet-journal-content .portlet .portlet-header > div > div > div.visible-interaction {
    visibility: hidden !important; }
  .portlet-journal-content .portlet .portlet-header > div > div > div.visible-interaction .controls-visible.live-view, .controls-hidden.live-view .portlet-journal-content .portlet .portlet-header > div > div > div.visible-interaction {
    visibility: hidden !important; }

.journal-content-article .kmsembed {
  margin: 0;
  padding: 10px 0; }

.modal-dialog.modal-full {
  max-width: inherit; }

#header-search {
  float: left; }

.fade.in.active {
  opacity: 1; }

.modal.fade.in {
  opacity: 1; }

/* This to fix the Bootstrap modal display */
.modal.fade:not(.in) {
  display: none; }

/* Highlights empty dropzones when dragging portlets (from Liferay Classic theme with colours changed) */
.portlet-dropzone {
  box-shadow: 0 0 0 1px transparent inset;
  transition: box-shadow 300ms ease-in-out;
  will-change: box-shadow; }
  .yui3-dd-drop-active-valid .portlet-dropzone {
    box-shadow: 0 0 0 1px rgba(0, 102, 185, 0.2) inset; }
  .yui3-dd-drop-over .portlet-dropzone {
    box-shadow: 0 0 0 4px #0066b9 inset; }

/* Make hidden elements visible in WYSIWYG editor so they can be edited without going to source view */
.html-editor .accordion-body {
  display: block !important; }

.html-editor .tab-content > .tab-pane {
  display: block;
  opacity: 1; }

/* Make the portlet topper visible to authors without the need to hover content */
.portlet > .portlet-topper {
  display: flex;
  left: 0;
  opacity: 1;
  position: relative;
  right: 0;
  margin: .5em 0;
  top: 0; }
  .controls-hidden .portlet > .portlet-topper {
    display: none; }

.portlet#portlet_Dynamicnav_WAR_dynamicnav > .portlet-topper, .portlet#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet > .portlet-topper {
  display: none; }

@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    transform: none; } }

/*
** For portlets using Bootstrap 3 caret class (eg. for dropdown arrow).
** By default Bootstrap 4 uses an ::after pseudo class to display the caret but
** Liferay 7.4 has disabled the use of the pseudo class in it's version of Bootstrap 4.
*/
.caret {
  border-top: .3em dashed;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
  border-top: .3em solid \9;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent; }

/* Override clay default font-weight of 900 */
.portlet b, .portlet strong {
  font-weight: 700; }

@media print {
  #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ {
    display: none; } }

#main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ nav {
  background-color: #f5f5f5; }

#main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-content {
  padding: 0;
  border: 0; }

#main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-header {
  margin-bottom: 0; }

#main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-header h2.portlet-title-text, #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ h2.nav-section-header {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 0;
  padding: 10px 0 10px 20px; }

#main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu {
  font-size: 17px;
  line-height: 24px;
  overflow: hidden;
  width: auto;
  /* Responsive styles */ }
  #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul {
    /* Base nav list styles */
    margin-bottom: 0;
    padding: 0;
    /* Level specific styles */ }
    #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li {
      font-weight: normal;
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: relative;
      /* Hack for browsers that don't support :has(), eg. Firefox versions prior to v121 */
      /* TODO: remove this hack once usage of those browsers drops */
      /* End hack */ }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li:not(.selected) li {
        display: none; }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li:has(.selected) {
        font-weight: bold; }
        #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li:has(.selected) > ul > li {
          display: block; }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li::before {
        display: none; }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li a {
        color: #0066b9;
        display: block;
        text-decoration: none; }
        #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li a::after {
          display: none; }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li a.current {
        background-color: rgba(191, 217, 239, 0.5); }
        #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li a.current:only-child:before {
          color: rgba(191, 217, 239, 0); }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li a:before {
        display: inline-block;
        text-decoration: none !important;
        color: #70b4eb;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        padding: 0 15px 0 0; }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li a:hover {
        text-decoration: underline; }
        #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li a:hover:before {
          height: 19px;
          overflow-y: clip; }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li:not(.selected) > a:before {
        content: "";
        margin-right: 5px;
        width: 4px; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li:not(.selected) > a:before {
            margin-right: 2px;
            width: 1px; } }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li:has(.selected) > a {
        font-weight: bold; }
        #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li:has(.selected) > a:before {
          content: "";
          margin-right: 5px;
          width: 4px; }
          @media (min-width: 992px) and (max-width: 1199.98px) {
            #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li:has(.selected) > a:before {
              margin-right: 2px;
              width: 1px; } }
      @supports not (selector(:has(*))) {
        #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li.selected > a {
          font-weight: bold; }
          #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li.selected > a:before {
            content: "";
            margin-right: 5px;
            width: 4px; }
            @media (min-width: 992px) and (max-width: 1199.98px) {
              #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li.selected > a:before {
                margin-right: 2px;
                width: 1px; } } }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li a:only-child:before {
        content: "";
        visibility: hidden;
        margin-right: 5px;
        width: 4px; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul li a:only-child:before {
            margin-right: 2px;
            width: 1px; } }
    #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul a.lfr-nav-item {
      display: flex; }
    #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul.level-1 {
      /* Hack for browsers that don't support :has(), eg. Firefox versions prior to v121 */
      /* TODO: remove this hack once usage of those browsers drops */
      /* End hack */ }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul.level-1 a {
        padding: 8px 10px 8px 20px; }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul.level-1 > li > a.selected {
        font-weight: bold; }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul.level-1 > li.lfr-nav-item:has(.selected) {
        border-left: solid 4px #bfd9ef; }
        #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul.level-1 > li.lfr-nav-item:has(.selected) a::before {
          margin-left: -4px; }
      @supports not (selector(:has(*))) {
        #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul.level-1 > li.lfr-nav-item.selected {
          border-left: solid 4px #bfd9ef; }
          #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul.level-1 > li.lfr-nav-item.selected a::before {
            margin-left: -4px; } }
    #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul.level-2 {
      margin-left: -4px; }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul.level-2 a {
        padding-left: 43px; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul.level-2 a {
            padding-left: 40px; } }
    #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul.level-3 {
      margin-left: -8px; }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul.level-3 a {
        padding-left: 71px; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul.level-3 a {
            padding-left: 68px; } }
    #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul.level-4 {
      margin-left: -8px; }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul.level-4 a {
        padding-left: 97px; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul.level-4 a {
            padding-left: 94px; } }
    #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul.level-5 {
      margin-left: -8px; }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul.level-5 a {
        padding-left: 125px; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul.level-5 a {
            padding-left: 122px; } }
    #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul.level-6 {
      margin-left: -8px; }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul.level-6 a {
        padding-left: 153px; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul.level-6 a {
            padding-left: 150px; } }
    #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul.level-7 {
      margin-left: -8px; }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul.level-7 a {
        padding-left: 181px; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul.level-7 a {
            padding-left: 178px; } }
    #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul {
      margin-left: -8px; }
      #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul a {
        padding-left: 209px; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu ul ul a {
            padding-left: 206px; } }
  #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu .toggle-navMenu a {
    background-color: #fff;
    color: #0066b9;
    display: block;
    outline: none;
    padding: 10px 10px 10px 20px;
    margin: 10px;
    text-decoration: none; }
    #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu .toggle-navMenu a.show-nav-link:before, #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu .toggle-navMenu a.hide-nav-link:before {
      float: right;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      padding-left: 12px; }
    #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu .toggle-navMenu a.show-nav-link:before {
      content: ""; }
    #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu .toggle-navMenu a.hide-nav-link:before {
      content: ""; }
  #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu .layouts.show-nav {
    display: block; }
  @media (max-width: 1199.98px) {
    #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu .layouts {
      display: none; }
    #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu .toggle-navMenu {
      display: block; } }
  @media (min-width: 992px) {
    #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu .layouts {
      display: block; }
    #main-content .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_ .portlet-body .list-menu .toggle-navMenu {
      display: none; } }

#envHeader, #impersonateHeader {
  background: #efcb43;
  color: #1c1c1c;
  position: sticky;
  width: 100%;
  text-align: center; }
  #envHeader p, #impersonateHeader p {
    margin: 0;
    padding: 8px 0; }

/* Logo overrides for logged in users */
/*=============== Logo ==================*/
.top-icon {
  width: 350px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .top-icon {
      width: 106px; } }

#banner .logo a,
.Visitor #banner .logo a {
  background: transparent url("../images/custom/template/logo-strapline-two-deck-right.svg") no-repeat 0 0;
  background-size: contain; }
  @media (max-width: 767.98px) {
    #banner .logo a,
    .Visitor #banner .logo a {
      background: transparent url("../images/custom/template/logo-white.svg") no-repeat 0 0;
      background-size: auto 55px !important;
      left: 55px; } }

@media (min-width: 1200px) {
  #banner .logo {
    width: 300px; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  #banner .logo {
    width: auto;
    min-width: 230px; } }

#banner .logo a {
  position: absolute;
  text-indent: -9999em; }

#banner .logo:hover {
  text-decoration: none; }

@media (min-width: 576px) and (max-width: 991.98px) {
  #banner .logo {
    padding-left: 50px; } }

#banner .logo .png {
  height: 52px;
  margin-top: 10px; }

@media print and (min-width: 576px) and (max-width: 991.98px) {
  .student #banner .logo,
  .corporateTheme #banner .logo {
    padding-left: 0; } }

.site-title {
  color: #fff;
  font-weight: 800; }
  @media (max-width: 767.98px) {
    .site-title {
      font-size: 16px;
      padding: 27px 0 0 10px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .site-title {
      padding: 25px 0 0 20px;
      font-size: 20px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .site-title {
      font-size: 22px;
      font-weight: 800;
      padding: 25px 0 0 20px; } }
  @media (min-width: 1200px) {
    .site-title {
      font-size: 22px;
      font-weight: 800;
      padding: 25px 0 0 20px; } }

@media (max-width: 460px) {
  .site-title {
    width: 40px;
    padding: 18px 0 0 10px; } }

@media (max-width: 333px) {
  .site-title {
    display: none; } }

.text-white {
  color: #fff; }

.padding-left-15px {
  padding-left: 15px; }

.padding-right-15px {
  padding-right: 15px; }

.padding-top-20px {
  padding-top: 20px; }

.padding-bottom-20px {
  padding-bottom: 20px; }

.font-weight-800 {
  font-weight: 800; }

.control-menu-container {
  display: none; }

.top-icon {
  float: right; }

.user-information {
  background-color: #012a4c; }

.user-profile-image {
  border-radius: 50%; }

#header-search .input-group {
  flex-wrap: nowrap;
  justify-content: center; }
  @media (max-width: 575.98px) {
    #header-search .input-group {
      margin-left: -10px; } }
  #header-search .input-group .twitter-typeahead {
    padding-left: 0; }

#wrapper {
  padding-left: 0;
  padding-right: 0;
  position: relative; }

.searchClear {
  margin-left: -16px;
  z-index: 1000; }

#header {
  background-color: #012a4c; }
  #header #com-menu-parent {
    background-color: #fff; }
  .student #header {
    border-top: 5.75px solid #f36f21; }
  .staff #header {
    border-top: 5.75px solid #067dde; }

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  _position: absolute !important; }

@media (max-width: 1438px) and (min-width: 767.98px) {
  #main-content,
  .contain-width {
    padding: 0 14px; } }

#main-content,
.contain-width,
.top-breadcrumb-wrap,
.content {
  max-width: 1410px;
  margin: 0 auto !important;
  box-sizing: border-box;
  width: auto; }

#header-search {
  float: left; }
  @media (min-width: 768px) {
    #header-search {
      display: block !important; } }

/* @group Search */
#header-search {
  margin-top: 18px;
  margin-left: 20px;
  position: relative;
  box-sizing: border-box; }
  #header-search form #searchQuery {
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
    color: #999;
    font-size: 17px;
    height: 40px;
    line-height: 1em;
    margin: 0;
    padding: 6px 12px;
    z-index: 10; }
    #header-search form #searchQuery:focus {
      color: #333; }
    #header-search form #searchQuery::-ms-clear {
      display: none; }
    #header-search form #searchQuery::-webkit-input-placeholder, #header-search form #searchQuery:-moz-placeholder, #header-search form #searchQuery:-ms-input-placeholder, #header-search form #searchQuery::-ms-clear {
      color: #888 !important; }
  #header-search form .search-submit.disabled, #header-search form .search-submit[disabled] {
    opacity: 1 !important; }
  #header-search form .search-submit.disabled span,
  #header-search form .search-submit[disabled] span,
  #header-search form .search-submit:disabled .fa-search {
    color: #888; }
  @media (max-width: 767.98px) {
    #header-search {
      display: none;
      position: static !important;
      background-color: #eff6fb;
      margin: 0;
      padding: 20px 10px;
      width: 100%;
      width: calc(100% - 28px); } }
  @media (max-width: 767.98px) and (max-width: 575.98px) {
    #header-search {
      padding: 0 0 20px 20px; } }
  @media (max-width: 767.98px) {
      #header-search form {
        width: 100%; } }

@media (max-width: 575.98px) {
  #mobile-bar {
    height: 50px;
    width: 100%;
    position: relative;
    background-color: #eff6fb;
    margin: 0; } }

@media (min-width: 576px) {
  #mobile-bar {
    display: none; } }

#mobile-bar .fa-times {
  font-weight: 500;
  font-size: 29px; }

@media (max-width: 767.98px) {
  #header-search {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  #header-search {
    background: none !important;
    width: calc(100% - 500px); } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .staff #header-search {
    width: calc(100% - 610px); }
  .student #header-search {
    width: calc(100% - 700px);
    margin-left: 0; } }

@media (min-width: 1200px) {
  .staff #header-search {
    width: calc(100% - 660px); }
  .student #header-search {
    width: calc(100% - 760px); } }

.search-submit {
  margin-left: -5px; }

.clearer.fa.fa-times.form-control-feedback {
  color: #666;
  cursor: pointer;
  display: none;
  font-size: 1.2em;
  height: 40px;
  line-height: 40px;
  right: 50px;
  top: 0; }

#header-search form .search-submit {
  background-color: #fff;
  border-color: #fff;
  height: 40px; }
  #header-search form .search-submit .fa-search {
    color: #012a4c;
    font-size: 1.3em; }

/* on Click highlight background */
.msearch-highlight a,
.mlaunchpad-highlight a {
  background: #012a4c; }

/* @end */
/*---------- Messages ----------*/
#messages-wrapper-large {
  display: inline-block;
  padding-right: 7px; }
  #messages-wrapper-large a {
    margin-left: 18px;
    position: relative;
    white-space: nowrap; }

#messages-wrapper-medium a,
#messages-wrapper-small a {
  margin-left: 18px;
  position: relative;
  white-space: nowrap; }

#messages-wrapper-large a:hover,
#messages-wrapper-medium a:hover,
#messages-wrapper-small a:hover {
  background: #012a4c none repeat scroll 0 0; }

#messages-wrapper-medium a {
  margin-top: 2px; }

#messages-wrapper-small a {
  margin: 15px 2px;
  padding-right: 6px;
  padding-left: 6px; }

#messages-wrapper-large .messages-counter,
#messages-wrapper-medium .messages-counter {
  background-color: #b90015;
  border-radius: 10px;
  font-size: 12px;
  padding: 1px 6px;
  position: absolute;
  text-shadow: none;
  top: 2px;
  right: 12px;
  vertical-align: middle; }

#messages-wrapper-small .messages-counter {
  background-color: #b90015;
  border-radius: 10px;
  font-size: 11px;
  padding: 1px 6px;
  position: absolute;
  text-shadow: none;
  top: -6px;
  right: 10px;
  vertical-align: middle; }

/* top icon */
/* top icon end */
#qut-dynamic-nav {
  display: none; }
  @media (max-width: 991.98px) {
    #qut-dynamic-nav {
      display: block; } }

@media (min-width: 576px) {
  #banner {
    height: 75px; } }

#banner .logo {
  display: flex;
  position: relative;
  background: transparent;
  height: 75px;
  float: left;
  line-height: 1; }
  @media (max-width: 575.98px) {
    #banner .logo {
      left: 10px; } }
  #banner .logo .logo-date {
    color: #fff;
    display: block;
    position: absolute; }
  #banner .logo a {
    height: 52px !important;
    left: 0;
    top: 9px;
    width: 347px;
    transition: all 0.3s ease-out; }
    @media (min-width: 576px) and (max-width: 991.98px) {
      #banner .logo a {
        left: 50px; } }

.position-nav-menu {
  position: absolute;
  width: 50px;
  height: 20px;
  left: -999em; }

.mpage-title {
  display: none;
  text-align: center;
  color: #fff;
  background-color: #333;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 0;
  text-rendering: optimizelegibility;
  margin-bottom: 14px !important; }

.mtabs .msearch-toggle {
  display: none; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mtabs .msearch-toggle {
      display: inline-block; } }
  .mtabs .msearch-toggle button {
    padding-top: 0; }

.msearch-toggle button {
  background: none;
  border: none;
  height: 100%;
  color: #0066b9;
  padding-left: 15px;
  display: flex;
  padding-top: 10px; }

.msearch-toggle .search-icon-label {
  font-size: 10px;
  margin-top: 8px;
  margin-left: 8px;
  display: inline-flex; }

@media (max-width: 767.98px) {
  .msearch-toggle .search-icon {
    font-size: 27px; } }

@media (max-width: 575.98px) {
  .hamburger-menu-label {
    display: inline-flex;
    font-size: 10px;
    margin-top: 8px;
    margin-right: 8px; } }

@media (min-width: 576px) {
  .hamburger-menu-label {
    display: none; } }

#show-nav-menu,
#hide-nav-menu {
  background: none;
  color: #fff;
  float: left;
  vertical-align: middle;
  position: absolute;
  font-size: 25px; }
  @media (max-width: 767.98px) {
    #show-nav-menu,
    #hide-nav-menu {
      padding: 22px 14px; } }
  @media (max-width: 767.98px) and (max-width: 575.98px) {
    #show-nav-menu,
    #hide-nav-menu {
      top: 94.25px;
      color: #0066b9;
      right: 17px;
      display: flex;
      text-decoration: none;
      z-index: 500;
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #show-nav-menu,
    #hide-nav-menu {
      padding: 22px 10px; } }

.top-icon {
  padding-top: 5px;
  background-color: transparent !important;
  height: 75px;
  margin: 0;
  position: inherit;
  width: auto !important;
  box-sizing: border-box;
  transition: opacity 0.2s ease-out;
  display: flex; }
  .top-icon span.fa {
    padding-top: 7px; }
  .student .top-icon {
    padding-top: 3px; }
  .staff .top-icon {
    padding-top: 8px; }
  @media (max-width: 991.98px) {
    .top-icon {
      display: none; } }
  @media (min-width: 992px) {
    .top-icon {
      display: flex;
      margin: 0; } }
  .top-icon .fa {
    font-size: 24px !important; }
  .top-icon .icon-title {
    font-size: 14px;
    padding-top: 1px; }
  .top-icon:hover {
    opacity: 1;
    transition: opacity 0.15s ease-out; }
  .top-icon a,
  .top-icon button {
    color: #fff;
    float: left;
    padding: 5px 5px;
    position: relative; }
  .top-icon button {
    border: 0;
    background: none; }
  .top-icon a .messages-counter,
  .top-icon a:hover .messages-counter {
    color: #fff !important; }

.student #messages-wrapper-large, .student
#calendar-wrapper-large, .student
#community-wrapper-large, .student
#launchpad-wrapper {
  padding-top: 4px;
  padding-left: 7px; }

.staff #messages-wrapper-large, .staff
#calendar-wrapper-large, .staff
#community-wrapper-large, .staff
#launchpad-wrapper {
  margin-top: -1px; }

.calendar-icon,
.messages-icon,
.launchpad-icon,
.community-icon,
.user-profile {
  text-align: center; }
  .calendar-icon .icon-title,
  .messages-icon .icon-title,
  .launchpad-icon .icon-title,
  .community-icon .icon-title,
  .user-profile .icon-title {
    padding-top: 0; }
    @media (max-width: 991.98px) {
      .calendar-icon .icon-title,
      .messages-icon .icon-title,
      .launchpad-icon .icon-title,
      .community-icon .icon-title,
      .user-profile .icon-title {
        display: none; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .launchpad-icon {
    font-size: 32px !important; } }

/* @group Launchpad */
#launchpad-wrapper {
  position: relative !important;
  display: inline-block; }

.launchpad {
  margin-right: 5px; }
  .launchpad a {
    margin: 3px 0;
    padding: 8px 9px 9px !important; }

#launchpad-links {
  display: none;
  position: absolute;
  top: 47px;
  z-index: 989;
  right: -20px; }
  @media (max-width: 1199.98px) {
    #launchpad-links {
      right: 40px;
      top: 53px; } }
  #launchpad-links img {
    max-width: none; }

#launchpad-toggle {
  position: relative;
  white-space: nowrap; }
  #launchpad-toggle:hover {
    background: #012a4c none repeat scroll 0 0;
    cursor: pointer; }

#mlaunchpad-toggle:hover {
  background: #012a4c none repeat scroll 0 0;
  cursor: pointer; }

#launchpad-toggle.launchpad-highlight,
#mlaunchpad-toggle.launchpad-highlight {
  background-color: #012a4c; }

.launchpad-highlight > a {
  background: #012a4c; }

/* @group Mobile tabs */
ul.mtabs {
  margin: 0;
  padding-top: 5px;
  text-align: right; }
  ul.mtabs li {
    display: inline-block;
    list-style: none outside none;
    text-align: center;
    overflow: hidden;
    height: 56px; }
  ul.mtabs a,
  ul.mtabs button {
    color: #fff;
    display: block;
    height: auto;
    text-decoration: none;
    background: none;
    border: 0;
    width: 100%;
    height: 100%; }
  ul.mtabs button {
    height: 100%;
    padding-right: 6px;
    padding-left: 6px; }
  ul.mtabs .icon-title {
    display: none; }

#mdock-toggle {
  margin-right: 2px;
  width: auto; }

.mhide {
  display: none; }

.user-profile .dropdown {
  height: 47px; }

.mtabswrapper {
  padding-top: 4px; }
  @media (max-width: 767.98px) {
    .mtabswrapper {
      display: block;
      position: absolute;
      right: 5px;
      float: right;
      z-index: 500;
      top: 6px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .mtabswrapper {
      display: block;
      right: 0; } }
  @media (min-width: 992px) {
    .mtabswrapper {
      display: none; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .topMenu,
  .top-icon,
  .top-breadcrumb-wrap,
  #top-breadcrumb,
  .user-information span,
  #menus {
    display: none; } }

@media (max-width: 991.98px) {
  .profile-menu-icon,
  .launchpad-icon,
  .messages-icon,
  .community-icon,
  .calendar-icon {
    font-size: 25px !important; } }

.user-profile {
  width: 100%;
  float: none;
  font-size: 14px;
  background-color: #012a4c;
  border: 0; }
  .user-profile ul {
    margin: 0; }
  @media (max-width: 991.98px) {
    .user-profile {
      margin-right: 0;
      padding: 9px 2px; } }

.dropdown ul li.divider {
  background-color: #fff;
  height: 1px;
  margin: 9px 0;
  overflow: hidden; }

.topMenu {
  display: flex;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  max-width: 700px;
  position: relative; }
  .staff .topMenu {
    margin-top: -1px; }
    @media (max-width: 991.98px) {
      .staff .topMenu {
        padding-top: 3px; } }
  .student .topMenu {
    margin-top: 4px; }

.qut-dropdown .down-arrow {
  margin: 0;
  position: absolute;
  right: 14px;
  top: 19px; }

.user-information {
  width: 100%;
  transition: all 0.2s ease-in-out 0s;
  box-sizing: border-box;
  font-size: 14px; }
  .user-information ul {
    transition: opacity 0.2s ease-in-out 0s; }
  .user-information span {
    float: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle; }
  .user-information ul.qut-child-menu {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out 0s;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.176);
    z-index: 1000;
    position: absolute;
    background-color: #eff6fb;
    padding-left: 0; }
    #mdock-toggle .user-information ul.qut-child-menu {
      width: 200px;
      right: 0;
      top: 70px; }
    .topMenu .user-information ul.qut-child-menu {
      margin: 3px 0 0 -98px;
      width: 150px; }
    .user-information ul.qut-child-menu a {
      color: #0066b9;
      border: 0;
      padding: 10px 19px;
      float: left; }
      .user-information ul.qut-child-menu a:focus, .user-information ul.qut-child-menu a:hover {
        text-decoration: underline;
        border: 0 !important;
        color: #0066b9 !important; }
    .user-information ul.qut-child-menu li {
      list-style: none;
      height: auto;
      display: block;
      text-align: left; }
      @media (min-width: 992px) {
        .user-information ul.qut-child-menu li {
          width: 150px; } }
      @media (max-width: 991.98px) {
        .user-information ul.qut-child-menu li {
          width: 200px; } }
      .user-information ul.qut-child-menu li:focus, .user-information ul.qut-child-menu li:hover {
        background-color: #fff; }

.user-profile.open .qut-child-menu {
  opacity: 1;
  pointer-events: auto; }
  .user-profile.open .qut-child-menu .divider {
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
    margin: 5px 0; }

.topMenu .user-profile-image,
.topMenu .profilePhotoBox,
#mdock-toggle .user-profile-image,
#mdock-toggle .profilePhotoBox {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  background-color: #067dde; }

.topMenu .user-profile-image,
#mdock-toggle .user-profile-image {
  overflow: hidden; }

.topMenu:hover .user-profile-image,
#mdock-toggle:hover .user-profile-image {
  opacity: 0.7; }

.top-icon .user-profile:hover, .top-icon .user-profile:active, .top-icon .user-profile:focus,
#launchpad-toggle:hover,
#launchpad-toggle:active,
#launchpad-toggle:focus,
#messages-wrapper-large .messages-toggle:hover,
#messages-wrapper-large .messages-toggle:active,
#messages-wrapper-large .messages-toggle:focus,
.community-toggle:hover,
.community-toggle:active,
.community-toggle:focus,
.calendar-toggle:hover,
.calendar-toggle:active,
.calendar-toggle:focus,
#mmessages-toggle:hover,
#mmessages-toggle:active,
#mmessages-toggle:focus,
#mcommunity-toggle:hover,
#mcommunity-toggle:active,
#mcommunity-toggle:focus,
#mcalendar-toggle:hover,
#mcalendar-toggle:active,
#mcalendar-toggle:focus,
#mlaunchpad-toggle:hover,
#mlaunchpad-toggle:active,
#mlaunchpad-toggle:focus,
#mdock-toggle:hover,
#mdock-toggle:active,
#mdock-toggle:focus {
  outline: 2px dashed #eff6fb;
  text-decoration: underline; }
  .top-icon .user-profile:hover .calendar-icon,
  .top-icon .user-profile:hover .messages-icon,
  .top-icon .user-profile:hover .community-icon,
  .top-icon .user-profile:hover .launchpad-icon, .top-icon .user-profile:active .calendar-icon,
  .top-icon .user-profile:active .messages-icon,
  .top-icon .user-profile:active .community-icon,
  .top-icon .user-profile:active .launchpad-icon, .top-icon .user-profile:focus .calendar-icon,
  .top-icon .user-profile:focus .messages-icon,
  .top-icon .user-profile:focus .community-icon,
  .top-icon .user-profile:focus .launchpad-icon,
  #launchpad-toggle:hover .calendar-icon,
  #launchpad-toggle:hover .messages-icon,
  #launchpad-toggle:hover .community-icon,
  #launchpad-toggle:hover .launchpad-icon,
  #launchpad-toggle:active .calendar-icon,
  #launchpad-toggle:active .messages-icon,
  #launchpad-toggle:active .community-icon,
  #launchpad-toggle:active .launchpad-icon,
  #launchpad-toggle:focus .calendar-icon,
  #launchpad-toggle:focus .messages-icon,
  #launchpad-toggle:focus .community-icon,
  #launchpad-toggle:focus .launchpad-icon,
  #messages-wrapper-large .messages-toggle:hover .calendar-icon,
  #messages-wrapper-large .messages-toggle:hover .messages-icon,
  #messages-wrapper-large .messages-toggle:hover .community-icon,
  #messages-wrapper-large .messages-toggle:hover .launchpad-icon,
  #messages-wrapper-large .messages-toggle:active .calendar-icon,
  #messages-wrapper-large .messages-toggle:active .messages-icon,
  #messages-wrapper-large .messages-toggle:active .community-icon,
  #messages-wrapper-large .messages-toggle:active .launchpad-icon,
  #messages-wrapper-large .messages-toggle:focus .calendar-icon,
  #messages-wrapper-large .messages-toggle:focus .messages-icon,
  #messages-wrapper-large .messages-toggle:focus .community-icon,
  #messages-wrapper-large .messages-toggle:focus .launchpad-icon,
  .community-toggle:hover .calendar-icon,
  .community-toggle:hover .messages-icon,
  .community-toggle:hover .community-icon,
  .community-toggle:hover .launchpad-icon,
  .community-toggle:active .calendar-icon,
  .community-toggle:active .messages-icon,
  .community-toggle:active .community-icon,
  .community-toggle:active .launchpad-icon,
  .community-toggle:focus .calendar-icon,
  .community-toggle:focus .messages-icon,
  .community-toggle:focus .community-icon,
  .community-toggle:focus .launchpad-icon,
  .calendar-toggle:hover .calendar-icon,
  .calendar-toggle:hover .messages-icon,
  .calendar-toggle:hover .community-icon,
  .calendar-toggle:hover .launchpad-icon,
  .calendar-toggle:active .calendar-icon,
  .calendar-toggle:active .messages-icon,
  .calendar-toggle:active .community-icon,
  .calendar-toggle:active .launchpad-icon,
  .calendar-toggle:focus .calendar-icon,
  .calendar-toggle:focus .messages-icon,
  .calendar-toggle:focus .community-icon,
  .calendar-toggle:focus .launchpad-icon,
  #mmessages-toggle:hover .calendar-icon,
  #mmessages-toggle:hover .messages-icon,
  #mmessages-toggle:hover .community-icon,
  #mmessages-toggle:hover .launchpad-icon,
  #mmessages-toggle:active .calendar-icon,
  #mmessages-toggle:active .messages-icon,
  #mmessages-toggle:active .community-icon,
  #mmessages-toggle:active .launchpad-icon,
  #mmessages-toggle:focus .calendar-icon,
  #mmessages-toggle:focus .messages-icon,
  #mmessages-toggle:focus .community-icon,
  #mmessages-toggle:focus .launchpad-icon,
  #mcommunity-toggle:hover .calendar-icon,
  #mcommunity-toggle:hover .messages-icon,
  #mcommunity-toggle:hover .community-icon,
  #mcommunity-toggle:hover .launchpad-icon,
  #mcommunity-toggle:active .calendar-icon,
  #mcommunity-toggle:active .messages-icon,
  #mcommunity-toggle:active .community-icon,
  #mcommunity-toggle:active .launchpad-icon,
  #mcommunity-toggle:focus .calendar-icon,
  #mcommunity-toggle:focus .messages-icon,
  #mcommunity-toggle:focus .community-icon,
  #mcommunity-toggle:focus .launchpad-icon,
  #mcalendar-toggle:hover .calendar-icon,
  #mcalendar-toggle:hover .messages-icon,
  #mcalendar-toggle:hover .community-icon,
  #mcalendar-toggle:hover .launchpad-icon,
  #mcalendar-toggle:active .calendar-icon,
  #mcalendar-toggle:active .messages-icon,
  #mcalendar-toggle:active .community-icon,
  #mcalendar-toggle:active .launchpad-icon,
  #mcalendar-toggle:focus .calendar-icon,
  #mcalendar-toggle:focus .messages-icon,
  #mcalendar-toggle:focus .community-icon,
  #mcalendar-toggle:focus .launchpad-icon,
  #mlaunchpad-toggle:hover .calendar-icon,
  #mlaunchpad-toggle:hover .messages-icon,
  #mlaunchpad-toggle:hover .community-icon,
  #mlaunchpad-toggle:hover .launchpad-icon,
  #mlaunchpad-toggle:active .calendar-icon,
  #mlaunchpad-toggle:active .messages-icon,
  #mlaunchpad-toggle:active .community-icon,
  #mlaunchpad-toggle:active .launchpad-icon,
  #mlaunchpad-toggle:focus .calendar-icon,
  #mlaunchpad-toggle:focus .messages-icon,
  #mlaunchpad-toggle:focus .community-icon,
  #mlaunchpad-toggle:focus .launchpad-icon,
  #mdock-toggle:hover .calendar-icon,
  #mdock-toggle:hover .messages-icon,
  #mdock-toggle:hover .community-icon,
  #mdock-toggle:hover .launchpad-icon,
  #mdock-toggle:active .calendar-icon,
  #mdock-toggle:active .messages-icon,
  #mdock-toggle:active .community-icon,
  #mdock-toggle:active .launchpad-icon,
  #mdock-toggle:focus .calendar-icon,
  #mdock-toggle:focus .messages-icon,
  #mdock-toggle:focus .community-icon,
  #mdock-toggle:focus .launchpad-icon {
    color: #067dde; }

@media (min-width: 576px) {
  .msearch-toggle:hover, .msearch-toggle:active, .msearch-toggle:focus {
    outline: 2px dashed #eff6fb;
    text-decoration: underline; }
    .msearch-toggle:hover .search-icon, .msearch-toggle:active .search-icon, .msearch-toggle:focus .search-icon {
      color: #067dde; } }

.corporateTheme #header {
  background-color: #001e36; }
  @media (max-width: 575.98px) {
    .corporateTheme #header #com-menu-parent {
      padding-top: 50px;
      background-color: #eff6fb; } }
  .corporateTheme #header #banner {
    height: 75px; }
    @media (max-width: 575.98px) {
      .corporateTheme #header #banner .logo .qut-logo {
        display: block; }
      .corporateTheme #header #banner .logo .logo-stapline {
        display: none; } }
    @media (min-width: 576px) {
      .corporateTheme #header #banner .logo .qut-logo {
        display: none; }
      .corporateTheme #header #banner .logo .logo-stapline {
        display: block; } }
  .corporateTheme #header #com-menu {
    background-color: #002e53; }
    .corporateTheme #header #com-menu #qut-nav .blank-top {
      height: 75px; }
    .corporateTheme #header #com-menu #qut-nav li {
      height: auto; }
      .corporateTheme #header #com-menu #qut-nav li:active, .corporateTheme #header #com-menu #qut-nav li:hover, .corporateTheme #header #com-menu #qut-nav li:focus {
        background-color: #fff; }
      @media (min-width: 992px) {
        .corporateTheme #header #com-menu #qut-nav li a {
          color: #fff; } }
      .corporateTheme #header #com-menu #qut-nav li a:active, .corporateTheme #header #com-menu #qut-nav li a:hover, .corporateTheme #header #com-menu #qut-nav li a:focus {
        text-decoration: none;
        color: #00467f !important;
        background-color: #fff !important; }
      .corporateTheme #header #com-menu #qut-nav li a::after {
        content: none; }

.corporateTheme .header__links__linklist {
  display: flex;
  align-items: center;
  list-style: none; }
  @media (max-width: 991.98px) {
    .corporateTheme .header__links__linklist {
      margin-top: 0; } }
  @media (min-width: 992px) {
    .corporateTheme .header__links__linklist {
      margin-top: 10px; } }
  .corporateTheme .header__links__linklist a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    position: relative;
    padding: 0 25px;
    height: 22px; }
    @media (min-width: 768px) {
      .corporateTheme .header__links__linklist a.header__links__login {
        border-right: 2px solid white; }
        .corporateTheme .header__links__linklist a.header__links__login::before {
          content: " ";
          background: url("../images/custom/icons/lock-white.svg") no-repeat bottom left;
          height: 18px;
          width: 18px;
          position: absolute;
          left: 0;
          top: 2px; } }
    @media (max-width: 767.98px) {
      .corporateTheme .header__links__linklist a.header__links__login {
        border-right: 1px dotted white;
        height: 35px;
        line-height: 35px;
        padding-right: 15px;
        font-size: 17px; } }
    @media (max-width: 767.98px) {
      .corporateTheme .header__links__linklist a.header__links__contact {
        margin-left: 15px;
        padding-left: 20px;
        padding-right: 15px;
        height: 35px; }
        .corporateTheme .header__links__linklist a.header__links__contact::before {
          content: " ";
          background: url("../images/custom/icons/call-white.svg") no-repeat center;
          height: 35px;
          width: 22px;
          position: absolute;
          left: 0; } }

.corporateTheme .top-icon {
  width: auto;
  display: flex; }
  @media (min-width: 992px) {
    .corporateTheme .top-icon {
      padding-top: 5px; } }
  @media (max-width: 991.98px) {
    .corporateTheme .top-icon {
      padding-top: 15px; } }

@media (max-width: 575.98px) {
  .corporateTheme #show-nav-menu,
  .corporateTheme #hide-nav-menu {
    top: 88px; } }

#main-content .accordion,
#main-content .uberaccordion {
  border: 0;
  margin: 0 0 24px; }

#main-content .accordion-toggle-all {
  line-height: 10px;
  margin-bottom: 11px;
  text-align: right; }
  #main-content .accordion-toggle-all > a {
    font-size: 10px;
    font-weight: bold;
    text-decoration: none; }
    #main-content .accordion-toggle-all > a:hover {
      text-decoration: underline; }

#main-content .accordion-group,
#main-content .uberaccordion-group {
  background-color: #fff;
  border: 1px solid #bfd9ef;
  border-radius: 0; }

#main-content .accordion-group + .accordion-group,
#main-content .uberaccordion-group + .uberaccordion-group {
  border-width: 0 1px 1px; }

#main-content .accordion-heading,
#main-content .uberaccordion-heading {
  background-color: #fff;
  border-radius: 0;
  border-bottom: 0; }
  #main-content .accordion-heading h1,
  #main-content .accordion-heading h2,
  #main-content .accordion-heading h3,
  #main-content .accordion-heading h4,
  #main-content .accordion-heading h5,
  #main-content .accordion-heading h6,
  #main-content .uberaccordion-heading h1,
  #main-content .uberaccordion-heading h2,
  #main-content .uberaccordion-heading h3,
  #main-content .uberaccordion-heading h4,
  #main-content .uberaccordion-heading h5,
  #main-content .uberaccordion-heading h6 {
    color: #124c7b;
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 0;
    margin-top: 0; }
    #main-content .accordion-heading h1 a,
    #main-content .accordion-heading h2 a,
    #main-content .accordion-heading h3 a,
    #main-content .accordion-heading h4 a,
    #main-content .accordion-heading h5 a,
    #main-content .accordion-heading h6 a,
    #main-content .uberaccordion-heading h1 a,
    #main-content .uberaccordion-heading h2 a,
    #main-content .uberaccordion-heading h3 a,
    #main-content .uberaccordion-heading h4 a,
    #main-content .uberaccordion-heading h5 a,
    #main-content .uberaccordion-heading h6 a {
      color: #0066b9;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none; }
      #main-content .accordion-heading h1 a.collapsed,
      #main-content .accordion-heading h2 a.collapsed,
      #main-content .accordion-heading h3 a.collapsed,
      #main-content .accordion-heading h4 a.collapsed,
      #main-content .accordion-heading h5 a.collapsed,
      #main-content .accordion-heading h6 a.collapsed,
      #main-content .uberaccordion-heading h1 a.collapsed,
      #main-content .uberaccordion-heading h2 a.collapsed,
      #main-content .uberaccordion-heading h3 a.collapsed,
      #main-content .uberaccordion-heading h4 a.collapsed,
      #main-content .uberaccordion-heading h5 a.collapsed,
      #main-content .uberaccordion-heading h6 a.collapsed {
        background-color: #fff; }
      #main-content .accordion-heading h1 a[aria-expanded]:not(.collapsed),
      #main-content .accordion-heading h2 a[aria-expanded]:not(.collapsed),
      #main-content .accordion-heading h3 a[aria-expanded]:not(.collapsed),
      #main-content .accordion-heading h4 a[aria-expanded]:not(.collapsed),
      #main-content .accordion-heading h5 a[aria-expanded]:not(.collapsed),
      #main-content .accordion-heading h6 a[aria-expanded]:not(.collapsed),
      #main-content .uberaccordion-heading h1 a[aria-expanded]:not(.collapsed),
      #main-content .uberaccordion-heading h2 a[aria-expanded]:not(.collapsed),
      #main-content .uberaccordion-heading h3 a[aria-expanded]:not(.collapsed),
      #main-content .uberaccordion-heading h4 a[aria-expanded]:not(.collapsed),
      #main-content .uberaccordion-heading h5 a[aria-expanded]:not(.collapsed),
      #main-content .uberaccordion-heading h6 a[aria-expanded]:not(.collapsed) {
        background-color: #eff6fb !important; }
  #main-content .accordion-heading .accordion-toggle,
  #main-content .uberaccordion-heading .accordion-toggle {
    display: block;
    padding: 19px 30px 19px 24px;
    cursor: pointer;
    position: relative !important; }
    #main-content .accordion-heading .accordion-toggle .heading-description,
    #main-content .uberaccordion-heading .accordion-toggle .heading-description {
      display: block;
      font-size: 17px;
      font-weight: normal;
      padding: 10px 15px 10px 0;
      color: #1c1c1c; }
    #main-content .accordion-heading .accordion-toggle:hover,
    #main-content .uberaccordion-heading .accordion-toggle:hover {
      text-decoration: none !important; }
    #main-content .accordion-heading .accordion-toggle::after,
    #main-content .uberaccordion-heading .accordion-toggle::after {
      content: "";
      position: absolute;
      right: 15px;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 20px;
      pointer-events: none;
      color: #70b4eb;
      font-family: "Font Awesome 5 Pro"; }
    #main-content .accordion-heading .accordion-toggle[aria-expanded="false"]::after,
    #main-content .uberaccordion-heading .accordion-toggle[aria-expanded="false"]::after {
      content: ""; }
    #main-content .accordion-heading .accordion-toggle[aria-expanded="true"]::after,
    #main-content .uberaccordion-heading .accordion-toggle[aria-expanded="true"]::after {
      content: ""; }

#main-content .accordion-body .border {
  border: 1px solid #bfd9ef;
  border-top-style: none; }

#main-content .accordion-body .accordion-inner {
  background-color: #fff;
  border-top: 1px solid #bfd9ef;
  padding: 25px 29px 19px 24px; }
  #main-content .accordion-body .accordion-inner img {
    max-width: -moz-available;
    max-width: -webkit-fill-available;
    max-width: fill-available; }
  #main-content .accordion-body .accordion-inner,
  #main-content .accordion-body .accordion-inner p {
    font-size: 17px;
    line-height: 24px; }
  #main-content .accordion-body .accordion-inner > p:last-child {
    margin-bottom: 0; }

#main-content #accordion-content-menu {
  position: relative;
  margin-top: 30px; }

#main-content .uberaccordion .uberaccordion-heading .accordion-toggle::after {
  top: 38%; }

#main-content .uberaccordion .accordion-body .accordion-inner > h4 {
  margin-bottom: 0.5rem; }

.portlet-msg-info,
.portlet-msg-error,
.portlet-msg-alert,
.portlet-msg-success {
  border: 0;
  padding: 19px 24px;
  border-radius: 0;
  line-height: 24px;
  margin-bottom: 24px;
  padding-left: 65px;
  font-size: 17px !important;
  /* Standard font size for all alerts, even within portlets that currently set
                                   a smaller base font size for the rest of their content. */
  /* Inside 'Styles' dropdown on WYSIWYG editor toolbar */ }
  .portlet-msg-info > p:last-child,
  .portlet-msg-error > p:last-child,
  .portlet-msg-alert > p:last-child,
  .portlet-msg-success > p:last-child {
    margin-bottom: 0 !important; }
  .portlet-msg-info a,
  .portlet-msg-error a,
  .portlet-msg-alert a,
  .portlet-msg-success a {
    color: inherit !important;
    text-decoration: underline; }
  .cke_panel_list .portlet-msg-info, .cke_panel_list
  .portlet-msg-error, .cke_panel_list
  .portlet-msg-alert, .cke_panel_list
  .portlet-msg-success {
    font-size: 0.95em !important;
    padding-left: 38px; }
    .cke_panel_list .portlet-msg-info::before, .cke_panel_list
    .portlet-msg-error::before, .cke_panel_list
    .portlet-msg-alert::before, .cke_panel_list
    .portlet-msg-success::before {
      margin: 0 -26px; }

.portlet-msg-info {
  background-color: #eff6fb;
  color: #0066b9; }

.portlet-msg-alert {
  background-color: #f0eac0;
  color: #5c5103; }

.portlet-msg-error {
  background-color: #faedef;
  color: #b90015; }

.portlet-msg-success {
  background-color: #cbf0c0;
  color: #124d01; }

.portlet-msg-info:before,
.portlet-msg-error:before,
.portlet-msg-alert:before,
.portlet-msg-success:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2em;
  font-weight: 200;
  position: absolute;
  margin: 0px -38px; }

.portlet-msg-info:before {
  content: "\f05a"; }

.portlet-msg-error:before {
  content: "\f06a"; }

.portlet-msg-alert:before {
  content: "\f071"; }

.portlet-msg-success:before {
  content: "\f058"; }

/* Modifier classes for smaller alerts */
.portlet-msg-sm {
  font-size: 14px !important;
  padding: 4px 4px 4px 48px;
  margin-bottom: 4px;
  line-height: 20px; }

.portlet-msg-sm:before {
  font-size: 1em;
  margin: 0 -32px; }

.qut-contentCol .journal-content-article blockquote {
  border-left: 4px solid #bfd9ef;
  color: #616161;
  font-size: 22px;
  font-style: italic;
  line-height: 28px;
  margin: 0 0 24px;
  padding: 0 0 0 24px; }
  .qut-contentCol .journal-content-article blockquote small {
    color: #616161;
    font-size: 17px;
    line-height: 24px; }
    .qut-contentCol .journal-content-article blockquote small::before {
      content: "- "; }
    .qut-contentCol .journal-content-article blockquote small.pull-right {
      float: none !important; }

#breadcrumb {
  font-size: 17px; }
  @media (max-width: 991.98px) {
    #breadcrumb {
      display: none !important; } }
  #breadcrumb .breadcrumb {
    padding-top: 24px; }
  #breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "";
    font: bold 12px "Font Awesome 5 Pro";
    background-image: none;
    color: #616161;
    margin-top: -8px; }
  #breadcrumb ol.breadcrumb {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    background-color: #fff !important;
    margin-left: -20px; }
    #breadcrumb ol.breadcrumb li:first-child:before {
      content: "";
      font-family: "Font Awesome 5 Pro";
      font-weight: 700;
      color: #0066b9;
      position: static;
      padding-right: 10px; }
    #breadcrumb ol.breadcrumb li {
      margin-left: 0;
      margin-right: 16px;
      padding-left: 25px; }
  #breadcrumb .breadcrumb-link {
    color: #0066b9; }
  #breadcrumb .breadcrumb-item {
    display: flex; }
    #breadcrumb .breadcrumb-item .active {
      color: #1c1c1c; }

.portlet-content .grey-button,
.modal-content .grey-button {
  background: #fff;
  border: 2px solid #dbdbdb;
  border-radius: 0;
  color: #616161 !important;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 4px;
  /* provide room for focus outline: 2px outline + 2px outline-offset */
  outline: none;
  padding: 12px 16px;
  text-decoration: none; }
  .portlet-content .grey-button.focus, .portlet-content .grey-button:focus,
  .modal-content .grey-button.focus,
  .modal-content .grey-button:focus {
    box-shadow: none;
    outline: 2px solid #0066b9;
    outline-offset: 2px; }
  .portlet-content .grey-button:hover,
  .modal-content .grey-button:hover {
    box-shadow: none;
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    color: #616161 !important;
    text-decoration: underline; }
  .portlet-content .grey-button i,
  .modal-content .grey-button i {
    padding-right: 8px; }
  .portlet-content .grey-button::after,
  .modal-content .grey-button::after {
    content: none !important; }
  .portlet-content .grey-button.disabled, .portlet-content .grey-button:disabled,
  .modal-content .grey-button.disabled,
  .modal-content .grey-button:disabled {
    background-color: #fff;
    border-color: #dbdbdb;
    color: #616161 !important;
    cursor: not-allowed;
    opacity: 0.65;
    text-decoration: none; }

.portlet-content .primary-button,
.modal-content .primary-button {
  background: #0066b9;
  border: 2px solid #0066b9;
  border-radius: 0;
  color: #fff !important;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 4px;
  /* provide room for focus outline: 2px outline + 2px outline-offset */
  outline: none;
  padding: 12px 16px;
  text-decoration: none; }
  .portlet-content .primary-button.focus, .portlet-content .primary-button:focus,
  .modal-content .primary-button.focus,
  .modal-content .primary-button:focus {
    box-shadow: none;
    outline: 2px solid #0066b9;
    outline-offset: 2px; }
  .portlet-content .primary-button:hover,
  .modal-content .primary-button:hover {
    box-shadow: none;
    background-color: #124c7b;
    border-color: #124c7b;
    color: #fff !important;
    text-decoration: underline; }
  .portlet-content .primary-button i,
  .modal-content .primary-button i {
    padding-right: 8px; }
  .portlet-content .primary-button::after,
  .modal-content .primary-button::after {
    content: none !important; }
  .portlet-content .primary-button.disabled, .portlet-content .primary-button:disabled,
  .modal-content .primary-button.disabled,
  .modal-content .primary-button:disabled {
    background-color: #0066b9;
    border-color: #0066b9;
    color: #fff !important;
    cursor: not-allowed;
    opacity: 0.65;
    text-decoration: none; }

.portlet-content .transparent-button,
.modal-content .transparent-button {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff !important;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 4px;
  /* provide room for focus outline: 2px outline + 2px outline-offset */
  outline: none;
  padding: 12px 16px;
  text-decoration: none; }
  .portlet-content .transparent-button.focus, .portlet-content .transparent-button:focus,
  .modal-content .transparent-button.focus,
  .modal-content .transparent-button:focus {
    box-shadow: none;
    outline: 2px solid #fff;
    outline-offset: 2px; }
  .portlet-content .transparent-button:hover,
  .modal-content .transparent-button:hover {
    box-shadow: none;
    background-color: #fff;
    border-color: #fff;
    color: #0066b9 !important;
    text-decoration: underline; }
  .portlet-content .transparent-button i,
  .modal-content .transparent-button i {
    padding-right: 8px; }
  .portlet-content .transparent-button::after,
  .modal-content .transparent-button::after {
    content: none !important; }
  .portlet-content .transparent-button.disabled, .portlet-content .transparent-button:disabled,
  .modal-content .transparent-button.disabled,
  .modal-content .transparent-button:disabled {
    background-color: transparent;
    border-color: #fff;
    color: #fff !important;
    cursor: not-allowed;
    opacity: 0.65;
    text-decoration: none; }

.portlet-content .white-button,
.modal-content .white-button {
  background: #fff;
  border: 2px solid #0066b9;
  border-radius: 0;
  color: #0066b9 !important;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 4px;
  /* provide room for focus outline: 2px outline + 2px outline-offset */
  outline: none;
  padding: 12px 16px;
  text-decoration: none; }
  .portlet-content .white-button.focus, .portlet-content .white-button:focus,
  .modal-content .white-button.focus,
  .modal-content .white-button:focus {
    box-shadow: none;
    outline: 2px solid #0066b9;
    outline-offset: 2px; }
  .portlet-content .white-button:hover,
  .modal-content .white-button:hover {
    box-shadow: none;
    background-color: #0066b9;
    border-color: #0066b9;
    color: #fff !important;
    text-decoration: underline; }
  .portlet-content .white-button i,
  .modal-content .white-button i {
    padding-right: 8px; }
  .portlet-content .white-button::after,
  .modal-content .white-button::after {
    content: none !important; }
  .portlet-content .white-button.disabled, .portlet-content .white-button:disabled,
  .modal-content .white-button.disabled,
  .modal-content .white-button:disabled {
    background-color: #fff;
    border-color: #0066b9;
    color: #0066b9 !important;
    cursor: not-allowed;
    opacity: 0.65;
    text-decoration: none; }

/* Carousel */
/*---------- Image Carousel ----------------*/
.carousel-banner {
  padding: 0 !important;
  border: 0 !important; }

.carousel-wrapper {
  margin-top: 0 !important;
  margin-bottom: 40px !important; }
  .carousel-wrapper .transcript {
    background-color: #f5f5f5;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px; }
    .carousel-wrapper .transcript h4 {
      font-size: 1.1em;
      font-weight: bold;
      line-height: 24px;
      margin: 0 0 10px 10px; }

.qut-contentCol .carousel-wrapper {
  margin: 10px 0;
  padding: 0;
  position: relative; }

.qut-contentCol .collapse {
  clear: both; }

.qut-contentCol .carousel-banner .embed-responsive {
  width: 100%; }

.qut-contentCol .carousel-banner .item a {
  padding-left: 10px;
  padding-right: 10px; }
  .qut-contentCol .carousel-banner .item a:hover {
    text-decoration: none !important; }

.qut-contentCol a.expanded::after [aria-expanded="true"]::after, .qut-contentCol a:not([data-toggle="tab"]) [aria-expanded="true"]::after {
  font-family: "Font Awesome 5 Pro";
  content: "" !important; }

.qut-contentLanding .carousel-wrapper,
.qut-contentSublanding .carousel-wrapper {
  margin: 0;
  padding: 0;
  position: relative; }
  @media (max-width: 991.98px) {
    .qut-contentLanding .carousel-wrapper,
    .qut-contentSublanding .carousel-wrapper {
      margin-bottom: 1.5em; } }

.qut-contentCol .carousel-wrapper .col-lg-7,
.qut-contentCol .carousel-wrapper .col-lg-6,
.qut-contentCol .carousel-wrapper .col-lg-4,
.qut-contentLanding .carousel-wrapper .col-lg-7,
.qut-contentLanding .carousel-wrapper .col-lg-6,
.qut-contentLanding .carousel-wrapper .col-lg-4,
.qut-contentSublanding .carousel-wrapper .col-lg-7,
.qut-contentSublanding .carousel-wrapper .col-lg-6,
.qut-contentSublanding .carousel-wrapper .col-lg-4 {
  width: 100% !important;
  flex: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 0; }

.qut-contentCol .carousel-wrapper .col-lg-4,
.qut-contentLanding .carousel-wrapper .col-lg-4,
.qut-contentSublanding .carousel-wrapper .col-lg-4 {
  padding: 0; }

.qut-contentCol .carousel-banner,
.qut-contentLanding .carousel-banner,
.qut-contentSublanding .carousel-banner {
  border: 1px solid #dbdbdb;
  margin-bottom: 4px;
  padding: 4px; }
  .qut-contentCol .carousel-banner .item,
  .qut-contentLanding .carousel-banner .item,
  .qut-contentSublanding .carousel-banner .item {
    padding: 0;
    width: 100%;
    margin: 5px;
    cursor: pointer; }
    .qut-contentCol .carousel-banner .item img,
    .qut-contentLanding .carousel-banner .item img,
    .qut-contentSublanding .carousel-banner .item img {
      border: 0;
      padding: 0;
      margin: 0 auto;
      width: 100%;
      object-fit: contain; }
    .qut-contentCol .carousel-banner .item h2,
    .qut-contentCol .carousel-banner .item p,
    .qut-contentLanding .carousel-banner .item h2,
    .qut-contentLanding .carousel-banner .item p,
    .qut-contentSublanding .carousel-banner .item h2,
    .qut-contentSublanding .carousel-banner .item p {
      padding: 0 10px !important; }
    @media (max-width: 767.98px) {
      .qut-contentCol .carousel-banner .item p,
      .qut-contentLanding .carousel-banner .item p,
      .qut-contentSublanding .carousel-banner .item p {
        font-size: 12px !important; } }
    .qut-contentCol .carousel-banner .item h2,
    .qut-contentLanding .carousel-banner .item h2,
    .qut-contentSublanding .carousel-banner .item h2 {
      font-size: 30px !important;
      line-height: 1em !important;
      margin: 10px 0 !important; }
      @media (max-width: 991.98px) {
        .qut-contentCol .carousel-banner .item h2,
        .qut-contentLanding .carousel-banner .item h2,
        .qut-contentSublanding .carousel-banner .item h2 {
          font-size: 24px !important; } }
      @media (max-width: 767.98px) {
        .qut-contentCol .carousel-banner .item h2,
        .qut-contentLanding .carousel-banner .item h2,
        .qut-contentSublanding .carousel-banner .item h2 {
          font-size: 18px !important; } }
    .qut-contentCol .carousel-banner .item .caption h3,
    .qut-contentLanding .carousel-banner .item .caption h3,
    .qut-contentSublanding .carousel-banner .item .caption h3 {
      font-size: 18px !important;
      font-weight: bold;
      line-height: 24px;
      padding: 15px 10px 10px;
      margin-bottom: 0 !important; }

.qut-contentCol .carousel-nav,
.qut-contentLanding .carousel-nav,
.qut-contentSublanding .carousel-nav {
  border-top: solid 1px #bfd9ef;
  padding-top: 15px; }
  .qut-contentCol .carousel-nav .item,
  .qut-contentLanding .carousel-nav .item,
  .qut-contentSublanding .carousel-nav .item {
    margin: 5px;
    cursor: pointer; }
    .qut-contentCol .carousel-nav .item img,
    .qut-contentLanding .carousel-nav .item img,
    .qut-contentSublanding .carousel-nav .item img {
      border: 0;
      margin-bottom: 5px;
      padding: 0;
      width: 100%;
      height: 66px; }
  .qut-contentCol .carousel-nav .owl-item.synced,
  .qut-contentLanding .carousel-nav .owl-item.synced,
  .qut-contentSublanding .carousel-nav .owl-item.synced {
    border-bottom: 4px solid #0066b9; }
  .qut-contentCol .carousel-nav .owl-prev,
  .qut-contentLanding .carousel-nav .owl-prev,
  .qut-contentSublanding .carousel-nav .owl-prev {
    border-radius: 0 !important;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0; }
    .qut-contentCol .carousel-nav .owl-prev::after,
    .qut-contentLanding .carousel-nav .owl-prev::after,
    .qut-contentSublanding .carousel-nav .owl-prev::after {
      content: "";
      font-family: "Font Awesome 5 Pro";
      font-size: 1.5em;
      left: 30%;
      position: absolute;
      top: 35%; }
      @media (max-width: 767.98px) {
        .qut-contentCol .carousel-nav .owl-prev::after,
        .qut-contentLanding .carousel-nav .owl-prev::after,
        .qut-contentSublanding .carousel-nav .owl-prev::after {
          top: 25%; } }
  .qut-contentCol .carousel-nav .owl-next,
  .qut-contentLanding .carousel-nav .owl-next,
  .qut-contentSublanding .carousel-nav .owl-next {
    border-radius: 0 !important;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0; }
    .qut-contentCol .carousel-nav .owl-next::after,
    .qut-contentLanding .carousel-nav .owl-next::after,
    .qut-contentSublanding .carousel-nav .owl-next::after {
      content: "";
      font-family: "Font Awesome 5 Pro";
      font-size: 1.5em;
      left: 30%;
      position: absolute;
      top: 35%; }
      @media (max-width: 767.98px) {
        .qut-contentCol .carousel-nav .owl-next::after,
        .qut-contentLanding .carousel-nav .owl-next::after,
        .qut-contentSublanding .carousel-nav .owl-next::after {
          top: 25%; } }

.owl-theme .owl-controls .owl-buttons div {
  background: #616161 !important;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0.7;
  width: 50px; }

#main-content #content-contacts {
  background-color: #eff6fb;
  padding: 36px 21px 0 21px;
  margin-top: 36px; }
  #main-content #content-contacts h3 {
    background-color: #bfd9ef;
    margin: -58px 30px 20px 0;
    padding: 3px 28px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #main-content #content-contacts h3 {
        padding-left: 12px; } }
    #main-content #content-contacts h3 span {
      padding: 0;
      font-size: 18px;
      color: #065291;
      word-wrap: normal; }
  #main-content #content-contacts a {
    color: #0066b9;
    font-size: 17px; }
  #main-content #content-contacts .content-contacts-section h4 {
    color: #1c1c1c;
    margin-bottom: 0;
    line-height: 24px;
    padding-bottom: 16px;
    font-size: 17px; }
  #main-content #content-contacts .content-contacts-section table {
    margin: 0; }
    #main-content #content-contacts .content-contacts-section table tr {
      background-color: #eff6fb;
      padding-bottom: 10px;
      display: flow-root; }
      #main-content #content-contacts .content-contacts-section table tr th {
        background-color: #eff6fb;
        display: block;
        padding: 0;
        border: 0;
        font-size: 15px;
        font-weight: normal;
        color: #1c1c1c; }
      #main-content #content-contacts .content-contacts-section table tr td {
        float: left;
        border: 0;
        padding: 0;
        float: left;
        font-size: 17px; }
  #main-content #content-contacts .content-contacts-section ul.content-contacts-linkList {
    padding-left: 0; }
    #main-content #content-contacts .content-contacts-section ul.content-contacts-linkList li {
      padding-top: 7px;
      padding-left: 0; }
      #main-content #content-contacts .content-contacts-section ul.content-contacts-linkList li:before {
        content: none; }
      #main-content #content-contacts .content-contacts-section ul.content-contacts-linkList li a {
        padding-left: 30px;
        display: flex;
        text-decoration: none; }
        #main-content #content-contacts .content-contacts-section ul.content-contacts-linkList li a:hover {
          text-decoration: underline; }
        #main-content #content-contacts .content-contacts-section ul.content-contacts-linkList li a:before {
          content: "";
          font-family: "Font Awesome 5 Pro";
          display: inline-block;
          position: absolute;
          left: 25px; }
  #main-content #content-contacts hr {
    border-color: #bfd9ef;
    padding-bottom: 5px; }
    #main-content #content-contacts hr:last-child {
      border: 0; }

/* DataTables Table */
.qut-modal .dataTable thead .sorting_desc,
.qut-modal .dataTables thead .sorting_desc,
[id="main-content"] .dataTable thead .sorting_desc,
[id="main-content"] .dataTables thead .sorting_desc {
  background-image: url("../images/custom/plugins/datatables/sort_desc_alt.png") !important; }

.qut-modal .dataTable thead .sorting_asc,
.qut-modal .dataTables thead .sorting_asc,
[id="main-content"] .dataTable thead .sorting_asc,
[id="main-content"] .dataTables thead .sorting_asc {
  background-image: url("../images/custom/plugins/datatables/sort_asc_alt.png") !important; }

.qut-modal .dataTable thead .sorting,
.qut-modal .dataTables thead .sorting,
[id="main-content"] .dataTable thead .sorting,
[id="main-content"] .dataTables thead .sorting {
  background-image: url("../images/custom/plugins/datatables/sort_both_alt.png") !important; }

.qut-modal .dataTable thead .sorting_desc,
.qut-modal .dataTable thead .sorting_asc,
.qut-modal .dataTable thead .sorting,
.qut-modal .dataTables thead .sorting_desc,
.qut-modal .dataTables thead .sorting_asc,
.qut-modal .dataTables thead .sorting,
[id="main-content"] .dataTable thead .sorting_desc,
[id="main-content"] .dataTable thead .sorting_asc,
[id="main-content"] .dataTable thead .sorting,
[id="main-content"] .dataTables thead .sorting_desc,
[id="main-content"] .dataTables thead .sorting_asc,
[id="main-content"] .dataTables thead .sorting {
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: left 11px !important;
  background-color: transparent; }

.qut-modal .dataTable tbody th:first-child,
.qut-modal .dataTables tbody th:first-child,
[id="main-content"] .dataTable tbody th:first-child,
[id="main-content"] .dataTables tbody th:first-child {
  cursor: pointer !important; }

.qut-modal .dataTables_wrapper .dataTables_length,
.qut-modal .dataTables_wrapper .dataTables_filter,
[id="main-content"] .dataTables_wrapper .dataTables_length,
[id="main-content"] .dataTables_wrapper .dataTables_filter {
  margin-bottom: 25px; }
  .qut-modal .dataTables_wrapper .dataTables_length label,
  .qut-modal .dataTables_wrapper .dataTables_filter label,
  [id="main-content"] .dataTables_wrapper .dataTables_length label,
  [id="main-content"] .dataTables_wrapper .dataTables_filter label {
    display: flex;
    align-items: center; }

.qut-modal .dataTables_wrapper .dataTables_length select,
[id="main-content"] .dataTables_wrapper .dataTables_length select {
  width: auto;
  margin: 0 10px !important; }

.qut-modal .dataTables_wrapper .dataTables_filter,
[id="main-content"] .dataTables_wrapper .dataTables_filter {
  float: right; }
  .qut-modal .dataTables_wrapper .dataTables_filter input,
  [id="main-content"] .dataTables_wrapper .dataTables_filter input {
    margin-left: 7px;
    width: auto; }

.qut-modal .dataTables_paginate,
[id="main-content"] .dataTables_paginate {
  float: right; }
  .qut-modal .dataTables_paginate .pagination li a,
  [id="main-content"] .dataTables_paginate .pagination li a {
    border-width: 2px;
    width: 40px; }

#main-content .portlet-content .dropdown-item:active,
#main-content .portlet-content .dropdown-menu > li > a:active,
#main-content .portlet-content .dropdown-menu .link-list > li > a:active,
.modal-content .dropdown-item:active,
.modal-content .dropdown-menu > li > a:active,
.modal-content .dropdown-menu .link-list > li > a:active {
  background-color: #0066b9;
  color: #fff; }

#main-content .portlet-content select.form-control,
.modal-content select.form-control {
  border: 1px solid #616161;
  font-size: 17px;
  color: #1c1c1c;
  margin-bottom: 30px;
  background-image: url("../images/caret-down.svg");
  background-size: 12px 7px;
  background-position: right 1rem center;
  background-repeat: no-repeat; }
  #main-content .portlet-content select.form-control:focus,
  .modal-content select.form-control:focus {
    border-color: #0066b9;
    box-shadow: none; }
  #main-content .portlet-content select.form-control:is([multiple]),
  .modal-content select.form-control:is([multiple]) {
    background-image: none; }
    #main-content .portlet-content select.form-control:is([multiple]) option:checked,
    .modal-content select.form-control:is([multiple]) option:checked {
      background-color: #0066b9;
      color: #fff; }
  #main-content .portlet-content select.form-control option,
  .modal-content select.form-control option {
    font-size: 17px;
    background-color: #fff;
    border-color: #0066b9;
    border-width: 0 1px 0 1px; }
    #main-content .portlet-content select.form-control option:checked,
    .modal-content select.form-control option:checked {
      background-color: #f5f5f5; }
    #main-content .portlet-content select.form-control option:last-child,
    .modal-content select.form-control option:last-child {
      border-bottom: 1px solid #0066b9; }

#main-content .portlet-content .cr-info,
.modal-content .cr-info {
  border-left: 4px solid #bfd9ef;
  border-width: 0 0 0 4px;
  border-radius: 0;
  padding-left: 20px;
  margin-bottom: 24px; }

/** Bootstrap Dropdown Menu **/
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu li {
  padding: 0 !important; }
  .dropdown-menu li::before {
    content: none !important;
    /* TODO: check if this is required now that :not(.dropdown-menu) added to selector in lists.scss */ }
  .dropdown-menu li a {
    /* TODO: check if this is required now that :not(.dropdown-item) added to selector in links.scss */
    text-decoration: none !important; }
    .dropdown-menu li a::after {
      content: none !important; }
  .dropdown-menu li > span {
    padding-bottom: 0.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.25rem; }

#zonka-feedback .zonka-feedback-header {
  height: 50px; }

#zonka-feedback a.zonka-feedback-btn {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  background-color: #0066b9;
  display: block;
  text-align: center;
  line-height: 50px; }
  #zonka-feedback a.zonka-feedback-btn span.fa {
    padding: 14px 0;
    font-weight: normal;
    float: left; }
    #zonka-feedback a.zonka-feedback-btn span.fa:first-child::before {
      margin-right: -40px; }
    #zonka-feedback a.zonka-feedback-btn span.fa.arrow {
      font-size: 14px;
      position: absolute;
      right: 0;
      padding: 17px 17px 0 14px; }

[id="main-content"] h1 {
  color: #0066b9;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 45px;
  margin: 0 0 24px; }
  @media (max-width: 767.98px) {
    [id="main-content"] h1 {
      padding-left: 1rem; } }

.portlet-content {
  color: #1c1c1c;
  font-size: 17px;
  letter-spacing: 0; }
  .portlet-content p {
    margin-bottom: 24px; }
  .portlet-content h2 {
    color: #0066b9;
    font-size: 28px;
    font-weight: 800;
    line-height: 34px;
    margin: 0 0 24px; }
  .portlet-content h3 {
    color: #0066b9;
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
    margin: 0 0 24px; }
  .portlet-content h4 {
    color: #0066b9;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 24px; }
  .portlet-content h5 {
    color: #0066b9;
    font-size: 15px;
    font-weight: bold;
    line-height: 16.5px;
    margin: 0 0 24px; }
  .portlet-content h6 {
    color: #0066b9;
    font-size: 15px;
    font-weight: medium;
    line-height: 16.5px;
    margin: 0 0 24px; }

.journal-content-article h2 {
  margin-top: 40px; }

.journal-content-article > h2:first-child {
  margin-top: 0; }

.journal-content-article .landing-content-section .links,
.journal-content-article .landing-content-section-noImg .links {
  margin-bottom: 0;
  padding-left: 0; }

.journal-content-article .landing-content-section {
  border-bottom: 1px solid #bfd9ef;
  margin-bottom: 40px;
  margin-right: 48px;
  min-height: 200px;
  padding: 0 0 24px 152px; }
  @media (max-width: 767.98px) {
    .journal-content-article .landing-content-section {
      padding: 0 0 24px; } }
  @media (max-width: 991.98px) {
    .journal-content-article .landing-content-section {
      min-height: 0; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .journal-content-article .landing-content-section {
      min-height: 250px; } }
  .journal-content-article .landing-content-section::after {
    content: "";
    clear: both;
    display: table; }
  .journal-content-article .landing-content-section h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 16px; }
  .journal-content-article .landing-content-section img {
    float: left;
    height: 120px;
    margin-left: -152px;
    margin-top: 0;
    width: 120px; }
    @media (max-width: 767.98px) {
      .journal-content-article .landing-content-section img {
        float: none;
        margin-left: 0;
        margin-bottom: 16px; } }
  .journal-content-article .landing-content-section > a::after {
    display: none !important; }
  .journal-content-article .landing-content-section p {
    margin-bottom: 0; }

.journal-content-article .landing-content-section-noImg {
  border-bottom: 1px solid #bfd9ef;
  margin-bottom: 24px;
  padding: 0 0 24px; }
  .journal-content-article .landing-content-section-noImg h3 {
    margin-bottom: 16px; }

#qut-landingPage h1 {
  margin-bottom: 40px; }

#main-content #tools-resources,
#main-content #related-links,
#main-content #training-and-workshops,
#main-content #self-help-resources {
  padding: 36px 21px 5px;
  margin-top: 36px;
  background-color: #eff6fb; }
  #main-content #tools-resources h3,
  #main-content #related-links h3,
  #main-content #training-and-workshops h3,
  #main-content #self-help-resources h3 {
    background-color: #bfd9ef;
    margin: -58px 30px 20px 0;
    padding: 3px 20px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #main-content #tools-resources h3,
      #main-content #related-links h3,
      #main-content #training-and-workshops h3,
      #main-content #self-help-resources h3 {
        padding-left: 12px; } }
    #main-content #tools-resources h3 span,
    #main-content #related-links h3 span,
    #main-content #training-and-workshops h3 span,
    #main-content #self-help-resources h3 span {
      padding: 0;
      font-size: 18px;
      color: #065291;
      word-wrap: normal; }
  #main-content #tools-resources ul,
  #main-content #related-links ul,
  #main-content #training-and-workshops ul,
  #main-content #self-help-resources ul {
    list-style: none inside;
    margin-left: 0;
    padding-left: 0; }
    #main-content #tools-resources ul li,
    #main-content #related-links ul li,
    #main-content #training-and-workshops ul li,
    #main-content #self-help-resources ul li {
      padding: 8px 0;
      border-bottom: 1px solid #bfd9ef; }
      #main-content #tools-resources ul li:last-child,
      #main-content #related-links ul li:last-child,
      #main-content #training-and-workshops ul li:last-child,
      #main-content #self-help-resources ul li:last-child {
        border-bottom: 0; }
      #main-content #tools-resources ul li::before,
      #main-content #related-links ul li::before,
      #main-content #training-and-workshops ul li::before,
      #main-content #self-help-resources ul li::before {
        display: none; }
      #main-content #tools-resources ul li a,
      #main-content #related-links ul li a,
      #main-content #training-and-workshops ul li a,
      #main-content #self-help-resources ul li a {
        text-decoration: none; }
        #main-content #tools-resources ul li a:hover,
        #main-content #related-links ul li a:hover,
        #main-content #training-and-workshops ul li a:hover,
        #main-content #self-help-resources ul li a:hover {
          text-decoration: underline; }

/* default link style for Web Content Display portlet (for content editors) */
.journal-content-article a {
  text-decoration: underline; }

/* link styles and classes for all portlets and modals */
.modal,
.portlet-content {
  /* Class locatiom button, for links to room locations such as "GP W203" */ }
  .modal a:not(.btn):not(.dropdown-item),
  .portlet-content a:not(.btn):not(.dropdown-item) {
    color: #0066b9; }
  .modal a[href^="http://"]:not([href*="qutvirtual"]):not(.btn)::after,
  .modal a[href^="https://"]:not([href*="qutvirtual"]):not(.btn)::after,
  .portlet-content a[href^="http://"]:not([href*="qutvirtual"]):not(.btn)::after,
  .portlet-content a[href^="https://"]:not([href*="qutvirtual"]):not(.btn)::after {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    padding-left: 8px; }
  .modal .action-link,
  .portlet-content .action-link {
    text-decoration: none; }
    .modal .action-link:hover,
    .portlet-content .action-link:hover {
      text-decoration: underline; }
    .modal .action-link::before,
    .portlet-content .action-link::before {
      content: "";
      font-family: "Font Awesome 5 Pro";
      padding-right: 16px;
      display: inline-block; }
  .modal .action-list a,
  .portlet-content .action-list a {
    text-decoration: none; }
    .modal .action-list a:hover,
    .portlet-content .action-list a:hover {
      text-decoration: underline; }
  .modal .class-location,
  .portlet-content .class-location {
    /* TODO: consolidate with .location-link if possible */ }
    .modal .class-location a,
    .portlet-content .class-location a {
      display: inline-block;
      position: relative !important;
      right: 0;
      padding: 2px 6px;
      margin: -2px 4px -2px -6px;
      background: #f5f5f5;
      border-radius: 3px;
      font-weight: bold;
      color: #333; }
    .modal .class-location a:hover,
    .portlet-content .class-location a:hover {
      text-decoration: none !important;
      background-color: #065291;
      color: #fff; }
  .modal a.location-link,
  .portlet-content a.location-link {
    /* TODO: consolidate with .class-location if possible */
    display: inline-block;
    position: absolute;
    right: 0;
    top: 9px;
    padding: 2px 6px;
    margin: -2px 4px -2px -6px;
    background: #f5f5f5;
    border-radius: 3px;
    font-weight: bold;
    color: #616161 !important;
    text-decoration: none !important; }
    .modal a.location-link::after,
    .portlet-content a.location-link::after {
      display: none !important; }
    .modal a.location-link:hover,
    .portlet-content a.location-link:hover {
      text-decoration: underline !important; }

/* default list style for Web Content Display portlet (for content editors) */
.journal-content-article {
  /* remove margins within a deep list */ }
  .journal-content-article ul:not(.dropdown-menu) {
    list-style-type: none;
    margin-bottom: 24px;
    padding-left: 0;
    padding-top: 5px; }
    .journal-content-article ul:not(.dropdown-menu) > li {
      padding-left: 45px; }
      .journal-content-article ul:not(.dropdown-menu) > li::before {
        content: "▪";
        color: #70b4eb;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -18px; }
  .journal-content-article ul ul:not(.dropdown-menu),
  .journal-content-article ol ul:not(.dropdown-menu) {
    margin-bottom: 0; }

/* list classes for all portlets */
.portlet-content {
  /* remove margins within a deep list */
  /* Step By Step */ }
  .portlet-content .portlet-links ~ .portlet-links {
    border-top: 1px solid #bfd9ef; }
  .portlet-content ul.action-list, .portlet-content ul.links, .portlet-content ul.portlet-links {
    list-style-type: none;
    margin-bottom: 24px;
    padding-top: 15px; }
    .portlet-content ul.action-list li, .portlet-content ul.links li, .portlet-content ul.portlet-links li {
      padding-left: 18px;
      display: flex;
      color: #0066b9; }
      .portlet-content ul.action-list li::before, .portlet-content ul.links li::before, .portlet-content ul.portlet-links li::before {
        content: "";
        font-family: "Font Awesome 5 Pro";
        padding-right: 16px;
        display: inline-block;
        padding-left: 24px;
        font-weight: 400;
        color: #0066b9;
        width: auto;
        margin-left: -18px; }
  .portlet-content ul.portlet-links, .portlet-content ul.action-list-no-indent {
    padding-left: 0; }
    .portlet-content ul.portlet-links li, .portlet-content ul.action-list-no-indent li {
      padding-left: 0; }
      .portlet-content ul.portlet-links li:before, .portlet-content ul.action-list-no-indent li:before {
        margin-left: 0;
        padding-left: 0; }
  .portlet-content ul.nolist, .portlet-content ul.list-unstyled {
    /* standard Bootstrap class name */
    list-style: none;
    margin: 0;
    padding: 0; }
    .portlet-content ul.nolist li, .portlet-content ul.list-unstyled li {
      padding-left: 0; }
    .portlet-content ul.nolist li::before, .portlet-content ul.list-unstyled li::before {
      display: none; }
  .portlet-content ol {
    margin-bottom: 24px;
    padding-left: 18px; }
    .portlet-content ol > li {
      list-style-type: decimal;
      margin-left: 20px;
      margin-bottom: 0.6em;
      padding-left: 12px; }
      .portlet-content ol > li > ol > li {
        list-style-type: lower-alpha; }
        .portlet-content ol > li > ol > li > ol > li {
          list-style-type: lower-roman; }
  .portlet-content ul ul,
  .portlet-content ol ol,
  .portlet-content ol ul,
  .portlet-content ul ol {
    margin-bottom: 0; }
  .portlet-content dl {
    margin-bottom: 24px;
    padding-left: 24px; }
    .portlet-content dl dd {
      margin-left: 0;
      padding-left: 38px; }
      .portlet-content dl dd::before {
        content: "◼";
        color: #70b4eb;
        position: absolute;
        margin: 0px -38px; }
    .portlet-content dl dt {
      padding-bottom: 10px;
      padding-top: 10px; }
  .portlet-content ol.steps-by-steps > li {
    margin: 0px;
    padding: 15px 5px 33px 5px;
    list-style-type: none;
    border-bottom: 1px solid #c7c7c7;
    min-height: 40px;
    counter-increment: step-counter; }
  .portlet-content ol.steps-by-steps li h3.no-content {
    padding: 7px 0; }
  .portlet-content ol.steps-by-steps li h3.step-title {
    margin-bottom: 0px; }
  .portlet-content ol.steps-by-steps li::before {
    content: counter(step-counter);
    margin-right: 15px;
    font-size: 1.2em;
    background-color: #0066b9;
    color: #fff;
    font-weight: bold;
    padding: 6px 0;
    border-radius: 3px;
    float: left;
    width: 40px;
    text-align: center; }
  .portlet-content ol.steps-by-steps p {
    padding: 5px 0 0 55px; }
    .portlet-content ol.steps-by-steps p:last-child {
      margin: 0px; }
  .portlet-content .process-list li {
    font-weight: bold;
    padding-top: 12px;
    padding-left: 12px; }
    .portlet-content .process-list li ul li ul li,
    .portlet-content .process-list li ul li ol li ul li {
      list-style: none; }
    .portlet-content .process-list li::before {
      content: none; }
  .portlet-content .process-list ol {
    padding-left: 24px; }
  .portlet-content .process-list li ul li,
  .portlet-content .process-list li ol li {
    font-weight: normal;
    list-style: none;
    margin: 0px;
    padding-top: 7px;
    padding-left: 0 !important; }
    .portlet-content .process-list li ul li::before,
    .portlet-content .process-list li ol li::before {
      content: none !important; }
    .portlet-content .process-list li ul li ul li::before,
    .portlet-content .process-list li ol li ul li::before {
      content: "▪" !important;
      color: #70b4eb;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -18px; }
  .portlet-content .process-list li::marker {
    padding-right: 5px; }
  .portlet-content .process-list li ul li ul,
  .portlet-content .process-list li ul li ol,
  .portlet-content .process-list li ol li ol,
  .portlet-content .process-list li ol li ul {
    margin-left: 35px;
    padding-top: 5px; }

.modal:not(.liferay-modal) .modal-dialog:not(.yui3-widget-modal),
.modal:not(.liferay-modal) .modal-body:not(.yui3-widget-modal) {
  position: relative !important; }

.modal:not(.liferay-modal) .modal-dialog:not(.yui3-widget-modal) .modal-header .close {
  font-size: 2rem;
  order: 2; }

.modal:not(.liferay-modal) .modal-dialog:not(.yui3-widget-modal) .modal-header .modal-title {
  margin: 0;
  font-size: 1.2rem;
  color: #0066b9; }

.modal:not(.liferay-modal) .modal-dialog:not(.yui3-widget-modal) .modal-content {
  border-radius: 0; }

@media (max-width: 991.98px) {
  .modal:not(.liferay-modal) .modal-dialog:not(.yui3-widget-modal) {
    width: auto !important; } }

#toc-menu {
  border-left: 4px solid #bfd9ef;
  padding-left: 24px; }
  #toc-menu h4 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px; }
  #toc-menu ul {
    list-style: none inside;
    margin-left: 0;
    padding-inline-start: 0; }
    #toc-menu ul li {
      padding: 0 0 8px;
      line-height: 21px; }
      #toc-menu ul li::before {
        display: none; }
      #toc-menu ul li a {
        text-decoration: underline; }
    #toc-menu ul li:last-child {
      padding-bottom: 0; }

.qut-modal ul.pager li::before,
[id="main-content"] ul.pager li::before {
  content: none !important; }

.qut-modal .pager,
[id="main-content"] .pager {
  list-style: none;
  margin: 0 0 24px;
  padding-left: 0;
  text-align: center; }
  .qut-modal .pager::after,
  [id="main-content"] .pager::after {
    clear: both;
    content: '';
    display: block; }
  .qut-modal .pager li,
  [id="main-content"] .pager li {
    display: inline;
    padding-left: 0 !important; }
    .qut-modal .pager li > a,
    .qut-modal .pager li > span,
    [id="main-content"] .pager li > a,
    [id="main-content"] .pager li > span {
      background-color: #fff;
      border: 2px solid #0066b9;
      border-radius: 0;
      color: #0066b9;
      display: inline-block;
      font-size: 18px;
      font-weight: bold;
      line-height: 22px;
      padding: 16px;
      text-decoration: none;
      width: 134px; }
    .qut-modal .pager li > a:hover,
    .qut-modal .pager li > a:focus,
    [id="main-content"] .pager li > a:hover,
    [id="main-content"] .pager li > a:focus {
      background-color: #0066b9;
      color: #fff;
      text-decoration: underline; }
  .qut-modal .pager .next > a,
  .qut-modal .pager .next > span,
  [id="main-content"] .pager .next > a,
  [id="main-content"] .pager .next > span {
    float: right; }
  .qut-modal .pager .next a::after,
  [id="main-content"] .pager .next a::after {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    padding-left: 8px; }
  .qut-modal .pager .previous > a,
  .qut-modal .pager .previous > span,
  [id="main-content"] .pager .previous > a,
  [id="main-content"] .pager .previous > span {
    float: left; }
  .qut-modal .pager .previous a::before,
  [id="main-content"] .pager .previous a::before {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    padding-right: 8px; }
  .qut-modal .pager .disabled > a,
  .qut-modal .pager .disabled > a:hover,
  .qut-modal .pager .disabled > a:focus,
  .qut-modal .pager .disabled > span,
  [id="main-content"] .pager .disabled > a,
  [id="main-content"] .pager .disabled > a:hover,
  [id="main-content"] .pager .disabled > a:focus,
  [id="main-content"] .pager .disabled > span {
    background-color: #fff;
    border-color: #616161;
    color: #616161;
    cursor: not-allowed;
    text-decoration: none; }

.qut-modal ul.pagination li::before,
[id="main-content"] ul.pagination li::before {
  content: none !important; }

.qut-modal .pagination,
[id="main-content"] .pagination {
  border-radius: 0;
  margin-bottom: 24px;
  margin-left: 0; }
  .qut-modal .pagination li,
  [id="main-content"] .pagination li {
    display: inline;
    padding-left: 0 !important; }
    .qut-modal .pagination li a,
    [id="main-content"] .pagination li a {
      background-color: #fff;
      border-color: #bfd9ef;
      border-image: none;
      border-style: solid;
      border-width: 2px 2px 2px 0;
      float: left;
      height: 48px;
      line-height: 48px;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      width: 48px; }
    .qut-modal .pagination li a:hover,
    [id="main-content"] .pagination li a:hover {
      background-color: #0066b9;
      color: #fff;
      text-decoration: underline; }
    .qut-modal .pagination li:hover,
    [id="main-content"] .pagination li:hover {
      background: none !important;
      border: 0 !important; }
    .qut-modal .pagination li.active a:not(:hover),
    .qut-modal .pagination li.active span,
    [id="main-content"] .pagination li.active a:not(:hover),
    [id="main-content"] .pagination li.active span {
      background-color: #bfd9ef;
      color: #1c1c1c;
      cursor: default;
      border: none; }
    .qut-modal .pagination li:first-child > a,
    .qut-modal .pagination li:first-child > span,
    [id="main-content"] .pagination li:first-child > a,
    [id="main-content"] .pagination li:first-child > span {
      border-left-width: 2px; }
    .qut-modal .pagination li.disabled a,
    .qut-modal .pagination li.disabled a:hover,
    .qut-modal .pagination li.disabled a:focus,
    .qut-modal .pagination li.disabled span,
    [id="main-content"] .pagination li.disabled a,
    [id="main-content"] .pagination li.disabled a:hover,
    [id="main-content"] .pagination li.disabled a:focus,
    [id="main-content"] .pagination li.disabled span {
      background-color: #fff;
      color: #616161;
      cursor: not-allowed;
      text-decoration: none; }

.qut-contentCol .panel {
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 24px; }
  .qut-contentCol .panel > .panel-heading {
    border-radius: 0; }
    .qut-contentCol .panel > .panel-heading h3 {
      font-size: 18px;
      line-height: 24px;
      padding: 0; }

.qut-contentCol .panel-body {
  padding: 25px 23px 18px 24px; }

.qut-contentCol .panel-heading {
  padding: 20px 55px 18px 24px; }

.qut-contentCol .panel-title {
  margin-top: 0;
  margin-bottom: 0; }

.qut-contentCol .panel-danger,
.qut-contentCol .panel-error {
  border-color: #faedef; }
  .qut-contentCol .panel-danger > .panel-heading,
  .qut-contentCol .panel-error > .panel-heading {
    background-color: #faedef; }
    .qut-contentCol .panel-danger > .panel-heading h3,
    .qut-contentCol .panel-error > .panel-heading h3 {
      color: #b90015; }

.qut-contentCol .panel-default > .panel-heading {
  font-weight: bold; }

.qut-contentCol .panel-info {
  border-color: #eff6fb; }
  .qut-contentCol .panel-info > .panel-heading {
    background-color: #eff6fb; }
    .qut-contentCol .panel-info > .panel-heading h3 {
      color: #0066b9; }

.qut-contentCol .panel-primary {
  border-color: #bfd9ef; }
  .qut-contentCol .panel-primary > .panel-heading {
    background-color: #bfd9ef; }
    .qut-contentCol .panel-primary > .panel-heading h3 {
      color: #065291; }

.qut-contentCol .panel-success {
  border-color: #cbf0c0; }
  .qut-contentCol .panel-success > .panel-heading {
    background-color: #cbf0c0; }
    .qut-contentCol .panel-success > .panel-heading h3 {
      color: #124d01; }

.qut-contentCol .panel-warning {
  border-color: #f0eac0; }
  .qut-contentCol .panel-warning > .panel-heading {
    background-color: #f0eac0; }
    .qut-contentCol .panel-warning > .panel-heading h3 {
      color: #5c5103; }

/*==========================================================================+
|  PRINT CSS - print.scss
|
|  Version: 2.0
|  Date Last Updated: 14/07/2022
|  Last Updated By: Sandesh Maheshwari
+==========================================================================*/
/* Boilerplate print styles */
@media print {
  #content {
    margin: 10px; }
  .fa,
  .portlet-boundary_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_,
  .hidden-print,
  #header-search,
  #banner-icons,
  #qut-dynamic-nav,
  #navigation,
  .mtabswrapper,
  .ToastAlertContainer,
  #zonka-feedback,
  .commonfooter__catchall__wrapper {
    display: none !important; }
  #banner.staff-banner {
    margin-left: -50px; }
  #banner.student-banner a.png {
    position: static; }
  #banner .logo .png {
    background-image: none !important; }
    #banner .logo .png img {
      height: 100%; }
  #footer,
  #breadcrumb {
    display: block !important; }
  #main-content .portlet-layout.row {
    display: block !important; }
  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href]:after {
    content: ""; }
  .ir a:after {
    content: ""; }
  a[href^="javascript:"]:after {
    content: ""; }
  a[href^="#"]:after {
    content: ""; }
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr {
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid;
    max-width: 100% !important; }
  h1 {
    display: block !important;
    margin-top: 1em; }
  p {
    orphans: 3;
    widows: 3; }
  h2 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }
  .lfr-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    width: 100% !important; }
  .lfr-configurator-visibility {
    display: none !important; }
  .accordion-group .accordion-body.collapse {
    display: block !important;
    height: auto !important; }
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important; }
  #upcoming-training .training-entries {
    height: auto !important;
    max-height: auto !important;
    overflow: visible !important; }
  #upcoming-events {
    height: auto !important;
    max-height: auto !important;
    overflow: visible !important; }
  body.controls-visible .portlet-borderless-bar {
    display: none !important; }
  body.controls-visible .portlet-icons {
    display: none !important; }
  body.controls-visible .icons-container {
    display: none !important; }
  .portlet-boundary_FeedBack_WAR_WebContentDashBoard_ {
    display: none !important; }
  .commonfooter__info.row {
    display: block; }
    .commonfooter__info.row div {
      display: inline-block;
      width: 100% !important;
      text-align: center !important;
      margin: 0 !important;
      padding: 0 !important;
      max-width: 100%; } }

table.qv-table {
  border: 0 solid #fff;
  color: #1c1c1c;
  line-height: 21px;
  margin: 0 0 24px;
  width: 100%; }
  table.qv-table tr th {
    background-color: #fff;
    border-width: 0;
    border-bottom: 4px solid #bfd9ef;
    padding: 10px 17px;
    vertical-align: top; }
  table.qv-table tr td {
    border-width: 0;
    border-bottom: 1px solid #bfd9ef;
    color: #1c1c1c;
    padding: 10px 17px;
    vertical-align: top; }
  table.qv-table tbody th {
    border: 0 solid #fff;
    border-right: 4px solid #bfd9ef; }
    table.qv-table tbody th .show-hide-links {
      cursor: pointer; }
    table.qv-table tbody th ~ td {
      border: 0 solid #fff;
      border-right: 1px solid #bfd9ef; }
  table.qv-table tfoot td {
    background-color: #fff;
    border-top: 4px solid #bfd9ef; }
  table.qv-table.no-bg td,
  table.qv-table.no-bg tfoot td,
  table.qv-table.no-bg tbody th ~ td:nth-child(even),
  table.qv-table.no-bg tbody th ~ td:nth-child(odd) {
    background: none repeat scroll 0 0 #fff; }

table.qv-table-striped tr.odd td,
table.qv-table-striped tr:nth-child(even) {
  background: none repeat scroll 0 0 #eff6fb; }

table.qv-table-striped tr.even td,
table.qv-table-striped tr:nth-child(odd) {
  background: none repeat scroll 0 0 #fff; }

table.qv-table-striped tbody th ~ td:nth-child(even) {
  background: none repeat scroll 0 0 #eff6fb; }

table.qv-table-striped tbody th ~ td:nth-child(odd) {
  background: none repeat scroll 0 0 #fff; }

.journal-content-article table {
  border: 0 solid #fff;
  color: #1c1c1c;
  line-height: 21px;
  margin: 0 0 24px;
  width: 100%; }
  .journal-content-article table tr th {
    background-color: #fff;
    border-width: 0;
    border-bottom: 4px solid #bfd9ef;
    padding: 10px 17px;
    vertical-align: top; }
  .journal-content-article table tr td {
    border-width: 0;
    border-bottom: 1px solid #bfd9ef;
    color: #1c1c1c;
    padding: 10px 17px;
    vertical-align: top; }
  .journal-content-article table tbody th {
    border: 0 solid #fff;
    border-right: 4px solid #bfd9ef; }
    .journal-content-article table tbody th .show-hide-links {
      cursor: pointer; }
    .journal-content-article table tbody th ~ td {
      border: 0 solid #fff;
      border-right: 1px solid #bfd9ef; }
  .journal-content-article table tfoot td {
    background-color: #fff;
    border-top: 4px solid #bfd9ef; }
  .journal-content-article table.no-bg td,
  .journal-content-article table.no-bg tfoot td,
  .journal-content-article table.no-bg tbody th ~ td:nth-child(even),
  .journal-content-article table.no-bg tbody th ~ td:nth-child(odd) {
    background: none repeat scroll 0 0 #fff; }
  .journal-content-article table tr.odd td,
  .journal-content-article table tr:nth-child(even) {
    background: none repeat scroll 0 0 #eff6fb; }
  .journal-content-article table tr.even td,
  .journal-content-article table tr:nth-child(odd) {
    background: none repeat scroll 0 0 #fff; }
  .journal-content-article table tbody th ~ td:nth-child(even) {
    background: none repeat scroll 0 0 #eff6fb; }
  .journal-content-article table tbody th ~ td:nth-child(odd) {
    background: none repeat scroll 0 0 #fff; }

.qut-modal .portlet-container .tab-content ul.links li,
.portlet-content .portlet-container .tab-content ul.links li {
  padding-left: 0; }

.qut-modal .nav-link,
.portlet-content .nav-link {
  border-bottom: 5px solid #eff6fb; }
  .qut-modal .nav-link.active,
  .portlet-content .nav-link.active {
    border-bottom: 5px solid #0066b9; }

.qut-modal ul.nav-tabs li::before,
.portlet-content ul.nav-tabs li::before {
  content: none !important; }

.qut-modal .nav-tabs > li > a,
.portlet-content .nav-tabs > li > a {
  margin: 0 1px; }

.qut-modal .nav-tabs > li:first-child > a,
.portlet-content .nav-tabs > li:first-child > a {
  margin: 0 1px 0 0; }

.qut-modal .nav-tabs > li:last-child > a,
.portlet-content .nav-tabs > li:last-child > a {
  margin: 0 0 0 1px; }

.qut-modal .tab-content,
.portlet-content .tab-content {
  background-color: #fff;
  border-top: 5px solid #eff6fb;
  border-left: 0;
  border-bottom: 2px solid #eff6fb;
  border-right: 0;
  padding: 24px;
  position: relative !important;
  margin-top: -8px;
  margin-bottom: 24px; }

.qut-modal .nav-tabs,
.portlet-content .nav-tabs {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important; }
  .qut-modal .nav-tabs ul,
  .portlet-content .nav-tabs ul {
    margin: 0 !important;
    padding: 0 0 5px !important; }
  .qut-modal .nav-tabs li,
  .portlet-content .nav-tabs li {
    background-image: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important; }
    .qut-modal .nav-tabs li a,
    .portlet-content .nav-tabs li a {
      border-top: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
      border-radius: 0 !important;
      color: #0066b9 !important;
      display: block !important;
      margin-bottom: 3px !important;
      padding: 10px 15px !important;
      text-decoration: none; }
      .qut-modal .nav-tabs li a.small,
      .portlet-content .nav-tabs li a.small {
        padding: 10px !important; }
      .qut-modal .nav-tabs li a.active,
      .portlet-content .nav-tabs li a.active {
        font-weight: bold;
        border-bottom: 5px solid #0066b9 !important;
        z-index: 980; }
      .qut-modal .nav-tabs li a:hover,
      .portlet-content .nav-tabs li a:hover {
        text-decoration: underline !important; }

.qut-modal .tabs a:not(.action-link):not(.png):not(.accordion-toggle):focus a:not(.action-link):focus,
.qut-modal .tabs td a:not(.action-link):focus,
.portlet-content .tabs a:not(.action-link):not(.png):not(.accordion-toggle):focus a:not(.action-link):focus,
.portlet-content .tabs td a:not(.action-link):focus {
  outline: none !important;
  color: inherit !important;
  background: inherit !important;
  background-color: inherit !important;
  border-radius: inherit !important; }

.qut-modal ul .tabs,
.portlet-content ul .tabs {
  border-bottom: 0 solid #ddd;
  height: auto;
  list-style: none outside none;
  margin: 0 0 15px;
  padding: 0;
  width: 100%; }

.qut-modal .ui-tabs,
.portlet-content .ui-tabs {
  background: none repeat scroll 0 0 #def1ff; }
  .qut-modal .ui-tabs li a,
  .portlet-content .ui-tabs li a {
    background: none repeat scroll 0 0 #def1ff;
    border: medium none; }
  .qut-modal .ui-tabs li.current a,
  .portlet-content .ui-tabs li.current a {
    background: none repeat scroll 0 0 #fff;
    padding: 0;
    pointer-events: none; }

.qut-modal html ul.tabs li.current,
.portlet-content html ul.tabs li.current {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .qut-modal html ul.tabs li.current a:hover,
  .portlet-content html ul.tabs li.current a:hover {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.qut-modal ul.tabs li,
.portlet-content ul.tabs li {
  border: 1px solid rgba(0, 0, 0, 0);
  float: left;
  min-height: 50px;
  line-height: 31px;
  margin: 0 5px -1px 0;
  padding: 0;
  position: relative; }
  .qut-modal ul.tabs li.current,
  .portlet-content ul.tabs li.current {
    border: medium none;
    border-radius: 0;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px;
    padding: 14px 14px 3px;
    min-height: 30px; }
  .qut-modal ul.tabs li a,
  .portlet-content ul.tabs li a {
    color: #000;
    display: block;
    outline: medium none;
    padding: 15px 12px 14px;
    text-decoration: none; }

.promo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: auto; }
  .promo a {
    cursor: pointer;
    text-decoration: none; }
    .promo a::after {
      content: none !important; }
  .promo .img-container {
    padding: 0; }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .promo .img-container {
        display: none; } }
  .promo img {
    border: none;
    padding: 0; }
  .promo .link-wrapper {
    float: right;
    z-index: 10;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    display: block;
    right: 0;
    top: 0;
    padding: 0 5px; }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .promo .link-wrapper {
        width: 100%;
        flex: inherit;
        max-width: inherit;
        padding-bottom: 10px; } }
    @media (max-width: 575.98px) {
      .promo .link-wrapper {
        flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    .promo .link-wrapper h3 {
      font-size: 24px;
      font-weight: bold;
      line-height: 30px;
      padding: 30px 10px 10px;
      color: #fff;
      margin-bottom: 0; }
      .promo .link-wrapper h3 a {
        color: #fff; }
    .promo .link-wrapper p {
      line-height: 1.6em;
      margin: 0;
      font-size: 14px;
      line-height: 18px;
      padding: 0 7px 10px 7px;
      color: #fff; }
      .promo .link-wrapper p::before {
        content: "";
        font-family: "Font Awesome 5 Pro";
        padding-right: 10px;
        display: inline-block; }
    .promo .link-wrapper a:hover {
      text-decoration: underline;
      color: #fff; }

.promo.promo-small .link-wrapper h3 {
  font-size: 20px;
  line-height: 24px;
  padding: 7px; }

/* promo colours */
.promo.green,
.promo.green .link-wrapper {
  background-color: #4d9e00; }

.promo.blue,
.promo.blue .link-wrapper {
  background-color: #17558d; }

.promo.orange,
.promo.orange .link-wrapper {
  background-color: #e87b23; }

/* Link shortcut blocks */
.shortcut-block {
  max-width: 500px;
  margin-bottom: 15px;
  position: relative; }
  .shortcut-block .shortcut-block-bottom,
  .shortcut-block .shortcut-block-top {
    position: relative; }
  .shortcut-block .shortcut-block-bottom a,
  .shortcut-block .shortcut-block-top a {
    color: #fff !important;
    display: block;
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 10px 30px;
    text-decoration: none;
    background-color: #f36f21; }
  .shortcut-block .arrow-up {
    border-bottom: 20px solid #f36f21;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    margin-top: -20px;
    position: absolute;
    right: 15%;
    width: 0; }
  .shortcut-block .arrow-down {
    border-top: 20px solid #f36f21;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    margin-bottom: -20px;
    position: absolute;
    left: 15%;
    width: 0; }

/* @end */
/* Forms List Searchable */
.forms-list-searchable {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .forms-list-searchable {
      display: block; } }
  .forms-list-searchable .form-keyword-search,
  .forms-list-searchable .form-categories {
    flex: 1 1 0px;
    padding-top: 20px;
    padding-left: 10px;
    align-self: end; }
    @media (max-width: 767.98px) {
      .forms-list-searchable .form-keyword-search,
      .forms-list-searchable .form-categories {
        padding-left: 0; } }
  .forms-list-searchable h2 {
    border-bottom: 2px solid #eff6fb;
    padding: 30px 0 15px 0;
    margin: 0; }
  .forms-list-searchable .form-keyword-search h4 {
    margin-bottom: 10px; }
  .forms-list-searchable .form-keyword-search .search-box {
    padding: 0;
    height: 47px;
    display: flex;
    border: 1px solid #0066b9; }
    .forms-list-searchable .form-keyword-search .search-box input[type="text"] {
      color: #333;
      border: none;
      outline: none;
      box-shadow: none;
      width: 100%;
      height: 45px;
      padding: 0 15px; }
    .forms-list-searchable .form-keyword-search .search-box button {
      float: right;
      color: #aaa;
      background: transparent;
      border: none;
      cursor: pointer;
      height: 45px;
      outline: none; }
  .forms-list-searchable .form-category-select h4 {
    margin-bottom: 10px; }
  .forms-list-searchable .categories-wrapper select {
    background: #f0f4f7;
    width: 100%;
    border: 1px solid #0066b9;
    height: 47px;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    background-color: #fff;
    -ms-word-break: normal;
    word-break: normal; }
  .forms-list-searchable .forms-list {
    padding-top: 40px;
    width: 100%; }
    .forms-list-searchable .forms-list .category-wrapper {
      margin: 0;
      padding: 0;
      width: 100%;
      border-collapse: collapse; }
  .forms-list-searchable .category-wrapper .list-item {
    border-top: 1px solid #eff6fb;
    background-color: #fff;
    width: 100%;
    display: flex; }
    .forms-list-searchable .category-wrapper .list-item:nth-child(2) {
      border-top: 1px solid #eff6fb; }
    .forms-list-searchable .category-wrapper .list-item:last-child {
      border-bottom: none; }
    .forms-list-searchable .category-wrapper .list-item .list-item-col-1 {
      display: block;
      width: auto;
      background-size: 80px 65px !important;
      flex: 0 0 25%;
      max-width: 25%; }
      .forms-list-searchable .category-wrapper .list-item .list-item-col-1.content-type-url, .forms-list-searchable .category-wrapper .list-item .list-item-col-1.content-type-docx, .forms-list-searchable .category-wrapper .list-item .list-item-col-1.content-type-pdf, .forms-list-searchable .category-wrapper .list-item .list-item-col-1.content-type-dotx, .forms-list-searchable .category-wrapper .list-item .list-item-col-1.content-type-xlsm {
        display: none; }
      .forms-list-searchable .category-wrapper .list-item .list-item-col-1 img {
        width: 100%; }
        @media (min-width: 1200px) {
          .forms-list-searchable .category-wrapper .list-item .list-item-col-1 img {
            padding: 20px; } }
    .forms-list-searchable .category-wrapper .list-item .list-item-col-2 {
      display: table-cell;
      padding: 15px;
      vertical-align: middle;
      flex: 0 0 75%;
      max-width: 75%; }
      .forms-list-searchable .category-wrapper .list-item .list-item-col-2 p.form-title {
        font-weight: 700;
        font-size: 18px;
        margin: 0 0 8px;
        padding: 0; }
        .forms-list-searchable .category-wrapper .list-item .list-item-col-2 p.form-title a::before {
          content: none; }
      .forms-list-searchable .category-wrapper .list-item .list-item-col-2 p.form-description {
        padding: 0;
        margin-bottom: 10px; }
    .forms-list-searchable .category-wrapper .list-item .list-item-col-3 {
      display: none; }

.category-wrapper .list-item .list-item-col-1,
.category-wrapper .list-item .list-item-col-3 {
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
  width: 100%; }

/**
 * @section Breakpoints
 * These values will not show up in content, but can be queried by JavaScript to know which breakpoint is active. Add or remove as many breakpoints as you like.
 */
body:before {
  display: none;
  visibility: hidden; }
  @media (max-width: 575.98px) {
    body:before {
      content: 'xs'; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    body:before {
      content: 'sm'; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    body:before {
      content: 'md'; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    body:before {
      content: 'lg'; } }
  @media (min-width: 1200px) {
    body:before {
      content: 'xl'; } }

code {
  color: #b90015; }

footer {
  background: #03345d;
  color: #fff; }
  footer a,
  footer a:hover {
    color: #fff;
    text-decoration: underline; }
  footer .site-index {
    position: static; }
  footer .my-communities-footer {
    padding-top: 30px; }
  footer .content {
    padding: 0 !important; }
  footer .commonfooter__catchall {
    margin: 10px 0;
    /* @group Footer slider */ }
    footer .commonfooter__catchall .slide .btn-slide {
      text-decoration: none; }
      footer .commonfooter__catchall .slide .btn-slide.active {
        text-decoration: none; }
      footer .commonfooter__catchall .slide .btn-slide::after {
        content: "";
        color: #fff;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        font-size: 16px;
        padding: 0 10px;
        display: inline-block; }
      footer .commonfooter__catchall .slide .btn-slide.active::after {
        content: ""; }
  footer .commonfooter__contact__button {
    padding: 10px 23px;
    font-size: 16px;
    height: 40px;
    width: 140px; }
    footer .commonfooter__contact__button.button.blue {
      background-color: #0066b9;
      color: #fff !important;
      text-decoration: none; }
  footer #portlet_Dynamicnav_WAR_dynamicnav {
    background: none;
    height: auto; }

.commonfooter__catchall__wrapper {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  min-height: 70px;
  height: auto; }
  @media (max-width: 991.98px) {
    .commonfooter__catchall__wrapper {
      line-height: 17px;
      height: auto; } }

.commonfooter__info__wrapper {
  color: #1c1c1c;
  background-color: #fff;
  padding: 15px 0;
  font-size: 13px;
  line-height: 18px; }
  .commonfooter__info__wrapper a {
    color: #1c1c1c;
    text-decoration: none; }
    .commonfooter__info__wrapper a:hover, .commonfooter__info__wrapper a:focus {
      color: #1c1c1c;
      text-decoration: underline; }

/* Sliding nav-footer-panel */
#nav-footer-panel {
  display: none;
  overflow: hidden;
  width: 100%;
  background-color: #012a4c;
  border-top: 1px solid #124c7b; }
  #nav-footer-panel .column {
    margin-bottom: 48px;
    padding: 0 30px 0 0; }
    @media (max-width: 991.98px) {
      #nav-footer-panel .column {
        margin-bottom: 30px;
        padding: 0; } }
  #nav-footer-panel h3 {
    font-size: 18px;
    border-bottom: 1px solid #005BAD;
    margin-bottom: 10px; }
  #nav-footer-panel ul.footeranchor {
    font-size: 15px;
    font-weight: 500;
    list-style: none;
    margin-bottom: 0; }
  #nav-footer-panel ul li {
    padding: 8px 5px 0;
    font-size: 15px;
    line-height: 17px; }
    #nav-footer-panel ul li::before {
      list-style: none;
      content: "";
      margin-left: 0;
      width: 0; }
  #nav-footer-panel a {
    color: #fff;
    text-decoration: none; }
    #nav-footer-panel a:hover {
      text-decoration: underline; }
  #nav-footer-panel .portlet-body {
    display: flex;
    flex-wrap: wrap; }

.commonfooter__socialmedia__list {
  padding-left: 0;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .commonfooter__socialmedia__list {
      display: flex; } }
  .commonfooter__socialmedia__list a {
    display: block;
    width: 24px;
    font-size: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat; }
    .commonfooter__socialmedia__list a i {
      vertical-align: text-top; }
    .commonfooter__socialmedia__list a :hover {
      transform: scale(1.1); }
  .commonfooter__socialmedia__list li {
    padding-right: 12px;
    display: inline-block; }
    .commonfooter__socialmedia__list li:last-child {
      padding-right: 0; }

.commonfooter__separatedlist {
  padding-left: 0;
  margin-bottom: 0; }
  .commonfooter__separatedlist li {
    display: inline-block;
    padding-right: 15px; }
    .commonfooter__separatedlist li:last-of-type::after {
      display: none; }
  @media (max-width: 991.98px) {
    .commonfooter__separatedlist {
      line-height: 24px; } }

/* @end */
#back-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 9999;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 3px 2px 0;
  border-radius: 4px;
  background: none; }
  #back-top i.fa-chevron-circle-up {
    color: #70b4eb;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
    border-radius: 15px;
    background: #fff; }
  #back-top i::before {
    color: #70b4eb; }
  #back-top span {
    display: block;
    color: #0066b9;
    font-weight: bold;
    font-size: 10px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
    text-transform: uppercase; }

/* Utility classes - classes that are not specific to any one tag, component or portlet */
/* Colours */
.white-bg {
  background-color: #fff !important; }

.white-text {
  color: #fff !important; }

.white-border {
  border-color: #fff !important; }

.black-bg {
  background-color: #000 !important; }

.black-text {
  color: #333 !important; }

.black-border {
  border-color: #333 !important; }

.red-bg-light {
  background-color: #fdf2f5 !important; }

.red-bg {
  background-color: #cc0000 !important; }

.red-text {
  color: #cc0000 !important; }

.red-border {
  border-color: #cc0000 !important; }

.green-bg-light {
  background-color: #dffbee !important; }

.green-bg {
  background-color: #0f7044 !important; }

.green-text {
  color: #0f7044 !important; }

.green-border {
  border-color: #0f7044 !important; }

.blue-bg-light {
  background-color: #dcf0ff !important; }

.blue-bg {
  background-color: #015999 !important; }

.blue-text {
  color: #015999 !important; }

.blue-border {
  border-color: #015999 !important; }

.purple-bg-light {
  background-color: #ccbadc !important; }

.purple-bg {
  background-color: #8b1a89 !important; }

.purple-text {
  color: #8b1a89 !important; }

.purple-border {
  border-color: #8b1a89 !important; }

.aqua-bg-light {
  background-color: #eaffff !important; }

.aqua-bg {
  background-color: #00b3b3 !important; }

.aqua-text {
  color: #00b3b3; }

.aqua-border {
  border-color: #00b3b3; }

.yellow-bg-light {
  background-color: #fff3b2 !important; }

.yellow-bg {
  background-color: #b79a00 !important; }

.yellow-text {
  color: #b79a00 !important; }

.yellow-border {
  border-color: #b79a00 !important; }

.pink-bg-light {
  background-color: #fce5ec !important; }

.pink-bg {
  background-color: #dd1755 !important; }

.pink-text {
  color: #dd1755 !important; }

.pink-border {
  border-color: #dd1755 !important; }

.orange-bg-light {
  background-color: #fae0d9 !important; }

.orange-bg {
  background-color: #dd3d17 !important; }

.orange-text {
  color: #dd3d17 !important; }

.orange-border {
  border-color: #dd3d17 !important; }

.violet-bg-light {
  background-color: #f1dafb !important; }

.violet-bg {
  background-color: #715b7b !important; }

.violet-text {
  color: #715b7b !important; }

.violet-border {
  border-color: #715b7b !important; }

.light-blue-bg-light {
  background-color: #e0e9fb !important; }

.light-blue-bg {
  background-color: #1755dd !important; }

.light-blue-text {
  color: #1755dd !important; }

.light-blue-border {
  border-color: #1755dd !important; }

.brown-bg-light {
  background-color: #f9ebcb !important; }

.brown-bg {
  background-color: #b08012 !important; }

.brown-text {
  color: #b08012 !important; }

.brown-border {
  border-color: #b08012 !important; }

.peach-bg-light {
  background-color: #ffeced !important; }

.peach-bg {
  background-color: #ff6d71 !important; }

.peach-text {
  color: #ff6d71 !important; }

.peach-border {
  border-color: #ff6d71 !important; }

.light-green-bg-light {
  background-color: #f2f9cf !important; }

.light-green-bg {
  background-color: #8ea61b !important; }

.light-green-text {
  color: #8ea61b !important; }

.light-green-border {
  border-color: #8ea61b !important; }

.dark-blue-bg-light {
  background-color: #e4e6f3 !important; }

.dark-blue-bg {
  background-color: #4652a0 !important; }

.dark-blue-text {
  color: #4652a0 !important; }

.dark-blue-border {
  border-color: #4652a0 !important; }

.dark-brown-bg-light {
  background-color: #eadfdf !important; }

.dark-brown-bg {
  background-color: #7f5151 !important; }

.dark-brown-text {
  color: #7f5151 !important; }

.dark-brown-border {
  border-color: #7f5151 !important; }

.teal-bg-light {
  background-color: #dae7e7 !important; }

.teal-bg {
  background-color: #406565 !important; }

.teal-text {
  color: #406565 !important; }

.teal-border {
  border-color: #406565 !important; }

.turquoise-bg-light {
  background-color: #dae7e7 !important; }

.turquoise-bg {
  background-color: #008b82 !important; }

.turquoise-text {
  color: #008b82 !important; }

.turquoise-border {
  border-color: #008b82 !important; }

.grey-bg-lightest {
  background-color: #f4f6f9 !important; }

.grey-bg-light {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.grey-bg {
  background-color: #555 !important; }

.grey-text {
  color: #555 !important; }

.grey-border {
  border-color: #555 !important; }

.redFill {
  background-color: #cc3333; }

.orangeFill {
  background-color: #e87b23; }

.lightblueFill {
  background-color: #4b8bbf; }

.blueFill {
  background-color: #17558d; }

/* Show / hide */
.hidden {
  display: none !important; }

.bootstrap3.bootstrap3-buttons .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .bootstrap3.bootstrap3-buttons .btn:focus, .bootstrap3.bootstrap3-buttons .btn.focus, .bootstrap3.bootstrap3-buttons .btn:active:focus, .bootstrap3.bootstrap3-buttons .btn:active.focus, .bootstrap3.bootstrap3-buttons .btn.active:focus, .bootstrap3.bootstrap3-buttons .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .bootstrap3.bootstrap3-buttons .btn:hover, .bootstrap3.bootstrap3-buttons .btn:focus, .bootstrap3.bootstrap3-buttons .btn.focus {
    color: #333;
    text-decoration: none; }
  .bootstrap3.bootstrap3-buttons .btn:active, .bootstrap3.bootstrap3-buttons .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .bootstrap3.bootstrap3-buttons .btn.disabled, .bootstrap3.bootstrap3-buttons .btn[disabled],
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.bootstrap3.bootstrap3-buttons a.btn.disabled,
fieldset[disabled] .bootstrap3.bootstrap3-buttons a.btn {
  pointer-events: none; }

.bootstrap3.bootstrap3-buttons .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .bootstrap3.bootstrap3-buttons .btn-default:focus, .bootstrap3.bootstrap3-buttons .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .bootstrap3.bootstrap3-buttons .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .bootstrap3.bootstrap3-buttons .btn-default:active, .bootstrap3.bootstrap3-buttons .btn-default.active,
  .open > .bootstrap3.bootstrap3-buttons .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .bootstrap3.bootstrap3-buttons .btn-default:active:hover, .bootstrap3.bootstrap3-buttons .btn-default:active:focus, .bootstrap3.bootstrap3-buttons .btn-default:active.focus, .bootstrap3.bootstrap3-buttons .btn-default.active:hover, .bootstrap3.bootstrap3-buttons .btn-default.active:focus, .bootstrap3.bootstrap3-buttons .btn-default.active.focus,
    .open > .bootstrap3.bootstrap3-buttons .btn-default.dropdown-toggle:hover,
    .open > .bootstrap3.bootstrap3-buttons .btn-default.dropdown-toggle:focus,
    .open > .bootstrap3.bootstrap3-buttons .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .bootstrap3.bootstrap3-buttons .btn-default:active, .bootstrap3.bootstrap3-buttons .btn-default.active,
  .open > .bootstrap3.bootstrap3-buttons .btn-default.dropdown-toggle {
    background-image: none; }
  .bootstrap3.bootstrap3-buttons .btn-default.disabled:hover, .bootstrap3.bootstrap3-buttons .btn-default.disabled:focus, .bootstrap3.bootstrap3-buttons .btn-default.disabled.focus, .bootstrap3.bootstrap3-buttons .btn-default[disabled]:hover, .bootstrap3.bootstrap3-buttons .btn-default[disabled]:focus, .bootstrap3.bootstrap3-buttons .btn-default[disabled].focus,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-default:hover,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-default:focus,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .bootstrap3.bootstrap3-buttons .btn-default .badge {
    color: #fff;
    background-color: #333; }

.bootstrap3.bootstrap3-buttons .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .bootstrap3.bootstrap3-buttons .btn-primary:focus, .bootstrap3.bootstrap3-buttons .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .bootstrap3.bootstrap3-buttons .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .bootstrap3.bootstrap3-buttons .btn-primary:active, .bootstrap3.bootstrap3-buttons .btn-primary.active,
  .open > .bootstrap3.bootstrap3-buttons .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .bootstrap3.bootstrap3-buttons .btn-primary:active:hover, .bootstrap3.bootstrap3-buttons .btn-primary:active:focus, .bootstrap3.bootstrap3-buttons .btn-primary:active.focus, .bootstrap3.bootstrap3-buttons .btn-primary.active:hover, .bootstrap3.bootstrap3-buttons .btn-primary.active:focus, .bootstrap3.bootstrap3-buttons .btn-primary.active.focus,
    .open > .bootstrap3.bootstrap3-buttons .btn-primary.dropdown-toggle:hover,
    .open > .bootstrap3.bootstrap3-buttons .btn-primary.dropdown-toggle:focus,
    .open > .bootstrap3.bootstrap3-buttons .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .bootstrap3.bootstrap3-buttons .btn-primary:active, .bootstrap3.bootstrap3-buttons .btn-primary.active,
  .open > .bootstrap3.bootstrap3-buttons .btn-primary.dropdown-toggle {
    background-image: none; }
  .bootstrap3.bootstrap3-buttons .btn-primary.disabled:hover, .bootstrap3.bootstrap3-buttons .btn-primary.disabled:focus, .bootstrap3.bootstrap3-buttons .btn-primary.disabled.focus, .bootstrap3.bootstrap3-buttons .btn-primary[disabled]:hover, .bootstrap3.bootstrap3-buttons .btn-primary[disabled]:focus, .bootstrap3.bootstrap3-buttons .btn-primary[disabled].focus,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-primary:hover,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-primary:focus,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .bootstrap3.bootstrap3-buttons .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.bootstrap3.bootstrap3-buttons .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .bootstrap3.bootstrap3-buttons .btn-success:focus, .bootstrap3.bootstrap3-buttons .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .bootstrap3.bootstrap3-buttons .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .bootstrap3.bootstrap3-buttons .btn-success:active, .bootstrap3.bootstrap3-buttons .btn-success.active,
  .open > .bootstrap3.bootstrap3-buttons .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .bootstrap3.bootstrap3-buttons .btn-success:active:hover, .bootstrap3.bootstrap3-buttons .btn-success:active:focus, .bootstrap3.bootstrap3-buttons .btn-success:active.focus, .bootstrap3.bootstrap3-buttons .btn-success.active:hover, .bootstrap3.bootstrap3-buttons .btn-success.active:focus, .bootstrap3.bootstrap3-buttons .btn-success.active.focus,
    .open > .bootstrap3.bootstrap3-buttons .btn-success.dropdown-toggle:hover,
    .open > .bootstrap3.bootstrap3-buttons .btn-success.dropdown-toggle:focus,
    .open > .bootstrap3.bootstrap3-buttons .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .bootstrap3.bootstrap3-buttons .btn-success:active, .bootstrap3.bootstrap3-buttons .btn-success.active,
  .open > .bootstrap3.bootstrap3-buttons .btn-success.dropdown-toggle {
    background-image: none; }
  .bootstrap3.bootstrap3-buttons .btn-success.disabled:hover, .bootstrap3.bootstrap3-buttons .btn-success.disabled:focus, .bootstrap3.bootstrap3-buttons .btn-success.disabled.focus, .bootstrap3.bootstrap3-buttons .btn-success[disabled]:hover, .bootstrap3.bootstrap3-buttons .btn-success[disabled]:focus, .bootstrap3.bootstrap3-buttons .btn-success[disabled].focus,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-success:hover,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-success:focus,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .bootstrap3.bootstrap3-buttons .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.bootstrap3.bootstrap3-buttons .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .bootstrap3.bootstrap3-buttons .btn-info:focus, .bootstrap3.bootstrap3-buttons .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .bootstrap3.bootstrap3-buttons .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .bootstrap3.bootstrap3-buttons .btn-info:active, .bootstrap3.bootstrap3-buttons .btn-info.active,
  .open > .bootstrap3.bootstrap3-buttons .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .bootstrap3.bootstrap3-buttons .btn-info:active:hover, .bootstrap3.bootstrap3-buttons .btn-info:active:focus, .bootstrap3.bootstrap3-buttons .btn-info:active.focus, .bootstrap3.bootstrap3-buttons .btn-info.active:hover, .bootstrap3.bootstrap3-buttons .btn-info.active:focus, .bootstrap3.bootstrap3-buttons .btn-info.active.focus,
    .open > .bootstrap3.bootstrap3-buttons .btn-info.dropdown-toggle:hover,
    .open > .bootstrap3.bootstrap3-buttons .btn-info.dropdown-toggle:focus,
    .open > .bootstrap3.bootstrap3-buttons .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .bootstrap3.bootstrap3-buttons .btn-info:active, .bootstrap3.bootstrap3-buttons .btn-info.active,
  .open > .bootstrap3.bootstrap3-buttons .btn-info.dropdown-toggle {
    background-image: none; }
  .bootstrap3.bootstrap3-buttons .btn-info.disabled:hover, .bootstrap3.bootstrap3-buttons .btn-info.disabled:focus, .bootstrap3.bootstrap3-buttons .btn-info.disabled.focus, .bootstrap3.bootstrap3-buttons .btn-info[disabled]:hover, .bootstrap3.bootstrap3-buttons .btn-info[disabled]:focus, .bootstrap3.bootstrap3-buttons .btn-info[disabled].focus,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-info:hover,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-info:focus,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .bootstrap3.bootstrap3-buttons .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.bootstrap3.bootstrap3-buttons .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .bootstrap3.bootstrap3-buttons .btn-warning:focus, .bootstrap3.bootstrap3-buttons .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .bootstrap3.bootstrap3-buttons .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .bootstrap3.bootstrap3-buttons .btn-warning:active, .bootstrap3.bootstrap3-buttons .btn-warning.active,
  .open > .bootstrap3.bootstrap3-buttons .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .bootstrap3.bootstrap3-buttons .btn-warning:active:hover, .bootstrap3.bootstrap3-buttons .btn-warning:active:focus, .bootstrap3.bootstrap3-buttons .btn-warning:active.focus, .bootstrap3.bootstrap3-buttons .btn-warning.active:hover, .bootstrap3.bootstrap3-buttons .btn-warning.active:focus, .bootstrap3.bootstrap3-buttons .btn-warning.active.focus,
    .open > .bootstrap3.bootstrap3-buttons .btn-warning.dropdown-toggle:hover,
    .open > .bootstrap3.bootstrap3-buttons .btn-warning.dropdown-toggle:focus,
    .open > .bootstrap3.bootstrap3-buttons .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .bootstrap3.bootstrap3-buttons .btn-warning:active, .bootstrap3.bootstrap3-buttons .btn-warning.active,
  .open > .bootstrap3.bootstrap3-buttons .btn-warning.dropdown-toggle {
    background-image: none; }
  .bootstrap3.bootstrap3-buttons .btn-warning.disabled:hover, .bootstrap3.bootstrap3-buttons .btn-warning.disabled:focus, .bootstrap3.bootstrap3-buttons .btn-warning.disabled.focus, .bootstrap3.bootstrap3-buttons .btn-warning[disabled]:hover, .bootstrap3.bootstrap3-buttons .btn-warning[disabled]:focus, .bootstrap3.bootstrap3-buttons .btn-warning[disabled].focus,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-warning:hover,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-warning:focus,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .bootstrap3.bootstrap3-buttons .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.bootstrap3.bootstrap3-buttons .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .bootstrap3.bootstrap3-buttons .btn-danger:focus, .bootstrap3.bootstrap3-buttons .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .bootstrap3.bootstrap3-buttons .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .bootstrap3.bootstrap3-buttons .btn-danger:active, .bootstrap3.bootstrap3-buttons .btn-danger.active,
  .open > .bootstrap3.bootstrap3-buttons .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .bootstrap3.bootstrap3-buttons .btn-danger:active:hover, .bootstrap3.bootstrap3-buttons .btn-danger:active:focus, .bootstrap3.bootstrap3-buttons .btn-danger:active.focus, .bootstrap3.bootstrap3-buttons .btn-danger.active:hover, .bootstrap3.bootstrap3-buttons .btn-danger.active:focus, .bootstrap3.bootstrap3-buttons .btn-danger.active.focus,
    .open > .bootstrap3.bootstrap3-buttons .btn-danger.dropdown-toggle:hover,
    .open > .bootstrap3.bootstrap3-buttons .btn-danger.dropdown-toggle:focus,
    .open > .bootstrap3.bootstrap3-buttons .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .bootstrap3.bootstrap3-buttons .btn-danger:active, .bootstrap3.bootstrap3-buttons .btn-danger.active,
  .open > .bootstrap3.bootstrap3-buttons .btn-danger.dropdown-toggle {
    background-image: none; }
  .bootstrap3.bootstrap3-buttons .btn-danger.disabled:hover, .bootstrap3.bootstrap3-buttons .btn-danger.disabled:focus, .bootstrap3.bootstrap3-buttons .btn-danger.disabled.focus, .bootstrap3.bootstrap3-buttons .btn-danger[disabled]:hover, .bootstrap3.bootstrap3-buttons .btn-danger[disabled]:focus, .bootstrap3.bootstrap3-buttons .btn-danger[disabled].focus,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-danger:hover,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-danger:focus,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .bootstrap3.bootstrap3-buttons .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.bootstrap3.bootstrap3-buttons .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .bootstrap3.bootstrap3-buttons .btn-link, .bootstrap3.bootstrap3-buttons .btn-link:active, .bootstrap3.bootstrap3-buttons .btn-link.active, .bootstrap3.bootstrap3-buttons .btn-link[disabled],
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .bootstrap3.bootstrap3-buttons .btn-link, .bootstrap3.bootstrap3-buttons .btn-link:hover, .bootstrap3.bootstrap3-buttons .btn-link:focus, .bootstrap3.bootstrap3-buttons .btn-link:active {
    border-color: transparent; }
  .bootstrap3.bootstrap3-buttons .btn-link:hover, .bootstrap3.bootstrap3-buttons .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .bootstrap3.bootstrap3-buttons .btn-link[disabled]:hover, .bootstrap3.bootstrap3-buttons .btn-link[disabled]:focus,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-link:hover,
  fieldset[disabled] .bootstrap3.bootstrap3-buttons .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.bootstrap3.bootstrap3-buttons .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.bootstrap3.bootstrap3-buttons .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.bootstrap3.bootstrap3-buttons .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.bootstrap3.bootstrap3-buttons .btn-block {
  display: block;
  width: 100%; }

.bootstrap3.bootstrap3-buttons .btn-block + .btn-block {
  margin-top: 5px; }

.bootstrap3.bootstrap3-buttons input[type="submit"].btn-block,
.bootstrap3.bootstrap3-buttons input[type="reset"].btn-block,
.bootstrap3.bootstrap3-buttons input[type="button"].btn-block {
  width: 100%; }

.bootstrap3.bootstrap3-tables table {
  background-color: transparent; }

.bootstrap3.bootstrap3-tables caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

.bootstrap3.bootstrap3-tables th {
  text-align: left; }

.bootstrap3.bootstrap3-tables .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .bootstrap3.bootstrap3-tables .table > thead > tr > th,
  .bootstrap3.bootstrap3-tables .table > thead > tr > td,
  .bootstrap3.bootstrap3-tables .table > tbody > tr > th,
  .bootstrap3.bootstrap3-tables .table > tbody > tr > td,
  .bootstrap3.bootstrap3-tables .table > tfoot > tr > th,
  .bootstrap3.bootstrap3-tables .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .bootstrap3.bootstrap3-tables .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .bootstrap3.bootstrap3-tables .table > caption + thead > tr:first-child > th,
  .bootstrap3.bootstrap3-tables .table > caption + thead > tr:first-child > td,
  .bootstrap3.bootstrap3-tables .table > colgroup + thead > tr:first-child > th,
  .bootstrap3.bootstrap3-tables .table > colgroup + thead > tr:first-child > td,
  .bootstrap3.bootstrap3-tables .table > thead:first-child > tr:first-child > th,
  .bootstrap3.bootstrap3-tables .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .bootstrap3.bootstrap3-tables .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .bootstrap3.bootstrap3-tables .table .table {
    background-color: #fff; }

.bootstrap3.bootstrap3-tables .table-condensed > thead > tr > th,
.bootstrap3.bootstrap3-tables .table-condensed > thead > tr > td,
.bootstrap3.bootstrap3-tables .table-condensed > tbody > tr > th,
.bootstrap3.bootstrap3-tables .table-condensed > tbody > tr > td,
.bootstrap3.bootstrap3-tables .table-condensed > tfoot > tr > th,
.bootstrap3.bootstrap3-tables .table-condensed > tfoot > tr > td {
  padding: 5px; }

.bootstrap3.bootstrap3-tables .table-bordered {
  border: 1px solid #ddd; }
  .bootstrap3.bootstrap3-tables .table-bordered > thead > tr > th,
  .bootstrap3.bootstrap3-tables .table-bordered > thead > tr > td,
  .bootstrap3.bootstrap3-tables .table-bordered > tbody > tr > th,
  .bootstrap3.bootstrap3-tables .table-bordered > tbody > tr > td,
  .bootstrap3.bootstrap3-tables .table-bordered > tfoot > tr > th,
  .bootstrap3.bootstrap3-tables .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .bootstrap3.bootstrap3-tables .table-bordered > thead > tr > th,
  .bootstrap3.bootstrap3-tables .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.bootstrap3.bootstrap3-tables .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.bootstrap3.bootstrap3-tables .table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.bootstrap3.bootstrap3-tables table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

.bootstrap3.bootstrap3-tables table td[class*="col-"],
.bootstrap3.bootstrap3-tables table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.bootstrap3.bootstrap3-tables .table > thead > tr > td.active,
.bootstrap3.bootstrap3-tables .table > thead > tr > th.active,
.bootstrap3.bootstrap3-tables .table > thead > tr.active > td,
.bootstrap3.bootstrap3-tables .table > thead > tr.active > th,
.bootstrap3.bootstrap3-tables .table > tbody > tr > td.active,
.bootstrap3.bootstrap3-tables .table > tbody > tr > th.active,
.bootstrap3.bootstrap3-tables .table > tbody > tr.active > td,
.bootstrap3.bootstrap3-tables .table > tbody > tr.active > th,
.bootstrap3.bootstrap3-tables .table > tfoot > tr > td.active,
.bootstrap3.bootstrap3-tables .table > tfoot > tr > th.active,
.bootstrap3.bootstrap3-tables .table > tfoot > tr.active > td,
.bootstrap3.bootstrap3-tables .table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.bootstrap3.bootstrap3-tables .table-hover > tbody > tr > td.active:hover,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr > th.active:hover,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr.active:hover > td,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr:hover > .active,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.bootstrap3.bootstrap3-tables .table > thead > tr > td.success,
.bootstrap3.bootstrap3-tables .table > thead > tr > th.success,
.bootstrap3.bootstrap3-tables .table > thead > tr.success > td,
.bootstrap3.bootstrap3-tables .table > thead > tr.success > th,
.bootstrap3.bootstrap3-tables .table > tbody > tr > td.success,
.bootstrap3.bootstrap3-tables .table > tbody > tr > th.success,
.bootstrap3.bootstrap3-tables .table > tbody > tr.success > td,
.bootstrap3.bootstrap3-tables .table > tbody > tr.success > th,
.bootstrap3.bootstrap3-tables .table > tfoot > tr > td.success,
.bootstrap3.bootstrap3-tables .table > tfoot > tr > th.success,
.bootstrap3.bootstrap3-tables .table > tfoot > tr.success > td,
.bootstrap3.bootstrap3-tables .table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.bootstrap3.bootstrap3-tables .table-hover > tbody > tr > td.success:hover,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr > th.success:hover,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr.success:hover > td,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr:hover > .success,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.bootstrap3.bootstrap3-tables .table > thead > tr > td.info,
.bootstrap3.bootstrap3-tables .table > thead > tr > th.info,
.bootstrap3.bootstrap3-tables .table > thead > tr.info > td,
.bootstrap3.bootstrap3-tables .table > thead > tr.info > th,
.bootstrap3.bootstrap3-tables .table > tbody > tr > td.info,
.bootstrap3.bootstrap3-tables .table > tbody > tr > th.info,
.bootstrap3.bootstrap3-tables .table > tbody > tr.info > td,
.bootstrap3.bootstrap3-tables .table > tbody > tr.info > th,
.bootstrap3.bootstrap3-tables .table > tfoot > tr > td.info,
.bootstrap3.bootstrap3-tables .table > tfoot > tr > th.info,
.bootstrap3.bootstrap3-tables .table > tfoot > tr.info > td,
.bootstrap3.bootstrap3-tables .table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.bootstrap3.bootstrap3-tables .table-hover > tbody > tr > td.info:hover,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr > th.info:hover,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr.info:hover > td,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr:hover > .info,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.bootstrap3.bootstrap3-tables .table > thead > tr > td.warning,
.bootstrap3.bootstrap3-tables .table > thead > tr > th.warning,
.bootstrap3.bootstrap3-tables .table > thead > tr.warning > td,
.bootstrap3.bootstrap3-tables .table > thead > tr.warning > th,
.bootstrap3.bootstrap3-tables .table > tbody > tr > td.warning,
.bootstrap3.bootstrap3-tables .table > tbody > tr > th.warning,
.bootstrap3.bootstrap3-tables .table > tbody > tr.warning > td,
.bootstrap3.bootstrap3-tables .table > tbody > tr.warning > th,
.bootstrap3.bootstrap3-tables .table > tfoot > tr > td.warning,
.bootstrap3.bootstrap3-tables .table > tfoot > tr > th.warning,
.bootstrap3.bootstrap3-tables .table > tfoot > tr.warning > td,
.bootstrap3.bootstrap3-tables .table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.bootstrap3.bootstrap3-tables .table-hover > tbody > tr > td.warning:hover,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr > th.warning:hover,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr.warning:hover > td,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr:hover > .warning,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.bootstrap3.bootstrap3-tables .table > thead > tr > td.danger,
.bootstrap3.bootstrap3-tables .table > thead > tr > th.danger,
.bootstrap3.bootstrap3-tables .table > thead > tr.danger > td,
.bootstrap3.bootstrap3-tables .table > thead > tr.danger > th,
.bootstrap3.bootstrap3-tables .table > tbody > tr > td.danger,
.bootstrap3.bootstrap3-tables .table > tbody > tr > th.danger,
.bootstrap3.bootstrap3-tables .table > tbody > tr.danger > td,
.bootstrap3.bootstrap3-tables .table > tbody > tr.danger > th,
.bootstrap3.bootstrap3-tables .table > tfoot > tr > td.danger,
.bootstrap3.bootstrap3-tables .table > tfoot > tr > th.danger,
.bootstrap3.bootstrap3-tables .table > tfoot > tr.danger > td,
.bootstrap3.bootstrap3-tables .table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.bootstrap3.bootstrap3-tables .table-hover > tbody > tr > td.danger:hover,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr > th.danger:hover,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr.danger:hover > td,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr:hover > .danger,
.bootstrap3.bootstrap3-tables .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.bootstrap3.bootstrap3-tables .table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .bootstrap3.bootstrap3-tables .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .bootstrap3.bootstrap3-tables .table-responsive > .table {
        margin-bottom: 0; }
        .bootstrap3.bootstrap3-tables .table-responsive > .table > thead > tr > th,
        .bootstrap3.bootstrap3-tables .table-responsive > .table > thead > tr > td,
        .bootstrap3.bootstrap3-tables .table-responsive > .table > tbody > tr > th,
        .bootstrap3.bootstrap3-tables .table-responsive > .table > tbody > tr > td,
        .bootstrap3.bootstrap3-tables .table-responsive > .table > tfoot > tr > th,
        .bootstrap3.bootstrap3-tables .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .bootstrap3.bootstrap3-tables .table-responsive > .table-bordered {
        border: 0; }
        .bootstrap3.bootstrap3-tables .table-responsive > .table-bordered > thead > tr > th:first-child,
        .bootstrap3.bootstrap3-tables .table-responsive > .table-bordered > thead > tr > td:first-child,
        .bootstrap3.bootstrap3-tables .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .bootstrap3.bootstrap3-tables .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .bootstrap3.bootstrap3-tables .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .bootstrap3.bootstrap3-tables .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .bootstrap3.bootstrap3-tables .table-responsive > .table-bordered > thead > tr > th:last-child,
        .bootstrap3.bootstrap3-tables .table-responsive > .table-bordered > thead > tr > td:last-child,
        .bootstrap3.bootstrap3-tables .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .bootstrap3.bootstrap3-tables .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .bootstrap3.bootstrap3-tables .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .bootstrap3.bootstrap3-tables .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .bootstrap3.bootstrap3-tables .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .bootstrap3.bootstrap3-tables .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .bootstrap3.bootstrap3-tables .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .bootstrap3.bootstrap3-tables .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.bootstrap3.bootstrap3-glyphicons .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-asterisk:before {
  content: "\002a"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-plus:before {
  content: "\002b"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-euro:before,
.bootstrap3.bootstrap3-glyphicons .glyphicon-eur:before {
  content: "\20ac"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-minus:before {
  content: "\2212"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-cloud:before {
  content: "\2601"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-envelope:before {
  content: "\2709"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-pencil:before {
  content: "\270f"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-glass:before {
  content: "\e001"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-music:before {
  content: "\e002"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-search:before {
  content: "\e003"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-heart:before {
  content: "\e005"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-star:before {
  content: "\e006"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-star-empty:before {
  content: "\e007"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-user:before {
  content: "\e008"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-film:before {
  content: "\e009"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-th-large:before {
  content: "\e010"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-th:before {
  content: "\e011"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-th-list:before {
  content: "\e012"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-ok:before {
  content: "\e013"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-remove:before {
  content: "\e014"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-zoom-in:before {
  content: "\e015"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-zoom-out:before {
  content: "\e016"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-off:before {
  content: "\e017"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-signal:before {
  content: "\e018"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-cog:before {
  content: "\e019"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-trash:before {
  content: "\e020"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-home:before {
  content: "\e021"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-file:before {
  content: "\e022"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-time:before {
  content: "\e023"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-road:before {
  content: "\e024"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-download-alt:before {
  content: "\e025"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-download:before {
  content: "\e026"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-upload:before {
  content: "\e027"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-inbox:before {
  content: "\e028"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-play-circle:before {
  content: "\e029"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-repeat:before {
  content: "\e030"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-refresh:before {
  content: "\e031"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-list-alt:before {
  content: "\e032"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-lock:before {
  content: "\e033"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-flag:before {
  content: "\e034"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-headphones:before {
  content: "\e035"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-volume-off:before {
  content: "\e036"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-volume-down:before {
  content: "\e037"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-volume-up:before {
  content: "\e038"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-qrcode:before {
  content: "\e039"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-barcode:before {
  content: "\e040"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-tag:before {
  content: "\e041"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-tags:before {
  content: "\e042"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-book:before {
  content: "\e043"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-bookmark:before {
  content: "\e044"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-print:before {
  content: "\e045"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-camera:before {
  content: "\e046"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-font:before {
  content: "\e047"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-bold:before {
  content: "\e048"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-italic:before {
  content: "\e049"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-text-height:before {
  content: "\e050"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-text-width:before {
  content: "\e051"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-align-left:before {
  content: "\e052"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-align-center:before {
  content: "\e053"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-align-right:before {
  content: "\e054"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-align-justify:before {
  content: "\e055"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-list:before {
  content: "\e056"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-indent-left:before {
  content: "\e057"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-indent-right:before {
  content: "\e058"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-facetime-video:before {
  content: "\e059"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-picture:before {
  content: "\e060"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-map-marker:before {
  content: "\e062"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-adjust:before {
  content: "\e063"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-tint:before {
  content: "\e064"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-edit:before {
  content: "\e065"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-share:before {
  content: "\e066"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-check:before {
  content: "\e067"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-move:before {
  content: "\e068"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-step-backward:before {
  content: "\e069"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-fast-backward:before {
  content: "\e070"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-backward:before {
  content: "\e071"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-play:before {
  content: "\e072"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-pause:before {
  content: "\e073"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-stop:before {
  content: "\e074"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-forward:before {
  content: "\e075"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-fast-forward:before {
  content: "\e076"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-step-forward:before {
  content: "\e077"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-eject:before {
  content: "\e078"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-chevron-left:before {
  content: "\e079"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-chevron-right:before {
  content: "\e080"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-plus-sign:before {
  content: "\e081"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-minus-sign:before {
  content: "\e082"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-remove-sign:before {
  content: "\e083"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-ok-sign:before {
  content: "\e084"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-question-sign:before {
  content: "\e085"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-info-sign:before {
  content: "\e086"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-screenshot:before {
  content: "\e087"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-remove-circle:before {
  content: "\e088"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-ok-circle:before {
  content: "\e089"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-ban-circle:before {
  content: "\e090"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-arrow-left:before {
  content: "\e091"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-arrow-right:before {
  content: "\e092"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-arrow-up:before {
  content: "\e093"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-arrow-down:before {
  content: "\e094"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-share-alt:before {
  content: "\e095"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-resize-full:before {
  content: "\e096"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-resize-small:before {
  content: "\e097"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-exclamation-sign:before {
  content: "\e101"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-gift:before {
  content: "\e102"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-leaf:before {
  content: "\e103"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-fire:before {
  content: "\e104"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-eye-open:before {
  content: "\e105"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-eye-close:before {
  content: "\e106"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-warning-sign:before {
  content: "\e107"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-plane:before {
  content: "\e108"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-calendar:before {
  content: "\e109"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-random:before {
  content: "\e110"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-comment:before {
  content: "\e111"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-magnet:before {
  content: "\e112"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-chevron-up:before {
  content: "\e113"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-chevron-down:before {
  content: "\e114"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-retweet:before {
  content: "\e115"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-shopping-cart:before {
  content: "\e116"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-folder-close:before {
  content: "\e117"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-folder-open:before {
  content: "\e118"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-resize-vertical:before {
  content: "\e119"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-resize-horizontal:before {
  content: "\e120"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-hdd:before {
  content: "\e121"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-bullhorn:before {
  content: "\e122"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-bell:before {
  content: "\e123"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-certificate:before {
  content: "\e124"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-thumbs-up:before {
  content: "\e125"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-thumbs-down:before {
  content: "\e126"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-hand-right:before {
  content: "\e127"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-hand-left:before {
  content: "\e128"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-hand-up:before {
  content: "\e129"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-hand-down:before {
  content: "\e130"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-globe:before {
  content: "\e135"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-wrench:before {
  content: "\e136"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-tasks:before {
  content: "\e137"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-filter:before {
  content: "\e138"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-briefcase:before {
  content: "\e139"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-fullscreen:before {
  content: "\e140"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-dashboard:before {
  content: "\e141"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-paperclip:before {
  content: "\e142"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-heart-empty:before {
  content: "\e143"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-link:before {
  content: "\e144"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-phone:before {
  content: "\e145"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-pushpin:before {
  content: "\e146"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-usd:before {
  content: "\e148"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-gbp:before {
  content: "\e149"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-sort:before {
  content: "\e150"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-sort-by-order:before {
  content: "\e153"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-unchecked:before {
  content: "\e157"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-expand:before {
  content: "\e158"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-collapse-down:before {
  content: "\e159"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-collapse-up:before {
  content: "\e160"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-log-in:before {
  content: "\e161"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-flash:before {
  content: "\e162"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-log-out:before {
  content: "\e163"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-new-window:before {
  content: "\e164"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-record:before {
  content: "\e165"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-save:before {
  content: "\e166"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-open:before {
  content: "\e167"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-saved:before {
  content: "\e168"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-import:before {
  content: "\e169"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-export:before {
  content: "\e170"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-send:before {
  content: "\e171"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-floppy-disk:before {
  content: "\e172"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-floppy-saved:before {
  content: "\e173"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-floppy-remove:before {
  content: "\e174"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-floppy-save:before {
  content: "\e175"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-floppy-open:before {
  content: "\e176"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-credit-card:before {
  content: "\e177"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-transfer:before {
  content: "\e178"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-cutlery:before {
  content: "\e179"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-header:before {
  content: "\e180"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-compressed:before {
  content: "\e181"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-earphone:before {
  content: "\e182"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-phone-alt:before {
  content: "\e183"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-tower:before {
  content: "\e184"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-stats:before {
  content: "\e185"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-sd-video:before {
  content: "\e186"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-hd-video:before {
  content: "\e187"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-subtitles:before {
  content: "\e188"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-sound-stereo:before {
  content: "\e189"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-sound-dolby:before {
  content: "\e190"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-sound-5-1:before {
  content: "\e191"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-sound-6-1:before {
  content: "\e192"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-sound-7-1:before {
  content: "\e193"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-copyright-mark:before {
  content: "\e194"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-registration-mark:before {
  content: "\e195"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-cloud-download:before {
  content: "\e197"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-cloud-upload:before {
  content: "\e198"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-tree-conifer:before {
  content: "\e199"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-tree-deciduous:before {
  content: "\e200"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-cd:before {
  content: "\e201"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-save-file:before {
  content: "\e202"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-open-file:before {
  content: "\e203"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-level-up:before {
  content: "\e204"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-copy:before {
  content: "\e205"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-paste:before {
  content: "\e206"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-alert:before {
  content: "\e209"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-equalizer:before {
  content: "\e210"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-king:before {
  content: "\e211"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-queen:before {
  content: "\e212"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-pawn:before {
  content: "\e213"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-bishop:before {
  content: "\e214"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-knight:before {
  content: "\e215"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-baby-formula:before {
  content: "\e216"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-tent:before {
  content: "\26fa"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-blackboard:before {
  content: "\e218"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-bed:before {
  content: "\e219"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-apple:before {
  content: "\f8ff"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-erase:before {
  content: "\e221"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-hourglass:before {
  content: "\231b"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-lamp:before {
  content: "\e223"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-duplicate:before {
  content: "\e224"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-piggy-bank:before {
  content: "\e225"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-scissors:before {
  content: "\e226"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-bitcoin:before {
  content: "\e227"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-btc:before {
  content: "\e227"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-xbt:before {
  content: "\e227"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-yen:before {
  content: "\00a5"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-jpy:before {
  content: "\00a5"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-ruble:before {
  content: "\20bd"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-rub:before {
  content: "\20bd"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-scale:before {
  content: "\e230"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-ice-lolly:before {
  content: "\e231"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-education:before {
  content: "\e233"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-option-horizontal:before {
  content: "\e234"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-option-vertical:before {
  content: "\e235"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-menu-hamburger:before {
  content: "\e236"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-modal-window:before {
  content: "\e237"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-oil:before {
  content: "\e238"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-grain:before {
  content: "\e239"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-sunglasses:before {
  content: "\e240"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-text-size:before {
  content: "\e241"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-text-color:before {
  content: "\e242"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-text-background:before {
  content: "\e243"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-object-align-top:before {
  content: "\e244"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-object-align-bottom:before {
  content: "\e245"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-object-align-left:before {
  content: "\e247"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-object-align-vertical:before {
  content: "\e248"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-object-align-right:before {
  content: "\e249"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-triangle-right:before {
  content: "\e250"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-triangle-left:before {
  content: "\e251"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-triangle-bottom:before {
  content: "\e252"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-triangle-top:before {
  content: "\e253"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-console:before {
  content: "\e254"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-superscript:before {
  content: "\e255"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-subscript:before {
  content: "\e256"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-menu-left:before {
  content: "\e257"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-menu-right:before {
  content: "\e258"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-menu-down:before {
  content: "\e259"; }

.bootstrap3.bootstrap3-glyphicons .glyphicon-menu-up:before {
  content: "\e260"; }

/* TODO: Fix pagination styles and/or selectors in pagination-controls.scss:
        The 'pagination' class is used in QUT content for 'numbered'
        pagination controls, however it is also used by Liferay on
        pages such as the Notification page (Liferay profile button >
        Notifications). We either need to override the Liferay pagination
        styes completely or somehow change the selectors we use so that our 
        pagination styles don't apply to Liferay pages/portlets. Either way,
        the following hacks shouldn't be required. */
.user-notifications .pagination li:first-child > a {
  border-left-width: 1px !important; }

.user-notifications .page-link {
  border-width: 1px !important;
  line-height: unset !important; }

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