@charset "UTF-8";
/**
 * Clay 3.63.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
 */
/**
 * Clay 3.63.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
 */
@import "font-awesome-4.7.0/css/font-awesome.min.css";
@import "animate/animate.min.css";
@import "covalent/platform.css";
.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/airbus-theme/images/states/empty_state.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/airbus-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/airbus-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/airbus-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/airbus-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: #343a40;
}
.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.25rem;
  border-bottom-right-radius: 0.25rem;
}
.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.25rem;
}
.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.25rem;
}

.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;
}
@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: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.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.25rem 0.25rem;
  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: #4b9bff;
}

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

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

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

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

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

.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: #ffd76e;
}

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

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: 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;
}

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-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 {
  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 (max-width: 767.98px) {
  html:not(#__):not(#___) .lfr-configurator-visibility {
    opacity: 0.5;
  }
}
@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;
  }
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet-content-editable {
    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 (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;
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet-content-editable {
    opacity: 0.5;
  }
}

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

@media (max-width: 767.98px) {
  .lfr-configurator-visibility {
    opacity: 0.5;
  }
}

.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1;
}

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

.lfr-panel-page {
  width: 100%;
}
.lfr-panel-page .lfr-add-content h2 span {
  background-color: #d3dadd;
}

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

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

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "fontawesome-alloy";
  src: url("../font/fontawesome-alloy.eot");
  src: url("../font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-alloy.woff") format("woff"), url("../font/fontawesome-alloy.ttf") format("truetype"), url("../font/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^=icon-],
[class*=" icon-"] {
  font-family: "fontawesome-alloy";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em;
}

/* makes sure icons active on rollover in links */
a [class^=icon-],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
[class^=icon-].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571429em;
  text-align: right;
  padding-right: 0.2857142857em;
}
[class^=icon-].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714286em;
}

.icons-ul {
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
  line-height: inherit;
}

[class^=icon-].hide,
[class*=" icon-"].hide {
  display: none;
}

.icon-muted {
  color: #eeeeee;
}

.icon-light {
  color: white;
}

.icon-dark {
  color: #333333;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^=icon-].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
[class^=icon-].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^=icon-],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^=icon-],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^=icon-],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^=icon-],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^=icon-],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^=icon-],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^=icon-],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
.btn [class^=icon-].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^=icon-].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^=icon-].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^=icon-].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^=icon-], .nav-tabs [class^=icon-].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^=icon-], .nav-pills [class^=icon-].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}

.btn [class^=icon-].pull-left.icon-2x, .btn [class^=icon-].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.btn [class^=icon-].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}

.btn.btn-small [class^=icon-].pull-left.icon-2x, .btn.btn-small [class^=icon-].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}

.btn.btn-large [class^=icon-],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^=icon-].pull-left.icon-2x, .btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}
.btn.btn-large [class^=icon-].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}
.btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}

/* Fixes alignment in nav lists */
.nav-list [class^=icon-],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^=icon-],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
}

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
0% {
    -ms-transform: rotate(0deg);
  }
100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: "fontawesome-alloy";
  content: '\FEFF' attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-caret-bottom-right, .icon-glass, .icon-music, .icon-search, .icon-envelope, .icon-heart, .icon-star, .icon-star-empty, .icon-user, .icon-film, .icon-th-large, .icon-th, .icon-th-list, .icon-ok, .icon-remove, .icon-zoom-in, .icon-zoom-out, .icon-off, .icon-signal, .icon-cog, .icon-trash, .icon-home, .icon-file, .icon-inbox, .icon-play-circle, .icon-repeat, .icon-refresh, .icon-list-alt, .icon-lock, .icon-flag, .icon-headphones, .icon-volume-off, .icon-volume-down, .icon-volume-up, .icon-qrcode, .icon-barcode, .icon-tag, .icon-tags, .icon-book, .icon-bookmark, .icon-print, .icon-camera, .icon-font, .icon-bold, .icon-italic, .icon-align-justify, .icon-list, .icon-indent-left, .icon-indent-right, .icon-facetime-video, .icon-picture, .icon-pencil, .icon-map-marker, .icon-adjust, .icon-tint, .icon-edit, .icon-share, .icon-check, .icon-move, .icon-step-backward, .icon-fast-backward, .icon-backward, .icon-play, .icon-pause, .icon-stop, .icon-forward, .icon-fast-forward, .icon-minus-sign, .icon-remove-sign, .icon-ok-sign, .icon-question-sign, .icon-info-sign, .icon-screenshot, .icon-remove-circle, .icon-ok-circle, .icon-ban-circle, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-down, .icon-share-alt, .icon-resize-full, .icon-resize-small, .icon-plus, .icon-minus, .icon-asterisk, .icon-exclamation-sign, .icon-gift, .icon-leaf, .icon-calendar, .icon-random, .icon-comment, .icon-magnet, .icon-chevron-up, .icon-chevron-down, .icon-retweet, .icon-shopping-cart, .icon-folder-close, .icon-folder-open, .icon-resize-vertical, .icon-resize-horizontal, .icon-bar-chart, .icon-twitter-sign, .icon-facebook-sign, .icon-camera-retro, .icon-key, .icon-cogs, .icon-comments, .icon-thumbs-up, .icon-thumbs-down, .icon-star-half, .icon-signin, .icon-trophy, .icon-github-sign, .icon-upload-alt, .icon-lemon, .icon-phone, .icon-check-empty, .icon-bookmark-empty, .icon-phone-sign, .icon-twitter, .icon-facebook, .icon-github, .icon-unlock, .icon-credit, .icon-rss, .icon-hdd, .icon-bullhorn, .icon-bell, .icon-certificate, .icon-hand-right, .icon-hand-left, .icon-hand-up, .icon-globe, .icon-wrench, .icon-tasks, .icon-filter, .icon-briefcase, .icon-fullscreen, .icon-group, .icon-link, .icon-cloud, .icon-beaker, .icon-cut, .icon-copy, .icon-paper-clip, .icon-save, .icon-sign-blank, .icon-reorder, .icon-list-ul, .icon-list-ol, .icon-strikethrough, .icon-underline, .icon-table, .icon-magic, .icon-money, .icon-caret-down, .icon-caret-up, .icon-caret-left, .icon-caret-right, .icon-columns, .icon-sort, .icon-sort-down, .icon-sort-up, .icon-envelope-alt, .icon-linkedin, .icon-undo, .icon-legal, .icon-dashboard, .icon-comment-alt, .icon-comments-alt, .icon-bolt, .icon-sitemap, .icon-umbrella, .icon-paste, .icon-lightbulb, .icon-exchange, .icon-bell-alt, .icon-coffee, .icon-food, .icon-file-alt, .icon-building, .icon-hospital, .icon-ambulance, .icon-medkit, .icon-fighter-jet, .icon-beer, .icon-h-sign, .icon-plus-sign, .icon-double-angle-left, .icon-double-angle-right, .icon-double-angle-up, .icon-double-angle-down, .icon-angle-left, .icon-angle-right, .icon-angle-up, .icon-angle-down, .icon-desktop, .icon-laptop, .icon-spinner, .icon-circle, .icon-reply, .icon-github-alt, .icon-folder-close-alt, .icon-folder-open-alt, .icon-expand-alt, .icon-collapse-alt, .icon-smile, .icon-frown, .icon-meh, .icon-gamepad, .icon-keyboard, .icon-flag-alt, .icon-flag-checkered, .icon-terminal, .icon-code, .icon-reply-all, .icon-star-half-full, .icon-location-arrow, .icon-crop, .icon-code-fork, .icon-subscript, .icon-eraser, .icon-puzzle, .icon-microphone, .icon-microphone-off, .icon-shield, .icon-calendar-empty, .icon-fire-extinguisher, .icon-rocket, .icon-maxcdn, .icon-chevron-sign-left, .icon-chevron-sign-right, .icon-chevron-sign-up, .icon-chevron-sign-down, .icon-html5, .icon-css3, .icon-anchor, .icon-unlock-alt, .icon-bullseye, .icon-ellipsis-horizontal, .icon-ellipsis-vertical, .icon-rss-sign, .icon-fb-boolean, .icon-text-height, .icon-text-width, .icon-align-left, .icon-align-center, .icon-align-right, .icon-step-forward, .icon-eject, .icon-chevron-left, .icon-chevron-right, .icon-plus-sign-2, .icon-fire, .icon-eye-open, .icon-eye-close, .icon-warning-sign, .icon-plane, .icon-heart-empty, .icon-signout, .icon-linkedin-sign, .icon-pushpin, .icon-external-link, .icon-hand-down, .icon-circle-arrow-left, .icon-circle-arrow-right, .icon-circle-arrow-up, .icon-circle-arrow-down, .icon-truck, .icon-pinterest, .icon-pinterest-sign, .icon-google-plus-sign, .icon-google-plus, .icon-cloud-download, .icon-cloud-upload, .icon-user-md, .icon-stethoscope, .icon-suitcase, .icon-tablet, .icon-mobile, .icon-circle-blank, .icon-quote-left, .icon-quote-right, .icon-unlink, .icon-question, .icon-info, .icon-exclamation, .icon-superscript, .icon-play-sign, .icon-ticket, .icon-minus-sign-alt, .icon-check-minus, .icon-level-up, .icon-sort-by-attributes-alt, .icon-sort-by-order, .icon-sort-by-order-alt, .icon-thumbs-up-2, .icon-thumbs-down-2, .icon-dribbble, .icon-skype, .icon-foursquare, .icon-trello, .icon-female, .icon-level-down, .icon-check-sign, .icon-edit-sign, .icon-external-link-sign, .icon-share-sign, .icon-compass, .icon-collapse, .icon-collapse-top, .icon-expand, .icon-euro, .icon-gbp, .icon-dollar, .icon-rupee, .icon-yen, .icon-renminbi, .icon-won, .icon-bitcoin, .icon-file-2, .icon-file-text, .icon-sort-by-alphabet, .icon-sort-by-alphabet-alt, .icon-sort-by-attributes, .icon-youtube-sign, .icon-youtube, .icon-xing, .icon-xing-sign, .icon-youtube-play, .icon-dropbox, .icon-stackexchange, .icon-instagram, .icon-flickr, .icon-adn, .icon-bitbucket, .icon-bitbucket-sign, .icon-tumblr, .icon-tumblr-sign, .icon-long-arrow-down, .icon-long-arrow-up, .icon-long-arrow-left, .icon-long-arrow-right, .icon-apple, .icon-windows, .icon-android, .icon-linux, .icon-male, .icon-gittip, .icon-sun, .icon-moon, .icon-archive, .icon-bug, .icon-vk, .icon-weibo, .icon-renren, .icon-time, .icon-road, .icon-download-alt, .icon-download, .icon-upload, .icon-db-joinxor, .icon-db-state, .icon-db-start, .icon-db-end, .icon-db-fork, .icon-db-condition, .icon-db-task, .icon-db-join, .icon-fb-button, .icon-fb-fieldset, .icon-fb-custom-field, .icon-fb-separator, .icon-fb-paragraph, .icon-fb-file-upload, .icon-fb-text, .icon-fb-text-box, .icon-fb-select, .icon-fb-radio, .icon-fb-number, .icon-fb-integer, .icon-fb-decimal {
  font-family: "fontawesome-alloy";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-caret-bottom-right:before {
  content: "\e016";
}

.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file:before {
  content: "\f016";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up:before {
  content: "\f087";
}

.icon-thumbs-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope-alt:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-fb-boolean:before {
  content: "\e008";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign-2:before {
  content: "\f055";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

.icon-thumbs-up-2:before {
  content: "\f164";
}

.icon-thumbs-down-2:before {
  content: "\f165";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

.icon-euro:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before {
  content: "\f155";
}

.icon-rupee:before {
  content: "\f156";
}

.icon-yen:before {
  content: "\f157";
}

.icon-renminbi:before {
  content: "\f158";
}

.icon-won:before {
  content: "\f159";
}

.icon-bitcoin:before {
  content: "\f15a";
}

.icon-file-2:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stackexchange:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-sign:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun:before {
  content: "\f185";
}

.icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-db-joinxor:before {
  content: "\e006";
}

.icon-db-state:before {
  content: "\e009";
}

.icon-db-start:before {
  content: "\e00b";
}

.icon-db-end:before {
  content: "\e00a";
}

.icon-db-fork:before {
  content: "\e00c";
}

.icon-db-condition:before {
  content: "\e00e";
}

.icon-db-task:before {
  content: "\e00d";
}

.icon-db-join:before {
  content: "\e00f";
}

.icon-fb-button:before {
  content: "\e010";
}

.icon-fb-fieldset:before {
  content: "\e011";
}

.icon-fb-custom-field:before {
  content: "\e012";
}

.icon-fb-separator:before {
  content: "\e013";
}

.icon-fb-paragraph:before {
  content: "\e014";
}

.icon-fb-file-upload:before {
  content: "\e015";
}

.icon-fb-text:before {
  content: "\e000";
}

.icon-fb-text-box:before {
  content: "\e001";
}

.icon-fb-select:before {
  content: "\e002";
}

.icon-fb-radio:before {
  content: "\e003";
}

.icon-fb-number:before {
  content: "\e004";
}

.icon-fb-integer:before {
  content: "\e005";
}

.icon-fb-decimal:before {
  content: "\e007";
}

.icon-btc:before {
  content: "\f15a";
}

.icon-cny:before {
  content: "\f158";
}

.icon-eur:before {
  content: "\f153";
}

.icon-gear:before {
  content: "\f013";
}

.icon-gears:before {
  content: "\f085";
}

.icon-inr:before {
  content: "\f156";
}

.icon-jpy:before {
  content: "\f157";
}

.icon-krw:before {
  content: "\f159";
}

.icon-mail-forward:before {
  content: "\f064";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-rotate-right:before {
  content: "\f01e";
}

.icon-star-half-empty:before {
  content: "\f123";
}

.icon-unchecked:before {
  content: "\f096";
}

.icon-usd:before {
  content: "\f155";
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../font/glyphicons-halflings-regular.eot);
  src: url(../font/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../font/glyphicons-halflings-regular.woff2) format("woff2"), url(../font/glyphicons-halflings-regular.woff) format("woff"), url(../font/glyphicons-halflings-regular.ttf) format("truetype"), url(../font/glyphicons-halflings-regular.svgglyphicons_halflingsregular) format("svg");
}
.glyphicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

/* inject:imports */
/*Variables stylesheet*/
/* Old values removed due to upgrade from 7.0 to 7.2 */
/*Colors*/
/*
	Breakpoints
	Mobile 360px < 750px
	Desktop-Tablet: 750px-970px > 1170px	
*/
a:link, a:focus, a:hover, a:active {
  text-decoration: none;
}

.columns-1-2-1.airbus-layout-spc {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.columns-1-2-1.airbus-layout-extraspc {
  padding-right: 30px;
  padding-left: 30px;
}

.close-icon {
  border-radius: 100%;
  width: 18px;
  height: 18px;
  border: 1px solid;
  padding: 3px;
}

.display-none {
  display: none;
}

#keycopterneo .portlet-column, #keycopterneo .portlet-content-editable {
  margin-top: 20px;
}

.portlet-content.portlet-content-editable {
  border: none;
}

.home-link {
  display: inline-flex;
  text-indent: 7px;
  color: white;
}

.wasH1 {
  font-size: 38px;
}

.wasH1::before {
  content: "";
  display: block;
  height: 115%;
  border-left: solid 5px #fff;
  position: absolute;
  left: -5px;
  top: -10%;
}

section .section-content {
  display: block;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
  height: inherit;
}
section .section-content .media-full {
  width: 100%;
}
section .section-content h1 {
  text-shadow: 1px 1px 6px rgba(51, 51, 51, 0.48);
}
section .section-content.overlay:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(112, 112, 112, 0);
  background: -moz-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 38%, rgba(10, 29, 56, 0.77) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112, 112, 112, 0)), color-stop(0%, rgba(112, 112, 112, 0)), color-stop(38%, rgba(73, 80, 91, 0)), color-stop(100%, rgba(10, 29, 56, 0.77)));
  background: -webkit-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 38%, rgba(10, 29, 56, 0.77) 100%);
  background: -o-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 38%, rgba(10, 29, 56, 0.77) 100%);
  background: -ms-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 38%, rgba(10, 29, 56, 0.77) 100%);
  background: linear-gradient(to bottom, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 38%, rgba(10, 29, 56, 0.77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#707070", endColorstr="#0a1d38", GradientType=0 );
}
section .section-content > div {
  height: 100%;
  border-left: solid 1.5px rgba(255, 255, 255, 0.6);
  left: 50px;
  position: absolute;
  width: 85%;
}
section .section-content > div.video-text {
  top: 0px;
}
section .section-content > div > div {
  position: absolute;
  bottom: 20px;
  color: #fff;
  z-index: 2;
  padding-left: 15px;
}
section .section-content > div > div h1 {
  position: relative;
}
section .section-content > div > div h1:before {
  content: "";
  display: block;
  height: 115%;
  border-left: solid 5px #fff;
  position: absolute;
  left: -20px;
  top: -10%;
}

section .section-content[href]:hover.overlay:after {
  background: rgba(112, 112, 112, 0);
  background: -moz-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 0%, rgb(10, 29, 56) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112, 112, 112, 0)), color-stop(0%, rgba(112, 112, 112, 0)), color-stop(0, rgba(73, 80, 91, 0)), color-stop(100%, rgb(10, 29, 56)));
  background: -webkit-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 0%, rgb(10, 29, 56) 100%);
  background: -o-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 0%, rgb(10, 29, 56) 100%);
  background: -ms-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 0%, rgb(10, 29, 56) 100%);
  background: linear-gradient(to bottom, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 0%, rgb(10, 29, 56) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#707070", endColorstr="#0a1d38", GradientType=0 );
}

.portlet-asset-publisher .h2 {
  margin-bottom: 24px;
  margin-top: 48px;
}
.portlet-asset-publisher .h2 .header-back-to {
  display: none;
}
.portlet-asset-publisher .h2 span {
  color: #ffffff;
}
.portlet-asset-publisher .asset-full-content img {
  width: 100%;
}
.portlet-asset-publisher .asset-full-content .taglib-social-bookmarks {
  display: none;
}
.portlet-asset-publisher .asset-full-content .journal-content-article {
  color: #3f3f3f;
  background: #fff;
  padding: 24px;
}

@media (min-width: 480px) {
  .portlet-asset-publisher .h2 span {
    display: inline-block;
    font-size: 24px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .portlet-asset-publisher .asset-full-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .portlet-asset-publisher .h2 span {
    display: inline-block;
    font-size: 24px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .portlet-asset-publisher .asset-full-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 969px) {
  .portlet-asset-publisher .h2 span {
    font-size: 36px;
    padding-top: 15px;
  }
}
@media (min-width: 970px) {
  .portlet-asset-publisher .h2 span {
    font-size: 48px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .portlet-asset-publisher .asset-full-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.features-container .neo-feature-flip-container {
  perspective: 1000px;
  transform-style: preserve-3d;
  width: 33%;
  height: 300px;
  padding: 0;
  min-width: 300px;
}
.features-container .neo-feature-flip-container .feature-flip {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 100%;
}
.features-container .neo-feature-flip-container .feature-front {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
  transform-style: preserve-3d;
}
.features-container .neo-feature-flip-container .feature-back {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
  transform-style: preserve-3d;
}
.features-container .neo-feature-flip-container .feature-back:hover ~ .feature-front {
  visibility: hidden;
}
.features-container .neo-feature-flip-container .feature-front, .features-container .neo-feature-flip-container .feature-back, .features-container .neo-feature-flip-container .feature-image {
  width: 100%;
  height: 100%;
}
.features-container .neo-feature-flip-container .feature-front {
  z-index: 2;
  transform: rotateY(0deg);
}
.features-container .neo-feature-flip-container .feature-title {
  text-align: center;
  text-shadow: 1px 1px 6px rgba(51, 51, 51, 0.48);
  display: inline-block;
  width: 100%;
}
.features-container .neo-feature-flip-container .feature-back {
  transform: rotateY(180deg);
}
.features-container .neo-feature-flip-container .feature-back:hover {
  transform: rotateY(180deg);
  visibility: visible;
}
.features-container .neo-feature-flip-container .feature-front:hover {
  transform: rotateY(0deg);
  visibility: hidden;
}
.features-container .neo-feature-flip-container .feature-image {
  background-size: cover;
  background-position: center;
}
.features-container .neo-feature-flip-container:hover .feature-flip, .features-container .neo-feature-flip-container.hover .feature-flip {
  transform: rotateY(180deg);
}

.home-page-slideshow .home-page-slideshow-text {
  bottom: 40px;
}
.home-page-slideshow .home-page-slideshow-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  text-align: center;
}
.home-page-slideshow .carousel-inner {
  height: 100%;
}
.home-page-slideshow .carousel-inner .carousel-item {
  height: 100%;
  position: absolute;
}
.home-page-slideshow .carousel-inner .carousel-item a {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1600px) {
  .home-page-slideshow {
    width: 1600px;
    height: 686px;
  }
}
@media (max-width: 1600px) {
  .home-page-slideshow {
    width: calc(100vw - (100vw - 100%));
    height: 42.8571vw;
  }
}
@media (min-width: 1200px) {
  .home-page-slideshow .home-page-slideshow-indicators {
    display: none;
  }
}
@media (max-width: 768px) {
  .home-page-slideshow {
    height: 300px;
  }
  .home-page-slideshow .home-page-slideshow-control-icon {
    display: none;
  }
}
.carousel-control.right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.carousel-control.left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

a.carousel-control.right:hover {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%) !important;
}

a.carousel-control.left:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%) !important;
}

section.section-features-grid-circle {
  background-color: #f4f6f8;
  padding: 50px 100px;
  text-align: center;
  color: #7f8795;
  overflow: hidden;
}

section.section-features-grid-circle h1 {
  line-height: 2;
}

section.section-features-grid-circle p {
  padding-left: 18px;
  padding-right: 18px;
}

section.section-features-grid-circle i {
  border-color: #fff;
  border-width: 0px;
  background-color: #fff;
  height: 124px;
  width: 124px;
  line-height: 124px;
  border-radius: 50%;
  color: #00aec7;
  font-size: 62px;
  position: relative;
}

section.section-features-grid-circle .hover-area:hover i {
  transform: scale(0.9);
}

section.section-features-grid-circle .hover-area:hover i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  content: "";
  opacity: 0;
  display: inline-block;
  animation: sonarEffect 1.3s ease-out 75ms;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-sliders:before {
  content: "\f1de";
}

.keycopter-news-detail-wrapper {
  background: #ffffff;
}
.keycopter-news-detail-wrapper .keycopter-news-title {
  color: #ffffff;
  font-size: 48px;
}
.keycopter-news-detail-wrapper .keycopter-news-creation-date {
  border-bottom: 1px solid #b8ccd7;
  color: #0f2e6a;
  font-size: 24px;
  text-align: right;
  margin: 0px;
  padding: 0px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-abstract {
  color: #0f2e6a;
  font-size: 24px;
  margin-bottom: 16px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-image {
  margin-bottom: 24px;
  width: 100%;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-image img {
  width: 100%;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-longdescription {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-longdescription p {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 24px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-longdescription strong {
  color: #0f2e6a;
  font-weight: bold;
  font-size: 16px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-longdescription a {
  color: #148aae;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}
.keycopter-news-detail-wrapper .keycopter-news-content .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.keycopter-news-detail-wrapper .keycopter-news-content .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-relatedmedia {
  background: #eee;
  margin-bottom: 8px;
  margin-top: 0px;
  padding: 24px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-relatedmedia .keycopter-news-relatedmedia-title {
  font-size: 20px;
  color: #0f2e6a;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-relatedmedia .keycopter-news-relatedmedia-link {
  font-size: 16px;
  color: #148aae;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-relatedmedia .keycopter-news-relatedmedia-link p {
  margin-top: 16px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts {
  background: #eee;
  margin-top: 8px;
  margin-bottom: 24px;
  padding: 24px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact {
  margin-bottom: 30px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contacts-title {
  font-size: 20px;
  color: #0f2e6a;
  margin-bottom: 24px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact-name {
  border-right: 1px solid #b8ccd7;
  padding-left: 0px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact-names {
  font-size: 20px;
  color: #404040;
  margin-bottom: 16px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact-names p,
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact-contacts p {
  display: inline-block;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact-contacts {
  padding-left: 30px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact-phone {
  font-size: 16px;
  color: #404040;
  padding-bottom: 8px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact-mobile {
  font-size: 16px;
  color: #404040;
  margin-bottom: 16px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact-jobtitle {
  font-size: 16px;
  color: #404040;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact-email {
  font-size: 16px;
  color: #148aae;
}
.keycopter-news-detail-wrapper .keycopter-article-content {
  padding: 0px;
}

@media (min-width: 480px) {
  .keycopter-news-detail-wrapper {
    padding: 24px 20px;
  }
  .keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-image {
    margin-bottom: 16px;
  }
  .keycopter-news-detail-wrapper .keycopter-news-content .videoWrapper {
    margin-bottom: 16px;
  }
}
@media (max-width: 969px) {
  .keycopter-news-content {
    padding: 0px;
  }
  .keycopter-news-content .keycopter-news-abstract {
    margin-top: 16px;
  }
}
@media (min-width: 750px) {
  .keycopter-news-detail-wrapper {
    padding: 24px;
  }
  .keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-image {
    margin-bottom: 24px;
  }
  .keycopter-news-detail-wrapper .keycopter-news-content .videoWrapper {
    margin-bottom: 24px;
  }
}
@media (min-width: 970px) {
  .keycopter-news-detail-wrapper {
    padding: 24px;
  }
}
.community-home-article .community-home-article-content {
  text-align: center;
  color: #00205b;
}
.community-home-article .community-home-article-content h1 {
  margin-bottom: 0;
}
.community-home-article .community-home-article-content h2 {
  margin-top: 0;
  font-size: 20px;
  padding-left: 500px;
  color: #b8ccd7;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.community-project-article > h2 {
  margin-bottom: 0;
  font-weight: 600;
  display: none;
}
.community-project-article > p {
  color: #9f9f9f;
  display: none;
}
.community-project-article .community-project-article-content {
  line-height: 28px;
}
.community-project-article .community-project-article-content img {
  max-width: 100%;
}
.community-project-article .community-project-article-image {
  display: flex;
  justify-content: center;
}
.community-project-article .community-project-article-image picture {
  width: 60%;
  height: 100%;
  margin: 5em 0;
}
.community-project-article .community-project-article-image picture img {
  width: 100%;
}

.neo-row:before,
.neo-row:after {
  display: contents;
}

.section-carousel .neo-carousel-inner > .carousel-item > picture > img {
  width: auto;
  height: auto;
  max-width: none;
  margin: auto;
}
.section-carousel .neo-carousel-inner {
  height: auto !important;
}
.section-carousel .neo-carousel-text {
  position: absolute;
  top: 33%;
  left: 8.6rem;
  text-overflow: ellipsis;
  width: calc(100% - 8.6rem);
}
.section-carousel .neo-carousel-hr {
  border-top: solid 1.5px rgba(255, 255, 255, 0.6);
  position: relative;
  bottom: 50px;
}
.section-carousel .neo-carousel-btn {
  border-radius: 0px;
  font-family: "roboto-medium";
  padding: 6px 35px;
  line-height: 1.23;
  font-size: 13px;
  margin-right: 3.5rem;
  margin-bottom: 2rem;
}
.section-carousel .neo-carousel-btn-primary {
  background-color: #0085ad;
  border-color: #0085ad;
}
.section-carousel .neo-carousel-btn-primary:hover {
  background-color: #066987;
  border-color: #066987;
}
.section-carousel .neo-carousel-hr-indicator {
  border-right: solid 1.5px rgba(255, 255, 255, 0.6);
  position: relative;
  display: inline;
  margin-left: 100%;
  padding-top: 2%;
  bottom: 1.7em;
  top: -34px;
}
.section-carousel .neo-carousel-last-hr {
  background: #ff0000;
  border-right: solid 0 rgba(255, 255, 255, 0.6);
}
.section-carousel .neo-carousel-title {
  font-family: Roboto-medium, sans-serif;
  font-size: 44px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  width: 50%;
}
.section-carousel .neo-carousel-description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 1.3em;
  padding-top: 1.3em;
  margin-bottom: 0px;
  text-align: center;
}
.section-carousel .neo-carousel-description:hover {
  opacity: 1;
}
.section-carousel a:hover,
.section-carousel a:focus {
  color: white;
}
.section-carousel .neo-carousel-summary {
  font-family: Roboto;
  font-size: 2.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 2.4rem;
  width: 50%;
}
.section-carousel .neo-carousel-control {
  width: 5%;
  opacity: 1;
  padding-top: 15.5rem;
  bottom: 0;
  color: white;
  font-size: 20px;
  left: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  top: 0;
}
.section-carousel .neo-carousel-control .neo-carousel-left-menu,
.section-carousel .neo-carousel-control .neo-carousel-right-menu {
  text-align: center;
  display: inline;
  position: static;
  z-index: auto;
  color: white;
  opacity: 1;
}
.section-carousel .neo-carousel-control hr.neo-carousel-hr-control {
  border-top-color: rgb(238, 238, 238);
  margin-block-start: 0.5em;
  margin-top: 20px;
}
.section-carousel .neo-carousel-control .neo-carousel-left-menu .neo-glyphicon-menu-left {
  top: 0.5em;
}
.section-carousel .neo-carousel-hr-control {
  width: 30%;
  margin-bottom: 1.5rem;
  opacity: 50%;
}
.section-carousel .neo-carousel-indicators li {
  margin-left: 0;
  margin-right: 0;
  text-indent: 0px;
}
.section-carousel ol.neo-carousel-indicators {
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 0;
  right: 0;
  width: auto;
  display: flex;
  height: 55px;
}
.section-carousel ol.neo-carousel-indicators li p {
  opacity: 0.5;
  text-overflow: ellipsis;
}
.section-carousel ol.neo-carousel-indicators li.active p {
  opacity: 1;
  text-overflow: ellipsis;
}
.section-carousel ol.neo-carousel-indicators li,
.section-carousel ol.neo-carousel-indicators li.active {
  float: left;
  flex-grow: 1;
  height: 4px;
  border-radius: 0;
  border: 0;
  background: transparent;
}
.section-carousel ol.neo-carousel-indicators li.active {
  background: #ffffff;
}

.portlet {
  margin: 0 !important;
}

.article_desc p {
  font-size: 3rem;
  font-weight: normal;
}

.content-max-width, .full_image_bottom .bottom_flex_container .bottom_desc > p:nth-child(2), .full_image_bottom .bottom_flex_container, .second_article_container > .flex_container, .breadcrumb_container, .first_article_container > .flex_container {
  max-width: calc(1440px - 16rem);
}
@media (min-width: 1441px) {
  .content-max-width, .full_image_bottom .bottom_flex_container .bottom_desc > p:nth-child(2), .full_image_bottom .bottom_flex_container, .second_article_container > .flex_container, .breadcrumb_container, .first_article_container > .flex_container {
    max-width: 1440px;
  }
}

.full_image {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.full_image .full_image_content {
  z-index: 100;
  position: absolute;
  top: 40%;
  right: 16.5%;
  color: white;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  align-items: flex-end;
  font-family: Roboto-Bold, sans-serif;
  font-size: 1.2rem;
}
@media (min-width: 1441px) {
  .full_image .full_image_content {
    top: 40.5%;
  }
}
.full_image .full_image_content h1 {
  font-size: 3.6rem;
}
.full_image .full_image_content div {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.full_image .full_image_content div a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  border-radius: 0;
  margin-left: 0 0.5em;
  align-items: center;
  border-radius: 0px;
  border: none;
  height: 3rem;
}
.full_image .full_image_content div a.manage {
  background-color: #0085ad;
}
.full_image .full_image_content div a.explore {
  background-color: #00205b;
  margin-right: 0rem;
}
.full_image .full_image_content div .btn {
  font-size: 14px;
}
.full_image .full_image_content a {
  border-radius: 0;
  margin-left: 0.75em;
}
.full_image .full_image_content .manage {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  background-color: #0085ad;
  width: 12rem;
  height: 3rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  border: none;
}
.full_image .full_image_content .explore {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  background-color: #00205b;
  width: 8rem;
  height: 3rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  border: none;
}

.first_article_container {
  margin: 0;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  padding: 7rem 0;
}
.first_article_container > .flex_container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  height: 100%;
}
.first_article_container > .flex_container > .img_block {
  width: 40%;
}
.first_article_container > .flex_container > .img_block > picture img {
  object-fit: contain;
  object-position: center;
  max-width: 54rem;
  max-height: 36rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 20px #ffffff;
}
.first_article_container > .flex_container > .article_data {
  width: 55%;
  margin-left: 0rem;
}
.first_article_container > .flex_container > .article_data > .article_title {
  font-family: Roboto-Bold, sans-serif;
  font-size: 5rem;
  line-height: 5.5rem;
  margin-bottom: 2.5rem;
  display: flex;
}
.first_article_container > .flex_container > .article_data > .article_desc {
  color: #010a1f;
  font-family: Roboto-Thin, sans-serif;
}
.first_article_container > .flex_container > .article_data > .article_desc > p {
  line-height: 1.2;
}

.breadcrumb_container {
  max-width: unset;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  margin: 0;
  background-color: rgba(100, 117, 146, 0.2);
}
.breadcrumb_container > .breadcrumb_flex_container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  padding: 6rem 0;
  background-color: #e4e4e4;
}
.breadcrumb_container > .breadcrumb_flex_container > .breadcrumb_article {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: flex-start;
}
.breadcrumb_container > .breadcrumb_flex_container > .breadcrumb_article .breadcrumb_title {
  width: 25%;
  margin-left: 2rem;
  font-family: Roboto-Bold, sans-serif;
  font-size: 5rem;
  text-align: right;
  line-height: 5.5rem;
  display: flex;
  margin-right: 2rem;
}
.breadcrumb_container > .breadcrumb_flex_container > .breadcrumb_article .breadcrumb_desc {
  color: #010a1f;
  font-size: 3rem;
  width: 70%;
  font-family: Roboto-Thin, sans-serif;
  margin-left: 4.1rem;
  font-weight: normal;
}
.breadcrumb_container > .breadcrumb_flex_container > .breadcrumb_article .breadcrumb_desc > p {
  line-height: 1.2;
}
.breadcrumb_container > .breadcrumb_flex_container .breadcrumb_img img {
  display: block;
  margin: 3rem auto 0 auto;
  max-width: 1172px;
}

.second_article_container {
  background: white;
  margin: 0;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  padding: 2.1rem 0 7rem 0;
  justify-content: center;
  align-items: center;
}
.second_article_container hr {
  width: 80%;
  border-top: 1px solid #979797;
}
.second_article_container > .flex_container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  height: 100%;
  margin-top: 5rem;
}
.second_article_container > .flex_container > .img_block {
  width: 40%;
}
.second_article_container > .flex_container > .img_block > picture img {
  object-fit: contain;
  object-position: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 20px #ffffff;
}
.second_article_container > .flex_container > .article_data {
  width: 52%;
  margin-right: 3rem;
  text-align: right;
}
.second_article_container > .flex_container > .article_data > .article_title {
  font-family: Roboto-Bold, sans-serif;
  font-size: 5rem;
  line-height: 5.5rem;
  margin-left: 35rem;
  margin-bottom: 2.5rem;
}
.second_article_container > .flex_container > .article_data > .article_desc {
  color: #010a1f;
  font-family: Roboto-Thin, sans-serif;
}
.second_article_container > .flex_container > .article_data > .article_desc > p {
  line-height: 1.2;
}

.full_image_bottom {
  width: 100%;
  margin: 0;
  padding: 7rem 0;
  background-color: rgba(100, 117, 146, 0.2);
  justify-content: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.full_image_bottom .bottom_flex_container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
}
@media (min-width: 1441px) {
  .full_image_bottom .bottom_flex_container {
    width: 1440px;
  }
}
.full_image_bottom .bottom_flex_container img {
  width: 100%;
}
.full_image_bottom .bottom_flex_container .bottom_desc > p:nth-child(2) {
  margin: 0;
  padding: 2rem 0;
  color: #010a1f;
  font-family: Roboto-Thin, sans-serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.2;
}

#cybersecurity-header {
  background-color: white;
  background-image: url("../images/background-cybersecurity.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#cybersecurity-header .image-header-container {
  position: relative;
}
#cybersecurity-header .image-header-container .breadcrumb {
  position: absolute;
  display: flex;
  width: 100%;
  background: transparent;
  top: 1rem;
}
#cybersecurity-header .image-header-container .breadcrumb > * {
  display: block;
  display: flex;
  align-items: center;
}
#cybersecurity-header .image-header-container .breadcrumb a.back-redirect {
  color: #0085ad;
  font-size: 1.3rem;
  margin: 0 3.2rem;
}
#cybersecurity-header .image-header-container .breadcrumb a:not(.back-redirect) {
  color: #8390a7;
}
#cybersecurity-header .image-header-container .page-title {
  color: #ffffff;
  font-size: 2.3em;
  left: 40%;
  position: absolute;
  top: 40%;
}
#cybersecurity-header .article-container {
  display: flex;
  justify-content: center;
  margin-left: 9.8em;
  margin-right: 8.3em;
  margin-top: 4.9em;
}
#cybersecurity-header .article-container .middle-image {
  min-height: 6.2em;
  min-width: 6.8em;
}
#cybersecurity-header .article-container .middle-text-container {
  width: 100%;
  border-left: 1px solid #00205b;
  display: flex;
  flex-direction: column;
  font-size: 1.5em;
  justify-content: center;
  margin-left: 2.9em;
}
#cybersecurity-header .article-container .middle-text-container .middle-text {
  color: #00205b;
  display: -webkit-box;
  margin-left: 2.9em;
  max-width: 72.6em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#cybersecurity-header .bottom-image-container {
  padding-bottom: 3.2em;
  padding-top: 3em;
}
#cybersecurity-header .bottom-image-container .bottom-image {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 77.4em;
}

.cc-cookies {
  background-color: rgba(99, 101, 127, 0.9);
  position: fixed;
  width: 100%;
  border-radius: 5px;
  z-index: 1000;
  display: none;
  padding: 4.5rem 1rem;
  font-size: 130%;
  bottom: 0;
  right: 0;
  min-height: 43%;
  max-height: 100%;
  flex-flow: column;
  justify-content: center;
  font-weight: normal;
}
@media screen and (max-width: 970px) {
  .cc-cookies {
    padding: 4.5rem 3rem;
  }
}
@media screen and (max-width: 750px) {
  .cc-cookies {
    padding: 3rem 1.5rem;
    font-size: 110%;
  }
}
@media screen and (max-width: 480px) {
  .cc-cookies {
    font-size: 100%;
  }
}
.cc-cookies .cc-cookies-wrapper {
  color: #ffffff;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.cc-cookies .cc-cookies-wrapper div.cc-cookies-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-message {
  width: 70%;
}
@media screen and (max-width: 750px) {
  .cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-message {
    width: unset;
  }
}
.cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-message p {
  margin: 0;
}
.cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-accept {
  flex-shrink: 0;
}
.cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-accept .cc-cookie-button {
  background-color: #ffffff;
  padding: 1.2rem 8.9rem;
  border: solid 0 white;
  outline: solid 0 transparent;
  border-radius: 3px;
  color: #063b9e;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-accept .cc-cookie-button {
    padding: 0.75rem 2rem;
    font-size: 100%;
  }
}
.cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-accept .cc-cookie-button:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #002d80;
}
.cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-accept .cc-cookie-button:focus, .cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-accept .cc-cookie-button:active, .cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-accept .cc-cookie-button:visited {
  color: #063b9e;
  border: solid 2px #063b9e;
}
.cc-cookies .cc-cookies-wrapper div a {
  text-decoration: underline;
  color: #00205b;
}
.cc-cookies .cc-cookies-wrapper div a:active, .cc-cookies .cc-cookies-wrapper div a:hover, .cc-cookies .cc-cookies-wrapper div a:visited {
  text-decoration: underline;
}

#keycopterneo h5,
#keycopterneo .h5,
.neo h5,
.neo .h5 {
  font-size: 1.4rem;
}
#keycopterneo h1,
#keycopterneo .h1,
#keycopterneo h2,
#keycopterneo .h2,
#keycopterneo h3,
#keycopterneo .h3,
.neo h1,
.neo .h1,
.neo h2,
.neo .h2,
.neo h3,
.neo .h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#keycopterneo h4,
#keycopterneo .h4,
#keycopterneo h5,
#keycopterneo .h5,
#keycopterneo h6,
#keycopterneo .h6,
.neo h4,
.neo .h4,
.neo h5,
.neo .h5,
.neo h6,
.neo .h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#keycopterneo h6,
#keycopterneo .h6,
.neo h6,
.neo .h6 {
  font-size: 1.2rem;
}
#keycopterneo .tooltip,
.neo .tooltip {
  font-size: 1.2rem;
  line-height: 1.6;
}
#keycopterneo button.mat-button-toggle-button:focus,
.neo button.mat-button-toggle-button:focus {
  outline: none;
}
#keycopterneo .material-icons,
.neo .material-icons {
  display: inline-block;
}
#keycopterneo .modal .modal-dialog,
.neo .modal .modal-dialog {
  pointer-events: auto;
}

.portlet-forms .form-group label {
  color: white;
}
.portlet-forms .ddm-form-basic-info h1.ddm-form-name {
  color: white;
}
.portlet-forms .ddm-form-basic-info p.ddm-form-description {
  color: white;
}
.portlet-forms .lfr-ddm-form-page .lfr-ddm-form-page-title {
  color: white !important;
  font-size: 25px !important;
}
.portlet-forms .lfr-ddm-legend {
  color: white !important;
  font-size: 15px !important;
}
.portlet-forms .liferay-ddm-form-field-paragraph-text * {
  color: white;
}
.portlet-forms .form-text {
  color: white !important;
  font-size: 12px !important;
}
.portlet-forms .text-secondary {
  color: white !important;
}
.portlet-forms h3.lfr-ddm-form-page-title {
  color: white !important;
}
.portlet-forms .liferay-ddm-form-field-paragraph .liferay-ddm-form-field-paragraph-text p {
  color: white !important;
}
.portlet-forms span.custom-control-label {
  font-size: 1.5rem;
}

#keycopterneo h5,
#keycopterneo .h5,
.neo h5,
.neo .h5 {
  font-size: 1.4rem;
}
#keycopterneo h1,
#keycopterneo .h1,
#keycopterneo h2,
#keycopterneo .h2,
#keycopterneo h3,
#keycopterneo .h3,
.neo h1,
.neo .h1,
.neo h2,
.neo .h2,
.neo h3,
.neo .h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#keycopterneo h4,
#keycopterneo .h4,
#keycopterneo h5,
#keycopterneo .h5,
#keycopterneo h6,
#keycopterneo .h6,
.neo h4,
.neo .h4,
.neo h5,
.neo .h5,
.neo h6,
.neo .h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#keycopterneo h6,
#keycopterneo .h6,
.neo h6,
.neo .h6 {
  font-size: 1.2rem;
}
#keycopterneo .tooltip,
.neo .tooltip {
  font-size: 1.2rem;
  line-height: 1.6;
}
#keycopterneo button.mat-button-toggle-button:focus,
.neo button.mat-button-toggle-button:focus {
  outline: none;
}
#keycopterneo .material-icons,
.neo .material-icons {
  display: inline-block;
}
#keycopterneo .modal .modal-dialog,
.neo .modal .modal-dialog {
  pointer-events: auto;
}

.portlet-forms .form-group label {
  color: white;
}
.portlet-forms .ddm-form-basic-info h1.ddm-form-name {
  color: white;
}
.portlet-forms .ddm-form-basic-info p.ddm-form-description {
  color: white;
}
.portlet-forms .lfr-ddm-form-page .lfr-ddm-form-page-title {
  color: white !important;
  font-size: 25px !important;
}
.portlet-forms .lfr-ddm-legend {
  color: white !important;
  font-size: 15px !important;
}
.portlet-forms .liferay-ddm-form-field-paragraph-text * {
  color: white;
}
.portlet-forms .form-text {
  color: white !important;
  font-size: 12px !important;
}
.portlet-forms .text-secondary {
  color: white !important;
}
.portlet-forms h3.lfr-ddm-form-page-title {
  color: white !important;
}
.portlet-forms .liferay-ddm-form-field-paragraph .liferay-ddm-form-field-paragraph-text p {
  color: white !important;
}
.portlet-forms span.custom-control-label {
  font-size: 1.5rem;
}

/*Variables stylesheet*/
/* Old values removed due to upgrade from 7.0 to 7.2 */
/*Colors*/
/*
	Breakpoints
	Mobile 360px < 750px
	Desktop-Tablet: 750px-970px > 1170px	
*/
a:link, a:focus, a:hover, a:active {
  text-decoration: none;
}

.columns-1-2-1.airbus-layout-spc {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.columns-1-2-1.airbus-layout-extraspc {
  padding-right: 30px;
  padding-left: 30px;
}

.close-icon {
  border-radius: 100%;
  width: 18px;
  height: 18px;
  border: 1px solid;
  padding: 3px;
}

.display-none {
  display: none;
}

#keycopterneo .portlet-column, #keycopterneo .portlet-content-editable {
  margin-top: 20px;
}

.portlet-content.portlet-content-editable {
  border: none;
}

.home-link {
  display: inline-flex;
  text-indent: 7px;
  color: white;
}

.wasH1 {
  font-size: 38px;
}

.wasH1::before {
  content: "";
  display: block;
  height: 115%;
  border-left: solid 5px #fff;
  position: absolute;
  left: -5px;
  top: -10%;
}

section .section-content {
  display: block;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
  height: inherit;
}
section .section-content .media-full {
  width: 100%;
}
section .section-content h1 {
  text-shadow: 1px 1px 6px rgba(51, 51, 51, 0.48);
}
section .section-content.overlay:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(112, 112, 112, 0);
  background: -moz-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 38%, rgba(10, 29, 56, 0.77) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112, 112, 112, 0)), color-stop(0%, rgba(112, 112, 112, 0)), color-stop(38%, rgba(73, 80, 91, 0)), color-stop(100%, rgba(10, 29, 56, 0.77)));
  background: -webkit-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 38%, rgba(10, 29, 56, 0.77) 100%);
  background: -o-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 38%, rgba(10, 29, 56, 0.77) 100%);
  background: -ms-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 38%, rgba(10, 29, 56, 0.77) 100%);
  background: linear-gradient(to bottom, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 38%, rgba(10, 29, 56, 0.77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#707070", endColorstr="#0a1d38", GradientType=0 );
}
section .section-content > div {
  height: 100%;
  border-left: solid 1.5px rgba(255, 255, 255, 0.6);
  left: 50px;
  position: absolute;
  width: 85%;
}
section .section-content > div.video-text {
  top: 0px;
}
section .section-content > div > div {
  position: absolute;
  bottom: 20px;
  color: #fff;
  z-index: 2;
  padding-left: 15px;
}
section .section-content > div > div h1 {
  position: relative;
}
section .section-content > div > div h1:before {
  content: "";
  display: block;
  height: 115%;
  border-left: solid 5px #fff;
  position: absolute;
  left: -20px;
  top: -10%;
}

section .section-content[href]:hover.overlay:after {
  background: rgba(112, 112, 112, 0);
  background: -moz-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 0%, rgb(10, 29, 56) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112, 112, 112, 0)), color-stop(0%, rgba(112, 112, 112, 0)), color-stop(0, rgba(73, 80, 91, 0)), color-stop(100%, rgb(10, 29, 56)));
  background: -webkit-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 0%, rgb(10, 29, 56) 100%);
  background: -o-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 0%, rgb(10, 29, 56) 100%);
  background: -ms-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 0%, rgb(10, 29, 56) 100%);
  background: linear-gradient(to bottom, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 0%, rgb(10, 29, 56) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#707070", endColorstr="#0a1d38", GradientType=0 );
}

.portlet-asset-publisher .h2 {
  margin-bottom: 24px;
  margin-top: 48px;
}
.portlet-asset-publisher .h2 .header-back-to {
  display: none;
}
.portlet-asset-publisher .h2 span {
  color: #ffffff;
}
.portlet-asset-publisher .asset-full-content img {
  width: 100%;
}
.portlet-asset-publisher .asset-full-content .taglib-social-bookmarks {
  display: none;
}
.portlet-asset-publisher .asset-full-content .journal-content-article {
  color: #3f3f3f;
  background: #fff;
  padding: 24px;
}

@media (min-width: 480px) {
  .portlet-asset-publisher .h2 span {
    display: inline-block;
    font-size: 24px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .portlet-asset-publisher .asset-full-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .portlet-asset-publisher .h2 span {
    display: inline-block;
    font-size: 24px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .portlet-asset-publisher .asset-full-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 969px) {
  .portlet-asset-publisher .h2 span {
    font-size: 36px;
    padding-top: 15px;
  }
}
@media (min-width: 970px) {
  .portlet-asset-publisher .h2 span {
    font-size: 48px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .portlet-asset-publisher .asset-full-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.features-container .neo-feature-flip-container {
  perspective: 1000px;
  transform-style: preserve-3d;
  width: 33%;
  height: 300px;
  padding: 0;
  min-width: 300px;
}
.features-container .neo-feature-flip-container .feature-flip {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 100%;
}
.features-container .neo-feature-flip-container .feature-front {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
  transform-style: preserve-3d;
}
.features-container .neo-feature-flip-container .feature-back {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
  transform-style: preserve-3d;
}
.features-container .neo-feature-flip-container .feature-back:hover ~ .feature-front {
  visibility: hidden;
}
.features-container .neo-feature-flip-container .feature-front, .features-container .neo-feature-flip-container .feature-back, .features-container .neo-feature-flip-container .feature-image {
  width: 100%;
  height: 100%;
}
.features-container .neo-feature-flip-container .feature-front {
  z-index: 2;
  transform: rotateY(0deg);
}
.features-container .neo-feature-flip-container .feature-title {
  text-align: center;
  text-shadow: 1px 1px 6px rgba(51, 51, 51, 0.48);
  display: inline-block;
  width: 100%;
}
.features-container .neo-feature-flip-container .feature-back {
  transform: rotateY(180deg);
}
.features-container .neo-feature-flip-container .feature-back:hover {
  transform: rotateY(180deg);
  visibility: visible;
}
.features-container .neo-feature-flip-container .feature-front:hover {
  transform: rotateY(0deg);
  visibility: hidden;
}
.features-container .neo-feature-flip-container .feature-image {
  background-size: cover;
  background-position: center;
}
.features-container .neo-feature-flip-container:hover .feature-flip, .features-container .neo-feature-flip-container.hover .feature-flip {
  transform: rotateY(180deg);
}

section.section-features-grid-circle {
  background-color: #f4f6f8;
  padding: 50px 100px;
  text-align: center;
  color: #7f8795;
  overflow: hidden;
}

section.section-features-grid-circle h1 {
  line-height: 2;
}

section.section-features-grid-circle p {
  padding-left: 18px;
  padding-right: 18px;
}

section.section-features-grid-circle i {
  border-color: #fff;
  border-width: 0px;
  background-color: #fff;
  height: 124px;
  width: 124px;
  line-height: 124px;
  border-radius: 50%;
  color: #00aec7;
  font-size: 62px;
  position: relative;
}

section.section-features-grid-circle .hover-area:hover i {
  transform: scale(0.9);
}

section.section-features-grid-circle .hover-area:hover i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  content: "";
  opacity: 0;
  display: inline-block;
  animation: sonarEffect 1.3s ease-out 75ms;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-sliders:before {
  content: "\f1de";
}

.home-page-slideshow .home-page-slideshow-text {
  bottom: 40px;
}
.home-page-slideshow .home-page-slideshow-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  text-align: center;
}
.home-page-slideshow .carousel-inner {
  height: 100%;
}
.home-page-slideshow .carousel-inner .carousel-item {
  height: 100%;
  position: absolute;
}
.home-page-slideshow .carousel-inner .carousel-item a {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1600px) {
  .home-page-slideshow {
    width: 1600px;
    height: 686px;
  }
}
@media (max-width: 1600px) {
  .home-page-slideshow {
    width: calc(100vw - (100vw - 100%));
    height: 42.8571vw;
  }
}
@media (min-width: 1200px) {
  .home-page-slideshow .home-page-slideshow-indicators {
    display: none;
  }
}
@media (max-width: 768px) {
  .home-page-slideshow {
    height: 300px;
  }
  .home-page-slideshow .home-page-slideshow-control-icon {
    display: none;
  }
}
.carousel-control.right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.carousel-control.left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

a.carousel-control.right:hover {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%) !important;
}

a.carousel-control.left:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%) !important;
}

.cc-cookies {
  background-color: rgba(99, 101, 127, 0.9);
  position: fixed;
  width: 100%;
  border-radius: 5px;
  z-index: 1000;
  display: none;
  padding: 4.5rem 1rem;
  font-size: 130%;
  bottom: 0;
  right: 0;
  min-height: 43%;
  max-height: 100%;
  flex-flow: column;
  justify-content: center;
  font-weight: normal;
}
@media screen and (max-width: 970px) {
  .cc-cookies {
    padding: 4.5rem 3rem;
  }
}
@media screen and (max-width: 750px) {
  .cc-cookies {
    padding: 3rem 1.5rem;
    font-size: 110%;
  }
}
@media screen and (max-width: 480px) {
  .cc-cookies {
    font-size: 100%;
  }
}
.cc-cookies .cc-cookies-wrapper {
  color: #ffffff;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.cc-cookies .cc-cookies-wrapper div.cc-cookies-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-message {
  width: 70%;
}
@media screen and (max-width: 750px) {
  .cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-message {
    width: unset;
  }
}
.cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-message p {
  margin: 0;
}
.cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-accept {
  flex-shrink: 0;
}
.cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-accept .cc-cookie-button {
  background-color: #ffffff;
  padding: 1.2rem 8.9rem;
  border: solid 0 white;
  outline: solid 0 transparent;
  border-radius: 3px;
  color: #063b9e;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-accept .cc-cookie-button {
    padding: 0.75rem 2rem;
    font-size: 100%;
  }
}
.cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-accept .cc-cookie-button:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #002d80;
}
.cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-accept .cc-cookie-button:focus, .cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-accept .cc-cookie-button:active, .cc-cookies .cc-cookies-wrapper div.cc-cookies-content div.cc-cookie-accept .cc-cookie-button:visited {
  color: #063b9e;
  border: solid 2px #063b9e;
}
.cc-cookies .cc-cookies-wrapper div a {
  text-decoration: underline;
  color: #00205b;
}
.cc-cookies .cc-cookies-wrapper div a:active, .cc-cookies .cc-cookies-wrapper div a:hover, .cc-cookies .cc-cookies-wrapper div a:visited {
  text-decoration: underline;
}

.neo-row:before,
.neo-row:after {
  display: contents;
}

.section-carousel .neo-carousel-inner > .carousel-item > picture > img {
  width: auto;
  height: auto;
  max-width: none;
  margin: auto;
}
.section-carousel .neo-carousel-inner {
  height: auto !important;
}
.section-carousel .neo-carousel-text {
  position: absolute;
  top: 33%;
  left: 8.6rem;
  text-overflow: ellipsis;
  width: calc(100% - 8.6rem);
}
.section-carousel .neo-carousel-hr {
  border-top: solid 1.5px rgba(255, 255, 255, 0.6);
  position: relative;
  bottom: 50px;
}
.section-carousel .neo-carousel-btn {
  border-radius: 0px;
  font-family: "roboto-medium";
  padding: 6px 35px;
  line-height: 1.23;
  font-size: 13px;
  margin-right: 3.5rem;
  margin-bottom: 2rem;
}
.section-carousel .neo-carousel-btn-primary {
  background-color: #0085ad;
  border-color: #0085ad;
}
.section-carousel .neo-carousel-btn-primary:hover {
  background-color: #066987;
  border-color: #066987;
}
.section-carousel .neo-carousel-hr-indicator {
  border-right: solid 1.5px rgba(255, 255, 255, 0.6);
  position: relative;
  display: inline;
  margin-left: 100%;
  padding-top: 2%;
  bottom: 1.7em;
  top: -34px;
}
.section-carousel .neo-carousel-last-hr {
  background: #ff0000;
  border-right: solid 0 rgba(255, 255, 255, 0.6);
}
.section-carousel .neo-carousel-title {
  font-family: Roboto-medium, sans-serif;
  font-size: 44px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  width: 50%;
}
.section-carousel .neo-carousel-description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 1.3em;
  padding-top: 1.3em;
  margin-bottom: 0px;
  text-align: center;
}
.section-carousel .neo-carousel-description:hover {
  opacity: 1;
}
.section-carousel a:hover,
.section-carousel a:focus {
  color: white;
}
.section-carousel .neo-carousel-summary {
  font-family: Roboto;
  font-size: 2.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 2.4rem;
  width: 50%;
}
.section-carousel .neo-carousel-control {
  width: 5%;
  opacity: 1;
  padding-top: 15.5rem;
  bottom: 0;
  color: white;
  font-size: 20px;
  left: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  top: 0;
}
.section-carousel .neo-carousel-control .neo-carousel-left-menu,
.section-carousel .neo-carousel-control .neo-carousel-right-menu {
  text-align: center;
  display: inline;
  position: static;
  z-index: auto;
  color: white;
  opacity: 1;
}
.section-carousel .neo-carousel-control hr.neo-carousel-hr-control {
  border-top-color: rgb(238, 238, 238);
  margin-block-start: 0.5em;
  margin-top: 20px;
}
.section-carousel .neo-carousel-control .neo-carousel-left-menu .neo-glyphicon-menu-left {
  top: 0.5em;
}
.section-carousel .neo-carousel-hr-control {
  width: 30%;
  margin-bottom: 1.5rem;
  opacity: 50%;
}
.section-carousel .neo-carousel-indicators li {
  margin-left: 0;
  margin-right: 0;
  text-indent: 0px;
}
.section-carousel ol.neo-carousel-indicators {
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 0;
  right: 0;
  width: auto;
  display: flex;
  height: 55px;
}
.section-carousel ol.neo-carousel-indicators li p {
  opacity: 0.5;
  text-overflow: ellipsis;
}
.section-carousel ol.neo-carousel-indicators li.active p {
  opacity: 1;
  text-overflow: ellipsis;
}
.section-carousel ol.neo-carousel-indicators li,
.section-carousel ol.neo-carousel-indicators li.active {
  float: left;
  flex-grow: 1;
  height: 4px;
  border-radius: 0;
  border: 0;
  background: transparent;
}
.section-carousel ol.neo-carousel-indicators li.active {
  background: #ffffff;
}

.community-home-article .community-home-article-content {
  text-align: center;
  color: #00205b;
}
.community-home-article .community-home-article-content h1 {
  margin-bottom: 0;
}
.community-home-article .community-home-article-content h2 {
  margin-top: 0;
  font-size: 20px;
  padding-left: 500px;
  color: #b8ccd7;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.community-project-article > h2 {
  margin-bottom: 0;
  font-weight: 600;
  display: none;
}
.community-project-article > p {
  color: #9f9f9f;
  display: none;
}
.community-project-article .community-project-article-content {
  line-height: 28px;
}
.community-project-article .community-project-article-content img {
  max-width: 100%;
}
.community-project-article .community-project-article-image {
  display: flex;
  justify-content: center;
}
.community-project-article .community-project-article-image picture {
  width: 60%;
  height: 100%;
  margin: 5em 0;
}
.community-project-article .community-project-article-image picture img {
  width: 100%;
}

.community-headband-image {
  position: relative;
}
.community-headband-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 45rem;
}

.community-wrap-content {
  color: white;
  position: absolute;
  top: 25%;
  left: 8%;
  width: 45%;
}
.community-wrap-content .community-headband-title {
  display: -webkit-box;
  font-family: Roboto-Bold;
  font-size: 4.4rem;
  margin-bottom: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.community-wrap-content .community-headband-description {
  display: -webkit-box;
  font-family: Roboto;
  font-size: 2rem;
  font-weight: normal;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#cybersecurity-header {
  background-color: white;
  background-image: url("../images/background-cybersecurity.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#cybersecurity-header .image-header-container {
  position: relative;
}
#cybersecurity-header .image-header-container .breadcrumb {
  position: absolute;
  display: flex;
  width: 100%;
  background: transparent;
  top: 1rem;
}
#cybersecurity-header .image-header-container .breadcrumb > * {
  display: block;
  display: flex;
  align-items: center;
}
#cybersecurity-header .image-header-container .breadcrumb a.back-redirect {
  color: #0085ad;
  font-size: 1.3rem;
  margin: 0 3.2rem;
}
#cybersecurity-header .image-header-container .breadcrumb a:not(.back-redirect) {
  color: #8390a7;
}
#cybersecurity-header .image-header-container .page-title {
  color: #ffffff;
  font-size: 2.3em;
  left: 40%;
  position: absolute;
  top: 40%;
}
#cybersecurity-header .article-container {
  display: flex;
  justify-content: center;
  margin-left: 9.8em;
  margin-right: 8.3em;
  margin-top: 4.9em;
}
#cybersecurity-header .article-container .middle-image {
  min-height: 6.2em;
  min-width: 6.8em;
}
#cybersecurity-header .article-container .middle-text-container {
  width: 100%;
  border-left: 1px solid #00205b;
  display: flex;
  flex-direction: column;
  font-size: 1.5em;
  justify-content: center;
  margin-left: 2.9em;
}
#cybersecurity-header .article-container .middle-text-container .middle-text {
  color: #00205b;
  display: -webkit-box;
  margin-left: 2.9em;
  max-width: 72.6em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#cybersecurity-header .bottom-image-container {
  padding-bottom: 3.2em;
  padding-top: 3em;
}
#cybersecurity-header .bottom-image-container .bottom-image {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 77.4em;
}

.keycopter-news-detail-wrapper {
  background: #ffffff;
}
.keycopter-news-detail-wrapper .keycopter-news-title {
  color: #ffffff;
  font-size: 48px;
}
.keycopter-news-detail-wrapper .keycopter-news-creation-date {
  border-bottom: 1px solid #b8ccd7;
  color: #0f2e6a;
  font-size: 24px;
  text-align: right;
  margin: 0px;
  padding: 0px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-abstract {
  color: #0f2e6a;
  font-size: 24px;
  margin-bottom: 16px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-image {
  margin-bottom: 24px;
  width: 100%;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-image img {
  width: 100%;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-longdescription {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-longdescription p {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 24px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-longdescription strong {
  color: #0f2e6a;
  font-weight: bold;
  font-size: 16px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-longdescription a {
  color: #148aae;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}
.keycopter-news-detail-wrapper .keycopter-news-content .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.keycopter-news-detail-wrapper .keycopter-news-content .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-relatedmedia {
  background: #eee;
  margin-bottom: 8px;
  margin-top: 0px;
  padding: 24px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-relatedmedia .keycopter-news-relatedmedia-title {
  font-size: 20px;
  color: #0f2e6a;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-relatedmedia .keycopter-news-relatedmedia-link {
  font-size: 16px;
  color: #148aae;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-relatedmedia .keycopter-news-relatedmedia-link p {
  margin-top: 16px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts {
  background: #eee;
  margin-top: 8px;
  margin-bottom: 24px;
  padding: 24px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact {
  margin-bottom: 30px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contacts-title {
  font-size: 20px;
  color: #0f2e6a;
  margin-bottom: 24px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact-name {
  border-right: 1px solid #b8ccd7;
  padding-left: 0px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact-names {
  font-size: 20px;
  color: #404040;
  margin-bottom: 16px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact-names p,
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact-contacts p {
  display: inline-block;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact-contacts {
  padding-left: 30px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact-phone {
  font-size: 16px;
  color: #404040;
  padding-bottom: 8px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact-mobile {
  font-size: 16px;
  color: #404040;
  margin-bottom: 16px;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact-jobtitle {
  font-size: 16px;
  color: #404040;
}
.keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-contacts .keycopter-news-contact-email {
  font-size: 16px;
  color: #148aae;
}
.keycopter-news-detail-wrapper .keycopter-article-content {
  padding: 0px;
}

@media (min-width: 480px) {
  .keycopter-news-detail-wrapper {
    padding: 24px 20px;
  }
  .keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-image {
    margin-bottom: 16px;
  }
  .keycopter-news-detail-wrapper .keycopter-news-content .videoWrapper {
    margin-bottom: 16px;
  }
}
@media (max-width: 969px) {
  .keycopter-news-content {
    padding: 0px;
  }
  .keycopter-news-content .keycopter-news-abstract {
    margin-top: 16px;
  }
}
@media (min-width: 750px) {
  .keycopter-news-detail-wrapper {
    padding: 24px;
  }
  .keycopter-news-detail-wrapper .keycopter-news-content .keycopter-news-image {
    margin-bottom: 24px;
  }
  .keycopter-news-detail-wrapper .keycopter-news-content .videoWrapper {
    margin-bottom: 24px;
  }
}
@media (min-width: 970px) {
  .keycopter-news-detail-wrapper {
    padding: 24px;
  }
}
.portlet {
  margin: 0 !important;
}

.article_desc p {
  font-size: 3rem;
  font-weight: normal;
}

.content-max-width, .first_article_container > .flex_container, .breadcrumb_container, .second_article_container > .flex_container, .full_image_bottom .bottom_flex_container, .full_image_bottom .bottom_flex_container .bottom_desc > p:nth-child(2) {
  max-width: calc(1440px - 16rem);
}
@media (min-width: 1441px) {
  .content-max-width, .first_article_container > .flex_container, .breadcrumb_container, .second_article_container > .flex_container, .full_image_bottom .bottom_flex_container, .full_image_bottom .bottom_flex_container .bottom_desc > p:nth-child(2) {
    max-width: 1440px;
  }
}

.full_image {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.full_image .full_image_content {
  z-index: 100;
  position: absolute;
  top: 40%;
  right: 16.5%;
  color: white;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  align-items: flex-end;
  font-family: Roboto-Bold, sans-serif;
  font-size: 1.2rem;
}
@media (min-width: 1441px) {
  .full_image .full_image_content {
    top: 40.5%;
  }
}
.full_image .full_image_content h1 {
  font-size: 3.6rem;
}
.full_image .full_image_content div {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.full_image .full_image_content div a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  border-radius: 0;
  margin-left: 0 0.5em;
  align-items: center;
  border-radius: 0px;
  border: none;
  height: 3rem;
}
.full_image .full_image_content div a.manage {
  background-color: #0085ad;
}
.full_image .full_image_content div a.explore {
  background-color: #00205b;
  margin-right: 0rem;
}
.full_image .full_image_content div .btn {
  font-size: 14px;
}
.full_image .full_image_content a {
  border-radius: 0;
  margin-left: 0.75em;
}
.full_image .full_image_content .manage {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  background-color: #0085ad;
  width: 12rem;
  height: 3rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  border: none;
}
.full_image .full_image_content .explore {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  background-color: #00205b;
  width: 8rem;
  height: 3rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  border: none;
}

.first_article_container {
  margin: 0;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  padding: 7rem 0;
}
.first_article_container > .flex_container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  height: 100%;
}
.first_article_container > .flex_container > .img_block {
  width: 40%;
}
.first_article_container > .flex_container > .img_block > picture img {
  object-fit: contain;
  object-position: center;
  max-width: 54rem;
  max-height: 36rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 20px #ffffff;
}
.first_article_container > .flex_container > .article_data {
  width: 55%;
  margin-left: 0rem;
}
.first_article_container > .flex_container > .article_data > .article_title {
  font-family: Roboto-Bold, sans-serif;
  font-size: 5rem;
  line-height: 5.5rem;
  margin-bottom: 2.5rem;
  display: flex;
}
.first_article_container > .flex_container > .article_data > .article_desc {
  color: #010a1f;
  font-family: Roboto-Thin, sans-serif;
}
.first_article_container > .flex_container > .article_data > .article_desc > p {
  line-height: 1.2;
}

.breadcrumb_container {
  max-width: unset;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  margin: 0;
  background-color: rgba(100, 117, 146, 0.2);
}
.breadcrumb_container > .breadcrumb_flex_container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  padding: 6rem 0;
  background-color: #e4e4e4;
}
.breadcrumb_container > .breadcrumb_flex_container > .breadcrumb_article {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: flex-start;
}
.breadcrumb_container > .breadcrumb_flex_container > .breadcrumb_article .breadcrumb_title {
  width: 25%;
  margin-left: 2rem;
  font-family: Roboto-Bold, sans-serif;
  font-size: 5rem;
  text-align: right;
  line-height: 5.5rem;
  display: flex;
  margin-right: 2rem;
}
.breadcrumb_container > .breadcrumb_flex_container > .breadcrumb_article .breadcrumb_desc {
  color: #010a1f;
  font-size: 3rem;
  width: 70%;
  font-family: Roboto-Thin, sans-serif;
  margin-left: 4.1rem;
  font-weight: normal;
}
.breadcrumb_container > .breadcrumb_flex_container > .breadcrumb_article .breadcrumb_desc > p {
  line-height: 1.2;
}
.breadcrumb_container > .breadcrumb_flex_container .breadcrumb_img img {
  display: block;
  margin: 3rem auto 0 auto;
  max-width: 1172px;
}

.second_article_container {
  background: white;
  margin: 0;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  padding: 2.1rem 0 7rem 0;
  justify-content: center;
  align-items: center;
}
.second_article_container hr {
  width: 80%;
  border-top: 1px solid #979797;
}
.second_article_container > .flex_container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  height: 100%;
  margin-top: 5rem;
}
.second_article_container > .flex_container > .img_block {
  width: 40%;
}
.second_article_container > .flex_container > .img_block > picture img {
  object-fit: contain;
  object-position: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 20px #ffffff;
}
.second_article_container > .flex_container > .article_data {
  width: 52%;
  margin-right: 3rem;
  text-align: right;
}
.second_article_container > .flex_container > .article_data > .article_title {
  font-family: Roboto-Bold, sans-serif;
  font-size: 5rem;
  line-height: 5.5rem;
  margin-left: 35rem;
  margin-bottom: 2.5rem;
}
.second_article_container > .flex_container > .article_data > .article_desc {
  color: #010a1f;
  font-family: Roboto-Thin, sans-serif;
}
.second_article_container > .flex_container > .article_data > .article_desc > p {
  line-height: 1.2;
}

.full_image_bottom {
  width: 100%;
  margin: 0;
  padding: 7rem 0;
  background-color: rgba(100, 117, 146, 0.2);
  justify-content: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.full_image_bottom .bottom_flex_container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
}
@media (min-width: 1441px) {
  .full_image_bottom .bottom_flex_container {
    width: 1440px;
  }
}
.full_image_bottom .bottom_flex_container img {
  width: 100%;
}
.full_image_bottom .bottom_flex_container .bottom_desc > p:nth-child(2) {
  margin: 0;
  padding: 2rem 0;
  color: #010a1f;
  font-family: Roboto-Thin, sans-serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.2;
}

#buttons-service-row {
  background-color: #ffffff;
  padding: 2rem;
}

.button-service-span {
  margin: 1.9rem;
}

.button-service-a {
  background-color: #0085ad;
  color: #ffffff;
  padding: 1.3rem;
}

/* endinject */
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "fontawesome-alloy";
  src: url("aui/lexicon/fonts/alloy-font-awesome/font/fontawesome-alloy.eot");
  src: url("aui/lexicon/fonts/alloy-font-awesome/font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("aui/lexicon/fonts/alloy-font-awesome/font/fontawesome-alloy.woff") format("woff"), url("aui/lexicon/fonts/alloy-font-awesome/font/fontawesome-alloy.ttf") format("truetype"), url("aui/lexicon/fonts/alloy-font-awesome/font/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/* FONT AWESOME CORE
 * -------------------------- */
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em;
}

.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none;
}

.icons-ul > li {
  position: relative;
}

.icons-ul .icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  text-align: center;
  line-height: inherit;
}

.icon-muted {
  color: #eeeeee;
}

.icon-light {
  color: white;
}

.icon-dark {
  color: #333333;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

.icon-stack [class^=icon-],
.icon-stack [class*=" icon-"] {
  *line-height: 2em;
}

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
0% {
    -ms-transform: rotate(0deg);
  }
100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: "fontawesome-alloy";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-caret-bottom-right, .icon-glass, .icon-music, .icon-search, .icon-envelope, .icon-heart, .icon-star, .icon-star-empty, .icon-user, .icon-film, .icon-th-large, .icon-th, .icon-th-list, .icon-ok, .icon-remove, .icon-zoom-in, .icon-zoom-out, .icon-off, .icon-signal, .icon-cog, .icon-trash, .icon-home, .icon-file, .icon-inbox, .icon-play-circle, .icon-repeat, .icon-refresh, .icon-list-alt, .icon-lock, .icon-flag, .icon-headphones, .icon-volume-off, .icon-volume-down, .icon-volume-up, .icon-qrcode, .icon-barcode, .icon-tag, .icon-tags, .icon-book, .icon-bookmark, .icon-print, .icon-camera, .icon-font, .icon-bold, .icon-italic, .icon-align-justify, .icon-list, .icon-indent-left, .icon-indent-right, .icon-facetime-video, .icon-picture, .icon-pencil, .icon-map-marker, .icon-adjust, .icon-tint, .icon-edit, .icon-share, .icon-check, .icon-move, .icon-step-backward, .icon-fast-backward, .icon-backward, .icon-play, .icon-pause, .icon-stop, .icon-forward, .icon-fast-forward, .icon-minus-sign, .icon-remove-sign, .icon-ok-sign, .icon-question-sign, .icon-info-sign, .icon-screenshot, .icon-remove-circle, .icon-ok-circle, .icon-ban-circle, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-down, .icon-share-alt, .icon-resize-full, .icon-resize-small, .icon-plus, .icon-minus, .icon-asterisk, .icon-exclamation-sign, .icon-gift, .icon-leaf, .icon-calendar, .icon-random, .icon-comment, .icon-magnet, .icon-chevron-up, .icon-chevron-down, .icon-retweet, .icon-shopping-cart, .icon-folder-close, .icon-folder-open, .icon-resize-vertical, .icon-resize-horizontal, .icon-bar-chart, .icon-twitter-sign, .icon-facebook-sign, .icon-camera-retro, .icon-key, .icon-cogs, .icon-comments, .icon-thumbs-up, .icon-thumbs-down, .icon-star-half, .icon-signin, .icon-trophy, .icon-github-sign, .icon-upload-alt, .icon-lemon, .icon-phone, .icon-check-empty, .icon-bookmark-empty, .icon-phone-sign, .icon-twitter, .icon-facebook, .icon-github, .icon-unlock, .icon-credit, .icon-rss, .icon-hdd, .icon-bullhorn, .icon-bell, .icon-certificate, .icon-hand-right, .icon-hand-left, .icon-hand-up, .icon-globe, .icon-wrench, .icon-tasks, .icon-filter, .icon-briefcase, .icon-fullscreen, .icon-group, .icon-link, .icon-cloud, .icon-beaker, .icon-cut, .icon-copy, .icon-paper-clip, .icon-save, .icon-sign-blank, .icon-reorder, .icon-list-ul, .icon-list-ol, .icon-strikethrough, .icon-underline, .icon-table, .icon-magic, .icon-money, .icon-caret-down, .icon-caret-up, .icon-caret-left, .icon-caret-right, .icon-columns, .icon-sort, .icon-sort-down, .icon-sort-up, .icon-envelope-alt, .icon-linkedin, .icon-undo, .icon-legal, .icon-dashboard, .icon-comment-alt, .icon-comments-alt, .icon-bolt, .icon-sitemap, .icon-umbrella, .icon-paste, .icon-lightbulb, .icon-exchange, .icon-bell-alt, .icon-coffee, .icon-food, .icon-file-alt, .icon-building, .icon-hospital, .icon-ambulance, .icon-medkit, .icon-fighter-jet, .icon-beer, .icon-h-sign, .icon-plus-sign, .icon-double-angle-left, .icon-double-angle-right, .icon-double-angle-up, .icon-double-angle-down, .icon-angle-left, .icon-angle-right, .icon-angle-up, .icon-angle-down, .icon-desktop, .icon-laptop, .icon-spinner, .icon-circle, .icon-reply, .icon-github-alt, .icon-folder-close-alt, .icon-folder-open-alt, .icon-expand-alt, .icon-collapse-alt, .icon-smile, .icon-frown, .icon-meh, .icon-gamepad, .icon-keyboard, .icon-flag-alt, .icon-flag-checkered, .icon-terminal, .icon-code, .icon-reply-all, .icon-star-half-full, .icon-location-arrow, .icon-crop, .icon-code-fork, .icon-subscript, .icon-eraser, .icon-puzzle, .icon-microphone, .icon-microphone-off, .icon-shield, .icon-calendar-empty, .icon-fire-extinguisher, .icon-rocket, .icon-maxcdn, .icon-chevron-sign-left, .icon-chevron-sign-right, .icon-chevron-sign-up, .icon-chevron-sign-down, .icon-html5, .icon-css3, .icon-anchor, .icon-unlock-alt, .icon-bullseye, .icon-ellipsis-horizontal, .icon-ellipsis-vertical, .icon-rss-sign, .icon-fb-boolean, .icon-text-height, .icon-text-width, .icon-align-left, .icon-align-center, .icon-align-right, .icon-step-forward, .icon-eject, .icon-chevron-left, .icon-chevron-right, .icon-plus-sign-2, .icon-fire, .icon-eye-open, .icon-eye-close, .icon-warning-sign, .icon-plane, .icon-heart-empty, .icon-signout, .icon-linkedin-sign, .icon-pushpin, .icon-external-link, .icon-hand-down, .icon-circle-arrow-left, .icon-circle-arrow-right, .icon-circle-arrow-up, .icon-circle-arrow-down, .icon-truck, .icon-pinterest, .icon-pinterest-sign, .icon-google-plus-sign, .icon-google-plus, .icon-cloud-download, .icon-cloud-upload, .icon-user-md, .icon-stethoscope, .icon-suitcase, .icon-tablet, .icon-mobile, .icon-circle-blank, .icon-quote-left, .icon-quote-right, .icon-unlink, .icon-question, .icon-info, .icon-exclamation, .icon-superscript, .icon-play-sign, .icon-ticket, .icon-minus-sign-alt, .icon-check-minus, .icon-level-up, .icon-sort-by-attributes-alt, .icon-sort-by-order, .icon-sort-by-order-alt, .icon-thumbs-up-2, .icon-thumbs-down-2, .icon-dribbble, .icon-skype, .icon-foursquare, .icon-trello, .icon-female, .icon-level-down, .icon-check-sign, .icon-edit-sign, .icon-external-link-sign, .icon-share-sign, .icon-compass, .icon-collapse, .icon-collapse-top, .icon-expand, .icon-euro, .icon-gbp, .icon-dollar, .icon-rupee, .icon-yen, .icon-renminbi, .icon-won, .icon-bitcoin, .icon-file-2, .icon-file-text, .icon-sort-by-alphabet, .icon-sort-by-alphabet-alt, .icon-sort-by-attributes, .icon-youtube-sign, .icon-youtube, .icon-xing, .icon-xing-sign, .icon-youtube-play, .icon-dropbox, .icon-stackexchange, .icon-instagram, .icon-flickr, .icon-adn, .icon-bitbucket, .icon-bitbucket-sign, .icon-tumblr, .icon-tumblr-sign, .icon-long-arrow-down, .icon-long-arrow-up, .icon-long-arrow-left, .icon-long-arrow-right, .icon-apple, .icon-windows, .icon-android, .icon-linux, .icon-male, .icon-gittip, .icon-sun, .icon-moon, .icon-archive, .icon-bug, .icon-vk, .icon-weibo, .icon-renren, .icon-time, .icon-road, .icon-download-alt, .icon-download, .icon-upload, .icon-db-joinxor, .icon-db-state, .icon-db-start, .icon-db-end, .icon-db-fork, .icon-db-condition, .icon-db-task, .icon-db-join, .icon-fb-button, .icon-fb-fieldset, .icon-fb-custom-field, .icon-fb-separator, .icon-fb-paragraph, .icon-fb-file-upload, .icon-fb-text, .icon-fb-text-box, .icon-fb-select, .icon-fb-radio, .icon-fb-number, .icon-fb-integer, .icon-fb-decimal {
  font-family: "fontawesome-alloy";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  *margin-right: 0.3em;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
}

.icon-caret-bottom-right:before, .icon-glass:before, .icon-music:before, .icon-search:before, .icon-envelope:before, .icon-heart:before, .icon-star:before, .icon-star-empty:before, .icon-user:before, .icon-film:before, .icon-th-large:before, .icon-th:before, .icon-th-list:before, .icon-ok:before, .icon-remove:before, .icon-zoom-in:before, .icon-zoom-out:before, .icon-off:before, .icon-signal:before, .icon-cog:before, .icon-trash:before, .icon-home:before, .icon-file:before, .icon-inbox:before, .icon-play-circle:before, .icon-repeat:before, .icon-refresh:before, .icon-list-alt:before, .icon-lock:before, .icon-flag:before, .icon-headphones:before, .icon-volume-off:before, .icon-volume-down:before, .icon-volume-up:before, .icon-qrcode:before, .icon-barcode:before, .icon-tag:before, .icon-tags:before, .icon-book:before, .icon-bookmark:before, .icon-print:before, .icon-camera:before, .icon-font:before, .icon-bold:before, .icon-italic:before, .icon-align-justify:before, .icon-list:before, .icon-indent-left:before, .icon-indent-right:before, .icon-facetime-video:before, .icon-picture:before, .icon-pencil:before, .icon-map-marker:before, .icon-adjust:before, .icon-tint:before, .icon-edit:before, .icon-share:before, .icon-check:before, .icon-move:before, .icon-step-backward:before, .icon-fast-backward:before, .icon-backward:before, .icon-play:before, .icon-pause:before, .icon-stop:before, .icon-forward:before, .icon-fast-forward:before, .icon-minus-sign:before, .icon-remove-sign:before, .icon-ok-sign:before, .icon-question-sign:before, .icon-info-sign:before, .icon-screenshot:before, .icon-remove-circle:before, .icon-ok-circle:before, .icon-ban-circle:before, .icon-arrow-left:before, .icon-arrow-right:before, .icon-arrow-up:before, .icon-arrow-down:before, .icon-share-alt:before, .icon-resize-full:before, .icon-resize-small:before, .icon-plus:before, .icon-minus:before, .icon-asterisk:before, .icon-exclamation-sign:before, .icon-gift:before, .icon-leaf:before, .icon-calendar:before, .icon-random:before, .icon-comment:before, .icon-magnet:before, .icon-chevron-up:before, .icon-chevron-down:before, .icon-retweet:before, .icon-shopping-cart:before, .icon-folder-close:before, .icon-folder-open:before, .icon-resize-vertical:before, .icon-resize-horizontal:before, .icon-bar-chart:before, .icon-twitter-sign:before, .icon-facebook-sign:before, .icon-camera-retro:before, .icon-key:before, .icon-cogs:before, .icon-comments:before, .icon-thumbs-up:before, .icon-thumbs-down:before, .icon-star-half:before, .icon-signin:before, .icon-trophy:before, .icon-github-sign:before, .icon-upload-alt:before, .icon-lemon:before, .icon-phone:before, .icon-check-empty:before, .icon-bookmark-empty:before, .icon-phone-sign:before, .icon-twitter:before, .icon-facebook:before, .icon-github:before, .icon-unlock:before, .icon-credit:before, .icon-rss:before, .icon-hdd:before, .icon-bullhorn:before, .icon-bell:before, .icon-certificate:before, .icon-hand-right:before, .icon-hand-left:before, .icon-hand-up:before, .icon-globe:before, .icon-wrench:before, .icon-tasks:before, .icon-filter:before, .icon-briefcase:before, .icon-fullscreen:before, .icon-group:before, .icon-link:before, .icon-cloud:before, .icon-beaker:before, .icon-cut:before, .icon-copy:before, .icon-paper-clip:before, .icon-save:before, .icon-sign-blank:before, .icon-reorder:before, .icon-list-ul:before, .icon-list-ol:before, .icon-strikethrough:before, .icon-underline:before, .icon-table:before, .icon-magic:before, .icon-money:before, .icon-caret-down:before, .icon-caret-up:before, .icon-caret-left:before, .icon-caret-right:before, .icon-columns:before, .icon-sort:before, .icon-sort-down:before, .icon-sort-up:before, .icon-envelope-alt:before, .icon-linkedin:before, .icon-undo:before, .icon-legal:before, .icon-dashboard:before, .icon-comment-alt:before, .icon-comments-alt:before, .icon-bolt:before, .icon-sitemap:before, .icon-umbrella:before, .icon-paste:before, .icon-lightbulb:before, .icon-exchange:before, .icon-bell-alt:before, .icon-coffee:before, .icon-food:before, .icon-file-alt:before, .icon-building:before, .icon-hospital:before, .icon-ambulance:before, .icon-medkit:before, .icon-fighter-jet:before, .icon-beer:before, .icon-h-sign:before, .icon-plus-sign:before, .icon-double-angle-left:before, .icon-double-angle-right:before, .icon-double-angle-up:before, .icon-double-angle-down:before, .icon-angle-left:before, .icon-angle-right:before, .icon-angle-up:before, .icon-angle-down:before, .icon-desktop:before, .icon-laptop:before, .icon-spinner:before, .icon-circle:before, .icon-reply:before, .icon-github-alt:before, .icon-folder-close-alt:before, .icon-folder-open-alt:before, .icon-expand-alt:before, .icon-collapse-alt:before, .icon-smile:before, .icon-frown:before, .icon-meh:before, .icon-gamepad:before, .icon-keyboard:before, .icon-flag-alt:before, .icon-flag-checkered:before, .icon-terminal:before, .icon-code:before, .icon-reply-all:before, .icon-star-half-full:before, .icon-location-arrow:before, .icon-crop:before, .icon-code-fork:before, .icon-subscript:before, .icon-eraser:before, .icon-puzzle:before, .icon-microphone:before, .icon-microphone-off:before, .icon-shield:before, .icon-calendar-empty:before, .icon-fire-extinguisher:before, .icon-rocket:before, .icon-maxcdn:before, .icon-chevron-sign-left:before, .icon-chevron-sign-right:before, .icon-chevron-sign-up:before, .icon-chevron-sign-down:before, .icon-html5:before, .icon-css3:before, .icon-anchor:before, .icon-unlock-alt:before, .icon-bullseye:before, .icon-ellipsis-horizontal:before, .icon-ellipsis-vertical:before, .icon-rss-sign:before, .icon-fb-boolean:before, .icon-text-height:before, .icon-text-width:before, .icon-align-left:before, .icon-align-center:before, .icon-align-right:before, .icon-step-forward:before, .icon-eject:before, .icon-chevron-left:before, .icon-chevron-right:before, .icon-plus-sign-2:before, .icon-fire:before, .icon-eye-open:before, .icon-eye-close:before, .icon-warning-sign:before, .icon-plane:before, .icon-heart-empty:before, .icon-signout:before, .icon-linkedin-sign:before, .icon-pushpin:before, .icon-external-link:before, .icon-hand-down:before, .icon-circle-arrow-left:before, .icon-circle-arrow-right:before, .icon-circle-arrow-up:before, .icon-circle-arrow-down:before, .icon-truck:before, .icon-pinterest:before, .icon-pinterest-sign:before, .icon-google-plus-sign:before, .icon-google-plus:before, .icon-cloud-download:before, .icon-cloud-upload:before, .icon-user-md:before, .icon-stethoscope:before, .icon-suitcase:before, .icon-tablet:before, .icon-mobile:before, .icon-circle-blank:before, .icon-quote-left:before, .icon-quote-right:before, .icon-unlink:before, .icon-question:before, .icon-info:before, .icon-exclamation:before, .icon-superscript:before, .icon-play-sign:before, .icon-ticket:before, .icon-minus-sign-alt:before, .icon-check-minus:before, .icon-level-up:before, .icon-sort-by-attributes-alt:before, .icon-sort-by-order:before, .icon-sort-by-order-alt:before, .icon-thumbs-up-2:before, .icon-thumbs-down-2:before, .icon-dribbble:before, .icon-skype:before, .icon-foursquare:before, .icon-trello:before, .icon-female:before, .icon-level-down:before, .icon-check-sign:before, .icon-edit-sign:before, .icon-external-link-sign:before, .icon-share-sign:before, .icon-compass:before, .icon-collapse:before, .icon-collapse-top:before, .icon-expand:before, .icon-euro:before, .icon-gbp:before, .icon-dollar:before, .icon-rupee:before, .icon-yen:before, .icon-renminbi:before, .icon-won:before, .icon-bitcoin:before, .icon-file-2:before, .icon-file-text:before, .icon-sort-by-alphabet:before, .icon-sort-by-alphabet-alt:before, .icon-sort-by-attributes:before, .icon-youtube-sign:before, .icon-youtube:before, .icon-xing:before, .icon-xing-sign:before, .icon-youtube-play:before, .icon-dropbox:before, .icon-stackexchange:before, .icon-instagram:before, .icon-flickr:before, .icon-adn:before, .icon-bitbucket:before, .icon-bitbucket-sign:before, .icon-tumblr:before, .icon-tumblr-sign:before, .icon-long-arrow-down:before, .icon-long-arrow-up:before, .icon-long-arrow-left:before, .icon-long-arrow-right:before, .icon-apple:before, .icon-windows:before, .icon-android:before, .icon-linux:before, .icon-male:before, .icon-gittip:before, .icon-sun:before, .icon-moon:before, .icon-archive:before, .icon-bug:before, .icon-vk:before, .icon-weibo:before, .icon-renren:before, .icon-time:before, .icon-road:before, .icon-download-alt:before, .icon-download:before, .icon-upload:before, .icon-db-joinxor:before, .icon-db-state:before, .icon-db-start:before, .icon-db-end:before, .icon-db-fork:before, .icon-db-condition:before, .icon-db-task:before, .icon-db-join:before, .icon-fb-button:before, .icon-fb-fieldset:before, .icon-fb-custom-field:before, .icon-fb-separator:before, .icon-fb-paragraph:before, .icon-fb-file-upload:before, .icon-fb-text:before, .icon-fb-text-box:before, .icon-fb-select:before, .icon-fb-radio:before, .icon-fb-number:before, .icon-fb-integer:before, .icon-fb-decimal:before {
  display: inline-block;
  speak: none;
  text-decoration: inherit;
}

.icon-caret-bottom-right.hide, .icon-glass.hide, .icon-music.hide, .icon-search.hide, .icon-envelope.hide, .icon-heart.hide, .icon-star.hide, .icon-star-empty.hide, .icon-user.hide, .icon-film.hide, .icon-th-large.hide, .icon-th.hide, .icon-th-list.hide, .icon-ok.hide, .icon-remove.hide, .icon-zoom-in.hide, .icon-zoom-out.hide, .icon-off.hide, .icon-signal.hide, .icon-cog.hide, .icon-trash.hide, .icon-home.hide, .icon-file.hide, .icon-inbox.hide, .icon-play-circle.hide, .icon-repeat.hide, .icon-refresh.hide, .icon-list-alt.hide, .icon-lock.hide, .icon-flag.hide, .icon-headphones.hide, .icon-volume-off.hide, .icon-volume-down.hide, .icon-volume-up.hide, .icon-qrcode.hide, .icon-barcode.hide, .icon-tag.hide, .icon-tags.hide, .icon-book.hide, .icon-bookmark.hide, .icon-print.hide, .icon-camera.hide, .icon-font.hide, .icon-bold.hide, .icon-italic.hide, .icon-align-justify.hide, .icon-list.hide, .icon-indent-left.hide, .icon-indent-right.hide, .icon-facetime-video.hide, .icon-picture.hide, .icon-pencil.hide, .icon-map-marker.hide, .icon-adjust.hide, .icon-tint.hide, .icon-edit.hide, .icon-share.hide, .icon-check.hide, .icon-move.hide, .icon-step-backward.hide, .icon-fast-backward.hide, .icon-backward.hide, .icon-play.hide, .icon-pause.hide, .icon-stop.hide, .icon-forward.hide, .icon-fast-forward.hide, .icon-minus-sign.hide, .icon-remove-sign.hide, .icon-ok-sign.hide, .icon-question-sign.hide, .icon-info-sign.hide, .icon-screenshot.hide, .icon-remove-circle.hide, .icon-ok-circle.hide, .icon-ban-circle.hide, .icon-arrow-left.hide, .icon-arrow-right.hide, .icon-arrow-up.hide, .icon-arrow-down.hide, .icon-share-alt.hide, .icon-resize-full.hide, .icon-resize-small.hide, .icon-plus.hide, .icon-minus.hide, .icon-asterisk.hide, .icon-exclamation-sign.hide, .icon-gift.hide, .icon-leaf.hide, .icon-calendar.hide, .icon-random.hide, .icon-comment.hide, .icon-magnet.hide, .icon-chevron-up.hide, .icon-chevron-down.hide, .icon-retweet.hide, .icon-shopping-cart.hide, .icon-folder-close.hide, .icon-folder-open.hide, .icon-resize-vertical.hide, .icon-resize-horizontal.hide, .icon-bar-chart.hide, .icon-twitter-sign.hide, .icon-facebook-sign.hide, .icon-camera-retro.hide, .icon-key.hide, .icon-cogs.hide, .icon-comments.hide, .icon-thumbs-up.hide, .icon-thumbs-down.hide, .icon-star-half.hide, .icon-signin.hide, .icon-trophy.hide, .icon-github-sign.hide, .icon-upload-alt.hide, .icon-lemon.hide, .icon-phone.hide, .icon-check-empty.hide, .icon-bookmark-empty.hide, .icon-phone-sign.hide, .icon-twitter.hide, .icon-facebook.hide, .icon-github.hide, .icon-unlock.hide, .icon-credit.hide, .icon-rss.hide, .icon-hdd.hide, .icon-bullhorn.hide, .icon-bell.hide, .icon-certificate.hide, .icon-hand-right.hide, .icon-hand-left.hide, .icon-hand-up.hide, .icon-globe.hide, .icon-wrench.hide, .icon-tasks.hide, .icon-filter.hide, .icon-briefcase.hide, .icon-fullscreen.hide, .icon-group.hide, .icon-link.hide, .icon-cloud.hide, .icon-beaker.hide, .icon-cut.hide, .icon-copy.hide, .icon-paper-clip.hide, .icon-save.hide, .icon-sign-blank.hide, .icon-reorder.hide, .icon-list-ul.hide, .icon-list-ol.hide, .icon-strikethrough.hide, .icon-underline.hide, .icon-table.hide, .icon-magic.hide, .icon-money.hide, .icon-caret-down.hide, .icon-caret-up.hide, .icon-caret-left.hide, .icon-caret-right.hide, .icon-columns.hide, .icon-sort.hide, .icon-sort-down.hide, .icon-sort-up.hide, .icon-envelope-alt.hide, .icon-linkedin.hide, .icon-undo.hide, .icon-legal.hide, .icon-dashboard.hide, .icon-comment-alt.hide, .icon-comments-alt.hide, .icon-bolt.hide, .icon-sitemap.hide, .icon-umbrella.hide, .icon-paste.hide, .icon-lightbulb.hide, .icon-exchange.hide, .icon-bell-alt.hide, .icon-coffee.hide, .icon-food.hide, .icon-file-alt.hide, .icon-building.hide, .icon-hospital.hide, .icon-ambulance.hide, .icon-medkit.hide, .icon-fighter-jet.hide, .icon-beer.hide, .icon-h-sign.hide, .icon-plus-sign.hide, .icon-double-angle-left.hide, .icon-double-angle-right.hide, .icon-double-angle-up.hide, .icon-double-angle-down.hide, .icon-angle-left.hide, .icon-angle-right.hide, .icon-angle-up.hide, .icon-angle-down.hide, .icon-desktop.hide, .icon-laptop.hide, .icon-spinner.hide, .icon-circle.hide, .icon-reply.hide, .icon-github-alt.hide, .icon-folder-close-alt.hide, .icon-folder-open-alt.hide, .icon-expand-alt.hide, .icon-collapse-alt.hide, .icon-smile.hide, .icon-frown.hide, .icon-meh.hide, .icon-gamepad.hide, .icon-keyboard.hide, .icon-flag-alt.hide, .icon-flag-checkered.hide, .icon-terminal.hide, .icon-code.hide, .icon-reply-all.hide, .icon-star-half-full.hide, .icon-location-arrow.hide, .icon-crop.hide, .icon-code-fork.hide, .icon-subscript.hide, .icon-eraser.hide, .icon-puzzle.hide, .icon-microphone.hide, .icon-microphone-off.hide, .icon-shield.hide, .icon-calendar-empty.hide, .icon-fire-extinguisher.hide, .icon-rocket.hide, .icon-maxcdn.hide, .icon-chevron-sign-left.hide, .icon-chevron-sign-right.hide, .icon-chevron-sign-up.hide, .icon-chevron-sign-down.hide, .icon-html5.hide, .icon-css3.hide, .icon-anchor.hide, .icon-unlock-alt.hide, .icon-bullseye.hide, .icon-ellipsis-horizontal.hide, .icon-ellipsis-vertical.hide, .icon-rss-sign.hide, .icon-fb-boolean.hide, .icon-text-height.hide, .icon-text-width.hide, .icon-align-left.hide, .icon-align-center.hide, .icon-align-right.hide, .icon-step-forward.hide, .icon-eject.hide, .icon-chevron-left.hide, .icon-chevron-right.hide, .icon-plus-sign-2.hide, .icon-fire.hide, .icon-eye-open.hide, .icon-eye-close.hide, .icon-warning-sign.hide, .icon-plane.hide, .icon-heart-empty.hide, .icon-signout.hide, .icon-linkedin-sign.hide, .icon-pushpin.hide, .icon-external-link.hide, .icon-hand-down.hide, .icon-circle-arrow-left.hide, .icon-circle-arrow-right.hide, .icon-circle-arrow-up.hide, .icon-circle-arrow-down.hide, .icon-truck.hide, .icon-pinterest.hide, .icon-pinterest-sign.hide, .icon-google-plus-sign.hide, .icon-google-plus.hide, .icon-cloud-download.hide, .icon-cloud-upload.hide, .icon-user-md.hide, .icon-stethoscope.hide, .icon-suitcase.hide, .icon-tablet.hide, .icon-mobile.hide, .icon-circle-blank.hide, .icon-quote-left.hide, .icon-quote-right.hide, .icon-unlink.hide, .icon-question.hide, .icon-info.hide, .icon-exclamation.hide, .icon-superscript.hide, .icon-play-sign.hide, .icon-ticket.hide, .icon-minus-sign-alt.hide, .icon-check-minus.hide, .icon-level-up.hide, .icon-sort-by-attributes-alt.hide, .icon-sort-by-order.hide, .icon-sort-by-order-alt.hide, .icon-thumbs-up-2.hide, .icon-thumbs-down-2.hide, .icon-dribbble.hide, .icon-skype.hide, .icon-foursquare.hide, .icon-trello.hide, .icon-female.hide, .icon-level-down.hide, .icon-check-sign.hide, .icon-edit-sign.hide, .icon-external-link-sign.hide, .icon-share-sign.hide, .icon-compass.hide, .icon-collapse.hide, .icon-collapse-top.hide, .icon-expand.hide, .icon-euro.hide, .icon-gbp.hide, .icon-dollar.hide, .icon-rupee.hide, .icon-yen.hide, .icon-renminbi.hide, .icon-won.hide, .icon-bitcoin.hide, .icon-file-2.hide, .icon-file-text.hide, .icon-sort-by-alphabet.hide, .icon-sort-by-alphabet-alt.hide, .icon-sort-by-attributes.hide, .icon-youtube-sign.hide, .icon-youtube.hide, .icon-xing.hide, .icon-xing-sign.hide, .icon-youtube-play.hide, .icon-dropbox.hide, .icon-stackexchange.hide, .icon-instagram.hide, .icon-flickr.hide, .icon-adn.hide, .icon-bitbucket.hide, .icon-bitbucket-sign.hide, .icon-tumblr.hide, .icon-tumblr-sign.hide, .icon-long-arrow-down.hide, .icon-long-arrow-up.hide, .icon-long-arrow-left.hide, .icon-long-arrow-right.hide, .icon-apple.hide, .icon-windows.hide, .icon-android.hide, .icon-linux.hide, .icon-male.hide, .icon-gittip.hide, .icon-sun.hide, .icon-moon.hide, .icon-archive.hide, .icon-bug.hide, .icon-vk.hide, .icon-weibo.hide, .icon-renren.hide, .icon-time.hide, .icon-road.hide, .icon-download-alt.hide, .icon-download.hide, .icon-upload.hide, .icon-db-joinxor.hide, .icon-db-state.hide, .icon-db-start.hide, .icon-db-end.hide, .icon-db-fork.hide, .icon-db-condition.hide, .icon-db-task.hide, .icon-db-join.hide, .icon-fb-button.hide, .icon-fb-fieldset.hide, .icon-fb-custom-field.hide, .icon-fb-separator.hide, .icon-fb-paragraph.hide, .icon-fb-file-upload.hide, .icon-fb-text.hide, .icon-fb-text-box.hide, .icon-fb-select.hide, .icon-fb-radio.hide, .icon-fb-number.hide, .icon-fb-integer.hide, .icon-fb-decimal.hide {
  display: none;
}

.icon-caret-bottom-right.icon-fixed-width, .icon-glass.icon-fixed-width, .icon-music.icon-fixed-width, .icon-search.icon-fixed-width, .icon-envelope.icon-fixed-width, .icon-heart.icon-fixed-width, .icon-star.icon-fixed-width, .icon-star-empty.icon-fixed-width, .icon-user.icon-fixed-width, .icon-film.icon-fixed-width, .icon-th-large.icon-fixed-width, .icon-th.icon-fixed-width, .icon-th-list.icon-fixed-width, .icon-ok.icon-fixed-width, .icon-remove.icon-fixed-width, .icon-zoom-in.icon-fixed-width, .icon-zoom-out.icon-fixed-width, .icon-off.icon-fixed-width, .icon-signal.icon-fixed-width, .icon-cog.icon-fixed-width, .icon-trash.icon-fixed-width, .icon-home.icon-fixed-width, .icon-file.icon-fixed-width, .icon-inbox.icon-fixed-width, .icon-play-circle.icon-fixed-width, .icon-repeat.icon-fixed-width, .icon-refresh.icon-fixed-width, .icon-list-alt.icon-fixed-width, .icon-lock.icon-fixed-width, .icon-flag.icon-fixed-width, .icon-headphones.icon-fixed-width, .icon-volume-off.icon-fixed-width, .icon-volume-down.icon-fixed-width, .icon-volume-up.icon-fixed-width, .icon-qrcode.icon-fixed-width, .icon-barcode.icon-fixed-width, .icon-tag.icon-fixed-width, .icon-tags.icon-fixed-width, .icon-book.icon-fixed-width, .icon-bookmark.icon-fixed-width, .icon-print.icon-fixed-width, .icon-camera.icon-fixed-width, .icon-font.icon-fixed-width, .icon-bold.icon-fixed-width, .icon-italic.icon-fixed-width, .icon-align-justify.icon-fixed-width, .icon-list.icon-fixed-width, .icon-indent-left.icon-fixed-width, .icon-indent-right.icon-fixed-width, .icon-facetime-video.icon-fixed-width, .icon-picture.icon-fixed-width, .icon-pencil.icon-fixed-width, .icon-map-marker.icon-fixed-width, .icon-adjust.icon-fixed-width, .icon-tint.icon-fixed-width, .icon-edit.icon-fixed-width, .icon-share.icon-fixed-width, .icon-check.icon-fixed-width, .icon-move.icon-fixed-width, .icon-step-backward.icon-fixed-width, .icon-fast-backward.icon-fixed-width, .icon-backward.icon-fixed-width, .icon-play.icon-fixed-width, .icon-pause.icon-fixed-width, .icon-stop.icon-fixed-width, .icon-forward.icon-fixed-width, .icon-fast-forward.icon-fixed-width, .icon-minus-sign.icon-fixed-width, .icon-remove-sign.icon-fixed-width, .icon-ok-sign.icon-fixed-width, .icon-question-sign.icon-fixed-width, .icon-info-sign.icon-fixed-width, .icon-screenshot.icon-fixed-width, .icon-remove-circle.icon-fixed-width, .icon-ok-circle.icon-fixed-width, .icon-ban-circle.icon-fixed-width, .icon-arrow-left.icon-fixed-width, .icon-arrow-right.icon-fixed-width, .icon-arrow-up.icon-fixed-width, .icon-arrow-down.icon-fixed-width, .icon-share-alt.icon-fixed-width, .icon-resize-full.icon-fixed-width, .icon-resize-small.icon-fixed-width, .icon-plus.icon-fixed-width, .icon-minus.icon-fixed-width, .icon-asterisk.icon-fixed-width, .icon-exclamation-sign.icon-fixed-width, .icon-gift.icon-fixed-width, .icon-leaf.icon-fixed-width, .icon-calendar.icon-fixed-width, .icon-random.icon-fixed-width, .icon-comment.icon-fixed-width, .icon-magnet.icon-fixed-width, .icon-chevron-up.icon-fixed-width, .icon-chevron-down.icon-fixed-width, .icon-retweet.icon-fixed-width, .icon-shopping-cart.icon-fixed-width, .icon-folder-close.icon-fixed-width, .icon-folder-open.icon-fixed-width, .icon-resize-vertical.icon-fixed-width, .icon-resize-horizontal.icon-fixed-width, .icon-bar-chart.icon-fixed-width, .icon-twitter-sign.icon-fixed-width, .icon-facebook-sign.icon-fixed-width, .icon-camera-retro.icon-fixed-width, .icon-key.icon-fixed-width, .icon-cogs.icon-fixed-width, .icon-comments.icon-fixed-width, .icon-thumbs-up.icon-fixed-width, .icon-thumbs-down.icon-fixed-width, .icon-star-half.icon-fixed-width, .icon-signin.icon-fixed-width, .icon-trophy.icon-fixed-width, .icon-github-sign.icon-fixed-width, .icon-upload-alt.icon-fixed-width, .icon-lemon.icon-fixed-width, .icon-phone.icon-fixed-width, .icon-check-empty.icon-fixed-width, .icon-bookmark-empty.icon-fixed-width, .icon-phone-sign.icon-fixed-width, .icon-twitter.icon-fixed-width, .icon-facebook.icon-fixed-width, .icon-github.icon-fixed-width, .icon-unlock.icon-fixed-width, .icon-credit.icon-fixed-width, .icon-rss.icon-fixed-width, .icon-hdd.icon-fixed-width, .icon-bullhorn.icon-fixed-width, .icon-bell.icon-fixed-width, .icon-certificate.icon-fixed-width, .icon-hand-right.icon-fixed-width, .icon-hand-left.icon-fixed-width, .icon-hand-up.icon-fixed-width, .icon-globe.icon-fixed-width, .icon-wrench.icon-fixed-width, .icon-tasks.icon-fixed-width, .icon-filter.icon-fixed-width, .icon-briefcase.icon-fixed-width, .icon-fullscreen.icon-fixed-width, .icon-group.icon-fixed-width, .icon-link.icon-fixed-width, .icon-cloud.icon-fixed-width, .icon-beaker.icon-fixed-width, .icon-cut.icon-fixed-width, .icon-copy.icon-fixed-width, .icon-paper-clip.icon-fixed-width, .icon-save.icon-fixed-width, .icon-sign-blank.icon-fixed-width, .icon-reorder.icon-fixed-width, .icon-list-ul.icon-fixed-width, .icon-list-ol.icon-fixed-width, .icon-strikethrough.icon-fixed-width, .icon-underline.icon-fixed-width, .icon-table.icon-fixed-width, .icon-magic.icon-fixed-width, .icon-money.icon-fixed-width, .icon-caret-down.icon-fixed-width, .icon-caret-up.icon-fixed-width, .icon-caret-left.icon-fixed-width, .icon-caret-right.icon-fixed-width, .icon-columns.icon-fixed-width, .icon-sort.icon-fixed-width, .icon-sort-down.icon-fixed-width, .icon-sort-up.icon-fixed-width, .icon-envelope-alt.icon-fixed-width, .icon-linkedin.icon-fixed-width, .icon-undo.icon-fixed-width, .icon-legal.icon-fixed-width, .icon-dashboard.icon-fixed-width, .icon-comment-alt.icon-fixed-width, .icon-comments-alt.icon-fixed-width, .icon-bolt.icon-fixed-width, .icon-sitemap.icon-fixed-width, .icon-umbrella.icon-fixed-width, .icon-paste.icon-fixed-width, .icon-lightbulb.icon-fixed-width, .icon-exchange.icon-fixed-width, .icon-bell-alt.icon-fixed-width, .icon-coffee.icon-fixed-width, .icon-food.icon-fixed-width, .icon-file-alt.icon-fixed-width, .icon-building.icon-fixed-width, .icon-hospital.icon-fixed-width, .icon-ambulance.icon-fixed-width, .icon-medkit.icon-fixed-width, .icon-fighter-jet.icon-fixed-width, .icon-beer.icon-fixed-width, .icon-h-sign.icon-fixed-width, .icon-plus-sign.icon-fixed-width, .icon-double-angle-left.icon-fixed-width, .icon-double-angle-right.icon-fixed-width, .icon-double-angle-up.icon-fixed-width, .icon-double-angle-down.icon-fixed-width, .icon-angle-left.icon-fixed-width, .icon-angle-right.icon-fixed-width, .icon-angle-up.icon-fixed-width, .icon-angle-down.icon-fixed-width, .icon-desktop.icon-fixed-width, .icon-laptop.icon-fixed-width, .icon-spinner.icon-fixed-width, .icon-circle.icon-fixed-width, .icon-reply.icon-fixed-width, .icon-github-alt.icon-fixed-width, .icon-folder-close-alt.icon-fixed-width, .icon-folder-open-alt.icon-fixed-width, .icon-expand-alt.icon-fixed-width, .icon-collapse-alt.icon-fixed-width, .icon-smile.icon-fixed-width, .icon-frown.icon-fixed-width, .icon-meh.icon-fixed-width, .icon-gamepad.icon-fixed-width, .icon-keyboard.icon-fixed-width, .icon-flag-alt.icon-fixed-width, .icon-flag-checkered.icon-fixed-width, .icon-terminal.icon-fixed-width, .icon-code.icon-fixed-width, .icon-reply-all.icon-fixed-width, .icon-star-half-full.icon-fixed-width, .icon-location-arrow.icon-fixed-width, .icon-crop.icon-fixed-width, .icon-code-fork.icon-fixed-width, .icon-subscript.icon-fixed-width, .icon-eraser.icon-fixed-width, .icon-puzzle.icon-fixed-width, .icon-microphone.icon-fixed-width, .icon-microphone-off.icon-fixed-width, .icon-shield.icon-fixed-width, .icon-calendar-empty.icon-fixed-width, .icon-fire-extinguisher.icon-fixed-width, .icon-rocket.icon-fixed-width, .icon-maxcdn.icon-fixed-width, .icon-chevron-sign-left.icon-fixed-width, .icon-chevron-sign-right.icon-fixed-width, .icon-chevron-sign-up.icon-fixed-width, .icon-chevron-sign-down.icon-fixed-width, .icon-html5.icon-fixed-width, .icon-css3.icon-fixed-width, .icon-anchor.icon-fixed-width, .icon-unlock-alt.icon-fixed-width, .icon-bullseye.icon-fixed-width, .icon-ellipsis-horizontal.icon-fixed-width, .icon-ellipsis-vertical.icon-fixed-width, .icon-rss-sign.icon-fixed-width, .icon-fb-boolean.icon-fixed-width, .icon-text-height.icon-fixed-width, .icon-text-width.icon-fixed-width, .icon-align-left.icon-fixed-width, .icon-align-center.icon-fixed-width, .icon-align-right.icon-fixed-width, .icon-step-forward.icon-fixed-width, .icon-eject.icon-fixed-width, .icon-chevron-left.icon-fixed-width, .icon-chevron-right.icon-fixed-width, .icon-plus-sign-2.icon-fixed-width, .icon-fire.icon-fixed-width, .icon-eye-open.icon-fixed-width, .icon-eye-close.icon-fixed-width, .icon-warning-sign.icon-fixed-width, .icon-plane.icon-fixed-width, .icon-heart-empty.icon-fixed-width, .icon-signout.icon-fixed-width, .icon-linkedin-sign.icon-fixed-width, .icon-pushpin.icon-fixed-width, .icon-external-link.icon-fixed-width, .icon-hand-down.icon-fixed-width, .icon-circle-arrow-left.icon-fixed-width, .icon-circle-arrow-right.icon-fixed-width, .icon-circle-arrow-up.icon-fixed-width, .icon-circle-arrow-down.icon-fixed-width, .icon-truck.icon-fixed-width, .icon-pinterest.icon-fixed-width, .icon-pinterest-sign.icon-fixed-width, .icon-google-plus-sign.icon-fixed-width, .icon-google-plus.icon-fixed-width, .icon-cloud-download.icon-fixed-width, .icon-cloud-upload.icon-fixed-width, .icon-user-md.icon-fixed-width, .icon-stethoscope.icon-fixed-width, .icon-suitcase.icon-fixed-width, .icon-tablet.icon-fixed-width, .icon-mobile.icon-fixed-width, .icon-circle-blank.icon-fixed-width, .icon-quote-left.icon-fixed-width, .icon-quote-right.icon-fixed-width, .icon-unlink.icon-fixed-width, .icon-question.icon-fixed-width, .icon-info.icon-fixed-width, .icon-exclamation.icon-fixed-width, .icon-superscript.icon-fixed-width, .icon-play-sign.icon-fixed-width, .icon-ticket.icon-fixed-width, .icon-minus-sign-alt.icon-fixed-width, .icon-check-minus.icon-fixed-width, .icon-level-up.icon-fixed-width, .icon-sort-by-attributes-alt.icon-fixed-width, .icon-sort-by-order.icon-fixed-width, .icon-sort-by-order-alt.icon-fixed-width, .icon-thumbs-up-2.icon-fixed-width, .icon-thumbs-down-2.icon-fixed-width, .icon-dribbble.icon-fixed-width, .icon-skype.icon-fixed-width, .icon-foursquare.icon-fixed-width, .icon-trello.icon-fixed-width, .icon-female.icon-fixed-width, .icon-level-down.icon-fixed-width, .icon-check-sign.icon-fixed-width, .icon-edit-sign.icon-fixed-width, .icon-external-link-sign.icon-fixed-width, .icon-share-sign.icon-fixed-width, .icon-compass.icon-fixed-width, .icon-collapse.icon-fixed-width, .icon-collapse-top.icon-fixed-width, .icon-expand.icon-fixed-width, .icon-euro.icon-fixed-width, .icon-gbp.icon-fixed-width, .icon-dollar.icon-fixed-width, .icon-rupee.icon-fixed-width, .icon-yen.icon-fixed-width, .icon-renminbi.icon-fixed-width, .icon-won.icon-fixed-width, .icon-bitcoin.icon-fixed-width, .icon-file-2.icon-fixed-width, .icon-file-text.icon-fixed-width, .icon-sort-by-alphabet.icon-fixed-width, .icon-sort-by-alphabet-alt.icon-fixed-width, .icon-sort-by-attributes.icon-fixed-width, .icon-youtube-sign.icon-fixed-width, .icon-youtube.icon-fixed-width, .icon-xing.icon-fixed-width, .icon-xing-sign.icon-fixed-width, .icon-youtube-play.icon-fixed-width, .icon-dropbox.icon-fixed-width, .icon-stackexchange.icon-fixed-width, .icon-instagram.icon-fixed-width, .icon-flickr.icon-fixed-width, .icon-adn.icon-fixed-width, .icon-bitbucket.icon-fixed-width, .icon-bitbucket-sign.icon-fixed-width, .icon-tumblr.icon-fixed-width, .icon-tumblr-sign.icon-fixed-width, .icon-long-arrow-down.icon-fixed-width, .icon-long-arrow-up.icon-fixed-width, .icon-long-arrow-left.icon-fixed-width, .icon-long-arrow-right.icon-fixed-width, .icon-apple.icon-fixed-width, .icon-windows.icon-fixed-width, .icon-android.icon-fixed-width, .icon-linux.icon-fixed-width, .icon-male.icon-fixed-width, .icon-gittip.icon-fixed-width, .icon-sun.icon-fixed-width, .icon-moon.icon-fixed-width, .icon-archive.icon-fixed-width, .icon-bug.icon-fixed-width, .icon-vk.icon-fixed-width, .icon-weibo.icon-fixed-width, .icon-renren.icon-fixed-width, .icon-time.icon-fixed-width, .icon-road.icon-fixed-width, .icon-download-alt.icon-fixed-width, .icon-download.icon-fixed-width, .icon-upload.icon-fixed-width, .icon-db-joinxor.icon-fixed-width, .icon-db-state.icon-fixed-width, .icon-db-start.icon-fixed-width, .icon-db-end.icon-fixed-width, .icon-db-fork.icon-fixed-width, .icon-db-condition.icon-fixed-width, .icon-db-task.icon-fixed-width, .icon-db-join.icon-fixed-width, .icon-fb-button.icon-fixed-width, .icon-fb-fieldset.icon-fixed-width, .icon-fb-custom-field.icon-fixed-width, .icon-fb-separator.icon-fixed-width, .icon-fb-paragraph.icon-fixed-width, .icon-fb-file-upload.icon-fixed-width, .icon-fb-text.icon-fixed-width, .icon-fb-text-box.icon-fixed-width, .icon-fb-select.icon-fixed-width, .icon-fb-radio.icon-fixed-width, .icon-fb-number.icon-fixed-width, .icon-fb-integer.icon-fixed-width, .icon-fb-decimal.icon-fixed-width {
  display: inline-block;
  padding-right: 0.28571em;
  text-align: right;
  width: 1.14286em;
}

.icon-caret-bottom-right.icon-fixed-width.icon-large, .icon-glass.icon-fixed-width.icon-large, .icon-music.icon-fixed-width.icon-large, .icon-search.icon-fixed-width.icon-large, .icon-envelope.icon-fixed-width.icon-large, .icon-heart.icon-fixed-width.icon-large, .icon-star.icon-fixed-width.icon-large, .icon-star-empty.icon-fixed-width.icon-large, .icon-user.icon-fixed-width.icon-large, .icon-film.icon-fixed-width.icon-large, .icon-th-large.icon-fixed-width.icon-large, .icon-th.icon-fixed-width.icon-large, .icon-th-list.icon-fixed-width.icon-large, .icon-ok.icon-fixed-width.icon-large, .icon-remove.icon-fixed-width.icon-large, .icon-zoom-in.icon-fixed-width.icon-large, .icon-zoom-out.icon-fixed-width.icon-large, .icon-off.icon-fixed-width.icon-large, .icon-signal.icon-fixed-width.icon-large, .icon-cog.icon-fixed-width.icon-large, .icon-trash.icon-fixed-width.icon-large, .icon-home.icon-fixed-width.icon-large, .icon-file.icon-fixed-width.icon-large, .icon-inbox.icon-fixed-width.icon-large, .icon-play-circle.icon-fixed-width.icon-large, .icon-repeat.icon-fixed-width.icon-large, .icon-refresh.icon-fixed-width.icon-large, .icon-list-alt.icon-fixed-width.icon-large, .icon-lock.icon-fixed-width.icon-large, .icon-flag.icon-fixed-width.icon-large, .icon-headphones.icon-fixed-width.icon-large, .icon-volume-off.icon-fixed-width.icon-large, .icon-volume-down.icon-fixed-width.icon-large, .icon-volume-up.icon-fixed-width.icon-large, .icon-qrcode.icon-fixed-width.icon-large, .icon-barcode.icon-fixed-width.icon-large, .icon-tag.icon-fixed-width.icon-large, .icon-tags.icon-fixed-width.icon-large, .icon-book.icon-fixed-width.icon-large, .icon-bookmark.icon-fixed-width.icon-large, .icon-print.icon-fixed-width.icon-large, .icon-camera.icon-fixed-width.icon-large, .icon-font.icon-fixed-width.icon-large, .icon-bold.icon-fixed-width.icon-large, .icon-italic.icon-fixed-width.icon-large, .icon-align-justify.icon-fixed-width.icon-large, .icon-list.icon-fixed-width.icon-large, .icon-indent-left.icon-fixed-width.icon-large, .icon-indent-right.icon-fixed-width.icon-large, .icon-facetime-video.icon-fixed-width.icon-large, .icon-picture.icon-fixed-width.icon-large, .icon-pencil.icon-fixed-width.icon-large, .icon-map-marker.icon-fixed-width.icon-large, .icon-adjust.icon-fixed-width.icon-large, .icon-tint.icon-fixed-width.icon-large, .icon-edit.icon-fixed-width.icon-large, .icon-share.icon-fixed-width.icon-large, .icon-check.icon-fixed-width.icon-large, .icon-move.icon-fixed-width.icon-large, .icon-step-backward.icon-fixed-width.icon-large, .icon-fast-backward.icon-fixed-width.icon-large, .icon-backward.icon-fixed-width.icon-large, .icon-play.icon-fixed-width.icon-large, .icon-pause.icon-fixed-width.icon-large, .icon-stop.icon-fixed-width.icon-large, .icon-forward.icon-fixed-width.icon-large, .icon-fast-forward.icon-fixed-width.icon-large, .icon-minus-sign.icon-fixed-width.icon-large, .icon-remove-sign.icon-fixed-width.icon-large, .icon-ok-sign.icon-fixed-width.icon-large, .icon-question-sign.icon-fixed-width.icon-large, .icon-info-sign.icon-fixed-width.icon-large, .icon-screenshot.icon-fixed-width.icon-large, .icon-remove-circle.icon-fixed-width.icon-large, .icon-ok-circle.icon-fixed-width.icon-large, .icon-ban-circle.icon-fixed-width.icon-large, .icon-arrow-left.icon-fixed-width.icon-large, .icon-arrow-right.icon-fixed-width.icon-large, .icon-arrow-up.icon-fixed-width.icon-large, .icon-arrow-down.icon-fixed-width.icon-large, .icon-share-alt.icon-fixed-width.icon-large, .icon-resize-full.icon-fixed-width.icon-large, .icon-resize-small.icon-fixed-width.icon-large, .icon-plus.icon-fixed-width.icon-large, .icon-minus.icon-fixed-width.icon-large, .icon-asterisk.icon-fixed-width.icon-large, .icon-exclamation-sign.icon-fixed-width.icon-large, .icon-gift.icon-fixed-width.icon-large, .icon-leaf.icon-fixed-width.icon-large, .icon-calendar.icon-fixed-width.icon-large, .icon-random.icon-fixed-width.icon-large, .icon-comment.icon-fixed-width.icon-large, .icon-magnet.icon-fixed-width.icon-large, .icon-chevron-up.icon-fixed-width.icon-large, .icon-chevron-down.icon-fixed-width.icon-large, .icon-retweet.icon-fixed-width.icon-large, .icon-shopping-cart.icon-fixed-width.icon-large, .icon-folder-close.icon-fixed-width.icon-large, .icon-folder-open.icon-fixed-width.icon-large, .icon-resize-vertical.icon-fixed-width.icon-large, .icon-resize-horizontal.icon-fixed-width.icon-large, .icon-bar-chart.icon-fixed-width.icon-large, .icon-twitter-sign.icon-fixed-width.icon-large, .icon-facebook-sign.icon-fixed-width.icon-large, .icon-camera-retro.icon-fixed-width.icon-large, .icon-key.icon-fixed-width.icon-large, .icon-cogs.icon-fixed-width.icon-large, .icon-comments.icon-fixed-width.icon-large, .icon-thumbs-up.icon-fixed-width.icon-large, .icon-thumbs-down.icon-fixed-width.icon-large, .icon-star-half.icon-fixed-width.icon-large, .icon-signin.icon-fixed-width.icon-large, .icon-trophy.icon-fixed-width.icon-large, .icon-github-sign.icon-fixed-width.icon-large, .icon-upload-alt.icon-fixed-width.icon-large, .icon-lemon.icon-fixed-width.icon-large, .icon-phone.icon-fixed-width.icon-large, .icon-check-empty.icon-fixed-width.icon-large, .icon-bookmark-empty.icon-fixed-width.icon-large, .icon-phone-sign.icon-fixed-width.icon-large, .icon-twitter.icon-fixed-width.icon-large, .icon-facebook.icon-fixed-width.icon-large, .icon-github.icon-fixed-width.icon-large, .icon-unlock.icon-fixed-width.icon-large, .icon-credit.icon-fixed-width.icon-large, .icon-rss.icon-fixed-width.icon-large, .icon-hdd.icon-fixed-width.icon-large, .icon-bullhorn.icon-fixed-width.icon-large, .icon-bell.icon-fixed-width.icon-large, .icon-certificate.icon-fixed-width.icon-large, .icon-hand-right.icon-fixed-width.icon-large, .icon-hand-left.icon-fixed-width.icon-large, .icon-hand-up.icon-fixed-width.icon-large, .icon-globe.icon-fixed-width.icon-large, .icon-wrench.icon-fixed-width.icon-large, .icon-tasks.icon-fixed-width.icon-large, .icon-filter.icon-fixed-width.icon-large, .icon-briefcase.icon-fixed-width.icon-large, .icon-fullscreen.icon-fixed-width.icon-large, .icon-group.icon-fixed-width.icon-large, .icon-link.icon-fixed-width.icon-large, .icon-cloud.icon-fixed-width.icon-large, .icon-beaker.icon-fixed-width.icon-large, .icon-cut.icon-fixed-width.icon-large, .icon-copy.icon-fixed-width.icon-large, .icon-paper-clip.icon-fixed-width.icon-large, .icon-save.icon-fixed-width.icon-large, .icon-sign-blank.icon-fixed-width.icon-large, .icon-reorder.icon-fixed-width.icon-large, .icon-list-ul.icon-fixed-width.icon-large, .icon-list-ol.icon-fixed-width.icon-large, .icon-strikethrough.icon-fixed-width.icon-large, .icon-underline.icon-fixed-width.icon-large, .icon-table.icon-fixed-width.icon-large, .icon-magic.icon-fixed-width.icon-large, .icon-money.icon-fixed-width.icon-large, .icon-caret-down.icon-fixed-width.icon-large, .icon-caret-up.icon-fixed-width.icon-large, .icon-caret-left.icon-fixed-width.icon-large, .icon-caret-right.icon-fixed-width.icon-large, .icon-columns.icon-fixed-width.icon-large, .icon-sort.icon-fixed-width.icon-large, .icon-sort-down.icon-fixed-width.icon-large, .icon-sort-up.icon-fixed-width.icon-large, .icon-envelope-alt.icon-fixed-width.icon-large, .icon-linkedin.icon-fixed-width.icon-large, .icon-undo.icon-fixed-width.icon-large, .icon-legal.icon-fixed-width.icon-large, .icon-dashboard.icon-fixed-width.icon-large, .icon-comment-alt.icon-fixed-width.icon-large, .icon-comments-alt.icon-fixed-width.icon-large, .icon-bolt.icon-fixed-width.icon-large, .icon-sitemap.icon-fixed-width.icon-large, .icon-umbrella.icon-fixed-width.icon-large, .icon-paste.icon-fixed-width.icon-large, .icon-lightbulb.icon-fixed-width.icon-large, .icon-exchange.icon-fixed-width.icon-large, .icon-bell-alt.icon-fixed-width.icon-large, .icon-coffee.icon-fixed-width.icon-large, .icon-food.icon-fixed-width.icon-large, .icon-file-alt.icon-fixed-width.icon-large, .icon-building.icon-fixed-width.icon-large, .icon-hospital.icon-fixed-width.icon-large, .icon-ambulance.icon-fixed-width.icon-large, .icon-medkit.icon-fixed-width.icon-large, .icon-fighter-jet.icon-fixed-width.icon-large, .icon-beer.icon-fixed-width.icon-large, .icon-h-sign.icon-fixed-width.icon-large, .icon-plus-sign.icon-fixed-width.icon-large, .icon-double-angle-left.icon-fixed-width.icon-large, .icon-double-angle-right.icon-fixed-width.icon-large, .icon-double-angle-up.icon-fixed-width.icon-large, .icon-double-angle-down.icon-fixed-width.icon-large, .icon-angle-left.icon-fixed-width.icon-large, .icon-angle-right.icon-fixed-width.icon-large, .icon-angle-up.icon-fixed-width.icon-large, .icon-angle-down.icon-fixed-width.icon-large, .icon-desktop.icon-fixed-width.icon-large, .icon-laptop.icon-fixed-width.icon-large, .icon-spinner.icon-fixed-width.icon-large, .icon-circle.icon-fixed-width.icon-large, .icon-reply.icon-fixed-width.icon-large, .icon-github-alt.icon-fixed-width.icon-large, .icon-folder-close-alt.icon-fixed-width.icon-large, .icon-folder-open-alt.icon-fixed-width.icon-large, .icon-expand-alt.icon-fixed-width.icon-large, .icon-collapse-alt.icon-fixed-width.icon-large, .icon-smile.icon-fixed-width.icon-large, .icon-frown.icon-fixed-width.icon-large, .icon-meh.icon-fixed-width.icon-large, .icon-gamepad.icon-fixed-width.icon-large, .icon-keyboard.icon-fixed-width.icon-large, .icon-flag-alt.icon-fixed-width.icon-large, .icon-flag-checkered.icon-fixed-width.icon-large, .icon-terminal.icon-fixed-width.icon-large, .icon-code.icon-fixed-width.icon-large, .icon-reply-all.icon-fixed-width.icon-large, .icon-star-half-full.icon-fixed-width.icon-large, .icon-location-arrow.icon-fixed-width.icon-large, .icon-crop.icon-fixed-width.icon-large, .icon-code-fork.icon-fixed-width.icon-large, .icon-subscript.icon-fixed-width.icon-large, .icon-eraser.icon-fixed-width.icon-large, .icon-puzzle.icon-fixed-width.icon-large, .icon-microphone.icon-fixed-width.icon-large, .icon-microphone-off.icon-fixed-width.icon-large, .icon-shield.icon-fixed-width.icon-large, .icon-calendar-empty.icon-fixed-width.icon-large, .icon-fire-extinguisher.icon-fixed-width.icon-large, .icon-rocket.icon-fixed-width.icon-large, .icon-maxcdn.icon-fixed-width.icon-large, .icon-chevron-sign-left.icon-fixed-width.icon-large, .icon-chevron-sign-right.icon-fixed-width.icon-large, .icon-chevron-sign-up.icon-fixed-width.icon-large, .icon-chevron-sign-down.icon-fixed-width.icon-large, .icon-html5.icon-fixed-width.icon-large, .icon-css3.icon-fixed-width.icon-large, .icon-anchor.icon-fixed-width.icon-large, .icon-unlock-alt.icon-fixed-width.icon-large, .icon-bullseye.icon-fixed-width.icon-large, .icon-ellipsis-horizontal.icon-fixed-width.icon-large, .icon-ellipsis-vertical.icon-fixed-width.icon-large, .icon-rss-sign.icon-fixed-width.icon-large, .icon-fb-boolean.icon-fixed-width.icon-large, .icon-text-height.icon-fixed-width.icon-large, .icon-text-width.icon-fixed-width.icon-large, .icon-align-left.icon-fixed-width.icon-large, .icon-align-center.icon-fixed-width.icon-large, .icon-align-right.icon-fixed-width.icon-large, .icon-step-forward.icon-fixed-width.icon-large, .icon-eject.icon-fixed-width.icon-large, .icon-chevron-left.icon-fixed-width.icon-large, .icon-chevron-right.icon-fixed-width.icon-large, .icon-plus-sign-2.icon-fixed-width.icon-large, .icon-fire.icon-fixed-width.icon-large, .icon-eye-open.icon-fixed-width.icon-large, .icon-eye-close.icon-fixed-width.icon-large, .icon-warning-sign.icon-fixed-width.icon-large, .icon-plane.icon-fixed-width.icon-large, .icon-heart-empty.icon-fixed-width.icon-large, .icon-signout.icon-fixed-width.icon-large, .icon-linkedin-sign.icon-fixed-width.icon-large, .icon-pushpin.icon-fixed-width.icon-large, .icon-external-link.icon-fixed-width.icon-large, .icon-hand-down.icon-fixed-width.icon-large, .icon-circle-arrow-left.icon-fixed-width.icon-large, .icon-circle-arrow-right.icon-fixed-width.icon-large, .icon-circle-arrow-up.icon-fixed-width.icon-large, .icon-circle-arrow-down.icon-fixed-width.icon-large, .icon-truck.icon-fixed-width.icon-large, .icon-pinterest.icon-fixed-width.icon-large, .icon-pinterest-sign.icon-fixed-width.icon-large, .icon-google-plus-sign.icon-fixed-width.icon-large, .icon-google-plus.icon-fixed-width.icon-large, .icon-cloud-download.icon-fixed-width.icon-large, .icon-cloud-upload.icon-fixed-width.icon-large, .icon-user-md.icon-fixed-width.icon-large, .icon-stethoscope.icon-fixed-width.icon-large, .icon-suitcase.icon-fixed-width.icon-large, .icon-tablet.icon-fixed-width.icon-large, .icon-mobile.icon-fixed-width.icon-large, .icon-circle-blank.icon-fixed-width.icon-large, .icon-quote-left.icon-fixed-width.icon-large, .icon-quote-right.icon-fixed-width.icon-large, .icon-unlink.icon-fixed-width.icon-large, .icon-question.icon-fixed-width.icon-large, .icon-info.icon-fixed-width.icon-large, .icon-exclamation.icon-fixed-width.icon-large, .icon-superscript.icon-fixed-width.icon-large, .icon-play-sign.icon-fixed-width.icon-large, .icon-ticket.icon-fixed-width.icon-large, .icon-minus-sign-alt.icon-fixed-width.icon-large, .icon-check-minus.icon-fixed-width.icon-large, .icon-level-up.icon-fixed-width.icon-large, .icon-sort-by-attributes-alt.icon-fixed-width.icon-large, .icon-sort-by-order.icon-fixed-width.icon-large, .icon-sort-by-order-alt.icon-fixed-width.icon-large, .icon-thumbs-up-2.icon-fixed-width.icon-large, .icon-thumbs-down-2.icon-fixed-width.icon-large, .icon-dribbble.icon-fixed-width.icon-large, .icon-skype.icon-fixed-width.icon-large, .icon-foursquare.icon-fixed-width.icon-large, .icon-trello.icon-fixed-width.icon-large, .icon-female.icon-fixed-width.icon-large, .icon-level-down.icon-fixed-width.icon-large, .icon-check-sign.icon-fixed-width.icon-large, .icon-edit-sign.icon-fixed-width.icon-large, .icon-external-link-sign.icon-fixed-width.icon-large, .icon-share-sign.icon-fixed-width.icon-large, .icon-compass.icon-fixed-width.icon-large, .icon-collapse.icon-fixed-width.icon-large, .icon-collapse-top.icon-fixed-width.icon-large, .icon-expand.icon-fixed-width.icon-large, .icon-euro.icon-fixed-width.icon-large, .icon-gbp.icon-fixed-width.icon-large, .icon-dollar.icon-fixed-width.icon-large, .icon-rupee.icon-fixed-width.icon-large, .icon-yen.icon-fixed-width.icon-large, .icon-renminbi.icon-fixed-width.icon-large, .icon-won.icon-fixed-width.icon-large, .icon-bitcoin.icon-fixed-width.icon-large, .icon-file-2.icon-fixed-width.icon-large, .icon-file-text.icon-fixed-width.icon-large, .icon-sort-by-alphabet.icon-fixed-width.icon-large, .icon-sort-by-alphabet-alt.icon-fixed-width.icon-large, .icon-sort-by-attributes.icon-fixed-width.icon-large, .icon-youtube-sign.icon-fixed-width.icon-large, .icon-youtube.icon-fixed-width.icon-large, .icon-xing.icon-fixed-width.icon-large, .icon-xing-sign.icon-fixed-width.icon-large, .icon-youtube-play.icon-fixed-width.icon-large, .icon-dropbox.icon-fixed-width.icon-large, .icon-stackexchange.icon-fixed-width.icon-large, .icon-instagram.icon-fixed-width.icon-large, .icon-flickr.icon-fixed-width.icon-large, .icon-adn.icon-fixed-width.icon-large, .icon-bitbucket.icon-fixed-width.icon-large, .icon-bitbucket-sign.icon-fixed-width.icon-large, .icon-tumblr.icon-fixed-width.icon-large, .icon-tumblr-sign.icon-fixed-width.icon-large, .icon-long-arrow-down.icon-fixed-width.icon-large, .icon-long-arrow-up.icon-fixed-width.icon-large, .icon-long-arrow-left.icon-fixed-width.icon-large, .icon-long-arrow-right.icon-fixed-width.icon-large, .icon-apple.icon-fixed-width.icon-large, .icon-windows.icon-fixed-width.icon-large, .icon-android.icon-fixed-width.icon-large, .icon-linux.icon-fixed-width.icon-large, .icon-male.icon-fixed-width.icon-large, .icon-gittip.icon-fixed-width.icon-large, .icon-sun.icon-fixed-width.icon-large, .icon-moon.icon-fixed-width.icon-large, .icon-archive.icon-fixed-width.icon-large, .icon-bug.icon-fixed-width.icon-large, .icon-vk.icon-fixed-width.icon-large, .icon-weibo.icon-fixed-width.icon-large, .icon-renren.icon-fixed-width.icon-large, .icon-time.icon-fixed-width.icon-large, .icon-road.icon-fixed-width.icon-large, .icon-download-alt.icon-fixed-width.icon-large, .icon-download.icon-fixed-width.icon-large, .icon-upload.icon-fixed-width.icon-large, .icon-db-joinxor.icon-fixed-width.icon-large, .icon-db-state.icon-fixed-width.icon-large, .icon-db-start.icon-fixed-width.icon-large, .icon-db-end.icon-fixed-width.icon-large, .icon-db-fork.icon-fixed-width.icon-large, .icon-db-condition.icon-fixed-width.icon-large, .icon-db-task.icon-fixed-width.icon-large, .icon-db-join.icon-fixed-width.icon-large, .icon-fb-button.icon-fixed-width.icon-large, .icon-fb-fieldset.icon-fixed-width.icon-large, .icon-fb-custom-field.icon-fixed-width.icon-large, .icon-fb-separator.icon-fixed-width.icon-large, .icon-fb-paragraph.icon-fixed-width.icon-large, .icon-fb-file-upload.icon-fixed-width.icon-large, .icon-fb-text.icon-fixed-width.icon-large, .icon-fb-text-box.icon-fixed-width.icon-large, .icon-fb-select.icon-fixed-width.icon-large, .icon-fb-radio.icon-fixed-width.icon-large, .icon-fb-number.icon-fixed-width.icon-large, .icon-fb-integer.icon-fixed-width.icon-large, .icon-fb-decimal.icon-fixed-width.icon-large {
  width: 1.42857em;
}

.icon-caret-bottom-right.pull-left, .icon-glass.pull-left, .icon-music.pull-left, .icon-search.pull-left, .icon-envelope.pull-left, .icon-heart.pull-left, .icon-star.pull-left, .icon-star-empty.pull-left, .icon-user.pull-left, .icon-film.pull-left, .icon-th-large.pull-left, .icon-th.pull-left, .icon-th-list.pull-left, .icon-ok.pull-left, .icon-remove.pull-left, .icon-zoom-in.pull-left, .icon-zoom-out.pull-left, .icon-off.pull-left, .icon-signal.pull-left, .icon-cog.pull-left, .icon-trash.pull-left, .icon-home.pull-left, .icon-file.pull-left, .icon-inbox.pull-left, .icon-play-circle.pull-left, .icon-repeat.pull-left, .icon-refresh.pull-left, .icon-list-alt.pull-left, .icon-lock.pull-left, .icon-flag.pull-left, .icon-headphones.pull-left, .icon-volume-off.pull-left, .icon-volume-down.pull-left, .icon-volume-up.pull-left, .icon-qrcode.pull-left, .icon-barcode.pull-left, .icon-tag.pull-left, .icon-tags.pull-left, .icon-book.pull-left, .icon-bookmark.pull-left, .icon-print.pull-left, .icon-camera.pull-left, .icon-font.pull-left, .icon-bold.pull-left, .icon-italic.pull-left, .icon-align-justify.pull-left, .icon-list.pull-left, .icon-indent-left.pull-left, .icon-indent-right.pull-left, .icon-facetime-video.pull-left, .icon-picture.pull-left, .icon-pencil.pull-left, .icon-map-marker.pull-left, .icon-adjust.pull-left, .icon-tint.pull-left, .icon-edit.pull-left, .icon-share.pull-left, .icon-check.pull-left, .icon-move.pull-left, .icon-step-backward.pull-left, .icon-fast-backward.pull-left, .icon-backward.pull-left, .icon-play.pull-left, .icon-pause.pull-left, .icon-stop.pull-left, .icon-forward.pull-left, .icon-fast-forward.pull-left, .icon-minus-sign.pull-left, .icon-remove-sign.pull-left, .icon-ok-sign.pull-left, .icon-question-sign.pull-left, .icon-info-sign.pull-left, .icon-screenshot.pull-left, .icon-remove-circle.pull-left, .icon-ok-circle.pull-left, .icon-ban-circle.pull-left, .icon-arrow-left.pull-left, .icon-arrow-right.pull-left, .icon-arrow-up.pull-left, .icon-arrow-down.pull-left, .icon-share-alt.pull-left, .icon-resize-full.pull-left, .icon-resize-small.pull-left, .icon-plus.pull-left, .icon-minus.pull-left, .icon-asterisk.pull-left, .icon-exclamation-sign.pull-left, .icon-gift.pull-left, .icon-leaf.pull-left, .icon-calendar.pull-left, .icon-random.pull-left, .icon-comment.pull-left, .icon-magnet.pull-left, .icon-chevron-up.pull-left, .icon-chevron-down.pull-left, .icon-retweet.pull-left, .icon-shopping-cart.pull-left, .icon-folder-close.pull-left, .icon-folder-open.pull-left, .icon-resize-vertical.pull-left, .icon-resize-horizontal.pull-left, .icon-bar-chart.pull-left, .icon-twitter-sign.pull-left, .icon-facebook-sign.pull-left, .icon-camera-retro.pull-left, .icon-key.pull-left, .icon-cogs.pull-left, .icon-comments.pull-left, .icon-thumbs-up.pull-left, .icon-thumbs-down.pull-left, .icon-star-half.pull-left, .icon-signin.pull-left, .icon-trophy.pull-left, .icon-github-sign.pull-left, .icon-upload-alt.pull-left, .icon-lemon.pull-left, .icon-phone.pull-left, .icon-check-empty.pull-left, .icon-bookmark-empty.pull-left, .icon-phone-sign.pull-left, .icon-twitter.pull-left, .icon-facebook.pull-left, .icon-github.pull-left, .icon-unlock.pull-left, .icon-credit.pull-left, .icon-rss.pull-left, .icon-hdd.pull-left, .icon-bullhorn.pull-left, .icon-bell.pull-left, .icon-certificate.pull-left, .icon-hand-right.pull-left, .icon-hand-left.pull-left, .icon-hand-up.pull-left, .icon-globe.pull-left, .icon-wrench.pull-left, .icon-tasks.pull-left, .icon-filter.pull-left, .icon-briefcase.pull-left, .icon-fullscreen.pull-left, .icon-group.pull-left, .icon-link.pull-left, .icon-cloud.pull-left, .icon-beaker.pull-left, .icon-cut.pull-left, .icon-copy.pull-left, .icon-paper-clip.pull-left, .icon-save.pull-left, .icon-sign-blank.pull-left, .icon-reorder.pull-left, .icon-list-ul.pull-left, .icon-list-ol.pull-left, .icon-strikethrough.pull-left, .icon-underline.pull-left, .icon-table.pull-left, .icon-magic.pull-left, .icon-money.pull-left, .icon-caret-down.pull-left, .icon-caret-up.pull-left, .icon-caret-left.pull-left, .icon-caret-right.pull-left, .icon-columns.pull-left, .icon-sort.pull-left, .icon-sort-down.pull-left, .icon-sort-up.pull-left, .icon-envelope-alt.pull-left, .icon-linkedin.pull-left, .icon-undo.pull-left, .icon-legal.pull-left, .icon-dashboard.pull-left, .icon-comment-alt.pull-left, .icon-comments-alt.pull-left, .icon-bolt.pull-left, .icon-sitemap.pull-left, .icon-umbrella.pull-left, .icon-paste.pull-left, .icon-lightbulb.pull-left, .icon-exchange.pull-left, .icon-bell-alt.pull-left, .icon-coffee.pull-left, .icon-food.pull-left, .icon-file-alt.pull-left, .icon-building.pull-left, .icon-hospital.pull-left, .icon-ambulance.pull-left, .icon-medkit.pull-left, .icon-fighter-jet.pull-left, .icon-beer.pull-left, .icon-h-sign.pull-left, .icon-plus-sign.pull-left, .icon-double-angle-left.pull-left, .icon-double-angle-right.pull-left, .icon-double-angle-up.pull-left, .icon-double-angle-down.pull-left, .icon-angle-left.pull-left, .icon-angle-right.pull-left, .icon-angle-up.pull-left, .icon-angle-down.pull-left, .icon-desktop.pull-left, .icon-laptop.pull-left, .icon-spinner.pull-left, .icon-circle.pull-left, .icon-reply.pull-left, .icon-github-alt.pull-left, .icon-folder-close-alt.pull-left, .icon-folder-open-alt.pull-left, .icon-expand-alt.pull-left, .icon-collapse-alt.pull-left, .icon-smile.pull-left, .icon-frown.pull-left, .icon-meh.pull-left, .icon-gamepad.pull-left, .icon-keyboard.pull-left, .icon-flag-alt.pull-left, .icon-flag-checkered.pull-left, .icon-terminal.pull-left, .icon-code.pull-left, .icon-reply-all.pull-left, .icon-star-half-full.pull-left, .icon-location-arrow.pull-left, .icon-crop.pull-left, .icon-code-fork.pull-left, .icon-subscript.pull-left, .icon-eraser.pull-left, .icon-puzzle.pull-left, .icon-microphone.pull-left, .icon-microphone-off.pull-left, .icon-shield.pull-left, .icon-calendar-empty.pull-left, .icon-fire-extinguisher.pull-left, .icon-rocket.pull-left, .icon-maxcdn.pull-left, .icon-chevron-sign-left.pull-left, .icon-chevron-sign-right.pull-left, .icon-chevron-sign-up.pull-left, .icon-chevron-sign-down.pull-left, .icon-html5.pull-left, .icon-css3.pull-left, .icon-anchor.pull-left, .icon-unlock-alt.pull-left, .icon-bullseye.pull-left, .icon-ellipsis-horizontal.pull-left, .icon-ellipsis-vertical.pull-left, .icon-rss-sign.pull-left, .icon-fb-boolean.pull-left, .icon-text-height.pull-left, .icon-text-width.pull-left, .icon-align-left.pull-left, .icon-align-center.pull-left, .icon-align-right.pull-left, .icon-step-forward.pull-left, .icon-eject.pull-left, .icon-chevron-left.pull-left, .icon-chevron-right.pull-left, .icon-plus-sign-2.pull-left, .icon-fire.pull-left, .icon-eye-open.pull-left, .icon-eye-close.pull-left, .icon-warning-sign.pull-left, .icon-plane.pull-left, .icon-heart-empty.pull-left, .icon-signout.pull-left, .icon-linkedin-sign.pull-left, .icon-pushpin.pull-left, .icon-external-link.pull-left, .icon-hand-down.pull-left, .icon-circle-arrow-left.pull-left, .icon-circle-arrow-right.pull-left, .icon-circle-arrow-up.pull-left, .icon-circle-arrow-down.pull-left, .icon-truck.pull-left, .icon-pinterest.pull-left, .icon-pinterest-sign.pull-left, .icon-google-plus-sign.pull-left, .icon-google-plus.pull-left, .icon-cloud-download.pull-left, .icon-cloud-upload.pull-left, .icon-user-md.pull-left, .icon-stethoscope.pull-left, .icon-suitcase.pull-left, .icon-tablet.pull-left, .icon-mobile.pull-left, .icon-circle-blank.pull-left, .icon-quote-left.pull-left, .icon-quote-right.pull-left, .icon-unlink.pull-left, .icon-question.pull-left, .icon-info.pull-left, .icon-exclamation.pull-left, .icon-superscript.pull-left, .icon-play-sign.pull-left, .icon-ticket.pull-left, .icon-minus-sign-alt.pull-left, .icon-check-minus.pull-left, .icon-level-up.pull-left, .icon-sort-by-attributes-alt.pull-left, .icon-sort-by-order.pull-left, .icon-sort-by-order-alt.pull-left, .icon-thumbs-up-2.pull-left, .icon-thumbs-down-2.pull-left, .icon-dribbble.pull-left, .icon-skype.pull-left, .icon-foursquare.pull-left, .icon-trello.pull-left, .icon-female.pull-left, .icon-level-down.pull-left, .icon-check-sign.pull-left, .icon-edit-sign.pull-left, .icon-external-link-sign.pull-left, .icon-share-sign.pull-left, .icon-compass.pull-left, .icon-collapse.pull-left, .icon-collapse-top.pull-left, .icon-expand.pull-left, .icon-euro.pull-left, .icon-gbp.pull-left, .icon-dollar.pull-left, .icon-rupee.pull-left, .icon-yen.pull-left, .icon-renminbi.pull-left, .icon-won.pull-left, .icon-bitcoin.pull-left, .icon-file-2.pull-left, .icon-file-text.pull-left, .icon-sort-by-alphabet.pull-left, .icon-sort-by-alphabet-alt.pull-left, .icon-sort-by-attributes.pull-left, .icon-youtube-sign.pull-left, .icon-youtube.pull-left, .icon-xing.pull-left, .icon-xing-sign.pull-left, .icon-youtube-play.pull-left, .icon-dropbox.pull-left, .icon-stackexchange.pull-left, .icon-instagram.pull-left, .icon-flickr.pull-left, .icon-adn.pull-left, .icon-bitbucket.pull-left, .icon-bitbucket-sign.pull-left, .icon-tumblr.pull-left, .icon-tumblr-sign.pull-left, .icon-long-arrow-down.pull-left, .icon-long-arrow-up.pull-left, .icon-long-arrow-left.pull-left, .icon-long-arrow-right.pull-left, .icon-apple.pull-left, .icon-windows.pull-left, .icon-android.pull-left, .icon-linux.pull-left, .icon-male.pull-left, .icon-gittip.pull-left, .icon-sun.pull-left, .icon-moon.pull-left, .icon-archive.pull-left, .icon-bug.pull-left, .icon-vk.pull-left, .icon-weibo.pull-left, .icon-renren.pull-left, .icon-time.pull-left, .icon-road.pull-left, .icon-download-alt.pull-left, .icon-download.pull-left, .icon-upload.pull-left, .icon-db-joinxor.pull-left, .icon-db-state.pull-left, .icon-db-start.pull-left, .icon-db-end.pull-left, .icon-db-fork.pull-left, .icon-db-condition.pull-left, .icon-db-task.pull-left, .icon-db-join.pull-left, .icon-fb-button.pull-left, .icon-fb-fieldset.pull-left, .icon-fb-custom-field.pull-left, .icon-fb-separator.pull-left, .icon-fb-paragraph.pull-left, .icon-fb-file-upload.pull-left, .icon-fb-text.pull-left, .icon-fb-text-box.pull-left, .icon-fb-select.pull-left, .icon-fb-radio.pull-left, .icon-fb-number.pull-left, .icon-fb-integer.pull-left, .icon-fb-decimal.pull-left {
  margin-right: 0.3em;
}

.icon-caret-bottom-right.pull-right, .icon-glass.pull-right, .icon-music.pull-right, .icon-search.pull-right, .icon-envelope.pull-right, .icon-heart.pull-right, .icon-star.pull-right, .icon-star-empty.pull-right, .icon-user.pull-right, .icon-film.pull-right, .icon-th-large.pull-right, .icon-th.pull-right, .icon-th-list.pull-right, .icon-ok.pull-right, .icon-remove.pull-right, .icon-zoom-in.pull-right, .icon-zoom-out.pull-right, .icon-off.pull-right, .icon-signal.pull-right, .icon-cog.pull-right, .icon-trash.pull-right, .icon-home.pull-right, .icon-file.pull-right, .icon-inbox.pull-right, .icon-play-circle.pull-right, .icon-repeat.pull-right, .icon-refresh.pull-right, .icon-list-alt.pull-right, .icon-lock.pull-right, .icon-flag.pull-right, .icon-headphones.pull-right, .icon-volume-off.pull-right, .icon-volume-down.pull-right, .icon-volume-up.pull-right, .icon-qrcode.pull-right, .icon-barcode.pull-right, .icon-tag.pull-right, .icon-tags.pull-right, .icon-book.pull-right, .icon-bookmark.pull-right, .icon-print.pull-right, .icon-camera.pull-right, .icon-font.pull-right, .icon-bold.pull-right, .icon-italic.pull-right, .icon-align-justify.pull-right, .icon-list.pull-right, .icon-indent-left.pull-right, .icon-indent-right.pull-right, .icon-facetime-video.pull-right, .icon-picture.pull-right, .icon-pencil.pull-right, .icon-map-marker.pull-right, .icon-adjust.pull-right, .icon-tint.pull-right, .icon-edit.pull-right, .icon-share.pull-right, .icon-check.pull-right, .icon-move.pull-right, .icon-step-backward.pull-right, .icon-fast-backward.pull-right, .icon-backward.pull-right, .icon-play.pull-right, .icon-pause.pull-right, .icon-stop.pull-right, .icon-forward.pull-right, .icon-fast-forward.pull-right, .icon-minus-sign.pull-right, .icon-remove-sign.pull-right, .icon-ok-sign.pull-right, .icon-question-sign.pull-right, .icon-info-sign.pull-right, .icon-screenshot.pull-right, .icon-remove-circle.pull-right, .icon-ok-circle.pull-right, .icon-ban-circle.pull-right, .icon-arrow-left.pull-right, .icon-arrow-right.pull-right, .icon-arrow-up.pull-right, .icon-arrow-down.pull-right, .icon-share-alt.pull-right, .icon-resize-full.pull-right, .icon-resize-small.pull-right, .icon-plus.pull-right, .icon-minus.pull-right, .icon-asterisk.pull-right, .icon-exclamation-sign.pull-right, .icon-gift.pull-right, .icon-leaf.pull-right, .icon-calendar.pull-right, .icon-random.pull-right, .icon-comment.pull-right, .icon-magnet.pull-right, .icon-chevron-up.pull-right, .icon-chevron-down.pull-right, .icon-retweet.pull-right, .icon-shopping-cart.pull-right, .icon-folder-close.pull-right, .icon-folder-open.pull-right, .icon-resize-vertical.pull-right, .icon-resize-horizontal.pull-right, .icon-bar-chart.pull-right, .icon-twitter-sign.pull-right, .icon-facebook-sign.pull-right, .icon-camera-retro.pull-right, .icon-key.pull-right, .icon-cogs.pull-right, .icon-comments.pull-right, .icon-thumbs-up.pull-right, .icon-thumbs-down.pull-right, .icon-star-half.pull-right, .icon-signin.pull-right, .icon-trophy.pull-right, .icon-github-sign.pull-right, .icon-upload-alt.pull-right, .icon-lemon.pull-right, .icon-phone.pull-right, .icon-check-empty.pull-right, .icon-bookmark-empty.pull-right, .icon-phone-sign.pull-right, .icon-twitter.pull-right, .icon-facebook.pull-right, .icon-github.pull-right, .icon-unlock.pull-right, .icon-credit.pull-right, .icon-rss.pull-right, .icon-hdd.pull-right, .icon-bullhorn.pull-right, .icon-bell.pull-right, .icon-certificate.pull-right, .icon-hand-right.pull-right, .icon-hand-left.pull-right, .icon-hand-up.pull-right, .icon-globe.pull-right, .icon-wrench.pull-right, .icon-tasks.pull-right, .icon-filter.pull-right, .icon-briefcase.pull-right, .icon-fullscreen.pull-right, .icon-group.pull-right, .icon-link.pull-right, .icon-cloud.pull-right, .icon-beaker.pull-right, .icon-cut.pull-right, .icon-copy.pull-right, .icon-paper-clip.pull-right, .icon-save.pull-right, .icon-sign-blank.pull-right, .icon-reorder.pull-right, .icon-list-ul.pull-right, .icon-list-ol.pull-right, .icon-strikethrough.pull-right, .icon-underline.pull-right, .icon-table.pull-right, .icon-magic.pull-right, .icon-money.pull-right, .icon-caret-down.pull-right, .icon-caret-up.pull-right, .icon-caret-left.pull-right, .icon-caret-right.pull-right, .icon-columns.pull-right, .icon-sort.pull-right, .icon-sort-down.pull-right, .icon-sort-up.pull-right, .icon-envelope-alt.pull-right, .icon-linkedin.pull-right, .icon-undo.pull-right, .icon-legal.pull-right, .icon-dashboard.pull-right, .icon-comment-alt.pull-right, .icon-comments-alt.pull-right, .icon-bolt.pull-right, .icon-sitemap.pull-right, .icon-umbrella.pull-right, .icon-paste.pull-right, .icon-lightbulb.pull-right, .icon-exchange.pull-right, .icon-bell-alt.pull-right, .icon-coffee.pull-right, .icon-food.pull-right, .icon-file-alt.pull-right, .icon-building.pull-right, .icon-hospital.pull-right, .icon-ambulance.pull-right, .icon-medkit.pull-right, .icon-fighter-jet.pull-right, .icon-beer.pull-right, .icon-h-sign.pull-right, .icon-plus-sign.pull-right, .icon-double-angle-left.pull-right, .icon-double-angle-right.pull-right, .icon-double-angle-up.pull-right, .icon-double-angle-down.pull-right, .icon-angle-left.pull-right, .icon-angle-right.pull-right, .icon-angle-up.pull-right, .icon-angle-down.pull-right, .icon-desktop.pull-right, .icon-laptop.pull-right, .icon-spinner.pull-right, .icon-circle.pull-right, .icon-reply.pull-right, .icon-github-alt.pull-right, .icon-folder-close-alt.pull-right, .icon-folder-open-alt.pull-right, .icon-expand-alt.pull-right, .icon-collapse-alt.pull-right, .icon-smile.pull-right, .icon-frown.pull-right, .icon-meh.pull-right, .icon-gamepad.pull-right, .icon-keyboard.pull-right, .icon-flag-alt.pull-right, .icon-flag-checkered.pull-right, .icon-terminal.pull-right, .icon-code.pull-right, .icon-reply-all.pull-right, .icon-star-half-full.pull-right, .icon-location-arrow.pull-right, .icon-crop.pull-right, .icon-code-fork.pull-right, .icon-subscript.pull-right, .icon-eraser.pull-right, .icon-puzzle.pull-right, .icon-microphone.pull-right, .icon-microphone-off.pull-right, .icon-shield.pull-right, .icon-calendar-empty.pull-right, .icon-fire-extinguisher.pull-right, .icon-rocket.pull-right, .icon-maxcdn.pull-right, .icon-chevron-sign-left.pull-right, .icon-chevron-sign-right.pull-right, .icon-chevron-sign-up.pull-right, .icon-chevron-sign-down.pull-right, .icon-html5.pull-right, .icon-css3.pull-right, .icon-anchor.pull-right, .icon-unlock-alt.pull-right, .icon-bullseye.pull-right, .icon-ellipsis-horizontal.pull-right, .icon-ellipsis-vertical.pull-right, .icon-rss-sign.pull-right, .icon-fb-boolean.pull-right, .icon-text-height.pull-right, .icon-text-width.pull-right, .icon-align-left.pull-right, .icon-align-center.pull-right, .icon-align-right.pull-right, .icon-step-forward.pull-right, .icon-eject.pull-right, .icon-chevron-left.pull-right, .icon-chevron-right.pull-right, .icon-plus-sign-2.pull-right, .icon-fire.pull-right, .icon-eye-open.pull-right, .icon-eye-close.pull-right, .icon-warning-sign.pull-right, .icon-plane.pull-right, .icon-heart-empty.pull-right, .icon-signout.pull-right, .icon-linkedin-sign.pull-right, .icon-pushpin.pull-right, .icon-external-link.pull-right, .icon-hand-down.pull-right, .icon-circle-arrow-left.pull-right, .icon-circle-arrow-right.pull-right, .icon-circle-arrow-up.pull-right, .icon-circle-arrow-down.pull-right, .icon-truck.pull-right, .icon-pinterest.pull-right, .icon-pinterest-sign.pull-right, .icon-google-plus-sign.pull-right, .icon-google-plus.pull-right, .icon-cloud-download.pull-right, .icon-cloud-upload.pull-right, .icon-user-md.pull-right, .icon-stethoscope.pull-right, .icon-suitcase.pull-right, .icon-tablet.pull-right, .icon-mobile.pull-right, .icon-circle-blank.pull-right, .icon-quote-left.pull-right, .icon-quote-right.pull-right, .icon-unlink.pull-right, .icon-question.pull-right, .icon-info.pull-right, .icon-exclamation.pull-right, .icon-superscript.pull-right, .icon-play-sign.pull-right, .icon-ticket.pull-right, .icon-minus-sign-alt.pull-right, .icon-check-minus.pull-right, .icon-level-up.pull-right, .icon-sort-by-attributes-alt.pull-right, .icon-sort-by-order.pull-right, .icon-sort-by-order-alt.pull-right, .icon-thumbs-up-2.pull-right, .icon-thumbs-down-2.pull-right, .icon-dribbble.pull-right, .icon-skype.pull-right, .icon-foursquare.pull-right, .icon-trello.pull-right, .icon-female.pull-right, .icon-level-down.pull-right, .icon-check-sign.pull-right, .icon-edit-sign.pull-right, .icon-external-link-sign.pull-right, .icon-share-sign.pull-right, .icon-compass.pull-right, .icon-collapse.pull-right, .icon-collapse-top.pull-right, .icon-expand.pull-right, .icon-euro.pull-right, .icon-gbp.pull-right, .icon-dollar.pull-right, .icon-rupee.pull-right, .icon-yen.pull-right, .icon-renminbi.pull-right, .icon-won.pull-right, .icon-bitcoin.pull-right, .icon-file-2.pull-right, .icon-file-text.pull-right, .icon-sort-by-alphabet.pull-right, .icon-sort-by-alphabet-alt.pull-right, .icon-sort-by-attributes.pull-right, .icon-youtube-sign.pull-right, .icon-youtube.pull-right, .icon-xing.pull-right, .icon-xing-sign.pull-right, .icon-youtube-play.pull-right, .icon-dropbox.pull-right, .icon-stackexchange.pull-right, .icon-instagram.pull-right, .icon-flickr.pull-right, .icon-adn.pull-right, .icon-bitbucket.pull-right, .icon-bitbucket-sign.pull-right, .icon-tumblr.pull-right, .icon-tumblr-sign.pull-right, .icon-long-arrow-down.pull-right, .icon-long-arrow-up.pull-right, .icon-long-arrow-left.pull-right, .icon-long-arrow-right.pull-right, .icon-apple.pull-right, .icon-windows.pull-right, .icon-android.pull-right, .icon-linux.pull-right, .icon-male.pull-right, .icon-gittip.pull-right, .icon-sun.pull-right, .icon-moon.pull-right, .icon-archive.pull-right, .icon-bug.pull-right, .icon-vk.pull-right, .icon-weibo.pull-right, .icon-renren.pull-right, .icon-time.pull-right, .icon-road.pull-right, .icon-download-alt.pull-right, .icon-download.pull-right, .icon-upload.pull-right, .icon-db-joinxor.pull-right, .icon-db-state.pull-right, .icon-db-start.pull-right, .icon-db-end.pull-right, .icon-db-fork.pull-right, .icon-db-condition.pull-right, .icon-db-task.pull-right, .icon-db-join.pull-right, .icon-fb-button.pull-right, .icon-fb-fieldset.pull-right, .icon-fb-custom-field.pull-right, .icon-fb-separator.pull-right, .icon-fb-paragraph.pull-right, .icon-fb-file-upload.pull-right, .icon-fb-text.pull-right, .icon-fb-text-box.pull-right, .icon-fb-select.pull-right, .icon-fb-radio.pull-right, .icon-fb-number.pull-right, .icon-fb-integer.pull-right, .icon-fb-decimal.pull-right {
  margin-left: 0.3em;
}

a .icon-caret-bottom-right, a .icon-glass, a .icon-music, a .icon-search, a .icon-envelope, a .icon-heart, a .icon-star, a .icon-star-empty, a .icon-user, a .icon-film, a .icon-th-large, a .icon-th, a .icon-th-list, a .icon-ok, a .icon-remove, a .icon-zoom-in, a .icon-zoom-out, a .icon-off, a .icon-signal, a .icon-cog, a .icon-trash, a .icon-home, a .icon-file, a .icon-inbox, a .icon-play-circle, a .icon-repeat, a .icon-refresh, a .icon-list-alt, a .icon-lock, a .icon-flag, a .icon-headphones, a .icon-volume-off, a .icon-volume-down, a .icon-volume-up, a .icon-qrcode, a .icon-barcode, a .icon-tag, a .icon-tags, a .icon-book, a .icon-bookmark, a .icon-print, a .icon-camera, a .icon-font, a .icon-bold, a .icon-italic, a .icon-align-justify, a .icon-list, a .icon-indent-left, a .icon-indent-right, a .icon-facetime-video, a .icon-picture, a .icon-pencil, a .icon-map-marker, a .icon-adjust, a .icon-tint, a .icon-edit, a .icon-share, a .icon-check, a .icon-move, a .icon-step-backward, a .icon-fast-backward, a .icon-backward, a .icon-play, a .icon-pause, a .icon-stop, a .icon-forward, a .icon-fast-forward, a .icon-minus-sign, a .icon-remove-sign, a .icon-ok-sign, a .icon-question-sign, a .icon-info-sign, a .icon-screenshot, a .icon-remove-circle, a .icon-ok-circle, a .icon-ban-circle, a .icon-arrow-left, a .icon-arrow-right, a .icon-arrow-up, a .icon-arrow-down, a .icon-share-alt, a .icon-resize-full, a .icon-resize-small, a .icon-plus, a .icon-minus, a .icon-asterisk, a .icon-exclamation-sign, a .icon-gift, a .icon-leaf, a .icon-calendar, a .icon-random, a .icon-comment, a .icon-magnet, a .icon-chevron-up, a .icon-chevron-down, a .icon-retweet, a .icon-shopping-cart, a .icon-folder-close, a .icon-folder-open, a .icon-resize-vertical, a .icon-resize-horizontal, a .icon-bar-chart, a .icon-twitter-sign, a .icon-facebook-sign, a .icon-camera-retro, a .icon-key, a .icon-cogs, a .icon-comments, a .icon-thumbs-up, a .icon-thumbs-down, a .icon-star-half, a .icon-signin, a .icon-trophy, a .icon-github-sign, a .icon-upload-alt, a .icon-lemon, a .icon-phone, a .icon-check-empty, a .icon-bookmark-empty, a .icon-phone-sign, a .icon-twitter, a .icon-facebook, a .icon-github, a .icon-unlock, a .icon-credit, a .icon-rss, a .icon-hdd, a .icon-bullhorn, a .icon-bell, a .icon-certificate, a .icon-hand-right, a .icon-hand-left, a .icon-hand-up, a .icon-globe, a .icon-wrench, a .icon-tasks, a .icon-filter, a .icon-briefcase, a .icon-fullscreen, a .icon-group, a .icon-link, a .icon-cloud, a .icon-beaker, a .icon-cut, a .icon-copy, a .icon-paper-clip, a .icon-save, a .icon-sign-blank, a .icon-reorder, a .icon-list-ul, a .icon-list-ol, a .icon-strikethrough, a .icon-underline, a .icon-table, a .icon-magic, a .icon-money, a .icon-caret-down, a .icon-caret-up, a .icon-caret-left, a .icon-caret-right, a .icon-columns, a .icon-sort, a .icon-sort-down, a .icon-sort-up, a .icon-envelope-alt, a .icon-linkedin, a .icon-undo, a .icon-legal, a .icon-dashboard, a .icon-comment-alt, a .icon-comments-alt, a .icon-bolt, a .icon-sitemap, a .icon-umbrella, a .icon-paste, a .icon-lightbulb, a .icon-exchange, a .icon-bell-alt, a .icon-coffee, a .icon-food, a .icon-file-alt, a .icon-building, a .icon-hospital, a .icon-ambulance, a .icon-medkit, a .icon-fighter-jet, a .icon-beer, a .icon-h-sign, a .icon-plus-sign, a .icon-double-angle-left, a .icon-double-angle-right, a .icon-double-angle-up, a .icon-double-angle-down, a .icon-angle-left, a .icon-angle-right, a .icon-angle-up, a .icon-angle-down, a .icon-desktop, a .icon-laptop, a .icon-spinner, a .icon-circle, a .icon-reply, a .icon-github-alt, a .icon-folder-close-alt, a .icon-folder-open-alt, a .icon-expand-alt, a .icon-collapse-alt, a .icon-smile, a .icon-frown, a .icon-meh, a .icon-gamepad, a .icon-keyboard, a .icon-flag-alt, a .icon-flag-checkered, a .icon-terminal, a .icon-code, a .icon-reply-all, a .icon-star-half-full, a .icon-location-arrow, a .icon-crop, a .icon-code-fork, a .icon-subscript, a .icon-eraser, a .icon-puzzle, a .icon-microphone, a .icon-microphone-off, a .icon-shield, a .icon-calendar-empty, a .icon-fire-extinguisher, a .icon-rocket, a .icon-maxcdn, a .icon-chevron-sign-left, a .icon-chevron-sign-right, a .icon-chevron-sign-up, a .icon-chevron-sign-down, a .icon-html5, a .icon-css3, a .icon-anchor, a .icon-unlock-alt, a .icon-bullseye, a .icon-ellipsis-horizontal, a .icon-ellipsis-vertical, a .icon-rss-sign, a .icon-fb-boolean, a .icon-text-height, a .icon-text-width, a .icon-align-left, a .icon-align-center, a .icon-align-right, a .icon-step-forward, a .icon-eject, a .icon-chevron-left, a .icon-chevron-right, a .icon-plus-sign-2, a .icon-fire, a .icon-eye-open, a .icon-eye-close, a .icon-warning-sign, a .icon-plane, a .icon-heart-empty, a .icon-signout, a .icon-linkedin-sign, a .icon-pushpin, a .icon-external-link, a .icon-hand-down, a .icon-circle-arrow-left, a .icon-circle-arrow-right, a .icon-circle-arrow-up, a .icon-circle-arrow-down, a .icon-truck, a .icon-pinterest, a .icon-pinterest-sign, a .icon-google-plus-sign, a .icon-google-plus, a .icon-cloud-download, a .icon-cloud-upload, a .icon-user-md, a .icon-stethoscope, a .icon-suitcase, a .icon-tablet, a .icon-mobile, a .icon-circle-blank, a .icon-quote-left, a .icon-quote-right, a .icon-unlink, a .icon-question, a .icon-info, a .icon-exclamation, a .icon-superscript, a .icon-play-sign, a .icon-ticket, a .icon-minus-sign-alt, a .icon-check-minus, a .icon-level-up, a .icon-sort-by-attributes-alt, a .icon-sort-by-order, a .icon-sort-by-order-alt, a .icon-thumbs-up-2, a .icon-thumbs-down-2, a .icon-dribbble, a .icon-skype, a .icon-foursquare, a .icon-trello, a .icon-female, a .icon-level-down, a .icon-check-sign, a .icon-edit-sign, a .icon-external-link-sign, a .icon-share-sign, a .icon-compass, a .icon-collapse, a .icon-collapse-top, a .icon-expand, a .icon-euro, a .icon-gbp, a .icon-dollar, a .icon-rupee, a .icon-yen, a .icon-renminbi, a .icon-won, a .icon-bitcoin, a .icon-file-2, a .icon-file-text, a .icon-sort-by-alphabet, a .icon-sort-by-alphabet-alt, a .icon-sort-by-attributes, a .icon-youtube-sign, a .icon-youtube, a .icon-xing, a .icon-xing-sign, a .icon-youtube-play, a .icon-dropbox, a .icon-stackexchange, a .icon-instagram, a .icon-flickr, a .icon-adn, a .icon-bitbucket, a .icon-bitbucket-sign, a .icon-tumblr, a .icon-tumblr-sign, a .icon-long-arrow-down, a .icon-long-arrow-up, a .icon-long-arrow-left, a .icon-long-arrow-right, a .icon-apple, a .icon-windows, a .icon-android, a .icon-linux, a .icon-male, a .icon-gittip, a .icon-sun, a .icon-moon, a .icon-archive, a .icon-bug, a .icon-vk, a .icon-weibo, a .icon-renren, a .icon-time, a .icon-road, a .icon-download-alt, a .icon-download, a .icon-upload, a .icon-db-joinxor, a .icon-db-state, a .icon-db-start, a .icon-db-end, a .icon-db-fork, a .icon-db-condition, a .icon-db-task, a .icon-db-join, a .icon-fb-button, a .icon-fb-fieldset, a .icon-fb-custom-field, a .icon-fb-separator, a .icon-fb-paragraph, a .icon-fb-file-upload, a .icon-fb-text, a .icon-fb-text-box, a .icon-fb-select, a .icon-fb-radio, a .icon-fb-number, a .icon-fb-integer, a .icon-fb-decimal {
  display: inline;
}

.icon-stack .icon-caret-bottom-right, .icon-stack .icon-glass, .icon-stack .icon-music, .icon-stack .icon-search, .icon-stack .icon-envelope, .icon-stack .icon-heart, .icon-stack .icon-star, .icon-stack .icon-star-empty, .icon-stack .icon-user, .icon-stack .icon-film, .icon-stack .icon-th-large, .icon-stack .icon-th, .icon-stack .icon-th-list, .icon-stack .icon-ok, .icon-stack .icon-remove, .icon-stack .icon-zoom-in, .icon-stack .icon-zoom-out, .icon-stack .icon-off, .icon-stack .icon-signal, .icon-stack .icon-cog, .icon-stack .icon-trash, .icon-stack .icon-home, .icon-stack .icon-file, .icon-stack .icon-inbox, .icon-stack .icon-play-circle, .icon-stack .icon-repeat, .icon-stack .icon-refresh, .icon-stack .icon-list-alt, .icon-stack .icon-lock, .icon-stack .icon-flag, .icon-stack .icon-headphones, .icon-stack .icon-volume-off, .icon-stack .icon-volume-down, .icon-stack .icon-volume-up, .icon-stack .icon-qrcode, .icon-stack .icon-barcode, .icon-stack .icon-tag, .icon-stack .icon-tags, .icon-stack .icon-book, .icon-stack .icon-bookmark, .icon-stack .icon-print, .icon-stack .icon-camera, .icon-stack .icon-font, .icon-stack .icon-bold, .icon-stack .icon-italic, .icon-stack .icon-align-justify, .icon-stack .icon-list, .icon-stack .icon-indent-left, .icon-stack .icon-indent-right, .icon-stack .icon-facetime-video, .icon-stack .icon-picture, .icon-stack .icon-pencil, .icon-stack .icon-map-marker, .icon-stack .icon-adjust, .icon-stack .icon-tint, .icon-stack .icon-edit, .icon-stack .icon-share, .icon-stack .icon-check, .icon-stack .icon-move, .icon-stack .icon-step-backward, .icon-stack .icon-fast-backward, .icon-stack .icon-backward, .icon-stack .icon-play, .icon-stack .icon-pause, .icon-stack .icon-stop, .icon-stack .icon-forward, .icon-stack .icon-fast-forward, .icon-stack .icon-minus-sign, .icon-stack .icon-remove-sign, .icon-stack .icon-ok-sign, .icon-stack .icon-question-sign, .icon-stack .icon-info-sign, .icon-stack .icon-screenshot, .icon-stack .icon-remove-circle, .icon-stack .icon-ok-circle, .icon-stack .icon-ban-circle, .icon-stack .icon-arrow-left, .icon-stack .icon-arrow-right, .icon-stack .icon-arrow-up, .icon-stack .icon-arrow-down, .icon-stack .icon-share-alt, .icon-stack .icon-resize-full, .icon-stack .icon-resize-small, .icon-stack .icon-plus, .icon-stack .icon-minus, .icon-stack .icon-asterisk, .icon-stack .icon-exclamation-sign, .icon-stack .icon-gift, .icon-stack .icon-leaf, .icon-stack .icon-calendar, .icon-stack .icon-random, .icon-stack .icon-comment, .icon-stack .icon-magnet, .icon-stack .icon-chevron-up, .icon-stack .icon-chevron-down, .icon-stack .icon-retweet, .icon-stack .icon-shopping-cart, .icon-stack .icon-folder-close, .icon-stack .icon-folder-open, .icon-stack .icon-resize-vertical, .icon-stack .icon-resize-horizontal, .icon-stack .icon-bar-chart, .icon-stack .icon-twitter-sign, .icon-stack .icon-facebook-sign, .icon-stack .icon-camera-retro, .icon-stack .icon-key, .icon-stack .icon-cogs, .icon-stack .icon-comments, .icon-stack .icon-thumbs-up, .icon-stack .icon-thumbs-down, .icon-stack .icon-star-half, .icon-stack .icon-signin, .icon-stack .icon-trophy, .icon-stack .icon-github-sign, .icon-stack .icon-upload-alt, .icon-stack .icon-lemon, .icon-stack .icon-phone, .icon-stack .icon-check-empty, .icon-stack .icon-bookmark-empty, .icon-stack .icon-phone-sign, .icon-stack .icon-twitter, .icon-stack .icon-facebook, .icon-stack .icon-github, .icon-stack .icon-unlock, .icon-stack .icon-credit, .icon-stack .icon-rss, .icon-stack .icon-hdd, .icon-stack .icon-bullhorn, .icon-stack .icon-bell, .icon-stack .icon-certificate, .icon-stack .icon-hand-right, .icon-stack .icon-hand-left, .icon-stack .icon-hand-up, .icon-stack .icon-globe, .icon-stack .icon-wrench, .icon-stack .icon-tasks, .icon-stack .icon-filter, .icon-stack .icon-briefcase, .icon-stack .icon-fullscreen, .icon-stack .icon-group, .icon-stack .icon-link, .icon-stack .icon-cloud, .icon-stack .icon-beaker, .icon-stack .icon-cut, .icon-stack .icon-copy, .icon-stack .icon-paper-clip, .icon-stack .icon-save, .icon-stack .icon-sign-blank, .icon-stack .icon-reorder, .icon-stack .icon-list-ul, .icon-stack .icon-list-ol, .icon-stack .icon-strikethrough, .icon-stack .icon-underline, .icon-stack .icon-table, .icon-stack .icon-magic, .icon-stack .icon-money, .icon-stack .icon-caret-down, .icon-stack .icon-caret-up, .icon-stack .icon-caret-left, .icon-stack .icon-caret-right, .icon-stack .icon-columns, .icon-stack .icon-sort, .icon-stack .icon-sort-down, .icon-stack .icon-sort-up, .icon-stack .icon-envelope-alt, .icon-stack .icon-linkedin, .icon-stack .icon-undo, .icon-stack .icon-legal, .icon-stack .icon-dashboard, .icon-stack .icon-comment-alt, .icon-stack .icon-comments-alt, .icon-stack .icon-bolt, .icon-stack .icon-sitemap, .icon-stack .icon-umbrella, .icon-stack .icon-paste, .icon-stack .icon-lightbulb, .icon-stack .icon-exchange, .icon-stack .icon-bell-alt, .icon-stack .icon-coffee, .icon-stack .icon-food, .icon-stack .icon-file-alt, .icon-stack .icon-building, .icon-stack .icon-hospital, .icon-stack .icon-ambulance, .icon-stack .icon-medkit, .icon-stack .icon-fighter-jet, .icon-stack .icon-beer, .icon-stack .icon-h-sign, .icon-stack .icon-plus-sign, .icon-stack .icon-double-angle-left, .icon-stack .icon-double-angle-right, .icon-stack .icon-double-angle-up, .icon-stack .icon-double-angle-down, .icon-stack .icon-angle-left, .icon-stack .icon-angle-right, .icon-stack .icon-angle-up, .icon-stack .icon-angle-down, .icon-stack .icon-desktop, .icon-stack .icon-laptop, .icon-stack .icon-spinner, .icon-stack .icon-circle, .icon-stack .icon-reply, .icon-stack .icon-github-alt, .icon-stack .icon-folder-close-alt, .icon-stack .icon-folder-open-alt, .icon-stack .icon-expand-alt, .icon-stack .icon-collapse-alt, .icon-stack .icon-smile, .icon-stack .icon-frown, .icon-stack .icon-meh, .icon-stack .icon-gamepad, .icon-stack .icon-keyboard, .icon-stack .icon-flag-alt, .icon-stack .icon-flag-checkered, .icon-stack .icon-terminal, .icon-stack .icon-code, .icon-stack .icon-reply-all, .icon-stack .icon-star-half-full, .icon-stack .icon-location-arrow, .icon-stack .icon-crop, .icon-stack .icon-code-fork, .icon-stack .icon-subscript, .icon-stack .icon-eraser, .icon-stack .icon-puzzle, .icon-stack .icon-microphone, .icon-stack .icon-microphone-off, .icon-stack .icon-shield, .icon-stack .icon-calendar-empty, .icon-stack .icon-fire-extinguisher, .icon-stack .icon-rocket, .icon-stack .icon-maxcdn, .icon-stack .icon-chevron-sign-left, .icon-stack .icon-chevron-sign-right, .icon-stack .icon-chevron-sign-up, .icon-stack .icon-chevron-sign-down, .icon-stack .icon-html5, .icon-stack .icon-css3, .icon-stack .icon-anchor, .icon-stack .icon-unlock-alt, .icon-stack .icon-bullseye, .icon-stack .icon-ellipsis-horizontal, .icon-stack .icon-ellipsis-vertical, .icon-stack .icon-rss-sign, .icon-stack .icon-fb-boolean, .icon-stack .icon-text-height, .icon-stack .icon-text-width, .icon-stack .icon-align-left, .icon-stack .icon-align-center, .icon-stack .icon-align-right, .icon-stack .icon-step-forward, .icon-stack .icon-eject, .icon-stack .icon-chevron-left, .icon-stack .icon-chevron-right, .icon-stack .icon-plus-sign-2, .icon-stack .icon-fire, .icon-stack .icon-eye-open, .icon-stack .icon-eye-close, .icon-stack .icon-warning-sign, .icon-stack .icon-plane, .icon-stack .icon-heart-empty, .icon-stack .icon-signout, .icon-stack .icon-linkedin-sign, .icon-stack .icon-pushpin, .icon-stack .icon-external-link, .icon-stack .icon-hand-down, .icon-stack .icon-circle-arrow-left, .icon-stack .icon-circle-arrow-right, .icon-stack .icon-circle-arrow-up, .icon-stack .icon-circle-arrow-down, .icon-stack .icon-truck, .icon-stack .icon-pinterest, .icon-stack .icon-pinterest-sign, .icon-stack .icon-google-plus-sign, .icon-stack .icon-google-plus, .icon-stack .icon-cloud-download, .icon-stack .icon-cloud-upload, .icon-stack .icon-user-md, .icon-stack .icon-stethoscope, .icon-stack .icon-suitcase, .icon-stack .icon-tablet, .icon-stack .icon-mobile, .icon-stack .icon-circle-blank, .icon-stack .icon-quote-left, .icon-stack .icon-quote-right, .icon-stack .icon-unlink, .icon-stack .icon-question, .icon-stack .icon-info, .icon-stack .icon-exclamation, .icon-stack .icon-superscript, .icon-stack .icon-play-sign, .icon-stack .icon-ticket, .icon-stack .icon-minus-sign-alt, .icon-stack .icon-check-minus, .icon-stack .icon-level-up, .icon-stack .icon-sort-by-attributes-alt, .icon-stack .icon-sort-by-order, .icon-stack .icon-sort-by-order-alt, .icon-stack .icon-thumbs-up-2, .icon-stack .icon-thumbs-down-2, .icon-stack .icon-dribbble, .icon-stack .icon-skype, .icon-stack .icon-foursquare, .icon-stack .icon-trello, .icon-stack .icon-female, .icon-stack .icon-level-down, .icon-stack .icon-check-sign, .icon-stack .icon-edit-sign, .icon-stack .icon-external-link-sign, .icon-stack .icon-share-sign, .icon-stack .icon-compass, .icon-stack .icon-collapse, .icon-stack .icon-collapse-top, .icon-stack .icon-expand, .icon-stack .icon-euro, .icon-stack .icon-gbp, .icon-stack .icon-dollar, .icon-stack .icon-rupee, .icon-stack .icon-yen, .icon-stack .icon-renminbi, .icon-stack .icon-won, .icon-stack .icon-bitcoin, .icon-stack .icon-file-2, .icon-stack .icon-file-text, .icon-stack .icon-sort-by-alphabet, .icon-stack .icon-sort-by-alphabet-alt, .icon-stack .icon-sort-by-attributes, .icon-stack .icon-youtube-sign, .icon-stack .icon-youtube, .icon-stack .icon-xing, .icon-stack .icon-xing-sign, .icon-stack .icon-youtube-play, .icon-stack .icon-dropbox, .icon-stack .icon-stackexchange, .icon-stack .icon-instagram, .icon-stack .icon-flickr, .icon-stack .icon-adn, .icon-stack .icon-bitbucket, .icon-stack .icon-bitbucket-sign, .icon-stack .icon-tumblr, .icon-stack .icon-tumblr-sign, .icon-stack .icon-long-arrow-down, .icon-stack .icon-long-arrow-up, .icon-stack .icon-long-arrow-left, .icon-stack .icon-long-arrow-right, .icon-stack .icon-apple, .icon-stack .icon-windows, .icon-stack .icon-android, .icon-stack .icon-linux, .icon-stack .icon-male, .icon-stack .icon-gittip, .icon-stack .icon-sun, .icon-stack .icon-moon, .icon-stack .icon-archive, .icon-stack .icon-bug, .icon-stack .icon-vk, .icon-stack .icon-weibo, .icon-stack .icon-renren, .icon-stack .icon-time, .icon-stack .icon-road, .icon-stack .icon-download-alt, .icon-stack .icon-download, .icon-stack .icon-upload, .icon-stack .icon-db-joinxor, .icon-stack .icon-db-state, .icon-stack .icon-db-start, .icon-stack .icon-db-end, .icon-stack .icon-db-fork, .icon-stack .icon-db-condition, .icon-stack .icon-db-task, .icon-stack .icon-db-join, .icon-stack .icon-fb-button, .icon-stack .icon-fb-fieldset, .icon-stack .icon-fb-custom-field, .icon-stack .icon-fb-separator, .icon-stack .icon-fb-paragraph, .icon-stack .icon-fb-file-upload, .icon-stack .icon-fb-text, .icon-stack .icon-fb-text-box, .icon-stack .icon-fb-select, .icon-stack .icon-fb-radio, .icon-stack .icon-fb-number, .icon-stack .icon-fb-integer, .icon-stack .icon-fb-decimal {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: inherit;
}

.icon-stack .icon-text {
  height: 100%;
  line-height: inherit;
  position: absolute;
  text-align: center;
  width: 100%;
}

.icon-caret-bottom-right:before {
  content: "\e016";
}

.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file:before {
  content: "\f016";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up:before {
  content: "\f087";
}

.icon-thumbs-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope-alt:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-fb-boolean:before {
  content: "\e008";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign-2:before {
  content: "\f055";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

.icon-thumbs-up-2:before {
  content: "\f164";
}

.icon-thumbs-down-2:before {
  content: "\f165";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

.icon-euro:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before {
  content: "\f155";
}

.icon-rupee:before {
  content: "\f156";
}

.icon-yen:before {
  content: "\f157";
}

.icon-renminbi:before {
  content: "\f158";
}

.icon-won:before {
  content: "\f159";
}

.icon-bitcoin:before {
  content: "\f15a";
}

.icon-file-2:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stackexchange:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-sign:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun:before {
  content: "\f185";
}

.icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-db-joinxor:before {
  content: "\e006";
}

.icon-db-state:before {
  content: "\e009";
}

.icon-db-start:before {
  content: "\e00b";
}

.icon-db-end:before {
  content: "\e00a";
}

.icon-db-fork:before {
  content: "\e00c";
}

.icon-db-condition:before {
  content: "\e00e";
}

.icon-db-task:before {
  content: "\e00d";
}

.icon-db-join:before {
  content: "\e00f";
}

.icon-fb-button:before {
  content: "\e010";
}

.icon-fb-fieldset:before {
  content: "\e011";
}

.icon-fb-custom-field:before {
  content: "\e012";
}

.icon-fb-separator:before {
  content: "\e013";
}

.icon-fb-paragraph:before {
  content: "\e014";
}

.icon-fb-file-upload:before {
  content: "\e015";
}

.icon-fb-text:before {
  content: "\e000";
}

.icon-fb-text-box:before {
  content: "\e001";
}

.icon-fb-select:before {
  content: "\e002";
}

.icon-fb-radio:before {
  content: "\e003";
}

.icon-fb-number:before {
  content: "\e004";
}

.icon-fb-integer:before {
  content: "\e005";
}

.icon-fb-decimal:before {
  content: "\e007";
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.icon-btc:before {
  content: "\f15a";
}

.icon-cny:before {
  content: "\f158";
}

.icon-eur:before {
  content: "\f153";
}

.icon-gear:before {
  content: "\f013";
}

.icon-gears:before {
  content: "\f085";
}

.icon-inr:before {
  content: "\f156";
}

.icon-jpy:before {
  content: "\f157";
}

.icon-krw:before {
  content: "\f159";
}

.icon-mail-forward:before {
  content: "\f064";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-rotate-right:before {
  content: "\f01e";
}

.icon-star-half-empty:before {
  content: "\f123";
}

.icon-unchecked:before {
  content: "\f096";
}

.icon-usd:before {
  content: "\f155";
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("aui/lexicon/fonts/glyphicons-halflings-regular.eot");
  src: url("aui/lexicon/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("aui/lexicon/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("aui/lexicon/fonts/glyphicons-halflings-regular.woff") format("woff"), url("aui/lexicon/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("aui/lexicon/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.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;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 2px solid white;
  outline-offset: -2px;
}

.airbus-world-navbar-dropdown-menu a:focus {
  outline: 2px solid #00205b;
  outline-offset: 3px;
}

footer#footerPublic a:focus {
  outline: 2px solid white;
  outline-offset: 3px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-weight: bold;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 750px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .timeline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 750px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1200px) {
  .container {
    width: 100% !important;
  }
}
.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 750px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 970px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1170px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #ddd;
}

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm, .input-group-sm > input[type=date].form-control,
  .input-group-sm > input[type=date].input-group-addon,
  .input-group-sm > .input-group-btn > input[type=date].btn,
  .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > input[type=time].form-control,
  .input-group-sm > input[type=time].input-group-addon,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > input[type=datetime-local].form-control,
  .input-group-sm > input[type=datetime-local].input-group-addon,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > input[type=month].form-control,
  .input-group-sm > input[type=month].input-group-addon,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, .input-group-lg > input[type=date].form-control,
  .input-group-lg > input[type=date].input-group-addon,
  .input-group-lg > .input-group-btn > input[type=date].btn,
  .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > input[type=time].form-control,
  .input-group-lg > input[type=time].input-group-addon,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > input[type=datetime-local].form-control,
  .input-group-lg > input[type=datetime-local].input-group-addon,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > input[type=month].form-control,
  .input-group-lg > input[type=month].input-group-addon,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 750px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 750px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 750px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px;
  }
}
@media (min-width: 750px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.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;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .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);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

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

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

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

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

/* .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }
*/
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

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

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

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

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 750px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -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);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 750px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 750px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 750px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 750px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 750px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 750px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 750px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 750px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 750px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 750px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 750px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 750px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 750px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 750px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 750px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 750px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert, .portlet-msg-alert, .portlet-msg-error, .portlet-msg-help, .portlet-msg-info, .portlet-msg-progress, .portlet-msg-success {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4, .portlet-msg-alert h4, .portlet-msg-error h4, .portlet-msg-help h4, .portlet-msg-info h4, .portlet-msg-progress h4, .portlet-msg-success h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link, .portlet-msg-alert .alert-link, .portlet-msg-error .alert-link, .portlet-msg-help .alert-link, .portlet-msg-info .alert-link, .portlet-msg-progress .alert-link, .portlet-msg-success .alert-link {
  font-weight: bold;
}

.alert > p, .portlet-msg-alert > p, .portlet-msg-error > p, .portlet-msg-help > p, .portlet-msg-info > p, .portlet-msg-progress > p, .portlet-msg-success > p,
.alert > ul, .portlet-msg-alert > ul, .portlet-msg-error > ul, .portlet-msg-help > ul, .portlet-msg-info > ul, .portlet-msg-progress > ul, .portlet-msg-success > ul {
  margin-bottom: 0;
}

.alert > p + p, .portlet-msg-alert > p + p, .portlet-msg-error > p + p, .portlet-msg-help > p + p, .portlet-msg-info > p + p, .portlet-msg-progress > p + p, .portlet-msg-success > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success, .portlet-msg-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr, .portlet-msg-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link, .portlet-msg-success .alert-link {
  color: #2b542c;
}

.alert-info, .portlet-msg-help, .portlet-msg-info, .portlet-msg-progress {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr, .portlet-msg-help hr, .portlet-msg-info hr, .portlet-msg-progress hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link, .portlet-msg-help .alert-link, .portlet-msg-info .alert-link, .portlet-msg-progress .alert-link {
  color: #245269;
}

.alert-warning, .portlet-msg-alert {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr, .portlet-msg-alert hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link, .portlet-msg-alert .alert-link {
  color: #66512c;
}

.alert-danger, .portlet-msg-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr, .portlet-msg-error hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link, .portlet-msg-error .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 750px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 970px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 750px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 970px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 970px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 970px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 970px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 970px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.alert-notification {
  width: 100%;
}

@media (min-width: 750px) {
  .alert-notification {
    max-width: 280px;
  }
}
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.aspect-ratio {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}

.aspect-ratio img {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.aspect-ratio.aspect-ratio-vertical img {
  height: 100%;
  width: auto;
}

.aspect-ratio-center img {
  left: 50%;
  right: auto;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.aspect-ratio-middle img {
  bottom: auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.aspect-ratio-right img {
  left: auto;
  right: 0;
}

.aspect-ratio-top img {
  bottom: auto;
  top: 0;
}

.aspect-ratio-3-to-2 {
  padding-bottom: 66.66667%;
}

.aspect-ratio-4-to-3 {
  padding-bottom: 75%;
}

.aspect-ratio-8-to-5 {
  padding-bottom: 62.5%;
}

.aspect-ratio-16-to-9 {
  padding-bottom: 56.25%;
}

.aspect-ratio-bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.aspect-ratio-bg-center {
  background-position: center;
  background-repeat: no-repeat;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.badge {
  border-radius: 100px;
  font-size: 12px;
  margin-bottom: 2px;
  margin-top: 2px;
  max-width: 100%;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
  white-space: normal;
  word-wrap: break-word;
}

.badge-lg {
  font-size: 16px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
}

.badge-sm {
  font-size: 9px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
}

.badge .lexicon-icon {
  height: 9px;
  margin-left: 2px;
  width: 9px;
}

.badge-lg .lexicon-icon {
  height: 13px;
  margin-left: 4px;
  width: 13px;
}

.badge-sm .lexicon-icon {
  height: 5px;
  width: 5px;
}

.badge a {
  color: #fff;
}

.badge a:focus, .badge a:hover {
  color: #fff;
  text-decoration: none;
}

.badge-danger {
  background-color: #d9534f;
}

.badge-info {
  background-color: #5bc0de;
}

.badge-primary {
  background-color: #337ab7;
}

.badge-success {
  background-color: #5cb85c;
}

.badge-warning {
  background-color: #f0ad4e;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}

.breadcrumb > li {
  float: left;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 750px) {
  .breadcrumb > li {
    max-width: 300px;
  }
}
.breadcrumb > li + li:before {
  content: "/";
  float: left;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.breadcrumb-horizontal > li {
  margin-right: 0.5em;
  position: relative;
}

.breadcrumb-horizontal > li + li {
  padding-left: 1em;
}

.breadcrumb-horizontal > li + li:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M396.394%20255.607a28.207%2028.207%200%200%200-8.272-19.111L160.901%209.275c-11.026-11.059-28.94-11.059-39.999%200-11.058%2011.026-11.058%2028.941%200%2039.999l206.333%20206.333L120.902%20461.94c-11.058%2011.058-11.058%2028.973%200%2039.999%2011.059%2011.059%2028.972%2011.059%2039.999%200l227.221-227.221a28.196%2028.196%200%200%200%208.272-19.111z'%20fill='%23ccc'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  float: left;
  height: 0.75em;
  left: 0;
  margin-top: -0.375em;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 0.75em;
}

.breadcrumb-vertical > li {
  display: block;
  float: none;
  max-width: none;
}

.breadcrumb-vertical > li:before,
.breadcrumb-vertical > li + li:before {
  color: #ccc;
  content: normal;
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.btn {
  border-width: 1px;
}

.btn-action,
.btn-action-secondary {
  z-index: 950;
}

.btn-action,
.btn-action-secondary .btn {
  height: 34px;
  padding: 0;
  position: relative;
  width: 34px;
}

.btn-action [class*=icon-],
.btn-action-secondary .btn [class*=icon-] {
  line-height: 32px;
}

.btn-action .glyphicon,
.btn-action-secondary .btn .glyphicon {
  margin-left: 2px;
  margin-top: -2px;
}

.btn-action .lexicon-icon {
  display: block;
  height: 100%;
  margin: auto;
}

.btn-action-secondary {
  display: inline-block;
}

.btn-action-secondary .dropdown-menu-left-side,
.btn-action-secondary .dropdown-menu-left-side-bottom {
  margin-right: 5px;
}

.btn-action-secondary .dropdown-menu-right-side,
.btn-action-secondary .dropdown-menu-right-side-bottom {
  margin-left: 5px;
}

.btn-bottom-left {
  bottom: 20px;
  left: 20px;
  position: fixed;
}

.btn-bottom-right {
  bottom: 20px;
  position: fixed;
  right: 20px;
}

.btn-top-left {
  left: 20px;
  position: fixed;
  top: 20px;
}

.btn-top-right {
  position: fixed;
  right: 20px;
  top: 20px;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.card,
.card-horizontal {
  background-color: #fff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
}

.card .card-col-content:first-child,
.card .card-col-field:first-child,
.card-horizontal .card-col-content:first-child,
.card-horizontal .card-col-field:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.card .card-col-content:last-child,
.card .card-col-field:last-child,
.card-horizontal .card-col-content:last-child,
.card-horizontal .card-col-field:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.card .divider,
.card-horizontal .divider {
  background-color: rgba(0, 0, 0, 0.15);
  border-width: 0;
  height: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.card .figure,
.card-horizontal .figure {
  margin-bottom: 0;
  overflow: visible;
}

.card-block {
  padding: 15px;
  word-wrap: break-word;
}

.card-col-content {
  display: table-cell;
  max-width: 10px;
  position: relative;
  vertical-align: middle;
  width: auto;
  word-break: break-all \9 ;
  word-wrap: break-word;
}

.card-col-field {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 1%;
}

.card-row {
  display: table;
  height: 100%;
  width: 100%;
}

.card-row.card-row-padded .card-col-gutters:first-child {
  padding-left: 0;
}

.card-row.card-row-padded .card-col-gutters:last-child {
  padding-right: 0;
}

.card-row.card-row-padded .card-col-gutters .divider {
  margin-left: 0;
  margin-right: 0;
}

.card-row .card-col-gutters {
  padding: 0 10px;
}

.card-row .card-col-gutters .divider {
  margin-left: -10px;
  margin-right: -10px;
}

.card-row-layout-fixed {
  table-layout: fixed;
}

.card-row-layout-fixed .card-col-content {
  word-wrap: break-word;
}

.card-row-layout-fixed .card-col-field {
  width: auto;
  word-wrap: break-word;
}

.card-row-padded {
  padding: 15px;
}

.card-row-valign-top .card-col-content,
.card-row-valign-top .card-col-field {
  vertical-align: top;
}

.card-row-valign-top .clamp-container {
  top: 0;
}

.card-row-valign-top .clamp-horizontal .clamp-container {
  -ms-transform: none;
  transform: none;
}

.card-row-valign-bottom .card-col-content,
.card-row-valign-bottom .card-col-field {
  vertical-align: bottom;
}

.card-row-valign-bottom .clamp-container {
  bottom: 0;
}

.card-row-valign-bottom .clamp-horizontal .clamp-container {
  -ms-transform: none;
  transform: none;
}

.card-circle {
  border-radius: 20px;
}

.card-circle .card-col-content:first-child,
.card-circle .card-col-field:first-child {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.card-circle .card-col-content:last-child,
.card-circle .card-col-field:last-child {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.card-square {
  border-radius: 0;
}

.card-square .card-col-content:first-child,
.card-square .card-col-field:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.card-square .card-col-content:last-child,
.card-square .card-col-field:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.checkbox-card,
.radio-card {
  margin-bottom: 0;
  margin-top: 0;
}

.checkbox-card label,
.radio-card label {
  color: #333333;
  display: inline;
  padding-left: 0;
}

.checkbox-card input[type=checkbox],
.radio-card input[type=radio] {
  margin-left: 0;
  margin-top: 0;
  z-index: 1;
}

.checkbox-bottom-left .card-horizontal .card.flex-container,
.checkbox-middle-left .card-horizontal .card.flex-container,
.checkbox-top-left .card-horizontal .card.flex-container,
.radio-bottom-left .card-horizontal .card.flex-container,
.radio-middle-left .card-horizontal .card.flex-container,
.radio-top-left .card-horizontal .card.flex-container {
  padding-left: 40px;
}

.checkbox-bottom-left .card-horizontal > .card-row,
.checkbox-middle-left .card-horizontal > .card-row,
.checkbox-top-left .card-horizontal > .card-row,
.radio-bottom-left .card-horizontal > .card-row,
.radio-middle-left .card-horizontal > .card-row,
.radio-top-left .card-horizontal > .card-row {
  padding-left: 40px;
}

.checkbox-bottom-right .card-horizontal .card.flex-container,
.checkbox-middle-right .card-horizontal .card.flex-container,
.checkbox-top-right .card-horizontal .card.flex-container,
.radio-bottom-right .card-horizontal .card.flex-container,
.radio-middle-right .card-horizontal .card.flex-container,
.radio-top-right .card-horizontal .card.flex-container {
  padding-right: 40px;
}

.checkbox-bottom-right .card-horizontal > .card-row,
.checkbox-middle-right .card-horizontal > .card-row,
.checkbox-top-right .card-horizontal > .card-row,
.radio-bottom-right .card-horizontal > .card-row,
.radio-middle-right .card-horizontal > .card-row,
.radio-top-right .card-horizontal > .card-row {
  padding-right: 40px;
}

.checkbox-bottom-left input[type=checkbox],
.checkbox-bottom-left label > input[type=checkbox],
.radio-bottom-left input[type=radio],
.radio-bottom-left label > input[type=radio] {
  bottom: 15px;
  left: 15px;
  -ms-transform: none;
  transform: none;
}

.checkbox-bottom-right input[type=checkbox],
.checkbox-bottom-right label > input[type=checkbox],
.radio-bottom-right input[type=radio],
.radio-bottom-right label > input[type=radio] {
  bottom: 15px;
  right: 15px;
  -ms-transform: none;
  transform: none;
}

.checkbox-middle-left input[type=checkbox],
.checkbox-middle-left label > input[type=checkbox],
.radio-middle-left input[type=radio],
.radio-middle-left label > input[type=radio] {
  left: 15px;
  margin-top: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.checkbox-middle-right input[type=checkbox],
.checkbox-middle-right label > input[type=checkbox],
.radio-middle-right input[type=radio],
.radio-middle-right label > input[type=radio] {
  margin-top: 0;
  right: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.checkbox-top-left label > input[type=checkbox],
.radio-top-left label > input[type=radio] {
  left: 15px;
  top: 15px;
  -ms-transform: none;
  transform: none;
}

.checkbox-top-right label > input[type=checkbox],
.radio-top-right label > input[type=radio] {
  right: 15px;
  top: 15px;
  -ms-transform: none;
  transform: none;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.clamp-container {
  left: 8px;
  margin: -2px;
  padding: 2px;
  position: absolute;
  right: 8px;
}

.clamp-horizontal .clamp-container {
  overflow: hidden;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .clamp-all,
  .clamp-all-scroll {
    overflow: hidden;
  }
}
.clamp-all .clamp-container,
.clamp-all-scroll .clamp-container {
  bottom: 0;
  overflow: hidden;
  right: 0;
  top: 0;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .clamp-all .clamp-container,
  .clamp-all-scroll .clamp-container {
    bottom: auto;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .clamp-all-scroll {
    overflow: auto;
  }
}
.clamp-all-scroll .clamp-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.crop-img {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.crop-img img {
  left: 0;
  position: absolute;
}

.crop-img-center img {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.crop-img-right img {
  left: auto;
  right: 0;
}

.crop-img-bottom img {
  bottom: 0;
  top: auto;
}

.crop-img-middle img {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.crop-img-center.crop-img-middle img {
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.container-fluid-1280 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid-1280:before, .container-fluid-1280:after {
  content: " ";
  display: table;
}

.container-fluid-1280:after {
  clear: both;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.lexicon-icon {
  display: inline-block;
  fill: currentColor;
  height: 16px;
  transform: translateZ(0);
  vertical-align: middle;
  width: 16px;
}

.lexicon-icon-sm {
  height: 7px;
  width: 7px;
}

.lexicon-icon-md {
  height: 32px;
  width: 32px;
}

.lexicon-icon-lg {
  height: 128px;
  width: 128px;
}

.scale-lexicon-icon.lexicon-icon,
.scale-lexicon-icon .lexicon-icon, label .lexicon-icon,
.control-label .lexicon-icon {
  height: 1em;
  margin-top: -0.13em;
  width: 1em;
}

a.collapse-icon {
  padding-right: 45px;
}

.collapse-icon-closed [class^=icon-],
.collapse-icon-closed [class*=" icon-"],
.collapse-icon-closed .lexicon-icon,
.collapse-icon-open [class^=icon-],
.collapse-icon-open [class*=" icon-"],
.collapse-icon-open .lexicon-icon {
  display: block;
}

.collapse-icon .collapse-icon-closed,
.collapse-icon .collapse-icon-open {
  position: absolute;
  right: 15px;
  top: 10px;
}

.collapse-icon .collapse-icon-closed [class^=icon-],
.collapse-icon .collapse-icon-closed [class*=" icon-"],
.collapse-icon .collapse-icon-open [class^=icon-],
.collapse-icon .collapse-icon-open [class*=" icon-"] {
  margin-top: 0.214285em;
}

.collapse-icon .collapse-icon-closed .lexicon-icon,
.collapse-icon .collapse-icon-open .lexicon-icon {
  margin-top: calc((1.42857em - 16px) / 2);
}

.collapse-icon .collapse-icon-closed {
  display: none;
}

.collapse-icon .collapse-icon-open {
  display: inline-block;
}

.collapsed .collapse-icon-closed {
  display: inline-block;
}

.collapsed .collapse-icon-open {
  display: none;
}

.collapse-icon-middle .collapse-icon-closed,
.collapse-icon-middle .collapse-icon-open {
  margin-top: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a .icon-monospaced,
.icon-monospaced {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 32px;
  text-align: center;
  vertical-align: middle;
}

.icon-monospaced.btn {
  line-height: 32px;
  padding: 0;
}

.icon-monospaced.btn:before {
  position: relative;
  top: -1px;
}

.icon-monospaced.btn-xs, .btn-group-xs > .icon-monospaced.btn, .icon-monospaced.icon-xs {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.icon-monospaced.btn-sm, .btn-group-sm > .icon-monospaced.btn, .icon-monospaced.icon-sm {
  height: 26px;
  line-height: 26px;
  width: 26px;
}

.icon-monospaced.btn-lg, .btn-group-lg > .icon-monospaced.btn, .icon-monospaced.icon-lg {
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.icon-monospaced.icon-large {
  height: 26px;
  line-height: 26px;
  width: 26px;
}

.icon-monospaced.icon-2x {
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.icon-monospaced.icon-3x {
  height: 48px;
  line-height: 48px;
  width: 48px;
}

.icon-monospaced.icon-4x {
  height: 75px;
  line-height: 75px;
  width: 75px;
}

.icon-monospaced.icon-5x {
  height: 100px;
  line-height: 100px;
  width: 100px;
}

.icon-monospaced .glyphicon {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 32px;
  text-align: center;
}

.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.icon-monospaced .lexicon-icon {
  display: block;
  height: 32px;
  line-height: 32px;
  width: 32px;
  padding: 8px;
}

.help-icon {
  border-radius: 100px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 32px;
  text-align: center;
}

.help-icon:hover, .help-icon:focus {
  text-decoration: none;
}

.help-icon.icon-monospaced {
  vertical-align: baseline;
}

.help-icon-default {
  background-color: #eeeeee;
  color: gray;
}

.help-icon-default:focus, .help-icon-default:hover {
  color: #333333;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.input-group .form-control:focus {
  z-index: 4;
}

.input-group-btn .btn:hover {
  z-index: 3;
}

.input-group-btn .btn:focus {
  z-index: 4;
}

.input-group-btn > .btn + .btn {
  margin-left: 0;
}

.input-group-btn:first-child {
  text-align: right;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.input-group-addon {
  border-width: 1px 1px 1px 1px;
}

.input-group-input {
  display: table-cell;
}

.input-group-input .form-control {
  display: block;
}

.input-group-constrain {
  max-width: 150px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-right: 1px;
}

@media (min-width: 750px) {
  .input-group-constrain {
    max-width: 300px;
  }
}
.input-group-addon .input-group-constrain {
  border-bottom-width: 0;
  display: block;
  line-height: 32px;
  margin-bottom: -7px;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -6px;
  padding-bottom: 1px;
  padding-left: 12px;
  padding-right: 12px;
}

.input-group-insert {
  border-left-width: 0;
  border-right-width: 0;
}

.input-group-insert > .btn {
  border-radius: 0;
  margin-right: -1px;
}

.input-group-default {
  display: table;
}

.input-group-default .input-group-addon {
  background-color: transparent;
  border-width: 0;
  padding: 0 10px;
}

.input-group-default .input-group-addon:first-child .input-group-addon-content {
  margin-left: -10px;
}

.input-group-default .input-group-addon:last-child .input-group-addon-content {
  margin-right: -10px;
}

.input-group-default .help-icon {
  height: 28px;
  line-height: 28px;
  width: 28px;
}

.input-group-addon-content {
  display: inline-block;
}

.input-group-lg .input-group-constrain {
  line-height: 44px;
  margin-bottom: -11px;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -10px;
  padding-bottom: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

.input-group-sm .input-group-constrain {
  line-height: 28px;
  margin-bottom: -6px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -5px;
  padding-bottom: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.input-sm .help-icon, .input-group-sm > .form-control .help-icon,
.input-group-sm > .input-group-addon .help-icon,
.input-group-sm > .input-group-btn > .btn .help-icon {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.input-lg .help-icon, .input-group-lg > .form-control .help-icon,
.input-group-lg > .input-group-addon .help-icon,
.input-group-lg > .input-group-btn > .btn .help-icon {
  height: 35px;
  line-height: 35px;
  width: 35px;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

fieldset {
  word-wrap: break-word;
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
label .reference-mark,
.control-label .reference-mark {
  vertical-align: top;
}

.form-control {
  border-width: 1px 1px 1px 1px;
}

@media (max-width: 750px) {
  .form-control {
    font-size: 16px;
  }
}
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.figure {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.figcaption {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  font-weight: 300;
  padding: 10px 15px 10px 15px;
}

.figcaption-bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.figcaption-full {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.figcaption-middle {
  left: 0;
  padding: 10px 15px 10px 15px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.figcaption-top {
  position: absolute;
  top: 0;
  width: 100%;
}

.figure-circle {
  border-radius: 50%;
}

.figure-rounded {
  border-radius: 4px;
}

.figure-square {
  border-radius: 0;
}

.figcaption-danger {
  background-color: #d9534f;
  background-color: rgba(217, 83, 79, 0.7);
  color: #FFF;
}

.figcaption-info {
  background-color: #5bc0de;
  background-color: rgba(91, 192, 222, 0.7);
  color: #FFF;
}

.figcaption-primary {
  background-color: #337ab7;
  background-color: rgba(51, 122, 183, 0.7);
  color: #FFF;
}

.figcaption-success {
  background-color: #5cb85c;
  background-color: rgba(92, 184, 92, 0.7);
  color: #FFF;
}

.figcaption-warning {
  background-color: #f0ad4e;
  background-color: rgba(240, 173, 78, 0.7);
  color: #FFF;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.label {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 2px;
  max-width: 100%;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
  white-space: normal;
  word-wrap: break-word;
}

.label a {
  color: #fff;
  display: inline-block;
}

.label a:focus, .label a:hover {
  text-decoration: none;
}

.label-lg {
  font-size: 16px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
}

.label-sm {
  font-size: 9px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
}

.label .lexicon-icon {
  height: 9px;
  margin-left: 2px;
  width: 9px;
}

.label-lg .lexicon-icon {
  height: 13px;
  margin-left: 4px;
  width: 13px;
}

.label-sm .lexicon-icon {
  height: 5px;
  width: 5px;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.list-group-heading {
  background-color: #f5f5f5;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  color: #333;
  display: block;
  font-weight: 500;
  margin-bottom: -1px;
  overflow: hidden;
  padding: 10px 15px;
  position: relative;
  word-wrap: break-word;
}

.list-group-heading:focus {
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  z-index: 1;
}

.list-group-heading:hover {
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
}

.list-group-heading:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-heading:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 0;
}

button.list-group-heading {
  text-align: left;
  width: 100%;
}

.list-group-item.active .dropdown-toggle {
  color: #fff;
}

.list-group-item.active .dropdown-toggle:focus {
  color: #fff;
}

.list-group-item.active .dropdown-toggle:hover {
  color: #fff;
}

.list-group-item.active .list-group-item-content a {
  color: #fff;
}

.list-group .collapse:last-child,
.list-group .collapsing:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}

.list-group .collapse:last-child .list-group-item:last-child,
.list-group .collapsing:last-child .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.list-group .collapse .list-group-item:first-child,
.list-group .collapsing .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group .collapse .list-group-item:last-child,
.list-group .collapsing .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.list-group .collapse .tabular-list-group,
.list-group .collapsing .tabular-list-group {
  margin-bottom: 0;
}

.list-group .list-group-heading {
  margin-top: -1px;
}

.list-group .list-group-heading:first-child {
  margin-top: 0;
}

.list-group .list-group-heading.collapsed:nth-last-child(2) {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.list-group-item-field {
  display: table-cell;
  padding: 8px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 1%;
  word-break: break-all \9 ;
  word-wrap: break-word;
}

.list-group-item-field > .checkbox,
.list-group-item-field > .radio {
  margin-bottom: 0;
  margin-top: 0;
}

.list-group-item-content {
  display: table-cell;
  max-width: 100px;
  min-width: 100px;
  padding: 8px;
  position: relative;
  vertical-align: middle;
  word-break: break-all \9 ;
  word-wrap: break-word;
}

.list-group-item-content.clamp-horizontal .clamp-container {
  -ms-transform: none;
  transform: none;
}

.list-group-item-content.clamp-all .clamp-container {
  padding-top: 1em;
}

.list-group-item-content h1, .list-group-item-content h2, .list-group-item-content h3, .list-group-item-content h4, .list-group-item-content h5, .list-group-item-content h6 {
  margin: 0.5em 0;
}

.list-group-item-content h1:first-child, .list-group-item-content h2:first-child, .list-group-item-content h3:first-child, .list-group-item-content h4:first-child, .list-group-item-content h5:first-child, .list-group-item-content h6:first-child {
  margin-top: 0;
}

.list-group-item-content h1:last-child, .list-group-item-content h2:last-child, .list-group-item-content h3:last-child, .list-group-item-content h4:last-child, .list-group-item-content h5:last-child, .list-group-item-content h6:last-child {
  margin-bottom: 0;
}

.tabular-list-group {
  display: table;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}

.tabular-list-group .list-group-item {
  display: table-row;
  height: 100px;
  padding: 0;
}

.tabular-list-group .list-group-item:first-child .list-group-item-content,
.tabular-list-group .list-group-item:first-child .list-group-item-field {
  border-top-width: 1px;
}

.tabular-list-group .list-group-item-content,
.tabular-list-group .list-group-item-field {
  border: 1px solid #ddd;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}

.tabular-list-group .list-group-item-content:first-child,
.tabular-list-group .list-group-item-field:first-child {
  border-left-width: 1px;
  padding-left: 15px;
}

.tabular-list-group .list-group-item-content:last-child,
.tabular-list-group .list-group-item-field:last-child {
  border-right-width: 1px;
  padding-right: 15px;
}

.tabular-list-group .clamp-container .truncate-text {
  white-space: nowrap \9 ;
  word-break: normal \9 ;
}

.tabular-list-group .truncate-text {
  white-space: normal \9 ;
  word-break: break-all \9 ;
}

.tabular-list-group.no-borders .list-group-item:first-child .list-group-item-content,
.tabular-list-group.no-borders .list-group-item:first-child .list-group-item-field {
  border-top-width: 0;
}

.tabular-list-group.no-borders .list-group-item-content,
.tabular-list-group.no-borders .list-group-item-field {
  border-width: 0;
}

.tabular-list-group.full-borders .list-group-item-content, .tabular-list-group.full-borders .list-group-item-content:last-child,
.tabular-list-group.full-borders .list-group-item-field,
.tabular-list-group.full-borders .list-group-item-field:last-child {
  border-right-width: 1px;
}

.tabular-list-group.full-borders .list-group-item-content:first-child,
.tabular-list-group.full-borders .list-group-item-field:first-child {
  border-left-width: 1px;
}

@media (min-width: 970px) {
  .tabular-list-group .list-group-item-content,
  .tabular-list-group .list-group-item-field {
    padding: 1em 0.8em;
  }
}
@media (max-width: 279px) {
  .tabular-list-group {
    display: block;
  }
  .tabular-list-group .list-group-item {
    display: block;
    height: auto;
  }
  .tabular-list-group .list-group-item-content,
  .tabular-list-group .list-group-item-field {
    display: block;
    width: 100%;
  }
}
.tabular-list-group-unstyled {
  list-style: none;
  padding-left: 0;
}

.tabular-list-group-unstyled .list-group-item {
  background-color: transparent;
  border-width: 0;
  display: table;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}

.tabular-list-group-unstyled .list-group-item-content,
.tabular-list-group-unstyled .list-group-item-field {
  padding: 0;
  vertical-align: top;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.nav > li > a,
.nav > li > span,
.nav-heading > a,
.nav-heading > span {
  display: block;
  padding: 10px 15px;
  position: relative;
}

.nav > li > a:focus {
  z-index: 1;
}

.nav-heading {
  color: #333333;
  display: block;
  position: relative;
}

.nav-equal-height > li > a, .nav-equal-height .nav > li > a, .nav-equal-height-heading > a,
.nav-equal-height-heading > span {
  display: table-cell;
  height: 40px;
  max-width: 100px;
  min-width: 100px;
  vertical-align: middle;
  word-break: break-all \9 ;
  word-wrap: break-word;
}

.nav-equal-height > li,
.nav-equal-height .nav > li {
  display: table;
  width: 100%;
}

.nav-equal-height > li > a {
  padding: 0 15px;
}

.nav-equal-height-heading {
  display: table;
  position: relative;
  width: 100%;
}

.nav-equal-height-heading:focus, .nav-equal-height-heading:hover {
  background-color: #eeeeee;
  text-decoration: none;
}

.nav-equal-height-heading > a,
.nav-equal-height-heading > span {
  text-decoration: none;
}

.nav-equal-height-heading > a:first-child,
.nav-equal-height-heading > span:first-child {
  padding-left: 15px;
}

.nav-equal-height-heading > .nav-equal-height-heading-field {
  width: 1%;
}

.nav-nested .nav > li > a {
  padding-left: 30px;
}

.nav-nested .nav > li > .nav-equal-height-heading {
  padding-left: 15px;
}

.nav-nested .nav .nav > li > a {
  padding-left: 45px;
}

.nav-nested .nav .nav > li > .nav-equal-height-heading {
  padding-left: 30px;
}

.nav-nested .nav .nav .nav > li > a {
  padding-left: 60px;
}

.nav-nested .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 45px;
}

.nav-nested .nav .nav .nav .nav > li > a {
  padding-left: 75px;
}

.nav-nested .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 60px;
}

.nav-nested .nav .nav .nav .nav .nav > li > a {
  padding-left: 90px;
}

.nav-nested .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 75px;
}

.nav-nested .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 105px;
}

.nav-nested .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 90px;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 120px;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 105px;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 135px;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 120px;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 150px;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 135px;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 165px;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 150px;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 180px;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 165px;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 195px;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 180px;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 210px;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 195px;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 225px;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 210px;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: 240px;
}

.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: 225px;
}

.nav-nested-margins > li .nav > li {
  margin-left: 15px;
}

.nav-pills a[aria-expanded=true], .nav-pills a[aria-expanded=true]:hover, .nav-pills a[aria-expanded=true]:focus {
  background-color: #337ab7;
  color: #fff;
}

.nav-pills .nav > li > a {
  border-radius: 4px;
}

.nav-circle > li > a,
.nav-circle .nav > li > a {
  border-radius: 100px;
}

.nav-rounded > li > a,
.nav-rounded .nav > li > a {
  border-radius: 5px;
}

.nav-square > li > a,
.nav-square .nav > li > a {
  border-radius: 0;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.basic-search {
  float: right;
  max-width: none;
  padding: 7px 15px;
}

@media (min-width: 750px) {
  .basic-search {
    max-width: 220px;
  }
}
.basic-search.open {
  z-index: 10;
}

.basic-search .form-control {
  float: right;
  width: 100%;
}

.basic-search .input-group-input .basic-search-slider .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.basic-search .input-group-input .form-control {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.basic-search-slider {
  left: 101%;
  position: relative;
}

@media (min-width: 750px) {
  .basic-search-slider {
    left: 0;
  }
}
.basic-search-slider .basic-search-close {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  left: 0;
  position: absolute;
  z-index: 5;
}

@media (min-width: 750px) {
  .basic-search-slider .basic-search-close {
    display: none;
    line-height: normal;
  }
}
.basic-search-slider .basic-search-close:focus {
  border-color: #66afe9;
  outline: none;
}

.basic-search.focus .basic-search-slider .basic-search-close {
  border-right-color: #66afe9;
}

.basic-search.open .basic-search-slider {
  left: 0;
}

.basic-search .input-group-input {
  text-align: right;
}

.basic-search .input-group-input .form-control {
  min-width: 100px;
}

.basic-search-autofit {
  float: none;
  max-width: none;
}

.basic-search-transition:after {
  transition: all 0.1s ease;
}

.basic-search-transition .basic-search-slider {
  transition: left 0.5s ease, right 0.5s ease;
}

.collapse-basic-search {
  position: relative;
}

@media (min-width: 750px) {
  .collapse-basic-search.navbar-no-collapse .navbar-nav:first-child {
    float: left;
  }
  .collapse-basic-search .basic-search-autofit {
    float: none;
    max-width: none;
  }
}
.collapse-basic-search .basic-search {
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 750px) {
  .collapse-basic-search .basic-search {
    position: static;
  }
}
.collapse-basic-search .basic-search.basic-search-transition .input-group-input, .collapse-basic-search .basic-search.open .input-group-input {
  visibility: visible;
}

@media (min-width: 750px) {
  .collapse-basic-search .basic-search.open .basic-search-close {
    display: none;
  }
}
@media (max-width: 767px) {
  .collapse-basic-search .basic-search.basic-search-transition .input-group-btn .btn:first-child,
  .collapse-basic-search .basic-search.open .input-group-btn .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}
@media (max-width: 767px) {
  .collapse-basic-search .basic-search .input-group-btn .btn:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
}
.collapse-basic-search .basic-search .input-group-input {
  overflow: hidden;
  visibility: hidden;
}

@media (min-width: 750px) {
  .collapse-basic-search .basic-search .input-group-input {
    overflow: visible;
    visibility: visible;
  }
}
@media (min-width: 750px) {
  .collapse-basic-search .basic-search .input-group-input .form-control {
    left: auto;
  }
}
.collapse-basic-search .basic-search .form-control {
  padding-left: 47px;
}

@media (min-width: 750px) {
  .collapse-basic-search .basic-search .form-control {
    padding-left: 5px;
  }
}
.collapse-basic-search .navbar-nav:first-child {
  float: none;
}

@media (min-width: 750px) {
  .collapse-basic-search .navbar-nav:first-child {
    float: left;
  }
}
.collapse-basic-search .navbar-nav > li > a,
.collapse-basic-search .navbar-toggle {
  z-index: 1;
}

.navbar .container-fluid-1280 {
  padding-left: 0;
  padding-right: 0;
}

.navbar .nav-tabs {
  border-width: 0;
}

.navbar .nav-tabs > li > a, .navbar .nav-tabs > li > a:focus, .navbar .nav-tabs > li > a:hover {
  border-radius: 0;
  border-width: 0;
  margin-right: 0;
}

@media (min-width: 750px) {
  .navbar-collapse-left {
    float: left;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-collapse:first-child,
  .navbar-collapse-absolute .navbar-collapse {
    background-color: #fff;
    border-color: transparent;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    left: -1px;
    margin-top: 1px;
    position: absolute;
    right: -1px;
    top: 100%;
    z-index: 1000;
  }
}
.navbar-no-collapse .navbar-nav {
  float: left;
  margin: 0 15px;
}

.navbar-no-collapse .navbar-nav > li {
  float: left;
}

.navbar-no-collapse .navbar-nav .dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  position: absolute;
}

@media (max-width: 767px) {
  .navbar-no-collapse .navbar-nav .open .dropdown-menu > li > a {
    color: #333333;
    padding: 3px 20px;
  }
  .navbar-no-collapse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-no-collapse .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #f5f5f5;
    color: #262626;
  }
}
@media (max-width: 767px) {
  .navbar-no-collapse .navbar-nav .open .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
}
.navbar-no-collapse .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 3px 20px;
}

.navbar-form {
  padding: 7px 15px;
}

@media (min-width: 750px) {
  .navbar-form {
    margin: 0;
  }
}
@media (min-width: 750px) {
  .navbar-header .input-group-input .form-control {
    max-width: none;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .navbar-header-left-xs {
    float: left;
  }
}
@media (max-width: 767px) {
  .navbar-header-right-xs {
    float: right;
  }
}
@media (min-width: 750px) {
  .navbar-header-right {
    float: right;
  }
}
@media (min-width: 750px) {
  .navbar-nav {
    margin-right: 15px;
  }
}
@media (min-width: 750px) {
  .navbar-nav.navbar-right {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media (min-width: 750px) {
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-nav > li > a {
  padding-bottom: 14px;
  padding-top: 14px;
}

.navbar-brand {
  height: auto;
  padding-bottom: 14px;
  padding-top: 14px;
}

.navbar-brand:focus {
  position: relative;
  z-index: 1;
}

.navbar-toggle {
  height: 32px;
  margin-left: 15px;
  padding-bottom: 0;
  padding-top: 0;
}

.navbar-toggle:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.navbar-toggle .icon-bar {
  background-color: #337ab7;
}

.navbar-toggle-left {
  float: left;
}

@media (max-width: 767px) {
  .navbar-default .navbar-collapse:first-child,
  .navbar-default.navbar-collapse-absolute .navbar-collapse {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
  }
}
.navbar-default .navbar-toggle {
  color: #555;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default.collapse-basic-search .basic-search.open {
  background-color: #f8f8f8;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-collapse:first-child,
  .navbar-inverse.navbar-collapse-absolute .navbar-collapse {
    background-color: #222;
    border-color: #090909;
  }
}
.navbar-inverse .navbar-toggle {
  color: #fff;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse.collapse-basic-search .basic-search.open {
  background-color: #222;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.nav-tabs > li[class*=col-] {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.nav-tabs > li[class*=col-]:first-child > .dropdown-menu {
  margin-left: 0;
}

.nav-tabs > li[class*=col-]:last-child {
  float: right;
}

.nav-tabs > li[class*=col-] > a {
  margin-left: 2px;
  margin-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-tabs > li[class*=col-] > .dropdown-menu {
  margin-left: 2px;
}

.nav-tabs > li:first-child > a {
  margin-left: 0;
}

.nav-tabs.nav-justified > li > a {
  margin-left: 0;
}

.nav-tabs-default {
  border-bottom-color: transparent;
}

.nav-tabs-default > li:first-child > a, .nav-tabs-default > li:first-child > a:focus, .nav-tabs-default > li:first-child > a:hover, .nav-tabs-default > li:first-child.open > a, .nav-tabs-default > li:first-child.open > a:focus, .nav-tabs-default > li:first-child.open > a:hover, .nav-tabs-default > li:first-child.active > a, .nav-tabs-default > li:first-child.active > a:focus, .nav-tabs-default > li:first-child.active > a:hover {
  border-left-color: transparent;
}

.nav-tabs-default > li > a {
  border-left-color: #ddd;
  border-radius: 0;
  border-width: 0 0 0 1px;
  margin-right: 0;
}

.nav-tabs-default > li > a:hover {
  border-color: transparent transparent transparent #ddd;
}

.nav-tabs-default > li.active > a, .nav-tabs-default > li.active > a:focus, .nav-tabs-default > li.active > a:hover {
  border-color: transparent transparent transparent #ddd;
  border-width: 0 0 0 1px;
}

.nav-tabs-default .open > a, .nav-tabs-default .open > a:focus, .nav-tabs-default .open > a:hover {
  border-color: transparent transparent transparent #ddd;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.management-bar {
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  margin-bottom: 20px;
  min-height: 50px;
  position: relative;
}

.management-bar:before, .management-bar:after {
  content: " ";
  display: table;
}

.management-bar:after {
  clear: both;
}

@media (min-width: 750px) {
  .management-bar {
    border-radius: 4px;
  }
}
.management-bar .checkbox,
.management-bar .radio {
  margin-bottom: 0;
  margin-top: 0;
}

.management-bar .checkbox label,
.management-bar .radio label {
  display: block;
}

.management-bar .management-bar-nav > li > .btn,
.management-bar .management-bar-nav > .dropdown > .btn,
.management-bar-header > .btn,
.management-bar-header-right > .btn,
.management-bar-header > .dropdown,
.management-bar-header-right > .dropdown {
  margin: 7px 0 7px 15px;
  padding: 0;
}

.management-bar-header > .dropdown,
.management-bar-header-right > .dropdown {
  float: left;
}

.management-bar-header > .dropdown > a,
.management-bar-header-right > .dropdown > a {
  padding: 0;
}

.container > .management-bar-header,
.container > .management-bar-collapse,
.container-fluid > .management-bar-header,
.container-fluid > .management-bar-collapse {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 750px) {
  .container > .management-bar-header,
  .container > .management-bar-collapse,
  .container-fluid > .management-bar-header,
  .container-fluid > .management-bar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}
.container-fluid-1280 .management-bar-header-right {
  margin-right: 0;
}

.management-bar-header > .checkbox,
.management-bar-header > .radio,
.management-bar-header-right > .checkbox,
.management-bar-header-right > .radio,
.management-bar-nav > li > .checkbox,
.management-bar-nav > li > .radio {
  float: left;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 0;
  padding-top: 14px;
}

.management-bar-header {
  float: left;
}

.management-bar-header:before, .management-bar-header:after {
  content: " ";
  display: table;
}

.management-bar-header:after {
  clear: both;
}

.management-bar-header-right {
  float: right;
  margin-right: 15px;
}

.management-bar-header-right > a,
.management-bar-header-right > span {
  display: block;
  float: left;
  padding: 14px 15px;
}

.management-bar-header-item {
  float: left;
  height: 50px;
  padding: 14px 15px;
}

.management-bar-header-item:hover, .management-bar-header-item:focus {
  text-decoration: none;
}

.management-bar-header-item > img {
  display: block;
}

@media (min-width: 750px) {
  .management-bar > .container .management-bar-header-item,
  .management-bar > .container-fluid .management-bar-header-item {
    margin-left: -15px;
  }
}
.management-bar-item-title {
  display: inline-block;
  float: left;
  margin-right: 5px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 750px) {
  .management-bar-item-title {
    max-width: 180px;
  }
}
.management-bar-toggle {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  float: right;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 9px 10px;
  position: relative;
}

@media (min-width: 750px) {
  .management-bar-toggle {
    display: none;
  }
}
.management-bar-toggle:focus {
  outline: 0;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.management-bar-toggle-link {
  border-radius: 0;
  border-width: 0;
}

.management-bar-toggle-link.management-bar-toggle {
  margin: 0;
  padding: 14px 15px;
}

.management-bar-toggle-link:focus, .management-bar-toggle-link:hover {
  background-color: #eeeeee;
  text-decoration: none;
}

.management-bar-toggle-left {
  float: left;
  margin: 8px 15px;
  padding: 6px 10px;
}

.management-bar-collapse {
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  overflow-x: visible;
  padding-left: 15px;
  padding-right: 15px;
}

.management-bar-collapse:before, .management-bar-collapse:after {
  content: " ";
  display: table;
}

.management-bar-collapse:after {
  clear: both;
}

@media (max-width: 767px) {
  .management-bar-collapse {
    background-color: #fff;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    clear: both;
    left: -1px;
    position: absolute;
    right: -1px;
    top: 100%;
    z-index: 1001;
  }
}
@media (min-width: 750px) {
  .management-bar-collapse {
    border-top-width: 0;
    box-shadow: none;
    clear: none;
    float: left;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    width: auto;
  }
}
@media (min-width: 750px) {
  .management-bar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
  }
}
.management-bar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 750px) {
  .management-bar-collapse.in {
    overflow-y: visible;
  }
}
.management-bar-nav {
  margin: 7px -15px;
}

@media (min-width: 750px) {
  .management-bar-nav {
    float: left;
    margin: 0;
  }
}
@media (min-width: 750px) {
  .management-bar-nav > li {
    float: left;
  }
}
.management-bar-nav > li > a,
.management-bar-nav > li > span {
  display: block;
  padding: 14px 15px;
}

.management-bar-nav > li > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: 0;
}

@media (max-width: 767px) {
  .management-bar-nav .open .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    float: none;
    margin-top: 0;
    max-width: none;
    position: static;
    width: auto;
  }
}
@media (max-width: 767px) {
  .management-bar-nav .open .dropdown-menu > li > a,
  .management-bar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
}
@media (max-width: 767px) {
  .management-bar-nav .open .dropdown-menu > li > a:hover, .management-bar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
.management-bar-no-collapse .management-bar-nav {
  float: left;
  margin: 0;
}

.management-bar-no-collapse .management-bar-nav > li {
  float: left;
  margin-left: -1px;
}

.management-bar-no-collapse .management-bar-nav > li:first-child {
  margin-left: 0;
}

.management-bar-no-collapse .management-bar-nav .dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  position: absolute;
}

.management-bar-no-collapse .management-bar-nav-right {
  float: right;
  margin-right: 15px;
}

.management-bar-no-collapse .container-fluid-1280 .management-bar-nav-right {
  margin-right: 0;
}

.management-bar-default .management-bar-collapse {
  border-color: #e7e7e7;
}

@media (max-width: 767px) {
  .management-bar-default .management-bar-collapse {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
  }
}
.management-bar-default .management-bar-toggle-left {
  color: #555;
}

.management-bar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.management-bar-default a,
.management-bar-default .management-bar-text,
.management-bar-default .management-bar-nav > li > a,
.management-bar-default .management-bar-nav > .dropdown > a {
  color: #777;
}

.management-bar-default .management-bar-nav > li > a:hover,
.management-bar-default .management-bar-nav > .dropdown > a:hover {
  background-color: transparent;
  color: #333;
}

.management-bar-default .management-bar-nav > li > a:focus,
.management-bar-default .management-bar-nav > .dropdown > a:focus,
.management-bar-default .management-bar-nav .open > a,
.management-bar-default .management-bar-nav .open > a:focus,
.management-bar-default .management-bar-nav .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}

.management-bar-default .management-bar-nav > .disabled > a, .management-bar-default .management-bar-nav > .disabled > a:focus, .management-bar-default .management-bar-nav > .disabled > a:hover {
  background-color: transparent;
  color: #ccc;
}

.management-bar-default .btn-default,
.management-bar-default .nav > li > .btn-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  color: #777;
}

.management-bar-default .btn-default:focus, .management-bar-default .btn-default:hover,
.management-bar-default .nav > li > .btn-default:focus,
.management-bar-default .nav > li > .btn-default:hover {
  background-color: #dfdfdf;
  border-color: #c9c9c9;
  color: #777;
}

.management-bar-default .btn-default:active, .management-bar-default .btn-default.active,
.management-bar-default .nav > li > .btn-default:active,
.management-bar-default .nav > li > .btn-default.active {
  background-color: #dfdfdf;
  border-color: #c9c9c9;
  color: #777;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.pagination-bar:before, .pagination-bar:after {
  content: " ";
  display: table;
}

.pagination-bar:after {
  clear: both;
}

.pagination-bar .pagination {
  width: 100%;
}

@media (min-width: 750px) {
  .pagination-bar .pagination {
    float: right;
    margin: 0;
    width: auto;
  }
}
.pagination > li > a,
.pagination > li > span {
  border: 1px solid #ddd;
  margin-left: -1px;
  padding: 6px 12px 6px 12px;
}

.pagination-items-per-page {
  border: 1px solid transparent;
  float: left;
  line-height: 1.42857;
}

.pagination-items-per-page [class*=icon-] {
  margin-left: 10px;
}

.pagination-items-per-page a {
  display: block;
  padding-bottom: 6px;
  padding-top: 6px;
  text-decoration: none;
}

.pagination-results {
  border: 1px solid transparent;
  float: right;
  line-height: 1.42857;
  padding-bottom: 6px;
  padding-top: 6px;
}

@media (min-width: 750px) {
  .pagination-results {
    float: left;
    margin-left: 25px;
  }
}
.pagination-sm .pagination-items-per-page a,
.pagination-sm .pagination-results {
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 5px;
  padding-top: 5px;
}

.pagination-sm .pagination a {
  font-size: 12px;
}

.pagination-sm .pagination > li > a,
.pagination-sm .pagination > li > span {
  line-height: 1.5;
  padding: 5px 10px 5px 10px;
}

.pagination-sm .pagination > li:first-child > a,
.pagination-sm .pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm .pagination > li:last-child > a,
.pagination-sm .pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pagination-lg .pagination-items-per-page a,
.pagination-lg .pagination-results {
  font-size: 18px;
  line-height: 1.33333;
  padding-bottom: 10px;
  padding-top: 10px;
}

.pagination-lg .pagination > li a {
  font-size: 18px;
}

.pagination-lg .pagination > li > a,
.pagination-lg .pagination > li > span {
  line-height: 1.33333;
  padding: 10px 16px 10px 16px;
}

.pagination-lg .pagination > li:first-child > a,
.pagination-lg .pagination > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg .pagination > li:last-child > a,
.pagination-lg .pagination > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.panel {
  border-width: 1px 1px 1px 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-footer {
  background-color: transparent;
  border-color: transparent;
  border-top-width: 1px;
}

.panel-heading {
  border-bottom-width: 1px;
}

.panel-title {
  font-size: 1em;
  font-weight: 500;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.panel-group .panel-heading {
  padding: 0;
}

.panel-group .panel-heading .collapse-icon {
  padding-right: 45px;
}

.panel-group .panel-title > a,
.panel-group .panel-title > span {
  display: block;
  padding: 10px 15px;
  position: relative;
}

.card .panel,
.card-horizontal .panel {
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.card .panel-heading,
.card .panel-footer,
.card-horizontal .panel-heading,
.card-horizontal .panel-footer {
  border-radius: 0;
}

.card .panel:first-child,
.card .panel-group:first-child,
.card-horizontal .panel:first-child,
.card-horizontal .panel-group:first-child {
  margin-top: 20px;
}

.panel-blank {
  box-shadow: none;
  border-color: transparent;
}

.panel-blank > .panel-heading {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
}

.panel-blank > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.panel-blank > .panel-heading .badge {
  color: transparent;
  background-color: #333333;
}

.panel-blank > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-blank > .panel-footer {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}

.panel-group .panel-blank .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.panel-default > .panel-footer {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #333333;
}

.panel-primary > .panel-footer {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #fff;
}

.panel-success > .panel-footer {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.panel-warning > .panel-footer {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.panel-danger > .panel-footer {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.progress-xs {
  border-radius: 2px;
  height: 8px;
}

.progress-xs .progress-bar {
  font-size: 8px;
  line-height: 8px;
}

.progress-lg {
  border-radius: 4px;
  height: 32px;
}

.progress-lg .progress-bar {
  font-size: 14px;
  line-height: 32px;
}

.progress-xl {
  border-radius: 6px;
  height: 52px;
}

.progress-xl .progress-bar {
  font-size: 18px;
  line-height: 52px;
}

.multi-step-progress-bar {
  display: table;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  width: 100%;
}

.multi-step-progress-bar > li {
  color: #BBB;
  display: table-cell;
  vertical-align: bottom;
  width: 1%;
}

.multi-step-progress-bar > .active {
  color: #337ab7;
}

.multi-step-progress-bar > .active .divider {
  background-color: #337ab7;
  color: #337ab7;
}

.multi-step-progress-bar > .active .divider:after {
  content: "\f111";
}

.multi-step-progress-bar > .complete {
  color: #555555;
}

.multi-step-progress-bar > .complete .divider {
  background-color: #555555;
  color: #337ab7;
  margin-left: 15px;
}

.multi-step-progress-bar > .complete .divider:after {
  content: "\f00c";
  left: -14px;
}

.multi-step-progress-bar .divider {
  background-color: #BBB;
  color: #BBB;
  height: 1px;
  margin: 10px 0 10px 12px;
  position: relative;
}

.multi-step-progress-bar .divider:after {
  content: "\f10c";
  display: block;
  font-family: "fontawesome-alloy";
  left: -12px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.multi-step-progress-bar .progress-bar-step,
.multi-step-progress-bar .progress-bar-title {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .multi-step-progress-bar-collapse {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .multi-step-progress-bar-collapse > li {
    width: auto;
  }
}
@media (max-width: 767px) {
  .multi-step-progress-bar-collapse > li:last-child {
    width: 1%;
  }
}
@media (max-width: 767px) {
  .multi-step-progress-bar-collapse > li:last-child .divider {
    width: 0;
  }
}
@media (max-width: 767px) {
  .multi-step-progress-bar-collapse > .active .progress-bar-title {
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
  }
}
@media (max-width: 767px) {
  .multi-step-progress-bar-collapse .progress-bar-title {
    display: none;
  }
}
.multi-step-progress-bar-fixed > li {
  display: inline-block;
  width: 100px;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.sidebar {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.sidebar h1,
.sidebar .h1 {
  margin-bottom: 0;
  margin-top: 0;
}

.sidebar h2,
.sidebar .h2 {
  margin-bottom: 0;
  margin-top: 3px;
}

.sidebar h3,
.sidebar .h3 {
  margin-bottom: 0;
  margin-top: 5px;
}

.sidebar h4,
.sidebar .h4 {
  margin-bottom: 0;
  margin-top: 6px;
}

.sidebar h5,
.sidebar .h5 {
  margin-bottom: 0;
  margin-top: 8px;
}

.sidebar h6,
.sidebar .h6 {
  margin-bottom: 0;
  margin-top: 9px;
}

.sidebar .sidebar-title {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}

.sidebar-header {
  margin: 0;
  padding: 24px 24px 24px 24px;
  word-wrap: break-word;
}

.sidebar-header:before, .sidebar-header:after {
  content: " ";
  display: table;
}

.sidebar-header:after {
  clear: both;
}

.sidebar-actions,
.sidebar-header-actions {
  float: right;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-right: -9px;
}

.sidebar-actions > li,
.sidebar-header-actions > li {
  display: inline-block;
}

.sidebar-caption {
  color: #777777;
}

.sidebar-body {
  font-size: 14px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px 24px 24px 24px;
}

.sidebar-body dt {
  padding-top: 0.1px;
}

.sidebar-body dd.sidebar-caption {
  margin-bottom: 20px;
  margin-top: 3px;
}

.sidebar-footer {
  padding: 24px 24px 24px 24px;
}

.sidebar-footer a {
  text-decoration: none;
}

.sidebar-block {
  margin-bottom: 32px;
  position: relative;
  word-wrap: break-word;
}

.sidebar-panel {
  height: 155px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.sidebar .management-bar-default,
.sidebar .navbar-default,
.sidebar .navbar-inverse {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  margin-bottom: 0;
}

.sidebar .navbar > [class*=container-fluid] > .navbar-nav {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 750px) {
  .sidebar .navbar > [class*=container-fluid] > .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.sidebar-default {
  background-color: #f8f8f8;
  border-left: 1px solid #e7e7e7;
  color: #777;
}

.sidebar-default .sidebar-header .sidebar-title {
  color: #777;
}

.sidebar-default .sidebar-header a.sidebar-title,
.sidebar-default .sidebar-header .sidebar-title a {
  color: #777;
  text-decoration: none;
}

.sidebar-default .sidebar-header a.sidebar-title:hover, .sidebar-default .sidebar-header a.sidebar-title:focus,
.sidebar-default .sidebar-header .sidebar-title a:hover,
.sidebar-default .sidebar-header .sidebar-title a:focus {
  color: #333;
}

.sidebar-default a.sidenav-close,
.sidebar-default .sidebar-actions > li > a,
.sidebar-default .sidebar-actions > li > span > a,
.sidebar-default .sidebar-actions > li .dropdown-toggle,
.sidebar-default .sidebar-header-actions > li a {
  color: #777;
  text-decoration: none;
}

.sidebar-default a.sidenav-close:focus, .sidebar-default a.sidenav-close:hover,
.sidebar-default .sidebar-actions > li > a:focus,
.sidebar-default .sidebar-actions > li > a:hover,
.sidebar-default .sidebar-actions > li > span > a:focus,
.sidebar-default .sidebar-actions > li > span > a:hover,
.sidebar-default .sidebar-actions > li .dropdown-toggle:focus,
.sidebar-default .sidebar-actions > li .dropdown-toggle:hover,
.sidebar-default .sidebar-header-actions > li a:focus,
.sidebar-default .sidebar-header-actions > li a:hover {
  color: #333;
}

.sidebar-default .sidebar-panel {
  background-color: #e7e7e7;
}

.sidebar-inverse {
  background-color: #222;
  color: #9d9d9d;
}

.sidebar-inverse .sidebar-header .sidebar-title {
  color: #9d9d9d;
}

.sidebar-inverse .sidebar-header a.sidebar-title,
.sidebar-inverse .sidebar-header .sidebar-title a {
  color: #9d9d9d;
  text-decoration: none;
}

.sidebar-inverse .sidebar-header a.sidebar-title:hover, .sidebar-inverse .sidebar-header a.sidebar-title:focus,
.sidebar-inverse .sidebar-header .sidebar-title a:hover,
.sidebar-inverse .sidebar-header .sidebar-title a:focus {
  color: #fff;
}

.sidebar-inverse a.sidenav-close,
.sidebar-inverse .sidebar-actions > li > a,
.sidebar-inverse .sidebar-actions > li > span > a,
.sidebar-inverse .sidebar-actions > li .dropdown-toggle,
.sidebar-inverse .sidebar-header-actions > li a {
  color: #9d9d9d;
  text-decoration: none;
}

.sidebar-inverse a.sidenav-close:focus, .sidebar-inverse a.sidenav-close:hover,
.sidebar-inverse .sidebar-actions > li > a:focus,
.sidebar-inverse .sidebar-actions > li > a:hover,
.sidebar-inverse .sidebar-actions > li > span > a:focus,
.sidebar-inverse .sidebar-actions > li > span > a:hover,
.sidebar-inverse .sidebar-actions > li .dropdown-toggle:focus,
.sidebar-inverse .sidebar-actions > li .dropdown-toggle:hover,
.sidebar-inverse .sidebar-header-actions > li a:focus,
.sidebar-inverse .sidebar-header-actions > li a:hover {
  color: #fff;
}

.sidebar-inverse .sidebar-panel {
  background-color: #090909;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.container-fluid-1280.sidenav-container {
  padding-left: 15px;
  padding-right: 15px;
}

.sidenav-container {
  position: relative;
}

.sidenav-container > .sidenav-menu-slider {
  visibility: hidden;
  width: 0;
}

.sidenav-container > .sidenav-content {
  left: 0;
}

.sidenav-container.open > .sidenav-menu-slider {
  visibility: visible;
}

.sidenav-content {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

@media (min-width: 750px) {
  .sidenav-content {
    position: static;
  }
  .sidenav-content:before, .sidenav-content:after {
    content: " ";
    display: table;
  }
  .sidenav-content:after {
    clear: both;
  }
}
.sidenav-menu {
  height: 100%;
  position: relative;
}

.sidenav-menu-slider {
  overflow: hidden;
  position: absolute;
  width: 320px;
  z-index: 10;
}

.sidenav-fixed > .sidenav-menu-slider {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1035;
}

.sidenav-right > .sidenav-content {
  left: auto;
  right: 0;
}

.sidenav-right > .sidenav-menu-slider {
  left: auto;
  right: 0;
}

.sidenav-right > .sidenav-menu-slider .sidenav-menu {
  right: 0;
}

.sidenav-js-fouc > .sidenav-menu-slider {
  opacity: 0;
  visibility: hidden;
}

.sidenav-transition .sidenav-content,
.sidenav-transition .sidenav-menu,
.sidenav-transition .sidenav-menu-slider {
  transition: all 0.5s ease;
}

.sidenav-transition {
  transition: all 0.5s ease;
}

.sidenav-fixed.sidenav-menu-slider {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 0;
}

.sidenav-fixed.sidenav-menu-slider.open {
  visibility: visible;
  width: 320px;
}

.sidenav-fixed.sidenav-menu-slider .sidenav-menu {
  position: absolute;
}

.sidenav-menu-slider .sidenav-menu {
  width: 320px;
}

.sidenav-menu-slider.sidenav-right {
  left: auto;
  right: 0;
}

.sidenav-menu-slider.sidenav-right .sidenav-menu {
  right: 0;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.sticker {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  left: 15px;
  height: 32px;
  line-height: 32px;
  width: 32px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 15px;
}

.sticker .lexicon-icon {
  margin-top: -1px;
}

.sticker-static {
  position: static;
}

.sticker-bottom-left {
  bottom: 15px;
  right: auto;
  top: auto;
}

.sticker-bottom-right {
  bottom: 15px;
  left: auto;
  right: 15px;
  top: auto;
}

.sticker-top-right {
  left: auto;
  right: 15px;
}

.sticker-bottom {
  bottom: 15px;
  top: auto;
}

.sticker-right {
  left: auto;
  right: 15px;
}

.sticker-outside {
  left: -15px;
  top: -15px;
}

.sticker-outside.sticker-bottom-left {
  bottom: -15px;
  top: auto;
}

.sticker-outside.sticker-bottom-right {
  bottom: -15px;
  left: auto;
  right: -15px;
  top: auto;
}

.sticker-outside.sticker-top-right {
  left: auto;
  right: -15px;
}

.sticker-outside.sticker-bottom {
  bottom: -15px;
  top: auto;
}

.sticker-outside.sticker-right {
  left: auto;
  right: -15px;
}

.sticker-sm {
  font-size: 9px;
  height: 22px;
  line-height: 22px;
  width: 22px;
}

.sticker-sm .lexicon-icon {
  height: 9px;
  margin-top: -2px;
  width: 9px;
}

.sticker-lg {
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  width: 44px;
}

.sticker-lg .lexicon-icon {
  height: 16px;
  margin-top: -3px;
  width: 16px;
}

.sticker-circle {
  border-radius: 100px;
}

.sticker-rounded {
  border-radius: 4px;
}

.sticker-square {
  border-radius: 0;
}

.sticker-danger {
  background-color: #d9534f;
}

.sticker-default {
  background-color: #777777;
}

.sticker-info {
  background-color: #5bc0de;
}

.sticker-primary {
  background-color: #337ab7;
}

.sticker-success {
  background-color: #5cb85c;
}

.sticker-warning {
  background-color: #f0ad4e;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
th {
  height: 20px;
}

.table > thead tr td:first-child > .checkbox,
.table > thead tr td:first-child > input[type=checkbox],
.table > tbody tr td:first-child > .checkbox,
.table > tbody tr td:first-child > input[type=checkbox],
.table > tfoot tr td:first-child > .checkbox,
.table > tfoot tr td:first-child > input[type=checkbox] {
  margin-bottom: 0;
  margin-left: 7px;
  margin-top: 0;
}

.table > thead tr td:last-child > .dropdown,
.table > tbody tr td:last-child > .dropdown,
.table > tfoot tr td:last-child > .dropdown {
  margin-right: 7px;
}

.table thead .clamp-container {
  bottom: 8px;
}

.table th {
  height: 36px;
}

.table tr td:first-child .clamp-container,
.table tr th:first-child .clamp-container {
  left: 15px;
}

.table tr td:last-child .clamp-container,
.table tr th:last-child .clamp-container {
  right: 15px;
}

.table .clamp-container {
  -ms-transform: none;
  transform: none;
}

.table-cell-content {
  display: table-cell;
  max-width: 100px;
  min-width: 100px;
  position: static;
  width: auto;
  word-break: break-all \9 ;
  word-wrap: break-word;
}

.table-cell-field {
  display: table-cell;
  width: 1%;
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .table-responsive .table .table-cell-content {
    white-space: normal;
  }
}
.table-list > thead > tr > td,
.table-list > thead > tr > th {
  border-bottom-width: 0;
}

.table-list > tbody > tr {
  height: 55px;
}

.table-list > tbody > tr > td,
.table-list > tbody > tr > th,
.table-list > tfoot > tr > td,
.table-list > tfoot > tr > th {
  border-top-width: 0;
  vertical-align: middle;
}

.table-list > tbody td,
.table-list > tfoot td {
  box-shadow: inset 0 -1px #ddd;
}

.table-list > tbody > tr:hover td,
.table-list > tfoot > tr:hover td {
  box-shadow: inset 0 -1px #ddd;
}

.table-list > tbody > tr.active td,
.table-list > tfoot > tr.active td {
  box-shadow: inset 0 -1px #ddd;
}

.table-list .checkbox,
.table-list .radio {
  float: left;
}

.table-list .checkbox label,
.table-list .radio label {
  display: block;
}

.table-list thead .clamp-container {
  -ms-transform: none;
  transform: none;
}

.table-list.table-valign-middle thead .clamp-container,
.table-list .clamp-container {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.table-autofit > thead > tr > th,
.table-autofit > thead > tr > td,
.table-autofit > tbody > tr > th,
.table-autofit > tbody > tr > td {
  width: 1%;
}

.table-autofit .table-cell-content {
  width: auto;
}

.table-heading-nowrap > thead > tr > th,
.table-heading-nowrap > thead > tr > td {
  white-space: nowrap;
}

.table-responsive .table-heading-nowrap > thead > tr > .table-cell-content {
  white-space: nowrap;
}

.table-valign-bottom > thead > tr > th,
.table-valign-bottom > tbody > tr > td,
.table-valign-bottom > tfoot > tr > td {
  vertical-align: bottom;
}

.table-valign-bottom .clamp-container {
  bottom: 8px;
  -ms-transform: none;
  transform: none;
}

.table-valign-middle > thead > tr > th,
.table-valign-middle > tbody > tr > td,
.table-valign-middle > tfoot > tr > td {
  vertical-align: middle;
}

.table-valign-middle thead .clamp-container {
  bottom: auto;
}

.table-valign-middle .clamp-container {
  top: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.table-valign-top > thead > tr > th,
.table-valign-top > tbody > tr > td,
.table-valign-top > tfoot > tr > td {
  vertical-align: top;
}

.table-valign-top thead .clamp-container {
  bottom: auto;
}

.table-valign-top .clamp-container {
  -ms-transform: none;
  transform: none;
}

.tbody-valign-bottom > tbody > tr > td {
  vertical-align: bottom;
}

.tbody-valign-bottom tbody .clamp-container {
  bottom: 8px;
  -ms-transform: none;
  transform: none;
}

.tbody-valign-middle > tbody > tr > td {
  vertical-align: middle;
}

.tbody-valign-middle tbody .clamp-container {
  top: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tbody-valign-top > tbody > tr > td {
  vertical-align: top;
}

.tbody-valign-top tbody .clamp-container {
  -ms-transform: none;
  transform: none;
}

.thead-valign-bottom > thead > tr > td,
.thead-valign-bottom > thead > tr > th {
  vertical-align: bottom;
}

.thead-valign-bottom thead .clamp-container {
  -ms-transform: none;
  transform: none;
}

.thead-valign-middle > thead > tr > td,
.thead-valign-middle > thead > tr > th {
  vertical-align: middle;
}

.thead-valign-middle thead .clamp-container {
  bottom: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.thead-valign-top > thead > tr > td,
.thead-valign-top > thead > tr > th {
  vertical-align: top;
}

.thead-valign-top thead .clamp-container {
  bottom: auto;
  -ms-transform: none;
  transform: none;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.tooltip-inner {
  word-wrap: break-word;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.toggle-card {
  -webkit-user-select: none;
  float: left;
  line-height: normal;
  position: relative;
}

.toggle-card-container {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  color: #333333;
  display: table;
  height: 78px;
  padding: 4px 4px;
  text-align: center;
  width: 69px;
}

.toggle-card-cell {
  display: table-cell;
  text-align: center;
  word-break: break-word;
}

.toggle-card-icon {
  border-radius: 30px;
  font-size: 16px;
  height: 32px;
  margin: 0 auto;
  width: 32px;
}

.toggle-card-icon [class*=icon-] {
  display: block;
}

.toggle-card-label {
  height: 40px;
  line-height: 16px;
  overflow: hidden;
  padding-top: 4px;
}

input.toggle-card {
  height: 78px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 69px;
}

.toggle-card input.toggle-card {
  height: auto;
  width: auto;
}

input.toggle-card:empty ~ .toggle-card-container .toggle-card-on {
  display: none;
}

input.toggle-card:empty ~ .toggle-card-container .toggle-card-icon {
  background-color: transparent;
  border: #869CAD solid 0;
}

input.toggle-card:empty ~ .toggle-card-container .toggle-card-icon [class*=icon-] {
  line-height: 32px;
}

input.toggle-card:checked ~ .toggle-card-container {
  background-color: #fff;
  border: 1px solid #337ab7;
  color: #337ab7;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
}

input.toggle-card:checked ~ .toggle-card-container .toggle-card-off {
  display: none;
}

input.toggle-card:checked ~ .toggle-card-container .toggle-card-on {
  display: block;
}

input.toggle-card:checked ~ .toggle-card-container .toggle-card-icon {
  background-color: transparent;
  border: 0 solid #337ab7;
}

input.toggle-card:checked ~ .toggle-card-container .toggle-card-icon [class*=icon-] {
  line-height: 32px;
}

input.toggle-card:focus ~ .toggle-card-container {
  box-shadow: 0 0 3px 2px rgba(102, 175, 233, 0.6);
}

input.toggle-card[disabled] ~ .toggle-card-container {
  cursor: not-allowed;
  opacity: 0.4;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.toggle-switch-bar .toggle-switch-handle {
  display: block;
  float: left;
  min-width: 50px;
  text-transform: uppercase;
}

.toggle-switch-bar .toggle-switch-icon {
  font-size: 12px;
}

.toggle-switch-bar .button-icon {
  font-size: 12px;
}

input.toggle-switch {
  font-size: 62.5%;
  opacity: 0;
  position: absolute;
}

input.toggle-switch:empty ~ .toggle-switch-bar {
  cursor: pointer;
  display: block;
  float: left;
  font-size: 1.2rem;
  height: 25px;
  line-height: 25px;
  position: relative;
  text-indent: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.toggle-switch:empty ~ .toggle-switch-bar:after {
  background-color: #fff;
  border-color: #ccc;
  border-radius: 3px 0 0 3px;
  border-style: solid;
  border-width: 1px;
  bottom: 0;
  content: "";
  display: block;
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 100ms ease-in;
  width: 25px;
}

input.toggle-switch:empty ~ .toggle-switch-bar:before {
  background-color: #eeeeee;
  border-color: #ccc;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  bottom: 0;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 100ms ease-in;
  width: 50px;
}

input.toggle-switch:empty ~ .toggle-switch-bar .toggle-switch-handle:after {
  content: attr(data-label-off);
  margin-left: 56px;
  transition: all 100ms ease-in;
  white-space: nowrap;
}

input.toggle-switch:empty ~ .toggle-switch-bar .toggle-switch-handle:before {
  transition: all 100ms ease-in;
}

input.toggle-switch:empty ~ .toggle-switch-bar .toggle-switch-icon {
  color: #555555;
  left: 0;
  line-height: 25px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  transition: all 100ms ease-in;
  width: 25px;
  z-index: 1;
}

input.toggle-switch:empty ~ .toggle-switch-bar .toggle-switch-icon-on {
  left: 0;
  opacity: 0;
}

input.toggle-switch:empty ~ .toggle-switch-bar .toggle-switch-icon-off {
  left: 25px;
}

input.toggle-switch:empty ~ .toggle-switch-bar .button-icon {
  color: #555555;
}

input.toggle-switch:empty ~ .toggle-switch-bar .button-icon-on {
  opacity: 0;
}

input.toggle-switch:checked ~ .toggle-switch-bar:after {
  background-color: #FFF;
  border-color: #337ab7;
  border-radius: 0 3px 3px 0;
  border-style: solid;
  border-width: 1px;
  left: 25px;
}

input.toggle-switch:checked ~ .toggle-switch-bar:before {
  background-color: #337ab7;
  border-color: #337ab7;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
}

input.toggle-switch:checked ~ .toggle-switch-bar .toggle-switch-handle:after {
  content: attr(data-label-on);
}

input.toggle-switch:checked ~ .toggle-switch-bar .toggle-switch-icon {
  color: #FFF;
}

input.toggle-switch:checked ~ .toggle-switch-bar .button-icon {
  color: #337ab7;
  left: 25px;
}

input.toggle-switch:checked ~ .toggle-switch-bar .button-icon-on,
input.toggle-switch:checked ~ .toggle-switch-bar .toggle-switch-icon-on {
  opacity: 1;
}

input.toggle-switch:checked ~ .toggle-switch-bar .button-icon-off,
input.toggle-switch:checked ~ .toggle-switch-bar .toggle-switch-icon-off {
  opacity: 0;
}

input.toggle-switch:disabled ~ .toggle-switch-bar, input.toggle-switch.disabled ~ .toggle-switch-bar {
  cursor: not-allowed;
  opacity: 0.4;
}

input.toggle-switch:focus ~ .toggle-switch-bar:before {
  box-shadow: 0 0 3px 2px #66AFE6;
}

.toggle-switch-label {
  display: block;
  margin-bottom: 2px;
}

.toggle-switch-text {
  clear: both;
  display: block;
  font-size: 1.25rem;
}

.toggle-switch-text-left {
  float: left;
  line-height: 25px;
  margin-right: 7px;
}

.toggle-switch-text-right {
  clear: none;
  float: left;
  line-height: 25px;
  margin-left: 7px;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
body {
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
}

.monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.sans-serif {
  font-family: Roboto, Arial, sans-serif;
}

.serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.reference-mark {
  display: inline-block;
  font-size: 0.76em;
  position: relative;
  vertical-align: top;
}

.reference-mark.lexicon-icon {
  font-size: 1em;
  height: 0.76em;
  width: 0.76em;
}

.reference-mark .lexicon-icon {
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.reference-mark .glyphicon,
.reference-mark [class^=icon-] {
  display: block;
}

.bg-default {
  background-color: #777;
}

a.bg-default:hover,
a.bg-default:focus {
  background-color: #5e5e5e;
}

a.text-muted:hover, a.text-muted:focus {
  color: #5e5e5e;
}

.text-default {
  color: #333333;
}

a.text-default:hover,
a.text-default:focus {
  color: #1a1a1a;
}

mark,
.mark {
  background-color: #fcf8e3;
  box-decoration-break: clone;
  box-shadow: -0.25em 0 0 #fcf8e3;
  color: #333333;
  display: inline;
  line-height: normal;
  padding: 2px 0.25em 3px 0;
  position: relative;
  white-space: pre-wrap;
}

mark:before,
.mark:before {
  background-color: #fcf8e3;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  width: 0.25em;
  z-index: -1;
}

td .truncate-text,
th .truncate-text {
  white-space: normal \9 ;
}

.truncate-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal \9 ;
  word-wrap: normal;
}

.blockquote-xs {
  border-left-width: 1px;
  font-size: 12.25px;
  padding: 10px 14px;
}

.blockquote-xs.blockquote-reverse {
  border-left-width: 0;
  border-right-width: 1px;
}

.blockquote-sm {
  border-left-width: 3px;
  font-size: 14px;
  padding: 10px 16px;
}

.blockquote-sm.blockquote-reverse {
  border-left-width: 0;
  border-right-width: 3px;
}

.blockquote-lg {
  border-left-width: 8px;
  font-size: 26.25px;
  padding: 10px 30px;
}

.blockquote-lg.blockquote-reverse {
  border-left-width: 0;
  border-right-width: 8px;
}

.blockquote-danger {
  border-color: #d9534f;
}

.blockquote-danger footer, .blockquote-danger small, .blockquote-danger .small {
  color: #d9534f;
}

.blockquote-default {
  border-color: #777;
}

.blockquote-default footer, .blockquote-default small, .blockquote-default .small {
  color: #777;
}

.blockquote-info {
  border-color: #5bc0de;
}

.blockquote-info footer, .blockquote-info small, .blockquote-info .small {
  color: #5bc0de;
}

.blockquote-primary {
  border-color: #337ab7;
}

.blockquote-primary footer, .blockquote-primary small, .blockquote-primary .small {
  color: #337ab7;
}

.blockquote-success {
  border-color: #5cb85c;
}

.blockquote-success footer, .blockquote-success small, .blockquote-success .small {
  color: #5cb85c;
}

.blockquote-warning {
  border-color: #f0ad4e;
}

.blockquote-warning footer, .blockquote-warning small, .blockquote-warning .small {
  color: #f0ad4e;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.user-icon {
  border-radius: 500px;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  width: 34px;
  overflow: hidden;
  text-align: center;
}

.user-icon-xs {
  font-size: 8px;
  height: 16px;
  line-height: 16px;
  width: 16px;
}

@media (min-width: 750px) {
  .user-icon-xs {
    font-size: 8px;
    height: 22px;
    line-height: 22px;
    width: 22px;
  }
}
.user-icon-sm {
  font-size: 9px;
  height: 22px;
  line-height: 22px;
  width: 22px;
}

@media (min-width: 750px) {
  .user-icon-sm {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
}
.user-icon-lg {
  font-size: 13px;
  height: 34px;
  line-height: 34px;
  width: 34px;
}

@media (min-width: 750px) {
  .user-icon-lg {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    width: 45px;
  }
}
.user-icon-xl {
  font-size: 22px;
  height: 48px;
  line-height: 48px;
  width: 48px;
}

@media (min-width: 750px) {
  .user-icon-xl {
    font-size: 30px;
    height: 64px;
    line-height: 64px;
    width: 64px;
  }
}
.user-icon-xxl {
  font-size: 37px;
  height: 96px;
  line-height: 96px;
  width: 96px;
}

@media (min-width: 750px) {
  .user-icon-xxl {
    font-size: 50px;
    height: 128px;
    line-height: 128px;
    width: 128px;
  }
}
.user-icon-default {
  background-color: #777777;
  color: #FFF;
}

.user-icon-primary {
  background-color: #337ab7;
  color: #FFF;
}

.user-icon-info {
  background-color: #5bc0de;
  color: #FFF;
}

.user-icon-success {
  background-color: #5cb85c;
  color: #FFF;
}

.user-icon-warning {
  background-color: #f0ad4e;
  color: #FFF;
}

.user-icon-danger {
  background-color: #d9534f;
  color: #FFF;
}

.user-icon-rounded.user-icon,
.user-icon-rounded .user-icon {
  border-radius: 4px;
}

.user-icon-square.user-icon,
.user-icon-square .user-icon {
  border-radius: 0;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.dropdown-menu {
  max-height: 295px;
  overflow: auto;
}

@media (min-width: 750px) {
  .dropdown-menu {
    max-height: 320px;
  }
}
.dropdown-menu form .checkbox:hover,
.dropdown-menu form .radio:hover,
.dropdown-menu form .form-group:hover {
  background-color: #f5f5f5;
  color: #262626;
}

.dropdown-menu form .checkbox.focus,
.dropdown-menu form .radio.focus,
.dropdown-menu form .form-group.focus {
  background-color: #f5f5f5;
  color: #262626;
}

.dropdown-menu form .checkbox.focus label,
.dropdown-menu form .radio.focus label,
.dropdown-menu form .form-group.focus label {
  color: #262626;
}

.dropdown-menu form .checkbox.active,
.dropdown-menu form .radio.active,
.dropdown-menu form .form-group.active {
  background-color: #337ab7;
}

.dropdown-menu form .checkbox.active label,
.dropdown-menu form .radio.active label,
.dropdown-menu form .form-group.active label {
  color: #fff;
}

.dropdown-menu form .checkbox,
.dropdown-menu form .radio {
  margin: 0;
}

.dropdown-menu form .checkbox input[type=checkbox],
.dropdown-menu form .radio input[type=radio] {
  margin-bottom: 0;
  margin-right: 6px;
}

.dropdown-menu form .checkbox label {
  display: block;
  padding: 3px 20px;
  padding-left: 40px;
}

.dropdown-menu form .radio label {
  display: block;
  padding: 3px 20px;
  padding-left: 40px;
}

.dropdown-menu form .form-group {
  margin-bottom: 0;
  padding: 3px 20px;
}

.dropdown-menu > .active > a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.dropdown-toggle:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  text-decoration: none;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.inline-scroller {
  height: 125px;
  list-style: none;
  margin: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}

.link-list {
  list-style: none;
  margin-top: 20px;
  padding-left: 0;
}

.link-list:first-child {
  margin-top: 0;
}

.dropdown-menu .inline-scroller li a,
.dropdown-menu .link-list li a {
  color: #333333;
  display: block;
  padding: 3px 20px;
  word-wrap: break-word;
}

.dropdown-menu .inline-scroller li a:focus, .dropdown-menu .inline-scroller li a:hover,
.dropdown-menu .link-list li a:focus,
.dropdown-menu .link-list li a:hover {
  background-color: #f5f5f5;
  color: #262626;
  text-decoration: none;
}

.dropdown-menu .inline-scroller > .active > a, .dropdown-menu .inline-scroller > .active > a:focus, .dropdown-menu .inline-scroller > .active > a:hover,
.dropdown-menu .link-list > .active > a,
.dropdown-menu .link-list > .active > a:focus,
.dropdown-menu .link-list > .active > a:hover {
  background-color: #337ab7;
  color: #fff;
}

.dropdown-menu .inline-scroller > .disabled > a, .dropdown-menu .inline-scroller > .disabled > a:hover, .dropdown-menu .inline-scroller > .disabled > a:focus,
.dropdown-menu .link-list > .disabled > a,
.dropdown-menu .link-list > .disabled > a:hover,
.dropdown-menu .link-list > .disabled > a:focus {
  background-color: transparent;
  background-image: none;
  color: #777777;
  cursor: not-allowed;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-decoration: none;
}

.dropdown-menu .link-list .link-list-heading {
  color: #777777;
  font-size: 12px;
  padding: 3px 20px;
}

.dropdown-menu-center {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dropdown-menu-left-side {
  left: auto;
  margin: -1px 2px 0 0;
  right: 100%;
  top: 0;
}

.dropdown-menu-left-side-bottom {
  bottom: 0;
  left: auto;
  margin: -1px 2px 0 0;
  right: 100%;
  top: auto;
}

.dropdown-menu-left-side-middle {
  left: auto;
  margin: 0 2px 0 0;
  right: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dropdown-menu-right-side {
  left: 100%;
  margin: -1px 0 0 2px;
  top: 0;
}

.dropdown-menu-right-side-bottom {
  bottom: 0;
  left: 100%;
  margin: -1px 0 0 2px;
  top: auto;
}

.dropdown-menu-right-side-middle {
  left: 100%;
  margin: 0 0 0 2px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dropdown-menu-top,
.dropup .dropdown-menu {
  bottom: 100%;
  margin-bottom: 2px;
  top: auto;
}

.dropdown-menu-top-center {
  bottom: 100%;
  left: 50%;
  margin-bottom: 2px;
  top: auto;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dropdown-menu-top-right,
.dropup .dropdown-menu-right {
  bottom: 100%;
  left: auto;
  margin-bottom: 2px;
  right: 0;
  top: auto;
}

.dropdown-menu-bottom {
  bottom: 0;
  top: auto;
}

.btn-group-justified > .btn-group.dropdown-full .dropdown-menu {
  left: 0;
}

@media (max-width: 767px) {
  .dropdown-menu [class*=col-sm],
  .dropdown-menu [class*=col-md],
  .dropdown-menu [class*=col-lg] {
    padding: 0;
  }
}
.dropdown-full .dropdown-menu, .dropdown-wide .dropdown-menu {
  max-width: none;
  padding: 5px 0;
  width: 100%;
}

@media (min-width: 750px) {
  .dropdown-full .dropdown-menu, .dropdown-wide .dropdown-menu {
    max-height: none;
    padding: 20px 0;
    width: 100%;
  }
}
@media (min-width: 970px) {
  .dropdown-wide .dropdown-menu {
    min-width: 500px;
  }
}
li.dropdown-full {
  position: static;
}

@media (max-width: 991px) {
  li.dropdown-wide {
    position: static;
  }
}
@media (max-width: 767px) {
  .navbar-nav .dropdown-menu-center {
    -ms-transform: none;
    transform: none;
  }
}
.navbar-right .dropdown-menu-center {
  left: 50%;
  right: auto;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
@media (max-width: 767px) {
  .modal-dialog {
    bottom: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  overflow: auto;
}

@media (max-width: 767px) {
  .modal-content {
    border-radius: 0;
    border-width: 0;
    box-shadow: none;
    height: 100%;
  }
}
.modal-header {
  background-color: transparent;
  border-color: #e5e5e5;
  color: #333333;
}

.modal-body {
  background-color: transparent;
  color: #333333;
}

@media (max-width: 767px) {
  .modal-body {
    bottom: 64px;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 56px;
  }
}
.modal-body.inline-scroller {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  padding: 15px;
}

.modal-body-no-header {
  top: 0;
}

.modal-body-no-footer {
  bottom: 0;
}

.modal-footer {
  background-color: transparent;
  border-color: #e5e5e5;
  clear: both;
  color: #333333;
  text-align: left;
}

@media (max-width: 767px) {
  .modal-footer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
}
.modal-title {
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal-primary-action-button {
  float: left;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
}

button.modal-primary-action-button {
  -webkit-appearance: none;
  background: transparent;
  border-width: 0;
  cursor: pointer;
  padding: 0;
}

.modal-header .close,
.modal-header .modal-primary-action-button {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #333333;
  margin-top: -1px;
  opacity: 1;
}

.modal-header .close > span,
.modal-header .modal-primary-action-button > span {
  opacity: 0.2;
}

.modal-header .close .lexicon-icon,
.modal-header .modal-primary-action-button .lexicon-icon {
  opacity: 0.3;
}

.modal-header .close:focus > span, .modal-header .close:hover > span,
.modal-header .modal-primary-action-button:focus > span,
.modal-header .modal-primary-action-button:hover > span {
  opacity: 0.53333;
}

.modal-header .close:focus .lexicon-icon, .modal-header .close:hover .lexicon-icon,
.modal-header .modal-primary-action-button:focus .lexicon-icon,
.modal-header .modal-primary-action-button:hover .lexicon-icon {
  opacity: 0.8;
}

.modal-header .close:active,
.modal-header .modal-primary-action-button:active {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #333333;
}

.modal-iframe iframe {
  border-width: 0;
  float: left;
  height: 300px;
  width: 100%;
}

.modal-iframe .modal-body {
  padding: 0;
}

.modal-body-iframe {
  padding: 0;
}

.modal-body-iframe iframe {
  border-width: 0;
  float: left;
  height: 100%;
  width: 100%;
}

.modal-full-screen {
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

@media (min-width: 750px) {
  .modal-full-screen {
    bottom: 45px;
    left: 45px;
    right: 45px;
    top: 45px;
  }
}
.modal-full-screen .modal-content {
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border-width: 0;
  height: 100%;
}

@media (min-width: 750px) {
  .modal-full-screen .modal-content {
    border-radius: 6px;
    border-width: 1px;
  }
}
.modal-full-screen .modal-body {
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
}

.modal-full-screen .modal-body-no-footer {
  bottom: 0;
}

.modal-full-screen .modal-body-no-header {
  top: 0;
}

.modal-full-screen .modal-footer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
}

@media (min-width: 750px) {
  .modal-full-screen .modal-footer {
    padding: 15px;
  }
}
.modal-inverse a,
.modal-inverse .btn-link {
  color: #9d9d9d;
}

.modal-inverse .modal-content {
  background-color: #222;
  border-color: #090909;
}

.modal-inverse .modal-header {
  background-color: transparent;
  border-color: #090909;
  color: #9d9d9d;
}

.modal-inverse .modal-header .close,
.modal-inverse .modal-header .modal-primary-action-button {
  color: #9d9d9d;
}

.modal-inverse .modal-body {
  background-color: transparent;
  color: #9d9d9d;
}

.modal-inverse .modal-footer {
  background-color: transparent;
  border-color: #090909;
  color: #9d9d9d;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.nameplate {
  display: table;
  width: 100%;
}

.nameplate-field {
  display: table-cell;
  padding: 6px;
  vertical-align: top;
  width: 1%;
}

.nameplate-content {
  display: table-cell;
  padding: 6px;
  vertical-align: top;
}

.nameplate-heading {
  margin-bottom: 0;
  margin-top: 0;
}

.nameplate-subheading {
  color: #777777;
  display: block;
}

.nameplate-label {
  border-radius: 100px;
  display: table;
  float: left;
  height: 34px;
  margin: 0 5px 2px 0;
  min-width: 50px;
  padding: 0 3px;
}

.nameplate-label a {
  text-decoration: none;
}

.nameplate-label .nameplate-content,
.nameplate-label .nameplate-field {
  position: relative;
  vertical-align: middle;
  width: auto;
}

.nameplate-label .nameplate-label-text {
  display: block;
  font-weight: 500;
  max-width: 200px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nameplate-label .icon-monospaced,
.nameplate-label .icon-monospaced .glyphicon {
  margin: 0;
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.nameplate-label .icon-monospaced.lexicon-icon,
.nameplate-label .icon-monospaced .lexicon-icon {
  margin: 0;
  height: 20px;
  line-height: 20px;
  width: 20px;
  padding: 4px;
}

.nameplate-label .user-icon {
  height: 22px;
  line-height: 22px;
  width: 22px;
}

.nameplate-label-more .icon-monospaced.lexicon-icon,
.nameplate-label-more .icon-monospaced .lexicon-icon {
  padding: 6px 4px 0;
}

.nameplate-label-more .nameplate-label-text {
  text-align: center;
}

@media (max-width: 767px) {
  .nameplate-label-autofit-xs-max,
  .nameplate-label-autofit-xs-max .nameplate-label {
    margin-right: 0;
  }
  .nameplate-label-autofit-xs-max .nameplate-field {
    width: 1%;
  }
  .nameplate-label-autofit-xs-max .nameplate-label-text {
    left: 5px;
    max-width: none;
    position: absolute;
    right: 5px;
    text-align: left;
    top: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nameplate-label-autofit-xs-max .nameplate-label-more .nameplate-label-text {
    text-align: center;
  }
}
.nameplate-label-rounded {
  border-radius: 3px;
}

.nameplate-label-square {
  border-radius: 0;
}

.nameplate-label-default {
  background-color: #f8f8f8;
  color: #777;
}

.nameplate-label-inverse {
  background-color: #222;
  color: #9d9d9d;
}

.nameplate-label-primary {
  background-color: #337ab7;
  color: #fff;
}

.nameplate-label-primary a {
  color: #23527C;
}

.nameplate-label-primary a:focus, .nameplate-label-primary a:hover {
  color: #122b40;
}

.nameplate-label-success {
  background-color: #5cb85c;
  color: #fff;
}

.nameplate-label-info {
  background-color: #5bc0de;
  color: #fff;
}

.nameplate-label-warning {
  background-color: #f0ad4e;
  color: #fff;
}

.nameplate-label-danger {
  background-color: #d9534f;
  color: #fff;
}

.nameplate-label-danger a {
  color: #23527C;
}

.nameplate-label-danger a:focus, .nameplate-label-danger a:hover {
  color: #122b40;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.timeline {
  padding-left: 20px;
}

.timeline .panel,
.timeline .panel-group {
  margin-bottom: 0;
}

.timeline-icon {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  display: block;
  height: 10px;
  line-height: 10px;
  width: 10px;
}

.timeline-increment-label {
  color: #333333;
}

.timeline-item {
  padding-bottom: 5px;
  padding-left: 35px;
  padding-top: 5px;
  position: relative;
}

.timeline-item:before {
  background-color: #ddd;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

.timeline-item.active .timeline-icon {
  background-color: #337ab7;
  border-color: #337ab7;
}

.timeline-item .panel,
.timeline-item .panel-heading {
  position: relative;
}

.timeline-item .panel .timeline-increment-icon {
  margin-left: -1px;
}

.timeline-item .timeline-increment-icon {
  left: -34px;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.timeline-right {
  padding-left: 0;
  padding-right: 20px;
}

.timeline-right .timeline-item {
  padding-left: 0;
  padding-right: 35px;
}

.timeline-right .timeline-item:before {
  left: auto;
  right: -2px;
}

.timeline-right .timeline-item .panel .timeline-increment-icon {
  margin-left: auto;
  margin-right: -1px;
}

.timeline-right .timeline-item .timeline-increment-icon {
  left: auto;
  right: -36px;
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

@media (max-width: 767px) {
  .timeline-right-xs-only {
    padding-left: 0;
    padding-right: 20px;
  }
  .timeline-right-xs-only .timeline-item {
    padding-left: 0;
    padding-right: 35px;
  }
  .timeline-right-xs-only .timeline-item:before {
    left: auto;
    right: -2px;
  }
  .timeline-right-xs-only .timeline-item .panel .timeline-increment-icon {
    margin-left: auto;
    margin-right: -1px;
  }
  .timeline-right-xs-only .timeline-item .timeline-increment-icon {
    left: auto;
    right: -36px;
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
@media (min-width: 750px) {
  .timeline-center {
    padding-left: 0;
  }
  .timeline-center .timeline-item {
    margin-left: 50%;
    width: 50%;
  }
  .timeline-center .timeline-item .timeline-increment-label {
    left: -100%;
    margin-left: -70px;
    position: absolute;
    text-align: right;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
  .timeline-center .timeline-item.timeline-item-reverse {
    padding-left: 0;
    padding-right: 35px;
    margin-left: 0;
  }
  .timeline-center .timeline-item.timeline-item-reverse:before {
    left: auto;
    right: -2px;
  }
  .timeline-center .timeline-item.timeline-item-reverse .panel .timeline-increment-icon {
    margin-left: auto;
    margin-right: -1px;
  }
  .timeline-center .timeline-item.timeline-item-reverse .timeline-increment-icon {
    left: auto;
    right: -36px;
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .timeline-center .timeline-item.timeline-item-reverse .timeline-increment-label {
    margin-left: auto;
    margin-right: -70px;
    right: -100%;
    text-align: left;
  }
}
@media (min-width: 750px) {
  .timeline-even .timeline-item:nth-of-type(even),
  .timeline-odd .timeline-item:nth-of-type(odd) {
    padding-left: 0;
    padding-right: 35px;
    margin-left: 0;
  }
  .timeline-even .timeline-item:nth-of-type(even):before,
  .timeline-odd .timeline-item:nth-of-type(odd):before {
    left: auto;
    right: -2px;
  }
  .timeline-even .timeline-item:nth-of-type(even) .panel .timeline-increment-icon,
  .timeline-odd .timeline-item:nth-of-type(odd) .panel .timeline-increment-icon {
    margin-left: auto;
    margin-right: -1px;
  }
  .timeline-even .timeline-item:nth-of-type(even) .timeline-increment-icon,
  .timeline-odd .timeline-item:nth-of-type(odd) .timeline-increment-icon {
    left: auto;
    right: -36px;
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .timeline-even .timeline-item:nth-of-type(even) .timeline-increment-label,
  .timeline-odd .timeline-item:nth-of-type(odd) .timeline-increment-label {
    margin-left: auto;
    margin-right: -70px;
    right: -100%;
    text-align: left;
  }
}
.timeline-spacing-xl.timeline {
  padding-left: 25px;
}

@media (min-width: 750px) {
  .timeline-spacing-xl.timeline-center {
    padding-left: 0;
  }
  .timeline-spacing-xl.timeline-center .timeline-item .timeline-increment-label {
    margin-left: -100px;
  }
  .timeline-spacing-xl.timeline-center .timeline-item.timeline-item-reverse {
    padding-right: 50px;
  }
  .timeline-spacing-xl.timeline-center .timeline-item.timeline-item-reverse .timeline-increment-icon {
    right: -51px;
  }
  .timeline-spacing-xl.timeline-center .timeline-item.timeline-item-reverse .timeline-increment-label {
    margin-left: auto;
    margin-right: -100px;
  }
}
@media (min-width: 750px) {
  .timeline-spacing-xl.timeline-even .timeline-item:nth-of-type(even),
  .timeline-spacing-xl.timeline-odd .timeline-item:nth-of-type(odd) {
    padding-right: 50px;
  }
  .timeline-spacing-xl.timeline-even .timeline-item:nth-of-type(even) .timeline-increment-icon,
  .timeline-spacing-xl.timeline-odd .timeline-item:nth-of-type(odd) .timeline-increment-icon {
    right: -51px;
  }
  .timeline-spacing-xl.timeline-even .timeline-item:nth-of-type(even) .timeline-increment-label,
  .timeline-spacing-xl.timeline-odd .timeline-item:nth-of-type(odd) .timeline-increment-label {
    margin-left: auto;
    margin-right: -100px;
  }
}
.timeline-spacing-xl.timeline-right {
  padding-right: 25px;
}

.timeline-spacing-xl.timeline-right .timeline-item {
  padding-right: 50px;
}

.timeline-spacing-xl.timeline-right .timeline-item .timeline-increment-icon {
  right: -51px;
}

@media (max-width: 767px) {
  .timeline-spacing-xl.timeline-right-xs-only {
    padding-left: 0;
    padding-right: 25px;
  }
  .timeline-spacing-xl.timeline-right-xs-only .timeline-item {
    padding-left: 0;
    padding-right: 50px;
  }
  .timeline-spacing-xl.timeline-right-xs-only .timeline-item .timeline-increment-icon {
    left: auto;
    right: -51px;
  }
}
.timeline-spacing-xl .timeline-item {
  padding-bottom: 15px;
  padding-left: 50px;
  padding-top: 15px;
}

.timeline-spacing-xl .timeline-item .timeline-increment-icon {
  left: -49px;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.toolbar,
.header-toolbar {
  margin-bottom: 10px;
}

.toolbar:before, .toolbar:after,
.header-toolbar:before,
.header-toolbar:after {
  content: " ";
  display: table;
}

.toolbar:after,
.header-toolbar:after {
  clear: both;
}

.toolbar .dropdown,
.header-toolbar .dropdown {
  display: block;
  position: static;
}

.toolbar .dropdown-menu,
.header-toolbar .dropdown-menu {
  margin-top: 0;
  top: 34px \9 ;
}

.toolbar .dropdown-toggle,
.header-toolbar .dropdown-toggle {
  display: block;
}

.toolbar-group {
  float: left;
}

.toolbar-group-right {
  float: right;
}

.toolbar-group-expand .input-group {
  width: 100%;
}

.toolbar-group-expand .toolbar-group-content:only-child {
  width: 1%;
}

.toolbar-group-expand .toolbar-group-content {
  max-width: 100px;
  min-width: 100px;
}

.toolbar-group-expand .toolbar-group-content .truncate-text {
  left: 8px \9 ;
  position: absolute \9 ;
  right: 8px \9 ;
  -ms-transform: translateY(-50%);
}

.toolbar-group,
.toolbar-group-right,
.toolbar-group-expand {
  display: table;
  height: 34px;
}

.toolbar-group-expand-text {
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.toolbar-group-content {
  display: table-cell;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  vertical-align: middle;
}

.toolbar-group-field {
  display: table-cell;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  vertical-align: middle;
  width: 1%;
}

@media (max-width: 767px) {
  .tbg-xs-newline {
    clear: both;
    float: left;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .tbg-sm-newline {
    clear: both;
    float: left;
  }
}
@media (min-width: 970px) and (max-width: 1199px) {
  .tbg-md-newline {
    clear: both;
    float: left;
  }
}
@media (min-width: 1170px) {
  .tbg-lg-newline {
    clear: both;
    float: left;
  }
}
.header-toolbar {
  margin-bottom: 20px;
}

@media (min-width: 750px) {
  .header-toolbar {
    border-radius: 4px;
  }
}
.header-toolbar .toolbar-group {
  height: 50px;
  margin-left: 15px;
  padding-right: 0;
}

.header-toolbar .toolbar-group:first-child .toolbar-group-content,
.header-toolbar .toolbar-group:first-child .toolbar-group-field {
  padding-left: 15px;
}

.header-toolbar .toolbar-group:first-child .toolbar-group-content:first-child,
.header-toolbar .toolbar-group:first-child .toolbar-group-field:first-child {
  padding-left: 0;
  padding-right: 15px;
}

.header-toolbar .toolbar-group-right {
  height: 50px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
}

.header-toolbar .toolbar-group-right + .toolbar-group-right {
  margin-left: 0;
}

.header-toolbar .toolbar-group-expand {
  height: 50px;
}

.header-toolbar .toolbar-group-expand-text {
  line-height: 50px;
  padding-left: 15px;
}

.header-toolbar .container-fluid-1280 .toolbar-group {
  margin-left: 0;
}

.header-toolbar .container-fluid-1280 .toolbar-group-right {
  margin-right: 0;
}

.header-toolbar-default {
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
}

.header-toolbar-default .toolbar-group:first-child .toolbar-group-content:first-child,
.header-toolbar-default .toolbar-group:first-child .toolbar-group-field:first-child {
  border-right: 1px solid #e7e7e7;
}

.header-toolbar-default .toolbar-group-content > a,
.header-toolbar-default .toolbar-group-content > .dropdown > a {
  color: #777;
}

.header-toolbar-default .toolbar-group-content > a:focus, .header-toolbar-default .toolbar-group-content > a:hover,
.header-toolbar-default .toolbar-group-content > .dropdown > a:focus,
.header-toolbar-default .toolbar-group-content > .dropdown > a:hover {
  background-color: transparent;
  color: #333;
}

.header-toolbar-default .toolbar-group-expand,
.header-toolbar-default .toolbar-group-expand-text {
  color: #777;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
@keyframes slideIn {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes dropHeader {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes removeBorder {
  0% {
    border-bottom-color: #D8D8D8;
  }
  100% {
    border-bottom-color: transparent;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .nav-tabs-scrollbar {
    animation: dropHeader 0.5s cubic-bezier(0.23, 1, 0.32, 1), removeBorder 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    animation-delay: 0s, 0.45s;
    min-height: 54px;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
  }
  .nav-tabs-scrollbar > .nav.nav-tabs,
  .nav-tabs-scrollbar > .nav.nav-pills {
    animation: slideIn 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    animation-delay: 0.4s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    white-space: nowrap;
  }
  .nav-tabs-scrollbar > .nav.nav-tabs > li,
  .nav-tabs-scrollbar > .nav.nav-pills > li {
    animation: fadeIn 0.5s ease-in;
    animation-delay: 0.5s;
    animation-fill-mode: both;
    display: inline-block;
    float: none;
  }
}
.nav-tabs-scroll {
  position: relative;
}

.nav-tabs-scroll > .dropdown-menu {
  left: 0;
  max-width: none;
  right: 0;
  top: auto;
}

.nav-tabs-scroll > .dropdown-menu.open {
  display: block;
}

@media (min-width: 750px) {
  .nav-tabs-scroll > .dropdown-menu.open {
    display: none;
  }
}
.nav-tabs-scroll .open > .dropdown-menu {
  display: none;
}

@media (min-width: 750px) {
  .nav-tabs-scroll .open > .dropdown-menu {
    display: block;
  }
}
.nav-tabs-scrollbar .nav {
  float: left;
}

@media (min-width: 750px) {
  .nav-tabs-scrollbar .nav {
    float: none;
  }
}
@media (max-width: 767px) {
  .nav-tabs-scroll .nav-tabs-default > li:first-child > a {
    margin-left: 0;
  }
  .nav-tabs-scroll .nav-tabs-default > li > a {
    margin-left: -4px;
  }
}
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.detailed-list-view .list-group-item {
  cursor: pointer;
}

.detailed-list-view .list-group-item-field:first-child + .list-group-item-field {
  border-left-width: 1px;
  padding-left: 12px;
  padding-right: 16px;
}

@media (min-width: 750px) {
  .detailed-list-view .list-group-item-field:first-child + .list-group-item-field {
    border-left-width: 0;
  }
}
.detailed-list-view .list-group-item-field:last-child {
  padding-left: 8px;
  padding-right: 12px;
}

.detailed-list-view .list-group-item-content,
.detailed-list-view .list-group-item-field {
  vertical-align: middle;
}

@media (min-width: 750px) {
  .detailed-list-view .list-group-item-content,
  .detailed-list-view .list-group-item-field {
    vertical-align: top;
  }
}
.detailed-list-view > .active .detailed-list-view-icon:after {
  color: #fff;
  content: "\f00c";
  font-family: "fontawesome-alloy";
  font-size: 16px;
  vertical-align: middle;
}

@media (min-width: 750px) {
  .detailed-list-view > .active .detailed-list-view-icon:after {
    content: normal;
  }
}
.detailed-list-view > .active .detailed-list-view-icon > [class^=icon-],
.detailed-list-view > .active .detailed-list-view-icon > [class*=" icon-"],
.detailed-list-view > .active .detailed-list-view-icon > .user-icon {
  display: none;
}

@media (min-width: 750px) {
  .detailed-list-view > .active .detailed-list-view-icon > [class^=icon-],
  .detailed-list-view > .active .detailed-list-view-icon > [class*=" icon-"] {
    display: inline;
  }
}
@media (min-width: 750px) {
  .detailed-list-view > .active .detailed-list-view-icon > .user-icon {
    display: block;
  }
}
.detailed-list-view-icon {
  height: 34px;
  line-height: 34px;
  width: 34px;
}

@media (min-width: 750px) {
  .detailed-list-view-icon {
    height: 48px;
    line-height: 48px;
    width: 48px;
  }
}
.detailed-list-view-icon [class^=icon-],
.detailed-list-view-icon [class*=" icon-"] {
  font-size: 28px;
}

@media (min-width: 750px) {
  .detailed-list-view-icon [class^=icon-],
  .detailed-list-view-icon [class*=" icon-"] {
    font-size: 38px;
  }
}
@media (max-width: 279px) {
  .detailed-list-view .dropdown {
    display: inline-block;
  }
  .detailed-list-view .dropdown-menu {
    left: 50%;
    right: auto;
    top: 100%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .detailed-list-view .detailed-list-view-icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.tabular-list-group .list-group-item-danger {
  background-color: transparent;
  border-left: 5px solid #d9534f;
}

.tabular-list-group .list-group-item-danger, .tabular-list-group .list-group-item-danger:focus, .tabular-list-group .list-group-item-danger:hover {
  color: #d9534f;
}

.tabular-list-group .list-group-item-danger.active {
  background-color: #337ab7;
}

.tabular-list-group .list-group-item-danger .status {
  color: #d9534f;
}

.tabular-list-group .list-group-item-default {
  background-color: transparent;
  border-left: 5px solid #777;
}

.tabular-list-group .list-group-item-default, .tabular-list-group .list-group-item-default:focus, .tabular-list-group .list-group-item-default:hover {
  color: #777;
}

.tabular-list-group .list-group-item-default.active {
  background-color: #337ab7;
}

.tabular-list-group .list-group-item-default .status {
  color: #777;
}

.tabular-list-group .list-group-item-primary {
  background-color: transparent;
  border-left: 5px solid #337ab7;
}

.tabular-list-group .list-group-item-primary, .tabular-list-group .list-group-item-primary:focus, .tabular-list-group .list-group-item-primary:hover {
  color: #337ab7;
}

.tabular-list-group .list-group-item-primary.active {
  background-color: #337ab7;
}

.tabular-list-group .list-group-item-primary .status {
  color: #337ab7;
}

.tabular-list-group .list-group-item-info {
  background-color: transparent;
  border-left: 5px solid #5bc0de;
}

.tabular-list-group .list-group-item-info, .tabular-list-group .list-group-item-info:focus, .tabular-list-group .list-group-item-info:hover {
  color: #5bc0de;
}

.tabular-list-group .list-group-item-info.active {
  background-color: #337ab7;
}

.tabular-list-group .list-group-item-info .status {
  color: #5bc0de;
}

.tabular-list-group .list-group-item-success {
  background-color: transparent;
  border-left: 5px solid #5cb85c;
}

.tabular-list-group .list-group-item-success, .tabular-list-group .list-group-item-success:focus, .tabular-list-group .list-group-item-success:hover {
  color: #5cb85c;
}

.tabular-list-group .list-group-item-success.active {
  background-color: #337ab7;
}

.tabular-list-group .list-group-item-success .status {
  color: #5cb85c;
}

.tabular-list-group .list-group-item-warning {
  background-color: transparent;
  border-left: 5px solid #f0ad4e;
}

.tabular-list-group .list-group-item-warning, .tabular-list-group .list-group-item-warning:focus, .tabular-list-group .list-group-item-warning:hover {
  color: #f0ad4e;
}

.tabular-list-group .list-group-item-warning.active {
  background-color: #337ab7;
}

.tabular-list-group .list-group-item-warning .status {
  color: #f0ad4e;
}

.list-group-item .checkbox input[type=checkbox]:checked + .card .dropdown-toggle {
  color: #fff;
}

.list-group-item .checkbox input[type=checkbox]:checked + .card .dropdown-toggle:focus {
  color: #fff;
}

.list-group-item .checkbox input[type=checkbox]:checked + .card .dropdown-toggle:hover {
  color: #fff;
}

.list-group-item .checkbox input[type=checkbox]:checked + .card .card-col-content a {
  color: #fff;
}

.list-group-card h1, .list-group-card h2, .list-group-card h3, .list-group-card h4, .list-group-card h5, .list-group-card h6 {
  margin-bottom: 5px;
  margin-top: 0;
}

.list-group-card h1:last-child, .list-group-card h2:last-child, .list-group-card h3:last-child, .list-group-card h4:last-child, .list-group-card h5:last-child, .list-group-card h6:last-child {
  margin-bottom: 0;
}

.list-group-card .card {
  border-color: #ddd;
  border-radius: 0;
  border-width: 1px;
  box-shadow: none;
  margin: 0;
}

.list-group-card .card-col-content,
.list-group-card .card-col-field {
  vertical-align: top;
}

.list-group-card .checkbox input[type=checkbox]:checked + .card {
  background-color: #337ab7;
  color: #fff;
}

.list-group-card .list-group-card-icon {
  font-size: 2.4em;
}

@media (min-width: 750px) {
  .list-group-card .list-group-card-icon {
    font-size: 3em;
  }
}
.list-group-card .list-group-card-icon > [class^=icon-],
.list-group-card .list-group-card-icon > [class*=" icon-"],
.list-group-card .list-group-card-icon > .user-icon {
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
}

@media (min-width: 750px) {
  .list-group-card .list-group-card-icon > [class^=icon-],
  .list-group-card .list-group-card-icon > [class*=" icon-"],
  .list-group-card .list-group-card-icon > .user-icon {
    height: 45px;
    line-height: 45px;
    width: 45px;
  }
}
.list-group-card .list-group-item {
  border-width: 0;
  margin-bottom: 0;
  margin-top: -1px;
  padding: 0;
}

.list-group-card .list-group-item:last-child .card {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.list-group-card-checkbox-hidden-xs .checkbox input[type=checkbox] {
  display: none;
}

@media (min-width: 750px) {
  .list-group-card-checkbox-hidden-xs .checkbox input[type=checkbox] {
    display: block;
  }
}
.list-group-card-checkbox-hidden-xs .checkbox input[type=checkbox]:checked + .card .list-group-card-icon:after {
  color: #fff;
  content: "\f00c";
  display: block;
  font-family: "fontawesome-alloy";
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 750px) {
  .list-group-card-checkbox-hidden-xs .checkbox input[type=checkbox]:checked + .card .list-group-card-icon:after {
    content: normal;
  }
}
.list-group-card-checkbox-hidden-xs .checkbox input[type=checkbox]:checked + .card .list-group-card-icon > [class^=icon-],
.list-group-card-checkbox-hidden-xs .checkbox input[type=checkbox]:checked + .card .list-group-card-icon > [class*=" icon-"],
.list-group-card-checkbox-hidden-xs .checkbox input[type=checkbox]:checked + .card .list-group-card-icon > .user-icon {
  display: none;
}

@media (min-width: 750px) {
  .list-group-card-checkbox-hidden-xs .checkbox input[type=checkbox]:checked + .card .list-group-card-icon > [class^=icon-],
  .list-group-card-checkbox-hidden-xs .checkbox input[type=checkbox]:checked + .card .list-group-card-icon > [class*=" icon-"] {
    display: block;
  }
}
@media (min-width: 750px) {
  .list-group-card-checkbox-hidden-xs .checkbox input[type=checkbox]:checked + .card .list-group-card-icon > .user-icon {
    display: block;
  }
}
@media (max-width: 767px) {
  .list-group-card-checkbox-hidden-xs .checkbox-bottom-left .card.flex-container,
  .list-group-card-checkbox-hidden-xs .checkbox-middle-left .card.flex-container,
  .list-group-card-checkbox-hidden-xs .checkbox-top-left .card.flex-container {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .list-group-card-checkbox-hidden-xs .checkbox-bottom-left .card-row,
  .list-group-card-checkbox-hidden-xs .checkbox-middle-left .card-row,
  .list-group-card-checkbox-hidden-xs .checkbox-top-left .card-row {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .list-group-card-checkbox-hidden-xs .checkbox-bottom-right .card.flex-container,
  .list-group-card-checkbox-hidden-xs .checkbox-middle-right .card.flex-container,
  .list-group-card-checkbox-hidden-xs .checkbox-top-right .card.flex-container {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .list-group-card-checkbox-hidden-xs .checkbox-bottom-right .card-row,
  .list-group-card-checkbox-hidden-xs .checkbox-middle-right .card-row,
  .list-group-card-checkbox-hidden-xs .checkbox-top-right .card-row {
    padding-right: 20px;
  }
}
/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.loading-icon, .loading-animation,
.loadingmask-message .loadingmask-message-content {
  animation: loading-icon 1.7s infinite ease;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  height: 1em;
  margin: 1em auto;
  position: relative;
  width: 1em;
}

.loading-icon:after, .loading-animation:after, .loading-icon:before, .loading-animation:before,
.loadingmask-message .loadingmask-message-content:after,
.loadingmask-message .loadingmask-message-content:before {
  border-radius: 50%;
  content: "";
  display: block;
  font-size: inherit;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@keyframes loading-icon {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em #647bd3, 0 -0.83em 0 -0.42em #6484d3, 0 -0.83em 0 -0.44em #648dd3, 0 -0.83em 0 -0.46em #6496d3, 0 -0.83em 0 -0.477em #64a0d3;
    transform: rotate(0);
  }
  2%, 96% {
    box-shadow: 0 -0.83em 0 -0.4em #647bd3, 0 -0.83em 0 -0.42em #6484d3, 0 -0.83em 0 -0.44em #648dd3, 0 -0.83em 0 -0.46em #6496d3, 0 -0.83em 0 -0.477em #64a0d3;
  }
  10% {
    box-shadow: 0 -0.83em 0 -0.4em #647bd3, -0.087em -0.825em 0 -0.42em #6484d3, -0.173em -0.812em 0 -0.44em #648dd3, -0.256em -0.789em 0 -0.46em #6496d3, -0.338em -0.758em 0 -0.477em #64a0d3;
  }
  25% {
    box-shadow: 0 -0.83em 0 -0.4em #647bd3, -0.338em -0.758em 0 -0.42em #6484d3, -0.555em -0.617em 0 -0.44em #648dd3, -0.671em -0.488em 0 -0.46em #6496d3, -0.719em -0.415em 0 -0.477em #64a0d3;
  }
  40% {
    box-shadow: 0 -0.83em 0 -0.4em #64b2d3, -0.377em -0.74em 0 -0.42em #64bcd3, -0.645em -0.522em 0 -0.44em #64c5d3, -0.775em -0.297em 0 -0.46em #64ced3, -0.82em -0.13em 0 -0.477em #64d3cf;
  }
  60% {
    box-shadow: 0 -0.83em 0 -0.4em #647bd3, -0.087em -0.825em 0 -0.42em #6484d3, -0.173em -0.812em 0 -0.44em #648dd3, -0.256em -0.789em 0 -0.46em #6496d3, -0.297em -0.775em 0 -0.477em #64a0d3;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em #647bd3, 0 -0.83em 0 -0.42em #6484d3, 0 -0.83em 0 -0.44em #648dd3, 0 -0.83em 0 -0.46em #6496d3, 0 -0.83em 0 -0.477em #64a0d3;
    transform: rotate(360deg);
  }
}
.loading-icon.linear, .linear.loading-animation, .loading-icon.linear:before, .linear.loading-animation:before, .loading-icon.linear:after, .linear.loading-animation:after {
  border-radius: 50%;
  box-shadow: none;
}

.loading-icon.linear, .linear.loading-animation {
  animation: none;
  height: 1em;
  margin: 0 auto;
  position: relative;
  transform: translateZ(0);
  width: 1em;
}

.loading-icon.linear:before, .linear.loading-animation:before, .loading-icon.linear:after, .linear.loading-animation:after {
  animation: 2s ease-out infinite both;
  border: 0.15em solid transparent;
  border-left-color: #5094ce;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(270deg);
  transform-origin: 50%;
  width: 100%;
}

.loading-icon.linear:before, .linear.loading-animation:before {
  animation-name: loading-icon-linear;
}

.loading-icon.linear:after, .linear.loading-animation:after {
  animation-name: loading-icon-spin;
}

@keyframes loading-icon-linear {
  0% {
    transform: rotate(0deg);
  }
  10.99% {
    border-bottom-color: transparent;
  }
  11% {
    border-bottom-color: #5094ce;
  }
  66% {
    border-bottom-color: #5094ce;
  }
  66.6% {
    border-bottom-color: transparent;
  }
  66.6%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-icon-linear {
  0% {
    transform: rotate(0deg);
  }
  10.99% {
    border-bottom-color: transparent;
  }
  11% {
    border-bottom-color: #5094ce;
  }
  66% {
    border-bottom-color: #5094ce;
  }
  66.6% {
    border-bottom-color: transparent;
  }
  66.6%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-icon-spin {
  0%, 22% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a.btn > .loading-icon, a.btn > .loading-animation,
button > .loading-icon,
button > .loading-animation {
  font-size: 1em;
  margin-right: 0.8em;
  margin-top: 0;
}

a.btn > .loading-icon.linear, a.btn > .linear.loading-animation,
button > .loading-icon.linear,
button > .linear.loading-animation {
  margin-right: 0.2em;
  margin-top: -0.2em;
}

a.btn > .loading-icon, a.btn > .loading-animation, a.btn > .loading-icon.linear, a.btn > .linear.loading-animation,
button > .loading-icon,
button > .loading-animation,
button > .loading-icon.linear,
button > .linear.loading-animation {
  display: none;
  margin-bottom: 0;
  vertical-align: middle;
}

a.btn.loading > .loading-icon, a.btn.loading > .loading-animation, a.btn.loading > .loading-icon.linear, a.btn.loading > .linear.loading-animation,
button.loading > .loading-icon,
button.loading > .loading-animation,
button.loading > .loading-icon.linear,
button.loading > .linear.loading-animation {
  display: inline-block;
}

.loading-icon.loading-icon-xs, .loading-icon-xs.loading-animation, .loading-animation.loading-animation-xs {
  font-size: 8px;
}

.loading-icon.loading-icon-sm, .loading-icon-sm.loading-animation, .loading-animation.loading-animation-sm {
  font-size: 10px;
}

.loading-icon.loading-icon-md, .loading-icon-md.loading-animation, .loading-animation.loading-animation-md {
  font-size: 32px;
}

.loading-icon.loading-icon-lg, .loading-icon-lg.loading-animation, .loading-animation.loading-animation-lg {
  font-size: 64px;
}

/**
* Lexicon 1.0.13
*
* Copyright 2016, Liferay, Inc.
* All rights reserved.
* MIT license
*/
.flex-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-container-stacked {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-item-expand {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 0;
}

.flex-item-full {
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-item-full + .flex-item-expand {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.flex-item-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.flex-item-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-item-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media (max-width: 479px) {
  .flex-container-stacked-xxs {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-xxs .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (max-width: 767px) {
  .flex-container-stacked-xs {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-xs .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .flex-container-stacked-sm {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-sm .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (max-width: 1199px) {
  .flex-container-stacked-md {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-md .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (min-width: 1170px) {
  .flex-container-stacked-lg {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-lg .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .flex-container-stacked-xs-only {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-xs-only .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .flex-container-stacked-sm-only {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-sm-only .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (min-width: 970px) and (max-width: 1199px) {
  .flex-container-stacked-md-only {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-md-only .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (max-width: 479px) {
  .flex-item-break-xxs {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flex-item-break-xs {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .flex-item-break-sm {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .flex-item-break-md {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}
@media (min-width: 1170px) {
  .flex-item-break-lg {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .flex-item-break-xs-only {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .flex-item-break-sm-only {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}
@media (min-width: 970px) and (max-width: 1199px) {
  .flex-item-break-md-only {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}
/* ---------- Help messages, general additional information, etc. ---------- */
.portlet-msg-progress {
  background-image: url(../images/aui/loading_indicator.gif);
  background-position: 6px 50%;
  background-repeat: no-repeat;
  padding-left: 30px;
}

/* ---------- Error messages ---------- */
/* ---------- Alert messages ---------- */
/* ---------- Success messages ---------- */
/* ---------- Misc ---------- */
.navbar .nav li > a {
  overflow-wrap: break-all;
  word-wrap: break-all;
  word-break: break-all;
}

/* ---------- Status ---------- */
.entry-status.approved {
  border-color: #d6e9c6 !important;
}

.entry-status.scheduled {
  border-color: #d9edf7 !important;
}

.entry-status.pending {
  border-color: #bce8f1 !important;
}

.entry-status.denied {
  border-color: #ebccd1 !important;
}

.entry-status.expired {
  border-color: #faebcc !important;
}

.entry-status.draft {
  border-color: #555555 !important;
}

.status.approved {
  color: #3c763d;
}

.status.scheduled {
  color: #31708f;
}

.status.pending {
  color: #31708f;
}

.status.denied {
  color: #a94442;
}

.status.expired {
  color: #8a6d3b;
}

.status.draft {
  color: #555555;
}

/**
 * Clay 3.63.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
 */
/**
 * Clay 3.63.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
 */
.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/airbus-theme/images/states/empty_state.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/airbus-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/airbus-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/airbus-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/airbus-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: #343a40;
}
.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.25rem;
  border-bottom-right-radius: 0.25rem;
}
.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.25rem;
}
.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.25rem;
}

.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;
}
@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: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.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.25rem 0.25rem;
  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: #4b9bff;
}

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

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

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

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

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

.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: #ffd76e;
}

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

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: 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;
}

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-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 {
  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 (max-width: 767.98px) {
  html:not(#__):not(#___) .lfr-configurator-visibility {
    opacity: 0.5;
  }
}
@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;
  }
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet-content-editable {
    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 (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;
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet-content-editable {
    opacity: 0.5;
  }
}

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

@media (max-width: 767.98px) {
  .lfr-configurator-visibility {
    opacity: 0.5;
  }
}

.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1;
}

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

.lfr-panel-page {
  width: 100%;
}
.lfr-panel-page .lfr-add-content h2 span {
  background-color: #d3dadd;
}

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

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

/**
 * Clay 3.63.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
 */
a:link, a:focus, a:hover, a:active {
  text-decoration: none;
}

.columns-1-2-1.airbus-layout-spc {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.columns-1-2-1.airbus-layout-extraspc {
  padding-right: 30px;
  padding-left: 30px;
}

.close-icon {
  border-radius: 100%;
  width: 18px;
  height: 18px;
  border: 1px solid;
  padding: 3px;
}

.display-none {
  display: none;
}

#keycopterneo .portlet-column, #keycopterneo .portlet-content-editable {
  margin-top: 10px;
}

.quick-access-nav {
  display: none;
}

.portlet-content.portlet-content-editable {
  border: none;
}

.newsroom-header .mat-card-image {
  width: 100% !important;
}

.newsroom-card-content.mat-card-content {
  padding: 16px;
  padding-left: 0;
}

.container-custom-max-width {
  padding-right: 150px;
  padding-left: 150px;
  color: white;
}
@media (320px <= width < 768px) {
  .container-custom-max-width {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (width < 320px) {
  .container-custom-max-width {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.container-custom-max-width .content-terms-of-use .legal-notice {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 5px !important;
}
.container-custom-max-width .content-terms-of-use h2 {
  font-weight: bolder !important;
  font-size: 18px;
}
.container-custom-max-width .content-terms-of-use p {
  font-weight: normal;
}
.container-custom-max-width .content-terms-of-use p.subtitle-terms {
  font-weight: bolder !important;
  font-size: 18px;
}
.container-custom-max-width .content-terms-of-use p:last-child {
  margin-bottom: 0;
  padding-bottom: 10px;
}

h1.sr-only {
  display: none;
}

.terms-marge-title {
  margin-top: 0;
  padding-bottom: 0 !important;
  font-size: 24px;
  font-weight: 600;
}

h1.h2.generic-title-template.terms-marge-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}

.follow-us-block {
  padding-right: 15rem;
  padding-left: 15rem;
}

.margin-airbus-footer-title {
  margin-left: 0 !important;
}

@media (min-width: 768px) and (max-width: 1600px) {
  .container {
    width: auto;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
}
/* .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
} */
.home-link {
  display: inline-flex;
  text-indent: 7px;
  color: white;
}

.wasH1 {
  font-size: 38px;
}

.wasH1::before {
  content: "";
  display: block;
  height: 115%;
  border-left: solid 5px #fff;
  position: absolute;
  left: -5px;
  top: -10%;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;
  font: inherit;*/
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/*body {
  line-height: 1; }*/
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Variables stylesheet*/
/*Colors*/
/*
	Breakpoints
	Mobile 360px < 750px
	Desktop-Tablet: 750px-970px > 1170px	
*/
/*Mixin to set font-size according to breakpoint*/ /* 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. */
/*Breakpoint-Font Size maps*/
/*$siteTitle-font-sizes: (
    750px : 15px,
    970px : 20px,
    1170px : 20px   
);*/
/*
    Breakpoints
    Mobile 360px < 750px
    Desktop-Tablet: 750px-970px > 1170px    
*/
/*Custom css*/
body#keycopterneo.body-carbon-effect {
  /*background: $colorDarkBlue url("../images/carbon-opacity.png") no-repeat scroll 100% 0 / 100% auto;*/
  background-color: #0e284c;
  background-image: url("../images/carbon-opacity.png");
  background-attachment: scroll;
  background-repeat: no-repeat;
}

body#keycopterneo.body-carbon-effect-admin {
  background: #0E284C url("../images/carbon-opacity.png") no-repeat scroll 100% 62px/100% auto;
}

body#keycopterneo {
  background-color: #0E284C;
  font-family: Roboto, Arial, sans-serif;
  color: #FFFFFF;
  left: 0px;
  margin: 0px auto;
  position: relative;
  /*Main layout*/
}
body#keycopterneo .dialog-iframe-bd html,
body#keycopterneo .dialog-iframe-bd body {
  height: 1000px;
}
body#keycopterneo .control-menu-level-1 {
  background-color: #0E284C;
  background-image: linear-gradient(to right, #0E284C, black);
  border-bottom: 1px solid black;
}
body#keycopterneo .lfr-add-panel .product-menu .sidebar-header,
body#keycopterneo .lfr-simulation-panel .product-menu .sidebar-header {
  background-color: black;
}
body#keycopterneo .product-menu .sidebar-header {
  background-color: #0E284C;
}
body#keycopterneo #carbon-effect-admin {
  top: 350px;
}
body#keycopterneo .carbon-effect {
  /*background: transparent url("../images/carbon-opacity.png") no-repeat scroll 100% 0 / 2000px 285px;*/
  /*background: transparent url("../images/carbon-opacity.png") repeat-x scroll -1450px -150px / 3300px 525px;*/
  background-color: transparent;
  background-image: url("../images/carbon-opacity.png");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 205%;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  /*z-index: 3;*/
  z-index: 0;
}
body#keycopterneo #wrapper {
  margin: 0 auto;
  padding-top: 0px;
  padding-left: 0;
  padding-right: 0;
}
body#keycopterneo #wrapper .banner-top {
  top: 42px;
}
body#keycopterneo #wrapper .banner-padding-top-admin {
  padding-top: 10px;
}
body#keycopterneo #wrapper .airbus-layout-spc {
  margin-top: 70px;
}
body#keycopterneo #wrapper .airbus-layout-extraspc {
  margin-top: 114px;
}
body#keycopterneo #wrapper .airbus-layout-homepage .padbottom {
  /*padding-bottom: 30px;*/
}
body#keycopterneo #wrapper .airbus-layout-homepage .padbottom-carrousel {
  /*padding-bottom: 24px;*/
}
body#keycopterneo #wrapper .airbus-layout-homepage .padbottom-carrousel .portlet-content {
  padding-top: 0px;
}
body#keycopterneo #wrapper .airbus-layout-homepage #airbus-keycopter-big-carousel {
  color: #09274d;
  /*height: 628px;*/
  height: 304px;
  padding: 30px;
}
body#keycopterneo #wrapper .airbus-layout-homepage #airbus-keycopter-small-carousel {
  color: #09274d;
  height: 304px;
  padding: 16px;
}
body#keycopterneo #wrapper .airbus-layout-homepage #airbus-keycopter-big-carousel-configuration label {
  color: #09274d;
}
body#keycopterneo #wrapper .airbus-layout-homepage .airbus-news-regular-wrapper {
  background: #FFFFFF;
}
body#keycopterneo #wrapper .airbus-layout-homepage .airbus-news-regular-wrapper .airbus-news-regular-image img {
  width: 100%;
  -webkit-transition: transform 3s ease-in-out 0s;
  -moz-transition: transform 3s ease-in-out 0s;
  -ms-transition: transform 3s ease-in-out 0s;
  -o-transition: transform 3s ease-in-out 0s;
  transition: transform 3s ease-in-out 0s;
}
body#keycopterneo #wrapper .airbus-layout-homepage .airbus-news-regular-wrapper .airbus-news-regular-image img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
body#keycopterneo #wrapper .airbus-layout-homepage .airbus-news-regular-wrapper .airbus-news-regular-data {
  padding: 16px;
  overflow: hidden;
}
body#keycopterneo #wrapper .airbus-layout-homepage .airbus-news-regular-wrapper .airbus-news-regular-data .airbus-news-regular-title {
  color: #09274d;
  font-family: Arial, sans-serif !important;
}
body#keycopterneo #wrapper .airbus-layout-homepage .airbus-news-regular-wrapper .airbus-news-regular-data .airbus-news-regular-shortdescription {
  color: #09274d;
}
body#keycopterneo #wrapper .airbus-layout-homepage .airbus-news-regular-wrapper .airbus-news-regular-data .airbus-common-button {
  margin-left: 0px;
  margin-bottom: 0px;
}
body#keycopterneo #wrapper .airbus-layout-homepage .airbus-news-highlight-wrapper {
  /*background: $colorWhite;*/
}
body#keycopterneo #wrapper .airbus-layout-homepage .airbus-news-highlight-wrapper img {
  width: 100%;
  -webkit-transition: transform 3s ease-in-out 0s;
  -moz-transition: transform 3s ease-in-out 0s;
  -ms-transition: transform 3s ease-in-out 0s;
  -o-transition: transform 3s ease-in-out 0s;
  transition: transform 3s ease-in-out 0s;
}
body#keycopterneo #wrapper .airbus-layout-homepage .airbus-news-highlight-wrapper img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  position: relative;
  z-index: 100;
}
body#keycopterneo #wrapper .airbus-layout-homepage .airbus-news-highlight-wrapper .airbus-news-highlight-data {
  background: #FFFFFF;
  position: absolute;
  z-index: 500;
  padding: 16px;
  margin: 0px;
  overflow: hidden;
}
body#keycopterneo #wrapper .airbus-layout-homepage .airbus-news-highlight-wrapper .airbus-news-highlight-title {
  color: #09274d;
  font-family: Arial, sans-serif !important;
  margin-bottom: 16px;
}
body#keycopterneo #wrapper .airbus-layout-homepage .airbus-news-highlight-wrapper .airbus-news-highlight-shortdescription {
  color: #09274d;
  font-family: Arial, sans-serif !important;
}
body#keycopterneo #wrapper .airbus-layout-homepage .airbus-news-highlight-wrapper .airbus-common-button {
  position: absolute;
  z-index: 500;
  margin-bottom: 0px;
}

/*Generic Structure and template */
@media (min-width: 480px) and (max-width: 749px) { /* */
  .generic-content-template { /* */
    background-color: #FFFFFF;
    padding: 16px;
    margin-left: 30px;
    margin-right: 30px;
    color: #404040;
  }
}
@media (min-width: 750px) { /* */
  .generic-content-template {
    color: #0D345F;
    background-color: #FFFFFF;
    padding: 24px;
  }
}
@media (min-width: 480px) and (max-width: 749px) { /* */
  .generic-title-template {
    padding-left: 30px;
  }
}
@media (min-width: 750px) { /* */
  .generic-title-template {
    padding-bottom: 15px;
  }
}
/*Media queries for responsive behaviour*/
@media only screen and (min-width: 768px) {
  body.open #wrapper {
    padding-left: auto !important;
  }
}
@media (max-width: 1169px) {
  .airbus-news-regular-wrapper .airbus-news-regular-shortdescription {
    display: none;
  }
}
@media (max-width: 480px) {
  body#keycopterneo.body-carbon-effect {
    background-size: 280%;
    background-position: 24% 2%;
  }
}
@media (min-width: 480px) {
  .airbus-news-regular-wrapper,
  .airbus-news-highlight-wrapper {
    margin: 0 auto;
    width: 420px;
  }
  .airbus-news-regular-wrapper .airbus-news-regular-image {
    height: 240px;
    width: 420px;
    overflow: hidden;
  }
  .airbus-news-regular-wrapper .airbus-news-regular-data .airbus-news-regular-title {
    font-size: 14px;
    height: 30px;
    margin-bottom: 65px;
  }
  .airbus-news-regular-wrapper .airbus-news-regular-data .airbus-common-button {
    bottom: 16px;
    height: 44px;
    display: inline-flex;
  }
  .airbus-news-regular-wrapper .airbus-news-regular-data .airbus-common-button a {
    padding-top: 14px;
  }
  .airbus-news-highlight-wrapper {
    overflow: hidden;
  }
  .airbus-news-highlight-wrapper .airbus-news-highlight-data {
    width: 420px;
  }
  .airbus-news-highlight-wrapper .airbus-news-highlight-title {
    font-size: 14px;
    max-height: 32px;
  }
  .airbus-news-highlight-wrapper .airbus-news-highlight-shortdescription {
    font-size: 14px;
  }
  .airbus-news-highlight-wrapper .airbus-common-button {
    bottom: 16px;
    margin-left: 16px;
    margin-bottom: 16px;
    height: 44px;
    display: inline-flex;
  }
  .airbus-news-highlight-wrapper .airbus-common-button a {
    padding-top: 14px;
  }
  body#keycopterneo.body-carbon-effect {
    background-size: 280%;
    background-position: 24% 2%;
  }
  body#keycopterneo .carbon-effect {
    background-position: 80% 80%;
    background-size: 205%;
    height: 128px;
    top: 193px;
  }
  .carbon-with-yellow {
    background-position: 80% 80% !important;
    background-size: 205% !important;
    height: 128px !important;
    top: 235px !important;
  }
  body#keycopterneo #carbon-effect-admin {
    top: 271px;
  }
  body.controls-visible .carbon-with-admin {
    top: 271px !important;
  }
  body.controls-hidden .carbon-with-admin {
    top: 236px !important;
  }
}
@media (max-width: 749px) {
  .airbus-news-highlight-wrapper .airbus-news-highlight-shortdescription {
    display: none;
  }
}
@media (min-width: 750px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .leftcontainer {
    padding-left: 15px !important;
  }
  .portlet-topper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.25s, transform 0.25s;
    -o-transition: opacity 0.25s, transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
  .airbus-news-regular-wrapper {
    margin-right: 30px;
    margin-left: 15px;
    /*margin: 0 auto;*/
    width: 330px;
  }
  .airbus-news-regular-wrapper .airbus-news-regular-image {
    height: 186px;
    width: 330px;
    overflow: hidden;
  }
  .airbus-news-regular-wrapper .airbus-news-regular-data {
    padding: 16px;
  }
  .airbus-news-regular-wrapper .airbus-news-regular-data .airbus-news-regular-title {
    font-size: 16px;
    height: 35px;
    max-height: 35px;
    margin-bottom: 55px;
  }
  .airbus-news-regular-wrapper .airbus-news-regular-data .airbus-common-button {
    bottom: 16px;
    height: 32px;
    line-height: 32px;
    display: block;
  }
  .airbus-news-regular-wrapper .airbus-news-regular-data .airbus-common-button a {
    padding-top: 6px;
  }
  .airbus-news-highlight-wrapper {
    margin: 0 auto;
    width: 690px;
  }
  .airbus-news-highlight-wrapper .airbus-news-highlight-data {
    width: 690px;
  }
  .airbus-news-highlight-wrapper .airbus-news-highlight-title {
    font-size: 16px;
    max-height: 16px;
  }
  .airbus-news-highlight-wrapper .airbus-news-highlight-shortdescription {
    font-size: 14px;
    max-height: 20px;
  }
  .airbus-news-highlight-wrapper .airbus-common-button {
    bottom: 16px;
    height: 32px;
    line-height: 32px;
    display: block;
  }
  .airbus-news-highlight-wrapper .airbus-common-button a {
    padding-top: 6px;
  }
  body#keycopterneo.body-carbon-effect {
    background-size: 200%;
    background-position: 36% 3%;
  }
  body#keycopterneo .carbon-effect {
    background-position: 80% 80%;
    background-size: 205%;
    height: 203px;
    top: 273px;
  }
  .carbon-with-yellow {
    background-position: 80% 80% !important;
    background-size: 205% !important;
    height: 203px !important;
    top: 300px !important;
  }
  body#keycopterneo #carbon-effect-admin {
    top: 320px;
  }
  body.controls-visible .carbon-with-admin {
    top: 320px !important;
  }
  body.controls-hidden .carbon-with-admin {
    top: 320px !important;
  }
}
@media (min-width: 970px) {
  .airbus-layout-homepage .portlet-column-first .airbus-news-regular-wrapper {
    margin-left: 0;
    margin-right: auto;
  }
  .airbus-layout-homepage .portlet-column-last .airbus-news-regular-wrapper {
    margin-left: auto;
    margin-right: 0;
  }
  .airbus-layout-homepage .padleft .airbus-news-regular-wrapper {
    margin-left: 7.5px;
  }
  .airbus-layout-homepage .padright .airbus-news-regular-wrapper {
    margin-left: auto;
    margin-right: 7.5px;
  }
  #main-content.margin-warning {
    margin-top: 183px !important;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .leftcontainer {
    padding-left: 0px !important;
  }
  .airbus-news-regular-wrapper {
    height: 245px;
    width: 205px;
    margin-left: 0px;
  }
  .airbus-news-regular-wrapper .airbus-news-regular-image {
    height: 116px;
    width: 205px;
    overflow: hidden;
  }
  .airbus-news-regular-wrapper .airbus-news-regular-data {
    height: 129px;
  }
  .airbus-news-regular-wrapper .airbus-news-regular-data .airbus-news-regular-title {
    font-size: 18px;
    margin-bottom: 16px;
    max-height: 55px;
    overflow: hidden;
  }
  .airbus-news-regular-wrapper .airbus-news-regular-data .airbus-news-regular-shortdescription {
    font-size: 16px;
    height: 35px;
  }
  .airbus-news-regular-wrapper .airbus-news-regular-data .airbus-common-button {
    bottom: 16px;
    margin-bottom: 16px;
  }
  .airbus-news-highlight-wrapper {
    height: 245px;
    width: 440px;
    margin-left: 0px;
    /*  
    .airbus-news-highlight-shortdescription{
        font-size: $font-M;
        max-height: 20px 
    } */
  }
  .airbus-news-highlight-wrapper .airbus-news-highlight-data {
    height: 77px;
    width: 440px;
  }
  .airbus-news-highlight-wrapper .airbus-news-highlight-title {
    font-size: 18px;
    max-height: 16px;
  }
  .airbus-news-highlight-wrapper .airbus-common-button {
    bottom: 16px;
  }
}
@media (min-width: 970px) and (max-width: 1169px) {
  .airbus-news-highlight-wrapper .airbus-news-highlight-shortdescription {
    display: none;
  }
}
@media (min-width: 970px) {
  .airbus-news-highlight-wrapper .airbus-common-button {
    margin-bottom: 16px;
  }
}
@media (min-width: 970px) {
  body#keycopterneo.body-carbon-effect {
    background-size: 160%;
    background-position: 55% 3%;
  }
}
@media (min-width: 970px) {
  body#keycopterneo .carbon-effect {
    background-position: 80% 80%;
    background-size: 205%;
    height: 210px;
    top: 350px;
  }
}
@media (min-width: 970px) {
  .carbon-with-yellow {
    background-position: 80% 80% !important;
    background-size: 205% !important;
    height: 210px !important;
    top: 350px !important;
  }
}
@media (min-width: 970px) {
  body#keycopterneo #carbon-effect-admin {
    top: 400px;
  }
}
@media (min-width: 970px) {
  body.controls-visible .carbon-with-admin {
    top: 400px !important;
  }
}
@media (min-width: 970px) {
  body.controls-hidden .carbon-with-admin {
    top: 400px !important;
  }
}
@media (min-width: 1170px) {
  .airbus-layout-homepage .portlet-column-first .airbus-news-regular-wrapper {
    margin-left: 0;
    margin-right: auto;
  }
  .airbus-layout-homepage .portlet-column-last .airbus-news-regular-wrapper {
    margin-left: auto;
    margin-right: 0;
  }
  .airbus-layout-homepage .padleft .airbus-news-regular-wrapper {
    margin-left: 7.5px;
  }
  .airbus-layout-homepage .padright .airbus-news-regular-wrapper {
    margin-left: auto;
    margin-right: 7.5px;
  }
  .airbus-news-regular-wrapper {
    height: 305px;
    width: 255px;
  }
  .airbus-news-regular-wrapper .airbus-news-regular-image {
    height: 145px;
    width: 255px;
    overflow: hidden;
  }
  .airbus-news-regular-wrapper .airbus-news-regular-data {
    height: 160px;
  }
  .airbus-news-regular-wrapper .airbus-news-regular-data .airbus-news-regular-title {
    max-height: 55px;
    overflow: hidden;
  }
  .airbus-news-regular-wrapper .airbus-common-button {
    bottom: 16px;
    margin-left: 0px;
  }
  .airbus-news-highlight-wrapper {
    height: 305px;
    width: 539px;
    margin-left: 0;
    margin-right: auto;
  }
  .airbus-news-highlight-wrapper .airbus-news-highlight-data {
    height: 77px;
    width: 539px;
  }
  .airbus-news-highlight-wrapper .airbus-news-highlight-shortdescription {
    max-height: 20px;
  }
  body#keycopterneo.body-carbon-effect {
    background-size: 110%;
    background-position: 60% 3%;
  }
  body#keycopterneo .carbon-effect {
    background-position: 80% 20%;
    background-size: 200%;
    height: 391px;
    top: 285px;
  }
  .carbon-with-yellow {
    background-position: 80% 20% !important;
    background-size: 200% !important;
    height: 395px !important;
    top: 327px !important;
  }
  body#keycopterneo #carbon-effect-admin {
    top: 330px;
  }
  body.controls-visible .carbon-with-admin {
    top: 330px !important;
  }
  body.controls-hidden .carbon-with-admin {
    top: 330px !important;
  }
}
body#keycopterneo #wrapper #main-content.neo-menu-overflowed {
  padding: 0px;
  margin-top: 70px;
}
body#keycopterneo #wrapper #main-content.neo-menu-overflowed.margin-warning {
  margin-top: 130px !important;
}

/*Utils*/
.clear {
  clear: both;
}

.hide {
  visibility: hidden;
}

.show {
  visibility: visible;
}

.carbon-login {
  z-index: 9999 !important;
}

.airbus-common-button {
  position: absolute;
}
.airbus-common-button a {
  z-index: 1;
  padding: 6px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  font-family: Arial, sans-serif !important;
  text-decoration: none;
  background-color: #0d5881;
  border: 1px solid transparent;
  outline: none;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.airbus-common-button a:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-position: right;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.airbus-common-button a:hover {
  padding-right: 40px;
  outline: 0 none;
  text-decoration: none;
  background-color: #0d5881 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.airbus-common-button a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  opacity: 1;
  padding-right: 50px;
  background: url(../images/arrow-white-right.png) no-repeat right;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

body.scrolled .airbus-button-up {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.button-up-wrapper {
  margin: 0;
}

.airbus-button-up {
  position: fixed;
  width: auto;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.airbus-button-up a {
  font-weight: bold;
  border-radius: 23px;
  background-color: #FFFFFF;
  width: 46px;
  height: 46px;
  float: right;
  font-size: 23px;
  text-align: center;
  padding: 10px;
  margin-right: 10px;
  box-shadow: 0px 0px 15px 0px #0c457d;
  color: #0D345F;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 15px 0px #0c457d;
  -moz-box-shadow: 0px 0px 15px 0px #0c457d;
  -o-box-shadow: 0px 0px 15px 0px #0c457d;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.airbus-button-up a:hover {
  color: #FFFFFF;
  background-color: #0D345F;
  -webkit-box-shadow: 0px 0px 15px 0px #FFFFFF;
  -moz-box-shadow: 0px 0px 15px 0px #FFFFFF;
  -o-box-shadow: 0px 0px 15px 0px #FFFFFF;
  box-shadow: 0px 0px 15px 0px #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.airbus-button-up a:focus {
  outline: none;
}

.airbus-popup {
  height: 100%;
}
.airbus-popup label,
.airbus-popup span {
  color: #09274d;
}
.airbus-popup body {
  background: #FFFFFF;
  height: 100%;
}

.airbus-nav-previous,
.airbus-nav-next {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #FFFFFF;
  border-radius: 18px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  float: right;
  height: 32px;
  line-height: 36px;
  margin-left: 10px;
  position: relative;
  text-align: center;
  transition: all 0.4s ease-out 0s;
  width: 32px;
  z-index: 20;
  background-color: #FFFFFF;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 1px solid #0d5881;
  text-shadow: 0 1px 0 #FFFFFF;
}

.airbus-nav-previous:hover,
.airbus-nav-next:hover {
  background-color: #0d5881;
  border-color: #FFFFFF;
  content: "";
  transition: all 0.4s ease-out 0s;
}

.airbus-nav-previous:hover {
  background-image: url("../images/arrow-white-left.png");
  background-size: 32px;
}

.airbus-nav-next:hover {
  background-image: url("../images/arrow-white-right.png");
  background-size: 32px;
}

.airbus-nav-previous {
  background-image: url("../images/arrow-lightblue-left.png");
  background-size: 32px;
}

.airbus-nav-next {
  background-image: url("../images/arrow-lightblue-right.png");
  background-size: 32px;
}

@media (max-width: 480px) {
  .airbus-common-button a {
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  .airbus-common-button a {
    font-size: 14px;
  }
  .airbus-button-up {
    bottom: 125px;
    margin: 0 auto;
  }
  .airbus-button-with-cookies {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 750px) {
  .airbus-common-button a {
    font-size: 14px;
  }
  .airbus-button-up {
    bottom: 75px;
    margin: 0 auto;
    margin-left: 40px;
  }
  .airbus-button-with-cookies {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 970px) {
  .airbus-common-button a {
    font-size: 14px;
  }
  .airbus-button-up {
    margin: 0 auto;
  }
  .airbus-button-with-cookies {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1170px) {
  .airbus-common-button a {
    font-size: 14px;
  }
  .airbus-button-up {
    margin: 0 auto;
  }
  .airbus-button-with-cookies {
    margin-bottom: 30px !important;
  }
}
/*Special information message bar*/
/*div.info-hideSpecialInformationMessage{
    display: none
}

div.info-SpecialInformationMessage {
    @include warningContent;
    background-color: $colorYellow;
    height: 44px;
    margin: 0px;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 1050;

    div{
        margin: 0 auto;
        padding: 11px 30px;

        .close-SpecialInformationMessage{
            color: $colorWarningBtn;
            cursor: pointer;
            float: right;
            line-height: .7em;
            margin: 0 0 0 2em;
            position: relative;
            top: -20px;
            right: 30px;
        }
    }
} */
.warning-message {
  background-color: #FFCB05;
  border-radius: 5px;
  padding: 14px;
  line-height: 20px !important;
  width: 100%;
}
.warning-message .warning-message-wrapper {
  display: flex;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
}
.warning-message .warning-message-wrapper > span {
  width: 100%;
}
.warning-message .warning-message-wrapper > a {
  color: #333;
}
.warning-message .warning-message-wrapper > a:hover {
  text-decoration: none;
}

div.info-hideSpecialInformationMessage {
  display: none;
}

body.scrolled #banner {
  height: 50px !important;
  line-height: 20px !important;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
body.scrolled #heading div.site-title-container {
  height: 50px !important;
  line-height: 50px !important;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
body.scrolled #heading div.site-title-container .site-title {
  font-size: 28px !important;
}
body.scrolled #heading .hole-filler {
  height: 53px !important;
  transition: all 0.4s ease-in-out 0s;
}
body.scrolled #heading #header-options-wrapper #header-options-auth {
  height: 50px !important;
  line-height: 50px !important;
}
body.scrolled #heading #header-options-wrapper #header-options-auth a {
  height: 50px;
}
body.scrolled #heading #header-options-wrapper #header-options-auth a .icon-user {
  font-size: 2em !important;
  top: 7px !important;
}
body.scrolled #heading #header-options-wrapper #header-options-auth a #header-options-auth-label {
  display: none !important;
}

#keycopterneo #banner {
  position: fixed;
  z-index: 505;
  width: 100%;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
#keycopterneo #banner #heading {
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
}
#keycopterneo #banner #heading div.site-title-container {
  border-bottom: 1px solid #FFFFFF;
  height: 70px;
  line-height: 70px;
  margin: 0px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
#keycopterneo #banner #heading div.site-title-container div.site-title {
  font-family: Arial, sans-serif !important;
  font-size: 32px;
  text-align: left;
  float: left;
  width: 90px;
  margin-left: 20px;
}
#keycopterneo #banner #heading div.site-title-container div.site-title a,
#keycopterneo #banner #heading div.site-title-container div.site-title a:visited,
#keycopterneo #banner #heading div.site-title-container div.site-title a:hover,
#keycopterneo #banner #heading div.site-title-container div.site-title a:active {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
#keycopterneo #banner #heading div.site-title-container div.site-title a img {
  padding-right: 50px;
  vertical-align: middle;
  margin-bottom: 7px;
  background-repeat: no-repeat;
  width: 190%;
}
#keycopterneo #banner #heading .hole-filler {
  width: 100%;
  height: 73px;
  position: absolute;
  z-index: -1;
  background-color: rgba(14, 40, 76, 0.95);
  transition: all 0.4s ease-in-out 0s;
}
#keycopterneo #banner #heading #menu-wrapper {
  text-align: left;
  float: left;
}
#keycopterneo #banner #heading #logo-wrapper {
  border-bottom: 3px solid #fff;
  padding-right: 0;
  padding-left: 0;
  float: right;
}
#keycopterneo #banner #heading #header-options-wrapper {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
#keycopterneo #banner #heading #header-options-wrapper #header-options-auth {
  text-align: right;
  height: 70px;
  line-height: 70px;
  width: 100px;
  margin: 0px;
  padding: 0px;
  float: right;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
#keycopterneo #banner #heading #header-options-wrapper #header-options-auth a {
  color: white;
  cursor: pointer;
  display: block;
  font-weight: normal;
  height: 70px;
  text-align: center;
  position: relative;
  margin-right: 100px !important;
}
#keycopterneo #banner #heading #header-options-wrapper #header-options-auth a .icon-user {
  font-size: 1.5em;
  position: relative;
  top: -2px;
  left: 19px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
#keycopterneo #banner #heading #header-options-wrapper #header-options-auth a #header-options-auth-label {
  margin-left: 12px;
  font-family: Arial, sans-serif !important;
  font-size: 14px;
  cursor: pointer;
  display: block;
  line-height: 22px;
  position: relative;
  top: -30px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
#keycopterneo #banner #heading #header-options-wrapper #header-options-auth a:active, #keycopterneo #banner #heading #header-options-wrapper #header-options-auth a:hover, #keycopterneo #banner #heading #header-options-wrapper #header-options-auth a:visited {
  text-decoration: none;
}
#keycopterneo #banner .neo-menu-overflowed .site-title-container {
  background-color: rgba(14, 40, 76, 0.95);
}
#keycopterneo #banner .neo-menu-overflowed .hole-filler {
  display: none;
}

.lfr-ddm-field-group {
  margin-bottom: 16px !important;
}

#heading .lfr-ddm-field-group {
  margin-bottom: 0px !important;
}
#heading #search #p_p_id_com_liferay_portal_search_web_portlet_SearchPortlet_ {
  margin-bottom: -69px;
}
#heading #logo-wrapper {
  margin-top: -2px;
}

@media (min-width: 750px) {
  #heading {
    width: 750px;
  }
  #heading #menu-wrapper {
    width: 10%;
  }
  #heading #logo-wrapper {
    width: 75%;
  }
  #heading #logo {
    width: 90%;
  }
  #heading #search {
    margin-left: 50%;
  }
}
@media (min-width: 970px) {
  #heading {
    width: 970px;
  }
  #heading #menu-wrapper {
    width: 10%;
  }
  #heading #logo-wrapper {
    width: 78%;
  }
  #heading #logo {
    width: 90%;
  }
  #heading #search {
    margin-left: 58%;
  }
}
@media (min-width: 1170px) {
  #heading {
    width: 1170px;
  }
  #heading #menu-wrapper {
    width: 10%;
  }
  #heading #logo-wrapper {
    width: 80%;
  }
  #heading #logo {
    width: 90%;
  }
  #heading #search {
    margin-left: 70%;
  }
}
@media (max-width: 480px) {
  #heading #menu-wrapper {
    width: 10%;
  }
  #heading #logo-wrapper {
    width: 63%;
  }
  #heading .form-control {
    margin-right: -140px;
  }
  #heading #search {
    margin-left: 42%;
  }
  #logo {
    width: 90%;
  }
  #keycopterneo #banner #heading div.site-title-container div.site-title a img {
    width: 340%;
  }
  #keycopterneo #banner #heading div.site-title-container div.site-title {
    width: 50px;
  }
}
@media (min-width: 481px) and (max-width: 750px) {
  #heading #menu-wrapper {
    width: 10%;
  }
  #heading #logo-wrapper {
    width: 63%;
  }
  #heading #logo {
    width: 90%;
  }
  #heading .form-control {
    margin-right: -105px;
  }
  #heading #search {
    margin-left: 25%;
  }
}
@media (min-width: 750px) and (max-width: 1610px) {
  #heading {
    width: auto;
  }
}
@media (min-width: 1600px) {
  #heading {
    width: 1600px;
  }
}
.portlet-forms .lfr-ddm-form-page-title {
  margin-bottom: 24px !important;
  margin-top: -3px !important;
  margin-left: 7px !important;
  margin-right: 7px !important;
  font-family: Arial, sans-serif !important;
  font-size: 19px !important;
  color: #0f2e6a !important;
}
.portlet-forms .ddl-form-name {
  font-size: 48px !important;
  word-break: break-all !important;
  padding: 48px 0 24px 0 !important;
  font-family: Arial, sans-serif !important;
  margin-left: -15px !important;
}
.portlet-forms .required-warning {
  display: block !important;
  font-weight: inherit !important;
  margin-top: -17px !important;
  text-align: left !important;
  bottom: 0px !important;
  position: absolute !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.portlet-forms .ddl-form-builder-app {
  background-color: #FFFFFF !important;
}
.portlet-forms .liferay-ddm-form-field-text {
  margin-left: -7px !important;
  margin-right: -7px !important;
  margin-bottom: 24px !important;
}
.portlet-forms .liferay-ddm-form-field-text .control-label {
  color: #0f2e6a !important;
  font-size: 16px !important;
  font-family: Arial, sans-serif !important;
}
.portlet-forms .lfr-ddm-form-field-container {
  padding: 0 0 0 0 !important;
}
.portlet-forms .liferay-ddm-form-field-paragraph {
  margin-left: -7px !important;
  margin-right: -7px !important;
  margin-bottom: 24px !important;
}
.portlet-forms .liferay-ddm-form-field-paragraph p {
  margin: 4px 0 0 0 !important;
  color: #0f2e6a !important;
  font-size: 15px !important;
  font-family: Arial, sans-serif !important;
}
.portlet-forms .liferay-ddm-form-field-paragraph .control-label {
  color: #0f2e6a !important;
  font-size: 16px !important;
  font-family: Arial, sans-serif !important;
}
.portlet-forms .text-warning {
  color: #0f2e6a !important;
  font-size: 7px !important;
  top: -7px !important;
  position: relative !important;
}
.portlet-forms .form-control {
  border-bottom-color: #0f2e6a !important;
  border-left-color: #FFFFFF !important;
  border-right-color: #FFFFFF !important;
  border-top: none !important;
  border-left: none !important;
  display: block !important;
  width: 100% !important;
  height: 40px;
  padding: 4px 0px !important;
  line-height: 1.42857 !important;
  color: #148aae !important;
  font-size: 20px !important;
  font-family: Arial, sans-serif !important;
  background-color: #FFFFFF !important;
  background-image: none !important;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
}
.portlet-forms .input-text-wrapper .control-label {
  color: #0f2e6a !important;
  font-size: 16px !important;
  font-family: Arial, sans-serif !important;
}
.portlet-forms .taglib-captcha {
  margin: 0px 7px 40px 7px !important;
}
.portlet-forms .lfr-ddm-form-page .required-warning {
  color: #bbbbbb !important;
  font-size: 12px !important;
  font-family: Arial, sans-serif !important;
}
.portlet-forms .lfr-ddm-form-page .required-warning .text-warning {
  color: #bbbbbb !important;
}
.portlet-forms .lfr-ddm-form-submit {
  margin: auto !important;
  display: block !important;
  float: none !important;
  width: 160px !important;
  border-radius: 50px !important;
  text-transform: uppercase !important;
  margin-bottom: 72px !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  color: #FFFFFF !important;
}
.portlet-forms .form-group {
  color: #0f2e6a !important;
  font-size: 16px !important;
  font-family: Arial, sans-serif !important;
  margin: 0px -7px 24px -7px !important;
}
.portlet-forms .ddl-form-description {
  line-height: 24px !important;
  word-break: break-all !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-top: 24px !important;
  color: #0f2e6a !important;
  font-size: 15px !important;
  font-family: Arial, sans-serif !important;
  background-color: #FFF !important;
  margin: 0 -15px !important;
}
.portlet-forms .liferay-ddm-form-field-checkbox {
  margin: -24px -7px 24px -7px !important;
}
.portlet-forms .btn-primary {
  background-color: #0085ad !important;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

#keycopterneo {
  background-color: #0D345F;
}
#keycopterneo .social-media-container-bottom {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1350px) {
  #keycopterneo .social-media-container-bottom .social-media-links {
    display: none !important;
  }
  #keycopterneo #copyright-navigation #copyright-menu .airbus-icon {
    display: none !important;
  }
  #keycopterneo .footer-top {
    display: flex;
  }
  #keycopterneo .footer-top-left {
    display: flex;
    margin: 48px 0 0 48px;
  }
  #keycopterneo .footer-top-left .social-media-links {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  #keycopterneo .footer-top-left .social-media-links .social-media-link {
    font-size: 1rem;
    min-width: 25px;
    max-width: 25px;
    aspect-ratio: 1/1;
    font-size: 24px;
  }
}
@media (max-width: 1351px) {
  #keycopterneo .copyright-info {
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #keycopterneo .social-media-container-bottom .social-media-links {
    display: flex;
    min-height: 45px;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
  }
  #keycopterneo .footer-top {
    display: contents;
  }
  #keycopterneo .footer-top-left {
    display: none;
  }
}
#keycopterneo .airbus-footer-title-wrapper {
  padding-right: 0px;
}
#keycopterneo .airbus-footer-title-wrapper .airbus-footer-title {
  color: #FFFFFF;
  font-family: Arial, sans-serif !important;
  font-size: 24px;
  /* 			margin-top: 20px; */
  /*     		margin-bottom: 10px */
}
#keycopterneo .airbus-social-media-wrapper {
  padding: 20px 0px 50px;
}
#keycopterneo .airbus-social-media-wrapper div {
  margin-bottom: 15px;
}
#keycopterneo .airbus-country-group-wrapper {
  /*padding: 20px 0px 50px;*/
  padding-bottom: 50px;
  padding-top: 20px;
}
#keycopterneo .airbus-footer-subtitle {
  color: #FFFFFF;
  font-family: Arial, sans-serif !important;
  font-size: 16px;
  padding-bottom: 16px;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 1350px) {
  #keycopterneo #footerPublic ul.flex-ul {
    display: block !important;
  }
}
#keycopterneo .flex-ul {
  display: flex;
  line-height: 45px;
  flex-wrap: wrap;
}
#keycopterneo .flex {
  display: flex;
}
#keycopterneo .flex-end {
  justify-content: flex-end;
}
#keycopterneo .separator {
  width: 98%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  left: 0;
  right: 0;
}
#keycopterneo .customerCenter {
  width: 75%;
  margin: auto;
}
#keycopterneo .line-height-55 {
  line-height: 55px;
}
#keycopterneo div#subtitlecolumn2, #keycopterneo div#subtitlecolumn4 {
  margin-bottom: 16px;
}
@media (max-width: 1350px) {
  #keycopterneo .social-media-links {
    text-align: center !important;
    min-width: 100% !important;
  }
  #keycopterneo .flex-ul {
    display: block;
    min-width: 100%;
    text-align: center;
  }
}
#keycopterneo .airbus-footer-links a {
  color: #86A9C9;
  font-family: Arial, sans-serif !important;
  font-size: 16px !important;
}
#keycopterneo .airbus-footer-links span.social-media-link {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  /*font-size: 22px;*/
  font-size: 35px;
  color: #FFFFFF;
  margin-right: 10px;
}
#keycopterneo .airbus-footer-links span.social-media-link:before {
  top: 5px;
  position: relative;
}
#keycopterneo .airbus-footer-links a:hover,
#keycopterneo .airbus-footer-links a:active,
#keycopterneo .airbus-footer-links a:focus {
  text-decoration: none;
  color: #FFFFFF;
}
@media (max-width: 1350px) {
  #keycopterneo #copyright-navigation {
    flex-direction: column;
    justify-content: center;
  }
  #keycopterneo #copyright-navigation #copyright-menu {
    text-align: center;
    display: block;
  }
  #keycopterneo #copyright-navigation li {
    display: block !important;
  }
}
#keycopterneo #copyright-navigation #copyright-menu li {
  display: inline;
}
#keycopterneo #copyright-navigation #copyright-menu .copyright-info {
  color: #FFFFFF;
}
#keycopterneo #copyright-navigation #copyright-menu li.copyright-page a, #keycopterneo #copyright-navigation #copyright-menu li.copyright-page.btn-cookie-settings {
  color: #86A9C9;
  font-family: Arial, sans-serif !important;
  font-size: 16px !important;
  cursor: pointer;
}
#keycopterneo #copyright-navigation #copyright-menu li.copyright-page a:hover, #keycopterneo #copyright-navigation #copyright-menu li.copyright-page.btn-cookie-settings:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#keycopterneo #copyright-navigation #copyright-logo {
  margin: 0px;
  padding: 0px;
}
#keycopterneo #footerPublic {
  justify-content: space-between;
  width: 100%;
  background-color: #0e284c;
  padding: 20px 0px;
}
#keycopterneo .sticky {
  margin-top: 7px !important;
}

@media (max-width: 480px) {
  #copyright-menu {
    text-align: left;
    padding-left: 0px;
    margin-bottom: 20px;
  }
  #copyright-menu li.copyright-page a, #copyright-menu li.copyright-page.btn-cookie-settings {
    margin-left: 15px;
  }
  #copyright-logo {
    text-align: right;
    padding-right: 30px !important;
  }
  .copyright-info {
    display: none !important;
  }
  .container-cookie-show {
    margin-bottom: 54px;
  }
  .container-cookie-hide {
    margin-bottom: 0px;
  }
}
@media (min-width: 480px) {
  .airbus-social-media-wrapper {
    padding: 20px 0px;
    margin-top: 20px;
  }
  .airbus-social-media-wrapper div {
    margin-bottom: 32px;
  }
  .cc-cookies .cc-cookies-wrapper {
    padding: 5px 0;
  }
  .cc-cookies .cc-cookies-wrapper .cc-cookie-text {
    top: 0;
  }
  .cc-cookies .cc-cookie-hide {
    position: absolute;
    top: 1rem;
  }
  .airbus-country-group-wrapper {
    margin-top: 20px;
  }
  .container-cookie-show {
    margin-bottom: 54px !important;
  }
  .container-cookie-hide {
    margin-bottom: 0px !important;
  }
  #copyright-logo {
    text-align: right;
    padding-right: 30px !important;
  }
}
@media (min-width: 750px) {
  .airbus-social-media-wrapper {
    padding: 20px 0px;
    margin-top: 20px;
  }
  .airbus-social-media-wrapper div {
    margin-bottom: 40px;
  }
  .airbus-country-group-wrapper {
    margin-top: 20px;
  }
  .cc-cookies .cc-cookies-wrapper {
    padding: 5px 0px;
  }
  .cc-cookies .cc-cookies-wrapper .cc-cookie-text {
    top: 0;
  }
  .cc-cookies .cc-cookie-hide {
    position: absolute;
    top: 1rem;
  }
  #copyright-menu li.copyright-page a, #copyright-menu li.copyright-page.btn-cookie-settings {
    margin-left: 15px;
  }
  #copyright-logo {
    text-align: right;
    padding-right: 30px !important;
  }
  .container-cookie-show {
    margin-bottom: 42px !important;
  }
  .container-cookie-hide {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 969px) {
  .airbus-footer-right,
  .airbus-footer-title {
    display: none;
  }
}
@media (min-width: 970px) {
  .cc-cookies .cc-cookies-wrapper {
    margin: 0 auto;
    padding: 5px 0px;
  }
  .cc-cookies .cc-cookies-wrapper div {
    padding: 0px;
  }
  .cc-cookies .cc-cookie-hide {
    position: absolute;
    top: 1rem;
  }
  .airbus-footer-title {
    margin-top: 50px;
    margin-left: 14px;
  }
  .airbus-footer-right {
    display: inline-block;
  }
  .airbus-social-media-wrapper {
    margin-top: 30px;
  }
  .airbus-social-media-wrapper div {
    margin-bottom: 24px;
  }
  .airbus-country-group-wrapper {
    margin-top: 30px;
  }
  #copyright-menu li.copyright-page a, #copyright-menu li.copyright-page.btn-cookie-settings {
    margin-left: 15px;
  }
  .container-cookie-show {
    margin-bottom: 25px !important;
  }
  .container-cookie-hide {
    margin-bottom: 0px !important;
  }
  #copyright-logo {
    padding-right: 10px !important;
  }
}
@media (min-width: 1170px) {
  .cc-cookies .cc-cookies-wrapper {
    margin: 0 auto;
    padding: 5px 0px;
  }
  .cc-cookies .cc-cookies-wrapper div {
    padding: 0px;
  }
  .cc-cookies .cc-cookie-hide {
    position: absolute;
    top: 1rem;
  }
  .airbus-footer-title {
    margin-top: 48px;
    margin-left: 14px;
  }
  .airbus-social-media-wrapper {
    margin-top: 28px;
  }
  .airbus-social-media-wrapper div {
    margin-bottom: 24px;
  }
  .airbus-country-group-wrapper {
    margin-top: 28px;
  }
  .container-cookie-show {
    margin-bottom: 25px !important;
  }
  .container-cookie-hide {
    margin-bottom: 0px !important;
  }
  #copyright-navigation #copyright-menu li {
    display: inline-block;
  }
}
#keycopterneo .portlet-title-text {
  display: none;
}
#keycopterneo .portlet {
  margin-bottom: 0px;
}
#keycopterneo .portlet > .portlet-topper {
  z-index: 1000;
}
#keycopterneo .cc-cookies {
  padding: 1rem;
}

body.signed-in .portlet-column-content.empty {
  padding: 50px;
  border: 1px solid rgba(231, 231, 231, 0.1019607843) !important;
}

body.signed-out .portlet-column-content.empty {
  padding: 0px;
  border: none !important;
}

#portlet_new-password {
  padding-top: 260px;
}

#keycopterneo .carousel-3-quarters {
  background-color: white;
  box-sizing: border-box;
  overflow: hidden;
}
#keycopterneo .carousel-3-quarters .owl-dots {
  display: none;
}
#keycopterneo .carousel-3-quarters .my-carousel-nav {
  bottom: 0;
  padding: 16px !important;
  top: auto;
  position: absolute;
  display: block;
}
#keycopterneo .carousel-3-quarters .my-carousel-nav button {
  float: left;
  margin: 0 8px 0 0;
  outline: none;
}
#keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item {
  overflow: hidden;
  position: relative;
}
#keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper {
  box-sizing: border-box;
  height: 100%;
}
#keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper figure img {
  vertical-align: middle;
  width: 100%;
}
#keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper h2 {
  margin: 0px;
  padding: 16px;
  font-family: Arial, sans-serif !important;
  font-size: 18px;
  color: #09274d;
  font-weight: 400;
  box-sizing: border-box;
}
#keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper h3 {
  margin: 0px;
  padding: 16px;
  padding-top: 0px;
  font-family: Arial, sans-serif !important;
  font-size: 16px;
  color: #09274d;
  box-sizing: border-box;
}
#keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper .airbus-common-button a {
  outline: none;
}

@media (min-width: 480px) {
  #keycopterneo .carousel-3-quarters {
    margin: 0 auto;
    width: 420px;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items {
    height: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .owl-stage-outer {
    height: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .owl-stage-outer .owl-stage {
    height: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item {
    height: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper {
    height: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper figure {
    float: none;
    width: 100%;
    margin: 0px;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper figure img {
    height: 100%;
    width: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper h2 {
    font-size: 14px;
    margin-bottom: 65px;
    height: 70px;
    max-height: 70px;
    overflow: hidden;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper h3 {
    display: none;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper .airbus-common-button {
    bottom: 9px;
    left: 120px;
    position: absolute;
    margin-bottom: 7px;
    margin-left: 25px;
    display: inline-flex;
    height: 44px;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper .airbus-common-button a {
    padding-top: 14px;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-nav {
    width: auto;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-nav .airbus-nav-previous, #keycopterneo .carousel-3-quarters .my-carousel-nav .airbus-nav-next {
    border-radius: 100%;
    height: 44px;
    width: 44px;
    margin-right: 24px;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-nav .airbus-nav-next, #keycopterneo .carousel-3-quarters .my-carousel-nav .airbus-nav-previous, #keycopterneo .carousel-3-quarters .my-carousel-nav .airbus-nav-next:hover, #keycopterneo .carousel-3-quarters .my-carousel-nav .airbus-nav-previous:hover {
    background-size: 44px;
  }
}
@media (min-width: 750px) {
  #keycopterneo .carousel-3-quarters {
    width: 330px;
    height: 308px;
    margin-left: 15px;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items {
    height: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .owl-stage-outer {
    height: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .owl-stage-outer .owl-stage {
    height: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item {
    height: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper {
    height: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper figure {
    float: none;
    width: 100%;
    margin: 0px;
    height: 185.217px;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper figure img {
    height: 100%;
    width: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper h2 {
    font-size: 16px;
    max-height: 70px;
    overflow: hidden;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper h3 {
    display: none;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper .airbus-common-button {
    bottom: 16px;
    left: 200px;
    position: absolute;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
    height: 32px;
    line-height: 32px;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper .airbus-common-button a {
    padding-top: 6px;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-nav {
    left: 16px;
    width: auto;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-nav .airbus-nav-previous, #keycopterneo .carousel-3-quarters .my-carousel-nav .airbus-nav-next {
    border-radius: 100%;
    height: 32px;
    width: 32px;
    margin-right: 10px;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-nav .airbus-nav-next, #keycopterneo .carousel-3-quarters .my-carousel-nav .airbus-nav-previous, #keycopterneo .carousel-3-quarters .my-carousel-nav .airbus-nav-next:hover, #keycopterneo .carousel-3-quarters .my-carousel-nav .airbus-nav-previous:hover {
    background-size: 32px;
  }
}
@media (min-width: 970px) {
  #keycopterneo .carousel-3-quarters {
    height: 245px;
    width: 675px;
    margin-left: 0px;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items {
    height: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item {
    height: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper {
    height: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper figure {
    float: right;
    height: 100%;
    margin: 0 0 0 15px;
    width: 65.5%;
    max-height: 245px;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper figure img {
    height: auto;
    width: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper h2 {
    font-size: 18px;
    margin-bottom: 16px;
    padding-bottom: 0px;
    overflow: hidden;
    height: 56px;
    max-height: 56px;
    overflow: hidden;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper h3 {
    display: block;
    max-height: 108px;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper .airbus-common-button {
    bottom: 16px;
    left: 110px;
    position: absolute;
    margin-bottom: 0px;
    margin-left: -9px;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-nav {
    left: 0px;
    width: 670px;
  }
}
@media (min-width: 1170px) {
  #keycopterneo .carousel-3-quarters {
    width: 824px;
    height: 305px;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items {
    height: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item {
    height: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper {
    height: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper figure {
    max-height: 305px;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper figure img {
    height: auto;
    width: 100%;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper h2 {
    height: 73px;
    max-height: 73px;
    overflow: hidden;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper h3 {
    max-height: 162px;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-items .my-carousel-item .my-carousel-item-wrapper .airbus-common-button {
    bottom: 16px;
    left: 0px;
    position: absolute;
    margin-bottom: 0px;
    margin-left: 150px;
  }
  #keycopterneo .carousel-3-quarters .my-carousel-nav {
    width: 824px;
  }
}
#keycopterneo .carousel-full {
  box-sizing: border-box;
  width: 100%;
}
#keycopterneo .carousel-full .my-carousel-nav {
  bottom: auto;
  left: 0;
  padding: 0 !important;
  position: absolute;
  display: block;
  margin: 0px 0px 24px 30px;
}
#keycopterneo .carousel-full .my-carousel-nav .airbus-nav-previous {
  background: url("../images/arrow-white-left.png");
  background-size: 32px;
}
#keycopterneo .carousel-full .my-carousel-nav .airbus-nav-previous:hover {
  background: url("../images/arrow-lightblue-left.png");
  background-size: 32px;
}
#keycopterneo .carousel-full .my-carousel-nav .airbus-nav-next {
  background: url("../images/arrow-white-right.png");
  background-size: 32px;
}
#keycopterneo .carousel-full .my-carousel-nav .airbus-nav-next:hover {
  background: url("../images/arrow-lightblue-right.png");
  background-size: 32px;
}
#keycopterneo .carousel-full .my-carousel-nav button {
  border-color: #FFFFFF !important;
  float: left;
  margin: 0 8px 0 0;
  outline: none;
}
#keycopterneo .carousel-full .my-carousel-nav button:hover {
  background-color: #FFFFFF !important;
}
#keycopterneo .carousel-full .my-carousel-items {
  position: relative;
  width: 100%;
  z-index: 1;
}
#keycopterneo .carousel-full .my-carousel-items .owl-dots {
  bottom: 0px;
  margin: 0 auto;
  position: absolute;
  width: 100%;
}
#keycopterneo .carousel-full .my-carousel-items .owl-dots .owl-dot span {
  background-color: transparent;
  border: solid 1px #FFFFFF;
  margin: 8px 8px 16px 8px;
  width: 16px;
  height: 16px;
}
#keycopterneo .carousel-full .my-carousel-items .owl-dots .owl-dot.active span {
  background-color: white;
  border: solid 1px #FFFFFF;
}
#keycopterneo .carousel-full .my-carousel-items .my-carousel-item {
  overflow: hidden;
  position: relative;
}
#keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-bg {
  position: relative;
  opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-bg .my-carousel-mask-carousel {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
#keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-bg img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
#keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg {
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg h1 {
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 24px;
  padding-bottom: 48px;
}
#keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg h1 strong {
  display: block;
  font-family: Arial, sans-serif;
  padding-bottom: 24px;
  font-size: 37px;
  color: #FFFFFF;
}
#keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg h1 span {
  font-family: Arial, sans-serif;
  font-size: 32px;
  color: #FFFFFF;
}
#keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg .my-carousel-item-nav {
  top: 171px;
  left: 112px;
  position: absolute;
  width: 100%;
}
#keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg .my-carousel-item-nav .airbus-common-button {
  display: block;
  margin: 0px 0px 24px 16px;
}
#keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg .my-carousel-item-nav .airbus-common-button a {
  color: #0d5881 !important;
  background: #FFFFFF;
}
#keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg .my-carousel-item-nav .airbus-common-button a:hover {
  background-color: #FFFFFF !important;
  color: #0d5881 !important;
}
#keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg .my-carousel-item-nav .airbus-common-button a:hover:before {
  background: url(../images/arrow-lightblue-right.png) no-repeat right;
}
#keycopterneo .carousel-full .my-carousel-items .my-carousel-item .relative {
  position: relative;
  padding-top: 1px;
  background-color: rgba(0, 6, 23, 0.5);
}

@media (min-width: 480px) and (max-width: 749px) {
  body.signed-in.controls-visible .carousel-full .my-carousel-nav {
    top: 90px !important;
  }
  body.signed-in.controls-hidden .carousel-full .my-carousel-nav {
    top: 58px !important;
  }
}
@media (min-width: 480px) {
  #keycopterneo .carousel-full .my-carousel-nav {
    top: 60px;
  }
  #keycopterneo .carousel-full .my-carousel-nav .airbus-nav-next, #keycopterneo .carousel-full .my-carousel-nav .airbus-nav-previous, #keycopterneo .carousel-full .my-carousel-nav .airbus-nav-next:hover, #keycopterneo .carousel-full .my-carousel-nav .airbus-nav-previous:hover {
    background-size: 44px;
  }
  #keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg h1 strong {
    font-size: 24px;
    max-height: 30px;
    overflow: hidden;
  }
  #keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg h1 span {
    display: none;
  }
  #keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg .my-carousel-item-nav .airbus-common-button {
    top: -106px;
    display: inline-flex;
    height: 44px;
    margin-top: -4px;
    margin-left: 60px;
  }
  #keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg .my-carousel-item-nav .airbus-common-button a {
    padding-top: 14px;
  }
  #keycopterneo .carousel-full .my-carousel-items .my-carousel-item .relative {
    min-height: 118px;
  }
  #keycopterneo .carousel-full .my-carousel-nav .airbus-nav-previous, #keycopterneo .carousel-full .my-carousel-nav .airbus-nav-next {
    border-radius: 100%;
    height: 44px;
    width: 44px;
    margin-right: 24px;
  }
}
@media (min-width: 750px) {
  #keycopterneo .carousel-full .my-carousel-nav {
    top: 132px;
  }
  #keycopterneo .carousel-full .my-carousel-nav .airbus-nav-next, #keycopterneo .carousel-full .my-carousel-nav .airbus-nav-previous, #keycopterneo .carousel-full .my-carousel-nav .airbus-nav-next:hover, #keycopterneo .carousel-full .my-carousel-nav .airbus-nav-previous:hover {
    background-size: 32px;
  }
  #keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg h1 strong {
    font-size: 28px;
    max-height: 60px;
    overflow: hidden;
  }
  #keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg h1 span {
    display: inline-block;
    font-size: 18px;
    max-height: 45px;
  }
  #keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg .my-carousel-item-nav .airbus-common-button {
    top: -30px;
    display: block;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
  }
  #keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg .my-carousel-item-nav .airbus-common-button a {
    padding-top: 6px;
  }
  #keycopterneo .carousel-full .my-carousel-items .my-carousel-item .relative {
    min-height: 190px;
  }
  #keycopterneo .carousel-full .my-carousel-nav .airbus-nav-previous, #keycopterneo .carousel-full .my-carousel-nav .airbus-nav-next {
    border-radius: 100%;
    height: 32px;
    width: 32px;
    margin-right: 10px;
  }
}
@media (min-width: 970px) {
  #keycopterneo .carousel-full .my-carousel-nav {
    top: 195px;
  }
  #keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg h1 strong {
    font-size: 37px;
    max-height: 85px;
    overflow: hidden;
  }
  #keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg h1 span {
    display: inline-block;
    font-size: 32px;
    max-height: 75px;
    overflow: hidden;
  }
  #keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg .my-carousel-item-nav .airbus-common-button {
    top: 33px;
  }
  #keycopterneo .carousel-full .my-carousel-items .my-carousel-item .relative {
    min-height: 259px;
  }
}
@media (min-width: 1170px) {
  #keycopterneo .carousel-full {
    height: 628px;
    overflow: hidden;
  }
  #keycopterneo .carousel-full .owl-stage-outer {
    height: 644px;
  }
  #keycopterneo .carousel-full .my-carousel-nav {
    top: 180px;
  }
  #keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg h1 strong {
    font-size: 37px;
    max-height: 45px;
    overflow: hidden;
  }
  #keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg h1 span {
    display: inline-block;
    font-size: 32px;
    max-height: 75px;
  }
  #keycopterneo .carousel-full .my-carousel-items .my-carousel-item .my-carousel-item-fg .my-carousel-item-nav .airbus-common-button {
    top: 18px;
  }
  #keycopterneo .carousel-full .my-carousel-items .my-carousel-item .relative {
    min-height: 239px;
  }
}
section.section-features-grid-circle {
  background-color: #f4f6f8;
  padding: 50px 100px;
  text-align: center;
  color: #7f8795;
  overflow: hidden;
}
section.section-features-grid-circle h1 {
  line-height: 2;
}
section.section-features-grid-circle p {
  padding-left: 18px;
  padding-right: 18px;
}
section.section-features-grid-circle i {
  border-color: #ffffff;
  border-width: 0px;
  background-color: #ffffff;
  height: 124px;
  width: 124px;
  line-height: 124px;
  border-radius: 50%;
  color: #00aec7;
  font-size: 62px;
  position: relative;
}
section.section-features-grid-circle .hover-area:hover i {
  transform: scale(0.9);
}
section.section-features-grid-circle .hover-area:hover i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  content: "";
  opacity: 0;
  display: inline-block;
  animation: sonarEffect 1.3s ease-out 75ms;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
section.section-text-left-img-right {
  background-color: #fff;
  padding: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}
section.section-text-left-img-right h1 {
  font-weight: 400;
  line-height: 1.16 !important;
  color: #515b69;
  font-size: 42px;
  padding-bottom: 10px;
}
section.section-text-left-img-right h3 {
  color: #84bd00;
  font-weight: 400;
  margin-bottom: 25px;
}
section.section-text-left-img-right p {
  color: #7f8795;
}

section.section-list-images-no-margin a {
  height: 300px;
  display: block;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
}
section.section-list-images-no-margin a.overlay:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(112, 112, 112, 0);
  background: -moz-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 38%, rgba(10, 29, 56, 0.77) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112, 112, 112, 0)), color-stop(0%, rgba(112, 112, 112, 0)), color-stop(38%, rgba(73, 80, 91, 0)), color-stop(100%, rgba(10, 29, 56, 0.77)));
  background: -webkit-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 38%, rgba(10, 29, 56, 0.77) 100%);
  background: -o-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 38%, rgba(10, 29, 56, 0.77) 100%);
  background: -ms-linear-gradient(top, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 38%, rgba(10, 29, 56, 0.77) 100%);
  background: linear-gradient(to bottom, rgba(112, 112, 112, 0) 0%, rgba(112, 112, 112, 0) 0%, rgba(73, 80, 91, 0) 38%, rgba(10, 29, 56, 0.77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#707070", endColorstr="#0a1d38", GradientType=0 );
}
section.section-list-images-no-margin a > div {
  line-height: 1.16;
  color: white;
  position: absolute;
  bottom: 20px;
  padding-left: 15px;
  z-index: 5;
}
section.section-list-images-no-margin a > div h1 {
  font-size: 25px;
  text-shadow: 1px 1px 6px rgba(51, 51, 51, 0.48);
  padding-bottom: 10px;
  font-weight: bold;
}
section.section-list-images-no-margin a > div p {
  font-size: 16px;
}

section.section-carousel {
  height: 427px;
}
section.section-carousel .item {
  height: 427px;
  overflow: hidden;
  width: 100%;
}
section.section-carousel .item img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); /* Safari and Chrome */
  -moz-transform: translate(-50%, -50%); /* Firefox */
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -o-transform: translate(-50%, -50%); /* Opera */
}
section.section-carousel .carousel-control:hover, section.section-carousel .carousel-control:focus {
  opacity: 0.5 !important;
}

/** List of managed colors depending on icons **/
/** MAP : KEY VALUE  **/
section.section-features-grid-box {
  background-color: #fff;
  padding: 30px 30px;
  text-align: center;
  color: #7f8795;
  /* flip the pane when hovered */
  /* hide right side */
  /* flip speed goes here */
  /* hide back of pane during swap */
}
section.section-features-grid-box h1 {
  margin: 0;
}
section.section-features-grid-box i {
  font-size: 60px;
}
section.section-features-grid-box .flip-container:hover .flipper, section.section-features-grid-box .flip-container.hover .flipper {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg); /* Safari and Chrome */
  -moz-transform: rotateY(180deg); /* Firefox */
  -ms-transform: rotateY(180deg); /* IE 9 */
  -o-transform: rotateY(180deg); /* Opera */
}
section.section-features-grid-box .flip-container:hover .front, section.section-features-grid-box .flip-container .back {
  -ms-transition: visibility 0s linear 0.17s;
  visibility: hidden;
}
section.section-features-grid-box .flip-container:hover .back, section.section-features-grid-box .flip-container .front {
  -ms-transition: visibility 0s linear 0.17s;
  visibility: visible;
}
section.section-features-grid-box .flip-container {
  display: flex;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: rgb(116, 116, 116);
  margin-bottom: 15px;
  margin-top: 15px;
  min-height: 171px;
  overflow: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
}
section.section-features-grid-box .flipper {
  transition: 0.3s;
  -webkit-transition: 0.3s; /* Safari and Chrome */
  -moz-transition: 0.3s; /* Firefox */
  -o-transition: 0.3s; /* Opera */
  -ms-transition: 0.3s; /* IE 9 */
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; /* Safari and Chrome */
  -moz-transform-style: preserve-3d; /* Firefox */
  -ms-transform-style: preserve-3d; /* IE 9 */
  -o-transform-style: preserve-3d; /* Opera */
  backface-visibility: visible;
  -webkit-backface-visibility: visible; /* Safari and Chrome */
  -moz-backface-visibility: visible; /* Firefox */
  -o-backface-visibility: visible; /* Opera */
  -ms-backface-visibility: visible; /* IE 9 */
  position: relative;
  width: 100%;
  /* front pane, placed above back */
  /* back, initially hidden pane */
  /** Loop into available colors  **/
}
section.section-features-grid-box .flipper .front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg); /* Safari and Chrome */
  -moz-transform: rotateY(0deg); /* Firefox */
  -ms-transform: rotateY(0deg); /* IE 9 */
  -o-transform: rotateY(0deg); /* Opera */
  background: rgb(246, 246, 246);
}
section.section-features-grid-box .flipper .back {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg); /* Safari and Chrome */
  -moz-transform: rotateY(-180deg); /* Firefox */
  -ms-transform: rotateY(-180deg); /* IE 9 */
  -o-transform: rotateY(-180deg); /* Opera */
  color: #747474;
  background: #f6f6f6;
}
section.section-features-grid-box .flipper.history .back {
  background: rgb(254, 80, 0);
  color: #fff;
}
section.section-features-grid-box .flipper.history .fa-history {
  color: rgb(254, 80, 0);
}
section.section-features-grid-box .flipper.lock .back {
  background: rgb(165, 24, 144);
  color: #fff;
}
section.section-features-grid-box .flipper.lock .fa-lock {
  color: rgb(165, 24, 144);
}
section.section-features-grid-box .flipper.plane-green .back {
  background: rgb(225, 224, 0);
  color: #fff;
}
section.section-features-grid-box .flipper.plane-green .fa-plane-green {
  color: rgb(225, 224, 0);
}
section.section-features-grid-box .flipper.users .back {
  background: rgb(0, 32, 91);
  color: #fff;
}
section.section-features-grid-box .flipper.users .fa-users {
  color: rgb(0, 32, 91);
}
section.section-features-grid-box .flipper.clock-o .back {
  background: rgb(0, 174, 199);
  color: #fff;
}
section.section-features-grid-box .flipper.clock-o .fa-clock-o {
  color: rgb(0, 174, 199);
}
section.section-features-grid-box .flipper.envira .back {
  background: rgb(160, 206, 78);
  color: #fff;
}
section.section-features-grid-box .flipper.envira .fa-envira {
  color: rgb(160, 206, 78);
}
section.section-features-grid-box .front, section.section-features-grid-box .back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; /* Safari and Chrome */
  -moz-backface-visibility: hidden; /* Firefox */
  -o-backface-visibility: hidden; /* Opera */
  -ms-backface-visibility: visible; /* IE 9 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
}
section.section-features-grid-box .flip-content {
  margin: auto;
}

/** Custom icons **/
.ic.ic-plane-green {
  display: inline-block;
  background: url(/o/public-theme/images/icons/plane-green.svg) no-repeat;
  vertical-align: middle;
  background-size: 60px;
  height: 60px;
  width: 60px;
}

/* .card {
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    margin:80px 150px;
    width:320px;
    height:243px;
    vertical-align: top;
    position:absolute;
    display:block;
    font-size:25px;
    font-weight:bold;
} */
.card .content {
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  /* content backface is visible so that static content still appears */
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  border: 1px solid grey;
  border-radius: 15px;
  position: relative;
  width: 100%;
  height: 100%;
}

.card.applyflip .content {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.card .content .cardFront {
  background-color: skyblue;
  color: tomato;
}

.card .content .cardBack {
  background-color: tomato;
  color: skyblue;
}

.card .content .cardFront, .card .content .cardBack {
  /* Backface visibility works great for all but IE. As such, we mark the backface visible in IE and manage visibility ourselves */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 200px;
  border-radius: 14px;
}

.card .content .cardFront, .card.applyflip .content .cardFront {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
}

.card .content .cardBack, .card.applyflip .content .cardBack {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
}

.card .content .cardFront, .card.applyflip .content .cardBack {
  /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: visible;
}

.card.applyflip .content .cardFront, .card .content .cardBack {
  /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: hidden;
}

@keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-webkit-keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-moz-keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-o-keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-ms-keyframes donothing {}
/*section .section-content {
    display: block;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-size: cover;
    height: inherit;

    .media-full {
        width: 100%;
    }

    h1 {
        text-shadow: 1px 1px 6px rgba(51, 51, 51, 0.48);
    }

    &.overlay:after {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        content: "";

        background: rgba(112,112,112,0);
        background: -moz-linear-gradient(top, rgba(112,112,112,0) 0%, rgba(112,112,112,0) 0%, rgba(73,80,91,0) 38%, rgba(10,29,56,0.77) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112,112,112,0)), color-stop(0%, rgba(112,112,112,0)), color-stop(38%, rgba(73,80,91,0)), color-stop(100%, rgba(10,29,56,0.77)));
        background: -webkit-linear-gradient(top, rgba(112,112,112,0) 0%, rgba(112,112,112,0) 0%, rgba(73,80,91,0) 38%, rgba(10,29,56,0.77) 100%);
        background: -o-linear-gradient(top, rgba(112,112,112,0) 0%, rgba(112,112,112,0) 0%, rgba(73,80,91,0) 38%, rgba(10,29,56,0.77) 100%);
        background: -ms-linear-gradient(top, rgba(112,112,112,0) 0%, rgba(112,112,112,0) 0%, rgba(73,80,91,0) 38%, rgba(10,29,56,0.77) 100%);
        background: linear-gradient(to bottom, rgba(112,112,112,0) 0%, rgba(112,112,112,0) 0%, rgba(73,80,91,0) 38%, rgba(10,29,56,0.77) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#0a1d38', GradientType=0 );
    }

    >div {
        height: 100%;
        border-left: solid 1.5px rgba(255, 255, 255, 0.6);
        left: 50px;
        position: absolute;
        width: 85%;

       &.video-text{
            top: 00px;
        }

       >div {
           position: absolute;
           bottom: 20px;
           color: #fff;
           z-index: 2;
           padding-left: 15px;

           h1 {
              position: relative;

                &:before {
                  content: "";
                  display: block;
                  height: 115%;
                  border-left: solid 5px #fff;
                  position: absolute;
                  left: -20px;
                  top: -10%;
                }
           }
       }

    }

}

section .section-content[href]:hover.overlay:after {
    background: rgba(112,112,112,0);
    background: -moz-linear-gradient(top, rgba(112,112,112,0) 0%, rgba(112,112,112,0) 0%, rgba(73,80,91,0) 0%, rgba(10,29,56,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112,112,112,0)), color-stop(0%, rgba(112,112,112,0)), color-stop(0, rgba(73,80,91,0)), color-stop(100%, rgba(10,29,56,1)));
    background: -webkit-linear-gradient(top, rgba(112,112,112,0) 0%, rgba(112,112,112,0) 0%, rgba(73,80,91,0) 0%, rgba(10,29,56,1) 100%);
    background: -o-linear-gradient(top, rgba(112,112,112,0) 0%, rgba(112,112,112,0) 0%, rgba(73,80,91,0) 0%, rgba(10,29,56,1) 100%);
    background: -ms-linear-gradient(top, rgba(112,112,112,0) 0%, rgba(112,112,112,0) 0%, rgba(73,80,91,0) 0%, rgba(10,29,56,1) 100%);
    background: linear-gradient(to bottom, rgba(112,112,112,0) 0%, rgba(112,112,112,0) 0%, rgba(73,80,91,0) 0%, rgba(10,29,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#0a1d38', GradientType=0 );
}*/
section.service h1 {
  line-height: 2;
}
section .full-media {
  width: 100%;
}
section.row > div {
  padding: 0;
}
section .section-content-1-3 {
  margin: 0;
}
section.section-list {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
}
section.section-list h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #0e284c;
  font-weight: bold;
}
section.section-list img {
  margin: 0 auto;
  height: auto;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
section.section-list .img-wrapper {
  background-color: transparent;
  width: 100%;
  height: 220px;
  overflow: hidden;
  text-align: center;
  font: 0/0 a;
}
section.section-list .img-wrapper:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
section.section-list a {
  color: #3e3e3e;
}
section.section-list a p {
  padding: 10px 0 10px 0;
  font-weight: bold;
}
section.section-list a:hover,
section.section-list a:active {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .main-wrapper.container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-wrapper.container {
    width: 1200px;
  }
}
@media (min-width: 992px) {
  section .section-content-1 {
    height: 496px;
    width: 100%;
  }
  section .section-content-1 h1 {
    font-size: 38px;
  }
  section .section-content-1 p {
    font-size: 25px;
  }
  section.section-grid-2-focus-left .section-content-1, section.section-grid-2-focus-right .section-content-1 {
    height: 330.6666666667px;
  }
  section .section-content-1-2 {
    height: 496px;
  }
  section .section-content-1-2 h1 {
    font-size: 38px;
  }
  section .section-content-1-2 p {
    font-size: 25px;
  }
  section.section-grid-2-focus-left .section-content-1-2, section.section-grid-2-focus-right .section-content-1-2 {
    height: 330.6666666667px;
  }
  section .section-content-1-3 {
    height: 248px;
  }
  section .section-content-1-3 h1 {
    font-size: 38px;
  }
  section .section-content-1-3 p {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  section .section-content-1 {
    height: 384px;
    width: 100%;
  }
  section .section-content-1 h1 {
    font-size: 19px;
  }
  section .section-content-1 p {
    font-size: 12.5px;
  }
  section.section-grid-2-focus-left .section-content-1, section.section-grid-2-focus-right .section-content-1 {
    height: 256px;
  }
  section .section-content-1-2 {
    height: 384px;
  }
  section .section-content-1-2 h1 {
    font-size: 15.2px;
  }
  section .section-content-1-2 p {
    font-size: 10px;
  }
  section.section-grid-2-focus-left .section-content-1-2, section.section-grid-2-focus-right .section-content-1-2 {
    height: 256px;
  }
  section .section-content-1-3 {
    height: 192px;
  }
  section .section-content-1-3 h1 {
    font-size: 15.2px;
  }
  section .section-content-1-3 p {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .col-xs-12 .section-content-1-3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  section .section-content-1 {
    height: 300px;
    width: 100%;
  }
  section .section-content-1 h1 {
    font-size: 25.3333333333px;
  }
  section .section-content-1 p {
    font-size: 16.6666666667px;
  }
  section .section-content-1-2 {
    height: 300px;
  }
  section .section-content-1-2 h1 {
    font-size: 25.3333333333px;
  }
  section .section-content-1-2 p {
    font-size: 16.6666666667px;
  }
  section .section-content-1-3 {
    height: 300px;
  }
  section .section-content-1-3 h1 {
    font-size: 25.3333333333px;
  }
  section .section-content-1-3 p {
    font-size: 16.6666666667px;
  }
  section .col-xs-12 .row > div {
    padding: 0;
  }
}
@media (max-width: 320px) {
  section .col-xs-6 {
    width: 100%;
  }
  section .section-content-1 {
    width: 100%;
  }
  section .section-content-1 h1 {
    font-size: 19px;
    line-height: 37px;
    font-weight: 400;
  }
  section .section-content-1 p {
    font-size: 12.5px;
  }
}
@media (min-width: 768px) {
  .grid-3-imgage-right {
    padding-left: 0;
  }
}
.no-padding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.margin-horizontal-100 {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .portlet-asset-publisher .h2 span {
    padding-top: 30px;
  }
}
.keycopter-article-abstract-wrapper {
  background: rgb(0, 87, 131);
  background: -moz-linear-gradient(left, rgb(0, 87, 131) 0%, rgb(9, 73, 126) 51%, rgb(9, 73, 126) 51%, rgb(23, 50, 119) 71%, rgb(23, 50, 119) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(0, 87, 131)), color-stop(51%, rgb(9, 73, 126)), color-stop(51%, rgb(9, 73, 126)), color-stop(71%, rgb(23, 50, 119)), color-stop(100%, rgb(23, 50, 119)));
  background: -webkit-linear-gradient(left, rgb(0, 87, 131) 0%, rgb(9, 73, 126) 51%, rgb(9, 73, 126) 51%, rgb(23, 50, 119) 71%, rgb(23, 50, 119) 100%);
  background: -o-linear-gradient(left, rgb(0, 87, 131) 0%, rgb(9, 73, 126) 51%, rgb(9, 73, 126) 51%, rgb(23, 50, 119) 71%, rgb(23, 50, 119) 100%);
  background: -ms-linear-gradient(left, rgb(0, 87, 131) 0%, rgb(9, 73, 126) 51%, rgb(9, 73, 126) 51%, rgb(23, 50, 119) 71%, rgb(23, 50, 119) 100%);
  background: linear-gradient(to right, rgb(0, 87, 131) 0%, rgb(9, 73, 126) 51%, rgb(9, 73, 126) 51%, rgb(23, 50, 119) 71%, rgb(23, 50, 119) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#005783", endColorstr="#173277", GradientType=1 );
  color: #c9e3f0;
  font-size: 16px;
  padding: 24px;
}

section.error-page .imgBackground {
  background: url("/o/public-theme/images/404.jpg") no-repeat center;
}
section.error-page a {
  color: white;
  text-decoration: none;
}
section.error-page div {
  color: white;
  text-shadow: 1px 0px 9px rgba(0, 0, 0, 0.5);
}
section.error-page .contentT {
  line-height: 500%;
  text-decoration: underline;
}
section.error-page .contentB {
  height: 150px;
}
section.error-page .contentB .contentMiddle {
  border: 1px solid rgba(255, 255, 255, 0.27);
  padding: 20px;
  background: rgba(255, 255, 255, 0.26);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.76);
  line-height: 100%;
}
section.error-page .footerRow {
  line-height: 200%;
  font-weight: bold;
}
@media (min-width: 992px) {
  section.error-page .contentT {
    font-size: xx-large;
  }
  section.error-page .contentB {
    font-size: x-large;
    padding-top: 47px;
  }
  section.error-page .contentB .contentMiddle {
    width: 250px;
  }
  section.error-page .footerRow {
    font-size: 80px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  section.error-page .contentT {
    font-size: x-large;
  }
  section.error-page .contentB {
    font-size: large;
    padding-top: 38px;
  }
  section.error-page .contentB .contentMiddle {
    width: 200px;
  }
  section.error-page .footerRow {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  section.error-page .contentT {
    font-size: large;
  }
  section.error-page .contentB {
    font-size: medium;
    padding-top: 38px;
  }
  section.error-page .contentB .contentMiddle {
    width: 150px;
  }
  section.error-page .footerRow {
    font-size: 30px;
  }
}
@media (max-width: 398px) {
  section.error-page .contentT {
    line-height: 200px;
  }
  section.error-page .contentB {
    padding-top: 0%;
  }
}

/* @import "home-page-slideshow.scss"; */
/* ---------------------------------------------------
                 NEO PUBLIC MENU STYLE
----------------------------------------------------- */
#neo-menu {
  width: 100%;
  height: 50px;
  display: flex;
  background-color: rgba(14, 40, 76, 0.95);
}
#neo-menu .neo-menu-item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}
#neo-menu .neo-menu-item a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 15px;
  white-space: nowrap;
  cursor: pointer;
}
#neo-menu .neo-menu-item a i {
  vertical-align: middle;
}
#neo-menu .neo-menu-item:hover {
  background-color: rgba(8, 23, 43, 0.9);
}
#neo-menu .neo-menu-item:hover ul {
  display: block;
}
#neo-menu .neo-menu-item ul {
  display: none;
  position: absolute;
  top: 50px;
  background-color: rgba(14, 40, 76, 0.95);
}
#neo-menu .neo-menu-item ul li {
  padding: 10px 20px;
}
#neo-menu .neo-menu-item ul li a {
  cursor: pointer;
}
#neo-menu .neo-menu-item ul li:hover {
  background-color: rgba(8, 23, 43, 0.9);
}
#neo-menu .active {
  background-color: rgba(0, 128, 198, 0.8);
}

/*
 * Menu behavior when the menu is overflowed (hidden or 'smartphone mode')
 */
.neo-menu-overflowed #neo-menu {
  display: none;
  background-color: rgba(14, 40, 76, 0.95);
  height: calc(100vh - 70px);
  overflow-y: auto;
}
.neo-menu-overflowed #neo-menu .neo-menu-item {
  padding: 0;
}
.neo-menu-overflowed #neo-menu .neo-menu-item a {
  display: inline-block;
  padding: 15px 0px;
  margin: 0px 24px;
  width: calc(100% - 48px);
  border-bottom: 1px solid #FFF;
}
.neo-menu-overflowed #neo-menu .neo-menu-item:hover ul {
  display: none;
}

body.scrolled #heading.neo-menu-overflowed #neo-menu {
  height: calc(100vh - 50px);
}

#banner #heading #neo-menu-button {
  display: none;
  vertical-align: middle;
  font-size: 36px;
  cursor: pointer;
}
#banner #heading.neo-menu-overflowed #neo-menu-button {
  display: inline-block;
}

/* @import "/business-templates/_variables.scss"; */
/* Old values removed due to upgrade from 7.0 to 7.2 */
/** Aircraft component **/
/** Aircraft component **/
.bg-neo-purple-1 {
  background-color: #40467a;
}

.bg-neo-green-1 {
  background-color: #06456b;
}

.bg-neo-primary-color {
  background-color: #00205b;
}

/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2018 IcoFont 
* @license - https://icofont.com/license/
*/
@font-face {
  font-family: "IcoFont";
  font-weight: normal;
  font-style: "Regular";
  src: url("./fonts/icofont.woff2") format("woff2"), url("./fonts/icofont.woff") format("woff");
}
[class^=icofont-], [class*=" icofont-"] {
  font-family: "IcoFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.icofont-angry-monster:before {
  content: "\e800";
}

.icofont-bathtub:before {
  content: "\e801";
}

.icofont-bird-wings:before {
  content: "\e802";
}

.icofont-bow:before {
  content: "\e803";
}

.icofont-castle:before {
  content: "\e804";
}

.icofont-circuit:before {
  content: "\e805";
}

.icofont-crown-king:before {
  content: "\e806";
}

.icofont-crown-queen:before {
  content: "\e807";
}

.icofont-dart:before {
  content: "\e808";
}

.icofont-disability-race:before {
  content: "\e809";
}

.icofont-diving-goggle:before {
  content: "\e80a";
}

.icofont-eye-open:before {
  content: "\e80b";
}

.icofont-flora-flower:before {
  content: "\e80c";
}

.icofont-flora:before {
  content: "\e80d";
}

.icofont-gift-box:before {
  content: "\e80e";
}

.icofont-halloween-pumpkin:before {
  content: "\e80f";
}

.icofont-hand-power:before {
  content: "\e810";
}

.icofont-hand-thunder:before {
  content: "\e811";
}

.icofont-king-monster:before {
  content: "\e812";
}

.icofont-love:before {
  content: "\e813";
}

.icofont-magician-hat:before {
  content: "\e814";
}

.icofont-native-american:before {
  content: "\e815";
}

.icofont-owl-look:before {
  content: "\e816";
}

.icofont-phoenix:before {
  content: "\e817";
}

.icofont-robot-face:before {
  content: "\e818";
}

.icofont-sand-clock:before {
  content: "\e819";
}

.icofont-shield-alt:before {
  content: "\e81a";
}

.icofont-ship-wheel:before {
  content: "\e81b";
}

.icofont-skull-danger:before {
  content: "\e81c";
}

.icofont-skull-face:before {
  content: "\e81d";
}

.icofont-snowmobile:before {
  content: "\e81e";
}

.icofont-space-shuttle:before {
  content: "\e81f";
}

.icofont-star-shape:before {
  content: "\e820";
}

.icofont-swirl:before {
  content: "\e821";
}

.icofont-tattoo-wing:before {
  content: "\e822";
}

.icofont-throne:before {
  content: "\e823";
}

.icofont-tree-alt:before {
  content: "\e824";
}

.icofont-triangle:before {
  content: "\e825";
}

.icofont-unity-hand:before {
  content: "\e826";
}

.icofont-weed:before {
  content: "\e827";
}

.icofont-woman-bird:before {
  content: "\e828";
}

.icofont-bat:before {
  content: "\e829";
}

.icofont-bear-face:before {
  content: "\e82a";
}

.icofont-bear-tracks:before {
  content: "\e82b";
}

.icofont-bear:before {
  content: "\e82c";
}

.icofont-bird-alt:before {
  content: "\e82d";
}

.icofont-bird-flying:before {
  content: "\e82e";
}

.icofont-bird:before {
  content: "\e82f";
}

.icofont-birds:before {
  content: "\e830";
}

.icofont-bone:before {
  content: "\e831";
}

.icofont-bull:before {
  content: "\e832";
}

.icofont-butterfly-alt:before {
  content: "\e833";
}

.icofont-butterfly:before {
  content: "\e834";
}

.icofont-camel-alt:before {
  content: "\e835";
}

.icofont-camel-head:before {
  content: "\e836";
}

.icofont-camel:before {
  content: "\e837";
}

.icofont-cat-alt-1:before {
  content: "\e838";
}

.icofont-cat-alt-2:before {
  content: "\e839";
}

.icofont-cat-alt-3:before {
  content: "\e83a";
}

.icofont-cat-dog:before {
  content: "\e83b";
}

.icofont-cat-face:before {
  content: "\e83c";
}

.icofont-cat:before {
  content: "\e83d";
}

.icofont-cow-head:before {
  content: "\e83e";
}

.icofont-cow:before {
  content: "\e83f";
}

.icofont-crab:before {
  content: "\e840";
}

.icofont-crocodile:before {
  content: "\e841";
}

.icofont-deer-head:before {
  content: "\e842";
}

.icofont-dog-alt:before {
  content: "\e843";
}

.icofont-dog-barking:before {
  content: "\e844";
}

.icofont-dog:before {
  content: "\e845";
}

.icofont-dolphin:before {
  content: "\e846";
}

.icofont-duck-tracks:before {
  content: "\e847";
}

.icofont-eagle-head:before {
  content: "\e848";
}

.icofont-eaten-fish:before {
  content: "\e849";
}

.icofont-elephant-alt:before {
  content: "\e84a";
}

.icofont-elephant-head-alt:before {
  content: "\e84b";
}

.icofont-elephant-head:before {
  content: "\e84c";
}

.icofont-elephant:before {
  content: "\e84d";
}

.icofont-elk:before {
  content: "\e84e";
}

.icofont-fish-1:before {
  content: "\e84f";
}

.icofont-fish-2:before {
  content: "\e850";
}

.icofont-fish-3:before {
  content: "\e851";
}

.icofont-fish-4:before {
  content: "\e852";
}

.icofont-fish-5:before {
  content: "\e853";
}

.icofont-fish:before {
  content: "\e854";
}

.icofont-fox-alt:before {
  content: "\e855";
}

.icofont-fox:before {
  content: "\e856";
}

.icofont-frog-tracks:before {
  content: "\e857";
}

.icofont-frog:before {
  content: "\e858";
}

.icofont-froggy:before {
  content: "\e859";
}

.icofont-giraffe-head-1:before {
  content: "\e85a";
}

.icofont-giraffe-head-2:before {
  content: "\e85b";
}

.icofont-giraffe-head:before {
  content: "\e85c";
}

.icofont-giraffe:before {
  content: "\e85d";
}

.icofont-goat-head:before {
  content: "\e85e";
}

.icofont-gorilla:before {
  content: "\e85f";
}

.icofont-hen-tracks:before {
  content: "\e860";
}

.icofont-horse-head-1:before {
  content: "\e861";
}

.icofont-horse-head-2:before {
  content: "\e862";
}

.icofont-horse-head:before {
  content: "\e863";
}

.icofont-horse-tracks:before {
  content: "\e864";
}

.icofont-jellyfish:before {
  content: "\e865";
}

.icofont-kangaroo:before {
  content: "\e866";
}

.icofont-lemur:before {
  content: "\e867";
}

.icofont-lion-head-1:before {
  content: "\e868";
}

.icofont-lion-head-2:before {
  content: "\e869";
}

.icofont-lion-head:before {
  content: "\e86a";
}

.icofont-lion:before {
  content: "\e86b";
}

.icofont-monkey-2:before {
  content: "\e86c";
}

.icofont-monkey-3:before {
  content: "\e86d";
}

.icofont-monkey-face:before {
  content: "\e86e";
}

.icofont-monkey:before {
  content: "\e86f";
}

.icofont-octopus-alt:before {
  content: "\e870";
}

.icofont-octopus:before {
  content: "\e871";
}

.icofont-owl:before {
  content: "\e872";
}

.icofont-panda-face:before {
  content: "\e873";
}

.icofont-panda:before {
  content: "\e874";
}

.icofont-panther:before {
  content: "\e875";
}

.icofont-parrot-lip:before {
  content: "\e876";
}

.icofont-parrot:before {
  content: "\e877";
}

.icofont-paw:before {
  content: "\e878";
}

.icofont-pelican:before {
  content: "\e879";
}

.icofont-penguin:before {
  content: "\e87a";
}

.icofont-pig-face:before {
  content: "\e87b";
}

.icofont-pig:before {
  content: "\e87c";
}

.icofont-pigeon-1:before {
  content: "\e87d";
}

.icofont-pigeon-2:before {
  content: "\e87e";
}

.icofont-pigeon:before {
  content: "\e87f";
}

.icofont-rabbit:before {
  content: "\e880";
}

.icofont-rat:before {
  content: "\e881";
}

.icofont-rhino-head:before {
  content: "\e882";
}

.icofont-rhino:before {
  content: "\e883";
}

.icofont-rooster:before {
  content: "\e884";
}

.icofont-seahorse:before {
  content: "\e885";
}

.icofont-seal:before {
  content: "\e886";
}

.icofont-shrimp-alt:before {
  content: "\e887";
}

.icofont-shrimp:before {
  content: "\e888";
}

.icofont-snail-1:before {
  content: "\e889";
}

.icofont-snail-2:before {
  content: "\e88a";
}

.icofont-snail-3:before {
  content: "\e88b";
}

.icofont-snail:before {
  content: "\e88c";
}

.icofont-snake:before {
  content: "\e88d";
}

.icofont-squid:before {
  content: "\e88e";
}

.icofont-squirrel:before {
  content: "\e88f";
}

.icofont-tiger-face:before {
  content: "\e890";
}

.icofont-tiger:before {
  content: "\e891";
}

.icofont-turtle:before {
  content: "\e892";
}

.icofont-whale:before {
  content: "\e893";
}

.icofont-woodpecker:before {
  content: "\e894";
}

.icofont-zebra:before {
  content: "\e895";
}

.icofont-brand-acer:before {
  content: "\e896";
}

.icofont-brand-adidas:before {
  content: "\e897";
}

.icofont-brand-adobe:before {
  content: "\e898";
}

.icofont-brand-air-new-zealand:before {
  content: "\e899";
}

.icofont-brand-airbnb:before {
  content: "\e89a";
}

.icofont-brand-aircell:before {
  content: "\e89b";
}

.icofont-brand-airtel:before {
  content: "\e89c";
}

.icofont-brand-alcatel:before {
  content: "\e89d";
}

.icofont-brand-alibaba:before {
  content: "\e89e";
}

.icofont-brand-aliexpress:before {
  content: "\e89f";
}

.icofont-brand-alipay:before {
  content: "\e8a0";
}

.icofont-brand-amazon:before {
  content: "\e8a1";
}

.icofont-brand-amd:before {
  content: "\e8a2";
}

.icofont-brand-american-airlines:before {
  content: "\e8a3";
}

.icofont-brand-android-robot:before {
  content: "\e8a4";
}

.icofont-brand-android:before {
  content: "\e8a5";
}

.icofont-brand-aol:before {
  content: "\e8a6";
}

.icofont-brand-apple:before {
  content: "\e8a7";
}

.icofont-brand-appstore:before {
  content: "\e8a8";
}

.icofont-brand-asus:before {
  content: "\e8a9";
}

.icofont-brand-ati:before {
  content: "\e8aa";
}

.icofont-brand-att:before {
  content: "\e8ab";
}

.icofont-brand-audi:before {
  content: "\e8ac";
}

.icofont-brand-axiata:before {
  content: "\e8ad";
}

.icofont-brand-bada:before {
  content: "\e8ae";
}

.icofont-brand-bbc:before {
  content: "\e8af";
}

.icofont-brand-bing:before {
  content: "\e8b0";
}

.icofont-brand-blackberry:before {
  content: "\e8b1";
}

.icofont-brand-bmw:before {
  content: "\e8b2";
}

.icofont-brand-box:before {
  content: "\e8b3";
}

.icofont-brand-burger-king:before {
  content: "\e8b4";
}

.icofont-brand-business-insider:before {
  content: "\e8b5";
}

.icofont-brand-buzzfeed:before {
  content: "\e8b6";
}

.icofont-brand-cannon:before {
  content: "\e8b7";
}

.icofont-brand-casio:before {
  content: "\e8b8";
}

.icofont-brand-china-mobile:before {
  content: "\e8b9";
}

.icofont-brand-china-telecom:before {
  content: "\e8ba";
}

.icofont-brand-china-unicom:before {
  content: "\e8bb";
}

.icofont-brand-cisco:before {
  content: "\e8bc";
}

.icofont-brand-citibank:before {
  content: "\e8bd";
}

.icofont-brand-cnet:before {
  content: "\e8be";
}

.icofont-brand-cnn:before {
  content: "\e8bf";
}

.icofont-brand-cocal-cola:before {
  content: "\e8c0";
}

.icofont-brand-compaq:before {
  content: "\e8c1";
}

.icofont-brand-debian:before {
  content: "\e8c2";
}

.icofont-brand-delicious:before {
  content: "\e8c3";
}

.icofont-brand-dell:before {
  content: "\e8c4";
}

.icofont-brand-designbump:before {
  content: "\e8c5";
}

.icofont-brand-designfloat:before {
  content: "\e8c6";
}

.icofont-brand-disney:before {
  content: "\e8c7";
}

.icofont-brand-dodge:before {
  content: "\e8c8";
}

.icofont-brand-dove:before {
  content: "\e8c9";
}

.icofont-brand-drupal:before {
  content: "\e8ca";
}

.icofont-brand-ebay:before {
  content: "\e8cb";
}

.icofont-brand-eleven:before {
  content: "\e8cc";
}

.icofont-brand-emirates:before {
  content: "\e8cd";
}

.icofont-brand-espn:before {
  content: "\e8ce";
}

.icofont-brand-etihad-airways:before {
  content: "\e8cf";
}

.icofont-brand-etisalat:before {
  content: "\e8d0";
}

.icofont-brand-etsy:before {
  content: "\e8d1";
}

.icofont-brand-fastrack:before {
  content: "\e8d2";
}

.icofont-brand-fedex:before {
  content: "\e8d3";
}

.icofont-brand-ferrari:before {
  content: "\e8d4";
}

.icofont-brand-fitbit:before {
  content: "\e8d5";
}

.icofont-brand-flikr:before {
  content: "\e8d6";
}

.icofont-brand-forbes:before {
  content: "\e8d7";
}

.icofont-brand-foursquare:before {
  content: "\e8d8";
}

.icofont-brand-foxconn:before {
  content: "\e8d9";
}

.icofont-brand-fujitsu:before {
  content: "\e8da";
}

.icofont-brand-general-electric:before {
  content: "\e8db";
}

.icofont-brand-gillette:before {
  content: "\e8dc";
}

.icofont-brand-gizmodo:before {
  content: "\e8dd";
}

.icofont-brand-gnome:before {
  content: "\e8de";
}

.icofont-brand-google:before {
  content: "\e8df";
}

.icofont-brand-gopro:before {
  content: "\e8e0";
}

.icofont-brand-gucci:before {
  content: "\e8e1";
}

.icofont-brand-hallmark:before {
  content: "\e8e2";
}

.icofont-brand-hi5:before {
  content: "\e8e3";
}

.icofont-brand-honda:before {
  content: "\e8e4";
}

.icofont-brand-hp:before {
  content: "\e8e5";
}

.icofont-brand-hsbc:before {
  content: "\e8e6";
}

.icofont-brand-htc:before {
  content: "\e8e7";
}

.icofont-brand-huawei:before {
  content: "\e8e8";
}

.icofont-brand-hulu:before {
  content: "\e8e9";
}

.icofont-brand-hyundai:before {
  content: "\e8ea";
}

.icofont-brand-ibm:before {
  content: "\e8eb";
}

.icofont-brand-icofont:before {
  content: "\e8ec";
}

.icofont-brand-icq:before {
  content: "\e8ed";
}

.icofont-brand-ikea:before {
  content: "\e8ee";
}

.icofont-brand-imdb:before {
  content: "\e8ef";
}

.icofont-brand-indiegogo:before {
  content: "\e8f0";
}

.icofont-brand-intel:before {
  content: "\e8f1";
}

.icofont-brand-ipair:before {
  content: "\e8f2";
}

.icofont-brand-jaguar:before {
  content: "\e8f3";
}

.icofont-brand-java:before {
  content: "\e8f4";
}

.icofont-brand-joomla:before {
  content: "\e8f5";
}

.icofont-brand-kickstarter:before {
  content: "\e8f6";
}

.icofont-brand-kik:before {
  content: "\e8f7";
}

.icofont-brand-lastfm:before {
  content: "\e8f8";
}

.icofont-brand-lego:before {
  content: "\e8f9";
}

.icofont-brand-lenovo:before {
  content: "\e8fa";
}

.icofont-brand-levis:before {
  content: "\e8fb";
}

.icofont-brand-lexus:before {
  content: "\e8fc";
}

.icofont-brand-lg:before {
  content: "\e8fd";
}

.icofont-brand-life-hacker:before {
  content: "\e8fe";
}

.icofont-brand-linux-mint:before {
  content: "\e8ff";
}

.icofont-brand-linux:before {
  content: "\e900";
}

.icofont-brand-lionix:before {
  content: "\e901";
}

.icofont-brand-loreal:before {
  content: "\e902";
}

.icofont-brand-louis-vuitton:before {
  content: "\e903";
}

.icofont-brand-mac-os:before {
  content: "\e904";
}

.icofont-brand-marvel-app:before {
  content: "\e905";
}

.icofont-brand-mashable:before {
  content: "\e906";
}

.icofont-brand-mazda:before {
  content: "\e907";
}

.icofont-brand-mcdonals:before {
  content: "\e908";
}

.icofont-brand-mercedes:before {
  content: "\e909";
}

.icofont-brand-micromax:before {
  content: "\e90a";
}

.icofont-brand-microsoft:before {
  content: "\e90b";
}

.icofont-brand-mobileme:before {
  content: "\e90c";
}

.icofont-brand-mobily:before {
  content: "\e90d";
}

.icofont-brand-motorola:before {
  content: "\e90e";
}

.icofont-brand-msi:before {
  content: "\e90f";
}

.icofont-brand-mts:before {
  content: "\e910";
}

.icofont-brand-myspace:before {
  content: "\e911";
}

.icofont-brand-mytv:before {
  content: "\e912";
}

.icofont-brand-nasa:before {
  content: "\e913";
}

.icofont-brand-natgeo:before {
  content: "\e914";
}

.icofont-brand-nbc:before {
  content: "\e915";
}

.icofont-brand-nescafe:before {
  content: "\e916";
}

.icofont-brand-nestle:before {
  content: "\e917";
}

.icofont-brand-netflix:before {
  content: "\e918";
}

.icofont-brand-nexus:before {
  content: "\e919";
}

.icofont-brand-nike:before {
  content: "\e91a";
}

.icofont-brand-nokia:before {
  content: "\e91b";
}

.icofont-brand-nvidia:before {
  content: "\e91c";
}

.icofont-brand-omega:before {
  content: "\e91d";
}

.icofont-brand-opensuse:before {
  content: "\e91e";
}

.icofont-brand-oracle:before {
  content: "\e91f";
}

.icofont-brand-panasonic:before {
  content: "\e920";
}

.icofont-brand-paypal:before {
  content: "\e921";
}

.icofont-brand-pepsi:before {
  content: "\e922";
}

.icofont-brand-philips:before {
  content: "\e923";
}

.icofont-brand-pizza-hut:before {
  content: "\e924";
}

.icofont-brand-playstation:before {
  content: "\e925";
}

.icofont-brand-puma:before {
  content: "\e926";
}

.icofont-brand-qatar-air:before {
  content: "\e927";
}

.icofont-brand-qvc:before {
  content: "\e928";
}

.icofont-brand-readernaut:before {
  content: "\e929";
}

.icofont-brand-redbull:before {
  content: "\e92a";
}

.icofont-brand-reebok:before {
  content: "\e92b";
}

.icofont-brand-reuters:before {
  content: "\e92c";
}

.icofont-brand-samsung:before {
  content: "\e92d";
}

.icofont-brand-sap:before {
  content: "\e92e";
}

.icofont-brand-saudia-airlines:before {
  content: "\e92f";
}

.icofont-brand-scribd:before {
  content: "\e930";
}

.icofont-brand-shell:before {
  content: "\e931";
}

.icofont-brand-siemens:before {
  content: "\e932";
}

.icofont-brand-sk-telecom:before {
  content: "\e933";
}

.icofont-brand-slideshare:before {
  content: "\e934";
}

.icofont-brand-smashing-magazine:before {
  content: "\e935";
}

.icofont-brand-snapchat:before {
  content: "\e936";
}

.icofont-brand-sony-ericsson:before {
  content: "\e937";
}

.icofont-brand-sony:before {
  content: "\e938";
}

.icofont-brand-soundcloud:before {
  content: "\e939";
}

.icofont-brand-sprint:before {
  content: "\e93a";
}

.icofont-brand-squidoo:before {
  content: "\e93b";
}

.icofont-brand-starbucks:before {
  content: "\e93c";
}

.icofont-brand-stc:before {
  content: "\e93d";
}

.icofont-brand-steam:before {
  content: "\e93e";
}

.icofont-brand-suzuki:before {
  content: "\e93f";
}

.icofont-brand-symbian:before {
  content: "\e940";
}

.icofont-brand-t-mobile:before {
  content: "\e941";
}

.icofont-brand-tango:before {
  content: "\e942";
}

.icofont-brand-target:before {
  content: "\e943";
}

.icofont-brand-tata-indicom:before {
  content: "\e944";
}

.icofont-brand-techcrunch:before {
  content: "\e945";
}

.icofont-brand-telenor:before {
  content: "\e946";
}

.icofont-brand-teliasonera:before {
  content: "\e947";
}

.icofont-brand-tesla:before {
  content: "\e948";
}

.icofont-brand-the-verge:before {
  content: "\e949";
}

.icofont-brand-thenextweb:before {
  content: "\e94a";
}

.icofont-brand-toshiba:before {
  content: "\e94b";
}

.icofont-brand-toyota:before {
  content: "\e94c";
}

.icofont-brand-tribenet:before {
  content: "\e94d";
}

.icofont-brand-ubuntu:before {
  content: "\e94e";
}

.icofont-brand-unilever:before {
  content: "\e94f";
}

.icofont-brand-vaio:before {
  content: "\e950";
}

.icofont-brand-verizon:before {
  content: "\e951";
}

.icofont-brand-viber:before {
  content: "\e952";
}

.icofont-brand-vodafone:before {
  content: "\e953";
}

.icofont-brand-volkswagen:before {
  content: "\e954";
}

.icofont-brand-walmart:before {
  content: "\e955";
}

.icofont-brand-warnerbros:before {
  content: "\e956";
}

.icofont-brand-whatsapp:before {
  content: "\e957";
}

.icofont-brand-wikipedia:before {
  content: "\e958";
}

.icofont-brand-windows:before {
  content: "\e959";
}

.icofont-brand-wire:before {
  content: "\e95a";
}

.icofont-brand-wordpress:before {
  content: "\e95b";
}

.icofont-brand-xiaomi:before {
  content: "\e95c";
}

.icofont-brand-yahoobuzz:before {
  content: "\e95d";
}

.icofont-brand-yamaha:before {
  content: "\e95e";
}

.icofont-brand-youtube:before {
  content: "\e95f";
}

.icofont-brand-zain:before {
  content: "\e960";
}

.icofont-bank-alt:before {
  content: "\e961";
}

.icofont-bank:before {
  content: "\e962";
}

.icofont-barcode:before {
  content: "\e963";
}

.icofont-bill-alt:before {
  content: "\e964";
}

.icofont-billboard:before {
  content: "\e965";
}

.icofont-briefcase-1:before {
  content: "\e966";
}

.icofont-briefcase-2:before {
  content: "\e967";
}

.icofont-businessman:before {
  content: "\e968";
}

.icofont-businesswoman:before {
  content: "\e969";
}

.icofont-chair:before {
  content: "\e96a";
}

.icofont-coins:before {
  content: "\e96b";
}

.icofont-company:before {
  content: "\e96c";
}

.icofont-contact-add:before {
  content: "\e96d";
}

.icofont-files-stack:before {
  content: "\e96e";
}

.icofont-handshake-deal:before {
  content: "\e96f";
}

.icofont-id-card:before {
  content: "\e970";
}

.icofont-meeting-add:before {
  content: "\e971";
}

.icofont-money-bag:before {
  content: "\e972";
}

.icofont-pie-chart:before {
  content: "\e973";
}

.icofont-presentation-alt:before {
  content: "\e974";
}

.icofont-presentation:before {
  content: "\e975";
}

.icofont-stamp:before {
  content: "\e976";
}

.icofont-stock-mobile:before {
  content: "\e977";
}

.icofont-chart-arrows-axis:before {
  content: "\e978";
}

.icofont-chart-bar-graph:before {
  content: "\e979";
}

.icofont-chart-flow-1:before {
  content: "\e97a";
}

.icofont-chart-flow-2:before {
  content: "\e97b";
}

.icofont-chart-flow:before {
  content: "\e97c";
}

.icofont-chart-growth:before {
  content: "\e97d";
}

.icofont-chart-histogram-alt:before {
  content: "\e97e";
}

.icofont-chart-histogram:before {
  content: "\e97f";
}

.icofont-chart-line-alt:before {
  content: "\e980";
}

.icofont-chart-line:before {
  content: "\e981";
}

.icofont-chart-pie-alt:before {
  content: "\e982";
}

.icofont-chart-pie:before {
  content: "\e983";
}

.icofont-chart-radar-graph:before {
  content: "\e984";
}

.icofont-architecture-alt:before {
  content: "\e985";
}

.icofont-architecture:before {
  content: "\e986";
}

.icofont-barricade:before {
  content: "\e987";
}

.icofont-bolt:before {
  content: "\e988";
}

.icofont-bricks:before {
  content: "\e989";
}

.icofont-building-alt:before {
  content: "\e98a";
}

.icofont-bull-dozer:before {
  content: "\e98b";
}

.icofont-calculations:before {
  content: "\e98c";
}

.icofont-cement-mix:before {
  content: "\e98d";
}

.icofont-cement-mixer:before {
  content: "\e98e";
}

.icofont-concrete-mixer:before {
  content: "\e98f";
}

.icofont-danger-zone:before {
  content: "\e990";
}

.icofont-drill:before {
  content: "\e991";
}

.icofont-eco-energy:before {
  content: "\e992";
}

.icofont-eco-environmen:before {
  content: "\e993";
}

.icofont-energy-air:before {
  content: "\e994";
}

.icofont-energy-oil:before {
  content: "\e995";
}

.icofont-energy-savings:before {
  content: "\e996";
}

.icofont-energy-solar:before {
  content: "\e997";
}

.icofont-energy-water:before {
  content: "\e998";
}

.icofont-engineer:before {
  content: "\e999";
}

.icofont-fire-extinguisher-alt:before {
  content: "\e99a";
}

.icofont-fire-extinguisher:before {
  content: "\e99b";
}

.icofont-fix-tools:before {
  content: "\e99c";
}

.icofont-fork-lift:before {
  content: "\e99d";
}

.icofont-glue-oil:before {
  content: "\e99e";
}

.icofont-hammer-alt:before {
  content: "\e99f";
}

.icofont-hammer:before {
  content: "\e9a0";
}

.icofont-help-robot:before {
  content: "\e9a1";
}

.icofont-industries-1:before {
  content: "\e9a2";
}

.icofont-industries-2:before {
  content: "\e9a3";
}

.icofont-industries-3:before {
  content: "\e9a4";
}

.icofont-industries-4:before {
  content: "\e9a5";
}

.icofont-industries-5:before {
  content: "\e9a6";
}

.icofont-industries:before {
  content: "\e9a7";
}

.icofont-labour:before {
  content: "\e9a8";
}

.icofont-mining:before {
  content: "\e9a9";
}

.icofont-paint-brush:before {
  content: "\e9aa";
}

.icofont-pollution:before {
  content: "\e9ab";
}

.icofont-power-zone:before {
  content: "\e9ac";
}

.icofont-radio-active:before {
  content: "\e9ad";
}

.icofont-recycle-alt:before {
  content: "\e9ae";
}

.icofont-recycling-man:before {
  content: "\e9af";
}

.icofont-safety-hat-light:before {
  content: "\e9b0";
}

.icofont-safety-hat:before {
  content: "\e9b1";
}

.icofont-saw:before {
  content: "\e9b2";
}

.icofont-screw-driver:before {
  content: "\e9b3";
}

.icofont-tools-1:before {
  content: "\e9b4";
}

.icofont-tools-bag:before {
  content: "\e9b5";
}

.icofont-tow-truck:before {
  content: "\e9b6";
}

.icofont-trolley:before {
  content: "\e9b7";
}

.icofont-trowel:before {
  content: "\e9b8";
}

.icofont-under-construction-alt:before {
  content: "\e9b9";
}

.icofont-under-construction:before {
  content: "\e9ba";
}

.icofont-vehicle-cement:before {
  content: "\e9bb";
}

.icofont-vehicle-crane:before {
  content: "\e9bc";
}

.icofont-vehicle-delivery-van:before {
  content: "\e9bd";
}

.icofont-vehicle-dozer:before {
  content: "\e9be";
}

.icofont-vehicle-excavator:before {
  content: "\e9bf";
}

.icofont-vehicle-trucktor:before {
  content: "\e9c0";
}

.icofont-vehicle-wrecking:before {
  content: "\e9c1";
}

.icofont-worker:before {
  content: "\e9c2";
}

.icofont-workers-group:before {
  content: "\e9c3";
}

.icofont-wrench:before {
  content: "\e9c4";
}

.icofont-afghani-false:before {
  content: "\e9c5";
}

.icofont-afghani-minus:before {
  content: "\e9c6";
}

.icofont-afghani-plus:before {
  content: "\e9c7";
}

.icofont-afghani-true:before {
  content: "\e9c8";
}

.icofont-afghani:before {
  content: "\e9c9";
}

.icofont-baht-false:before {
  content: "\e9ca";
}

.icofont-baht-minus:before {
  content: "\e9cb";
}

.icofont-baht-plus:before {
  content: "\e9cc";
}

.icofont-baht-true:before {
  content: "\e9cd";
}

.icofont-baht:before {
  content: "\e9ce";
}

.icofont-bitcoin-false:before {
  content: "\e9cf";
}

.icofont-bitcoin-minus:before {
  content: "\e9d0";
}

.icofont-bitcoin-plus:before {
  content: "\e9d1";
}

.icofont-bitcoin-true:before {
  content: "\e9d2";
}

.icofont-bitcoin:before {
  content: "\e9d3";
}

.icofont-dollar-flase:before {
  content: "\e9d4";
}

.icofont-dollar-minus:before {
  content: "\e9d5";
}

.icofont-dollar-plus:before {
  content: "\e9d6";
}

.icofont-dollar-true:before {
  content: "\e9d7";
}

.icofont-dollar:before {
  content: "\e9d8";
}

.icofont-dong-false:before {
  content: "\e9d9";
}

.icofont-dong-minus:before {
  content: "\e9da";
}

.icofont-dong-plus:before {
  content: "\e9db";
}

.icofont-dong-true:before {
  content: "\e9dc";
}

.icofont-dong:before {
  content: "\e9dd";
}

.icofont-euro-false:before {
  content: "\e9de";
}

.icofont-euro-minus:before {
  content: "\e9df";
}

.icofont-euro-plus:before {
  content: "\e9e0";
}

.icofont-euro-true:before {
  content: "\e9e1";
}

.icofont-euro:before {
  content: "\e9e2";
}

.icofont-frank-false:before {
  content: "\e9e3";
}

.icofont-frank-minus:before {
  content: "\e9e4";
}

.icofont-frank-plus:before {
  content: "\e9e5";
}

.icofont-frank-true:before {
  content: "\e9e6";
}

.icofont-frank:before {
  content: "\e9e7";
}

.icofont-hryvnia-false:before {
  content: "\e9e8";
}

.icofont-hryvnia-minus:before {
  content: "\e9e9";
}

.icofont-hryvnia-plus:before {
  content: "\e9ea";
}

.icofont-hryvnia-true:before {
  content: "\e9eb";
}

.icofont-hryvnia:before {
  content: "\e9ec";
}

.icofont-lira-false:before {
  content: "\e9ed";
}

.icofont-lira-minus:before {
  content: "\e9ee";
}

.icofont-lira-plus:before {
  content: "\e9ef";
}

.icofont-lira-true:before {
  content: "\e9f0";
}

.icofont-lira:before {
  content: "\e9f1";
}

.icofont-peseta-false:before {
  content: "\e9f2";
}

.icofont-peseta-minus:before {
  content: "\e9f3";
}

.icofont-peseta-plus:before {
  content: "\e9f4";
}

.icofont-peseta-true:before {
  content: "\e9f5";
}

.icofont-peseta:before {
  content: "\e9f6";
}

.icofont-peso-false:before {
  content: "\e9f7";
}

.icofont-peso-minus:before {
  content: "\e9f8";
}

.icofont-peso-plus:before {
  content: "\e9f9";
}

.icofont-peso-true:before {
  content: "\e9fa";
}

.icofont-peso:before {
  content: "\e9fb";
}

.icofont-pound-false:before {
  content: "\e9fc";
}

.icofont-pound-minus:before {
  content: "\e9fd";
}

.icofont-pound-plus:before {
  content: "\e9fe";
}

.icofont-pound-true:before {
  content: "\e9ff";
}

.icofont-pound:before {
  content: "\ea00";
}

.icofont-renminbi-false:before {
  content: "\ea01";
}

.icofont-renminbi-minus:before {
  content: "\ea02";
}

.icofont-renminbi-plus:before {
  content: "\ea03";
}

.icofont-renminbi-true:before {
  content: "\ea04";
}

.icofont-renminbi:before {
  content: "\ea05";
}

.icofont-riyal-false:before {
  content: "\ea06";
}

.icofont-riyal-minus:before {
  content: "\ea07";
}

.icofont-riyal-plus:before {
  content: "\ea08";
}

.icofont-riyal-true:before {
  content: "\ea09";
}

.icofont-riyal:before {
  content: "\ea0a";
}

.icofont-rouble-false:before {
  content: "\ea0b";
}

.icofont-rouble-minus:before {
  content: "\ea0c";
}

.icofont-rouble-plus:before {
  content: "\ea0d";
}

.icofont-rouble-true:before {
  content: "\ea0e";
}

.icofont-rouble:before {
  content: "\ea0f";
}

.icofont-rupee-false:before {
  content: "\ea10";
}

.icofont-rupee-minus:before {
  content: "\ea11";
}

.icofont-rupee-plus:before {
  content: "\ea12";
}

.icofont-rupee-true:before {
  content: "\ea13";
}

.icofont-rupee:before {
  content: "\ea14";
}

.icofont-taka-false:before {
  content: "\ea15";
}

.icofont-taka-minus:before {
  content: "\ea16";
}

.icofont-taka-plus:before {
  content: "\ea17";
}

.icofont-taka-true:before {
  content: "\ea18";
}

.icofont-taka:before {
  content: "\ea19";
}

.icofont-turkish-lira-false:before {
  content: "\ea1a";
}

.icofont-turkish-lira-minus:before {
  content: "\ea1b";
}

.icofont-turkish-lira-plus:before {
  content: "\ea1c";
}

.icofont-turkish-lira-true:before {
  content: "\ea1d";
}

.icofont-turkish-lira:before {
  content: "\ea1e";
}

.icofont-won-false:before {
  content: "\ea1f";
}

.icofont-won-minus:before {
  content: "\ea20";
}

.icofont-won-plus:before {
  content: "\ea21";
}

.icofont-won-true:before {
  content: "\ea22";
}

.icofont-won:before {
  content: "\ea23";
}

.icofont-yen-false:before {
  content: "\ea24";
}

.icofont-yen-minus:before {
  content: "\ea25";
}

.icofont-yen-plus:before {
  content: "\ea26";
}

.icofont-yen-true:before {
  content: "\ea27";
}

.icofont-yen:before {
  content: "\ea28";
}

.icofont-android-nexus:before {
  content: "\ea29";
}

.icofont-android-tablet:before {
  content: "\ea2a";
}

.icofont-apple-watch:before {
  content: "\ea2b";
}

.icofont-drawing-tablet:before {
  content: "\ea2c";
}

.icofont-earphone:before {
  content: "\ea2d";
}

.icofont-flash-drive:before {
  content: "\ea2e";
}

.icofont-game-console:before {
  content: "\ea2f";
}

.icofont-game-controller:before {
  content: "\ea30";
}

.icofont-game-pad:before {
  content: "\ea31";
}

.icofont-game:before {
  content: "\ea32";
}

.icofont-headphone-alt-1:before {
  content: "\ea33";
}

.icofont-headphone-alt-2:before {
  content: "\ea34";
}

.icofont-headphone-alt-3:before {
  content: "\ea35";
}

.icofont-headphone-alt:before {
  content: "\ea36";
}

.icofont-headphone:before {
  content: "\ea37";
}

.icofont-htc-one:before {
  content: "\ea38";
}

.icofont-imac:before {
  content: "\ea39";
}

.icofont-ipad:before {
  content: "\ea3a";
}

.icofont-iphone:before {
  content: "\ea3b";
}

.icofont-ipod-nano:before {
  content: "\ea3c";
}

.icofont-ipod-touch:before {
  content: "\ea3d";
}

.icofont-keyboard-alt:before {
  content: "\ea3e";
}

.icofont-keyboard-wireless:before {
  content: "\ea3f";
}

.icofont-keyboard:before {
  content: "\ea40";
}

.icofont-laptop-alt:before {
  content: "\ea41";
}

.icofont-laptop:before {
  content: "\ea42";
}

.icofont-macbook:before {
  content: "\ea43";
}

.icofont-magic-mouse:before {
  content: "\ea44";
}

.icofont-micro-chip:before {
  content: "\ea45";
}

.icofont-microphone-alt:before {
  content: "\ea46";
}

.icofont-microphone:before {
  content: "\ea47";
}

.icofont-monitor:before {
  content: "\ea48";
}

.icofont-mouse:before {
  content: "\ea49";
}

.icofont-mp3-player:before {
  content: "\ea4a";
}

.icofont-nintendo:before {
  content: "\ea4b";
}

.icofont-playstation-alt:before {
  content: "\ea4c";
}

.icofont-psvita:before {
  content: "\ea4d";
}

.icofont-radio-mic:before {
  content: "\ea4e";
}

.icofont-radio:before {
  content: "\ea4f";
}

.icofont-refrigerator:before {
  content: "\ea50";
}

.icofont-samsung-galaxy:before {
  content: "\ea51";
}

.icofont-surface-tablet:before {
  content: "\ea52";
}

.icofont-ui-head-phone:before {
  content: "\ea53";
}

.icofont-ui-keyboard:before {
  content: "\ea54";
}

.icofont-washing-machine:before {
  content: "\ea55";
}

.icofont-wifi-router:before {
  content: "\ea56";
}

.icofont-wii-u:before {
  content: "\ea57";
}

.icofont-windows-lumia:before {
  content: "\ea58";
}

.icofont-wireless-mouse:before {
  content: "\ea59";
}

.icofont-xbox-360:before {
  content: "\ea5a";
}

.icofont-arrow-down:before {
  content: "\ea5b";
}

.icofont-arrow-left:before {
  content: "\ea5c";
}

.icofont-arrow-right:before {
  content: "\ea5d";
}

.icofont-arrow-up:before {
  content: "\ea5e";
}

.icofont-block-down:before {
  content: "\ea5f";
}

.icofont-block-left:before {
  content: "\ea60";
}

.icofont-block-right:before {
  content: "\ea61";
}

.icofont-block-up:before {
  content: "\ea62";
}

.icofont-bubble-down:before {
  content: "\ea63";
}

.icofont-bubble-left:before {
  content: "\ea64";
}

.icofont-bubble-right:before {
  content: "\ea65";
}

.icofont-bubble-up:before {
  content: "\ea66";
}

.icofont-caret-down:before {
  content: "\ea67";
}

.icofont-caret-left:before {
  content: "\ea68";
}

.icofont-caret-right:before {
  content: "\ea69";
}

.icofont-caret-up:before {
  content: "\ea6a";
}

.icofont-circled-down:before {
  content: "\ea6b";
}

.icofont-circled-left:before {
  content: "\ea6c";
}

.icofont-circled-right:before {
  content: "\ea6d";
}

.icofont-circled-up:before {
  content: "\ea6e";
}

.icofont-collapse:before {
  content: "\ea6f";
}

.icofont-cursor-drag:before {
  content: "\ea70";
}

.icofont-curved-double-left:before {
  content: "\ea71";
}

.icofont-curved-double-right:before {
  content: "\ea72";
}

.icofont-curved-down:before {
  content: "\ea73";
}

.icofont-curved-left:before {
  content: "\ea74";
}

.icofont-curved-right:before {
  content: "\ea75";
}

.icofont-curved-up:before {
  content: "\ea76";
}

.icofont-dotted-down:before {
  content: "\ea77";
}

.icofont-dotted-left:before {
  content: "\ea78";
}

.icofont-dotted-right:before {
  content: "\ea79";
}

.icofont-dotted-up:before {
  content: "\ea7a";
}

.icofont-double-left:before {
  content: "\ea7b";
}

.icofont-double-right:before {
  content: "\ea7c";
}

.icofont-expand-alt:before {
  content: "\ea7d";
}

.icofont-hand-down:before {
  content: "\ea7e";
}

.icofont-hand-drag:before {
  content: "\ea7f";
}

.icofont-hand-drag1:before {
  content: "\ea80";
}

.icofont-hand-drag2:before {
  content: "\ea81";
}

.icofont-hand-drawn-alt-down:before {
  content: "\ea82";
}

.icofont-hand-drawn-alt-left:before {
  content: "\ea83";
}

.icofont-hand-drawn-alt-right:before {
  content: "\ea84";
}

.icofont-hand-drawn-alt-up:before {
  content: "\ea85";
}

.icofont-hand-drawn-down:before {
  content: "\ea86";
}

.icofont-hand-drawn-left:before {
  content: "\ea87";
}

.icofont-hand-drawn-right:before {
  content: "\ea88";
}

.icofont-hand-drawn-up:before {
  content: "\ea89";
}

.icofont-hand-grippers:before {
  content: "\ea8a";
}

.icofont-hand-left:before {
  content: "\ea8b";
}

.icofont-hand-right:before {
  content: "\ea8c";
}

.icofont-hand-up:before {
  content: "\ea8d";
}

.icofont-line-block-down:before {
  content: "\ea8e";
}

.icofont-line-block-left:before {
  content: "\ea8f";
}

.icofont-line-block-right:before {
  content: "\ea90";
}

.icofont-line-block-up:before {
  content: "\ea91";
}

.icofont-long-arrow-down:before {
  content: "\ea92";
}

.icofont-long-arrow-left:before {
  content: "\ea93";
}

.icofont-long-arrow-right:before {
  content: "\ea94";
}

.icofont-long-arrow-up:before {
  content: "\ea95";
}

.icofont-rounded-collapse:before {
  content: "\ea96";
}

.icofont-rounded-double-left:before {
  content: "\ea97";
}

.icofont-rounded-double-right:before {
  content: "\ea98";
}

.icofont-rounded-down:before {
  content: "\ea99";
}

.icofont-rounded-expand:before {
  content: "\ea9a";
}

.icofont-rounded-left-down:before {
  content: "\ea9b";
}

.icofont-rounded-left-up:before {
  content: "\ea9c";
}

.icofont-rounded-left:before {
  content: "\ea9d";
}

.icofont-rounded-right-down:before {
  content: "\ea9e";
}

.icofont-rounded-right-up:before {
  content: "\ea9f";
}

.icofont-rounded-right:before {
  content: "\eaa0";
}

.icofont-rounded-up:before {
  content: "\eaa1";
}

.icofont-scroll-bubble-down:before {
  content: "\eaa2";
}

.icofont-scroll-bubble-left:before {
  content: "\eaa3";
}

.icofont-scroll-bubble-right:before {
  content: "\eaa4";
}

.icofont-scroll-bubble-up:before {
  content: "\eaa5";
}

.icofont-scroll-double-down:before {
  content: "\eaa6";
}

.icofont-scroll-double-left:before {
  content: "\eaa7";
}

.icofont-scroll-double-right:before {
  content: "\eaa8";
}

.icofont-scroll-double-up:before {
  content: "\eaa9";
}

.icofont-scroll-down:before {
  content: "\eaaa";
}

.icofont-scroll-left:before {
  content: "\eaab";
}

.icofont-scroll-long-down:before {
  content: "\eaac";
}

.icofont-scroll-long-left:before {
  content: "\eaad";
}

.icofont-scroll-long-right:before {
  content: "\eaae";
}

.icofont-scroll-long-up:before {
  content: "\eaaf";
}

.icofont-scroll-right:before {
  content: "\eab0";
}

.icofont-scroll-up:before {
  content: "\eab1";
}

.icofont-simple-down:before {
  content: "\eab2";
}

.icofont-simple-left-down:before {
  content: "\eab3";
}

.icofont-simple-left-up:before {
  content: "\eab4";
}

.icofont-simple-left:before {
  content: "\eab5";
}

.icofont-simple-right-down:before {
  content: "\eab6";
}

.icofont-simple-right-up:before {
  content: "\eab7";
}

.icofont-simple-right:before {
  content: "\eab8";
}

.icofont-simple-up:before {
  content: "\eab9";
}

.icofont-square-down:before {
  content: "\eaba";
}

.icofont-square-left:before {
  content: "\eabb";
}

.icofont-square-right:before {
  content: "\eabc";
}

.icofont-square-up:before {
  content: "\eabd";
}

.icofont-stylish-down:before {
  content: "\eabe";
}

.icofont-stylish-left:before {
  content: "\eabf";
}

.icofont-stylish-right:before {
  content: "\eac0";
}

.icofont-stylish-up:before {
  content: "\eac1";
}

.icofont-swoosh-down:before {
  content: "\eac2";
}

.icofont-swoosh-left:before {
  content: "\eac3";
}

.icofont-swoosh-right:before {
  content: "\eac4";
}

.icofont-swoosh-up:before {
  content: "\eac5";
}

.icofont-thin-double-left:before {
  content: "\eac6";
}

.icofont-thin-double-right:before {
  content: "\eac7";
}

.icofont-thin-down:before {
  content: "\eac8";
}

.icofont-thin-left:before {
  content: "\eac9";
}

.icofont-thin-right:before {
  content: "\eaca";
}

.icofont-thin-up:before {
  content: "\eacb";
}

.icofont-abc:before {
  content: "\eacc";
}

.icofont-atom:before {
  content: "\eacd";
}

.icofont-award:before {
  content: "\eace";
}

.icofont-bell-alt:before {
  content: "\eacf";
}

.icofont-black-board:before {
  content: "\ead0";
}

.icofont-book-alt:before {
  content: "\ead1";
}

.icofont-book:before {
  content: "\ead2";
}

.icofont-brainstorming:before {
  content: "\ead3";
}

.icofont-certificate-alt-1:before {
  content: "\ead4";
}

.icofont-certificate-alt-2:before {
  content: "\ead5";
}

.icofont-certificate:before {
  content: "\ead6";
}

.icofont-education:before {
  content: "\ead7";
}

.icofont-electron:before {
  content: "\ead8";
}

.icofont-fountain-pen:before {
  content: "\ead9";
}

.icofont-globe-alt:before {
  content: "\eada";
}

.icofont-graduate-alt:before {
  content: "\eadb";
}

.icofont-graduate:before {
  content: "\eadc";
}

.icofont-group-students:before {
  content: "\eadd";
}

.icofont-hat-alt:before {
  content: "\eade";
}

.icofont-hat:before {
  content: "\eadf";
}

.icofont-instrument:before {
  content: "\eae0";
}

.icofont-lamp-light:before {
  content: "\eae1";
}

.icofont-medal:before {
  content: "\eae2";
}

.icofont-microscope-alt:before {
  content: "\eae3";
}

.icofont-microscope:before {
  content: "\eae4";
}

.icofont-paper:before {
  content: "\eae5";
}

.icofont-pen-alt-4:before {
  content: "\eae6";
}

.icofont-pen-nib:before {
  content: "\eae7";
}

.icofont-pencil-alt-5:before {
  content: "\eae8";
}

.icofont-quill-pen:before {
  content: "\eae9";
}

.icofont-read-book-alt:before {
  content: "\eaea";
}

.icofont-read-book:before {
  content: "\eaeb";
}

.icofont-school-bag:before {
  content: "\eaec";
}

.icofont-school-bus:before {
  content: "\eaed";
}

.icofont-student-alt:before {
  content: "\eaee";
}

.icofont-student:before {
  content: "\eaef";
}

.icofont-teacher:before {
  content: "\eaf0";
}

.icofont-test-bulb:before {
  content: "\eaf1";
}

.icofont-test-tube-alt:before {
  content: "\eaf2";
}

.icofont-university:before {
  content: "\eaf3";
}

.icofont-angry:before {
  content: "\eaf4";
}

.icofont-astonished:before {
  content: "\eaf5";
}

.icofont-confounded:before {
  content: "\eaf6";
}

.icofont-confused:before {
  content: "\eaf7";
}

.icofont-crying:before {
  content: "\eaf8";
}

.icofont-dizzy:before {
  content: "\eaf9";
}

.icofont-expressionless:before {
  content: "\eafa";
}

.icofont-heart-eyes:before {
  content: "\eafb";
}

.icofont-laughing:before {
  content: "\eafc";
}

.icofont-nerd-smile:before {
  content: "\eafd";
}

.icofont-open-mouth:before {
  content: "\eafe";
}

.icofont-rage:before {
  content: "\eaff";
}

.icofont-rolling-eyes:before {
  content: "\eb00";
}

.icofont-sad:before {
  content: "\eb01";
}

.icofont-simple-smile:before {
  content: "\eb02";
}

.icofont-slightly-smile:before {
  content: "\eb03";
}

.icofont-smirk:before {
  content: "\eb04";
}

.icofont-stuck-out-tongue:before {
  content: "\eb05";
}

.icofont-wink-smile:before {
  content: "\eb06";
}

.icofont-worried:before {
  content: "\eb07";
}

.icofont-file-alt:before {
  content: "\eb08";
}

.icofont-file-audio:before {
  content: "\eb09";
}

.icofont-file-avi-mp4:before {
  content: "\eb0a";
}

.icofont-file-bmp:before {
  content: "\eb0b";
}

.icofont-file-code:before {
  content: "\eb0c";
}

.icofont-file-css:before {
  content: "\eb0d";
}

.icofont-file-document:before {
  content: "\eb0e";
}

.icofont-file-eps:before {
  content: "\eb0f";
}

.icofont-file-excel:before {
  content: "\eb10";
}

.icofont-file-exe:before {
  content: "\eb11";
}

.icofont-file-file:before {
  content: "\eb12";
}

.icofont-file-flv:before {
  content: "\eb13";
}

.icofont-file-gif:before {
  content: "\eb14";
}

.icofont-file-html5:before {
  content: "\eb15";
}

.icofont-file-image:before {
  content: "\eb16";
}

.icofont-file-iso:before {
  content: "\eb17";
}

.icofont-file-java:before {
  content: "\eb18";
}

.icofont-file-javascript:before {
  content: "\eb19";
}

.icofont-file-jpg:before {
  content: "\eb1a";
}

.icofont-file-midi:before {
  content: "\eb1b";
}

.icofont-file-mov:before {
  content: "\eb1c";
}

.icofont-file-mp3:before {
  content: "\eb1d";
}

.icofont-file-pdf:before {
  content: "\eb1e";
}

.icofont-file-php:before {
  content: "\eb1f";
}

.icofont-file-png:before {
  content: "\eb20";
}

.icofont-file-powerpoint:before {
  content: "\eb21";
}

.icofont-file-presentation:before {
  content: "\eb22";
}

.icofont-file-psb:before {
  content: "\eb23";
}

.icofont-file-psd:before {
  content: "\eb24";
}

.icofont-file-python:before {
  content: "\eb25";
}

.icofont-file-ruby:before {
  content: "\eb26";
}

.icofont-file-spreadsheet:before {
  content: "\eb27";
}

.icofont-file-sql:before {
  content: "\eb28";
}

.icofont-file-svg:before {
  content: "\eb29";
}

.icofont-file-text:before {
  content: "\eb2a";
}

.icofont-file-tiff:before {
  content: "\eb2b";
}

.icofont-file-video:before {
  content: "\eb2c";
}

.icofont-file-wave:before {
  content: "\eb2d";
}

.icofont-file-wmv:before {
  content: "\eb2e";
}

.icofont-file-word:before {
  content: "\eb2f";
}

.icofont-file-zip:before {
  content: "\eb30";
}

.icofont-cycling-alt:before {
  content: "\eb31";
}

.icofont-cycling:before {
  content: "\eb32";
}

.icofont-dumbbell:before {
  content: "\eb33";
}

.icofont-dumbbells:before {
  content: "\eb34";
}

.icofont-gym-alt-1:before {
  content: "\eb35";
}

.icofont-gym-alt-2:before {
  content: "\eb36";
}

.icofont-gym-alt-3:before {
  content: "\eb37";
}

.icofont-gym:before {
  content: "\eb38";
}

.icofont-muscle-weight:before {
  content: "\eb39";
}

.icofont-muscle:before {
  content: "\eb3a";
}

.icofont-apple:before {
  content: "\eb3b";
}

.icofont-arabian-coffee:before {
  content: "\eb3c";
}

.icofont-artichoke:before {
  content: "\eb3d";
}

.icofont-asparagus:before {
  content: "\eb3e";
}

.icofont-avocado:before {
  content: "\eb3f";
}

.icofont-baby-food:before {
  content: "\eb40";
}

.icofont-banana:before {
  content: "\eb41";
}

.icofont-bbq:before {
  content: "\eb42";
}

.icofont-beans:before {
  content: "\eb43";
}

.icofont-beer:before {
  content: "\eb44";
}

.icofont-bell-pepper-capsicum:before {
  content: "\eb45";
}

.icofont-birthday-cake:before {
  content: "\eb46";
}

.icofont-bread:before {
  content: "\eb47";
}

.icofont-broccoli:before {
  content: "\eb48";
}

.icofont-burger:before {
  content: "\eb49";
}

.icofont-cabbage:before {
  content: "\eb4a";
}

.icofont-carrot:before {
  content: "\eb4b";
}

.icofont-cauli-flower:before {
  content: "\eb4c";
}

.icofont-cheese:before {
  content: "\eb4d";
}

.icofont-chef:before {
  content: "\eb4e";
}

.icofont-cherry:before {
  content: "\eb4f";
}

.icofont-chicken-fry:before {
  content: "\eb50";
}

.icofont-chicken:before {
  content: "\eb51";
}

.icofont-cocktail:before {
  content: "\eb52";
}

.icofont-coconut-water:before {
  content: "\eb53";
}

.icofont-coconut:before {
  content: "\eb54";
}

.icofont-coffee-alt:before {
  content: "\eb55";
}

.icofont-coffee-cup:before {
  content: "\eb56";
}

.icofont-coffee-mug:before {
  content: "\eb57";
}

.icofont-coffee-pot:before {
  content: "\eb58";
}

.icofont-cola:before {
  content: "\eb59";
}

.icofont-corn:before {
  content: "\eb5a";
}

.icofont-croissant:before {
  content: "\eb5b";
}

.icofont-crop-plant:before {
  content: "\eb5c";
}

.icofont-cucumber:before {
  content: "\eb5d";
}

.icofont-culinary:before {
  content: "\eb5e";
}

.icofont-cup-cake:before {
  content: "\eb5f";
}

.icofont-dining-table:before {
  content: "\eb60";
}

.icofont-donut:before {
  content: "\eb61";
}

.icofont-egg-plant:before {
  content: "\eb62";
}

.icofont-egg-poached:before {
  content: "\eb63";
}

.icofont-farmer-alt:before {
  content: "\eb64";
}

.icofont-farmer:before {
  content: "\eb65";
}

.icofont-fast-food:before {
  content: "\eb66";
}

.icofont-food-basket:before {
  content: "\eb67";
}

.icofont-food-cart:before {
  content: "\eb68";
}

.icofont-fork-and-knife:before {
  content: "\eb69";
}

.icofont-french-fries:before {
  content: "\eb6a";
}

.icofont-fruits:before {
  content: "\eb6b";
}

.icofont-grapes:before {
  content: "\eb6c";
}

.icofont-honey:before {
  content: "\eb6d";
}

.icofont-hot-dog:before {
  content: "\eb6e";
}

.icofont-ice-cream-alt:before {
  content: "\eb6f";
}

.icofont-ice-cream:before {
  content: "\eb70";
}

.icofont-juice:before {
  content: "\eb71";
}

.icofont-ketchup:before {
  content: "\eb72";
}

.icofont-kiwi:before {
  content: "\eb73";
}

.icofont-layered-cake:before {
  content: "\eb74";
}

.icofont-lemon-alt:before {
  content: "\eb75";
}

.icofont-lemon:before {
  content: "\eb76";
}

.icofont-lobster:before {
  content: "\eb77";
}

.icofont-mango:before {
  content: "\eb78";
}

.icofont-milk:before {
  content: "\eb79";
}

.icofont-mushroom:before {
  content: "\eb7a";
}

.icofont-noodles:before {
  content: "\eb7b";
}

.icofont-onion:before {
  content: "\eb7c";
}

.icofont-orange:before {
  content: "\eb7d";
}

.icofont-pear:before {
  content: "\eb7e";
}

.icofont-peas:before {
  content: "\eb7f";
}

.icofont-pepper:before {
  content: "\eb80";
}

.icofont-pie-alt:before {
  content: "\eb81";
}

.icofont-pie:before {
  content: "\eb82";
}

.icofont-pineapple:before {
  content: "\eb83";
}

.icofont-pizza-slice:before {
  content: "\eb84";
}

.icofont-pizza:before {
  content: "\eb85";
}

.icofont-plant:before {
  content: "\eb86";
}

.icofont-popcorn:before {
  content: "\eb87";
}

.icofont-potato:before {
  content: "\eb88";
}

.icofont-pumpkin:before {
  content: "\eb89";
}

.icofont-raddish:before {
  content: "\eb8a";
}

.icofont-restaurant-menu:before {
  content: "\eb8b";
}

.icofont-restaurant:before {
  content: "\eb8c";
}

.icofont-salt-and-pepper:before {
  content: "\eb8d";
}

.icofont-sandwich:before {
  content: "\eb8e";
}

.icofont-sausage:before {
  content: "\eb8f";
}

.icofont-soft-drinks:before {
  content: "\eb90";
}

.icofont-soup-bowl:before {
  content: "\eb91";
}

.icofont-spoon-and-fork:before {
  content: "\eb92";
}

.icofont-steak:before {
  content: "\eb93";
}

.icofont-strawberry:before {
  content: "\eb94";
}

.icofont-sub-sandwich:before {
  content: "\eb95";
}

.icofont-sushi:before {
  content: "\eb96";
}

.icofont-taco:before {
  content: "\eb97";
}

.icofont-tea-pot:before {
  content: "\eb98";
}

.icofont-tea:before {
  content: "\eb99";
}

.icofont-tomato:before {
  content: "\eb9a";
}

.icofont-watermelon:before {
  content: "\eb9b";
}

.icofont-wheat:before {
  content: "\eb9c";
}

.icofont-baby-backpack:before {
  content: "\eb9d";
}

.icofont-baby-cloth:before {
  content: "\eb9e";
}

.icofont-baby-milk-bottle:before {
  content: "\eb9f";
}

.icofont-baby-trolley:before {
  content: "\eba0";
}

.icofont-baby:before {
  content: "\eba1";
}

.icofont-candy:before {
  content: "\eba2";
}

.icofont-holding-hands:before {
  content: "\eba3";
}

.icofont-infant-nipple:before {
  content: "\eba4";
}

.icofont-kids-scooter:before {
  content: "\eba5";
}

.icofont-safety-pin:before {
  content: "\eba6";
}

.icofont-teddy-bear:before {
  content: "\eba7";
}

.icofont-toy-ball:before {
  content: "\eba8";
}

.icofont-toy-cat:before {
  content: "\eba9";
}

.icofont-toy-duck:before {
  content: "\ebaa";
}

.icofont-toy-elephant:before {
  content: "\ebab";
}

.icofont-toy-hand:before {
  content: "\ebac";
}

.icofont-toy-horse:before {
  content: "\ebad";
}

.icofont-toy-lattu:before {
  content: "\ebae";
}

.icofont-toy-train:before {
  content: "\ebaf";
}

.icofont-burglar:before {
  content: "\ebb0";
}

.icofont-cannon-firing:before {
  content: "\ebb1";
}

.icofont-cc-camera:before {
  content: "\ebb2";
}

.icofont-cop-badge:before {
  content: "\ebb3";
}

.icofont-cop:before {
  content: "\ebb4";
}

.icofont-court-hammer:before {
  content: "\ebb5";
}

.icofont-court:before {
  content: "\ebb6";
}

.icofont-finger-print:before {
  content: "\ebb7";
}

.icofont-gavel:before {
  content: "\ebb8";
}

.icofont-handcuff-alt:before {
  content: "\ebb9";
}

.icofont-handcuff:before {
  content: "\ebba";
}

.icofont-investigation:before {
  content: "\ebbb";
}

.icofont-investigator:before {
  content: "\ebbc";
}

.icofont-jail:before {
  content: "\ebbd";
}

.icofont-judge:before {
  content: "\ebbe";
}

.icofont-law-alt-1:before {
  content: "\ebbf";
}

.icofont-law-alt-2:before {
  content: "\ebc0";
}

.icofont-law-alt-3:before {
  content: "\ebc1";
}

.icofont-law-book:before {
  content: "\ebc2";
}

.icofont-law-document:before {
  content: "\ebc3";
}

.icofont-law-order:before {
  content: "\ebc4";
}

.icofont-law-protect:before {
  content: "\ebc5";
}

.icofont-law-scales:before {
  content: "\ebc6";
}

.icofont-law:before {
  content: "\ebc7";
}

.icofont-lawyer-alt-1:before {
  content: "\ebc8";
}

.icofont-lawyer-alt-2:before {
  content: "\ebc9";
}

.icofont-lawyer:before {
  content: "\ebca";
}

.icofont-legal:before {
  content: "\ebcb";
}

.icofont-pistol:before {
  content: "\ebcc";
}

.icofont-police-badge:before {
  content: "\ebcd";
}

.icofont-police-cap:before {
  content: "\ebce";
}

.icofont-police-car-alt-1:before {
  content: "\ebcf";
}

.icofont-police-car-alt-2:before {
  content: "\ebd0";
}

.icofont-police-car:before {
  content: "\ebd1";
}

.icofont-police-hat:before {
  content: "\ebd2";
}

.icofont-police-van:before {
  content: "\ebd3";
}

.icofont-police:before {
  content: "\ebd4";
}

.icofont-thief-alt:before {
  content: "\ebd5";
}

.icofont-thief:before {
  content: "\ebd6";
}

.icofont-abacus-alt:before {
  content: "\ebd7";
}

.icofont-abacus:before {
  content: "\ebd8";
}

.icofont-angle-180:before {
  content: "\ebd9";
}

.icofont-angle-45:before {
  content: "\ebda";
}

.icofont-angle-90:before {
  content: "\ebdb";
}

.icofont-angle:before {
  content: "\ebdc";
}

.icofont-calculator-alt-1:before {
  content: "\ebdd";
}

.icofont-calculator-alt-2:before {
  content: "\ebde";
}

.icofont-calculator:before {
  content: "\ebdf";
}

.icofont-circle-ruler-alt:before {
  content: "\ebe0";
}

.icofont-circle-ruler:before {
  content: "\ebe1";
}

.icofont-compass-alt-1:before {
  content: "\ebe2";
}

.icofont-compass-alt-2:before {
  content: "\ebe3";
}

.icofont-compass-alt-3:before {
  content: "\ebe4";
}

.icofont-compass-alt-4:before {
  content: "\ebe5";
}

.icofont-golden-ratio:before {
  content: "\ebe6";
}

.icofont-marker-alt-1:before {
  content: "\ebe7";
}

.icofont-marker-alt-2:before {
  content: "\ebe8";
}

.icofont-marker-alt-3:before {
  content: "\ebe9";
}

.icofont-marker:before {
  content: "\ebea";
}

.icofont-math:before {
  content: "\ebeb";
}

.icofont-mathematical-alt-1:before {
  content: "\ebec";
}

.icofont-mathematical-alt-2:before {
  content: "\ebed";
}

.icofont-mathematical:before {
  content: "\ebee";
}

.icofont-pen-alt-1:before {
  content: "\ebef";
}

.icofont-pen-alt-2:before {
  content: "\ebf0";
}

.icofont-pen-alt-3:before {
  content: "\ebf1";
}

.icofont-pen-holder-alt-1:before {
  content: "\ebf2";
}

.icofont-pen-holder:before {
  content: "\ebf3";
}

.icofont-pen:before {
  content: "\ebf4";
}

.icofont-pencil-alt-1:before {
  content: "\ebf5";
}

.icofont-pencil-alt-2:before {
  content: "\ebf6";
}

.icofont-pencil-alt-3:before {
  content: "\ebf7";
}

.icofont-pencil-alt-4:before {
  content: "\ebf8";
}

.icofont-pencil:before {
  content: "\ebf9";
}

.icofont-ruler-alt-1:before {
  content: "\ebfa";
}

.icofont-ruler-alt-2:before {
  content: "\ebfb";
}

.icofont-ruler-compass-alt:before {
  content: "\ebfc";
}

.icofont-ruler-compass:before {
  content: "\ebfd";
}

.icofont-ruler-pencil-alt-1:before {
  content: "\ebfe";
}

.icofont-ruler-pencil-alt-2:before {
  content: "\ebff";
}

.icofont-ruler-pencil:before {
  content: "\ec00";
}

.icofont-ruler:before {
  content: "\ec01";
}

.icofont-rulers-alt:before {
  content: "\ec02";
}

.icofont-rulers:before {
  content: "\ec03";
}

.icofont-square-root:before {
  content: "\ec04";
}

.icofont-ui-calculator:before {
  content: "\ec05";
}

.icofont-aids:before {
  content: "\ec06";
}

.icofont-ambulance-crescent:before {
  content: "\ec07";
}

.icofont-ambulance-cross:before {
  content: "\ec08";
}

.icofont-ambulance:before {
  content: "\ec09";
}

.icofont-autism:before {
  content: "\ec0a";
}

.icofont-bandage:before {
  content: "\ec0b";
}

.icofont-blind:before {
  content: "\ec0c";
}

.icofont-blood-drop:before {
  content: "\ec0d";
}

.icofont-blood-test:before {
  content: "\ec0e";
}

.icofont-blood:before {
  content: "\ec0f";
}

.icofont-brain-alt:before {
  content: "\ec10";
}

.icofont-brain:before {
  content: "\ec11";
}

.icofont-capsule:before {
  content: "\ec12";
}

.icofont-crutch:before {
  content: "\ec13";
}

.icofont-disabled:before {
  content: "\ec14";
}

.icofont-dna-alt-1:before {
  content: "\ec15";
}

.icofont-dna-alt-2:before {
  content: "\ec16";
}

.icofont-dna:before {
  content: "\ec17";
}

.icofont-doctor-alt:before {
  content: "\ec18";
}

.icofont-doctor:before {
  content: "\ec19";
}

.icofont-drug-pack:before {
  content: "\ec1a";
}

.icofont-drug:before {
  content: "\ec1b";
}

.icofont-first-aid-alt:before {
  content: "\ec1c";
}

.icofont-first-aid:before {
  content: "\ec1d";
}

.icofont-heart-beat-alt:before {
  content: "\ec1e";
}

.icofont-heart-beat:before {
  content: "\ec1f";
}

.icofont-heartbeat:before {
  content: "\ec20";
}

.icofont-herbal:before {
  content: "\ec21";
}

.icofont-hospital:before {
  content: "\ec22";
}

.icofont-icu:before {
  content: "\ec23";
}

.icofont-injection-syringe:before {
  content: "\ec24";
}

.icofont-laboratory:before {
  content: "\ec25";
}

.icofont-medical-sign-alt:before {
  content: "\ec26";
}

.icofont-medical-sign:before {
  content: "\ec27";
}

.icofont-nurse-alt:before {
  content: "\ec28";
}

.icofont-nurse:before {
  content: "\ec29";
}

.icofont-nursing-home:before {
  content: "\ec2a";
}

.icofont-operation-theater:before {
  content: "\ec2b";
}

.icofont-paralysis-disability:before {
  content: "\ec2c";
}

.icofont-patient-bed:before {
  content: "\ec2d";
}

.icofont-patient-file:before {
  content: "\ec2e";
}

.icofont-pills:before {
  content: "\ec2f";
}

.icofont-prescription:before {
  content: "\ec30";
}

.icofont-pulse:before {
  content: "\ec31";
}

.icofont-stethoscope-alt:before {
  content: "\ec32";
}

.icofont-stethoscope:before {
  content: "\ec33";
}

.icofont-stretcher:before {
  content: "\ec34";
}

.icofont-surgeon-alt:before {
  content: "\ec35";
}

.icofont-surgeon:before {
  content: "\ec36";
}

.icofont-tablets:before {
  content: "\ec37";
}

.icofont-test-bottle:before {
  content: "\ec38";
}

.icofont-test-tube:before {
  content: "\ec39";
}

.icofont-thermometer-alt:before {
  content: "\ec3a";
}

.icofont-thermometer:before {
  content: "\ec3b";
}

.icofont-tooth:before {
  content: "\ec3c";
}

.icofont-xray:before {
  content: "\ec3d";
}

.icofont-ui-add:before {
  content: "\ec3e";
}

.icofont-ui-alarm:before {
  content: "\ec3f";
}

.icofont-ui-battery:before {
  content: "\ec40";
}

.icofont-ui-block:before {
  content: "\ec41";
}

.icofont-ui-bluetooth:before {
  content: "\ec42";
}

.icofont-ui-brightness:before {
  content: "\ec43";
}

.icofont-ui-browser:before {
  content: "\ec44";
}

.icofont-ui-calendar:before {
  content: "\ec45";
}

.icofont-ui-call:before {
  content: "\ec46";
}

.icofont-ui-camera:before {
  content: "\ec47";
}

.icofont-ui-cart:before {
  content: "\ec48";
}

.icofont-ui-cell-phone:before {
  content: "\ec49";
}

.icofont-ui-chat:before {
  content: "\ec4a";
}

.icofont-ui-check:before {
  content: "\ec4b";
}

.icofont-ui-clip-board:before {
  content: "\ec4c";
}

.icofont-ui-clip:before {
  content: "\ec4d";
}

.icofont-ui-clock:before {
  content: "\ec4e";
}

.icofont-ui-close:before {
  content: "\ec4f";
}

.icofont-ui-contact-list:before {
  content: "\ec50";
}

.icofont-ui-copy:before {
  content: "\ec51";
}

.icofont-ui-cut:before {
  content: "\ec52";
}

.icofont-ui-delete:before {
  content: "\ec53";
}

.icofont-ui-dial-phone:before {
  content: "\ec54";
}

.icofont-ui-edit:before {
  content: "\ec55";
}

.icofont-ui-email:before {
  content: "\ec56";
}

.icofont-ui-file:before {
  content: "\ec57";
}

.icofont-ui-fire-wall:before {
  content: "\ec58";
}

.icofont-ui-flash-light:before {
  content: "\ec59";
}

.icofont-ui-flight:before {
  content: "\ec5a";
}

.icofont-ui-folder:before {
  content: "\ec5b";
}

.icofont-ui-game:before {
  content: "\ec5c";
}

.icofont-ui-handicapped:before {
  content: "\ec5d";
}

.icofont-ui-home:before {
  content: "\ec5e";
}

.icofont-ui-image:before {
  content: "\ec5f";
}

.icofont-ui-laoding:before {
  content: "\ec60";
}

.icofont-ui-lock:before {
  content: "\ec61";
}

.icofont-ui-love-add:before {
  content: "\ec62";
}

.icofont-ui-love-broken:before {
  content: "\ec63";
}

.icofont-ui-love-remove:before {
  content: "\ec64";
}

.icofont-ui-love:before {
  content: "\ec65";
}

.icofont-ui-map:before {
  content: "\ec66";
}

.icofont-ui-message:before {
  content: "\ec67";
}

.icofont-ui-messaging:before {
  content: "\ec68";
}

.icofont-ui-movie:before {
  content: "\ec69";
}

.icofont-ui-music-player:before {
  content: "\ec6a";
}

.icofont-ui-music:before {
  content: "\ec6b";
}

.icofont-ui-mute:before {
  content: "\ec6c";
}

.icofont-ui-network:before {
  content: "\ec6d";
}

.icofont-ui-next:before {
  content: "\ec6e";
}

.icofont-ui-note:before {
  content: "\ec6f";
}

.icofont-ui-office:before {
  content: "\ec70";
}

.icofont-ui-password:before {
  content: "\ec71";
}

.icofont-ui-pause:before {
  content: "\ec72";
}

.icofont-ui-play-stop:before {
  content: "\ec73";
}

.icofont-ui-play:before {
  content: "\ec74";
}

.icofont-ui-pointer:before {
  content: "\ec75";
}

.icofont-ui-power:before {
  content: "\ec76";
}

.icofont-ui-press:before {
  content: "\ec77";
}

.icofont-ui-previous:before {
  content: "\ec78";
}

.icofont-ui-rate-add:before {
  content: "\ec79";
}

.icofont-ui-rate-blank:before {
  content: "\ec7a";
}

.icofont-ui-rate-remove:before {
  content: "\ec7b";
}

.icofont-ui-rating:before {
  content: "\ec7c";
}

.icofont-ui-record:before {
  content: "\ec7d";
}

.icofont-ui-remove:before {
  content: "\ec7e";
}

.icofont-ui-reply:before {
  content: "\ec7f";
}

.icofont-ui-rotation:before {
  content: "\ec80";
}

.icofont-ui-rss:before {
  content: "\ec81";
}

.icofont-ui-search:before {
  content: "\ec82";
}

.icofont-ui-settings:before {
  content: "\ec83";
}

.icofont-ui-social-link:before {
  content: "\ec84";
}

.icofont-ui-tag:before {
  content: "\ec85";
}

.icofont-ui-text-chat:before {
  content: "\ec86";
}

.icofont-ui-text-loading:before {
  content: "\ec87";
}

.icofont-ui-theme:before {
  content: "\ec88";
}

.icofont-ui-timer:before {
  content: "\ec89";
}

.icofont-ui-touch-phone:before {
  content: "\ec8a";
}

.icofont-ui-travel:before {
  content: "\ec8b";
}

.icofont-ui-unlock:before {
  content: "\ec8c";
}

.icofont-ui-user-group:before {
  content: "\ec8d";
}

.icofont-ui-user:before {
  content: "\ec8e";
}

.icofont-ui-v-card:before {
  content: "\ec8f";
}

.icofont-ui-video-chat:before {
  content: "\ec90";
}

.icofont-ui-video-message:before {
  content: "\ec91";
}

.icofont-ui-video-play:before {
  content: "\ec92";
}

.icofont-ui-video:before {
  content: "\ec93";
}

.icofont-ui-volume:before {
  content: "\ec94";
}

.icofont-ui-weather:before {
  content: "\ec95";
}

.icofont-ui-wifi:before {
  content: "\ec96";
}

.icofont-ui-zoom-in:before {
  content: "\ec97";
}

.icofont-ui-zoom-out:before {
  content: "\ec98";
}

.icofont-cassette-player:before {
  content: "\ec99";
}

.icofont-cassette:before {
  content: "\ec9a";
}

.icofont-forward:before {
  content: "\ec9b";
}

.icofont-guiter:before {
  content: "\ec9c";
}

.icofont-movie:before {
  content: "\ec9d";
}

.icofont-multimedia:before {
  content: "\ec9e";
}

.icofont-music-alt:before {
  content: "\ec9f";
}

.icofont-music-disk:before {
  content: "\eca0";
}

.icofont-music-note:before {
  content: "\eca1";
}

.icofont-music-notes:before {
  content: "\eca2";
}

.icofont-music:before {
  content: "\eca3";
}

.icofont-mute-volume:before {
  content: "\eca4";
}

.icofont-pause:before {
  content: "\eca5";
}

.icofont-play-alt-1:before {
  content: "\eca6";
}

.icofont-play-alt-2:before {
  content: "\eca7";
}

.icofont-play-alt-3:before {
  content: "\eca8";
}

.icofont-play-pause:before {
  content: "\eca9";
}

.icofont-play:before {
  content: "\ecaa";
}

.icofont-record:before {
  content: "\ecab";
}

.icofont-retro-music-disk:before {
  content: "\ecac";
}

.icofont-rewind:before {
  content: "\ecad";
}

.icofont-song-notes:before {
  content: "\ecae";
}

.icofont-sound-wave-alt:before {
  content: "\ecaf";
}

.icofont-sound-wave:before {
  content: "\ecb0";
}

.icofont-stop:before {
  content: "\ecb1";
}

.icofont-video-alt:before {
  content: "\ecb2";
}

.icofont-video-cam:before {
  content: "\ecb3";
}

.icofont-video-clapper:before {
  content: "\ecb4";
}

.icofont-video:before {
  content: "\ecb5";
}

.icofont-volume-bar:before {
  content: "\ecb6";
}

.icofont-volume-down:before {
  content: "\ecb7";
}

.icofont-volume-mute:before {
  content: "\ecb8";
}

.icofont-volume-off:before {
  content: "\ecb9";
}

.icofont-volume-up:before {
  content: "\ecba";
}

.icofont-youtube-play:before {
  content: "\ecbb";
}

.icofont-2checkout-alt:before {
  content: "\ecbc";
}

.icofont-2checkout:before {
  content: "\ecbd";
}

.icofont-amazon-alt:before {
  content: "\ecbe";
}

.icofont-amazon:before {
  content: "\ecbf";
}

.icofont-american-express-alt:before {
  content: "\ecc0";
}

.icofont-american-express:before {
  content: "\ecc1";
}

.icofont-apple-pay-alt:before {
  content: "\ecc2";
}

.icofont-apple-pay:before {
  content: "\ecc3";
}

.icofont-bank-transfer-alt:before {
  content: "\ecc4";
}

.icofont-bank-transfer:before {
  content: "\ecc5";
}

.icofont-braintree-alt:before {
  content: "\ecc6";
}

.icofont-braintree:before {
  content: "\ecc7";
}

.icofont-cash-on-delivery-alt:before {
  content: "\ecc8";
}

.icofont-cash-on-delivery:before {
  content: "\ecc9";
}

.icofont-diners-club-alt-1:before {
  content: "\ecca";
}

.icofont-diners-club-alt-2:before {
  content: "\eccb";
}

.icofont-diners-club-alt-3:before {
  content: "\eccc";
}

.icofont-diners-club:before {
  content: "\eccd";
}

.icofont-discover-alt:before {
  content: "\ecce";
}

.icofont-discover:before {
  content: "\eccf";
}

.icofont-eway-alt:before {
  content: "\ecd0";
}

.icofont-eway:before {
  content: "\ecd1";
}

.icofont-google-wallet-alt-1:before {
  content: "\ecd2";
}

.icofont-google-wallet-alt-2:before {
  content: "\ecd3";
}

.icofont-google-wallet-alt-3:before {
  content: "\ecd4";
}

.icofont-google-wallet:before {
  content: "\ecd5";
}

.icofont-jcb-alt:before {
  content: "\ecd6";
}

.icofont-jcb:before {
  content: "\ecd7";
}

.icofont-maestro-alt:before {
  content: "\ecd8";
}

.icofont-maestro:before {
  content: "\ecd9";
}

.icofont-mastercard-alt:before {
  content: "\ecda";
}

.icofont-mastercard:before {
  content: "\ecdb";
}

.icofont-payoneer-alt:before {
  content: "\ecdc";
}

.icofont-payoneer:before {
  content: "\ecdd";
}

.icofont-paypal-alt:before {
  content: "\ecde";
}

.icofont-paypal:before {
  content: "\ecdf";
}

.icofont-sage-alt:before {
  content: "\ece0";
}

.icofont-sage:before {
  content: "\ece1";
}

.icofont-skrill-alt:before {
  content: "\ece2";
}

.icofont-skrill:before {
  content: "\ece3";
}

.icofont-stripe-alt:before {
  content: "\ece4";
}

.icofont-stripe:before {
  content: "\ece5";
}

.icofont-visa-alt:before {
  content: "\ece6";
}

.icofont-visa-electron:before {
  content: "\ece7";
}

.icofont-visa:before {
  content: "\ece8";
}

.icofont-western-union-alt:before {
  content: "\ece9";
}

.icofont-western-union:before {
  content: "\ecea";
}

.icofont-boy:before {
  content: "\eceb";
}

.icofont-business-man-alt-1:before {
  content: "\ecec";
}

.icofont-business-man-alt-2:before {
  content: "\eced";
}

.icofont-business-man-alt-3:before {
  content: "\ecee";
}

.icofont-business-man:before {
  content: "\ecef";
}

.icofont-female:before {
  content: "\ecf0";
}

.icofont-funky-man:before {
  content: "\ecf1";
}

.icofont-girl-alt:before {
  content: "\ecf2";
}

.icofont-girl:before {
  content: "\ecf3";
}

.icofont-group:before {
  content: "\ecf4";
}

.icofont-hotel-boy-alt:before {
  content: "\ecf5";
}

.icofont-hotel-boy:before {
  content: "\ecf6";
}

.icofont-kid:before {
  content: "\ecf7";
}

.icofont-man-in-glasses:before {
  content: "\ecf8";
}

.icofont-people:before {
  content: "\ecf9";
}

.icofont-support:before {
  content: "\ecfa";
}

.icofont-user-alt-1:before {
  content: "\ecfb";
}

.icofont-user-alt-2:before {
  content: "\ecfc";
}

.icofont-user-alt-3:before {
  content: "\ecfd";
}

.icofont-user-alt-4:before {
  content: "\ecfe";
}

.icofont-user-alt-5:before {
  content: "\ecff";
}

.icofont-user-alt-6:before {
  content: "\ed00";
}

.icofont-user-alt-7:before {
  content: "\ed01";
}

.icofont-user-female:before {
  content: "\ed02";
}

.icofont-user-male:before {
  content: "\ed03";
}

.icofont-user-suited:before {
  content: "\ed04";
}

.icofont-user:before {
  content: "\ed05";
}

.icofont-users-alt-1:before {
  content: "\ed06";
}

.icofont-users-alt-2:before {
  content: "\ed07";
}

.icofont-users-alt-3:before {
  content: "\ed08";
}

.icofont-users-alt-4:before {
  content: "\ed09";
}

.icofont-users-alt-5:before {
  content: "\ed0a";
}

.icofont-users-alt-6:before {
  content: "\ed0b";
}

.icofont-users-social:before {
  content: "\ed0c";
}

.icofont-users:before {
  content: "\ed0d";
}

.icofont-waiter-alt:before {
  content: "\ed0e";
}

.icofont-waiter:before {
  content: "\ed0f";
}

.icofont-woman-in-glasses:before {
  content: "\ed10";
}

.icofont-search-1:before {
  content: "\ed11";
}

.icofont-search-2:before {
  content: "\ed12";
}

.icofont-search-document:before {
  content: "\ed13";
}

.icofont-search-folder:before {
  content: "\ed14";
}

.icofont-search-job:before {
  content: "\ed15";
}

.icofont-search-map:before {
  content: "\ed16";
}

.icofont-search-property:before {
  content: "\ed17";
}

.icofont-search-restaurant:before {
  content: "\ed18";
}

.icofont-search-stock:before {
  content: "\ed19";
}

.icofont-search-user:before {
  content: "\ed1a";
}

.icofont-search:before {
  content: "\ed1b";
}

.icofont-500px:before {
  content: "\ed1c";
}

.icofont-aim:before {
  content: "\ed1d";
}

.icofont-badoo:before {
  content: "\ed1e";
}

.icofont-baidu-tieba:before {
  content: "\ed1f";
}

.icofont-bbm-messenger:before {
  content: "\ed20";
}

.icofont-bebo:before {
  content: "\ed21";
}

.icofont-behance:before {
  content: "\ed22";
}

.icofont-blogger:before {
  content: "\ed23";
}

.icofont-bootstrap:before {
  content: "\ed24";
}

.icofont-brightkite:before {
  content: "\ed25";
}

.icofont-cloudapp:before {
  content: "\ed26";
}

.icofont-concrete5:before {
  content: "\ed27";
}

.icofont-delicious:before {
  content: "\ed28";
}

.icofont-designbump:before {
  content: "\ed29";
}

.icofont-designfloat:before {
  content: "\ed2a";
}

.icofont-deviantart:before {
  content: "\ed2b";
}

.icofont-digg:before {
  content: "\ed2c";
}

.icofont-dotcms:before {
  content: "\ed2d";
}

.icofont-dribbble:before {
  content: "\ed2e";
}

.icofont-dribble:before {
  content: "\ed2f";
}

.icofont-dropbox:before {
  content: "\ed30";
}

.icofont-ebuddy:before {
  content: "\ed31";
}

.icofont-ello:before {
  content: "\ed32";
}

.icofont-ember:before {
  content: "\ed33";
}

.icofont-envato:before {
  content: "\ed34";
}

.icofont-evernote:before {
  content: "\ed35";
}

.icofont-facebook-messenger:before {
  content: "\ed36";
}

.icofont-facebook:before {
  content: "\ed37";
}

.icofont-feedburner:before {
  content: "\ed38";
}

.icofont-flikr:before {
  content: "\ed39";
}

.icofont-folkd:before {
  content: "\ed3a";
}

.icofont-foursquare:before {
  content: "\ed3b";
}

.icofont-friendfeed:before {
  content: "\ed3c";
}

.icofont-ghost:before {
  content: "\ed3d";
}

.icofont-github:before {
  content: "\ed3e";
}

.icofont-gnome:before {
  content: "\ed3f";
}

.icofont-google-buzz:before {
  content: "\ed40";
}

.icofont-google-hangouts:before {
  content: "\ed41";
}

.icofont-google-map:before {
  content: "\ed42";
}

.icofont-google-plus:before {
  content: "\ed43";
}

.icofont-google-talk:before {
  content: "\ed44";
}

.icofont-hype-machine:before {
  content: "\ed45";
}

.icofont-instagram:before {
  content: "\ed46";
}

.icofont-kakaotalk:before {
  content: "\ed47";
}

.icofont-kickstarter:before {
  content: "\ed48";
}

.icofont-kik:before {
  content: "\ed49";
}

.icofont-kiwibox:before {
  content: "\ed4a";
}

.icofont-line-messenger:before {
  content: "\ed4b";
}

.icofont-line:before {
  content: "\ed4c";
}

.icofont-linkedin:before {
  content: "\ed4d";
}

.icofont-linux-mint:before {
  content: "\ed4e";
}

.icofont-live-messenger:before {
  content: "\ed4f";
}

.icofont-livejournal:before {
  content: "\ed50";
}

.icofont-magento:before {
  content: "\ed51";
}

.icofont-meetme:before {
  content: "\ed52";
}

.icofont-meetup:before {
  content: "\ed53";
}

.icofont-mixx:before {
  content: "\ed54";
}

.icofont-newsvine:before {
  content: "\ed55";
}

.icofont-nimbuss:before {
  content: "\ed56";
}

.icofont-odnoklassniki:before {
  content: "\ed57";
}

.icofont-opencart:before {
  content: "\ed58";
}

.icofont-oscommerce:before {
  content: "\ed59";
}

.icofont-pandora:before {
  content: "\ed5a";
}

.icofont-photobucket:before {
  content: "\ed5b";
}

.icofont-picasa:before {
  content: "\ed5c";
}

.icofont-pinterest:before {
  content: "\ed5d";
}

.icofont-prestashop:before {
  content: "\ed5e";
}

.icofont-qik:before {
  content: "\ed5f";
}

.icofont-qq:before {
  content: "\ed60";
}

.icofont-readernaut:before {
  content: "\ed61";
}

.icofont-reddit:before {
  content: "\ed62";
}

.icofont-renren:before {
  content: "\ed63";
}

.icofont-rss:before {
  content: "\ed64";
}

.icofont-shopify:before {
  content: "\ed65";
}

.icofont-silverstripe:before {
  content: "\ed66";
}

.icofont-skype:before {
  content: "\ed67";
}

.icofont-slack:before {
  content: "\ed68";
}

.icofont-slashdot:before {
  content: "\ed69";
}

.icofont-slidshare:before {
  content: "\ed6a";
}

.icofont-smugmug:before {
  content: "\ed6b";
}

.icofont-snapchat:before {
  content: "\ed6c";
}

.icofont-soundcloud:before {
  content: "\ed6d";
}

.icofont-spotify:before {
  content: "\ed6e";
}

.icofont-stack-exchange:before {
  content: "\ed6f";
}

.icofont-stack-overflow:before {
  content: "\ed70";
}

.icofont-steam:before {
  content: "\ed71";
}

.icofont-stumbleupon:before {
  content: "\ed72";
}

.icofont-tagged:before {
  content: "\ed73";
}

.icofont-technorati:before {
  content: "\ed74";
}

.icofont-telegram:before {
  content: "\ed75";
}

.icofont-tinder:before {
  content: "\ed76";
}

.icofont-trello:before {
  content: "\ed77";
}

.icofont-tumblr:before {
  content: "\ed78";
}

.icofont-twitch:before {
  content: "\ed79";
}

.icofont-twitter:before {
  content: "\ed7a";
}

.icofont-typo3:before {
  content: "\ed7b";
}

.icofont-ubercart:before {
  content: "\ed7c";
}

.icofont-viber:before {
  content: "\ed7d";
}

.icofont-viddler:before {
  content: "\ed7e";
}

.icofont-vimeo:before {
  content: "\ed7f";
}

.icofont-vine:before {
  content: "\ed80";
}

.icofont-virb:before {
  content: "\ed81";
}

.icofont-virtuemart:before {
  content: "\ed82";
}

.icofont-vk:before {
  content: "\ed83";
}

.icofont-wechat:before {
  content: "\ed84";
}

.icofont-weibo:before {
  content: "\ed85";
}

.icofont-whatsapp:before {
  content: "\ed86";
}

.icofont-xing:before {
  content: "\ed87";
}

.icofont-yahoo:before {
  content: "\ed88";
}

.icofont-yelp:before {
  content: "\ed89";
}

.icofont-youku:before {
  content: "\ed8a";
}

.icofont-youtube:before {
  content: "\ed8b";
}

.icofont-zencart:before {
  content: "\ed8c";
}

.icofont-badminton-birdie:before {
  content: "\ed8d";
}

.icofont-baseball:before {
  content: "\ed8e";
}

.icofont-baseballer:before {
  content: "\ed8f";
}

.icofont-basketball-hoop:before {
  content: "\ed90";
}

.icofont-basketball:before {
  content: "\ed91";
}

.icofont-billiard-ball:before {
  content: "\ed92";
}

.icofont-boot-alt-1:before {
  content: "\ed93";
}

.icofont-boot-alt-2:before {
  content: "\ed94";
}

.icofont-boot:before {
  content: "\ed95";
}

.icofont-bowling-alt:before {
  content: "\ed96";
}

.icofont-bowling:before {
  content: "\ed97";
}

.icofont-canoe:before {
  content: "\ed98";
}

.icofont-cheer-leader:before {
  content: "\ed99";
}

.icofont-climbing:before {
  content: "\ed9a";
}

.icofont-corner:before {
  content: "\ed9b";
}

.icofont-field-alt:before {
  content: "\ed9c";
}

.icofont-field:before {
  content: "\ed9d";
}

.icofont-football-alt:before {
  content: "\ed9e";
}

.icofont-football-american:before {
  content: "\ed9f";
}

.icofont-football:before {
  content: "\eda0";
}

.icofont-foul:before {
  content: "\eda1";
}

.icofont-goal-keeper:before {
  content: "\eda2";
}

.icofont-goal:before {
  content: "\eda3";
}

.icofont-golf-alt:before {
  content: "\eda4";
}

.icofont-golf-bag:before {
  content: "\eda5";
}

.icofont-golf-cart:before {
  content: "\eda6";
}

.icofont-golf-field:before {
  content: "\eda7";
}

.icofont-golf:before {
  content: "\eda8";
}

.icofont-golfer:before {
  content: "\eda9";
}

.icofont-helmet:before {
  content: "\edaa";
}

.icofont-hockey-alt:before {
  content: "\edab";
}

.icofont-hockey:before {
  content: "\edac";
}

.icofont-ice-skate:before {
  content: "\edad";
}

.icofont-jersey-alt:before {
  content: "\edae";
}

.icofont-jersey:before {
  content: "\edaf";
}

.icofont-jumping:before {
  content: "\edb0";
}

.icofont-kick:before {
  content: "\edb1";
}

.icofont-leg:before {
  content: "\edb2";
}

.icofont-match-review:before {
  content: "\edb3";
}

.icofont-medal-sport:before {
  content: "\edb4";
}

.icofont-offside:before {
  content: "\edb5";
}

.icofont-olympic-logo:before {
  content: "\edb6";
}

.icofont-olympic:before {
  content: "\edb7";
}

.icofont-padding:before {
  content: "\edb8";
}

.icofont-penalty-card:before {
  content: "\edb9";
}

.icofont-racer:before {
  content: "\edba";
}

.icofont-racing-car:before {
  content: "\edbb";
}

.icofont-racing-flag-alt:before {
  content: "\edbc";
}

.icofont-racing-flag:before {
  content: "\edbd";
}

.icofont-racings-wheel:before {
  content: "\edbe";
}

.icofont-referee:before {
  content: "\edbf";
}

.icofont-refree-jersey:before {
  content: "\edc0";
}

.icofont-result-sport:before {
  content: "\edc1";
}

.icofont-rugby-ball:before {
  content: "\edc2";
}

.icofont-rugby-player:before {
  content: "\edc3";
}

.icofont-rugby:before {
  content: "\edc4";
}

.icofont-runner-alt-1:before {
  content: "\edc5";
}

.icofont-runner-alt-2:before {
  content: "\edc6";
}

.icofont-runner:before {
  content: "\edc7";
}

.icofont-score-board:before {
  content: "\edc8";
}

.icofont-skiing-man:before {
  content: "\edc9";
}

.icofont-skydiving-goggles:before {
  content: "\edca";
}

.icofont-snow-mobile:before {
  content: "\edcb";
}

.icofont-steering:before {
  content: "\edcc";
}

.icofont-stopwatch:before {
  content: "\edcd";
}

.icofont-substitute:before {
  content: "\edce";
}

.icofont-swimmer:before {
  content: "\edcf";
}

.icofont-table-tennis:before {
  content: "\edd0";
}

.icofont-team-alt:before {
  content: "\edd1";
}

.icofont-team:before {
  content: "\edd2";
}

.icofont-tennis-player:before {
  content: "\edd3";
}

.icofont-tennis:before {
  content: "\edd4";
}

.icofont-tracking:before {
  content: "\edd5";
}

.icofont-trophy-alt:before {
  content: "\edd6";
}

.icofont-trophy:before {
  content: "\edd7";
}

.icofont-volleyball-alt:before {
  content: "\edd8";
}

.icofont-volleyball-fire:before {
  content: "\edd9";
}

.icofont-volleyball:before {
  content: "\edda";
}

.icofont-water-bottle:before {
  content: "\eddb";
}

.icofont-whistle-alt:before {
  content: "\eddc";
}

.icofont-whistle:before {
  content: "\eddd";
}

.icofont-win-trophy:before {
  content: "\edde";
}

.icofont-align-center:before {
  content: "\eddf";
}

.icofont-align-left:before {
  content: "\ede0";
}

.icofont-align-right:before {
  content: "\ede1";
}

.icofont-all-caps:before {
  content: "\ede2";
}

.icofont-bold:before {
  content: "\ede3";
}

.icofont-brush:before {
  content: "\ede4";
}

.icofont-clip-board:before {
  content: "\ede5";
}

.icofont-code-alt:before {
  content: "\ede6";
}

.icofont-color-bucket:before {
  content: "\ede7";
}

.icofont-color-picker:before {
  content: "\ede8";
}

.icofont-copy-invert:before {
  content: "\ede9";
}

.icofont-copy:before {
  content: "\edea";
}

.icofont-cut:before {
  content: "\edeb";
}

.icofont-delete-alt:before {
  content: "\edec";
}

.icofont-edit-alt:before {
  content: "\eded";
}

.icofont-eraser-alt:before {
  content: "\edee";
}

.icofont-font:before {
  content: "\edef";
}

.icofont-heading:before {
  content: "\edf0";
}

.icofont-indent:before {
  content: "\edf1";
}

.icofont-italic-alt:before {
  content: "\edf2";
}

.icofont-italic:before {
  content: "\edf3";
}

.icofont-justify-all:before {
  content: "\edf4";
}

.icofont-justify-center:before {
  content: "\edf5";
}

.icofont-justify-left:before {
  content: "\edf6";
}

.icofont-justify-right:before {
  content: "\edf7";
}

.icofont-link-broken:before {
  content: "\edf8";
}

.icofont-outdent:before {
  content: "\edf9";
}

.icofont-paper-clip:before {
  content: "\edfa";
}

.icofont-paragraph:before {
  content: "\edfb";
}

.icofont-pin:before {
  content: "\edfc";
}

.icofont-printer:before {
  content: "\edfd";
}

.icofont-redo:before {
  content: "\edfe";
}

.icofont-rotation:before {
  content: "\edff";
}

.icofont-save:before {
  content: "\ee00";
}

.icofont-small-cap:before {
  content: "\ee01";
}

.icofont-strike-through:before {
  content: "\ee02";
}

.icofont-sub-listing:before {
  content: "\ee03";
}

.icofont-subscript:before {
  content: "\ee04";
}

.icofont-superscript:before {
  content: "\ee05";
}

.icofont-table:before {
  content: "\ee06";
}

.icofont-text-height:before {
  content: "\ee07";
}

.icofont-text-width:before {
  content: "\ee08";
}

.icofont-trash:before {
  content: "\ee09";
}

.icofont-underline:before {
  content: "\ee0a";
}

.icofont-undo:before {
  content: "\ee0b";
}

.icofont-air-balloon:before {
  content: "\ee0c";
}

.icofont-airplane-alt:before {
  content: "\ee0d";
}

.icofont-airplane:before {
  content: "\ee0e";
}

.icofont-articulated-truck:before {
  content: "\ee0f";
}

.icofont-auto-mobile:before {
  content: "\ee10";
}

.icofont-auto-rickshaw:before {
  content: "\ee11";
}

.icofont-bicycle-alt-1:before {
  content: "\ee12";
}

.icofont-bicycle-alt-2:before {
  content: "\ee13";
}

.icofont-bicycle:before {
  content: "\ee14";
}

.icofont-bus-alt-1:before {
  content: "\ee15";
}

.icofont-bus-alt-2:before {
  content: "\ee16";
}

.icofont-bus-alt-3:before {
  content: "\ee17";
}

.icofont-bus:before {
  content: "\ee18";
}

.icofont-cab:before {
  content: "\ee19";
}

.icofont-cable-car:before {
  content: "\ee1a";
}

.icofont-car-alt-1:before {
  content: "\ee1b";
}

.icofont-car-alt-2:before {
  content: "\ee1c";
}

.icofont-car-alt-3:before {
  content: "\ee1d";
}

.icofont-car-alt-4:before {
  content: "\ee1e";
}

.icofont-car:before {
  content: "\ee1f";
}

.icofont-delivery-time:before {
  content: "\ee20";
}

.icofont-fast-delivery:before {
  content: "\ee21";
}

.icofont-fire-truck-alt:before {
  content: "\ee22";
}

.icofont-fire-truck:before {
  content: "\ee23";
}

.icofont-free-delivery:before {
  content: "\ee24";
}

.icofont-helicopter:before {
  content: "\ee25";
}

.icofont-motor-bike-alt:before {
  content: "\ee26";
}

.icofont-motor-bike:before {
  content: "\ee27";
}

.icofont-motor-biker:before {
  content: "\ee28";
}

.icofont-oil-truck:before {
  content: "\ee29";
}

.icofont-rickshaw:before {
  content: "\ee2a";
}

.icofont-rocket-alt-1:before {
  content: "\ee2b";
}

.icofont-rocket-alt-2:before {
  content: "\ee2c";
}

.icofont-rocket:before {
  content: "\ee2d";
}

.icofont-sail-boat-alt-1:before {
  content: "\ee2e";
}

.icofont-sail-boat-alt-2:before {
  content: "\ee2f";
}

.icofont-sail-boat:before {
  content: "\ee30";
}

.icofont-scooter:before {
  content: "\ee31";
}

.icofont-sea-plane:before {
  content: "\ee32";
}

.icofont-ship-alt:before {
  content: "\ee33";
}

.icofont-ship:before {
  content: "\ee34";
}

.icofont-speed-boat:before {
  content: "\ee35";
}

.icofont-taxi:before {
  content: "\ee36";
}

.icofont-tractor:before {
  content: "\ee37";
}

.icofont-train-line:before {
  content: "\ee38";
}

.icofont-train-steam:before {
  content: "\ee39";
}

.icofont-tram:before {
  content: "\ee3a";
}

.icofont-truck-alt:before {
  content: "\ee3b";
}

.icofont-truck-loaded:before {
  content: "\ee3c";
}

.icofont-truck:before {
  content: "\ee3d";
}

.icofont-van-alt:before {
  content: "\ee3e";
}

.icofont-van:before {
  content: "\ee3f";
}

.icofont-yacht:before {
  content: "\ee40";
}

.icofont-5-star-hotel:before {
  content: "\ee41";
}

.icofont-air-ticket:before {
  content: "\ee42";
}

.icofont-beach-bed:before {
  content: "\ee43";
}

.icofont-beach:before {
  content: "\ee44";
}

.icofont-camping-vest:before {
  content: "\ee45";
}

.icofont-direction-sign:before {
  content: "\ee46";
}

.icofont-hill-side:before {
  content: "\ee47";
}

.icofont-hill:before {
  content: "\ee48";
}

.icofont-hotel:before {
  content: "\ee49";
}

.icofont-island-alt:before {
  content: "\ee4a";
}

.icofont-island:before {
  content: "\ee4b";
}

.icofont-sandals-female:before {
  content: "\ee4c";
}

.icofont-sandals-male:before {
  content: "\ee4d";
}

.icofont-travelling:before {
  content: "\ee4e";
}

.icofont-breakdown:before {
  content: "\ee4f";
}

.icofont-celsius:before {
  content: "\ee50";
}

.icofont-clouds:before {
  content: "\ee51";
}

.icofont-cloudy:before {
  content: "\ee52";
}

.icofont-dust:before {
  content: "\ee53";
}

.icofont-eclipse:before {
  content: "\ee54";
}

.icofont-fahrenheit:before {
  content: "\ee55";
}

.icofont-forest-fire:before {
  content: "\ee56";
}

.icofont-full-night:before {
  content: "\ee57";
}

.icofont-full-sunny:before {
  content: "\ee58";
}

.icofont-hail-night:before {
  content: "\ee59";
}

.icofont-hail-rainy-night:before {
  content: "\ee5a";
}

.icofont-hail-rainy-sunny:before {
  content: "\ee5b";
}

.icofont-hail-rainy:before {
  content: "\ee5c";
}

.icofont-hail-sunny:before {
  content: "\ee5d";
}

.icofont-hail-thunder-night:before {
  content: "\ee5e";
}

.icofont-hail-thunder-sunny:before {
  content: "\ee5f";
}

.icofont-hail-thunder:before {
  content: "\ee60";
}

.icofont-hail:before {
  content: "\ee61";
}

.icofont-hill-night:before {
  content: "\ee62";
}

.icofont-hill-sunny:before {
  content: "\ee63";
}

.icofont-hurricane:before {
  content: "\ee64";
}

.icofont-meteor:before {
  content: "\ee65";
}

.icofont-night:before {
  content: "\ee66";
}

.icofont-rainy-night:before {
  content: "\ee67";
}

.icofont-rainy-sunny:before {
  content: "\ee68";
}

.icofont-rainy-thunder:before {
  content: "\ee69";
}

.icofont-rainy:before {
  content: "\ee6a";
}

.icofont-snow-alt:before {
  content: "\ee6b";
}

.icofont-snow-flake:before {
  content: "\ee6c";
}

.icofont-snow-temp:before {
  content: "\ee6d";
}

.icofont-snow:before {
  content: "\ee6e";
}

.icofont-snowy-hail:before {
  content: "\ee6f";
}

.icofont-snowy-night-hail:before {
  content: "\ee70";
}

.icofont-snowy-night-rainy:before {
  content: "\ee71";
}

.icofont-snowy-night:before {
  content: "\ee72";
}

.icofont-snowy-rainy:before {
  content: "\ee73";
}

.icofont-snowy-sunny-hail:before {
  content: "\ee74";
}

.icofont-snowy-sunny-rainy:before {
  content: "\ee75";
}

.icofont-snowy-sunny:before {
  content: "\ee76";
}

.icofont-snowy-thunder-night:before {
  content: "\ee77";
}

.icofont-snowy-thunder-sunny:before {
  content: "\ee78";
}

.icofont-snowy-thunder:before {
  content: "\ee79";
}

.icofont-snowy-windy-night:before {
  content: "\ee7a";
}

.icofont-snowy-windy-sunny:before {
  content: "\ee7b";
}

.icofont-snowy-windy:before {
  content: "\ee7c";
}

.icofont-snowy:before {
  content: "\ee7d";
}

.icofont-sun-alt:before {
  content: "\ee7e";
}

.icofont-sun-rise:before {
  content: "\ee7f";
}

.icofont-sun-set:before {
  content: "\ee80";
}

.icofont-sun:before {
  content: "\ee81";
}

.icofont-sunny-day-temp:before {
  content: "\ee82";
}

.icofont-sunny:before {
  content: "\ee83";
}

.icofont-thunder-light:before {
  content: "\ee84";
}

.icofont-tornado:before {
  content: "\ee85";
}

.icofont-umbrella-alt:before {
  content: "\ee86";
}

.icofont-umbrella:before {
  content: "\ee87";
}

.icofont-volcano:before {
  content: "\ee88";
}

.icofont-wave:before {
  content: "\ee89";
}

.icofont-wind-scale-0:before {
  content: "\ee8a";
}

.icofont-wind-scale-1:before {
  content: "\ee8b";
}

.icofont-wind-scale-10:before {
  content: "\ee8c";
}

.icofont-wind-scale-11:before {
  content: "\ee8d";
}

.icofont-wind-scale-12:before {
  content: "\ee8e";
}

.icofont-wind-scale-2:before {
  content: "\ee8f";
}

.icofont-wind-scale-3:before {
  content: "\ee90";
}

.icofont-wind-scale-4:before {
  content: "\ee91";
}

.icofont-wind-scale-5:before {
  content: "\ee92";
}

.icofont-wind-scale-6:before {
  content: "\ee93";
}

.icofont-wind-scale-7:before {
  content: "\ee94";
}

.icofont-wind-scale-8:before {
  content: "\ee95";
}

.icofont-wind-scale-9:before {
  content: "\ee96";
}

.icofont-wind-waves:before {
  content: "\ee97";
}

.icofont-wind:before {
  content: "\ee98";
}

.icofont-windy-hail:before {
  content: "\ee99";
}

.icofont-windy-night:before {
  content: "\ee9a";
}

.icofont-windy-raining:before {
  content: "\ee9b";
}

.icofont-windy-sunny:before {
  content: "\ee9c";
}

.icofont-windy-thunder-raining:before {
  content: "\ee9d";
}

.icofont-windy-thunder:before {
  content: "\ee9e";
}

.icofont-windy:before {
  content: "\ee9f";
}

.icofont-addons:before {
  content: "\eea0";
}

.icofont-address-book:before {
  content: "\eea1";
}

.icofont-adjust:before {
  content: "\eea2";
}

.icofont-alarm:before {
  content: "\eea3";
}

.icofont-anchor:before {
  content: "\eea4";
}

.icofont-archive:before {
  content: "\eea5";
}

.icofont-at:before {
  content: "\eea6";
}

.icofont-attachment:before {
  content: "\eea7";
}

.icofont-audio:before {
  content: "\eea8";
}

.icofont-automation:before {
  content: "\eea9";
}

.icofont-badge:before {
  content: "\eeaa";
}

.icofont-bag-alt:before {
  content: "\eeab";
}

.icofont-bag:before {
  content: "\eeac";
}

.icofont-ban:before {
  content: "\eead";
}

.icofont-bar-code:before {
  content: "\eeae";
}

.icofont-bars:before {
  content: "\eeaf";
}

.icofont-basket:before {
  content: "\eeb0";
}

.icofont-battery-empty:before {
  content: "\eeb1";
}

.icofont-battery-full:before {
  content: "\eeb2";
}

.icofont-battery-half:before {
  content: "\eeb3";
}

.icofont-battery-low:before {
  content: "\eeb4";
}

.icofont-beaker:before {
  content: "\eeb5";
}

.icofont-beard:before {
  content: "\eeb6";
}

.icofont-bed:before {
  content: "\eeb7";
}

.icofont-bell:before {
  content: "\eeb8";
}

.icofont-beverage:before {
  content: "\eeb9";
}

.icofont-bill:before {
  content: "\eeba";
}

.icofont-bin:before {
  content: "\eebb";
}

.icofont-binary:before {
  content: "\eebc";
}

.icofont-binoculars:before {
  content: "\eebd";
}

.icofont-bluetooth:before {
  content: "\eebe";
}

.icofont-bomb:before {
  content: "\eebf";
}

.icofont-book-mark:before {
  content: "\eec0";
}

.icofont-box:before {
  content: "\eec1";
}

.icofont-briefcase:before {
  content: "\eec2";
}

.icofont-broken:before {
  content: "\eec3";
}

.icofont-bucket:before {
  content: "\eec4";
}

.icofont-bucket1:before {
  content: "\eec5";
}

.icofont-bucket2:before {
  content: "\eec6";
}

.icofont-bug:before {
  content: "\eec7";
}

.icofont-building:before {
  content: "\eec8";
}

.icofont-bulb-alt:before {
  content: "\eec9";
}

.icofont-bullet:before {
  content: "\eeca";
}

.icofont-bullhorn:before {
  content: "\eecb";
}

.icofont-bullseye:before {
  content: "\eecc";
}

.icofont-calendar:before {
  content: "\eecd";
}

.icofont-camera-alt:before {
  content: "\eece";
}

.icofont-camera:before {
  content: "\eecf";
}

.icofont-card:before {
  content: "\eed0";
}

.icofont-cart-alt:before {
  content: "\eed1";
}

.icofont-cart:before {
  content: "\eed2";
}

.icofont-cc:before {
  content: "\eed3";
}

.icofont-charging:before {
  content: "\eed4";
}

.icofont-chat:before {
  content: "\eed5";
}

.icofont-check-alt:before {
  content: "\eed6";
}

.icofont-check-circled:before {
  content: "\eed7";
}

.icofont-check:before {
  content: "\eed8";
}

.icofont-checked:before {
  content: "\eed9";
}

.icofont-children-care:before {
  content: "\eeda";
}

.icofont-clip:before {
  content: "\eedb";
}

.icofont-clock-time:before {
  content: "\eedc";
}

.icofont-close-circled:before {
  content: "\eedd";
}

.icofont-close-line-circled:before {
  content: "\eede";
}

.icofont-close-line-squared-alt:before {
  content: "\eedf";
}

.icofont-close-line-squared:before {
  content: "\eee0";
}

.icofont-close-line:before {
  content: "\eee1";
}

.icofont-close-squared-alt:before {
  content: "\eee2";
}

.icofont-close-squared:before {
  content: "\eee3";
}

.icofont-close:before {
  content: "\eee4";
}

.icofont-cloud-download:before {
  content: "\eee5";
}

.icofont-cloud-refresh:before {
  content: "\eee6";
}

.icofont-cloud-upload:before {
  content: "\eee7";
}

.icofont-cloud:before {
  content: "\eee8";
}

.icofont-code-not-allowed:before {
  content: "\eee9";
}

.icofont-code:before {
  content: "\eeea";
}

.icofont-comment:before {
  content: "\eeeb";
}

.icofont-compass-alt:before {
  content: "\eeec";
}

.icofont-compass:before {
  content: "\eeed";
}

.icofont-computer:before {
  content: "\eeee";
}

.icofont-connection:before {
  content: "\eeef";
}

.icofont-console:before {
  content: "\eef0";
}

.icofont-contacts:before {
  content: "\eef1";
}

.icofont-contrast:before {
  content: "\eef2";
}

.icofont-copyright:before {
  content: "\eef3";
}

.icofont-credit-card:before {
  content: "\eef4";
}

.icofont-crop:before {
  content: "\eef5";
}

.icofont-crown:before {
  content: "\eef6";
}

.icofont-cube:before {
  content: "\eef7";
}

.icofont-cubes:before {
  content: "\eef8";
}

.icofont-dashboard-web:before {
  content: "\eef9";
}

.icofont-dashboard:before {
  content: "\eefa";
}

.icofont-data:before {
  content: "\eefb";
}

.icofont-database-add:before {
  content: "\eefc";
}

.icofont-database-locked:before {
  content: "\eefd";
}

.icofont-database-remove:before {
  content: "\eefe";
}

.icofont-database:before {
  content: "\eeff";
}

.icofont-delete:before {
  content: "\ef00";
}

.icofont-diamond:before {
  content: "\ef01";
}

.icofont-dice-multiple:before {
  content: "\ef02";
}

.icofont-dice:before {
  content: "\ef03";
}

.icofont-disc:before {
  content: "\ef04";
}

.icofont-diskette:before {
  content: "\ef05";
}

.icofont-document-folder:before {
  content: "\ef06";
}

.icofont-download-alt:before {
  content: "\ef07";
}

.icofont-download:before {
  content: "\ef08";
}

.icofont-downloaded:before {
  content: "\ef09";
}

.icofont-drag:before {
  content: "\ef0a";
}

.icofont-drag1:before {
  content: "\ef0b";
}

.icofont-drag2:before {
  content: "\ef0c";
}

.icofont-drag3:before {
  content: "\ef0d";
}

.icofont-earth:before {
  content: "\ef0e";
}

.icofont-ebook:before {
  content: "\ef0f";
}

.icofont-edit:before {
  content: "\ef10";
}

.icofont-eject:before {
  content: "\ef11";
}

.icofont-email:before {
  content: "\ef12";
}

.icofont-envelope-open:before {
  content: "\ef13";
}

.icofont-envelope:before {
  content: "\ef14";
}

.icofont-eraser:before {
  content: "\ef15";
}

.icofont-error:before {
  content: "\ef16";
}

.icofont-excavator:before {
  content: "\ef17";
}

.icofont-exchange:before {
  content: "\ef18";
}

.icofont-exclamation-circle:before {
  content: "\ef19";
}

.icofont-exclamation-square:before {
  content: "\ef1a";
}

.icofont-exclamation-tringle:before {
  content: "\ef1b";
}

.icofont-exclamation:before {
  content: "\ef1c";
}

.icofont-exit:before {
  content: "\ef1d";
}

.icofont-expand:before {
  content: "\ef1e";
}

.icofont-external-link:before {
  content: "\ef1f";
}

.icofont-external:before {
  content: "\ef20";
}

.icofont-eye-alt:before {
  content: "\ef21";
}

.icofont-eye-blocked:before {
  content: "\ef22";
}

.icofont-eye-dropper:before {
  content: "\ef23";
}

.icofont-eye:before {
  content: "\ef24";
}

.icofont-favourite:before {
  content: "\ef25";
}

.icofont-fax:before {
  content: "\ef26";
}

.icofont-file-fill:before {
  content: "\ef27";
}

.icofont-film:before {
  content: "\ef28";
}

.icofont-filter:before {
  content: "\ef29";
}

.icofont-fire-alt:before {
  content: "\ef2a";
}

.icofont-fire-burn:before {
  content: "\ef2b";
}

.icofont-fire:before {
  content: "\ef2c";
}

.icofont-flag-alt-1:before {
  content: "\ef2d";
}

.icofont-flag-alt-2:before {
  content: "\ef2e";
}

.icofont-flag:before {
  content: "\ef2f";
}

.icofont-flame-torch:before {
  content: "\ef30";
}

.icofont-flash-light:before {
  content: "\ef31";
}

.icofont-flash:before {
  content: "\ef32";
}

.icofont-flask:before {
  content: "\ef33";
}

.icofont-focus:before {
  content: "\ef34";
}

.icofont-folder-open:before {
  content: "\ef35";
}

.icofont-folder:before {
  content: "\ef36";
}

.icofont-foot-print:before {
  content: "\ef37";
}

.icofont-garbage:before {
  content: "\ef38";
}

.icofont-gear-alt:before {
  content: "\ef39";
}

.icofont-gear:before {
  content: "\ef3a";
}

.icofont-gears:before {
  content: "\ef3b";
}

.icofont-gift:before {
  content: "\ef3c";
}

.icofont-glass:before {
  content: "\ef3d";
}

.icofont-globe:before {
  content: "\ef3e";
}

.icofont-graffiti:before {
  content: "\ef3f";
}

.icofont-grocery:before {
  content: "\ef40";
}

.icofont-hand:before {
  content: "\ef41";
}

.icofont-hanger:before {
  content: "\ef42";
}

.icofont-hard-disk:before {
  content: "\ef43";
}

.icofont-heart-alt:before {
  content: "\ef44";
}

.icofont-heart:before {
  content: "\ef45";
}

.icofont-history:before {
  content: "\ef46";
}

.icofont-home:before {
  content: "\ef47";
}

.icofont-horn:before {
  content: "\ef48";
}

.icofont-hour-glass:before {
  content: "\ef49";
}

.icofont-id:before {
  content: "\ef4a";
}

.icofont-image:before {
  content: "\ef4b";
}

.icofont-inbox:before {
  content: "\ef4c";
}

.icofont-infinite:before {
  content: "\ef4d";
}

.icofont-info-circle:before {
  content: "\ef4e";
}

.icofont-info-square:before {
  content: "\ef4f";
}

.icofont-info:before {
  content: "\ef50";
}

.icofont-institution:before {
  content: "\ef51";
}

.icofont-interface:before {
  content: "\ef52";
}

.icofont-invisible:before {
  content: "\ef53";
}

.icofont-jacket:before {
  content: "\ef54";
}

.icofont-jar:before {
  content: "\ef55";
}

.icofont-jewlery:before {
  content: "\ef56";
}

.icofont-karate:before {
  content: "\ef57";
}

.icofont-key-hole:before {
  content: "\ef58";
}

.icofont-key:before {
  content: "\ef59";
}

.icofont-label:before {
  content: "\ef5a";
}

.icofont-lamp:before {
  content: "\ef5b";
}

.icofont-layers:before {
  content: "\ef5c";
}

.icofont-layout:before {
  content: "\ef5d";
}

.icofont-leaf:before {
  content: "\ef5e";
}

.icofont-leaflet:before {
  content: "\ef5f";
}

.icofont-learn:before {
  content: "\ef60";
}

.icofont-lego:before {
  content: "\ef61";
}

.icofont-lens:before {
  content: "\ef62";
}

.icofont-letter:before {
  content: "\ef63";
}

.icofont-letterbox:before {
  content: "\ef64";
}

.icofont-library:before {
  content: "\ef65";
}

.icofont-license:before {
  content: "\ef66";
}

.icofont-life-bouy:before {
  content: "\ef67";
}

.icofont-life-buoy:before {
  content: "\ef68";
}

.icofont-life-jacket:before {
  content: "\ef69";
}

.icofont-life-ring:before {
  content: "\ef6a";
}

.icofont-light-bulb:before {
  content: "\ef6b";
}

.icofont-lighter:before {
  content: "\ef6c";
}

.icofont-lightning-ray:before {
  content: "\ef6d";
}

.icofont-like:before {
  content: "\ef6e";
}

.icofont-line-height:before {
  content: "\ef6f";
}

.icofont-link-alt:before {
  content: "\ef70";
}

.icofont-link:before {
  content: "\ef71";
}

.icofont-list:before {
  content: "\ef72";
}

.icofont-listening:before {
  content: "\ef73";
}

.icofont-listine-dots:before {
  content: "\ef74";
}

.icofont-listing-box:before {
  content: "\ef75";
}

.icofont-listing-number:before {
  content: "\ef76";
}

.icofont-live-support:before {
  content: "\ef77";
}

.icofont-location-arrow:before {
  content: "\ef78";
}

.icofont-location-pin:before {
  content: "\ef79";
}

.icofont-lock:before {
  content: "\ef7a";
}

.icofont-login:before {
  content: "\ef7b";
}

.icofont-logout:before {
  content: "\ef7c";
}

.icofont-lollipop:before {
  content: "\ef7d";
}

.icofont-long-drive:before {
  content: "\ef7e";
}

.icofont-look:before {
  content: "\ef7f";
}

.icofont-loop:before {
  content: "\ef80";
}

.icofont-luggage:before {
  content: "\ef81";
}

.icofont-lunch:before {
  content: "\ef82";
}

.icofont-lungs:before {
  content: "\ef83";
}

.icofont-magic-alt:before {
  content: "\ef84";
}

.icofont-magic:before {
  content: "\ef85";
}

.icofont-magnet:before {
  content: "\ef86";
}

.icofont-mail-box:before {
  content: "\ef87";
}

.icofont-mail:before {
  content: "\ef88";
}

.icofont-male:before {
  content: "\ef89";
}

.icofont-map-pins:before {
  content: "\ef8a";
}

.icofont-map:before {
  content: "\ef8b";
}

.icofont-maximize:before {
  content: "\ef8c";
}

.icofont-measure:before {
  content: "\ef8d";
}

.icofont-medicine:before {
  content: "\ef8e";
}

.icofont-mega-phone:before {
  content: "\ef8f";
}

.icofont-megaphone-alt:before {
  content: "\ef90";
}

.icofont-megaphone:before {
  content: "\ef91";
}

.icofont-memorial:before {
  content: "\ef92";
}

.icofont-memory-card:before {
  content: "\ef93";
}

.icofont-mic-mute:before {
  content: "\ef94";
}

.icofont-mic:before {
  content: "\ef95";
}

.icofont-military:before {
  content: "\ef96";
}

.icofont-mill:before {
  content: "\ef97";
}

.icofont-minus-circle:before {
  content: "\ef98";
}

.icofont-minus-square:before {
  content: "\ef99";
}

.icofont-minus:before {
  content: "\ef9a";
}

.icofont-mobile-phone:before {
  content: "\ef9b";
}

.icofont-molecule:before {
  content: "\ef9c";
}

.icofont-money:before {
  content: "\ef9d";
}

.icofont-moon:before {
  content: "\ef9e";
}

.icofont-mop:before {
  content: "\ef9f";
}

.icofont-muffin:before {
  content: "\efa0";
}

.icofont-mustache:before {
  content: "\efa1";
}

.icofont-navigation-menu:before {
  content: "\efa2";
}

.icofont-navigation:before {
  content: "\efa3";
}

.icofont-network-tower:before {
  content: "\efa4";
}

.icofont-network:before {
  content: "\efa5";
}

.icofont-news:before {
  content: "\efa6";
}

.icofont-newspaper:before {
  content: "\efa7";
}

.icofont-no-smoking:before {
  content: "\efa8";
}

.icofont-not-allowed:before {
  content: "\efa9";
}

.icofont-notebook:before {
  content: "\efaa";
}

.icofont-notepad:before {
  content: "\efab";
}

.icofont-notification:before {
  content: "\efac";
}

.icofont-numbered:before {
  content: "\efad";
}

.icofont-opposite:before {
  content: "\efae";
}

.icofont-optic:before {
  content: "\efaf";
}

.icofont-options:before {
  content: "\efb0";
}

.icofont-package:before {
  content: "\efb1";
}

.icofont-page:before {
  content: "\efb2";
}

.icofont-paint:before {
  content: "\efb3";
}

.icofont-paper-plane:before {
  content: "\efb4";
}

.icofont-paperclip:before {
  content: "\efb5";
}

.icofont-papers:before {
  content: "\efb6";
}

.icofont-pay:before {
  content: "\efb7";
}

.icofont-penguin-linux:before {
  content: "\efb8";
}

.icofont-pestle:before {
  content: "\efb9";
}

.icofont-phone-circle:before {
  content: "\efba";
}

.icofont-phone:before {
  content: "\efbb";
}

.icofont-picture:before {
  content: "\efbc";
}

.icofont-pine:before {
  content: "\efbd";
}

.icofont-pixels:before {
  content: "\efbe";
}

.icofont-plugin:before {
  content: "\efbf";
}

.icofont-plus-circle:before {
  content: "\efc0";
}

.icofont-plus-square:before {
  content: "\efc1";
}

.icofont-plus:before {
  content: "\efc2";
}

.icofont-polygonal:before {
  content: "\efc3";
}

.icofont-power:before {
  content: "\efc4";
}

.icofont-price:before {
  content: "\efc5";
}

.icofont-print:before {
  content: "\efc6";
}

.icofont-puzzle:before {
  content: "\efc7";
}

.icofont-qr-code:before {
  content: "\efc8";
}

.icofont-queen:before {
  content: "\efc9";
}

.icofont-question-circle:before {
  content: "\efca";
}

.icofont-question-square:before {
  content: "\efcb";
}

.icofont-question:before {
  content: "\efcc";
}

.icofont-quote-left:before {
  content: "\efcd";
}

.icofont-quote-right:before {
  content: "\efce";
}

.icofont-random:before {
  content: "\efcf";
}

.icofont-recycle:before {
  content: "\efd0";
}

.icofont-refresh:before {
  content: "\efd1";
}

.icofont-repair:before {
  content: "\efd2";
}

.icofont-reply-all:before {
  content: "\efd3";
}

.icofont-reply:before {
  content: "\efd4";
}

.icofont-resize:before {
  content: "\efd5";
}

.icofont-responsive:before {
  content: "\efd6";
}

.icofont-retweet:before {
  content: "\efd7";
}

.icofont-road:before {
  content: "\efd8";
}

.icofont-robot:before {
  content: "\efd9";
}

.icofont-royal:before {
  content: "\efda";
}

.icofont-rss-feed:before {
  content: "\efdb";
}

.icofont-safety:before {
  content: "\efdc";
}

.icofont-sale-discount:before {
  content: "\efdd";
}

.icofont-satellite:before {
  content: "\efde";
}

.icofont-send-mail:before {
  content: "\efdf";
}

.icofont-server:before {
  content: "\efe0";
}

.icofont-settings-alt:before {
  content: "\efe1";
}

.icofont-settings:before {
  content: "\efe2";
}

.icofont-share-alt:before {
  content: "\efe3";
}

.icofont-share-boxed:before {
  content: "\efe4";
}

.icofont-share:before {
  content: "\efe5";
}

.icofont-shield:before {
  content: "\efe6";
}

.icofont-shopping-cart:before {
  content: "\efe7";
}

.icofont-sign-in:before {
  content: "\efe8";
}

.icofont-sign-out:before {
  content: "\efe9";
}

.icofont-signal:before {
  content: "\efea";
}

.icofont-site-map:before {
  content: "\efeb";
}

.icofont-smart-phone:before {
  content: "\efec";
}

.icofont-soccer:before {
  content: "\efed";
}

.icofont-sort-alt:before {
  content: "\efee";
}

.icofont-sort:before {
  content: "\efef";
}

.icofont-space:before {
  content: "\eff0";
}

.icofont-spanner:before {
  content: "\eff1";
}

.icofont-speech-comments:before {
  content: "\eff2";
}

.icofont-speed-meter:before {
  content: "\eff3";
}

.icofont-spinner-alt-1:before {
  content: "\eff4";
}

.icofont-spinner-alt-2:before {
  content: "\eff5";
}

.icofont-spinner-alt-3:before {
  content: "\eff6";
}

.icofont-spinner-alt-4:before {
  content: "\eff7";
}

.icofont-spinner-alt-5:before {
  content: "\eff8";
}

.icofont-spinner-alt-6:before {
  content: "\eff9";
}

.icofont-spinner:before {
  content: "\effa";
}

.icofont-spreadsheet:before {
  content: "\effb";
}

.icofont-square:before {
  content: "\effc";
}

.icofont-ssl-security:before {
  content: "\effd";
}

.icofont-star-alt-1:before {
  content: "\effe";
}

.icofont-star-alt-2:before {
  content: "\efff";
}

.icofont-star:before {
  content: "\f000";
}

.icofont-street-view:before {
  content: "\f001";
}

.icofont-support-faq:before {
  content: "\f002";
}

.icofont-tack-pin:before {
  content: "\f003";
}

.icofont-tag:before {
  content: "\f004";
}

.icofont-tags:before {
  content: "\f005";
}

.icofont-tasks-alt:before {
  content: "\f006";
}

.icofont-tasks:before {
  content: "\f007";
}

.icofont-telephone:before {
  content: "\f008";
}

.icofont-telescope:before {
  content: "\f009";
}

.icofont-terminal:before {
  content: "\f00a";
}

.icofont-thumbs-down:before {
  content: "\f00b";
}

.icofont-thumbs-up:before {
  content: "\f00c";
}

.icofont-tick-boxed:before {
  content: "\f00d";
}

.icofont-tick-mark:before {
  content: "\f00e";
}

.icofont-ticket:before {
  content: "\f00f";
}

.icofont-tie:before {
  content: "\f010";
}

.icofont-toggle-off:before {
  content: "\f011";
}

.icofont-toggle-on:before {
  content: "\f012";
}

.icofont-tools-alt-2:before {
  content: "\f013";
}

.icofont-tools:before {
  content: "\f014";
}

.icofont-touch:before {
  content: "\f015";
}

.icofont-traffic-light:before {
  content: "\f016";
}

.icofont-transparent:before {
  content: "\f017";
}

.icofont-tree:before {
  content: "\f018";
}

.icofont-unique-idea:before {
  content: "\f019";
}

.icofont-unlock:before {
  content: "\f01a";
}

.icofont-unlocked:before {
  content: "\f01b";
}

.icofont-upload-alt:before {
  content: "\f01c";
}

.icofont-upload:before {
  content: "\f01d";
}

.icofont-usb-drive:before {
  content: "\f01e";
}

.icofont-usb:before {
  content: "\f01f";
}

.icofont-vector-path:before {
  content: "\f020";
}

.icofont-verification-check:before {
  content: "\f021";
}

.icofont-wall-clock:before {
  content: "\f022";
}

.icofont-wall:before {
  content: "\f023";
}

.icofont-wallet:before {
  content: "\f024";
}

.icofont-warning-alt:before {
  content: "\f025";
}

.icofont-warning:before {
  content: "\f026";
}

.icofont-water-drop:before {
  content: "\f027";
}

.icofont-web:before {
  content: "\f028";
}

.icofont-wheelchair:before {
  content: "\f029";
}

.icofont-wifi-alt:before {
  content: "\f02a";
}

.icofont-wifi:before {
  content: "\f02b";
}

.icofont-world:before {
  content: "\f02c";
}

.icofont-zigzag:before {
  content: "\f02d";
}

.icofont-zipped:before {
  content: "\f02e";
}

.icofont-xs {
  font-size: 0.5em;
}

.icofont-sm {
  font-size: 0.75em;
}

.icofont-md {
  font-size: 1.25em;
}

.icofont-lg {
  font-size: 1.5em;
}

.icofont-1x {
  font-size: 1em;
}

.icofont-2x {
  font-size: 2em;
}

.icofont-3x {
  font-size: 3em;
}

.icofont-4x {
  font-size: 4em;
}

.icofont-5x {
  font-size: 5em;
}

.icofont-6x {
  font-size: 6em;
}

.icofont-7x {
  font-size: 7em;
}

.icofont-8x {
  font-size: 8em;
}

.icofont-9x {
  font-size: 9em;
}

.icofont-10x {
  font-size: 10em;
}

.icofont-fw {
  text-align: center;
  width: 1.25em;
}

.icofont-ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.icofont-ul > li {
  position: relative;
  line-height: 2em;
}

.icofont-ul > li .icofont {
  display: inline-block;
  vertical-align: middle;
}

.icofont-border {
  border: solid 0.08em #f1f1f1;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.icofont-pull-left {
  float: left;
}

.icofont-pull-right {
  float: right;
}

.icofont.icofont-pull-left {
  margin-right: 0.3em;
}

.icofont.icofont-pull-right {
  margin-left: 0.3em;
}

.icofont-spin {
  -webkit-animation: icofont-spin 2s infinite linear;
  animation: icofont-spin 2s infinite linear;
  display: inline-block;
}

.icofont-pulse {
  -webkit-animation: icofont-spin 1s infinite steps(8);
  animation: icofont-spin 1s infinite steps(8);
  display: inline-block;
}

@-webkit-keyframes icofont-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes icofont-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.icofont-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icofont-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icofont-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icofont-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icofont-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.icofont-flip-horizontal.icofont-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .icofont-rotate-90,
:root .icofont-rotate-180,
:root .icofont-rotate-270,
:root .icofont-flip-horizontal,
:root .icofont-flip-vertical {
  -webkit-filter: none;
  filter: none;
  display: inline-block;
}

.icofont-inverse {
  color: #fff;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/**
* Mimicking VS Dark+ theme as closely as possible
*/
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, sans-serif;
  margin: 0 0 16px;
}

.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, sans-serif;
  margin: 0 0 16px;
}

.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, sans-serif;
  margin: 0 0 16px;
}

.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, sans-serif;
  margin: 0 0 16px;
}

.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}

.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, sans-serif;
}

.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, sans-serif;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}

.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, sans-serif;
}

.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, sans-serif;
  margin: 0 0 64px;
}

.mat-bottom-sheet-container {
  font: 400 14px/20px Roboto, sans-serif;
}

.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-button-toggle {
  font-family: Roboto, sans-serif;
}

.mat-card {
  font-family: Roboto, sans-serif;
}

.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}

.mat-card-header .mat-card-title {
  font-size: 20px;
}

.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}

.mat-checkbox {
  font-family: Roboto, sans-serif;
}

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}

.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}

.mat-table {
  font-family: Roboto, sans-serif;
}

.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}

.mat-cell, .mat-footer-cell {
  font-size: 14px;
}

.mat-calendar {
  font-family: Roboto, sans-serif;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-dialog-title {
  font: 500 20px/32px Roboto, sans-serif;
}

.mat-expansion-panel-header {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, sans-serif;
}

.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, sans-serif;
}

.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}

.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}

.mat-form-field-label {
  top: 1.34375em;
}

.mat-form-field-underline {
  bottom: 1.34375em;
}

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}

@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

input.mat-input-element {
  margin-top: -0.0625em;
}

.mat-menu-item {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.mat-radio-button {
  font-family: Roboto, sans-serif;
}

.mat-select {
  font-family: Roboto, sans-serif;
}

.mat-select-trigger {
  height: 1.125em;
}

.mat-slide-toggle-content {
  font-family: Roboto, sans-serif;
}

.mat-slider-thumb-label-text {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, sans-serif;
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 14px;
}

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}

.mat-tab-group {
  font-family: Roboto, sans-serif;
}

.mat-tab-label, .mat-tab-link {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, sans-serif;
  margin: 0;
}

.mat-tooltip {
  font-family: Roboto, sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mat-list-item {
  font-family: Roboto, sans-serif;
}

.mat-list-option {
  font-family: Roboto, sans-serif;
}

.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.mat-option {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.mat-optgroup-label {
  font: 500 14px/24px Roboto, sans-serif;
}

.mat-simple-snackbar {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}

.mat-tree {
  font-family: Roboto, sans-serif;
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
@media (-ms-high-contrast: active) {
  .mat-ripple-element {
    display: none;
  }
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation-name: cdk-text-field-autofill-start;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation-name: cdk-text-field-autofill-end;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  height: auto !important;
  overflow: hidden !important;
  padding: 2px 0 !important;
  box-sizing: content-box !important;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
  color: #ffffff;
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: #647592;
  color: #ffffff !important;
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #0082d5;
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #039be5;
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #e53935;
}

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #0082d5;
}

.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #039be5;
}

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #e53935;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}

.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}

.mat-badge-content {
  color: white;
  background: #0082d5;
}
@media (-ms-high-contrast: active) {
  .mat-badge-content {
    outline: solid 1px;
    border-radius: 0;
  }
}

.mat-badge-accent .mat-badge-content {
  background: #039be5;
  color: white;
}

.mat-badge-warn .mat-badge-content {
  color: white;
  background: #e53935;
}

.mat-badge {
  position: relative;
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #0082d5;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #039be5;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #e53935;
}
.mat-button.mat-primary[disabled], .mat-button.mat-accent[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled], .mat-stroked-button.mat-primary[disabled], .mat-stroked-button.mat-accent[disabled], .mat-stroked-button.mat-warn[disabled], .mat-stroked-button[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #0082d5;
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #039be5;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #e53935;
}
.mat-button[disabled] .mat-button-focus-overlay, .mat-icon-button[disabled] .mat-button-focus-overlay, .mat-stroked-button[disabled] .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}

.mat-button-focus-overlay {
  background: black;
}

.mat-stroked-button:not([disabled]) {
  border-color: rgba(0, 0, 0, 0.12);
}

.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: white;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary[disabled], .mat-flat-button.mat-accent[disabled], .mat-flat-button.mat-warn[disabled], .mat-flat-button[disabled][disabled], .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #0082d5;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #039be5;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #e53935;
}
.mat-flat-button.mat-primary[disabled], .mat-flat-button.mat-accent[disabled], .mat-flat-button.mat-warn[disabled], .mat-flat-button[disabled][disabled], .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-raised-button[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]), .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-fab[disabled]:not([class*=mat-elevation-z]), .mat-mini-fab[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone,
.mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-checkmark {
  fill: #fafafa;
}

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
@media (-ms-high-contrast: black-on-white) {
  .mat-checkbox-checkmark-path {
    stroke: #000 !important;
  }
}

.mat-checkbox-mixedmark {
  background-color: #fafafa;
}

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #0082d5;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #039be5;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #e53935;
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
@media (-ms-high-contrast: active) {
  .mat-checkbox-disabled {
    opacity: 0.5;
  }
}

@media (-ms-high-contrast: active) {
  .mat-checkbox-background {
    background: none;
  }
}
.mat-checkbox .mat-ripple-element {
  background-color: black;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #0082d5;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #039be5;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #e53935;
}

.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #0082d5;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #e53935;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #039be5;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}

.mat-table {
  background: white;
}

.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}

mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}

.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}

.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.18);
}

.mat-calendar-body-selected {
  background-color: #0082d5;
  color: white;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(0, 130, 213, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}

.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #039be5;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(3, 155, 229, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #e53935;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(229, 57, 53, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}

.mat-datepicker-content-touch {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active {
  color: #0082d5;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #039be5;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #e53935;
}

.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}

.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}

.mat-form-field.mat-focused .mat-form-field-label {
  color: #0082d5;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #039be5;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #e53935;
}

.mat-focused .mat-form-field-required-marker {
  color: #039be5;
}

.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #0082d5;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #039be5;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #e53935;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #0082d5;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #039be5;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #e53935;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #e53935;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #e53935;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #e53935;
}

.mat-error {
  color: #e53935;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: #e53935;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #0082d5;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #039be5;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #e53935;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #e53935;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}

.mat-icon.mat-primary {
  color: #0082d5;
}
.mat-icon.mat-accent {
  color: #039be5;
}
.mat-icon.mat-warn {
  color: #e53935;
}

.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-input-element {
  caret-color: #0082d5;
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-accent .mat-input-element {
  caret-color: #039be5;
}

.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #e53935;
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #e53935;
}

.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}

.mat-list-item-disabled {
  background-color: #eeeeee;
}

.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}

.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled], .mat-menu-item[disabled]::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-menu-item .mat-icon-no-color,
.mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-paginator {
  background: white;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}

.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-progress-bar-background {
  fill: #b3e5fc;
}

.mat-progress-bar-buffer {
  background-color: #b3e5fc;
}

.mat-progress-bar-fill::after {
  background-color: #0082d5;
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #80d8ff;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #80d8ff;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #039be5;
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #e53935;
}

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #0082d5;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #039be5;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #e53935;
}

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #0082d5;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #0082d5;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #039be5;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #039be5;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #e53935;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #e53935;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}

.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}

.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #0082d5;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #039be5;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #e53935;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #e53935;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #039be5;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(3, 155, 229, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #039be5;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #0082d5;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(0, 130, 213, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #0082d5;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #e53935;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(229, 57, 53, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #e53935;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}

.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #0082d5;
}
.mat-primary .mat-slider-thumb-label-text {
  color: white;
}

.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #039be5;
}
.mat-accent .mat-slider-thumb-label-text {
  color: white;
}

.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #e53935;
}
.mat-warn .mat-slider-thumb-label-text {
  color: white;
}

.mat-slider-focus-ring {
  background-color: rgba(3, 155, 229, 0.2);
}

.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #0082d5;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #e53935;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #e53935;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}

.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-sort-header-arrow {
  color: #757575;
}

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}

.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-tab-group[class*=mat-background-] .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(179, 229, 252, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #0082d5;
}
.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(128, 216, 255, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #039be5;
}
.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #e53935;
}
.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(179, 229, 252, 0.3);
}
.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-group.mat-background-primary .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination {
  background-color: #0082d5;
}
.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(128, 216, 255, 0.3);
}
.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-group.mat-background-accent .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination {
  background-color: #039be5;
}
.mat-tab-group.mat-background-accent .mat-tab-label, .mat-tab-group.mat-background-accent .mat-tab-link, .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: white;
}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-group.mat-background-warn .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination {
  background-color: #e53935;
}
.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: white;
}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #0082d5;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #039be5;
  color: white;
}
.mat-toolbar.mat-warn {
  background: #e53935;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}

.mat-tree {
  background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.mat-snack-bar-container {
  color: rgba(0, 0, 0, 0.87);
  background: #fafafa;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-simple-snackbar-action {
  color: #039be5;
}

mat-list-item mat-icon,
.mat-list-item-content mat-icon {
  color: rgba(0, 0, 0, 0.54);
}
mat-list-item mat-icon[matListAvatar],
.mat-list-item-content mat-icon[matListAvatar] {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-list-text p {
  color: rgba(0, 0, 0, 0.38);
}

.mat-drawer-container {
  background-color: #e0e0e0;
}

[mat-icon-button].td-layout-menu-button {
  margin-left: 0px;
  /* /deep/ [dir='rtl'] & { 
    margin-right: 0px;
    margin-left: 6px;
  } */
}

td-layout-nav mat-toolbar,
td-layout-nav-list mat-toolbar,
td-layout-manage-list mat-toolbar,
td-layout-card-over mat-toolbar,
td-navigation-drawer mat-toolbar,
td-layout mat-toolbar {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  z-index: 1;
}

.mat-drawer-side.td-layout-sidenav {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.td-layout-footer {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.td-layout-footer.mat-primary {
  background: #0082d5;
}
.td-layout-footer.mat-primary, .td-layout-footer.mat-primary mat-icon {
  color: white;
}
.td-layout-footer.mat-accent {
  background: #039be5;
}
.td-layout-footer.mat-accent, .td-layout-footer.mat-accent mat-icon {
  color: white;
}
.td-layout-footer.mat-warn {
  background: #e53935;
}
.td-layout-footer.mat-warn, .td-layout-footer.mat-warn mat-icon {
  color: white;
}

td-steps .td-steps-header {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
td-steps .td-step-content,
td-steps .td-step-summary,
td-steps .td-step-actions {
  margin: 16px;
}
td-steps .td-horizontal-line {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
td-steps .td-vertical-line {
  border-left-color: rgba(0, 0, 0, 0.12);
}
td-steps .td-step-header:focus:not(.mat-disabled), td-steps .td-step-header:hover:not(.mat-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
td-steps .td-step-header .td-step-label-wrapper .td-step-sublabel {
  color: rgba(0, 0, 0, 0.54);
}
td-steps .td-step-header .td-step-label-wrapper.mat-inactive, td-steps .td-step-header .td-step-label-wrapper.mat-inactive * {
  color: rgba(0, 0, 0, 0.38);
}
td-steps .td-step-header .td-step-label-wrapper.mat-warn, td-steps .td-step-header .td-step-label-wrapper.mat-warn * {
  color: #e53935;
}
td-steps .td-step-header .mat-complete {
  color: #039be5;
}
td-steps .td-circle {
  color: white;
}
td-steps .td-circle.mat-active {
  background-color: #039be5;
}
td-steps .td-circle.mat-inactive {
  background-color: rgba(0, 0, 0, 0.38);
}
td-steps .td-circle mat-icon {
  fill: rgba(0, 0, 0, 0.87);
}
td-steps .td-triangle {
  color: #e53935;
}
td-steps .td-edit-icon {
  color: rgba(0, 0, 0, 0.54);
}

.td-expansion-panel-group .td-expansion-panel {
  transition: 120ms ease-in;
}
.td-expansion-panel-group .td-expansion-panel:not(:last-of-type).td-expanded {
  margin-bottom: 16px;
}
.td-expansion-panel-group .td-expansion-panel:not(:first-of-type).td-expanded {
  margin-top: 16px;
}

.td-expansion-panel {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
}
.td-expansion-panel .td-expansion-panel-header:focus:not(.mat-disabled), .td-expansion-panel .td-expansion-panel-header:hover:not(.mat-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content mat-icon.td-expand-icon {
  color: rgba(0, 0, 0, 0.54);
}
.td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled, .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled * {
  color: rgba(0, 0, 0, 0.38);
}
.td-expansion-panel mat-icon.td-expand-icon {
  color: rgba(0, 0, 0, 0.54);
}
.td-expansion-panel .td-expansion-label, .td-expansion-panel .td-expansion-label *,
.td-expansion-panel .td-expansion-sublabel,
.td-expansion-panel .td-expansion-sublabel * {
  vertical-align: middle;
}
.td-expansion-panel .td-expansion-sublabel {
  color: rgba(0, 0, 0, 0.54);
}

td-chips .mat-basic-chip {
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled) mat-icon:hover {
  color: rgba(0, 0, 0, 0.54);
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary {
  background: #0082d5;
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary, td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary mat-icon {
  color: white;
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent {
  background: #039be5;
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent, td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent mat-icon {
  color: white;
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn {
  background: #e53935;
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn, td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn mat-icon {
  color: white;
}
td-chips .mat-basic-chip mat-icon.td-chip-removal {
  color: rgba(0, 0, 0, 0.38);
}
td-chips .mat-basic-chip mat-icon.td-chip-removal:hover {
  color: rgba(0, 0, 0, 0.54);
}
td-chips.mat-primary .mat-form-field-underline .mat-form-field-ripple {
  background-color: #0082d5;
}
td-chips.mat-accent .mat-form-field-underline .mat-form-field-ripple {
  background-color: #039be5;
}
td-chips.mat-warn .mat-form-field-underline .mat-form-field-ripple {
  background-color: #e53935;
}

td-file-upload .td-file-upload-cancel mat-icon {
  background-color: #fafafa;
}

td-file-input {
  /**
  * Class that is added ondragenter by the [TdFileDrop] directive.
  */
}
td-file-input .drop-zone {
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.td-json-formatter-wrapper .td-key.td-key-node:focus, .td-json-formatter-wrapper .td-key.td-key-node:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.td-json-formatter-wrapper .key {
  color: #0082d5;
}
.td-json-formatter-wrapper .value .string {
  color: #e53935;
}
.td-json-formatter-wrapper .value .number {
  color: #039be5;
}
.td-json-formatter-wrapper .value .boolean {
  color: #039be5;
}
.td-json-formatter-wrapper .value .null,
.td-json-formatter-wrapper .value .undefined {
  color: rgba(0, 0, 0, 0.38);
}
.td-json-formatter-wrapper .value .function {
  color: #0082d5;
}
.td-json-formatter-wrapper .value .date {
  color: rgba(0, 0, 0, 0.87);
}

td-paging-bar, td-paging-bar mat-select .mat-select-value {
  color: rgba(0, 0, 0, 0.54);
}

.td-loading-wrapper.td-overlay .td-loading {
  background: rgba(255, 255, 255, 0.8);
}

table[td-data-table] .td-data-table-column-row,
table[td-data-table] .td-data-table-row {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
table[td-data-table] .mat-checkbox-cell,
table[td-data-table] .mat-checkbox-column {
  color: rgba(0, 0, 0, 0.54);
}
table[td-data-table] .mat-checkbox-cell mat-pseudo-checkbox.mat-pseudo-checkbox-checked,
table[td-data-table] .mat-checkbox-column mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background-color: #039be5;
}
table[td-data-table] .td-data-table-cell {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 20px;
}
table[td-data-table] .td-data-table-cell mat-form-field .mat-form-field-underline {
  display: none;
}
table[td-data-table] .td-data-table-column {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
table[td-data-table] .td-data-table-column * {
  vertical-align: middle;
}
table[td-data-table] .td-data-table-column mat-icon.td-data-table-sort-icon {
  color: rgba(0, 0, 0, 0.38);
}
table[td-data-table] .td-data-table-column.mat-active, table[td-data-table] .td-data-table-column.mat-active mat-icon {
  color: black;
}
table[td-data-table].mat-selectable tbody > tr.td-data-table-row.td-selected {
  background-color: whitesmoke;
}
table[td-data-table].mat-selectable tbody > tr.td-data-table-row:focus {
  background-color: rgba(0, 0, 0, 0.04);
}
table[td-data-table].mat-clickable tbody > tr.td-data-table-row:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-selected-title {
  background-color: rgba(3, 155, 229, 0.12);
  color: #039be5;
}

.td-notification-count {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.td-notification-count.mat-warn {
  background-color: #e53935;
  color: white;
}
.td-notification-count.mat-primary {
  background-color: #0082d5;
  color: white;
}
.td-notification-count.mat-accent {
  background-color: #039be5;
  color: white;
}

.td-message.mat-primary {
  color: #0082d5;
  background-color: rgba(0, 130, 213, 0.15);
}
.td-message.mat-accent {
  color: #039be5;
  background-color: rgba(3, 155, 229, 0.15);
}
.td-message.mat-warn {
  color: #e53935;
  background-color: rgba(229, 57, 53, 0.15);
}

td-markdown a {
  color: #039be5;
}
td-markdown h1, td-markdown h2 {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
td-markdown h3, td-markdown h4, td-markdown h5, td-markdown h6 {
  color: rgba(0, 0, 0, 0.54);
}
td-markdown hr {
  border-color: rgba(0, 0, 0, 0.12);
}
td-markdown blockquote {
  color: rgba(0, 0, 0, 0.54);
  border-left-color: rgba(0, 0, 0, 0.12);
}
td-markdown table th,
td-markdown table td {
  border-color: rgba(0, 0, 0, 0.12);
}
td-markdown table tr {
  border-top-color: rgba(0, 0, 0, 0.12);
}
td-markdown table tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.12);
}
td-markdown img {
  background-color: white;
}
td-markdown code {
  background-color: rgba(0, 0, 0, 0.04);
}
td-markdown .highlight pre,
td-markdown pre {
  background-color: whitesmoke;
}
td-markdown kbd {
  color: rgba(0, 0, 0, 0.54);
  background-color: whitesmoke;
  border-color: rgba(0, 0, 0, 0.12);
  border-bottom-color: rgba(0, 0, 0, 0.38);
}

td-highlight {
  background: #1E1E21;
}
td-highlight .highlight {
  color: #fafafa;
}
td-highlight .hljs-comment,
td-highlight .hljs-quote {
  color: #608b4e;
}
td-highlight .hljs-tag,
td-highlight .hljs-name,
td-highlight .hljs-selector-tag,
td-highlight .hljs-literal {
  color: #569cd6;
}
td-highlight .hljs-keyword {
  color: #C288BF;
}
td-highlight .hljs-attr,
td-highlight .hljs-attribute {
  color: #9cdcfe;
}
td-highlight .hljs-string,
td-highlight .hljs-selector-attr,
td-highlight .hljs-regexp,
td-highlight .hljs-link {
  color: #ce9178;
}
td-highlight .hljs-selector-id,
td-highlight .hljs-selector-class,
td-highlight .hljs-selector-pseudo {
  color: #d7ba7d;
}
td-highlight .hljs-meta {
  color: #DCDCAA;
}
td-highlight .hljs-built_in,
td-highlight .hljs-builtin-name,
td-highlight .hljs-type,
td-highlight .hljs-section,
td-highlight .hljs-class .hljs-title,
td-highlight .hljs-symbol,
td-highlight .hljs-bullet {
  color: #4EC9B0;
}
td-highlight .hljs-number {
  color: #b5cea8;
}
td-highlight .hljs-variable,
td-highlight .hljs-template-variable {
  color: #9FDDFC;
}
td-highlight .hljs-deletion {
  color: #ffc8bd;
}
td-highlight .hljs-addition {
  background-color: #baeeba;
}
td-highlight .hljs-emphasis {
  font-style: italic;
}
td-highlight .hljs-doctag,
td-highlight .hljs-strong {
  font-weight: bold;
}
td-highlight .hljs-formula {
  background-color: #eee;
  font-style: italic;
}

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15px;
}

.primary-card {
  background: none;
  box-shadow: none !important;
}

label {
  font-weight: normal;
}

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #03a9f4;
}

.mat-tab-group.mat-primary .mat-tab-label:focus, .mat-tab-group.mat-primary .mat-tab-link:focus, .mat-tab-nav-bar.mat-primary .mat-tab-label:focus, .mat-tab-nav-bar.mat-primary .mat-tab-link:focus {
  background: none;
}

.mat-tab-body-content {
  overflow: hidden !important;
}

.mat-tab-label.mat-tab-label-active {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
  opacity: inherit;
}

.mat-slide-toggle {
  vertical-align: bottom;
}

.mat-dialog-container {
  margin: 0 auto;
}

.material-icons {
  font-family: "Material Icons" !important;
}

.td-paging-bar {
  justify-content: center !important;
}

.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04) !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.neo a:not([href]):not([tabindex]) {
  color: #337ab7;
}
.neo table {
  border-collapse: collapse;
}
.neo .mat-card {
  padding: 2.4rem;
}

/*FONT-FACES*/
@font-face {
  font-family: Nanum;
  src: url("../fonts/nanum/Nanum Pen Script.ttf") format("truetype"), url("../fonts/nanum/nanum_pen_script.woff") format("woff"), url("../fonts/nanum/nanum_pen_script.woff2") format("woff2");
}
@font-face {
  font-family: IcoFont;
  src: url("../fonts/icofont/icofont.ttf") format("truetype"), url("../fonts/icofont/icofont.woff") format("woff"), url("../fonts/icofont/icofont.eot"), url("../fonts/icofont/icofont.eot?#iefix") format("embedded-opentype"), url("../fonts/icofont/icofont.svg") format("svg");
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/Roboto-Light-webfont.eot");
  src: url("../fonts/roboto/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Light-webfont.svg#icon") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
}
/* ---------------------------------------------------
    NEO SHORTCUTS STYLE
----------------------------------------------------- */
.neo-shortcuts {
  display: inline-flex;
  list-style-type: none;
  padding: 0;
}
.neo-shortcuts > li {
  width: auto;
}
.neo-shortcuts .neo-shortcut {
  width: 236px;
  margin: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: none;
  float: left;
  cursor: pointer;
}
.neo-shortcuts .neo-shortcut:hover {
  text-decoration: none;
  box-shadow: 0 1px 10px 0 #647592;
}
.neo-shortcuts .neo-shortcut .neo-shortcut-logo {
  width: 50px;
  height: 55px;
  text-align: center;
}
.neo-shortcuts .neo-shortcut .neo-shortcut-logo img {
  height: 28px;
}
.neo-shortcuts .neo-shortcut .neo-shortcut-content {
  font-size: 15px;
  color: #000000;
  opacity: 0.54;
  text-align: center;
  padding: 10px;
  line-height: 18px;
}

.aw-main-content {
  /* --> Nav bar support */
  /* --> Nav bar*/
  /* --> Prevent collapse */
  /* <-- Prevent collapse */
  /* Important styles */
  /* on activation */
}
.aw-main-content .gt-empty {
  display: none;
}
.aw-main-content .profile-selected {
  border-radius: 40px;
  background-color: #339dbd;
}
.aw-main-content .profile-selected:hover {
  border-radius: 40px;
  background-color: #339dbd;
}
.aw-main-content .nav-item-selected::after {
  display: block;
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 80%;
  border-bottom: 4px solid rgb(255, 255, 255);
}
.aw-main-content .neo-submenu-popup, .aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu,
.aw-main-content .neo-navbar-grid-menu {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(80, 80, 115, 0.25);
}
.aw-main-content .neo-submenu-popup .circle-bg, .aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg,
.aw-main-content .neo-navbar-grid-menu .circle-bg {
  background-image: url(../images/submenu-background.svg);
  background-repeat: no-repeat;
  background-size: 100rem;
  background-position: -23rem -43rem;
  padding: 1.25em;
}
.aw-main-content .neo-submenu-popup .circle-bg::after, .aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg::after,
.aw-main-content .neo-navbar-grid-menu .circle-bg::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1024px), screen and (max-width: 1024px) and (orientation: landscape) {
  .aw-main-content .neo-submenu-popup .circle-bg::after, .aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg::after,
  .aw-main-content .neo-navbar-grid-menu .circle-bg::after {
    height: auto;
  }
}
.aw-main-content .neo-submenu-popup .circle-bg ul, .aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg ul,
.aw-main-content .neo-submenu-popup .circle-bg i,
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg i,
.aw-main-content .neo-navbar-grid-menu .circle-bg ul,
.aw-main-content .neo-navbar-grid-menu .circle-bg i {
  z-index: 1;
}
.aw-main-content .neo-popup-triangle::before, .aw-main-content .dropdown-ask-icon.show::before, .aw-main-content .dropdown-user-icon.show::before, .aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li.isActive:last-child::before, .aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li > a.isActive::before, .aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive::before {
  content: " ";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 7.5rem;
  left: 50%;
  box-shadow: 0px 0px 8px 0 rgba(80, 80, 115, 0.25);
  background-color: #ffffff;
  transform: translateX(-50%) rotateZ(45deg);
}
.aw-main-content .neo-popup-triangle::after, .aw-main-content .dropdown-ask-icon.show::after, .aw-main-content .dropdown-user-icon.show::after, .aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li.isActive:last-child::after, .aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li > a.isActive::after, .aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  top: 7rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1.6rem solid transparent;
  border-right: 1.6rem solid transparent;
  border-bottom: 1.3rem solid #ffffff;
  z-index: 2;
}
.aw-main-content .navbar {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  padding: 0 1em;
  min-height: 55px;
  flex-wrap: nowrap;
}
.aw-main-content .navbar::before, .aw-main-content .navbar::after {
  content: none;
}
.aw-main-content .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.aw-main-content .navbar .neo-navbar-header {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  flex: 1 2 10rem;
  overflow: hidden;
}
.aw-main-content .navbar .neo-navbar-header > a img {
  height: 1em;
}
.aw-main-content .navbar .neo-navbar-header .neo-nav-title {
  display: block;
  line-height: 55px;
  margin: 0 0 0 1rem;
  width: auto;
  text-align: center;
  float: none;
  color: #fff;
  font-size: 20px;
  background-image: linear-gradient(to right, #0085ad -7%, #00205b 89%);
}
@media screen and (max-width: 1024px) {
  .aw-main-content .navbar .neo-navbar-header .neo-nav-title .lg-device {
    display: none;
  }
  .aw-main-content .navbar .neo-navbar-header .neo-nav-title .sm-device {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .aw-main-content .navbar .neo-navbar-header .neo-nav-title .lg-device {
    display: block;
  }
  .aw-main-content .navbar .neo-navbar-header .neo-nav-title .sm-device {
    display: none;
  }
}
.aw-main-content .navbar .neo-navbar-header .neo-nav-title a {
  color: #ffffff;
  padding-left: 1em;
  font-size: 1.4rem;
}
.aw-main-content .navbar .neo-whole-navbar {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.aw-main-content .navbar .neo-whole-navbar .nav {
  flex-direction: inherit;
}
.aw-main-content .navbar .neo-whole-navbar .nav > li {
  display: block;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: inherit;
  list-style: none;
  margin: -3px 0 0;
  padding: 0;
  border-collapse: collapse;
  padding-top: inherit;
}
@media screen and (max-width: 1024px) {
  .aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu {
    white-space: nowrap;
  }
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu > li {
  height: 6rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li {
  position: relative;
  border-collapse: collapse;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.selectable.isActive > a.nav-link::after {
  display: block;
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  height: 4px;
  width: 80%;
  border-bottom: 4px solid rgba(183, 201, 211, 0.5);
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.selectable.isActive > a.nav-link::before {
  display: none;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.selectable.isActive > div.neo-submenu-popup > div.circle-bg > ul > li > a, .aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu .neo-navbar-right > li:last-child li.selectable.isActive > div.neo-navbar-grid-menu > div.circle-bg > ul > li > a, .aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-menu li.selectable.isActive > div.neo-navbar-grid-menu > div.circle-bg > ul > li > a {
  display: block;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.selectable.isActive > a.nav-link.nav-item-selected::after {
  display: block;
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  height: 4px;
  width: 80%;
  border-bottom: 4px solid rgb(255, 255, 255);
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li > a {
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  padding: 1.4em 1.5em;
}
@media screen and (min-width: 1440px) {
  .aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li > a.nav-link {
    font-size: 1.4rem !important;
  }
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li > a.nav-link {
  font-size: 1.025vw;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li > a.nav-link {
    font-size: 1rem;
  }
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li > a.nav-link::before {
  display: block;
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 80%;
  border-bottom: solid 4px rgba(183, 201, 211, 0.5);
  transform: scaleX(0);
  transition: transform 500ms ease-in-out;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li > a.nav-link:hover::before {
  transform: scaleX(1);
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li > a.nav-link.fromLeft::before {
  transform-origin: 0% 50%;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li .submenu {
  display: none;
}
@media screen and (max-width: 1279px) {
  .aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu {
    width: 100%;
    position: fixed;
    white-space: initial;
  }
  .aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu > .circle-bg {
    position: relative;
    display: block !important;
    overflow: auto;
    height: 25rem;
  }
  .aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu > .circle-bg ul {
    width: 87% !important;
  }
  .aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu > .circle-bg .info-tag {
    position: absolute !important;
    left: 90% !important;
    top: 9%;
  }
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu {
  top: 8rem;
  left: 0;
  display: block;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu .circle-bg {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  position: relative;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu .circle-bg ul {
  list-style: none;
  width: 20em;
  padding: 0;
  margin: 0 0 0 1em;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu .circle-bg ul li {
  padding-top: 0rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu .circle-bg ul li:not(.submenu-title) a {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu .circle-bg ul li:not(.submenu-title) a:hover:not(.submenu-title) {
  background-color: rgba(183, 201, 211, 0.5);
  border-radius: 0.2rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 1.5rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu .circle-bg ul li:not(.submenu-title) a span:first-child {
  color: #00205b;
  font-family: Roboto-bold, sans-serif;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu .circle-bg ul li:not(.submenu-title) a span:not(:first-child) {
  color: #63657f;
  font-style: italic;
  font-size: 1.3rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu .circle-bg .info-tag {
  color: #647592;
  cursor: pointer;
  z-index: 1;
  position: relative;
  bottom: 1rem;
  left: 0.9rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu .circle-bg .info-tag img.info-icon {
  font-size: 2rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu .second-popup {
  display: none;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  color: #333333;
  z-index: 1;
  border: none;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu .second-popup .circle-bg {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column;
  min-height: 100%;
  width: 100%;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu .second-popup .circle-bg * {
  z-index: 1;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu .second-popup .circle-bg .submenu-title {
  background-color: #647592;
  border-radius: 2px;
  margin-top: 0px;
  font-size: 1.4rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu .second-popup .circle-bg .second-popup-content-container {
  padding: 1em;
  margin-bottom: 1.5em;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu .second-popup .circle-bg .second-popup-content-container p {
  color: #63657f;
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu .second-popup .circle-bg .second-popup-content-container a {
  color: #647592;
  text-decoration: underline;
  cursor: pointer;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu .second-popup .circle-bg button {
  right: 1em;
  bottom: 1em;
  background-color: white;
  padding: 0.4em 2em 0.3em 2em;
  border: 1px solid #9aa5b8;
  color: #647592;
  font-size: 1.4rem;
  font-family: roboto-bold, sans-serif;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li.isActive .submenu .second-popup .circle-bg button:hover {
  background-color: #647592;
  color: #ffffff;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu li .submenu-title {
  color: #ffffff;
  font-weight: bold;
  background-color: #00205b;
  padding: 0.25em 1em;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding-top: 0.4rem;
  font-family: Roboto-Bold, sans-serif;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  margin-bottom: 1rem;
}
@media (max-width: 430px) {
  .aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu .neo-navbar-header {
    flex: auto !important;
  }
  .aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu .navbar-fixed-top {
    height: auto !important;
    flex-direction: column !important;
  }
  .aw-main-content .navbar .neo-whole-navbar .neo-navbar-menu .neo-whole-navbar {
    justify-content: flex-end;
  }
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: nowrap;
  opacity: 1;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li.dropdown.show#ask-btn-li > ul.dropdown-menu.dropdown-menu-grey {
  top: 7.3rem;
  padding: 1.3rem 0;
  border-radius: 0.1rem;
  box-shadow: 0 4px 8px 0 rgba(80, 80, 115, 0.25);
  border: solid 1px #e0e3e9;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li.show > div.user-icon.profile-user-icon.dropdown-toggle {
  border-radius: 40px;
  background-color: #647592;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li > div.user-icon.profile-user-icon.dropdown-toggle:hover {
  border-radius: 40px;
  background-color: #647592;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li > div.user-icon.profile-user-icon.dropdown-toggle.profile-selected {
  border-radius: 40px;
  background-color: #339dbd;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li.user-icon.profile-user-icon.dropdown-toggle:hover {
  border-radius: 40px;
  background-color: #647592;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li > a#liferay-control-button-show:hover {
  background-color: #647592;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li#ask-btn-li > ul {
  left: auto;
  right: -30%;
  top: 137%;
}
@media screen and (max-width: 1024px) {
  .aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li#ask-btn-li > ul {
    display: table;
    right: 0rem;
  }
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li#ask-btn-li > ul > li {
  margin-left: 1rem;
  margin-right: 1.5rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li#ask-btn-li > ul > li > a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: Roboto-Medium, sans-serif;
  color: #00205b;
  padding: 0.4rem 1rem;
  display: flex;
  align-items: baseline;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li#ask-btn-li > ul > li > a img {
  margin-right: 1.2rem;
  width: 1.3rem;
  height: 1.3rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li#ask-btn-li > ul > li > a .title {
  width: 8rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li.show > a#ask-btn-a {
  border-radius: 100%;
  background-color: #647592;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li.show > a#ask-btn-a.profile-selected {
  border-radius: 100%;
  background-color: #339dbd;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li.show > a#ask-btn-a img.icon-ask {
  border-radius: 100%;
  background-color: #647592;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li > a > img.icon-ask {
  width: 3.3rem;
  height: 3.3rem;
  vertical-align: middle;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li > a > i.icon-cog {
  color: #fff;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li > a#ask-btn-a.profile-selected:hover {
  border-radius: 40px;
  background-color: #339dbd;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li > a#ask-btn-a {
  padding: 0;
  margin-right: 0.5rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li > a#ask-btn-a:hover {
  border-radius: 100%;
  background-color: #647592;
  margin-right: 0.5rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li > a#liferay-control-button-open:hover {
  background-color: #647592;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li > a.isActive {
  color: rgba(255, 255, 255, 0.7);
  line-height: 19px;
  font-size: 20px;
  padding: 15.5px 15px;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li > a.isActive#ask-btn-a {
  background-color: unset;
  padding: 1.6rem 0.7rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li > a.isActive#ask-btn-a i.icon-question-sign {
  padding: 0.6rem 0.7rem;
  font-family: Roboto-Bold, sans-serif;
  text-transform: uppercase;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li > a.isActive#ask-btn-a:hover i.icon-question-sign {
  background-color: #5c7497;
  border-radius: 50%;
  color: #ffffff;
  box-shadow: none;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child {
  position: relative;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child.isActive::before {
  top: 6.8rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child.isActive::after {
  top: 6.2rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child a {
  padding: 0 !important;
  background-color: transparent;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child a .neo-navbar-grid-icon {
  cursor: pointer;
  width: 3.3rem;
  height: 3.3rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child a .neo-navbar-grid-icon:hover {
  border-radius: 100%;
  background-color: #647592;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child a .neo-navbar-grid-icon.isActive {
  border-radius: 100%;
  background-color: #647592;
}
@media screen and (max-width: 1279px) {
  .aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu {
    left: 0rem !important;
    top: 8.3rem !important;
    position: fixed;
    overflow: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1279px) and (orientation: landscape) {
  .aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu {
    height: 35rem;
  }
}
@media screen and (max-width: 1279px) {
  .aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .circle-bg {
    height: 50rem;
  }
}
@media screen and (max-width: 1279px) and (orientation: landscape) {
  .aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .circle-bg {
    height: 35rem;
  }
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu {
  top: 7.3rem;
  left: 0;
  display: none;
  color: #647592;
  max-height: 90vh;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg {
  padding: 1.5em;
  padding-bottom: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg > * {
  z-index: 1;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg .neo-grid-category-container.services .neo-grid-links-row .neo-grid-link-icon-wrapper {
  background-color: #00205b;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg .neo-grid-category-container.services .neo-grid-links-row .neo-grid-link-icon-wrapper:hover {
  background-color: #617595;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg .neo-grid-category-container.services .neo-grid-links-row .neo-grid-link h5 {
  color: #00205b;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg .neo-grid-category-container.shortcuts .neo-grid-links-row .neo-grid-link-icon-wrapper {
  background-color: #fff;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg .neo-grid-category-container.shortcuts .neo-grid-links-row .neo-grid-link-icon-wrapper:hover {
  background-color: #daeef4;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg .neo-grid-category-container.shortcuts .neo-grid-links-row .neo-grid-link h5 {
  color: #2e3237;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg .neo-grid-category-container .neo-grid-title-wrapper {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #647592;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg .neo-grid-category-container .neo-grid-title-wrapper h5 {
  align-self: flex-end;
  margin: 0;
  padding: 0.5em 0;
  border-bottom: 2px solid #647592;
  font-family: Roboto-Bold, sans-serif;
  font-size: 1.2rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg .neo-grid-category-container .neo-grid-title-wrapper .material-icons {
  font-size: 1.2em;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg .neo-grid-category-container .neo-grid-title-wrapper a {
  color: #647592;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg .neo-grid-category-container .neo-grid-links-row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin: 1rem 0 1rem;
  width: 18em;
  flex-wrap: wrap;
}
@media screen and (max-width: 1279px) {
  .aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg .neo-grid-category-container .neo-grid-links-row {
    width: auto;
  }
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg .neo-grid-category-container .neo-grid-links-row .neo-grid-link {
  text-align: center;
  overflow: hidden;
  width: 6em;
  cursor: pointer;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg .neo-grid-category-container .neo-grid-links-row .neo-grid-link .neo-grid-link-icon-wrapper {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0.8rem auto 0;
  border-radius: 4px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg .neo-grid-category-container .neo-grid-links-row .neo-grid-link .neo-grid-link-icon-wrapper img {
  width: 3rem;
  max-width: 2.4em;
  max-height: 2.4em;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .circle-bg .neo-grid-category-container .neo-grid-links-row .neo-grid-link h5 {
  color: #647592;
  margin-bottom: 0;
  font-family: Roboto-Medium, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-size: 1.2rem;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: auto;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .neo-grid-container-info {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  min-width: 100%;
  min-height: 100%;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .neo-grid-container-info .circle-bg.neo-navbar-grid-menu.isInfoGrid {
  width: 100%;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .neo-grid-container-info .circle-bg {
  min-height: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column;
  position: absolute;
  top: auto;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .neo-grid-container-info .circle-bg > * {
  z-index: 1;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .neo-grid-container-info .circle-bg .neo-grid-title-wrapper-info h5 {
  background-color: #647592;
  color: white;
  font-family: Roboto-Bold, sans-serif;
  padding: 1.92% 4%;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .neo-grid-container-info .circle-bg .grid-description {
  margin: 6% 10% 6% 4%;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .neo-grid-container-info .circle-bg .grid-choices-container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  bottom: 1.85rem;
  margin-top: 2.5rem;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .neo-grid-container-info .circle-bg .grid-choices-container #hide-popup {
  background-color: #ffffff;
  padding: 0.4em 2em 0.3em 2em;
  border: 1px solid rgb(154, 165, 184);
  color: rgb(100, 117, 146);
  font-size: 1.4rem;
  font-family: roboto-bold, sans-serif;
}
.aw-main-content .navbar .neo-whole-navbar .neo-navbar-right > li:last-child .neo-navbar-grid-menu .neo-grid-container-info .circle-bg .grid-choices-container #hide-popup:hover {
  background-color: rgb(100, 117, 146);
  color: #ffffff;
}
.aw-main-content .neo-navbar-support {
  background-color: #0e94ab;
}
.aw-main-content .neo-navbar-support.neo-navbar-collapse:hover {
  background-color: #0c8296;
  color: #fff;
  text-decoration: none;
}
.aw-main-content .neo-navbar-support li > a > img {
  opacity: 0.7;
}
.aw-main-content .neo-navbar-support li > a > img:hover, .aw-main-content .neo-navbar-support li > a > img:active, .aw-main-content .neo-navbar-support li > a > img:focus {
  opacity: 1;
}
.aw-main-content .neo-navbar-support .show > a {
  background-color: #0c8296;
}
.aw-main-content .neo-navbar-support .navbar-brand.neo-navbar-collapse:hover {
  background-color: #0c8296;
  color: #fff;
  text-decoration: none;
}
.aw-main-content .sidemenu-opened .navbar-fixed-top {
  position: initial;
}
.aw-main-content .neo-navbar {
  background-color: #00205b;
}
.aw-main-content .neo-navbar.neo-navbar-collapse:hover {
  background-color: #001948;
  color: #fff;
  text-decoration: none;
}
.aw-main-content .neo-navbar .navbar-brand.neo-navbar-collapse:hover {
  background-color: #001948;
  color: #fff;
  text-decoration: none;
}
.aw-main-content .neo-navbar,
.aw-main-content .neo-navbar-support {
  margin-bottom: 0;
  z-index: 988;
  color: rgba(255, 255, 255, 0.7);
  border-color: transparent;
  /* <-- Prevent collapse */
}
.aw-main-content .neo-navbar .navbar-brand,
.aw-main-content .neo-navbar-support .navbar-brand {
  color: rgba(255, 255, 255, 0.7);
}
.aw-main-content .neo-navbar .navbar-brand.neo-navbar-brand,
.aw-main-content .neo-navbar-support .navbar-brand.neo-navbar-brand {
  margin: 5px;
  padding: 0;
}
.aw-main-content .neo-navbar .navbar-brand.neo-navbar-brand img,
.aw-main-content .neo-navbar-support .navbar-brand.neo-navbar-brand img {
  height: 40px;
}
.aw-main-content .neo-navbar .navbar-brand.neo-navbar-collapse,
.aw-main-content .neo-navbar-support .navbar-brand.neo-navbar-collapse {
  line-height: 19px;
  height: auto;
  font-size: 18px;
  padding: 14.5px;
  padding-right: 18px;
}
.aw-main-content .neo-navbar .navbar-brand.neo-navbar-collapse i,
.aw-main-content .neo-navbar-support .navbar-brand.neo-navbar-collapse i {
  font-size: 20px;
}
.aw-main-content .neo-navbar .dropdown-menu-profile,
.aw-main-content .neo-navbar-support .dropdown-menu-profile {
  left: auto;
  right: -6rem;
  top: 7.3rem;
  width: 24rem;
  max-height: none;
  padding: 1.5rem 0;
  margin-right: 5rem;
  border-radius: 0.1rem;
  box-shadow: 0 4px 8px 0 rgba(80, 80, 115, 0.25);
  border: solid 1px #e0e3e9;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .aw-main-content .neo-navbar .dropdown-menu-profile,
  .aw-main-content .neo-navbar-support .dropdown-menu-profile {
    overflow: auto;
    height: 25rem;
  }
}
.aw-main-content .neo-navbar .dropdown-menu-profile > li,
.aw-main-content .neo-navbar-support .dropdown-menu-profile > li {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.aw-main-content .neo-navbar .dropdown-menu-profile > li > a,
.aw-main-content .neo-navbar-support .dropdown-menu-profile > li > a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #00205b;
  padding-left: 1rem;
  padding-right: 0rem;
  font-family: Roboto-Medium, sans-serif;
}
.aw-main-content .neo-navbar .dropdown-menu-profile > li > a > img,
.aw-main-content .neo-navbar-support .dropdown-menu-profile > li > a > img {
  margin-right: 1.2rem;
  width: 1.3rem;
  height: 1.3rem;
}
.aw-main-content .neo-navbar .dropdown-menu-profile > li.profile-sign-out,
.aw-main-content .neo-navbar-support .dropdown-menu-profile > li.profile-sign-out {
  display: block;
}
.aw-main-content .neo-navbar .dropdown-menu-profile > li.profile-sign-out img,
.aw-main-content .neo-navbar-support .dropdown-menu-profile > li.profile-sign-out img {
  width: 1.6rem;
  height: 1.2rem;
  margin-right: 0.9rem;
}
.aw-main-content .neo-navbar .dropdown-menu-profile > li.profile-sign-out p,
.aw-main-content .neo-navbar-support .dropdown-menu-profile > li.profile-sign-out p {
  display: inline;
  top: 0.1rem;
  position: relative;
}
.aw-main-content .neo-navbar .dropdown-menu-profile > li.profile-sign-out ~ .profile-sign-out:not(:first-child),
.aw-main-content .neo-navbar-support .dropdown-menu-profile > li.profile-sign-out ~ .profile-sign-out:not(:first-child) {
  display: none;
}
.aw-main-content .neo-navbar .dropdown-menu-profile > li.dropdown-divider,
.aw-main-content .neo-navbar-support .dropdown-menu-profile > li.dropdown-divider {
  margin-right: 1.64rem;
  margin-left: 1.64rem;
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.aw-main-content .neo-navbar .dropdown-menu-profile > li.dropdown-divider:last-child,
.aw-main-content .neo-navbar-support .dropdown-menu-profile > li.dropdown-divider:last-child {
  display: none;
}
.aw-main-content .neo-navbar.navbar-default.neo-navbar .neo-navbar-nav > li > a,
.aw-main-content .neo-navbar-support.navbar-default.neo-navbar .neo-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 19px;
  font-size: 16px;
  padding: 15.5px 15px;
}
.aw-main-content .neo-navbar.navbar-default.neo-navbar .neo-navbar-nav > li .user-icon,
.aw-main-content .neo-navbar-support.navbar-default.neo-navbar .neo-navbar-nav > li .user-icon {
  font-size: 1.2rem;
  height: 3.5rem;
  line-height: 34px;
  width: 10rem;
  text-align: unset;
  padding-left: 1.15rem;
  color: #ffffff;
  position: relative;
}
.aw-main-content .neo-navbar.navbar-default.neo-navbar .neo-navbar-nav > li .user-icon img,
.aw-main-content .neo-navbar-support.navbar-default.neo-navbar .neo-navbar-nav > li .user-icon img {
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .aw-main-content .neo-navbar.navbar-default.neo-navbar .neo-navbar-nav > li .user-icon,
  .aw-main-content .neo-navbar-support.navbar-default.neo-navbar .neo-navbar-nav > li .user-icon {
    width: auto;
    padding: 0.75rem 0.75rem;
    height: unset;
    line-height: normal;
  }
  .aw-main-content .neo-navbar.navbar-default.neo-navbar .neo-navbar-nav > li .user-icon:hover,
  .aw-main-content .neo-navbar-support.navbar-default.neo-navbar .neo-navbar-nav > li .user-icon:hover {
    padding: 0.75rem 0.75rem;
  }
}
.aw-main-content .neo-navbar.navbar-default.neo-navbar .neo-navbar-nav > li .user-icon .user-name-profile,
.aw-main-content .neo-navbar-support.navbar-default.neo-navbar .neo-navbar-nav > li .user-icon .user-name-profile {
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  white-space: nowrap;
  width: 60%;
  bottom: 0px;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .aw-main-content .neo-navbar.navbar-default.neo-navbar .neo-navbar-nav > li .user-icon .user-name-profile,
  .aw-main-content .neo-navbar-support.navbar-default.neo-navbar .neo-navbar-nav > li .user-icon .user-name-profile {
    display: none;
  }
}
.aw-main-content .neo-navbar.navbar-default.neo-navbar .neo-navbar-nav > li .user-icon .profile-icon,
.aw-main-content .neo-navbar-support.navbar-default.neo-navbar .neo-navbar-nav > li .user-icon .profile-icon {
  width: 1.9rem;
  height: 1.9rem;
  margin-left: 6rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1200px) {
  .aw-main-content .neo-navbar.navbar-default.neo-navbar .neo-navbar-nav > li .user-icon .profile-icon,
  .aw-main-content .neo-navbar-support.navbar-default.neo-navbar .neo-navbar-nav > li .user-icon .profile-icon {
    margin: auto;
  }
}
.aw-main-content .neo-navbar.navbar-default.neo-navbar-support .neo-navbar-nav > li > a,
.aw-main-content .neo-navbar-support.navbar-default.neo-navbar-support .neo-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 19px;
  font-size: 16px;
  padding: 15.5px 15px;
}
.aw-main-content .neo-navbar.navbar-default.neo-navbar-support .neo-navbar-nav > li > a:hover, .aw-main-content .neo-navbar.navbar-default.neo-navbar-support .neo-navbar-nav > li > a:active, .aw-main-content .neo-navbar.navbar-default.neo-navbar-support .neo-navbar-nav > li > a:focus,
.aw-main-content .neo-navbar-support.navbar-default.neo-navbar-support .neo-navbar-nav > li > a:hover,
.aw-main-content .neo-navbar-support.navbar-default.neo-navbar-support .neo-navbar-nav > li > a:active,
.aw-main-content .neo-navbar-support.navbar-default.neo-navbar-support .neo-navbar-nav > li > a:focus {
  background-color: #0c8296;
  color: #fff;
  text-decoration: none;
}
.aw-main-content .neo-navbar .show > a,
.aw-main-content .nav .show > a:hover,
.aw-main-content .nav .show > a:focus {
  background-color: #001948;
  color: #fff;
  text-decoration: none;
}
.aw-main-content .neo-navbar-support .show > a,
.aw-main-content .nav .show > a:hover,
.aw-main-content .nav .show > a:focus {
  background-color: #0c8296;
  color: #fff;
  text-decoration: none;
}
.aw-main-content .dropdown-user-icon {
  padding: 5px;
  margin-right: 10px;
}
.aw-main-content .dropdown-user-icon .user-icon {
  font-size: 1.2rem;
  height: 3.5rem;
  line-height: 34px;
  width: 10rem;
  text-align: unset;
  padding-left: 1.15rem;
  color: #ffffff;
  position: relative;
}
.aw-main-content .dropdown-user-icon .user-icon img {
  vertical-align: middle;
  margin-left: 6rem;
  padding-bottom: 3px;
}
.aw-main-content .dropdown-user-icon .user-icon .user-name-profile {
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  white-space: nowrap;
  width: 60%;
  bottom: 0px;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .aw-main-content .dropdown-user-icon .user-icon {
    width: auto;
    padding: 0.75rem 0.75rem;
    height: unset;
    line-height: normal;
  }
  .aw-main-content .dropdown-user-icon .user-icon:hover {
    padding: 0.75rem 0.75rem;
  }
}
.aw-main-content .dropdown-user-icon.show::before {
  top: 7rem;
}
.aw-main-content .dropdown-user-icon.show::after {
  z-index: 1000;
  top: 6.5rem;
}
.aw-main-content .dropdown-ask-icon.show::before {
  top: 7rem;
  left: 40%;
}
.aw-main-content .dropdown-ask-icon.show::after {
  z-index: 1000;
  top: 6.5rem;
  left: 40%;
}
.aw-main-content .dropdown-ask-icon.show ul.dropdown-menu {
  width: 160px;
}
.aw-main-content .neo-navbar-nav {
  margin: 0.25rem -1rem;
}
.aw-main-content .neo-navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1rem;
}
@media (max-width: 0px) {
  .aw-main-content .neo-navbar-nav .show .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .aw-main-content .neo-navbar-nav .show .dropdown-menu > li > a,
  .aw-main-content .neo-navbar-nav .show .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .aw-main-content .neo-navbar-nav .show .dropdown-menu > li > a {
    line-height: 1rem;
  }
  .aw-main-content .neo-navbar-nav .show .dropdown-menu > li > a:hover, .aw-main-content .neo-navbar-nav .show .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 0px) {
  .aw-main-content .neo-navbar-nav {
    float: left;
    margin: 0;
  }
  .aw-main-content .neo-navbar-nav > li {
    float: left;
  }
  .aw-main-content .neo-navbar-nav > li > a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.aw-main-content .neo-navbar-nav.navbar-right .dropdown-menu {
  right: 0;
  left: auto;
  top: 43px;
}
.aw-main-content .neo-navbar-nav .show > .dropdown-menu {
  display: block;
}
.aw-main-content .neo-navbar-nav .dropdown-menu {
  font-size: 1.4rem;
  margin: 0.2rem 0 0;
  color: inherit;
}
@media screen and (max-width: 1024px) {
  .aw-main-content .neo-navbar-nav .dropdown-menu {
    position: fixed;
  }
}
.aw-main-content li.dropdown.neo-icon-container.show > ul.dropdown-menu {
  margin-top: 20px;
}
.aw-main-content .navbar-left {
  float: left !important;
}
.aw-main-content .navbar-right {
  float: right !important;
}
.aw-main-content .navbar-right ~ .navbar-right {
  margin-right: 0;
}
.aw-main-content .nav > li.dropdown.neo-icon-container > a:hover {
  background-color: #647592;
}
.aw-main-content .neo-icon-container {
  opacity: 1;
}
.aw-main-content .neo-icon-container:hover {
  opacity: 1;
}
.aw-main-content .neo-icon-container > a {
  padding-top: 18px !important;
  padding-bottom: 13px !important;
}
.aw-main-content .right-panel {
  background-color: #00205b;
  width: 316px;
  height: 100%;
  position: fixed;
  z-index: 300;
  right: -317px;
  color: #fff;
  font-weight: normal;
  padding: 8px;
  padding-top: 5px;
  transition: all 0.3s;
  top: 51px;
}
.aw-main-content .right-panel.active {
  right: 0px;
}
.aw-main-content .panel-items {
  list-style: none;
  background: #fff;
  color: #555;
  margin-bottom: 0;
  padding-left: 0;
}
.aw-main-content .panel-items b {
  color: #000;
}
.aw-main-content .panel-items .panel-item-left {
  margin-right: 8px;
}
.aw-main-content .panel-items .panel-item-left .domain-icon {
  border-radius: 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}
.aw-main-content .panel-items .panel-item-middle {
  width: 100%;
  padding-right: 8px;
}
.aw-main-content .panel-items .panel-item-right {
  white-space: nowrap;
}
.aw-main-content .panel-items > li {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 8px;
}
.aw-main-content .panel-items > li:not(:last-child) {
  border-bottom: solid 1px #ccc;
}
.aw-main-content .panel-header {
  text-align: center;
  border-bottom: solid 1px;
  padding-bottom: 5px;
  font-size: 20px;
}
.aw-main-content .panel-header:after {
  content: "";
  border-bottom: solid 2px #fff;
  display: block;
  position: absolute;
  top: 39px;
  width: 50%;
  right: 8px;
}
.aw-main-content .panel-content .panel-items-title {
  line-height: 40px;
}
.aw-main-content .panel-content .empty-list {
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
}
.aw-main-content .mat-tab-label,
.aw-main-content .mat-tab-link :active {
  color: rgba(0, 0, 0, 0.87);
}
.aw-main-content .space-login {
  margin-right: 10px;
}
@media screen and (max-width: 728px) {
  .aw-main-content #navbar-lg {
    display: none;
  }
  .aw-main-content #navbar-xs {
    display: block;
    height: 55px;
  }
}
@media screen and (min-width: 729px) {
  .aw-main-content #navbar-lg {
    display: flex;
  }
  .aw-main-content #navbar-xs {
    display: none;
  }
}
.aw-main-content #toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 25px auto 10px;
}
.aw-main-content #toggle span:after,
.aw-main-content #toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
.aw-main-content #toggle span:after {
  top: 9px;
}
.aw-main-content #toggle span {
  position: relative;
  display: block;
}
.aw-main-content #toggle span,
.aw-main-content #toggle span:after,
.aw-main-content #toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
.aw-main-content #toggle.on span {
  background-color: transparent;
}
.aw-main-content #toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
.aw-main-content #toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
.aw-main-content #toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}
.aw-main-content .navbar-xs {
  /* menu appearance*/
  /* demo styles */
}
.aw-main-content .navbar-xs #menu {
  position: relative;
  color: #999;
  width: 200px;
  padding: 10px;
  margin: auto;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  text-align: center;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
  height: 55px;
}
.aw-main-content .navbar-xs #menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}
.aw-main-content .navbar-xs ul, .aw-main-content .navbar-xs li, .aw-main-content .navbar-xs li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.aw-main-content .navbar-xs li a {
  padding: 5px;
  color: #888;
  text-decoration: none;
  transition: all 0.2s;
}
.aw-main-content .navbar-xs #menu > li a:hover,
.aw-main-content .navbar-xs li a:focus {
  background: #0E284C;
  color: #fff;
}
.aw-main-content .navbar-xs body {
  margin-top: 3em;
  background: #eee;
  color: #555;
  font-family: "Open Sans", "Segoe UI", Roboto, Arial, sans-serif;
}
.aw-main-content .navbar-xs p, .aw-main-content .navbar-xs p a {
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.aw-main-content .navbar-xs .navbar1 {
  float: right;
  line-height: 50px;
}
.aw-main-content .navbar-xs .navbar2 {
  display: inline-block;
  float: right;
}

/* ---------------------------------------------------
    NEO layout STYLE
----------------------------------------------------- */
.keycopter-layout-flex-center {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

/* 5 cols */
@media (min-width: 1598px) {
  .keycopter-layout-5-columns-max {
    width: 1575px;
  }
  .keycopter-layout-5-columns-max .aircraft-component:nth-child(5n+0) .neo-card,
  .keycopter-layout-5-columns-max .portlet-column:nth-child(5n+0) .neo-card {
    margin-right: 0;
  }
}
/* 4 cols */
@media (min-width: 1270px) and (max-width: 1597px) {
  .keycopter-layout-5-columns-max {
    width: 1248px;
  }
  .keycopter-layout-5-columns-max .aircraft-component:nth-child(4n+0) .neo-card,
  .keycopter-layout-5-columns-max .portlet-column:nth-child(4n+0) .neo-card {
    margin-right: 0;
  }
}
/* 3 cols */
@media (min-width: 955px) and (max-width: 1269px) {
  .keycopter-layout-5-columns-max {
    width: 933px;
  }
  .keycopter-layout-5-columns-max .aircraft-component:nth-child(3n+0) .neo-card,
  .keycopter-layout-5-columns-max .portlet-column:nth-child(3n+0) .neo-card {
    margin-right: 0;
  }
}
/* 2 cols */
@media (min-width: 640px) and (max-width: 954px) {
  .keycopter-layout-5-columns-max {
    width: 618px;
  }
  .keycopter-layout-5-columns-max .aircraft-component:nth-child(2n+0) .neo-card,
  .keycopter-layout-5-columns-max .portlet-column:nth-child(2n+0) .neo-card {
    margin-right: 0;
  }
}
/* 1 col */
@media (max-width: 639px) {
  .keycopter-layout-5-columns-max {
    width: 300px;
  }
  .keycopter-layout-5-columns-max .aircraft-component:nth-child(1n+0) .neo-card,
  .keycopter-layout-5-columns-max .portlet-column:nth-child(1n+0) .neo-card {
    margin-right: 0;
  }
}
/* 1-column-bg */
.keycopter-column-1-background {
  background-image: url(../images/showroom-theme/column-1-background.png);
  background-color: #f2f2f2;
  z-index: 0;
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.neo-card-list {
  height: 33rem;
  width: 23.8rem;
  min-width: 23.8rem;
  position: relative;
  margin: 2.3rem 0.3rem 3rem 1rem !important;
  padding: 3.5rem 1rem 4.25rem 1rem;
  flex-wrap: nowrap;
  box-shadow: 0 2px 4px 0 rgba(80, 93, 115, 0.1);
  border: solid 0.1rem #9aa5b8;
}
.neo-card-list .neo-card-list-header {
  position: absolute;
  width: 22rem;
  height: 5rem;
  top: -2.5rem;
  left: 0.8rem;
  box-shadow: 0 4px 8px 0 rgba(80, 80, 115, 0.25);
  border-radius: 0.4rem;
  padding: 0.7rem 0 0.5em 1em;
  color: #ffffff;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
}
.neo-card-list .neo-card-list-header.neo-ripple-1 {
  background-image: url(../images/key-data-theme/ripple-1.svg);
}
.neo-card-list .neo-card-list-header.neo-ripple-2 {
  background-image: url(../images/key-data-theme/ripple-2.svg);
}
.neo-card-list .neo-card-list-header.neo-ripple-3 {
  background-image: url(../images/key-data-theme/ripple-3.svg);
}
.neo-card-list .neo-card-list-header > span {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.neo-card-list .neo-card-list-header .neo-card-list-header-icon {
  padding-top: 0.25em;
}
.neo-card-list .neo-card-list-header .neo-card-list-header-icon .neo-key-data-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  display: inline-block;
}
.neo-card-list .neo-card-list-header .neo-card-list-header-icon i.neo-key-data-icon-1 {
  background-image: url(../images/key-data-theme/key-data-icon-1.svg);
}
.neo-card-list .neo-card-list-header .neo-card-list-header-icon i.neo-key-data-icon-2 {
  background-image: url(../images/key-data-theme/key-data-icon-2.svg);
}
.neo-card-list .neo-card-list-header .neo-card-list-header-icon i.neo-key-data-icon-3 {
  background-image: url(../images/key-data-theme/key-data-icon-3.svg);
}
.neo-card-list .neo-card-list-header .neo-card-list-header-titles {
  width: 100%;
  margin-left: 1em;
}
.neo-card-list .neo-card-list-header .neo-card-list-header-titles > span {
  display: block;
}
.neo-card-list .neo-card-list-header .neo-card-list-header-titles .neo-card-list-header-title {
  font-size: 1.1rem;
  font-weight: normal;
  opacity: 0.8;
  letter-spacing: 0.55px;
  color: #ffffff;
}
.neo-card-list .neo-card-list-header .neo-card-list-header-titles .neo-card-list-header-subtitle {
  font-size: 1.6rem;
  font-weight: bold;
}
.neo-card-list .neo-card-publication {
  position: relative;
  bottom: 1rem;
}
.neo-card-list > div:nth-child(2) {
  height: 100%;
  width: 100%;
  margin-bottom: 2rem;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows {
  padding: 0;
  margin: 0;
  list-style: none;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows .no-data-friendly {
  width: 100%;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows a {
  text-decoration: none;
  color: #333333;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  height: 7rem;
  margin: 1rem 0;
  padding: 0 1rem 0 0.8rem;
  cursor: pointer;
  background-color: #eff1f4;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: solid 1px #eff1f4;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li > div {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: baseline;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li > div.justify-end {
  justify-content: flex-end;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li > div .neo-badge {
  font-size: 0.75em;
  color: #ffffff;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li > div .date {
  font-size: 0.75em;
  color: #647592;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li > div .flag-container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li > div .flag-container svg {
  margin-left: 0.5em;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li.publication {
  flex-flow: row nowrap;
  justify-content: unset;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li.publication div {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li.publication div > div {
  width: 100%;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li.publication div > div span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li.publication div .date-container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li.publication > div:not(.icon-flag-container) {
  width: 80%;
  justify-content: space-evenly;
  padding-left: 0.5rem;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li.publication > div.icon-flag-container {
  width: 20%;
  justify-content: center;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li.publication > div.icon-flag-container span {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li.publication > div.icon-flag-container .icon-wrapper {
  font-size: 1em;
  width: 3em;
  height: 3em;
  background-color: #c1c7d3;
  border-radius: 2px 2px 0 0;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li.publication > div.icon-flag-container .icon-wrapper img {
  width: 1.75em;
  height: 1.75em;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li.last {
  border-bottom: none;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows li:hover {
  background-color: rgba(238, 238, 238, 0.568627451);
  border: solid 1px #9aa5b8;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows .flag {
  margin-right: 15px;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows .row-left {
  width: 100%;
  font-family: roboto-medium, sans-serif;
  font-weight: normal;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows .row-right {
  white-space: nowrap;
  font-size: 1.2rem;
  color: #8f9295;
  margin-left: 0.5rem;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows .row-right.date {
  font-size: 1rem;
  text-align: right;
  color: #647592;
}
.neo-card-list > div:nth-child(2) .neo-card-list-rows .neo-badge {
  min-width: auto;
}
.neo-card-list .neo-card-list-footer {
  position: absolute;
  height: 7rem;
  padding-top: 2rem;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.neo-card-list .neo-card-list-footer a.view-all {
  color: #9aa5b8;
  position: initial;
  text-decoration: underline;
  margin: 0.5rem auto;
}
.neo-card-list .neo-card-list-footer a.view-all.isActive {
  color: #647592;
  font-weight: bolder;
}
.neo-card-list .neo-card-list-footer .add-bt {
  position: initial;
  width: 4rem;
  height: 4rem;
  color: #ffffff;
  background-color: #647592;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(80, 80, 115, 0.25);
}
.neo-card-list .neo-card-list-footer .add-bt:hover {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 5px 8px 1px rgba(0, 0, 0, 0.14), 0px 3px 10px 2px rgba(0, 0, 0, 0.12) !important;
}
.neo-card-list .dropdown > svg {
  visibility: hidden;
}
.neo-card-list .alert {
  word-wrap: break-word;
}
.neo-card-list .lexicon-icon {
  height: 1.4rem;
  width: 1.4rem;
  padding: 0;
}

.neo-card-list:hover {
  box-shadow: 0 2px 10px 0 rgba(80, 93, 115, 0.2);
}
.neo-card-list:hover .dropdown > svg {
  visibility: visible;
}
.neo-card-list:hover .neo-card-list-header {
  box-shadow: 0 -1px 4px 0 #647592;
}

.offset-left-30 {
  margin-left: 30px;
}

.offset-left-35 {
  margin-left: 3.5rem;
}

.row-right-date {
  justify-content: flex-end !important;
}

.div-file-logo {
  position: absolute;
  margin-top: -1rem;
}
.div-file-logo .file-logo {
  padding: 0.6rem 0.7rem 0.8rem 0.6rem;
  display: inline-grid;
  background-color: #ffffff;
  margin-top: 1.9rem;
  border-radius: 2px;
}
.div-file-logo .file-logo svg {
  position: relative;
  left: 0.15rem;
  top: 0.3rem;
}

.neo-card-ac {
  width: 30rem;
  margin-top: 37px;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: 15px;
}
.neo-card-ac .neo-card-img-wrapper {
  width: 270px;
  height: 180px;
  margin-top: -36px;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}
.neo-card-ac .neo-card-img-wrapper .neo-card-header {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  line-height: 38px;
  border-radius: 2px 2px 0 0;
  text-align: center;
  z-index: 1;
  cursor: default;
}
.neo-card-ac .neo-card-img-wrapper .neo-card-header span {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.neo-card-ac .neo-card-img-wrapper .neo-card-img {
  border-radius: 2px;
  height: 100%;
  width: 100%;
}
.neo-card-ac .neo-card-img-wrapper img {
  height: 100%;
  width: auto;
}
.neo-card-ac .neo-card-img-wrapper .ac-fav-bt {
  color: #ccc;
  margin-top: -22px;
  background: white;
  padding: 9px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  padding-top: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  height: 38px;
  width: 38px;
}
.neo-card-ac .neo-card-img-wrapper .ac-fav-bt .icon-spinner {
  font-size: 22px;
}
.neo-card-ac .neo-card-img-wrapper .ac-fav-bt svg {
  width: 20px;
  height: 20px;
}
.neo-card-ac .neo-card-img-wrapper .ac-fav-bt.active {
  color: #ffda44;
}
.neo-card-ac .neo-card-subimg {
  margin-top: 13px;
}
.neo-card-ac .neo-card-subimg hr {
  margin-top: 8px;
  margin-bottom: 8px;
}
.neo-card-ac .neo-card-subimg .div-neo-card {
  text-align: center;
}
.neo-card-ac .row-subtitle {
  display: flex;
}
.neo-card-ac .row-subtitle > span {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.neo-card-ac .row-title {
  line-height: 25px;
}
.neo-card-ac .dropdown {
  top: 11px;
  padding-bottom: 12px;
}
.neo-card-ac .default-ac {
  width: 270px;
  height: 180px;
  background-image: url(../images/neo-theme/default-ac.png);
  background-size: 292px;
  background-position: 0px 45px;
  background-repeat: no-repeat;
  background-color: #fff;
}
.neo-card-ac .neo-card-ac-favorite-image {
  border-radius: 4px;
}
.neo-card-ac .neo-card-favorite-background {
  background-image: url(../images/neo-theme/add-fav-aircraft.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.neo-card-ac .neo-card-favorite-button {
  background-image: url(../images/neo-theme/add-fav-aircraft.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.neo-card-ac .dropdown > svg {
  visibility: hidden;
}
@media (hover: none) {
  .neo-card-ac .dropdown > svg {
    visibility: visible;
  }
}

.neo-card-ac:hover {
  box-shadow: 0 1px 10px 0 #647592;
}
.neo-card-ac:hover .dropdown > svg {
  visibility: visible;
}

.neo-card-ac.disabled {
  opacity: 0.5;
}

@media (max-width: 1023px) {
  .neo-card-ac .dropdown > svg {
    visibility: visible;
  }
}
.aircraft-details-img .default-ac {
  width: 270px;
  height: 180px;
  background-image: url(../images/neo-theme/default-ac.png);
  background-size: 292px;
  background-position: 0px 45px;
  background-repeat: no-repeat;
  background-color: #fff;
}

.aircraft-certified-model {
  color: rgba(0, 0, 0, 0.54);
}

.neo-card-ac-new {
  font-family: Roboto, sans-serif;
  width: 24rem;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  align-items: center;
  margin-top: 37px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1rem;
  margin-right: 0;
  border-radius: 0;
  font-size: 1.2rem;
}
.neo-card-ac-new .neo-card-ac-favorite-background {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  flex-direction: column-reverse;
  width: 100%;
  height: 10rem;
  position: relative;
  background-size: cover;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.neo-card-ac-new .neo-card-ac-favorite-background .neo-card-ac-serial {
  position: absolute;
  top: 1rem;
  font-family: Roboto-Bold, sans-serif;
  font-size: 1.5rem;
}
.neo-card-ac-new .neo-card-ac-favorite-background img,
.neo-card-ac-new .neo-card-ac-favorite-background .default-ac {
  width: 24rem;
  height: 10rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eff1f4;
  border-radius: 0.2rem;
  object-fit: cover;
  object-position: center;
}
.neo-card-ac-new .neo-card-ac-favorite-desc {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex: 0 1 auto;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.neo-card-ac-new .neo-card-ac-favorite-desc .neo-card-ac-info-hr {
  margin-top: 1.4rem;
  margin-bottom: 1rem;
}
.neo-card-ac-new .neo-card-ac-favorite-desc .neo-card-ac-info {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex: 0 1 auto;
  width: 100%;
  justify-content: space-between;
}
.neo-card-ac-new .neo-card-ac-favorite-desc .neo-card-ac-info .neo-card-ac-info-row.neo-card-ac-fav-button {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.neo-card-ac-new .neo-card-ac-favorite-desc .neo-card-ac-info .neo-card-ac-info-row {
  padding-left: 3rem;
  padding-right: 5rem;
  padding-top: 1rem;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: inherit;
  flex: 1;
  line-height: 1rem;
}
.neo-card-ac-new .neo-card-ac-favorite-desc .neo-card-ac-info .neo-card-ac-info-row .ac-fav-bt .icon-spinner {
  font-size: 22px;
}
.neo-card-ac-new .neo-card-ac-favorite-desc .neo-card-ac-info .neo-card-ac-info-row .ac-fav-bt.active {
  color: #ffda44;
}
.neo-card-ac-new .neo-card-ac-favorite-desc .neo-card-ac-info .neo-card-ac-info-row .neo-card-ac-column .row-title {
  font-size: 1.2;
  opacity: 0.7;
}
.neo-card-ac-new .neo-card-ac-favorite-desc .neo-card-ac-info .neo-card-ac-info-row .neo-card-ac-column .row-value {
  font-family: Roboto-Medium, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #4c5054;
}
.neo-card-ac-new .neo-card-ac-favorite-desc .neo-card-ac-info .neo-card-ac-info-row .neo-card-ac-column .uppercase {
  text-transform: uppercase;
}
.neo-card-ac-new .neo-card-ac-favorite-desc .neo-card-ac-info .neo-card-ac-info-row .neo-card-ac-column .favorite-ac-status {
  color: #ffffff !important;
  line-height: 2rem;
  font-weight: 500;
  font-family: roboto-medium, sans-serif;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.2rem;
}
.neo-card-ac-new .neo-card-ac-favorite-desc .neo-card-ac-info .neo-card-ac-info-row .neo-card-ac-column .neo-card-fav-button {
  line-height: 2rem;
}
.neo-card-ac-new .neo-card-ac-favorite-desc .neo-card-ac-info .neo-card-ac-info-row .neo-card-ac-column .neo-card-fav-button .lexicon-icon {
  margin-top: 0.5rem;
}
.neo-card-ac-new .neo-card-ac-favorite-desc hr {
  border: 1px solid #e0e3e9;
  width: calc(24rem - 5rem);
}

.aircraft-certified-model {
  color: rgba(0, 0, 0, 0.54);
}

.neo-card-ac-favorite:hover {
  box-shadow: 0 1px 10px 0 #0082d5;
}

.neo-card-ac-favorite {
  width: 24rem;
  height: 31.1rem;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  align-items: center;
  margin-top: 37px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 15px;
  border-radius: 0;
}
.neo-card-ac-favorite .neo-card-favorite-background {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  flex-direction: column-reverse;
  width: 100%;
  height: 10rem;
  background-color: #eff1f4;
  background-image: url(../images/neo-theme/default-ac.png);
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.neo-card-ac-favorite .neo-card-favorite-background .neo-card-favorite-button {
  background-image: url(../images/neo-theme/add-fav-aircraft.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 5.5rem;
  height: 5.5rem;
  margin-bottom: -3.25rem;
}
.neo-card-ac-favorite .neo-card-favorite-desc {
  color: #9aa5b8;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
  text-align: center;
  font-size: 1.5rem;
}

.neo-card-form {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) !important;
  min-height: 50px;
  margin-top: 40px !important;
}
.neo-card-form .neo-card-form-header-div {
  height: 38px !important;
}
.neo-card-form .neo-card-form-header-div .mat-content {
  position: initial;
}
.neo-card-form .neo-card-form-header-div .neo-card-form-header {
  position: absolute;
  margin-top: -52px;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.neo-card-form .neo-card-form-header-div .neo-card-form-header > div {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.neo-card-form .neo-card-form-header-div .neo-card-form-header .neo-card-form-header-icon {
  width: 64.9px;
  height: 65px;
  border-radius: 2px;
  background-color: #647592;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 15px;
}
.neo-card-form .neo-card-form-header-div .neo-card-form-header .neo-card-form-header-title {
  opacity: 0.87;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
  padding-top: 32px;
}
.neo-card-form .neo-card-form-content {
  position: relative;
  padding-top: 60px;
}

.popup80vh .mat-dialog-container {
  min-height: 80vh;
  min-width: 50vw;
  max-height: 80vh;
}

.not-available-date-picker {
  float: right;
}

.available-date-picker {
  padding-bottom: 10px;
}

.neo-card {
  border-radius: 2px;
  background-color: #ffffff;
}
.neo-card .row-subtitle, .neo-card .date {
  color: rgba(0, 0, 0, 0.54);
}
.neo-card .row-subtitle {
  font-size: 1.2rem;
  color: #8f9295;
}
.neo-card .no-data {
  line-height: 331px;
}

.card, .card-horizontal {
  border-radius: 2px;
}

.neo-card .dropdown {
  float: right;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  right: 10px;
  color: white;
}
.neo-card .dropdown > .dropdown-menu {
  color: #000;
  padding: 0;
}
.neo-card .dropdown > .dropdown-menu > li {
  padding-left: 12px;
  padding-right: 12px;
  line-height: 35px;
  border-bottom: solid 1px #ccc;
  cursor: pointer;
}
.neo-card .dropdown > .dropdown-menu > li:last-child {
  border: none;
}
.neo-card .dropdown > .dropdown-menu > li:hover {
  background-color: rgba(204, 204, 204, 0.2705882353);
}

.neo-card-news-col {
  width: 387px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-items: center;
  margin-bottom: 45px;
}

.neo-card-news {
  width: 255px;
  height: 250px;
  border-radius: 7px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}
.neo-card-news img {
  height: 250px;
}
.neo-card-news .neo-card-news-title {
  border-radius: 0 0 7px 7px;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 55px;
  color: #fff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  padding: 10px;
  width: 100%;
}

.neo-card-news:hover {
  box-shadow: 0 1px 10px 0 #647592;
}

/* 5 cols */
@media (min-width: 1598px) {
  .latest-news-grid {
    width: 1440px;
  }
  .neo-card-news-col {
    width: 360px;
    margin-bottom: 100px;
  }
}
/* 4 cols */
@media (min-width: 1270px) and (max-width: 1597px) {
  .latest-news-grid {
    width: 1161px;
  }
  .neo-card-news-col {
    margin-bottom: 115px;
  }
}
/* 3 cols */
@media (min-width: 955px) and (max-width: 1269px) {
  .latest-news-grid {
    width: 900px;
  }
  .neo-card-news-col {
    width: 300px;
  }
}
/* 2 cols */
@media (min-width: 640px) and (max-width: 954px) {
  .latest-news-grid {
    width: 600px;
  }
  .neo-card-news-col {
    width: 300px;
  }
}
/* 1 col */
@media (max-width: 639px) {
  .latest-news-grid {
    width: 255px;
  }
  .neo-card-news-col {
    width: 255px;
  }
}
.mat-button, .mat-raised-button {
  box-shadow: none !important;
  border-radius: 5px !important;
  margin: 0px 5px !important;
}

.mat-fab {
  width: 43px !important;
  height: 43px !important;
}
.mat-fab .mat-button-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mat-raised-button:not(:disabled):hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) !important;
}

.mat-fab:not(:disabled):hover {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12) !important;
}

.buttons-position {
  text-align: right;
  height: 40px;
}

.button-support-exit {
  background-color: #0e94ab;
  color: white;
  padding: 5px 10px;
  border-width: inherit;
}

.button-support-exit:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) !important;
}

.neo-expansion-panel {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) !important;
  min-height: 50px;
  margin-top: 40px !important;
}
.neo-expansion-panel .neo-expansion-panel-header-div {
  height: 65px !important;
}
.neo-expansion-panel .neo-expansion-panel-header-div .mat-content {
  position: initial;
}
.neo-expansion-panel .neo-expansion-panel-header-div .neo-expansion-panel-header {
  position: absolute;
  margin-top: -52px;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.neo-expansion-panel .neo-expansion-panel-header-div .neo-expansion-panel-header > div {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.neo-expansion-panel .neo-expansion-panel-header-div .neo-expansion-panel-header .neo-expansion-panel-header-icon {
  width: 64.9px;
  height: 65px;
  border-radius: 2px;
  background-color: #647592;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 15px;
}
.neo-expansion-panel .neo-expansion-panel-header-div .neo-expansion-panel-header .neo-expansion-panel-header-title {
  opacity: 0.87;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
  padding-top: 32px;
}
.neo-expansion-panel .neo-expansion-panel-content {
  position: relative;
  padding-top: 60px;
}

.neo-icon-color-default, .neo-icon-color-default-no-hover-behavior {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.2 !important;
}

.neo-icon-color-default:hover {
  opacity: 0.87 !important;
}

.neo-icon-wrapper {
  align-items: center;
  justify-content: center;
  display: flex;
}

.neo-icon {
  display: inline-block;
}
.neo-icon.neo-icon-34 {
  width: 34px;
  height: 34px;
  background-size: 34px;
}
.neo-icon.neo-icon-25 {
  width: 25px;
  height: 25px;
  background-size: 25px;
}
.neo-icon.neo-icon-14 {
  width: 14px;
  height: 14px;
  background-size: 14px;
}
.neo-icon.neo-icon-id-card {
  background-image: url(../images/neo-theme/icons/id-card.svg);
}
.neo-icon.neo-icon-settings {
  background-image: url(../images/neo-theme/icons/settings.svg);
}
.neo-icon.neo-icon-target {
  background-image: url(../images/neo-theme/icons/target.svg);
}
.neo-icon.neo-icon-add-user-blue {
  background-image: url(../images/neo-theme/icons/add-user-blue.svg);
}
.neo-icon.neo-icon-industry {
  background-image: url(../images/neo-theme/icons/industry.png);
}
.neo-icon.neo-icon-add-user {
  background-image: url(../images/neo-theme/icons/add-user.svg);
}
.neo-icon.neo-icon-company {
  background-image: url(../images/neo-theme/icons/company.svg);
}
.neo-icon.neo-icon-company-create {
  background-image: url(../images/neo-theme/icons/create-company.svg);
}
.neo-icon.neo-icon-notification {
  background-image: url(../images/neo-theme/icons/notification.svg);
}
.neo-icon.neo-icon-font-selection-editor {
  background-image: url(../images/neo-theme/icons/font-selection-editor.svg);
}
.neo-icon.neo-icon-picture {
  background-image: url(../images/neo-theme/icons/picture.svg);
}
.neo-icon.neo-icon-next {
  background-image: url(../images/neo-theme/icons/next.svg);
}
.neo-icon.neo-icon-share-option-black {
  background-image: url(../images/neo-theme/icons/share-option-black.svg);
}
.neo-icon.neo-icon-share-option-blue {
  background-image: url(../images/neo-theme/icons/share-option-blue.svg);
}

.neo-icon-1-5x {
  font-size: 1.5em;
}

.request-flag-red {
  color: #dd352e;
}

.request-flag-blu {
  color: #1f589b;
}

.request-flag-ora {
  color: #f38a03;
}

.page-loader {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(238, 238, 238, 0.5);
  z-index: 999999999;
  align-items: center;
  justify-content: center;
}
.page-loader:not(.page-loader--inner) {
  display: flex;
}

.page-loader--inner {
  display: none;
}

router-outlet + div.page-loader--inner {
  display: flex;
}

.page-loader__spinner {
  position: relative;
  height: 50px;
  width: 50px;
}
.page-loader__spinner svg {
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-loader__spinner svg circle {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  -moz-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #001948;
  }
  40% {
    stroke: #ffffff;
  }
  66% {
    stroke: #00205b;
  }
  80%, 90% {
    stroke: #ffffff;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  position: relative;
}

.placeholder-neo-card-list-row {
  display: flex;
  padding-bottom: 10px;
}

.placeholder-neo-card-list {
  position: relative;
  margin-right: 13px;
  flex-wrap: nowrap;
}

.placeholder-neo-shortcut {
  display: flex;
  padding-bottom: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.placehorder-neo-shortcut-row {
  position: relative;
  margin-right: 13px;
  flex-wrap: nowrap;
}

.placeholder-item:before {
  width: 0px !important;
}

.placeholder-shortcut .animated-background {
  height: 55px;
  width: 236px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.placeholder-shortcut .placeholder-item {
  background: #fff;
  width: 236px;
  height: 55px;
  padding-left: 10px !important;
}
.placeholder-shortcut .background-masker {
  background: #fff;
  position: absolute;
}
.placeholder-shortcut .background-masker.header-top,
.placeholder-shortcut .background-masker.header-bottom,
.placeholder-shortcut .background-masker.subheader-bottom {
  top: 0;
  left: 50px;
  right: 0;
  height: 10px;
}
.placeholder-shortcut .background-masker.header-left,
.placeholder-shortcut .background-masker.subheader-left,
.placeholder-shortcut .background-masker.header-right,
.placeholder-shortcut .background-masker.subheader-right {
  top: 10px;
  left: 50px;
  height: 8px;
  width: 10px;
}
.placeholder-shortcut .background-masker.header-bottom {
  top: 16px;
  left: 50px;
  width: 10px;
}
.placeholder-shortcut .background-masker.subheader-left,
.placeholder-shortcut .background-masker.subheader-right {
  top: 24px;
  height: 18px;
}
.placeholder-shortcut .background-masker.header-right,
.placeholder-shortcut .background-masker.subheader-right {
  width: auto;
  left: 220px;
  right: 0;
  height: 30px;
}
.placeholder-shortcut .background-masker.subheader-right {
  left: 230px;
}
.placeholder-shortcut .background-masker.subheader-bottom {
  top: 7px;
  height: 10px;
}
.placeholder-shortcut .background-masker.content-top,
.placeholder-shortcut .background-masker.content-second-line,
.placeholder-shortcut .background-masker.content-third-line,
.placeholder-shortcut .background-masker.content-second-end,
.placeholder-shortcut .background-masker.content-third-end,
.placeholder-shortcut .background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 0px;
  left: 50px;
  right: 0;
  height: 15px;
}

.placeholder-card-list .placeholder-card-list-header {
  margin-top: -30px;
}
.placeholder-card-list .placeholder-card-list-header .animated-background {
  height: 40px;
  bottom: 7px;
}
.placeholder-card-list .placeholder-card-list-header .placeholder-card-list-wrapper {
  position: relative;
  z-index: 4;
  top: 30px;
}
.placeholder-card-list .placeholder-card-list-header .placeholder-item {
  background: #fff;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  padding: 12px;
  margin: 0 auto;
  width: 22rem;
  height: 5rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.placeholder-card-list .placeholder-card-list-header .background-masker {
  background: #fff;
  position: absolute;
}
.placeholder-card-list .placeholder-card-list-header .background-masker.header-top,
.placeholder-card-list .placeholder-card-list-header .background-masker.header-bottom,
.placeholder-card-list .placeholder-card-list-header .background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}
.placeholder-card-list .placeholder-card-list-header .background-masker.header-left,
.placeholder-card-list .placeholder-card-list-header .background-masker.subheader-left,
.placeholder-card-list .placeholder-card-list-header .background-masker.header-right,
.placeholder-card-list .placeholder-card-list-header .background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}
.placeholder-card-list .placeholder-card-list-header .background-masker.header-bottom {
  top: 18px;
  height: 6px;
}
.placeholder-card-list .placeholder-card-list-header .background-masker.subheader-left,
.placeholder-card-list .placeholder-card-list-header .background-masker.subheader-right {
  top: 24px;
  height: 6px;
}
.placeholder-card-list .placeholder-card-list-header .background-masker.header-right,
.placeholder-card-list .placeholder-card-list-header .background-masker.subheader-right {
  width: auto;
  left: 300px;
  right: 0;
}
.placeholder-card-list .placeholder-card-list-header .background-masker.subheader-right {
  left: 230px;
}
.placeholder-card-list .placeholder-card-list-header .background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}
.placeholder-card-list .placeholder-card-list-header .background-masker.content-top,
.placeholder-card-list .placeholder-card-list-header .background-masker.content-second-line,
.placeholder-card-list .placeholder-card-list-header .background-masker.content-third-line,
.placeholder-card-list .placeholder-card-list-header .background-masker.content-second-end,
.placeholder-card-list .placeholder-card-list-header .background-masker.content-third-end,
.placeholder-card-list .placeholder-card-list-header .background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}
.placeholder-card-list .placeholder-card-list-header .background-masker.content-top {
  height: 20px;
}
.placeholder-card-list .placeholder-card-list-body .animated-background {
  height: 40px;
}
.placeholder-card-list .placeholder-card-list-body .placeholder-item {
  background: #fff;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  padding-top: 40px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 auto;
  width: 23.8rem;
  min-height: 33rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.placeholder-card-list .placeholder-card-list-body .background-masker {
  background: #fff;
  position: absolute;
}
.placeholder-card-list .placeholder-card-list-body .background-masker.header-top,
.placeholder-card-list .placeholder-card-list-body .background-masker.header-bottom,
.placeholder-card-list .placeholder-card-list-body .background-masker.subheader-bottom {
  top: 0;
  right: 0;
}
.placeholder-card-list .placeholder-card-list-body .background-masker.header-left,
.placeholder-card-list .placeholder-card-list-body .background-masker.subheader-left,
.placeholder-card-list .placeholder-card-list-body .background-masker.header-right,
.placeholder-card-list .placeholder-card-list-body .background-masker.subheader-right {
  top: 10px;
  height: 8px;
  width: 21rem;
}
.placeholder-card-list .placeholder-card-list-body .background-masker.header-bottom {
  left: 120px;
  width: 30px;
  height: 50px;
}
.placeholder-card-list .placeholder-card-list-body .background-masker.header-bottom-1 {
  left: 100px;
  width: 30px;
  height: 10px;
}
.placeholder-card-list .placeholder-card-list-body .background-masker.header-bottom-2 {
  left: 80px;
  top: 30px;
  width: 50px;
  height: 10px;
}
.placeholder-card-list .placeholder-card-list-body .background-masker.header-bottom-3 {
  left: 80px;
  width: 130px;
  height: 10px;
}
.placeholder-card-list .placeholder-card-list-body .background-masker.subheader-left,
.placeholder-card-list .placeholder-card-list-body .background-masker.subheader-right {
  top: 24px;
  height: 8px;
}
.placeholder-card-list .placeholder-card-list-body .background-masker.header-right,
.placeholder-card-list .placeholder-card-list-body .background-masker.subheader-right {
  width: auto;
  left: 150px;
  right: 0;
  height: 22px;
}
.placeholder-card-list .placeholder-card-list-body .background-masker.subheader-right {
  left: 270px;
}
.placeholder-card-list .placeholder-card-list-body .background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}
.placeholder-card-list .placeholder-card-list-body .background-masker.content-top,
.placeholder-card-list .placeholder-card-list-body .background-masker.content-second-line,
.placeholder-card-list .placeholder-card-list-body .background-masker.content-third-line,
.placeholder-card-list .placeholder-card-list-body .background-masker.content-second-end,
.placeholder-card-list .placeholder-card-list-body .background-masker.content-third-end,
.placeholder-card-list .placeholder-card-list-body .background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}
.placeholder-card-list .placeholder-card-list-body .background-masker.content-top {
  height: 20px;
}

.placeholder-aircraft .placeholder-aircraft-header {
  margin-top: -140px;
}
.placeholder-aircraft .placeholder-aircraft-header .animated-background {
  height: 180px;
  bottom: 12px;
  width: 268px;
  right: 12px;
}
.placeholder-aircraft .placeholder-aircraft-header .placeholder-card-list-wrapper {
  position: relative;
  z-index: 4;
  top: 140px;
}
.placeholder-aircraft .placeholder-aircraft-header .placeholder-item {
  background: #fff;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  padding: 12px;
  margin: 0 auto;
  width: 270px;
  height: 180.7px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.placeholder-aircraft .placeholder-aircraft-header .background-masker {
  background: #fff;
  position: absolute;
}
.placeholder-aircraft .placeholder-aircraft-body .animated-background {
  height: 80px;
  top: 110px;
}
.placeholder-aircraft .placeholder-aircraft-body .placeholder-item {
  background: #fff;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  padding-top: 40px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 auto;
  width: 300px;
  height: 252px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.placeholder-aircraft .placeholder-aircraft-body .background-masker {
  background: #fff;
  position: absolute;
}
.placeholder-aircraft .placeholder-aircraft-body .background-masker.header-top,
.placeholder-aircraft .placeholder-aircraft-body .background-masker.header-bottom,
.placeholder-aircraft .placeholder-aircraft-body .background-masker.subheader-bottom {
  top: 0;
  right: 0;
}
.placeholder-aircraft .placeholder-aircraft-body .background-masker.header-left,
.placeholder-aircraft .placeholder-aircraft-body .background-masker.subheader-left,
.placeholder-aircraft .placeholder-aircraft-body .background-masker.header-right,
.placeholder-aircraft .placeholder-aircraft-body .background-masker.subheader-right {
  top: 10px;
  width: 240px;
}
.placeholder-aircraft .placeholder-aircraft-body .background-masker.header-bottom {
  left: 120px;
  width: 30px;
  height: 50px;
}
.placeholder-aircraft .placeholder-aircraft-body .background-masker.header-bottom-2 {
  left: 100px;
  top: 30px;
  width: 30px;
  height: 12px;
}
.placeholder-aircraft .placeholder-aircraft-body .background-masker.header-bottom-3 {
  left: 80px;
  width: 130px;
  height: 10px;
}
.placeholder-aircraft .placeholder-aircraft-body .background-masker.subheader-left,
.placeholder-aircraft .placeholder-aircraft-body .background-masker.subheader-right {
  top: 15px;
  height: 15px;
}
.placeholder-aircraft .placeholder-aircraft-body .background-masker.subheader-left-1 {
  top: 40px;
  height: 20px;
  width: 280px;
}
.placeholder-aircraft .placeholder-aircraft-body .background-masker.subheader-right-1 {
  top: 0px;
  height: 30px;
  width: 130px;
  left: 150px;
}
.placeholder-aircraft .placeholder-aircraft-body .background-masker.subheader-left-2 {
  top: 73px;
  height: 10px;
  width: 280px;
}
.placeholder-aircraft .placeholder-aircraft-body .background-masker.subheader-right-2 {
  top: 50px;
  height: 30px;
  width: 140px;
  left: 140px;
}
.placeholder-aircraft .placeholder-aircraft-body .background-masker.header-right,
.placeholder-aircraft .placeholder-aircraft-body .background-masker.subheader-right {
  width: auto;
  left: 150px;
  right: 0;
}
.placeholder-aircraft .placeholder-aircraft-body .background-masker.subheader-right {
  left: 270px;
}
.placeholder-aircraft .placeholder-aircraft-body .background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}
.placeholder-aircraft .placeholder-aircraft-body .background-masker.content-top,
.placeholder-aircraft .placeholder-aircraft-body .background-masker.content-second-line,
.placeholder-aircraft .placeholder-aircraft-body .background-masker.content-third-line,
.placeholder-aircraft .placeholder-aircraft-body .background-masker.content-second-end,
.placeholder-aircraft .placeholder-aircraft-body .background-masker.content-third-end,
.placeholder-aircraft .placeholder-aircraft-body .background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}
.placeholder-aircraft .placeholder-aircraft-body .background-masker.content-top {
  height: 20px;
}

/* input */
.mat-form-field-prefix {
  padding-right: 10px;
}

.mat-input-element:disabled ~ .mat-input-placeholder-wrapper > label {
  color: #ccc;
}

.mat-input-placeholder-wrapper > label, .mat-radio-label-content, .mat-checkbox-layout {
  font-size: 14px;
  padding-top: 0.3rem;
}

.mat-hint:not(.mat-error) {
  color: rgba(0, 0, 0, 0.42);
}

.mat-form-field {
  line-height: 1.2 !important;
}

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 40px;
}

.mat-checkbox-layout {
  font-size: 14px;
}

.mat-radio-button ~ .mat-radio-button {
  padding-left: 10px;
}

/* select */
.mat-select-disabled + .mat-input-placeholder-wrapper > label, .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: #ccc;
}

.mat-option {
  font-weight: normal;
}

.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  color: #ffffff;
  background-color: #647592;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

/* slider */
mat-slider {
  margin-left: 10px;
}

.mat-slider-thumb-label {
  width: 35px !important;
  height: 35px !important;
  top: -43px !important;
  right: -17px !important;
}
.mat-slider-thumb-label .mat-slider-thumb-label-text {
  left: -6px;
}
.mat-slider-thumb-label .mat-slider-thumb-label-text::after {
  content: " %";
  white-space: pre;
  color: white;
}

.mat-slider-wrapper {
  cursor: pointer;
}

.mat-slider-horizontal .mat-slider-wrapper {
  top: 37px !important;
}

.mat-slider-thumb-label {
  transform: rotate(45deg) !important;
  border-radius: 50% 50% 0 !important;
}

.mat-slider-thumb {
  transform: scale(0) !important;
}

.mat-slider-thumb-label-text {
  opacity: 1 !important;
}

.input-no-edit .mat-form-field-underline.mat-disabled {
  background-size: 4px 4px;
  background-image: none;
}
.input-no-edit .mat-input-element:disabled {
  color: black;
}
.input-no-edit .mat-input-element:disabled ~ .mat-input-placeholder-wrapper > label {
  color: black;
}

.search-bar-cross::-ms-clear {
  display: none;
}

.mat-form-field-subscript-wrapper {
  overflow: visible !important;
}

/* global search bar */
.search-bar {
  height: 60px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  font-weight: normal;
}
.search-bar .search-bar-text {
  width: 100%;
}
.search-bar .search-bar-text input {
  border: none;
  width: 93%;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  padding-left: 5px;
}
.search-bar .search-bar-text input::placeholder {
  opacity: 0.54;
}

.search-bar.active {
  border: 1px solid #647592;
}
.search-bar.active .icon-search {
  color: #647592;
  opacity: 1 !important;
}

.search-result {
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin-top: 5px;
  padding-right: 0px;
}
.search-result .search-result-content-block {
  height: 200px;
  overflow-y: auto;
}
.search-result .search-result-content {
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  margin: 10px;
  padding: 8px;
}
.search-result .search-result-content-header {
  margin-right: 27px;
}
.search-result .search-result-content-header span {
  font-size: 15px;
  opacity: 0.87;
}
.search-result .search-result-content-body span {
  font-size: 15px;
  opacity: 0.54;
}
.search-result .search-result-content-body:hover, .search-result .search-result-content-body:focus {
  background-color: rgba(0, 32, 91, 0.1);
}

/* search bar in select */
.neo-mat-select-search {
  border-bottom: 1px solid #647592;
  width: 100%;
  padding: 10px;
}
.neo-mat-select-search input {
  border: none;
  width: 85%;
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
}
.neo-mat-select-search input::placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.neo-mat-option-scroll {
  overflow-y: scroll;
  height: 200px;
}

.clear-input {
  float: right;
  padding-right: 20px;
  padding-top: 4px;
  width: 32px !important;
  height: 20px !important;
}

.clear-input-select {
  float: right;
  height: 10px !important;
  margin-top: 6px;
}

@media (max-width: 1366px) {
  .search-bar .search-bar-text input {
    width: 90%;
  }
}
@media (max-width: 1023px) {
  .search-bar .search-bar-text input {
    width: 75%;
  }
  .neo-mat-select-search input {
    width: 84%;
  }
}
.neo-logo-edit {
  position: relative;
  overflow: hidden;
  display: inline-block;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.neo-logo-edit img {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  max-width: 350px;
}
.neo-logo-edit .logo-edit {
  display: none;
  position: absolute;
  top: 5px;
  right: 4px;
  color: #0082d5;
}
.neo-logo-edit:hover .logo-edit {
  display: inline-block;
}
.neo-logo-edit .input-file {
  font: 400 144px "Roboto";
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: hand;
  cursor: pointer;
}
.neo-logo-edit .footer-action {
  text-align: center;
  margin-bottom: 5px;
}

.cropper-zone {
  border: solid 1px #ccc;
  background: #eee;
}

.inline-error {
  margin-bottom: 5px;
  margin-top: 10px;
}

.snack-bar-success app-snackbar {
  border: 2px solid #57d59f;
}
.snack-bar-success .snackbar-logo {
  background-color: #57d59f;
}

.snack-bar-error app-snackbar {
  border: 2px solid #ff6f6c;
}
.snack-bar-error .snackbar-logo {
  background-color: #ff6f6c;
}

.snack-bar-info app-snackbar {
  border: 2px solid #2ebcfc;
}
.snack-bar-info .snackbar-logo {
  background-color: #2ebcfc;
}

.snackbar {
  background-color: #fff;
  border-radius: 4px !important;
  padding: 0 !important;
}
.snackbar app-snackbar {
  display: table;
  height: 100%;
  width: 100%;
  border-radius: 4px;
}
.snackbar app-snackbar .snackbar-logo {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  height: 60px;
  width: 60px;
  color: #fff;
}
.snackbar app-snackbar .snackbar-message {
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
  text-align: center;
  line-height: 18px;
  display: table-cell;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  width: auto;
}
.snackbar app-snackbar .snackbar-close {
  position: fixed;
  right: 10px;
}
@media all and (-ms-high-contrast: none) {
  .snackbar app-snackbar *::-ms-backdrop, .snackbar app-snackbar .snackbar-close {
    right: 30px;
  }
}

.mat-simple-snackbar {
  font-weight: normal;
}

.mat-simple-snackbar-action {
  color: white;
}

.alert-friendly {
  background-color: #FFFFFF;
  border-color: #BDBDBD;
  color: #AAAAAA;
  text-align: center;
  font-weight: normal;
  padding: 1.5rem;
}

.mat-menu-panel {
  min-height: 100% !important;
}
.mat-menu-panel .mat-menu-content:not(:empty) {
  padding-top: 0px;
  padding-bottom: 0px;
}
.mat-menu-panel .mat-menu-content:not(:empty) .mat-menu-item {
  font-weight: normal;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 35px;
  border-bottom: solid 1px #ccc;
  cursor: pointer;
  font-size: 14px;
  height: 35px;
}
.mat-menu-panel .mat-menu-content:not(:empty) .mat-menu-item:hover {
  color: #ffffff;
  background-color: #647592;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

/* dropdown header and menu */
.neo .dropdown-menu:not(.dropdown-menu-grey) li:not(.divider):hover a,
.neo-navbar .dropdown-menu:not(.dropdown-menu-grey) li:not(.divider):hover a {
  background-color: rgba(183, 201, 211, 0.5);
}
.neo .dropdown-menu-grey li:not(.divider):hover a,
.neo-navbar .dropdown-menu-grey li:not(.divider):hover a {
  background-color: rgba(183, 201, 211, 0.5);
}

.support-mode {
  color: black;
  margin: 10px;
  text-align: center;
}

.neo-navbar-support .neo-navbar-nav.navbar-right .dropdown-menu {
  width: max-content;
}

.aw-main-content .swiper-button-next,
.aw-main-content .swiper-button-prev {
  /* Override carousel-control-* */
  top: 50%;
  bottom: auto;
  z-index: 10;
  display: block;
  align-items: unset;
  justify-content: unset;
  text-align: start;
  opacity: 1;
  /* Other */
  background-image: none;
  border-radius: 2rem;
  background: rgba(216, 216, 216, 0.28);
  padding-left: 1.3rem;
  width: 3.8rem;
  height: 3.8rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  color: #000000;
}
.aw-main-content .swiper-button-next span,
.aw-main-content .swiper-button-prev span {
  font-size: 3.7rem;
}
.aw-main-content .swiper-button-next:hover,
.aw-main-content .swiper-button-prev:hover {
  background-color: #ffffff;
  color: #000000;
}
.aw-main-content .swiper-button-disabled {
  display: none;
}
@media (max-width: 1023px) {
  .aw-main-content .swiper-button-next,
  .aw-main-content .swiper-button-prev {
    display: block !important;
  }
}
.aw-main-content .swiper-container {
  overflow: initial;
}
.aw-main-content .swiper-button-next {
  right: 10px;
}
.aw-main-content .swiper-button-next span {
  margin-left: 0.2rem;
}
.aw-main-content .swiper-button-prev {
  left: 10px;
}
.aw-main-content .swiper-button-prev span {
  margin-right: 0.2rem;
}

.neo-tab-container {
  padding: 10px;
}
.neo-tab-container .neo-tab {
  border-bottom: 1px solid #e0e0e0;
}
.neo-tab-container .neo-tab .mat-tab-label {
  padding: 10px;
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.3);
}
.neo-tab-container .neo-tab .neo-tab-label-active {
  border-bottom: 2px solid #03a9f4;
  color: rgba(0, 0, 0, 0.87);
}

table[td-data-table] .td-data-table-cell {
  width: 89px;
  height: 17px;
  font-size: 15px;
  text-align: left;
  color: #000000;
}
table[td-data-table] .td-data-table-cell span {
  opacity: 0.87;
}

table[td-data-table] .td-data-table-column {
  width: 32px;
  height: 17px;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #000000;
}

table[td-data-table] .mat-checkbox-cell, table[td-data-table] .mat-checkbox-column {
  opacity: 1 !important;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.mat-card {
  font-family: inherit;
}

img.userPortrait {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.19);
}

.td-content-text-max {
  display: flex;
}

.td-content-text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-in-th {
  display: grid;
  width: 120px;
}
.select-in-th .mat-form-field { /* for IE */
  width: 120px;
}

.th-with-select .td-data-table-sort-icon {
  right: 5px;
}

.checkbox-in-select {
  padding-left: 10px;
}

.td-icon-width {
  width: 20px !important;
}
.td-icon-width .td-data-table-cell-content-wrapper {
  padding: 0 !important;
}

table[td-data-table] .td-data-table-column * {
  vertical-align: top;
}

th.td-data-table-column { /* for table header with div inside*/
  vertical-align: top;
  padding-top: 15px;
}

.td-data-table-row:hover, .td-data-table-row:focus {
  background-color: rgba(0, 32, 91, 0.1);
}

@media (min-width: 1366px) {
  .neo-ellipsis-table {
    visibility: hidden;
  }
  .neo-row-table:hover .neo-ellipsis-table {
    visibility: visible;
    color: grey;
  }
  .neo-row-table:hover .neo-ellipsis-table:hover {
    color: black;
  }
}
.neo-table-scrollable {
  overflow: auto;
}

@media (max-width: 1023px) {
  .neo-columns-hidden-tablet {
    display: none;
  }
  .neo-columns-no-border-bottom-tablet {
    border-bottom: none !important;
  }
}
@media (min-width: 1023px) {
  .neo-columns-displayed-tablet {
    display: none;
  }
}
.neo-matrix {
  margin: 20px 0px;
}
.neo-matrix td {
  opacity: 0.87;
}
.neo-matrix th, .neo-matrix td {
  padding: 5px 28px 5px 28px;
  font-size: 15px;
  text-align: left;
  color: #000000;
  font-weight: 400;
}
.neo-matrix .neo-matrix-row {
  border-top-color: rgba(0, 0, 0, 0.12);
  border-top-style: solid;
  border-top-width: 1px;
}

.neo {
  font-family: Roboto, sans-serif;
  font-weight: 600;
}
.neo input:focus {
  outline: none;
}

html {
  font-size: 10px;
  font-family: Roboto-Regular, sans-serif;
}

body {
  font-size: 1.4rem;
  line-height: 1.42857;
}

html,
body {
  background-color: #f7f9fa;
  z-index: 0;
  min-height: 100vh;
}

a {
  color: #337ab7;
}

[role=button] {
  cursor: pointer;
}

.button_back > a {
  color: #337ab7 !important;
}
.button_back > a:hover {
  color: #00205b !important;
}

.swiper-slide {
  padding-bottom: 0rem !important;
}

.portlet-header {
  margin-bottom: 0rem !important;
}

.portlet-name-text {
  font-size: inherit;
  font-weight: inherit;
}

.portlet-topper {
  color: #777;
}

body.private-page .portlet-asset-publisher .h2 span {
  color: black;
}

.neo-main-container {
  margin-top: 58px;
}

.neo-main-container-admin .dashboard-row-body {
  padding-top: 3.2rem;
}

.sidemenu-opened .neo-main-container {
  margin-top: 4px;
}

.neo-content-max-size {
  max-width: 1600px;
  margin: 0 auto;
}

.neo-dashboard-content-max-size {
  padding-top: 10px;
}

@media (min-width: 600px) {
  .neo-hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .neo-hidden-mobile {
    display: none !important;
  }
}
@media (max-width: 1240px) {
  .neo-hidden-tablet-landscape {
    display: none !important;
  }
}
.profile-user-icon {
  border: solid 1.5px #00205b;
}

.no-vertical-padding {
  padding: 0;
}

.no-vertical-margin {
  margin-top: -4px;
}

.flex-margin-auto {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin: 0 auto;
}

.badge.neo-badge {
  color: rgba(0, 0, 0, 0.87);
  background-color: #647592;
  line-height: 13px;
  margin: 0.2rem 0 0.2rem 0;
  border-width: 0rem;
  border-radius: 100px;
}

@media (min-width: 1023px) {
  .badge.neo-badge {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .badge.neo-badge {
    font-size: 12px;
  }
}
.app-title {
  margin-top: 0;
}

.portlet-barebone .portlet-title-text {
  display: none !important;
}

.display-none {
  display: none;
}

.container-no-margin {
  overflow: hidden;
}

.padding-10 {
  padding: 10px;
}

.no-data {
  width: 100%;
  vertical-align: middle;
  font-style: italic;
  color: #aaa;
  font-weight: normal;
  display: block;
  text-align: center;
}

.no-data-friendly {
  width: calc(100% - 28px);
  vertical-align: middle;
  color: #aaa;
  font-weight: normal;
  display: block;
  text-align: center;
  border-radius: 0;
  height: 7rem;
  margin-top: 1rem;
  padding: 2.3rem 1rem 0.5rem 0.8rem;
}

.no-background-border {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

.neo-title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
}

.portlet-column-content.empty {
  display: none;
}

#ControlMenu,
.lfr-product-menu-panel {
  display: block;
}

[role=button] {
  cursor: pointer;
}

h5.height > * {
  margin: 0 0.4rem 0 0;
}

#welcom-modal {
  z-index: 5000;
  padding: 10px;
  display: none;
}
#welcom-modal .modal-header {
  border-bottom: none;
}
#welcom-modal .modal-header::after {
  clear: none;
}
#welcom-modal .modal-content {
  background-color: rgba(255, 255, 255, 0.9019607843);
}
#welcom-modal .modal-footer {
  border-top: none;
}
#welcom-modal .modal-dialog {
  position: initial;
  text-align: center;
}

#welcom-modal-title {
  font-size: 15px;
}

@media (max-width: 767px) {
  #welcom-modal .modal-dialog {
    position: fixed;
  }
}
.warning-message {
  background-color: #FFCB05;
  margin-top: -4px;
  border-radius: 5px;
  margin-right: -3px;
  margin-left: -3px;
}
.warning-message .warning-message-wrapper {
  display: flex;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
}
.warning-message .warning-message-wrapper > span {
  width: 100%;
}
.warning-message .warning-message-wrapper > a {
  color: #333;
}
.warning-message .warning-message-wrapper > a:hover {
  text-decoration: none;
}

div.info-hideSpecialInformationMessage {
  display: none;
}

#message-modal {
  z-index: 5000;
  padding: 10px;
  display: none;
}
#message-modal .modal-header {
  border-bottom: none;
}
#message-modal .modal-header::after {
  clear: none;
}
#message-modal .modal-content {
  background-color: #ffffff;
  font-weight: normal;
}
#message-modal .modal-footer {
  border-top: none;
}
#message-modal .modal-dialog {
  position: initial;
  text-align: center;
}

#message-modal-title {
  font-size: 15px;
}

@media (max-width: 760px) {
  #message-modal .modal-dialog {
    position: fixed;
    margin: 5px;
    border-radius: 4px;
    bottom: 130px;
    left: 10px;
    right: 10px;
    top: 100px;
  }
}
.neo-modal {
  display: none;
}

.neo-modal.modal {
  z-index: 500;
}

.neo-modal-pop-up .mat-dialog-container, .neo-modal-pop-up-auto .mat-dialog-container {
  overflow: visible !important;
}
.neo-modal-pop-up .neo-pop-up, .neo-modal-pop-up-auto .neo-pop-up {
  position: relative;
}
.neo-modal-pop-up .neo-pop-up .neo-pop-up-header, .neo-modal-pop-up-auto .neo-pop-up .neo-pop-up-header {
  position: absolute;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  margin-top: -40px;
  width: 100%;
}
.neo-modal-pop-up .neo-pop-up .neo-pop-up-header > div, .neo-modal-pop-up-auto .neo-pop-up .neo-pop-up-header > div {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.neo-modal-pop-up .neo-pop-up .neo-pop-up-header .neo-pop-up-icon, .neo-modal-pop-up-auto .neo-pop-up .neo-pop-up-header .neo-pop-up-icon {
  width: 65px;
  height: 50px;
  border-radius: 2px;
  background-color: #647592;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 15px;
  text-align: center;
  padding-top: 10px;
  color: white;
}
.neo-modal-pop-up .neo-pop-up .neo-pop-up-header .neo-pop-up-header-title, .neo-modal-pop-up-auto .neo-pop-up .neo-pop-up-header .neo-pop-up-header-title {
  padding-top: 25px;
  width: 250px;
}
.neo-modal-pop-up .neo-pop-up .neo-pop-up-header .neo-pop-up-header-title .neo-pop-up-title, .neo-modal-pop-up-auto .neo-pop-up .neo-pop-up-header .neo-pop-up-header-title .neo-pop-up-title {
  float: left;
  opacity: 0.87;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.neo-modal-pop-up .neo-pop-up .neo-pop-up-header .neo-pop-up-header-title .neo-pop-up-close, .neo-modal-pop-up-auto .neo-pop-up .neo-pop-up-header .neo-pop-up-header-title .neo-pop-up-close {
  float: right;
}

@media (min-width: 767px) {
  .neo-modal-pop-up {
    width: 330px;
  }
}
#gtc-modal {
  padding: 55px;
  display: block;
  overflow-y: auto;
  position: relative;
  z-index: auto;
}
#gtc-modal .modal-header {
  border-bottom: none;
  padding: 7px 10px;
}
#gtc-modal .modal-footer {
  border-top: none;
}
#gtc-modal .modal-content {
  padding: 0px 10px;
}
#gtc-modal .modal-dialog {
  position: initial;
}
#gtc-modal .modal-body {
  max-height: 230px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#gtc-modal .pdf-acceptform {
  font-size: 15px;
  float: right;
  padding-bottom: 5px;
}
#gtc-modal .pdf-acceptform .mat-button, #gtc-modal .pdf-acceptform .mat-raised-button {
  border: none;
  padding: 7px;
}
#gtc-modal #pdf-linkform {
  float: left;
  margin-top: 5px;
  padding-bottom: 8px;
}
#gtc-modal #error {
  clear: both;
}
#gtc-modal #error span {
  color: #f55a4e;
}

@media (max-width: 767px) {
  #gtc-modal .modal-dialog {
    position: fixed;
  }
}
/*TUTORIAL SLIDESHOW */
.neo-modal.modal.fade .neo-onboarding.modal-dialog {
  transform: none;
}
.neo-modal.modal.fade .neo-onboarding .section-slide {
  margin: auto;
  width: 100%;
  height: 100%;
}
.neo-modal.modal.fade .neo-onboarding .section-slide li {
  background-color: black;
  border-color: black;
}
.neo-modal.modal.fade .neo-onboarding .section-slide img {
  background-size: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.neo-modal.modal.fade .neo-onboarding .section-slide .left {
  width: 2%;
  border: none;
  color: black;
  margin-left: -0.5rem;
}
.neo-modal.modal.fade .neo-onboarding .section-slide .left span {
  left: 20%;
}
.neo-modal.modal.fade .neo-onboarding .section-slide .right {
  width: 2%;
  border: none;
  color: black;
  margin-right: -0.5rem;
}
.neo-modal.modal.fade .neo-onboarding .section-slide .right span {
  right: 20%;
}
.neo-modal.modal.fade .neo-onboarding .carousel-inner {
  height: 50rem;
}
.neo-modal.modal.fade .neo-onboarding .carousel-font {
  font-size: 2.6rem;
  opacity: 0.84;
  font-weight: bold;
  color: #00205b;
}
.neo-modal.modal.fade .neo-onboarding .space-carousel {
  left: 30% !important;
  width: 90% !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .neo-modal.modal.fade .neo-onboarding .reset-button {
    margin-left: 2.4rem;
  }
  .neo-modal.modal.fade .neo-onboarding .slideCarousel {
    background-color: white;
    vertical-align: middle;
    position: static !important;
  }
  .neo-modal.modal.fade .neo-onboarding .indicators {
    bottom: -0.4rem;
    position: relative;
    left: 100%;
  }
  .neo-modal.modal.fade .neo-onboarding .indicators a {
    float: right;
  }
  .neo-modal.modal.fade .neo-onboarding .text-right-carousel {
    text-align: right;
    padding-right: 8rem;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .neo-modal.modal.fade .neo-onboarding .tuto-font {
    padding-left: 8rem;
  }
  .neo-modal.modal.fade .neo-onboarding .reset-button {
    margin-left: 2.4rem;
  }
  .neo-modal.modal.fade .neo-onboarding .slideCarousel {
    background-color: white;
    vertical-align: middle;
    position: static !important;
  }
  .neo-modal.modal.fade .neo-onboarding .indicators {
    bottom: -0.4rem;
    position: relative;
    left: 100%;
  }
  .neo-modal.modal.fade .neo-onboarding .indicators a {
    float: right;
  }
  .neo-modal.modal.fade .neo-onboarding .text-right-carousel {
    text-align: right;
    padding-right: 8rem;
  }
}
@media (max-width: 768px) {
  .neo-modal.modal.fade .neo-onboarding .section-slide {
    width: 95%;
  }
  .neo-modal.modal.fade .neo-onboarding .section-slide .slideCarousel {
    height: 27rem;
  }
  .neo-modal.modal.fade .neo-onboarding .section-slide img {
    background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 21rem;
  }
  .neo-modal.modal.fade .neo-onboarding .reset-button {
    margin-left: 2.4rem;
  }
  .neo-modal.modal.fade .neo-onboarding .slideCarousel {
    background-color: white;
    vertical-align: middle;
    position: static !important;
  }
  .neo-modal.modal.fade .neo-onboarding .indicators {
    bottom: -0.4rem;
    position: relative;
    left: 100%;
  }
  .neo-modal.modal.fade .neo-onboarding .indicators a {
    float: right;
  }
  .neo-modal.modal.fade .neo-onboarding .text-right-carousel {
    text-align: right;
    padding-right: 8rem;
  }
  .neo-modal.modal.fade .neo-onboarding .carousel-indicators > li {
    width: 0.9rem;
    height: 0.9rem;
  }
}
@media (max-width: 700px) {
  .neo-modal.modal.fade .neo-onboarding .section-slide .right {
    margin-right: 0.6rem;
    width: 4%;
  }
  .neo-modal.modal.fade .neo-onboarding .indicators {
    bottom: -8rem;
    position: relative;
    left: 78%;
  }
  .neo-modal.modal.fade .neo-onboarding .modal-content {
    overflow: scroll;
  }
  .neo-modal.modal.fade .neo-onboarding .btn-primary {
    margin-top: 1rem;
  }
  .neo-modal.modal.fade .neo-onboarding .text-right-carousel {
    text-align: left;
    margin-left: 2.4rem;
  }
}
@media (min-width: 1400px) {
  .neo-modal.modal.fade .neo-onboarding .modal-center {
    margin-bottom: 10%;
    margin-top: 10%;
  }
  .neo-modal.modal.fade .neo-onboarding .tuto-font {
    padding-left: 8rem;
  }
  .neo-modal.modal.fade .neo-onboarding .reset-button {
    margin-left: 2.4rem;
  }
  .neo-modal.modal.fade .neo-onboarding .slideCarousel {
    background-color: white;
    vertical-align: middle;
    position: static !important;
  }
  .neo-modal.modal.fade .neo-onboarding .indicators {
    bottom: -0.4rem;
    position: relative;
    left: 100%;
  }
  .neo-modal.modal.fade .neo-onboarding .indicators a {
    float: right;
  }
  .neo-modal.modal.fade .neo-onboarding .text-right-carousel {
    text-align: right;
    padding-right: 8rem;
  }
}
.neo-modal.modal.fade .neo-onboarding .modal-position {
  width: 100%;
  margin: 0;
  position: static;
}
@media (max-width: 1023px) {
  .neo-modal.modal.fade .neo-onboarding .swiper-button.swiper-button-prev,
  .neo-modal.modal.fade .neo-onboarding .swiper-button.swiper-button-next {
    display: block !important;
    background-color: none;
  }
}
@media (max-width: 824px) {
  .neo-modal.modal.fade .neo-onboarding #carousel-indicators-div {
    top: 76%;
  }
  .neo-modal.modal.fade .neo-onboarding .position-button {
    margin-top: -2.5rem;
  }
  .neo-modal.modal.fade .neo-onboarding .reset-button-style {
    width: 4rem;
    height: 2rem;
    padding: 0;
    margin-top: 0.6rem;
    margin-bottom: 0rem;
  }
  .neo-modal.modal.fade .neo-onboarding span#checkBox-span {
    font-size: 1.1rem;
  }
  .neo-modal.modal.fade .neo-onboarding .img-adjust {
    width: 100%;
    max-height: 100%;
  }
  .neo-modal.modal.fade .neo-onboarding input#checkBox {
    margin: 0.2rem 0.2rem 0;
    height: 1.1rem;
    width: 1.1rem;
  }
  .neo-modal.modal.fade .neo-onboarding div#discover-div {
    height: 2.4rem;
    width: 12rem;
    line-height: 2.4rem;
    top: 75%;
  }
  .neo-modal.modal.fade .neo-onboarding .journal-content-article {
    height: 100%;
  }
  .neo-modal.modal.fade .neo-onboarding a.btn-discover,
  .neo-modal.modal.fade .neo-onboarding a.btn-discover:hover {
    font-size: 1.3rem;
    height: 2.4rem;
    line-height: 2.4rem;
    padding: 0rem;
  }
  .neo-modal.modal.fade .neo-onboarding div.modal-content {
    width: 35.3rem;
    height: 26.8rem;
  }
  .neo-modal.modal.fade .neo-onboarding .section-slide img {
    height: 100%;
  }
  .neo-modal.modal.fade .neo-onboarding .carousel-indicators > li {
    width: 0.9rem;
    height: 0.9rem;
  }
  .neo-modal.modal.fade .neo-onboarding .indicators {
    bottom: 0rem;
  }
}
.neo-modal.modal.fade .neo-onboarding .reset-button-style {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.neo-modal.modal.fade .neo-onboarding ol.carousel-indicators.indicators > li {
  background: white;
  border-radius: 50%;
  border: 1px solid #0085ad;
  box-sizing: inherit;
  height: 1rem;
  opacity: 0.5;
  margin: 0.1rem 0.4rem 0.1rem 0.4rem;
  width: 1rem;
}
.neo-modal.modal.fade .neo-onboarding ol.carousel-indicators.indicators > li.active {
  background: #0085ad;
  opacity: 1;
}
.neo-modal.modal.fade .neo-onboarding .text-right-carousel {
  padding-right: 5rem;
}
.neo-modal.modal.fade .neo-onboarding .center {
  margin: 0 auto;
}
.neo-modal.modal.fade .neo-onboarding .white {
  color: white;
  font-size: 2.7rem;
  text-shadow: none;
}
.neo-modal.modal.fade .neo-onboarding #instruction-modal {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
.neo-modal.modal.fade .neo-onboarding .modal-dialog {
  position: static;
}
.neo-modal.modal.fade .neo-onboarding .modal-content {
  width: 67.9rem;
  height: 51.8rem;
  margin: 0 auto;
  background-color: unset;
  border-radius: 0;
}
.neo-modal.modal.fade .neo-onboarding #carousel {
  height: 100%;
  width: 100%;
}
.neo-modal.modal.fade .neo-onboarding .close-welcomeMessage {
  opacity: 1;
  right: 1.2rem;
  top: 0.5rem;
  position: absolute;
  z-index: 1;
}
.neo-modal.modal.fade .neo-onboarding #close-span {
  font-size: 3rem;
  color: white;
}
.neo-modal.modal.fade .neo-onboarding .carousel-inner {
  height: 100%;
}
.neo-modal.modal.fade .neo-onboarding .row {
  width: 100%;
  margin-left: 0rem;
  margin-left: 0rem;
}
.neo-modal.modal.fade .neo-onboarding .row.item {
  height: 100%;
  width: 100%;
  margin-left: 0rem;
  margin-left: 0rem;
}
.neo-modal.modal.fade .neo-onboarding #discover-div {
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0;
  width: 14.2rem;
  height: 4rem;
}
.neo-modal.modal.fade .neo-onboarding .btn-discover {
  padding: 1em 1em 1em 1em;
  display: block;
  border-radius: 0;
  background-color: #0085ad;
  font-family: Roboto;
  font-size: 1.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.neo-modal.modal.fade .neo-onboarding .btn-discover:hover {
  padding: 1em 1em 1em 1em;
  display: block;
  border-radius: 0;
  background-color: #066987;
  color: #fff;
  font-family: Roboto;
  font-size: 1.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.neo-modal.modal.fade .neo-onboarding #carousel-indicators-div {
  position: absolute;
  bottom: 0;
  width: 100%;
  top: 86%;
}
.neo-modal.modal.fade .neo-onboarding #carousel-indicators-div .position-button {
  height: 33px;
}
.neo-modal.modal.fade .neo-onboarding .carousel-indicators {
  left: 0;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
}
.neo-modal.modal.fade .neo-onboarding #checkBox-show {
  text-align: right;
  margin: 0 1rem 0.5rem;
}
.neo-modal.modal.fade .neo-onboarding #checkBox {
  margin: 0rem 0.2rem 0;
  vertical-align: middle;
  height: 1.3rem;
  width: 1.3rem;
}
.neo-modal.modal.fade .neo-onboarding #checkBox-span {
  color: black;
}
.neo-modal.modal.fade .neo-onboarding .swiper-button {
  box-shadow: unset;
  background-color: unset;
  color: white;
}
.neo-modal.modal.fade .neo-onboarding .swiper-button-prev {
  padding-left: 1rem;
  background-color: transparent !important;
  box-shadow: none !important;
  color: white !important;
}
.neo-modal.modal.fade .neo-onboarding .swiper-button-next {
  padding-left: 1.2rem;
}
.neo-modal.modal.fade .neo-onboarding .section-slide {
  margin: auto;
  width: 100%;
  height: 100%;
}
.neo-modal.modal.fade .neo-onboarding .img-adjust {
  width: 100%;
  max-height: 100%;
}
.neo-modal.modal.fade .neo-onboarding .close {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.neo-modal.modal.fade .neo-onboarding .close:hover {
  color: white;
}
.neo-modal.modal.fade .neo-onboarding .close:before, .neo-modal.modal.fade .neo-onboarding .close:after {
  position: absolute;
  left: 25px;
  content: " ";
  height: 16px;
  width: 2px;
  background-color: #ffffff;
}
.neo-modal.modal.fade .neo-onboarding .close:before {
  transform: rotate(45deg);
}
.neo-modal.modal.fade .neo-onboarding .close:after {
  transform: rotate(-45deg);
}
.neo-modal.modal.fade .neo-onboarding .swiper-button.swiper-button-prev:hover {
  background-color: white !important;
  color: black !important;
}
.neo-modal.modal.fade .neo-onboarding .swiper-button.swiper-button-next:hover {
  background-color: white !important;
  color: black !important;
}

.mat-disabled:not(.mat-checked) .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.mat-disabled:not(.mat-checked) .mat-slide-toggle-thumb {
  background-color: #bdbdbd !important;
}

.mat-disabled .mat-slide-toggle-bar {
  background-color: #ccedfc !important;
}

.mat-disabled .mat-slide-toggle-thumb {
  background-color: #81d4f9 !important;
}

@media (max-width: 600px) {
  .mat-datepicker-popup {
    left: 45px !important;
  }
  .ng-trigger-transitionMessages {
    width: 100px;
  }
  .mat-calendar {
    width: 267px !important;
    height: 290px !important;
  }
}
.neo-card-placeholder {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) !important;
  min-height: 50px;
  margin-top: 40px !important;
  background: white;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  position: relative;
  padding: 24px;
  border-radius: 2px;
}
.neo-card-placeholder .neo-card-header-container-placeholder {
  height: 38px !important;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  margin: 0 -8px;
}
.neo-card-placeholder .neo-card-header-container-placeholder .neo-card-header-placeholder {
  position: absolute;
  margin-top: -52px;
  display: flex;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
.neo-card-placeholder .neo-card-header-container-placeholder .neo-card-header-placeholder .neo-card-header-icon-placeholder {
  width: 65px;
  height: 65px;
  border-radius: 2px;
  margin-right: 15px;
}
.neo-card-placeholder .neo-card-header-container-placeholder .neo-card-header-placeholder .neo-card-header-title-placeholder {
  margin-top: 40px;
  width: 25%;
  min-width: 200px;
  height: 16px;
}
.neo-card-placeholder .graph-container-placeholder {
  height: 50vh;
  min-height: 400px;
  position: relative;
}
.neo-card-placeholder .graph-container-placeholder .x-axe-palceholder {
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 100%;
}
.neo-card-placeholder .graph-container-placeholder .y-axe-palceholder {
  position: absolute;
  left: 0;
  height: 100%;
  width: 10px;
}
.neo-card-placeholder .graph-container-placeholder .graph-curv-1 {
  position: absolute;
  bottom: 10px;
  left: 5%;
  width: 6px;
  height: 15%;
}
.neo-card-placeholder .graph-container-placeholder .graph-curv-2 {
  position: absolute;
  bottom: calc(15% + 10px);
  left: 5%;
  width: 25%;
  height: 6px;
}
.neo-card-placeholder .graph-container-placeholder .graph-curv-3 {
  position: absolute;
  bottom: calc(15% + 10px);
  left: 30%;
  width: 6px;
  height: 30%;
}
.neo-card-placeholder .graph-container-placeholder .graph-curv-4 {
  position: absolute;
  bottom: calc(45% + 10px);
  left: 30%;
  width: 50%;
  height: 6px;
}

.loading-animate-dot .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.87);
  display: inline-block;
}
.loading-animate-dot .dot:nth-child(1) {
  animation: waves 2s linear infinite;
}
.loading-animate-dot .dot:nth-child(2) {
  animation: waves 2s 0.2s linear infinite;
}
.loading-animate-dot .dot:nth-child(3) {
  animation: waves 2s 0.4s linear infinite;
}
@keyframes waves {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0.87;
  }
}

.table-cell-content {
  position: static;
}

.panel-default > .panel-footer {
  border-color: white;
}

.neoTourStep {
  min-height: 27.1rem;
  min-width: 45.2rem;
  padding-right: 0rem;
  padding-left: 0rem;
  z-index: 1049;
  border-radius: 6px;
}
.neoTourStep a {
  cursor: pointer;
  text-decoration: none;
}
.neoTourStep a:hover {
  cursor: pointer;
  color: #337ab7;
}
.neoTourStep a:focus, .neoTourStep a:visited {
  color: #337ab7;
}
.neoTourStep.popover {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  margin-top: 2rem;
  max-width: 100%;
}
.neoTourStep.popover > .arrow:after {
  border-width: 1rem;
}
.neoTourStep.popover.left {
  margin-left: -2rem;
}
.neoTourStep.popover.left .image {
  width: 14rem;
  height: 16rem;
}
.neoTourStep.popover.left .right-content {
  padding-left: 0rem;
}
.neoTourStep.popover.left > .arrow:after {
  border-width: 1rem 0 1rem 1rem;
  right: -0.3rem;
  bottom: 2rem;
}
.neoTourStep.popover.bottom-left {
  position: fixed !important;
}
.neoTourStep.popover.bottom-left .image {
  width: 90%;
}
.neoTourStep.popover.bottom-left .right-content {
  padding-right: 2.9rem;
}
.neoTourStep.popover.bottom-left > .arrow:after {
  border-bottom-color: #fff;
  top: -1.9rem;
  left: 37em;
}
.neoTourStep.popover.bottom > .arrow:after {
  border-bottom-color: #fff;
  top: -1.3rem;
}
.neoTourStep.popover.right {
  margin-left: 2rem;
  width: 45.2rem !important;
}
.neoTourStep.popover.right > .arrow:after {
  border-width: 1rem 1rem 1rem 0;
  left: -0.3rem;
}
.neoTourStep.popover.top {
  margin-top: -2rem;
}
.neoTourStep.popover.top > .arrow:after {
  left: -0.57em;
  bottom: -1.3rem;
}
.neoTourStep .panel-title {
  margin-left: 2.7rem;
  margin-right: 2.7rem;
  text-align: left;
  color: #011133;
  font-size: 1.9rem;
  font-weight: normal;
  padding: 1rem;
  padding-left: 0rem;
  padding-top: 2.4rem;
  padding-bottom: 0rem;
}
.neoTourStep .panel-body {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  margin-left: 2.7rem;
}
.neoTourStep .left-content-bottom {
  display: table-cell;
  vertical-align: top;
  padding-top: 2rem;
  font-size: 1.4rem;
  height: auto;
  width: 49.2rem;
}
.neoTourStep .left-content-right {
  display: table-cell;
  vertical-align: top;
  padding-top: 2rem;
  font-size: 1.4rem;
  height: auto;
  width: 26.1rem;
  padding-bottom: 2.9rem;
}
.neoTourStep .left-content {
  display: table-cell;
  vertical-align: top;
  padding-top: 2rem;
  font-size: 1.4rem;
  width: 100%;
  height: 16rem;
  margin-bottom: 2.9rem;
  padding-bottom: 2rem;
  padding-right: 3.2rem;
}
.neoTourStep .right-content {
  display: table-cell;
  height: auto;
  padding-top: 2rem;
  margin-left: 2.9rem;
  padding-left: 2.9rem;
  padding-bottom: 0.9rem;
  padding-right: 0rem;
}
.neoTourStep .bottom-content {
  display: block;
  width: 49rem;
  padding-top: 1rem;
  margin-bottom: 2.9rem;
}
.neoTourStep .image {
  width: 100%;
  border-radius: 0.5rem;
  border: 0.1rem solid #c2c2c2;
}
.neoTourStep .table {
  border-collapse: separate;
  margin-bottom: 1rem;
}
.neoTourStep .button-system {
  background-color: #0085ad;
}
.neoTourStep .tourLater.btn.btn-default.btn-sm,
.neoTourStep .tourPrev.btn.btn-default.btn-sm {
  padding: 0rem 1rem;
  width: 10.6rem;
  height: 4rem;
  line-height: 3.8rem;
  font-size: 1.5rem;
  font-family: Roboto-bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #647592;
  border-radius: unset;
  border: solid 1px #9aa5b8;
  background-color: #ffffff;
}
.neoTourStep .tourLater.btn.btn-default.btn-sm:hover,
.neoTourStep .tourPrev.btn.btn-default.btn-sm:hover {
  background-color: #647592;
  color: #ffffff;
}
.neoTourStep .tourClose.close {
  font-size: 2.1rem;
  line-height: 2.1rem;
  opacity: 0.2;
}
.neoTourStep .tourStart.btn.btn-primary.btn-sm.button-system {
  padding: 0rem 1rem;
  width: 13.4rem;
  height: 4rem;
  line-height: 3.8rem;
  font-size: 1.5rem;
  font-family: Roboto-bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  background-color: #0085ad;
  border-radius: unset;
}
.neoTourStep .tourStart.btn.btn-primary.btn-sm.button-system:hover {
  background-color: #066987;
}
.neoTourStep .tourNext.btn.btn-primary.btn-sm {
  padding: 0rem 1rem;
  width: 10.6rem;
  height: 4rem;
  line-height: 3.8rem;
  font-size: 1.5rem;
  font-family: Roboto-bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  background-color: #0085ad;
  border-radius: unset;
}
.neoTourStep .tourNext.btn.btn-primary.btn-sm:hover {
  background-color: #066987;
}
.neoTourStep .panel-footer {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.7rem;
  background-color: #fafafa;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.neoTourStep h6 {
  padding-top: 0.5rem;
}
@media (max-width: 79rem) {
  .neoTourStep {
    min-height: 26.5rem;
    width: 45.2rem;
  }
  .neoTourStep.popover.left .right-content {
    padding-left: 1rem;
  }
  .neoTourStep.popover.left .right-content .image {
    width: 14rem;
    height: 16rem;
  }
  .neoTourStep .panel-title {
    font-size: 1.7rem;
    padding: 1rem;
    padding-left: 0rem;
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
  .neoTourStep .image {
    width: 85%;
    height: 19rem;
  }
  .neoTourStep .left-content-right {
    display: table-cell;
    vertical-align: top;
    padding-top: 2rem;
    font-size: 1.2rem;
    height: auto;
    padding-bottom: 0.5rem;
  }
  .neoTourStep .right-content {
    display: table-cell;
    height: auto;
    padding-top: 2rem;
    margin-left: 2.9rem;
    padding-left: 2rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
  }
  .neoTourStep .bottom-content {
    display: block;
    width: 49rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .neoTourStep .left-content {
    padding-bottom: 0.5rem;
    padding-top: 2rem;
    height: 16.5rem;
    padding-right: 2.7rem;
    font-size: 1.2rem;
  }
  .neoTourStep .panel-body.table {
    margin-bottom: 0rem;
  }
  .neoTourStep .panel-footer {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.3rem;
  }
  .neoTourStep h6 {
    padding-top: 0rem;
  }
  .neoTourStep .tourNext.btn.btn-primary.btn-sm {
    width: 8.7rem;
    height: 3.2rem;
    line-height: 3.2rem;
    font-size: 1.3rem;
  }
  .neoTourStep .tourStart.btn.btn-primary.btn-sm.button-system {
    width: 13rem;
    height: 3.2rem;
    line-height: 3rem;
    font-size: 1.3rem;
  }
  .neoTourStep .tourLater.btn.btn-default.btn-sm,
  .neoTourStep .tourPrev.btn.btn-default.btn-sm {
    width: 8.7rem;
    height: 3.2rem;
    line-height: 3rem;
    font-size: 1.3rem;
  }
}

._hj-widget-container > [class$=__styles__surveyTitle] {
  margin-bottom: 85px;
}

._hj-widget-container > [class$=__styles__surveyBody] {
  background-image: url(../images/submenu-background.svg);
  background-repeat: no-repeat;
  background-size: 100rem;
  background-position: -23rem -43rem;
}

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