@charset "UTF-8";
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/* rebranding - commenting/replaced charcoal var and creating midnight var. 
$charcoal: #414042;
*/
/*rebranding - creating new mint var*/
/*rebranding changing $main-blue-color: #00548B; to midnight */
/*rebranding - creating new mint var*/
/*rebranding - creating new slate color variable*/
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

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

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

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

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

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

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

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

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

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

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

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px;
  }
  body.has-control-menu .contextual-sidebar {
    height: calc(
				100vh - 120px
			);
    top: 120px;
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

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

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

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

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/portal/o/lam-responsive-theme/images/states/empty_state.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/portal/o/lam-responsive-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/portal/o/lam-responsive-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(/portal/o/lam-responsive-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(/portal/o/lam-responsive-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 white, 0 0 0 4px #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

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

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

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

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

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.component-action):not(.btn):focus, .lfr-search-container-wrapper a:not(.component-action):not(.btn):hover {
  color: black;
}
.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: white;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

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

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

.active-area {
  background: #ffc;
}

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

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

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

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

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

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

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

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

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

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.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: white;
  color: #6b6c7e;
}

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

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

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

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

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

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

.file-icon-color-7 {
  background-color: white;
  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: white;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6b6c7e;
}

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

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

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

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

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

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

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

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

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

.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;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

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

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

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

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

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

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

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

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

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

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #EEEFEF;
  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;
}

/* rebranding - commenting/replaced charcoal var and creating midnight var. 
$charcoal: #414042;
*/
/*rebranding - creating new mint var*/
/*rebranding changing $main-blue-color: #00548B; to midnight */
/*rebranding - creating new mint var*/
/*rebranding - creating new slate color variable*/
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material-icons-font/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/material-icons-font/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/material-icons-font/MaterialIcons-Regular.woff) format("woff"), url(../fonts/material-icons-font/MaterialIcons-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium-web-font/TitilliumWeb-BoldItalic.woff2") format("woff2"), url("../fonts/titillium-web-font/TitilliumWeb-BoldItalic.woff") format("woff"), url("../fonts/titillium-web-font/TitilliumWeb-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium-web-font/TitilliumWeb-ExtraLight.woff2") format("woff2"), url("../fonts/titillium-web-font/TitilliumWeb-ExtraLight.woff") format("woff"), url("../fonts/titillium-web-font/TitilliumWeb-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium-web-font/TitilliumWeb-Black.woff2") format("woff2"), url("../fonts/titillium-web-font/TitilliumWeb-Black.woff") format("woff"), url("../fonts/titillium-web-font/TitilliumWeb-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium-web-font/TitilliumWeb-Regular.woff2") format("woff2"), url("../fonts/titillium-web-font/TitilliumWeb-Regular.woff") format("woff"), url("../fonts/titillium-web-font/TitilliumWeb-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium-web-font/TitilliumWeb-ExtraLightItalic.woff2") format("woff2"), url("../fonts/titillium-web-font/TitilliumWeb-ExtraLightItalic.woff") format("woff"), url("../fonts/titillium-web-font/TitilliumWeb-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium-web-font/TitilliumWeb-Bold.woff2") format("woff2"), url("../fonts/titillium-web-font/TitilliumWeb-Bold.woff") format("woff"), url("../fonts/titillium-web-font/TitilliumWeb-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium-web-font/TitilliumWeb-Light.woff2") format("woff2"), url("../fonts/titillium-web-font/TitilliumWeb-Light.woff") format("woff"), url("../fonts/titillium-web-font/TitilliumWeb-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium-web-font/TitilliumWeb-SemiBold.woff2") format("woff2"), url("../fonts/titillium-web-font/TitilliumWeb-SemiBold.woff") format("woff"), url("../fonts/titillium-web-font/TitilliumWeb-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium-web-font/TitilliumWeb-Italic.woff2") format("woff2"), url("../fonts/titillium-web-font/TitilliumWeb-Italic.woff") format("woff"), url("../fonts/titillium-web-font/TitilliumWeb-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium-web-font/TitilliumWeb-LightItalic.woff2") format("woff2"), url("../fonts/titillium-web-font/TitilliumWeb-LightItalic.woff") format("woff"), url("../fonts/titillium-web-font/TitilliumWeb-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium-web-font/TitilliumWeb-SemiBoldItalic.woff2") format("woff2"), url("../fonts/titillium-web-font/TitilliumWeb-SemiBoldItalic.woff") format("woff"), url("../fonts/titillium-web-font/TitilliumWeb-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
/* rebranding - background color */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

.control-menu {
  position: relative !important;
}

.breadcrumb > li {
  overflow: visible;
}

#controlMenuAlertsContainer .lfr-alert-container {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 190px;
  flex-flow: column;
  user-select: none;
  pointer-events: none;
}

.alert {
  display: flex;
  max-width: 516px;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: black;
  padding: 12px 10px 12px 10px;
  font-weight: 600;
  font-style: normal;
  border-radius: 4px;
  pointer-events: all;
}
.alert.alert-warning {
  background: #FFB700;
}
.alert.alert-danger {
  color: white;
}
.alert.alert-dismissible, .alert.alert-dismissable {
  padding-right: 60px;
  position: relative;
  font-size: 16px;
}
.alert.alert-dismissible .close, .alert.alert-dismissable .close {
  position: absolute;
  right: 10px;
  top: calc(50% - 16px);
  opacity: 1;
  text-shadow: none;
}
.alert .alert-icon {
  margin-right: 8px;
}
.alert__text {
  margin: 0;
}
.alert__list {
  padding-left: 20px;
}

.simple-link-menu a {
  margin-right: 1.25em;
}

.hgroup {
  margin: 1.25em 1.25em 1.875em;
}

.text-sm {
  font-size: 0.875em;
}

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

.text-white {
  color: white;
}

.space-between {
  display: flex;
  place-content: space-between;
  justify-content: space-between;
}
.space-between :first-child {
  margin-right: auto;
}
.space-between :last-child {
  margin-left: auto;
}

.loading-portlet-container {
  height: 500px;
  background: white;
  padding: 20px;
  margin: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: wait;
}
.loading-portlet-container .loading-icon {
  margin: 0;
  font-size: 50px;
}

button {
  padding: 2px 5px;
  vertical-align: middle;
}

.btn-lg,
.btn-group-lg > .btn {
  border-radius: 2px;
}

.primary-button,
button .primary-button,
a.primary-button {
  color: #fff;
  border: none;
  height: 30px;
  outline: none;
  padding: 0 20px;
  cursor: pointer;
  font-weight: bold;
  background-size: 100%;
  text-decoration: none;
  /*rebranding
  background-color: $cyan;*/
  border-radius: 2px;
}

.secondary-button,
button .secondary-button,
a.secondary-button {
  border: none;
  height: 30px;
  outline: none;
  cursor: pointer;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  background-size: 100%;
  background-color: #6D6E71;
  border-radius: 2px;
}

.primary-button:disabled,
button .primary-button:disabled,
a.primary-button:disabled,
.secondary-button:disabled,
button .secondary-button:disabled,
a.secondary-button:disabled {
  background-color: #CCCCCC;
}

a,
.btn-anchor {
  cursor: pointer;
  display: inline;
  /*rebranding adding color*/
  color: #242437;
  /*rebranding
  color: $main-blue-color;*/
}
a:hover, a:focus,
.btn-anchor:hover,
.btn-anchor:focus {
  /*rebranding addng color*/
  color: #242437;
  text-decoration: underline;
  /*rebranding
  color: darken($main-blue-color, 15%);*/
}
a:active,
.btn-anchor:active {
  /*rebranding
  color: lighten($main-blue-color, 15%);*/
}

.btn-anchor {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.btn {
  line-height: 1;
  font-size: 1em;
  min-width: 150px;
  padding: 0.6875em 1.25em;
}
.btn.file {
  position: relative;
  overflow: hidden;
  margin: 20px;
}
.btn .btn-loading-icon {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 10px;
}

.btn-file-input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.btn-secondary {
  box-sizing: border-box;
  /*rebranding
  color: $main-blue-color;*/
  background-color: white;
  /*rebranding
  border: 1px solid $main-blue-color;*/
  border-radius: 2px;
}
.btn-secondary:hover {
  background-color: #EEEFEF;
  /*rebranding*/
  color: #242437;
}

.btn-free-x {
  min-width: 0;
}

.btn-compact-y {
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}

.btn-compact-x {
  padding-left: 0.6875em;
  padding-right: 0.6875em;
}

@media (max-width: 600px) {
  .btn-anchor.hidden-sm {
    display: none;
  }
}
html,
body {
  height: 100%;
}
@media print {
  html,
  body {
    width: 216mm;
    height: 279mm;
  }
}

body {
  /* Rebranding - globalising body background color*/
  background-color: #EEEFEF;
  /* Rebranding - globalising body font-family
  font-family: $font-family; */
  font-size: 1rem;
  overflow-x: hidden;
}

#wrapper {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  justify-content: space-between;
}
.show-dockbar #wrapper {
  min-height: calc(100vh - 64px);
}

#content {
  display: flex;
  flex-flow: column;
}
#content #main-content {
  min-height: calc(100vh - 151px);
}
.show-dockbar #content #main-content {
  min-height: calc(100vh - 215px);
}

p {
  font-size: 0.875em;
}

body.open #wrapper.hide-dockbar {
  padding-left: 0;
  margin-top: 0;
}

.main-container {
  background-color: #efeded;
}

.clear {
  clear: both;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.clickable {
  pointer-events: initial !important;
  cursor: pointer;
}

.pre-wrap {
  white-space: pre-wrap;
}

@media (max-width: 600px) {
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: block !important;
  }
  .btn-default.visible-sm {
    display: block !important;
  }
}
.page-title {
  color: black;
  font-size: 1.875em;
}

.container-fluid {
  font-family: "Arial";
}

/*Portal-normal Styles tag*/
.popup-overlay-session {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  position: absolute;
  font-size: 1.2rem;
  background: #e0e0e0;
  border: 1px solid #666666;
  border-radius: 10px;
  width: 30%;
  right: 5%;
  top: 25%;
}
.popup-overlay-session.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  text-align: center;
  z-index: 999;
  position: absolute;
  font-size: 1.2rem;
  background: #e0e0e0;
  border: 1px solid #666666;
  border-radius: 15px;
  width: 30%;
  right: 5%;
  top: 25%;
}

.popup-content-session {
  /*Hides pop-up content when there is no "active" class */
  visibility: hidden;
}
.popup-content-session.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
  z-index: 999;
}

.button-session {
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  margin: 0.7rem;
  font-size: 1.3rem;
  color: #666666;
  background: #ffffff;
  border: 1px solid #666666;
}
.button-session:hover {
  border: 1px solid #666666;
  background: #666666;
  color: #ffffff;
}

.main-wrapper {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.main-wrapper.admin-style {
  padding-left: 0px;
}
.main-wrapper .custom-menu {
  top: 100%;
  right: 0;
}

.session-inactivity-message {
  color: #cc0000;
  text-align: left;
  font-size: 1.95rem;
  font-weight: bold;
}

.banner {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  justify-content: space-between;
  /* rebranding - using midnight instead of charcoal*/
  background: #242437;
  padding: 0.625em 1.25em;
  position: relative;
}
.modal-open .banner {
  z-index: 1040;
}
@media (max-width: 980px) {
  .banner {
    padding-right: 60px;
  }
}
@media (max-width: 585px) {
  .banner {
    flex-flow: wrap;
    padding-right: 10px;
  }
}
.banner .navbar {
  margin: 0;
}
@media (max-width: 991.98px) {
  .banner .navbar {
    width: 100%;
  }
}
@media (min-width: 980px) and (max-width: 1400px) {
  .banner .navbar > ul > li > a:focus {
    outline: none;
  }
}
.banner .portlet-topper {
  display: none;
}

.banner-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-left: auto;
  padding-left: 30px;
}
@media (max-width: 991.98px) {
  .banner-right {
    margin-top: 20px;
  }
}
@media (max-width: 585px) {
  .banner-right {
    width: auto;
  }
}
@media (max-width: 1200px) {
  .banner-right > button {
    display: block;
    margin: 0;
  }
}
.banner-right > button .icon-bar {
  background-color: white;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .navbar-collapse {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .navbar-collapse {
    display: none !important;
    width: 100%;
    max-height: 300px;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 10000000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .navbar-collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
}

.navbar-nav {
  width: 100%;
  min-height: 30px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 1200px) {
  .navbar-nav {
    display: flex;
    flex-flow: wrap;
    flex-flow: column;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .navbar-nav > li {
    width: 100%;
  }
}
.navbar-nav > li > a {
  line-height: 20px;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1200px) {
  .navbar-nav > li > a {
    color: #242437;
  }
}
@media (max-width: 1200px) {
  .navbar-nav > li > .dropdown-menu {
    width: 100%;
    max-height: none;
    padding-left: 10px;
    position: static;
    border: none;
    box-shadow: none;
  }
}
@media (max-width: 1200px) {
  .navbar-nav > li > .dropdown-menu > li > a {
    padding: 10px 20px;
  }
}

/*END: Portal-normal Styles tag*/
/* top nav starts*/
/* Add a black background color to the top navigation */
.topnav {
  background-color: #005488;
  overflow: hidden;
  text-transform: uppercase;
  height: 40px;
}

.topnav a:focus {
  background-color: #FFB700;
  color: #000000;
}

.tabcontent {
  background-color: transparent;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 12px 20px 12px 20px;
  text-decoration: none;
  font-size: 1em;
  /*&.active {
    background-color: $mango;
    color: #000000;
  }*/
}
.topnav a:hover {
  background-color: #FFB700;
  color: #000000;
}
.topnav a.selected:visited {
  background-color: #FFB700;
  color: #000000;
}
.topnav a.active {
  background-color: #FFB700;
  color: #000000;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .topnav {
    height: 30px;
  }
  .topnav a {
    padding: 10px;
    font-size: 0.625em;
  }
}
@media screen and (max-width: 767px) {
  .topnav {
    height: 80px;
  }
  .mobileNav {
    background-color: #005488;
    height: 80px;
    overflow: hidden;
    text-transform: uppercase;
  }
  .sideMenu {
    width: 0;
    position: fixed;
    z-index: 1;
    top: 80px;
    left: 0px;
    background-color: #6D6E71;
    overflow-x: hidden;
    height: 100%;
  }
  .sideMenu a {
    padding: 10px;
    text-decoration: none;
    color: white;
    display: block;
    border-bottom: 1px solid #ffffff;
  }
  .sideMenu a:hover {
    background-color: #FFB700;
    color: #000000;
  }
  .sideMenu a.active {
    background-color: #FFB700;
    color: #000000;
  }
}
/* top nav ends*/
/* kit starts */
input[type=text].textInput,
input[type=email].textInput,
input[type=number].textInput,
input[type=password].textInput,
.textInput {
  display: block;
  width: 100%;
  line-height: 1;
  color: #414042;
  background-color: white;
  background-image: none;
  font-size: 16px;
  min-width: 100%;
  height: 45px;
  padding: 0 20px;
  box-shadow: none;
  background: white;
  border-radius: 10px;
  border: 1px solid #b9bbbd;
}
input[type=text].textInput:focus,
input[type=email].textInput:focus,
input[type=number].textInput:focus,
input[type=password].textInput:focus,
.textInput:focus {
  outline: none;
}
input[type=text].textInput:disabled,
input[type=email].textInput:disabled,
input[type=number].textInput:disabled,
input[type=password].textInput:disabled,
.textInput:disabled {
  color: #6D6E71;
  background-color: #EEEFEF;
}

.textError {
  border: 1px solid #ff0000;
}

.textLabel {
  margin-bottom: 10px;
}

.asterisk_input:after {
  content: "*";
  color: #e32;
  margin: 0px 0px 0px -3px;
  font-size: large;
  padding: 0 5px 0 0;
}

.txt_date {
  border-style: groove;
  height: 30%;
  width: 10%;
  box-sizing: border-box;
  border-radius: 15px;
}
.txt_date:focus {
  outline: none;
}

.checkbox {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
}
.checkbox input[type=checkbox] {
  position: absolute;
  margin-left: 0px;
}
.checkbox .custom_style {
  width: 14px;
  height: 14px;
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  /* rebranding for checkboxes
  border: 2px solid #00548b; */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  margin-bottom: 3px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.checkbox .custom_style .custom_selected {
  width: 14px;
  height: 14px;
  display: none;
  background-image: none;
}
.checkbox .custom_style .custom_selected.active {
  display: block;
  /* rebranding for checkboxes
  background-color: #00548b; */
  width: 100%;
  height: 100%;
}
.checkbox .custom_style .custom_selected:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}
.checkbox input {
  opacity: 0;
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.checkbox label {
  padding-left: 30px;
  font-weight: normal;
  min-height: 0px;
  cursor: auto;
}
.checkbox.radio .custom_style {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
.checkbox.radio .custom_style .custom_selected {
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
}

li[setDisable=true] .custom_style {
  border: 2px solid #6D6E71 !important;
}
li[setDisable=true] .custom_style .custom_selected.active {
  background-color: #6D6E71 !important;
}

.adminedit .custom_style {
  border: 2px solid #EE4D16 !important;
}
.adminedit .custom_style .custom_selected.active {
  background-color: #EE4D16 !important;
}

@media only screen and (max-width: 767px) {
  input[type=checkbox] {
    margin: 0px;
  }
  .multiSelect input[type=checkbox] {
    width: 9%;
  }
  .priority-filters .select-dropdown ul li label {
    padding-left: 24px;
  }
  .checkbox-mb {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
  }
  .checkbox-mb input {
    opacity: 0;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .checkbox-mb label {
    padding-left: 30px;
    font-weight: normal;
    min-height: 0px;
    cursor: auto;
  }
  .checkbox-mb .custom_style .custom_selected {
    width: 14px;
    height: 14px;
    display: none;
    background-image: none !important;
  }
  .checkbox-mb .custom_style .custom_selected.active {
    display: block;
    background-color: #00548b;
    width: 100% !important;
    height: 100% !important;
  }
  .checkbox-mb.radio .custom_style {
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
  }
  .checkbox-mb.radio .custom_style .custom_selected {
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
  }
  /** Check and Radio Inputs **/
  .checkbox-mb input[type=checkbox],
  .checkbox-mb-inline input[type=checkbox] {
    position: absolute;
    margin-left: 0px;
  }
}
/*Select*/
.form-control:disabled,
select:disabled {
  background: #dddddd;
  border-color: #B9BBBD;
}
.form-control:disabled + .arrow,
select:disabled + .arrow {
  display: none;
}

.select_input {
  color: #000;
  padding: 2px 2px 2px 5px;
  border-style: groove;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  border-radius: 15px;
  font-family: "Arial";
  font-size: 0.813em;
  height: 28px;
  width: 250px;
}
.select_input:focus {
  outline: none;
}

.select-dropdown {
  position: relative;
  width: 100%;
  border: 1px solid black;
  box-sizing: border-box;
  background-color: #ffffff;
  background-size: 100%;
  padding: 8px 10px 8px 10px;
  position: relative;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  height: 30px;
}

.select-disabled {
  background-color: #EEEFEF;
  border-color: #B9BBBD;
}
.select-disabled label {
  color: #B9BBBD !important;
}

.select-error {
  border: 1px solid #ff0000;
}

.select-dropdown label {
  font-weight: normal;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  color: black;
}
.select-dropdown select {
  cursor: pointer;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-dropdown .select-dropdown-handle {
  position: absolute;
  top: 2px;
  right: 0;
  width: 26px;
  height: 30px;
}
.select-dropdown .select-dropdown-handle .select-dropdown-chevron {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 16px;
  height: 10px;
  background-image: url("../images/spriteIcon.png");
  background-repeat: no-repeat;
  background-position: -422px -19px;
}

/* validate-error */
.error {
  border-color: red;
  color: red;
  font-weight: normal;
}

/* kit ends */
/* mylamsearch starts */
ul li input[type=radio] {
  margin: 0 5px;
}

.list-item-header {
  position: relative;
  display: block;
  padding: 8px 0;
  margin-bottom: -1px;
  background-color: #fff;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 20px !important;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  border: 1px solid #979797;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  padding: 5px;
  border-width: 1px;
  border-left: 0px;
  min-width: 32px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: #fff;
  border: 1px solid #979797;
  margin-left: 0px;
  border-radius: 0px;
  border-left: 0px;
  padding: 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #FFB700;
  border: 1px solid #979797;
  border-left: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  border: 1px solid #B9BBBD;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:active {
  border-left: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:active {
  border-left: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.first, .dataTables_wrapper .dataTables_paginate .paginate_button.first:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.first:active {
  border-left: 1px solid #979797;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.last, .dataTables_wrapper .dataTables_paginate .paginate_button.last:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.last:active {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.last.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.last.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.last.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.last:hover.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.last:hover.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.last:hover.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.last:active.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.last:active.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.last:active.disabled:active {
  border-left: none;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 10px 5px 10px;
  border-right: 1px solid #fff;
  border-bottom: none;
  font-size: 0.875em;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #e8f5fb;
  cursor: pointer;
}
table.dataTable.no-footer {
  border-bottom: 1px solid rgb(128, 128, 128);
}

.dataTables_wrapper table thead {
  display: none;
}

#close {
  float: right;
  display: inline-block;
  padding: 2px 5px;
  background: #ccc;
}

.pokerIcon {
  margin-left: 10px;
  background: url("../Images/spriteIcon.png") no-repeat -1px -1px;
  background-color: white;
  width: 28px;
  height: 28px;
  outline: none;
  padding: 9px;
}

.happyIcon {
  margin-left: 10px;
  background: url("../Images/spriteIcon.png") no-repeat -31px -1px;
  background-color: white;
  width: 28px;
  height: 28px;
  outline: none;
  padding: 9px;
}

.sadIcon {
  margin-left: 10px;
  background: url("../Images/spriteIcon.png") no-repeat -61px -1px;
  background-color: white;
  width: 28px;
  height: 28px;
  outline: none;
  padding: 9px;
}

#sendFeedback {
  border-radius: 20em;
  outline: none;
  background-color: #0093C9;
  color: white;
  margin-top: 30px;
  font-size: 0.875em;
  font-weight: bold;
  width: 167px;
  padding-left: 20px;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
  border: none;
  background: none;
  background-color: unset;
}

.lfr-nav-item a {
  color: white;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent !important;
  color: #61B4E4 !important;
}

.mylamSearchTitle {
  text-align: left;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 10px;
}

.searchResult {
  font-weight: bold;
  margin-left: 10px;
  padding: 20px 0;
}

.orangeLine {
  width: 100%;
  border: 100%;
  background-color: #e06c1f;
  height: 4px;
  padding-left: none;
  margin-bottom: 15px;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 10px 0;
}

#ApplyFilter {
  border-radius: 20em;
  outline: none;
  background-color: #0093C9;
  color: white;
  width: 100px;
  padding: 5px;
  height: 30px;
  font-size: 0.875em;
  font-weight: bold;
  width: 120px;
  text-align: center;
}

#ClearFilter {
  border-radius: 15px;
  outline: none;
  background-color: gray;
  color: white;
  width: 100px;
  padding: 5px;
  height: 30px;
  font-size: 0.875em;
  font-weight: bold;
  width: 120px;
  text-align: center;
}

.centerize {
  text-align: center;
}

.tableInfo {
  padding-top: 10px;
}

.feedbackWeb {
  margin-top: 40px;
}

.shiftNavDownMobile {
  margin-top: 0px !important;
}

.hide-mobile-searchbar {
  display: block;
}

.show-mobile-searchbar {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .textInputmobile {
    color: #242437;
    padding: 2px 25px 2px 13px;
    border: 1px solid #B9BBBD;
    background-color: #fff;
    position: relative;
    border-radius: 15px;
    font-size: 0.875em;
    height: 27px;
    font-family: "Arial";
    line-height: 1;
  }
  .inputSearchmobile {
    float: right;
    outline: none;
    width: 89px !important;
    margin-top: 6px !important;
    margin-left: 10px;
    height: 23px;
  }
  .searchIconmobile {
    background: url(../images/spriteIcon.png) no-repeat -344px -13px;
    width: 16px;
    height: 16px;
    outline: none;
    margin-right: 8px;
    right: 0px;
    top: 10px !important;
    position: absolute;
    float: right;
    display: block !important;
  }
  .hide-mobile-searchbar {
    display: none;
  }
  .show-mobile-searchbar {
    display: block;
  }
  .shiftNavDownMobile {
    margin-top: 64px !important;
  }
  .hamburgerIcon {
    background: url(../images/mobile-sprite-icon.png) no-repeat -510px -35px;
    width: 36px;
    height: 30px;
    position: relative;
    outline: none;
    padding: 17px;
    margin-right: 30px;
  }
  .floatrightNavbar {
    float: left;
    width: 100%;
  }
  .feedbackMobile {
    display: block;
  }
  .feedbackWeb {
    display: none;
  }
  .topnav_mobileView {
    display: block;
    height: 40px;
    vertical-align: middle;
    margin-left: -35px;
  }
  .orangeLine {
    margin-top: 60px;
  }
  .topnav {
    height: 80px;
    vertical-align: middle;
  }
  #ApplyFilter1 {
    display: block;
    border-radius: 20em;
    outline: none;
    background-color: #0093C9;
    color: white;
    margin: 31px 13px -85px 48px;
    padding: 5px;
    height: 30px;
    font-size: 0.875em;
    font-weight: bold;
    width: 120px;
    text-align: center;
  }
  #Sort {
    display: block;
    border-radius: 20em;
    outline: none;
    background-color: #0093C9;
    color: white;
    margin: 55px 40px -45px 219px;
    padding: 5px;
    height: 30px;
    font-size: 0.875em;
    font-weight: bold;
    width: 120px;
    text-align: center;
  }
  .sidenav {
    width: 0;
    position: fixed;
    z-index: 1;
    top: 85px;
    left: 5px;
    background-color: #545050;
    overflow-x: hidden;
    transition: 0.5s;
  }
  .sidenav a {
    text-decoration: none;
    font-size: 1.188em;
    color: white;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    background-color: #FFB700;
    color: #000000;
  }
  .sidenav a.selected:visited {
    background-color: #FFB700;
    color: #000000;
  }
  .sidenav a.active {
    background-color: #FFB700;
    color: #000000;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 2.25em;
    margin-left: 50px;
  }
  .sidenav a:hover,
  .offcanvas a:focus {
    color: #f1f1f1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  .hideNavMob {
    display: none;
  }
  #ApplyFilter1 {
    display: none;
  }
  #Sort {
    display: none;
  }
  .feedbackMobile {
    display: none;
  }
  .feedbackWeb {
    display: block;
  }
}
/* mylamsearch ends */
.site-logo {
  max-width: 220px;
  min-width: 140px;
}
@media (max-width: 991.98px) {
  .site-logo {
    max-width: 100px;
  }
}
.site-logo img {
  max-width: 100%;
}

#globalInputSearch {
  width: 200px;
  border: none;
  min-width: 0;
  background: #EEEFEF;
  border-radius: 50px;
  margin-top: 0 !important;
}
#globalInputSearch:focus, #globalInputSearch:active {
  background: white;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}

.hide-content {
  display: none;
}

.show-content {
  display: block;
}

.modal-open {
  padding: 0 !important;
}

.modal.fade {
  overflow: auto;
  z-index: -1 !important;
}
.modal.fade.in {
  z-index: 1050 !important;
}
.modal.fade.show {
  z-index: 1050 !important;
}

.lfr-alert-container .alert {
  margin: 0 auto !important;
}

.datepicker-popover {
  padding: 0;
  position: fixed;
  background: #EEEFEF;
  z-index: 10000 !important;
}
.datepicker-popover .popover-content {
  padding: 0;
}
.datepicker-popover .yui3-calendar-grid {
  font-size: 14px;
  font-size: 0.875em;
}
.datepicker-popover .yui3-calendar-header {
  padding: 5px 30px;
}
.datepicker-popover .yui3-calendarnav-prevmonth,
.datepicker-popover .yui3-calendarnav-nextmonth {
  margin-top: 4px;
  border-width: 6px;
}
.datepicker-popover .yui3-calendarnav-prevmonth {
  margin-left: 10px;
  border-right-color: #B9BBBD;
}
.datepicker-popover .yui3-calendarnav-nextmonth {
  margin-right: 10px;
  border-left-color: #B9BBBD;
}
.datepicker-popover .yui3-calendar-weekday {
  font-weight: normal;
  text-align: center;
}
.datepicker-popover .yui3-calendar-day,
.datepicker-popover .yui3-calendar-prevmonth-day,
.datepicker-popover .yui3-calendar-nextmonth-day {
  border: none;
  padding: 8px;
  position: relative;
}
.datepicker-popover .yui3-calendar-day:before {
  content: "";
  width: 100%;
  height: 33px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 3px;
}
.datepicker-popover .yui3-calendar-day:hover {
  background: transparent;
}
.datepicker-popover .yui3-calendar-day:hover:before {
  background: #00548B;
}
.datepicker-popover .yui3-calendar-day-selected {
  background: transparent;
  color: white;
}
.datepicker-popover .yui3-calendar-day-selected:before {
  background: #00548B;
}
.datepicker-popover .yui3-calendar-selection-disabled, .datepicker-popover .yui3-calendar-selection-disabled:hover,
.datepicker-popover .yui3-calendar-selection-disabled:hover,
.datepicker-popover .yui3-calendar-selection-disabled:hover:hover {
  outline: none;
  background: #B9BBBD;
}
.datepicker-popover .yui3-calendar-selection-disabled:before, .datepicker-popover .yui3-calendar-selection-disabled:hover:before,
.datepicker-popover .yui3-calendar-selection-disabled:hover:before,
.datepicker-popover .yui3-calendar-selection-disabled:hover:hover:before {
  background: #B9BBBD;
}
.datepicker-popover thead {
  border-bottom: 1px solid #B9BBBD;
}
.datepicker-popover .btn-toolbar {
  margin: 0;
}
.datepicker-popover .btn-toolbar .btn-group {
  width: 100%;
}
.datepicker-popover .btn-toolbar .btn {
  display: inline-block;
  max-width: 50%;
  min-width: auto;
  padding: 10px 10px;
}

.user-icon-default {
  background-color: #00548B;
  color: black;
}
.user-icon-color-0 {
  background-color: #9FBC2E;
}
.user-icon-color-1 {
  background-color: #92D7E7;
}
.user-icon-color-2 {
  background-color: #9FBC2E;
}
.user-icon-color-3 {
  background-color: #C4D82E;
}
.user-icon-color-4 {
  background-color: #9FBC2E;
}
.user-icon-color-5 {
  background-color: #82A53C;
}
.user-icon-color-6 {
  background-color: #00548B;
}
.user-icon-color-7 {
  background-color: #895881;
}
.user-icon-color-8 {
  background-color: #C76F94;
}
.user-icon-color-9 {
  background-color: #82A5C0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  color: #000;
  font-size: 1em;
  font-weight: bold;
  outline: none;
}

.datepicker-popover .btn-toolbar .btn-group {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
}

.wrong-date input {
  border: solid 1px #EE4D16;
}
.wrong-date:after {
  color: #EE4D16;
  content: "Invalid date field";
}

.default-portlet-styles .portlet-content-container {
  background-color: white !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 10px 20px;
}
.default-portlet-styles .portlet-content-container table tr td:first-child {
  color: #6D6E71 !important;
  background-color: transparent !important;
}

.dynamic-data-list-styles .portlet-content-container,
.portlet-dynamic-data-lists-display .portlet-content-container {
  background-color: white !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 10px 20px;
}
.dynamic-data-list-styles .portlet-content-container .selectWrapper_bkm .select_option_class,
.portlet-dynamic-data-lists-display .portlet-content-container .selectWrapper_bkm .select_option_class {
  padding: 5px;
  min-width: 105px;
  height: 30px;
}
.dynamic-data-list-styles .portlet-content-container .basic-search.input-group .input-group-btn button[data-qa-id=searchButton],
.portlet-dynamic-data-lists-display .portlet-content-container .basic-search.input-group .input-group-btn button[data-qa-id=searchButton] {
  min-width: 20px !important;
  padding: 10px;
}
.dynamic-data-list-styles .portlet-content-container .basic-search.input-group .basic-search-slider .form-control.search-query,
.portlet-dynamic-data-lists-display .portlet-content-container .basic-search.input-group .basic-search-slider .form-control.search-query {
  min-width: 100px;
}

.dataTables_length {
  position: relative;
  margin-bottom: 20px;
}
.dataTables_length select {
  width: 55px;
  height: 26px;
  margin: 0px 10px;
}

.dataTables_wrapper .dataTables_length label {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tooltip-long,
.tooltip-long .tooltip-inner {
  max-width: 700px;
  text-align: left;
}

.tooltip-icon {
  position: relative;
  top: 3px;
  left: 10px;
  cursor: pointer;
}

.tooltip.fit-content {
  max-width: none;
  width: fit-content;
}
.tooltip.fit-content .tooltip-inner {
  max-width: none;
  width: 100%;
}

.full-row-content {
  white-space: nowrap;
  margin: 0;
}

.tooltip-user-names {
  display: flex;
  align-items: center;
  padding: 5px 12px;
  line-height: 1.5625em;
  font-size: 14px;
  text-align: left;
}
.tooltip-user-names .collaborator-user {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 12px;
  color: black;
  border: none;
}
.tooltip-user-names:nth-child(2n+0) .collaborator-user {
  background-color: #C4D82E;
}
.tooltip-user-names:nth-child(3n+0) .collaborator-user {
  background-color: #9FBC2E;
}

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  .portlet-column,
  .portlet-content-editable {
    padding: 0;
  }
}
#the_iframe {
  width: 100%;
  height: calc(100vh - 290px) !important;
  margin: 0;
  border: none;
  overflow: hidden;
}

.col-no-padding [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.custom-col {
  padding: 0 !important;
  margin: 0 !important;
}

.custom-layout-1 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto !important;
}

.custom-layout-2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto !important;
}

.custom-layout-1500 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto !important;
}

.row {
  padding: 0 !important;
  margin: 0 !important;
}

.one-thousand-two-hundred-px-single-column {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto !important;
}

.eight-hundred-px-single-column {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.nine-hundred-twenty-px-single-column {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.dashboard-layout {
  display: flex;
  flex-direction: column;
  /*rebranding color - from light-cyan 
  background: $light-cyan;
  */
  /*rebranding color - from $frost - moved to global
  &-alerts-area {
    background-color: $frost;
  }
  */
}
.dashboard-layout-widgets-area {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 3.125em 0 1.25em;
}

.workflowtask-layout {
  width: 100%;
  margin: 0 auto;
}
.workflowtask-layout .portlet-dropzone.empty, .workflowtask-layout .icon-monospaced.portlet-icon-back {
  display: none;
}
.workflowtask-layout .portlet-content-container .selectWrapper_bkm .select_option_class {
  padding: 5px;
  min-width: 105px;
  height: 30px;
}
.workflowtask-layout .portlet-content-container .basic-search.input-group .input-group-btn button[data-qa-id=searchButton] {
  min-width: 20px !important;
  padding: 10px;
}
.workflowtask-layout .portlet-content-container .basic-search.input-group .basic-search-slider .form-control.search-query {
  min-width: 100px;
}

.logoImage {
  margin-top: 10px !important;
  margin-bottom: 10px;
  height: 50px;
  margin-left: 2px !important;
  content: url("../images/logo.png");
}

.myLamText {
  display: block;
  padding-left: 15px;
  text-decoration: none;
  line-height: 1;
  padding-bottom: 1px;
  font-family: "Arial";
  font-size: 2.2em;
  color: white;
  font-weight: bold;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .myLamText {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .myLamText {
    text-decoration: none;
    float: left;
    margin-right: 0px;
    margin-top: 7px;
    line-height: 1;
    padding-bottom: 1px;
    font-family: "Arial";
    font-size: 1.25em;
    color: white;
    font-weight: bold;
  }
  .img-responsive {
    display: block;
    max-width: 20% !important;
    height: auto;
    margin-right: 7px;
    margin-left: 0px;
    padding-top: 2px;
    padding-left: 9px;
    margin-top: 3px;
  }
}
.inputSearch {
  float: right;
  margin-top: 15px;
  margin-bottom: 25px;
  height: 30px;
  outline: none;
  padding-right: 32px;
}

.globalSearchIcon {
  background: url(../images/spriteIcon.png) no-repeat -344px -13px;
  width: 16px;
  height: 16px;
  outline: none;
  margin-right: 95px;
  right: 0px;
  top: 15px !important;
  position: absolute;
  float: right;
  display: block !important;
}

.searchIcon {
  background: url(../images/spriteIcon.png) no-repeat -344px -13px;
  width: 16px;
  height: 16px;
  outline: none;
  margin-right: 95px;
  right: 0px;
  top: 22px !important;
  position: absolute;
  float: right;
  display: block !important;
}

.bellIcon {
  visibility: hidden;
  float: right;
  margin-left: 30px;
  background: url("../images/spriteIcon.png") no-repeat -144px -11px;
  background-color: white;
  width: 18px;
  height: 18px;
  outline: none;
  margin-top: 31px;
  margin-bottom: 31px;
  padding: 9px;
}

.quesIcon {
  visibility: hidden;
  float: right;
  background: url("../images/spriteIcon.png") no-repeat -128px -11px;
  width: 18px;
  height: 18px;
  margin-left: 20px;
  padding: 9px;
  margin-top: 31px;
  margin-bottom: 31px;
}

.userIcon {
  float: none !important;
  background: url("../images/spriteIcon.png") no-repeat -110px -11px !important;
  width: 10px;
  height: 18px;
  margin-left: 20px;
  padding: 9px;
  margin-right: 40px;
  margin-top: 26px !important;
  margin-bottom: 16px !important;
}

@media screen and (max-width: 767px) {
  .headerPad {
    margin-top: 20px;
    margin-left: 4.6875%;
    margin-right: 4.6875%;
    padding: 0px;
  }
  .bellIcon {
    background: url(../images/mobile-sprite-icon.png) no-repeat -480px -33px;
    width: 26px;
    height: 32px;
    outline: none;
    padding: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
  }
  .themedropdown {
    margin-top: 10px !important;
  }
  .inputSearch {
    float: right;
    margin: 0px;
    height: 36px;
    outline: none;
    padding-right: 42px;
    border-radius: 18px;
    width: 75%;
    margin-top: 15px !important;
    margin-bottom: 20px;
  }
  .hamburgerIcon {
    background: url(../images/mobile-sprite-icon.png) no-repeat -510px -35px;
    width: 36px;
    height: 30px;
    position: relative;
    outline: none;
    padding: 17px;
    margin-right: 30px;
  }
  .quesIcon {
    float: left;
    background: url("../images/mobile-sprite-icon.png") no-repeat -425px -33px;
    width: 16px;
    height: 16px;
    padding: 9px;
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: none;
  }
  .userIcon {
    float: left;
    background: url("../images/mobile-sprite-icon.png") no-repeat -451px -33px;
    width: 16px;
    height: 16px;
    margin-left: 0px;
    padding: 9px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: none;
  }
  .menuIconPad {
    width: 44.375%;
  }
  .searchIconPad {
    width: 55.625%;
  }
  .logo-col {
    min-width: 90px;
  }
  .logoImage {
    position: relative;
    height: 32px;
  }
}
/* header ends */
.uac-dropdown .dropdown-menu {
  right: 0;
  left: auto;
}

/* footer starts */
.site-footer {
  background: #242437;
  overflow: hidden;
  min-height: 40px;
}
.site-footer a {
  padding: 13px 10px 13px 10px;
  float: left;
  color: white;
  text-decoration: none;
  display: block;
}

.seperatorImage {
  padding-left: 10px;
  background: none;
  content: url("../images/separator.png");
  font-size: 0.875em;
  color: #FFFFFF;
}

.footerRight {
  float: right;
  padding: 13px 10px 13px 480px;
  color: #FFFFFF;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .site-footer a {
    font-size: 0.75em;
    padding: 14px 10px 14px 10px;
  }
  .footerRight {
    font-size: 0.75em;
    float: right;
    padding: 14px 10px 14px 10px;
    color: #FFFFFF;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer {
    background: #242437;
    overflow: hidden;
    height: 100%;
  }
  .site-footer a {
    font-size: 1em;
  }
  .seperatorImage {
    font-size: 1.25em;
  }
  .footerRight {
    float: left;
    padding: 0px 0px 0px 10px;
    font-size: 1em;
  }
}
/* footer ends */
.switch-container {
  display: flex;
  align-items: center;
  font-weight: normal;
}
.switch-container .switch-label {
  margin-left: 26px;
  font-size: 1em;
  line-height: 1;
}

.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  min-width: 80px;
  height: 32px;
  color: #242437;
  font-size: 0.875em;
  user-select: none;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #61B4E4;
  color: white;
  justify-content: flex-start;
}
.switch input:checked + .slider:before {
  transform: translateX(48px);
}
.switch input:checked + .slider .text.no-text {
  display: none;
}
.switch input:checked + .slider .text.yes-text {
  display: inline;
}
.switch .text {
  width: 50px;
}
.switch .text.no-text {
  padding-right: 19px;
  text-align: right;
}
.switch .text.yes-text {
  display: none;
  padding-left: 19px;
}
.switch .slider {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 32px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EEEFEF;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 16px;
}
.switch .slider:before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: white;
  transition: 0.4s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.select-container {
  position: relative;
  margin-bottom: 20px;
}
.select-container .arrow {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  pointer-events: none;
  font-size: 25px;
}
.select-container .arrow .arrow-icon {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

label {
  padding-left: 10px;
  font-size: 16px;
  color: #242437;
}

select {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 10px;
  background: white;
  border-radius: 10px;
  border: 1px solid #B9BBBD;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  color: #242437;
  outline: none;
}
select::-ms-expand {
  display: none; /* hide the default arrow in ie10 and ie11 */
}
select:focus::-ms-value {
  color: #242437;
  background: white;
}

select[multiple],
select[size] {
  height: 100px;
}

.simple-select select {
  border-radius: 2px;
  height: 30px;
}
.simple-select .arrow {
  right: 3px;
  top: 2px;
}

/* check box */
input[type=checkbox] {
  margin: 0px;
}

textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=password],
.form-control {
  font-size: 1em;
  min-width: 290px;
  height: 2.8125em;
  padding: 0 1.25em;
  box-shadow: none;
  background: white;
  border-radius: 10px;
  border: 1px solid #B9BBBD;
}
@media (max-width: 767.98px) {
  textarea,
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=password],
  .form-control {
    min-width: 0;
  }
}
textarea:focus, textarea:active,
input[type=text]:focus,
input[type=text]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=password]:focus,
input[type=password]:active,
.form-control:focus,
.form-control:active {
  border-color: transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
textarea:hover,
input[type=text]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
.form-control:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
textarea.simple-input,
input[type=text].simple-input,
input[type=email].simple-input,
input[type=number].simple-input,
input[type=password].simple-input,
.form-control.simple-input {
  height: 30px;
  min-width: 0;
  outline: none;
  font-size: 1em;
  color: #242437;
  padding: 0 0.625em;
  text-indent: 0.625em;
  border: 1px solid #B9BBBD;
  border-radius: 2px;
}
textarea.simple-input.error,
input[type=text].simple-input.error,
input[type=email].simple-input.error,
input[type=number].simple-input.error,
input[type=password].simple-input.error,
.form-control.simple-input.error {
  color: #EE4D16;
}
textarea.textarea,
input[type=text].textarea,
input[type=email].textarea,
input[type=number].textarea,
input[type=password].textarea,
.form-control.textarea {
  min-height: 75px;
  min-width: 100%;
  max-width: 100%;
  padding: 0.3125em 0.625em;
}
textarea.datepicker,
input[type=text].datepicker,
input[type=email].datepicker,
input[type=number].datepicker,
input[type=password].datepicker,
.form-control.datepicker {
  background-color: white;
  cursor: pointer;
}
textarea::-ms-clear,
input[type=text]::-ms-clear,
input[type=email]::-ms-clear,
input[type=number]::-ms-clear,
input[type=password]::-ms-clear,
.form-control::-ms-clear {
  display: none;
}

input[type=number].simple-input {
  padding-right: 0;
  min-width: 60px;
}

.input-icon {
  width: 24px;
  color: #414042;
  justify-content: flex-end;
  position: absolute;
  right: 10px;
  top: 0 !important;
  bottom: 0;
  font-size: 25px;
  pointer-events: none;
}
.input-icon__container {
  position: relative;
}

.input-icon.ie-position-fix {
  left: -20px;
}

.input-container {
  margin-bottom: 20px;
}

/* checkbox/radio */
.form-group.checkbox-options,
.form-group.radio-options {
  display: block;
  margin-bottom: 14px;
}
.form-group.checkbox-options input[type=checkbox],
.form-group.checkbox-options input[type=radio],
.form-group.radio-options input[type=checkbox],
.form-group.radio-options input[type=radio] {
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
}
.form-group.checkbox-options label,
.form-group.radio-options label {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 0px;
  position: relative;
  font-weight: normal;
  font-size: 1em;
  cursor: pointer;
  user-select: none;
}
.form-group.checkbox-options label:before,
.form-group.radio-options label:before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-right: 12px;
  position: relative;
  background-color: transparent;
  border-radius: 3px;
  border: 2px solid #00548B;
  cursor: pointer;
}
.form-group.checkbox-options input:checked + label:after,
.form-group.radio-options input:checked + label:after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  top: calc(50% - 8px);
  left: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(42deg);
}
.form-group.checkbox-options input:indeterminate + label:after,
.form-group.radio-options input:indeterminate + label:after {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  top: calc(50% - 8px);
  left: 4px;
  border-bottom: 2px solid white;
}
.form-group.checkbox-options input:indeterminate + label:before,
.form-group.radio-options input:indeterminate + label:before {
  background-color: #00548B;
}
.form-group.checkbox-options.manager-selected label:before,
.form-group.radio-options.manager-selected label:before {
  border: 2px solid #82A53C;
}
.form-group.checkbox-options.manager-selected input:checked + label:before,
.form-group.checkbox-options.manager-selected input:indeterminate + label:before,
.form-group.radio-options.manager-selected input:checked + label:before,
.form-group.radio-options.manager-selected input:indeterminate + label:before {
  background-color: #82A53C;
}
.form-group.checkbox-options.disabled label,
.form-group.radio-options.disabled label {
  cursor: not-allowed;
}
.form-group.checkbox-options.disabled label:before, .form-group.checkbox-options.disabled label:after,
.form-group.radio-options.disabled label:before,
.form-group.radio-options.disabled label:after {
  cursor: not-allowed;
}

.form-group.radio-options label:before {
  border-radius: 10px;
}
.form-group.radio-options input:checked + label:after {
  transform: none;
  border: 3px solid #FFF;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  top: 4px;
  left: 2px;
}

/* checkbox/radio ends */
.input-instruction {
  padding: 0 0.625em;
  margin: -1.3125em 0 0.625em 0;
  color: #6D6E71;
}
.input-instruction.input-error {
  color: #EE4D16;
}
.input-instruction + .input-instruction {
  display: none;
}

.error {
  border-color: #EE4D16;
  color: #EE4D16;
}

.extra-light {
  font-weight: 200;
  font-style: normal;
}

.extra-light-italic {
  font-weight: 200;
  font-style: italic;
}

.light {
  font-weight: 300;
  font-style: normal;
}

.light-italic {
  font-weight: 300;
  font-style: italic;
}

.regular, .appLink__header, .create-manual__container .headingSize, .admin-crud__container label[for=techArticleSearchLabel], .customer-registration__container .marginUserHead, .quick-links__modal__p, .quick-links__title, .my-work-flow-task__modal__p, .tech-article-management__main-container h1, .my-work__title {
  font-weight: normal;
  font-style: normal;
}

.italic {
  font-weight: normal;
  font-style: italic;
}

.semibold {
  font-weight: 600;
  font-style: normal;
}

.semibold-italic {
  font-weight: 600;
  font-style: italic;
}

.bold, .my-articles__title {
  font-weight: bold;
  font-style: normal;
}

.bold-italic {
  font-weight: bold;
  font-style: italic;
}

.black {
  font-weight: 900;
  font-style: normal;
}

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

.black-color {
  color: black;
}

.table-container {
  padding: 0;
}
.table-container .form-table {
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #EEEFEF;
  border-top: 1px solid #EEEFEF;
}
.table-container .form-table.error {
  border-color: #EE4D16;
}
.table-container .form-table.error input[value=""].required {
  border-color: #EE4D16;
}
.table-container .form-table th {
  text-transform: uppercase;
  color: #6D6E71;
  font-weight: normal;
  white-space: nowrap;
}
.table-container .form-table a {
  font-size: 20px;
  color: #6D6E71;
}
.table-container .form-table .dropdown-menu > li > a {
  font-size: 16px;
}
.table-container .form-table td {
  color: #242437;
}
.table-container .form-table th,
.table-container .form-table td {
  padding: 13px 20px;
}
.table-container .form-table .actions-container {
  white-space: nowrap;
}
.table-container .form-table tbody tr {
  background: white;
}
.table-container .form-table tbody tr:nth-child(odd) {
  background: #EEEFEF;
}
.table-container .form-table tr:only-child .remove-row {
  display: none;
}
.table-container .form-table tr:last-child .add-row {
  display: inline-block;
  position: relative;
  top: 5px;
}
.table-container .form-table tr:nth-child(n+3) .add-row {
  display: none;
}
.table-container .form-table .remove-row {
  display: inline-block;
  position: relative;
  top: 5px;
  text-decoration: none;
}
.table-container .form-table .add-row {
  display: none;
  text-decoration: none;
}
.table-container .form-table .clear {
  clear: both;
}
.table-container .form-table .comma:last-child {
  display: none;
}
.table-container .form-table .simple-input-text {
  margin: 0 29px 0 10px;
}
.table-container .form-table .simple-input {
  width: 100%;
  text-indent: 0;
}
.table-container .form-table .simple-input.width-auto {
  width: auto;
}
.table-container .form-table .simple-input:disabled {
  background: #dddddd;
  border-color: #B9BBBD;
  box-shadow: none;
}
.table-container .form-table .simple-select select {
  padding-right: 25px;
}
.table-container .form-table .no-wrap {
  white-space: nowrap;
}
.table-container .form-table .word-break {
  word-break: break-word;
}
@media (max-width: 767.98px) {
  .table-container .add-row,
  .table-container .remove-row {
    float: right;
    margin: 20px 0;
  }
  .table-container .responsive-table thead {
    display: none;
  }
  .table-container .responsive-table tbody,
  .table-container .responsive-table tr,
  .table-container .responsive-table td {
    display: block;
  }
}
.table-container .select-container {
  margin-bottom: 0;
}

.ie11 .word-break {
  word-wrap: break-word;
  word-break: break-all;
}

.modal .mr-15 {
  margin-right: 15px;
}
.modal-dialog {
  position: relative;
  margin: 0;
  z-index: 1050;
}
.modal-content {
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.modal-header {
  padding: 20px 18px 17px 18px;
  border-bottom: none;
  padding-bottom: 0;
}
.modal-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-header-flex::after, .modal-header-flex::before {
  content: none;
}
.modal-header .close-button {
  font-size: 30px;
  color: #6D6E71;
  position: absolute;
  right: 22px;
  top: 20px;
}
.modal-title {
  color: #242437;
  font-size: 1.5625em;
  font-weight: bold;
  text-align: left;
  max-width: calc(100% - 40px);
  white-space: normal;
}
.modal-text {
  margin-bottom: 20px;
  font-size: 18px;
}
.modal-footer {
  border-top: none;
  padding: 40px 20px 20px 6px;
  position: static;
}
.modal-footer a,
.modal-footer button {
  font-size: 1em;
}
.modal-footer button {
  min-width: 150px;
  border-radius: 0px;
}
.modal-body {
  position: static;
}
.modal-body .alert {
  margin: 20px auto 0 auto;
}
.modal-body h3 {
  margin: 5px 0 0 5px;
  font-weight: bold;
  line-height: 1;
  font-size: 1.563em;
}
.modal-body h4 {
  padding-left: 18px;
  font-weight: 600;
  line-height: 1;
  font-size: 1.25em;
}
.modal-backdrop {
  opacity: 0.25;
}

body > .dialog-iframe-modal {
  position: fixed;
  top: 30px !important;
  max-height: 100vh;
}

@media (max-width: 440px) {
  .modal-footer {
    padding: 17px;
  }
  .modal-footer button {
    min-width: 120px;
  }
  .modal-footer .btn {
    min-width: 120px;
  }
}
@media (max-width: 325px) {
  .modal-footer button {
    min-width: 100px;
  }
  .modal-footer .btn {
    min-width: 100px;
  }
}
@media (max-width: 285px) {
  .modal-footer {
    display: flex;
    flex-flow: column;
    margin-right: 10px;
  }
  .modal-footer .btn {
    padding: 2px;
    height: 25px;
    position: relative;
    top: -5px;
  }
}
.ios-list {
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.ios-list-divided .ios-list-item:not(:last-child) {
  border-bottom: 1px solid #B9BBBD;
}

.ios-list-title,
.portlet .ios-list-title {
  padding: 0;
  color: #6D6E71;
  font-size: 1.125em;
  margin: 0.625em 1.25em;
  text-transform: uppercase;
}

.ios-list-item {
  display: block;
  position: relative;
  text-decoration: none !important;
  padding: 0.625em 1.25em;
}
.ios-list-item:hover {
  background-color: #EEEFEF;
}
.ios-list-item:active {
  background-color: #B9BBBD;
}
.ios-list-item::after {
  top: 50%;
  right: 20px;
  color: #6D6E71;
  margin-top: -0.5em;
  position: absolute;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "keyboard_arrow_right";
}
.ios-list-item-inactive {
  opacity: 0.6;
}

.ios-list-item__title {
  color: #242437 !important;
}

.ios-list-item__subtitle {
  color: #6D6E71;
}

.submission-bar {
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
}
.submission-bar.sticky {
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}
.has-control-menu.open .submission-bar.sticky {
  left: 320px;
}
.isCustomer .submission-bar.sticky {
  left: 0 !important;
}
@media (max-width: 767.98px) {
  .submission-bar.sticky {
    position: static;
  }
}
.submission-bar .btn + .btn {
  margin-left: 0.9375em;
}
.submission-bar .container:before, .submission-bar .container:after {
  display: none;
}

.submission-bar-filler {
  height: 5.625em;
}

.submission-bar-container {
  display: flex;
  padding: 0 1.25em;
  height: 1em;
  min-height: 5.625em;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .submission-bar-container {
    height: auto;
    flex-flow: column;
    padding: 0.625em 1.25em;
  }
}

.submission-bar-group {
  display: flex;
  align-items: center;
}
.submission-bar-group .alert {
  margin: 0 20px 0 0;
  padding: 9px 20px 10px 10px;
}
@media (max-width: 675px) {
  .submission-bar-group.two-column-sm {
    padding: 0.3125em 0 0 0;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .submission-bar-group.two-column-sm .btn {
    width: calc(50% - 10px);
    min-width: 0;
    margin-bottom: 1em;
  }
  .submission-bar-group.two-column-sm .btn + .btn {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .submission-bar-group.one-column-sm {
    width: 100%;
    flex-flow: column;
  }
  .submission-bar-group.one-column-sm .btn {
    width: 100%;
    margin: 5px 0;
  }
}

.new-alerts {
  position: relative;
}
.new-alerts.hidden-content {
  min-height: 50px;
}
.new-alerts .visible-hidden {
  opacity: 0;
}
.new-alerts__title {
  padding: 0;
  color: #6D6E71;
  margin: 0.625em 0;
  font-size: 18px;
  font-size: 1.125em;
  text-transform: uppercase;
}
.hidden-content .new-alerts__title {
  display: none;
}
.hidden-content .new-alerts__items {
  display: none;
}
.new-alerts__item {
  display: flex;
  margin-right: 0.625em;
  margin-bottom: 35px;
  place-content: center flex-start;
}
.new-alerts__item:hover {
  text-decoration: none;
}
.new-alerts__item:focus {
  outline: none;
}
.new-alerts__item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 0.625em;
}
.new-alerts__item-title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  margin: 0 0 0.625em;
  color: #00548B;
}
.new-alerts__item-description {
  margin: 0;
  color: black;
  font-size: 16px;
}
.new-alerts__nav-button {
  top: 0;
  right: 0;
  display: block !important;
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 50px;
  border: 1px solid #FFB700;
  text-align: center;
  padding: 3px 0;
}
.new-alerts__nav-button.prev {
  right: 2em;
}
.new-alerts__slide {
  display: none;
}
.new-alerts__no-results {
  display: flex;
  width: 100%;
  max-width: 380px;
  margin: 40px auto;
}
.new-alerts__no-results-text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-left: 15px;
}
.new-alerts__no-results-title {
  margin: 0;
  font-size: 1.25em;
}
.new-alerts__no-results-message {
  margin: 0 0 5px 0;
  font-size: 1em;
  color: #6D6E71;
}

.news {
  display: flex;
  flex-flow: column;
  height: 535px;
  padding: 0.625em 0 0 1.25em;
  position: relative;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  max-width: 800px;
  margin: 0 auto;
}
.news__title {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.125em;
  color: #6D6E71;
  text-transform: uppercase;
}
.news__items {
  margin-top: 25px;
  overflow: auto;
}
.news__item {
  display: block;
  margin-bottom: 1.25em;
  padding-right: 1.25em;
}
.news__item:hover, .news__item:active {
  text-decoration: none;
}
.news__item:focus, .news__item:active {
  outline: none;
}
.news__item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 0.625em;
}
.news__item-wn-img {
  width: 100%;
  height: auto;
}
.news__item-title {
  margin: 0 0 0.625em 0;
  font-size: 16px;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  color: #242437;
}
.news__item-description {
  margin: 0;
  color: black;
  font-size: 16px;
  font-size: 1em;
}
.news__no-results {
  display: flex;
  width: 100%;
  max-width: 380px;
  margin: 40px auto;
}
.news__no-results-text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-left: 15px;
}
.news__no-results-title {
  margin: 0;
  font-size: 1.25em;
}
.news__no-results-message {
  margin: 0 0 5px 0;
  font-size: 1em;
  color: #6D6E71;
}

.portlet .portlet-title {
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 1.875em;
  color: black;
}
.portlet .portlet-sub-title {
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 1.25em;
  color: #242437;
}
.portlet .section-title {
  color: #242437;
  margin-bottom: 6px;
  font-size: 1em;
  color: #242437;
}
.portlet .portlet-content-inner {
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.portlet .portlet-content {
  border: none;
}

.portlet-decorate .portlet-content {
  background: transparent !important;
  border-color: none;
}

.my-dashboard__tabs-menue-container {
  width: 135px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -83px;
  margin-bottom: 20px;
}
.my-dashboard__tab-element {
  cursor: pointer;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -30px;
  border-radius: 50%;
  background-color: #e7e3dd; /* rebranding - changed from background-color:#C8EBF3 to sand*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.my-dashboard__tab-element:nth-child(1) {
  left: 0;
}
.my-dashboard__tab-element:nth-child(2) {
  right: 80px;
}
.my-dashboard__tab-element:nth-child(3) {
  right: 0px;
}
.my-dashboard__tab-element.active {
  background: #6ce3c5; /* rebranding */
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.my-dashboard__tab-element__icon {
  font-size: 30px;
  font-size: 1.875em;
  color: #242437; /* rebranding */
}

.isCustomer .hidden-customers {
  display: none !important;
}

.my-work__container {
  max-width: 1200px;
  margin: 0 auto;
}
.my-work__container .dropdown-menu {
  left: -140px;
}
.my-work__element {
  margin-bottom: 20px;
  padding: 15px 0 0 0;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.my-work__element__childs {
  display: flex;
  align-items: center;
  padding: 15px 0px 15px 20px;
}
.my-work__element__childs:nth-child(odd) {
  background-color: #EEEFEF;
}
.my-work__element__childs__content {
  width: 100%;
  color: #242437;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.my-work__element__childs__content p {
  min-width: 70px;
  margin: 0;
  margin-right: 15px;
  font-size: 16px;
  font-size: 1em;
}
.my-work__element__childs__content .dropdown {
  margin-left: auto;
  margin-right: 20px;
}
.my-work__element__childs__content .dropdown .hide-content {
  display: none !important;
}
.my-work__element__childs__content .dropdown-menu.custom-menu {
  left: auto;
}
.my-work__element__childs__row {
  display: block;
  width: 100%;
  position: relative;
}
.my-work__element__childs__row .dropdown {
  position: absolute;
  right: 20px;
  top: 10px;
}
.my-work__element__childs__title-container {
  display: block;
  padding-right: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.my-work__element__childs__title-link {
  width: 100%;
}
.my-work__element__childs__info {
  display: block;
  margin: 0;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 300;
  color: #6D6E71;
  white-space: nowrap;
  margin-right: 0;
}
.my-work__element__childs__type {
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
}
.my-work__element__childs__due-date {
  display: inline-block;
  margin-left: 5px;
  align-items: center;
  line-height: 1;
}
.my-work__element__childs__due-date.is-due-date {
  color: #FF7600;
}
.my-work__element__childs__error-icon {
  position: relative;
  top: 2px;
  font-size: 14px;
  color: #FF7600;
}
.my-work__element__childs__error-icon.due-date {
  display: inline;
  align-items: center;
  margin-right: 5px;
}
.my-work__header {
  cursor: pointer;
}
.my-work__title {
  display: flex;
  align-items: center;
  color: #6D6E71;
  font-size: 18px;
  font-size: 1.125em;
  margin: 0;
  text-decoration: none;
  line-height: 1;
  padding-left: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.my-work__arrow {
  margin-left: auto;
  margin-right: 10px;
}
.my-work__arrow-icon {
  position: relative;
  top: 3px;
  font-size: 25px;
  font-size: 1.5625em;
  color: #B9BBBD;
}

.portlet-boundary_mylamtecharticlemanagement_ .portlet-content {
  padding: 0;
}
.portlet-boundary_mylamtecharticlemanagement_ .portlet-icon-back {
  display: none;
}

.portlet-page-comments {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.portlet-page-comments .alert {
  display: none !important;
}
.portlet-page-comments > section {
  height: 100%;
}
.portlet-page-comments-body {
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.portlet-page-comments .portlet {
  margin: 0;
}
.portlet-page-comments .portlet-content {
  padding: 0;
}
.portlet-page-comments .taglib-discussion {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.portlet-page-comments .add-comment {
  margin: 0px;
  width: 100%;
  background: #EEEFEF;
}
.portlet-page-comments .add-comment .panel {
  margin: 0;
  padding: 10px;
}
.portlet-page-comments .add-comment .button-holder {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .portlet-page-comments .add-comment .button-holder {
    position: static;
  }
}
.portlet-page-comments .add-comment .button-holder .btn {
  height: 50px;
  border-radius: 0 10px 10px 0;
  transition: opacity 0.5s;
}
@media (max-width: 767.98px) {
  .portlet-page-comments .add-comment .button-holder .btn {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}
.portlet-page-comments .form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  height: 100%;
}
.portlet-page-comments .form > div {
  width: 100%;
  padding: 15px;
}
@media (max-width: 991.98px) {
  .portlet-page-comments .form > div {
    display: block;
  }
}
.portlet-page-comments .form > div article {
  width: 100% !important;
}
.portlet-page-comments .form a[name*=_messages_top] {
  display: none;
}
.portlet-page-comments .panel {
  border: none;
  background: transparent;
  box-shadow: none;
}
.portlet-page-comments .panel-body {
  padding: 0;
}
.portlet-page-comments .card-tab-group .card-tab:nth-child(n+2) {
  border: none;
}
.portlet-page-comments .taglib-discussion .yui3-aclist-content {
  max-height: 120px;
  overflow: auto;
}
.portlet-page-comments .taglib-discussion .yui3-aclist-item-active {
  background: #00548B;
}
.portlet-page-comments .taglib-discussion .yui3-aclist-item-active {
  background: #00548B;
}
.portlet-page-comments .taglib-discussion .yui3-aclist-item-hover {
  background: #fff;
}
.portlet-page-comments .taglib-discussion .yui3-aclist-item-hover.yui3-aclist-item-active {
  background: #00548B;
}
.portlet-page-comments .taglib-discussion .yui3-aclist-item-hover h4 {
  font-weight: bold;
}
.portlet-page-comments .taglib-discussion .yui3-aclist-list .yui3-aclist-item {
  padding: 0;
}
.portlet-page-comments .taglib-discussion .yui3-aclist-list .nameplate-field {
  display: none;
}
.portlet-page-comments .taglib-discussion .yui3-aclist-list .nameplate-content {
  padding: 0 10px;
}
.portlet-page-comments .taglib-discussion .yui3-aclist-list .nameplate-content h4 {
  font-size: 16px;
}
.portlet-page-comments .taglib-discussion .lfr-discussion-body {
  position: relative;
  padding-right: 150px;
}
@media (max-width: 991.98px) {
  .portlet-page-comments .taglib-discussion .lfr-discussion-body {
    padding-right: 0;
  }
}
.portlet-page-comments .taglib-discussion .lfr-discussion-body .lfr-discussion-message .lfr-discussion-message-author {
  display: flex;
  width: calc(100% - 145px);
  margin: 0;
}
@media (max-width: 991.98px) {
  .portlet-page-comments .taglib-discussion .lfr-discussion-body .lfr-discussion-message .lfr-discussion-message-author {
    width: 100%;
  }
}
.portlet-page-comments .taglib-discussion .lfr-discussion-body .lfr-discussion-message .lfr-discussion-message-author .author-link {
  margin-right: 10px;
  color: #414042;
  font-weight: 600;
  pointer-events: none;
}
.portlet-page-comments .taglib-discussion .lfr-discussion-body .lfr-discussion-message .lfr-discussion-message-author .small {
  color: #6d6e71;
  font-weight: 300;
}
.portlet-page-comments .taglib-discussion .alloy-editor {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 15px;
  border: 1px solid #B9BBBD;
  border-radius: 10px;
  white-space: nowrap;
  background: white;
}
.portlet-page-comments .taglib-discussion .list-group-card h4 {
  margin: 11px 0;
}
.portlet-page-comments .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus):not(.form-control) {
  border-left: 1px solid;
  background: white;
}
@media (max-width: 767.98px) {
  .portlet-page-comments .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus):not(.form-control) {
    border-radius: 10px 10px 0 0;
  }
}
.portlet-page-comments .lfr-discussion-message-body {
  color: #414042;
}
.portlet-page-comments .subscribe-link,
.portlet-page-comments .taglib-ratings {
  display: none;
}
.portlet-page-comments .alloy-editor-icon + .lfr-autocomplete-input-list {
  top: auto !important;
  bottom: 20px;
}
.portlet-page-comments label[for*=subscribe] {
  display: none;
}
.portlet-page-comments .form-group {
  margin-bottom: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .portlet-page-comments .alloy-editor-container p:first-child {
    padding-top: 10px;
  }
  .portlet-page-comments .alloy-editor-container p:last-child {
    padding-bottom: 10px;
  }
  .portlet-page-comments .taglib-discussion .alloy-editor-placeholder {
    display: block;
  }
}
.alloy-editor-container div[name*=editReplyBody][aria-expanded=true] {
  margin-top: 50px;
}

.pagination-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.pagination-buttons .btn {
  width: 42px;
  min-width: auto;
  padding: 10px;
  margin-left: 20px;
}

.rotate-center {
  animation: rotate-center 2s ease-in-out infinite both;
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.image-widget-container {
  padding: 10px 0;
  display: flex;
}
.image-widget-container img {
  min-height: 50px;
  width: 150px;
  height: 150px;
}
.image-widget-container img:after {
  position: relative;
  top: -25px;
  min-width: 270px;
}
.image-widget-container .action-container {
  max-width: 50%;
  margin: 20px 0 0 auto;
  display: block;
  text-align: center;
}

.react-checkbox-tree {
  display: flex;
  max-width: 575px;
  height: 500px;
  margin: 0 auto 0.625em auto;
  flex-direction: row-reverse;
  padding: 0.75em 0.6875em 1.875em 0.6875em;
  font-size: 16px;
  font-size: 1em;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  user-select: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (max-width: 767.98px) {
  .react-checkbox-tree {
    height: auto;
    min-height: 500px;
    box-shadow: none;
  }
}
.react-checkbox-tree > ol {
  flex: 1 1 auto;
  width: 100%;
}
.react-checkbox-tree > ol > li {
  width: 100%;
}
.react-checkbox-tree ol {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.react-checkbox-tree ol ol {
  padding-top: 0.1875em;
  padding-left: 1.8125em;
}
.react-checkbox-tree ol ol .rct-collapse {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  font-size: 20px;
  font-size: 1.25em;
}
.react-checkbox-tree ol ol .rct-title {
  display: block;
  font-size: 16px;
  font-size: 1em;
  text-transform: none;
}
.react-checkbox-tree button:disabled {
  cursor: not-allowed;
}
.react-checkbox-tree label {
  display: flex;
  margin-bottom: 0;
  padding-left: 0.3125em;
  font-weight: normal;
  cursor: pointer;
}
.react-checkbox-tree input {
  display: none;
}
.react-checkbox-tree .rct-text {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 11px;
}
.react-checkbox-tree .rct-bare-label {
  width: 100%;
}
.react-checkbox-tree .rct-collapse {
  height: 25px;
  width: 25px;
  padding: 0;
  border: 0;
  background: none;
  line-height: 1;
  color: #242437;
  font-size: 25px;
  font-size: 1.5625em;
  outline: none;
}
.react-checkbox-tree .rct-checkbox {
  font-size: 20px;
  font-size: 1.25em;
  display: inline-flex;
}
.react-checkbox-tree .rct-node-icon {
  display: none;
}
.react-checkbox-tree .rct-title {
  display: flex;
  white-space: pre-wrap;
  padding: 0 0 0 0.5em;
  font-size: 18px;
  font-size: 1.125em;
}
.react-checkbox-tree .rct-options {
  display: none;
}
.react-checkbox-tree .rct-disabled .rct-title,
.react-checkbox-tree .rct-disabled .rct-checkbox {
  cursor: default;
  color: #6D6E71;
}
.react-checkbox-tree + .input-instruction {
  margin-top: 0px;
}
.react-checkbox-tree + .input-instruction .btn-link {
  min-width: 0;
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  visibility: hidden;
}

.slick-initialized {
  visibility: visible;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  min-width: calc(100vw - 40px);
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  width: calc((100vw - 80px) / 3);
  min-width: calc((100vw - 80px) / 3);
  display: none;
}
@media (max-width: 900px) {
  .slick-slide {
    width: calc((100vw - 80px) / 2);
    min-width: calc((100vw - 80px) / 2);
  }
}
@media (max-width: 600px) {
  .slick-slide {
    width: auto;
    min-width: auto;
  }
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none !important;
}

.slick-arrow:hover {
  text-decoration: none;
}

.slick-disabled {
  opacity: 0.5;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}

table.dataTable tbody tr {
  background-color: #ffffff;
}

table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/* Editor Styles */
.Editor-container {
  display: flex;
  flex-flow: column;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.error .Editor-container {
  border: 1px solid #EE4D16;
  color: #EE4D16;
}
.Editor-container .line-control-menu-bar {
  order: 2;
  padding: 2px 0 2px 10px;
  border-top: 1px solid #EEEFEF;
}
.Editor-container .line-control-menu-bar .btn {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding: 4px 4px;
  min-width: auto;
  margin: 0;
  color: #242437;
}
.Editor-container select,
.Editor-container textarea,
.Editor-container input[type=text],
.Editor-container input[type=password],
.Editor-container input[type=datetime],
.Editor-container input[type=datetime-local],
.Editor-container input[type=date],
.Editor-container input[type=month],
.Editor-container input[type=time],
.Editor-container input[type=week],
.Editor-container input[type=number],
.Editor-container input[type=email],
.Editor-container input[type=url],
.Editor-container input[type=search],
.Editor-container input[type=tel],
.Editor-container input[type=color],
.Editor-container .uneditable-input {
  height: auto;
  margin-bottom: 10px;
  min-width: 0;
}
.Editor-container .dropdown {
  float: left;
}
.Editor-container .dropdown-toggle {
  font-size: 14px;
}
.Editor-container .dropdown-toggle .caret {
  margin-left: 5px;
  border-top-color: #999;
}
.Editor-container a.btn {
  position: relative;
  margin-bottom: 3px;
}
.Editor-container .line-control-status-bar {
  display: none;
}
.Editor-container .line-control-status-bar .label {
  float: right;
  margin: 6px 10px 0 0;
  background: #BBB;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  padding: 2px 4px;
  font-size: 11.844px;
  line-height: 14px;
}
.Editor-container .Editor-editor {
  order: 1;
  min-height: 125px;
  padding: 10px;
  word-wrap: break-word;
  outline: none;
}
.Editor-container #paletteCntr ul {
  width: 145px;
  float: left;
  z-index: 999;
  margin: 0 10px;
}
.Editor-container #paletteCntr li {
  cursor: pointer;
  display: block;
  height: 16px;
  float: left;
  margin: 0;
  padding: 0;
  width: 16px;
  margin: 1px;
}
.Editor-container #paletteCntr li div {
  text-align: left;
  margin: 0;
  font-size: 12px;
}
.Editor-container div.activeColour {
  position: absolute;
  display: inline;
  left: 0;
  top: 30px;
  background: #EEEFEF;
  padding-bottom: 10px;
  z-index: 10000;
}
.Editor-container #colorpellete, .Editor-container #bg_colorpellete {
  float: left;
}
.Editor-container .bg_activeColour {
  position: absolute;
  display: inline;
  float: left;
}
.Editor-container .specialCntr {
  background-color: #EEEFEF !important;
  display: inline;
  position: absolute;
  width: 176px;
  top: 30px;
  left: 0;
}
.Editor-container .specialCntr ul {
  float: left;
  margin: 10px;
  white-space: normal;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
}
.Editor-container .specialCntr ul li {
  list-style: none;
  float: left;
  font-size: 12px;
  width: 20px;
  height: 20px;
  background: #FFF;
  margin: 3px;
  color: #333;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.Editor-container .specialCntr ul li:hover {
  background: #666;
  color: #FFF;
}
.Editor-container pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.Editor-container .on {
  display: block;
  position: relative;
}
.Editor-container .fullscreen {
  position: fixed;
  background: #FFF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  margin: 0;
}
.Editor-container .fullscreen .line-control-status-bar {
  position: fixed;
  bottom: 0;
  border-top: 1px solid #DDD;
}
.Editor-container .fullscreen #contentarea {
  border: none;
}
.Editor-container .fa {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25em;
}
.Editor-container .fa-bold:before {
  content: "format_bold";
}
.Editor-container .fa-italic:before {
  content: "format_italic";
}
.Editor-container .fa-underline:before {
  content: "format_underlined";
}
.Editor-container .fa-list-ol:before {
  content: "format_list_numbered";
}
.Editor-container .fa-list-ul:before {
  content: "format_list_bulleted";
}
.Editor-container .fa-picture-o:before {
  content: "add_photo_alternate";
}
.Editor-container .fa-link:before {
  content: "insert_link";
}
.Editor-container .fa-table:before {
  content: "view_module";
}

.editor-modal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.editor-modal .form-control {
  min-width: 0;
  margin-bottom: 10px;
}
.editor-modal .modal-header h3 {
  margin: 0;
  color: #414042;
  font-size: 1.5625em;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  max-width: calc(100% - 40px);
  white-space: normal;
}
.editor-modal .modal-header .close {
  color: #6D6E71;
  position: absolute;
  right: 22px;
  top: 20px;
  font-size: 0;
}
.editor-modal .modal-header .close:before {
  content: "close";
  font-family: "Material Icons";
  font-size: 30px;
  font-size: 1.875em;
}
.editor-modal .modal-footer {
  display: flex;
  justify-content: space-between;
}
.editor-modal .modal-footer:before, .editor-modal .modal-footer:after {
  display: none;
}
.editor-modal .nav-tabs > li {
  margin-right: 10px;
  margin-bottom: 20px;
}
.editor-modal .nav-tabs > li > a,
.editor-modal .nav-tabs > li > a:hover,
.editor-modal .nav-tabs > li > a:focus {
  margin: 0;
  padding: 0 0 10px 0;
  color: #6D6E71;
  border: none;
  border-bottom: 1px solid transparent;
}
.editor-modal .nav-tabs > li.active > a,
.editor-modal .nav-tabs > li.active > a:hover,
.editor-modal .nav-tabs > li.active > a:focus {
  background: transparent;
  border-bottom-color: #61B4E4;
  color: #000000;
}
.editor-modal .input-group-addon,
.editor-modal .input-group-btn,
.editor-modal .input-group .form-control {
  display: block;
  width: auto;
}
.editor-modal .input-group {
  display: flex;
}
.editor-modal .input-group .btn {
  display: block;
  width: 70px;
  height: 45px;
  min-width: auto;
  border-radius: 0 2px 2px 0;
  font-size: 18px;
}
.editor-modal .input-group .btn-success {
  background: #00548B;
  border-color: #00548B;
}

.rte-container {
  min-height: 500px;
  position: relative;
}
.rte-container__preview {
  min-height: 200px;
  max-height: 500px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 4px;
  overflow: auto;
  border: 1px solid #B9BBBD;
  background: #dddddd;
}
.rte-container__preview .cke_widget_drag_handler_container {
  display: none !important;
}
.rte-container__preview .cke_widget_image img {
  height: auto;
}
.rte-container__loader {
  height: auto;
  min-height: 500px;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
}
.rte-container .input-instruction.input-error {
  display: block;
  margin-top: -15px;
}
.rte-container [data-cke-hidden-sel="1"] {
  display: none !important;
}
.rte-container .cke {
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.rte-container .cke + .cke {
  display: none;
}
.rte-container .cke .cke_inner {
  display: flex !important;
  flex-flow: column;
  border-radius: 10px;
}
.rte-container .cke .cke_top {
  order: 2;
  border: none;
  border-top: 1px solid #E5E5E5;
  border-radius: 0 0 10px 10px;
}
.rte-container .cke .cke_contents {
  order: 1;
  border-radius: 10px 10px 0 0;
}
.rte-container .cke .cke_bottom {
  display: none;
}
.rte-container .cke .cke_wysiwyg_div {
  padding: 20px;
  color: black;
}

.cke_dialog textarea,
.cke_dialog input[type=text],
.cke_dialog input[type=password] {
  width: 100%;
  min-width: 100%;
}
.cke_dialog .cke_dialog_body {
  background: white;
}
.cke_dialog .cke_dialog_body label + .cke_dialog_ui_labeled_content {
  width: 100% !important;
}
.cke_dialog select.cke_dialog_ui_input_select {
  line-height: 1;
  appearance: menulist;
}
.cke_dialog .cke_dialog_ui_input_text {
  width: 100% !important;
}
.cke_dialog .cke_dialog_footer {
  border: none;
  background: transparent;
}
.cke_dialog a.cke_dialog_ui_button {
  min-width: 100px;
}
.cke_dialog a.cke_dialog_ui_button_cancel, .cke_dialog a.cke_dialog_ui_button_cancel:hover, .cke_dialog a.cke_dialog_ui_button_cancel:focus {
  background: transparent;
  border-color: transparent;
  color: #00548B;
}
.cke_dialog a.cke_dialog_ui_button_ok, .cke_dialog a.cke_dialog_ui_button_ok:hover, .cke_dialog a.cke_dialog_ui_button_ok:focus {
  background: #00548B;
  border-color: #00548B;
}
.cke_dialog .cke_dialog_image_url .cke_dialog_ui_hbox_first {
  padding-right: 0;
}
.cke_dialog .cke_dialog_image_url a[title="Browse Server"],
.cke_dialog .cke_dialog_image_url .cke_dialog_ui_hbox_last {
  display: none !important;
}

/*
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
.cke_notifications_area {
  pointer-events: none;
}

.cke_notification {
  pointer-events: auto;
  position: relative;
  margin: 10px;
  width: 300px;
  color: white;
  border-radius: 3px;
  text-align: center;
  opacity: 0.95;
  filter: alpha(opacity=95);
  box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.3);
  -webkit-animation: fadeIn 0.7s;
  animation: fadeIn 0.7s;
}

.cke_notification_message a {
  color: #12306F;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0.95;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0.95;
  }
}
.cke_notification_success {
  background: #72B572;
  border: 1px solid #63A563;
}

.cke_notification_warning {
  background: #C83939;
  border: 1px solid #902B2B;
}

.cke_notification_info {
  background: #2E9AD0;
  border: 1px solid #0F74A8;
}

.cke_notification_info span.cke_notification_progress {
  background-color: #0F74A8;
  display: block;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

.cke_notification_message {
  position: relative;
  margin: 4px 23px 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  z-index: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cke_notification_close {
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  cursor: pointer;
  text-align: center;
  height: 20px;
  width: 20px;
  top: 1px;
  right: 1px;
  padding: 0;
  margin: 0;
  z-index: 5;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.cke_notification_close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.cke_notification_warning a.cke_notification_close {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.cke_notification_warning a.cke_notification_close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropzone {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 5px;
  position: relative;
  border: 2px solid #b9bbbd;
  border-radius: 10px;
  color: #6d6e71;
  font-weight: normal;
  transition: background-color 0.5s;
  cursor: pointer;
  overflow: hidden;
}
.dropzone.dz-drag-hover {
  background-color: #eeefef;
}
.dropzone.dz-started {
  border-color: #fff;
}
.dropzone .dz-preview {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s;
}
.dropzone .dz-preview > * {
  display: none;
}
.dropzone .dz-preview .dz-details {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
}
.dropzone .dz-preview .dz-filename {
  margin-right: 10px;
}
.dropzone .dz-preview .dz-progress {
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  border-radius: 10px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-upload {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00548b;
}
.dropzone .dz-complete {
  opacity: 0;
}

/* DayPicker styles */
.DayPicker {
  display: inline-block;
  width: 248px;
  font-size: 14px;
  border-radius: 4px;
  overflow: hidden;
  background: #EEEFEF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.DayPicker:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: calc(50% - 10px);
  border: 11px solid transparent;
  border-bottom: 10px solid #EEEFEF;
  width: 10px;
  margin: 0 auto;
}

.DayPicker-wrapper {
  width: 100%;
  position: relative;
  flex-direction: row;
  user-select: none;
}

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  background: white;
}

.DayPicker-Month {
  width: 100%;
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  user-select: none;
}

.DayPicker-NavBar {
  width: 100%;
  height: 0;
  padding: 0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.DayPicker-NavButton {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-top: 2px;
  position: relative;
  top: 15px;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #6D6E71;
  cursor: pointer;
}

.DayPicker-NavButton:hover {
  opacity: 0.8;
}

.DayPicker-NavButton--prev {
  margin-right: auto;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC");
}

.DayPicker-NavButton--next {
  margin-left: auto;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==");
}

.DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker-Caption {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 10px;
  left: 30px;
  right: 30px;
}
.DayPicker-Caption > div {
  width: calc(50% - 5px);
  height: 30px;
}
.DayPicker-Caption > div:only-child {
  width: 100%;
  text-align: center;
}
.DayPicker-Caption select {
  height: 30px;
  padding: 0 25px 0 5px;
  font-size: 14px;
}
.DayPicker-Caption select:hover {
  cursor: pointer;
}
.DayPicker-Caption .select-container .arrow {
  right: 5px;
}

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
  background: #EEEFEF;
  border-bottom: 1px solid #B9BBBD;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: black;
  text-align: center;
  font-size: 0.875em;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 5px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #B9BBBD;
  color: black;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker-TodayButton {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 9px 0;
  color: white;
  background-color: #00548B;
  border: none;
  font-size: 16px;
  font-size: 1em;
}

/* Default modifiers */
.DayPicker-Day--today {
  color: #00548B;
  font-weight: 700;
}

.DayPicker-Day--outside {
  color: #6D6E71;
  cursor: default;
}

.DayPicker-Day--disabled {
  color: #B9BBBD;
  cursor: default;
  /* background-color: #eff1f1; */
}

/* Example modifiers */
.DayPicker-Day--sunday {
  background-color: #EEEFEF;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #B9BBBD;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  background-color: #00548B;
  color: #EEEFEF;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #00548B;
}

.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #EEEFEF;
}

/* DayPickerInput */
.DayPickerInput {
  display: inline-block;
  width: 100%;
}
.DayPickerInput + .input-icon {
  width: auto;
}

.form-control[readonly].date-control {
  background: white;
}
.form-control[readonly].date-control:disabled {
  background: #dddddd;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
  z-index: 10;
}

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;
}

.select2-container {
  display: inline-block;
  width: 100% !important;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  cursor: pointer;
  display: block;
  height: 45px;
  user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  cursor: pointer;
  display: block;
  min-height: 45px;
  line-height: 1;
  user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #B9BBBD;
  border-radius: 10px;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: white;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: white;
  border: 1px solid #B9BBBD;
  border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #242437;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #B9BBBD;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  height: 0;
  left: 50%;
  margin-left: -25px;
  margin-top: 6px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #EEEFEF;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #000000 transparent transparent transparent;
  border-width: 5px 5px 0px 5px;
}
.select2-container--default .select2-selection--multiple {
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  min-height: 45px;
  margin: 0;
  padding: 0 40px 6px 5px;
  width: 100%;
  overflow: visible;
  border: 1px solid #B9BBBD;
  border-radius: 10px;
  background-color: white;
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 7px 5px 0 0;
  padding: 5px 10px;
  float: left;
  border-radius: 10px;
  cursor: default;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #B9BBBD;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
  font-size: 18px;
  margin-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #242437;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #EEEFEF;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #B9BBBD;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #B9BBBD;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #EEEFEF;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #4a4a4a !important;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.nav-tabs {
  border: none;
}
.nav-tabs .nav-link {
  margin: 0 22px 15px 0;
  padding: 10px 0 7px 0;
  font-size: 14px;
  font-weight: 300;
  color: #6D6E71;
  line-height: 1;
  border: none;
  text-transform: uppercase;
}
.nav-tabs .nav-link.active {
  color: black;
  border-bottom: 1px solid #61B4E4;
}

.autocomplete {
  margin-bottom: 1.25em;
  position: relative;
}
.error .autocomplete input[type=text] {
  border-color: #EE4D16;
}
.error .autocomplete input[type=text] + span {
  color: #EE4D16;
}
.autocomplete .alert {
  margin: 10px auto !important;
}
.autocomplete .loading-icon {
  position: absolute;
  right: 20px;
  bottom: -2px;
}
.autocomplete .react-autosuggest__input {
  width: 100%;
  outline: none;
}
.autocomplete .react-autosuggest__suggestion {
  cursor: pointer;
}
.autocomplete .react-autosuggest__suggestions-container {
  display: none;
  width: 100%;
  max-height: 315px;
  margin-top: 0.3125em;
  position: absolute;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  overflow: auto;
  z-index: 1;
}
.autocomplete .react-autosuggest__suggestions-container--open {
  display: block;
}
.autocomplete .react-autosuggest__suggestions-container ul {
  margin: 0;
  padding: 0.625em 0 0 0;
  list-style: none;
}
.autocomplete .react-autosuggest__suggestions-container li {
  padding: 0.625em 1.25em;
  color: #242437;
  cursor: pointer;
}
.autocomplete .react-autosuggest__suggestions-container li[aria-selected=true], .autocomplete .react-autosuggest__suggestions-container li:hover {
  background: #4a4a4a;
  color: white;
}
.autocomplete .suggestion-element p {
  margin: 0;
  font-size: 1em;
  line-height: 1;
}
.autocomplete .suggestion-element .screen-name {
  font-size: 0.875em;
  color: #6D6E71;
}
.autocomplete-multiple-selector {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 0.9375em;
}
.autocomplete-multiple-selector__option {
  display: block;
  padding: 0.3125em 0.625em;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 18px;
  border-radius: 10px;
  background: white;
  color: #242437;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media (max-width: 600px) {
  .autocomplete-multiple-selector__option {
    text-align: center;
  }
}
.autocomplete-multiple-selector__option .remove-icon {
  margin-top: 2px;
  margin-right: 5px;
  color: #B9BBBD;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.autocomplete-multiple-selector__autocomplete-container {
  width: 150px;
  position: relative;
}
.autocomplete-multiple-selector__autocomplete-container .autocomplete {
  margin-bottom: 10px;
}
.autocomplete-multiple-selector__autocomplete-container .react-autosuggest__input {
  min-width: 150px;
}
.autocomplete-multiple-selector__add-icon {
  position: absolute;
  top: 13px;
  right: 10px;
  pointer-events: none;
  font-size: 1.25em;
  color: #242437;
}

.multi-step {
  margin-bottom: 3.125em;
  padding: 4.6875em 2.5em 0.625em 2.5em;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  .multi-step {
    flex-wrap: nowrap;
    padding: 3.125em 0 1.25em 0;
  }
}
@media (max-width: 600px) {
  .multi-step {
    padding: 1.25em 0;
  }
}
.multi-step__nav {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 15px;
  position: relative;
}
.multi-step__item {
  margin-top: 15px;
  margin-bottom: 10px;
  position: relative;
}
.multi-step__item.item-expand {
  flex-grow: 1;
  width: 75px;
}
@media (max-width: 767.98px) {
  .multi-step__item {
    margin-bottom: 0;
    min-width: 2em;
    padding-top: 1.25em;
  }
  .active .multi-step__item {
    position: static;
  }
}
.multi-step__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 100px;
  color: #242437;
  font-size: 1em;
  font-weight: 600;
  background-color: #EEEFEF;
}
.multi-step__icon:focus {
  outline: none;
}
.active .multi-step__icon {
  background-color: #61B4E4;
  color: white;
}
.active .multi-step__icon.complete {
  background-color: #9FBC2E;
  color: white;
}
.complete .multi-step__icon {
  background-color: #9FBC2E;
  color: white;
}
.multi-step__divider {
  background-color: #EEEFEF;
  height: 10px;
  margin-left: 2em;
  margin-bottom: -25px;
}
.active .multi-step__divider {
  background-color: #EEEFEF;
}
.complete .multi-step__divider {
  background-color: #EEEFEF;
}
.current .multi-step__divider {
  background-color: #61B4E4;
}
.multi-step__indicator {
  position: relative;
  width: 40px;
}
@media (max-width: 767.98px) {
  .active .multi-step__indicator {
    display: flex;
    position: relative;
    justify-content: center;
  }
}
.multi-step__indicator .dropdown-item-indicator,
.multi-step__indicator .dropdown-item-indicator-end,
.multi-step__indicator .dropdown-item-indicator-start {
  display: none;
}
.complete .multi-step__indicator .dropdown-item-indicator,
.complete .multi-step__indicator .dropdown-item-indicator-end,
.complete .multi-step__indicator .dropdown-item-indicator-start {
  display: block;
}
.multi-step__indicator-label {
  width: 140px;
  position: absolute;
  left: 50%;
  bottom: 49px;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  line-height: 25px;
  color: #242437;
}
@media (max-width: 767.98px) {
  .multi-step__indicator-label {
    display: none;
  }
  .active .multi-step__indicator-label {
    display: block;
    max-width: none;
    position: absolute;
    bottom: 49px;
    left: auto;
    transform: translateX(0);
  }
}
@media (max-width: 600px) {
  .active .multi-step__indicator-label {
    display: none;
  }
}

.check-box-tree-summary {
  margin: 0 -0.9375em !important;
}
.check-box-tree-summary .react-checkbox-tree {
  height: 290px;
}
@media (max-width: 767.98px) {
  .check-box-tree-summary .react-checkbox-tree {
    height: auto;
    min-height: 0;
  }
}
.check-box-tree-summary .react-checkbox-tree .loading-icon.loading-icon-dotted {
  position: absolute;
  font-size: 40px;
  font-size: 2.5em;
  width: 1em;
  left: 0;
  right: 0;
  top: 30%;
}
.check-box-tree-summary-title {
  margin-top: 0;
  margin-bottom: 9px;
  padding-left: 0.625em;
  color: #6D6E71;
  font-size: 16px;
  font-size: 1em;
}
.check-box-tree-summary__SSR-selected-options-title {
  padding-left: 1.25em;
}
.check-box-tree-summary__SSR-selected-options label {
  width: 100%;
}
.check-box-tree-summary__SSR-selected-options .rct-text {
  margin: 0;
  padding: 0.25em 0 0.25em 1.1875em;
}
.check-box-tree-summary__SSR-selected-options .rct-checkbox {
  display: none;
}
.check-box-tree-summary__SSR-selected-options li > .rct-text:hover {
  position: relative;
  background: #EEEFEF;
}
.check-box-tree-summary__SSR-selected-options li > .rct-text:hover label:after {
  content: "\e5cd";
  font-family: "Material Icons";
  display: block;
  word-wrap: normal;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  pointer-events: none;
  color: #242437;
  font-size: 25px;
  font-size: 1.5625em;
}
.check-box-tree-summary__selected-options-title {
  padding-left: 1.25em;
}
.check-box-tree-summary__selected-options .react-checkbox-tree {
  padding: 0.5625em 0.1875em 1.875em 0.1875em;
}
.check-box-tree-summary__selected-options .rct-text {
  margin: 0;
  padding: 0.25em 0 0.25em 1.1875em;
}
.check-box-tree-summary__selected-options .rct-node,
.check-box-tree-summary__selected-options .rct-checkbox {
  display: none;
}
.check-box-tree-summary__selected-options .visible-element {
  display: block;
  position: relative;
}
.check-box-tree-summary__selected-options .react-checkbox-tree {
  box-shadow: none;
}
.check-box-tree-summary__selected-options label {
  width: 100%;
}
.check-box-tree-summary__selected-options label,
.check-box-tree-summary__selected-options .rct-title {
  padding: 0;
}
.check-box-tree-summary__selected-options .rct-options {
  display: none;
}
.check-box-tree-summary__selected-options .can-be-removed:hover .rct-text {
  position: relative;
  background: #EEEFEF;
}
.check-box-tree-summary__selected-options .can-be-removed:hover:after {
  content: "\e5cd";
  font-family: "Material Icons";
  display: block;
  word-wrap: normal;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  pointer-events: none;
  color: #242437;
  font-size: 25px;
  font-size: 1.5625em;
}
.check-box-tree-summary__selected-options ol > .rct-node > .rct-text .rct-title {
  color: #6D6E71;
  font-size: 14px;
  font-size: 0.875em;
}
.check-box-tree-summary__selected-options ol ol {
  padding: 0;
}
.check-box-tree-summary__selected-options ol ol > .rct-node > .rct-text .rct-title {
  color: #242437;
  font-size: 16px;
  font-size: 1em;
}
.check-box-tree-summary__selected-options ol ol ol > .rct-node > .rct-text .rct-title {
  padding-left: 0.875em;
  color: #242437;
  font-size: 16px;
  font-size: 1em;
}
.check-box-tree-summary + .input-instruction {
  margin-top: 0;
}
.check-box-tree-summary .input-instruction {
  margin-top: 10px;
  margin-left: 10px;
}
.check-box-tree-summary .input-instruction .btn-link {
  min-width: 0;
  padding: 0;
}

#page-ruler-toolbar input[type=number] {
  min-width: 0;
  height: auto;
}

.toolbar-bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 12px 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transition: all 100ms;
  z-index: 1;
}
.toolbar-bar.sticky {
  position: fixed;
}
@media (max-width: 767.98px) {
  .toolbar-bar.sticky {
    position: absolute;
  }
}
.has-control-menu.open .toolbar-bar.sticky {
  left: 320px;
}
@media (max-width: 991.98px) {
  .toolbar-bar {
    flex-flow: column;
  }
}
.toolbar-left {
  display: flex;
  align-items: center;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .toolbar-left {
    margin-bottom: 20px;
  }
}
.toolbar-right {
  display: flex;
  min-width: 560px;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .toolbar-right {
    flex-flow: column;
    width: 100%;
  }
}
.toolbar-information-panel {
  display: flex;
}
.toolbar-information-panel .arrow-back {
  display: flex;
  align-items: center;
  margin-right: 15px;
  padding: 0;
  border: none;
  background: none;
  font-size: 25px;
  font-size: 1.5625em;
  cursor: pointer;
}
.toolbar-information-panel .arrow-back:disabled {
  cursor: not-allowed;
}
.toolbar-information-subject {
  margin: 5px 0 10px 0;
  font-size: 16px;
  font-size: 1em;
}
.toolbar-information-text {
  display: flex;
  color: #6D6E71;
}
.toolbar-information-text .icon {
  margin: 0 5px 0 10px;
}
.toolbar-information-status-dropdown {
  position: relative;
  cursor: pointer;
}
.toolbar-information-status-dropdown:hover .dropdown-menu {
  display: block;
}
.toolbar-information-status-dropdown-label {
  position: relative;
  z-index: 10000;
}
.toolbar-information-status-dropdown-label:before {
  display: none;
  content: "";
  width: 0;
  height: 0;
  margin-left: 10px;
  position: absolute;
  top: 10px;
  left: 0;
  border: 20px solid transparent;
  border-bottom-color: white;
}
.toolbar-information-status-dropdown-label:hover:before, .open .toolbar-information-status-dropdown-label:before {
  display: block;
}
.toolbar-information-status-dropdown .dropdown-menu {
  width: 215px;
  padding: 1.5625em 1.25em 0.9375em 1.875em;
}
@media (max-width: 767.98px) {
  .toolbar-information-status-dropdown .dropdown-menu {
    left: auto;
    right: 0;
  }
}
.toolbar-information-status-dropdown-list {
  display: flex;
  flex-flow: column;
  margin: 0;
}
.toolbar-information-status-dropdown-element {
  height: 40px;
  position: relative;
  border-left: 1px solid #242437;
}
.toolbar-information-status-dropdown-element:last-child {
  height: 15px;
  border: none;
}
.toolbar-information-status-dropdown-icon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: -8px;
  left: -8px;
  line-height: 1;
  font-size: 16px;
  color: #242437;
  background: white;
}
.toolbar-information-status-dropdown-icon .icon {
  display: block;
  width: 100%;
  margin: -1px 0px 0px -1px;
}
.toolbar-information-status-dropdown-text {
  display: block;
  margin-top: -8px;
  margin-bottom: 10px;
  margin-left: 12px;
  line-height: 12px;
}
.toolbar-information-status-dropdown-text .date {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875em;
}
.toolbar-action-panel {
  display: flex;
}
.toolbar-action-panel-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  color: #242437;
  font-size: 25px;
  font-size: 1.5625em;
}
.toolbar-action-panel-menu .tooltiptext {
  visibility: hidden;
  width: 185px;
  background-color: #000000;
  color: white;
  font-size: 0.55em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px 10px;
  top: 40px;
  right: -81px;
  position: absolute;
  z-index: 1;
}
.toolbar-action-panel-menu .disabled {
  cursor: not-allowed;
}
.toolbar-action-panel-menu .disabled i {
  opacity: 0.5;
  pointer-events: none;
}
.toolbar-action-panel-menu-item {
  width: 25px;
  height: 25px;
  margin-right: 20px;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.toolbar-action-panel-menu-item.open {
  color: #61B4E4;
}
.toolbar-action-panel-menu-item.open .icon {
  position: relative;
  z-index: 10000;
}
.toolbar-action-panel-menu-item.open .icon:before {
  content: "";
  width: 0;
  height: 0;
  margin-left: -8px;
  position: absolute;
  border: 20px solid transparent;
  border-bottom-color: white;
  top: 10px;
  left: 0;
}
@media (max-width: 767.98px) {
  .toolbar-action-panel-menu-item {
    position: static;
  }
}
.toolbar-action-panel-menu-item .icon {
  width: 100%;
}
.toolbar-action-panel-menu-item:hover .tooltiptext {
  visibility: visible;
}
.toolbar-collaborators-panel {
  display: flex;
  align-items: center;
  margin-right: 15px;
  border-right: 1px solid #B9BBBD;
}
@media (max-width: 767.98px) {
  .toolbar-collaborators-panel {
    flex-flow: wrap;
    margin-bottom: 20px;
    margin-right: 0;
    border: none;
  }
}
.toolbar-collaborators-panel .btn {
  height: 40px;
  min-width: 120px;
  padding: 10px 15px;
  margin: 0 20px 0 15px;
}
@media (max-width: 767.98px) {
  .toolbar-collaborators-panel .btn {
    margin: 0;
  }
}
.toolbar-dropdown {
  width: 240px;
  max-height: none;
  margin-top: 20px;
  padding: 0;
  border: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  overflow: visible;
  border-radius: 0;
  color: #242437;
}
@media (max-width: 767.98px) {
  .toolbar-dropdown {
    width: 90%;
    margin-left: 5%;
  }
}
.toolbar-dropdown.dropdown-menu-right {
  margin-right: -28px;
}
@media (max-width: 767.98px) {
  .toolbar-dropdown.dropdown-menu-right {
    margin-right: 5%;
  }
}
.toolbar-dropdown.dropdown-menu-right:before {
  margin-right: 20px;
  left: auto;
  right: 0;
}
.toolbar-dropdown-lg {
  width: 420px;
}
@media (max-width: 767.98px) {
  .toolbar-dropdown-lg {
    width: 90%;
  }
}
.toolbar-dropdown-list {
  padding: 0.625em 0;
  overflow: auto;
}
.toolbar-dropdown-list .toolbar-dropdown-item[disabled] {
  background-color: #dddddd;
  opacity: 0.65;
  pointer-events: none;
  cursor: not-allowed;
}
.toolbar-dropdown-list .notifications-portlet .lfr-alert-container {
  display: none;
}
.toolbar-dropdown-section {
  padding-bottom: 0.3125em;
}
.toolbar-dropdown-section-container {
  padding-bottom: 1.25em;
  max-height: 290px;
  border-top: 1px solid #EEEFEF;
  overflow: auto;
}
.toolbar-dropdown-section-title {
  margin: 0;
  padding: 0.625em 1.25em 0.3125em 1.25em;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 500;
  color: #242437;
}
.toolbar-dropdown__title-container {
  display: flex;
  justify-content: space-between;
}
.toolbar-dropdown__title-container .btn {
  padding: 2px 5px !important;
}
.toolbar-dropdown-title {
  margin: 0;
  padding: 0.625em 1.25em;
  font-size: 16px;
  font-size: 1em;
  color: #6D6E71;
  text-transform: uppercase;
}
.toolbar-dropdown-item {
  padding: 0.3125em 1.25em;
  line-height: 1.5625em;
}
.todo-dropdown .toolbar-dropdown-item {
  display: flex;
  align-items: center;
  padding-left: 1.5em;
  line-height: 1;
}
.todo-dropdown .toolbar-dropdown-item:before {
  content: "•";
  margin-right: 10px;
}
.todo-dropdown .toolbar-dropdown-item.done:before {
  display: none;
}
.todo-dropdown .toolbar-dropdown-item.done .icon {
  width: 16px;
  height: 10px;
  margin-left: -3px;
  margin-right: 5px;
  color: #9FBC2E;
}
.toolbar-dropdown-item-link {
  font-size: 16px;
  font-size: 1em;
  color: #242437;
}
.toolbar-dropdown-item-link:hover, .toolbar-dropdown-item-link:focus {
  color: #242437;
  text-decoration: none;
}
.toolbar-dropdown-divider {
  margin: 5px 0;
  border-top: 1px solid #EEEFEF;
}
.toolbar-dropdown .alert {
  margin: 10px 10px 0px 10px;
}
.toolbar__modal .modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.toolbar__modal .modal-body {
  display: flex;
  flex-flow: column;
  overflow: visible;
}
.toolbar__modal .modal-content {
  overflow: visible;
}
.toolbar__modal .modal .autocomplete-multiple-selector__autocomplete-container {
  width: 100%;
  order: 1;
}
.toolbar__modal .modal .autocomplete-multiple-selector__option {
  order: 2;
  display: flex;
}

.notifications__header {
  display: flex;
}

.collaborators-container {
  display: flex;
  flex-flow: row-reverse;
  min-width: 200px;
  padding-left: 8px;
}
@media (max-width: 767.98px) {
  .collaborators-container {
    margin-bottom: 10px;
    margin-right: auto;
  }
}

.collaborator-user {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-left: -8px;
  border: 1px solid white;
  font-size: 20px;
  font-size: 1.25em;
  background-color: #92D7E7;
}
.collaborator-user:nth-child(2n+0) {
  background-color: #C4D82E;
}
.collaborator-user:nth-child(3n+0) {
  background-color: #9FBC2E;
}

.filters__title {
  margin-bottom: 10px;
  padding-left: 0.9375em;
  font-size: 16px;
  font-size: 1em;
  font-weight: 600;
  color: #242437;
}
.filters .filters__element {
  width: 120px;
  min-width: auto;
  max-width: 120px;
  height: 30px;
  padding: 0 1.5em 0 0;
  border: none;
  border-radius: 0;
  outline: none;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .filters .filters__element {
    width: 100%;
  }
}
.filters .filters__element:hover, .filters .filters__element:focus {
  box-shadow: none;
}
.filters .filters__element.text {
  padding-right: 0.625em;
}
.filters .filters__element__wrapper {
  display: flex;
  padding: 0.4375em 0 0.5em 0;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  .filters .filters__element__wrapper {
    flex-flow: column;
  }
}
.filters .filters__element__container {
  display: flex;
  align-items: center;
  max-width: 200px;
  position: relative;
  border-right: 1px solid #B9BBBD;
}
@media (max-width: 767.98px) {
  .filters .filters__element__container {
    margin-bottom: 10px;
    border: none;
  }
}
.filters .filters__element__label {
  margin: 0;
  padding-left: 0.9375em;
  padding-right: 0.625em;
  font-size: 16px;
  font-size: 1em;
  font-weight: normal;
  color: #B9BBBD;
}
.filters__arrow {
  position: absolute;
  right: 10px;
  top: 4px;
  color: #B9BBBD;
  font-size: 25px;
  font-size: 1.5625em;
  user-select: none;
  pointer-events: none;
}
.filters__btn {
  width: 100px;
  min-width: 0;
  padding: 0 1.25em;
  color: #4a4a4a;
  background: transparent;
  border: none;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .filters__btn {
    width: 90%;
    margin: 0 auto;
    padding: 0.625em 1.25em;
    border: 1px solid #00548b;
    border-radius: 2px;
  }
}

.diff-compare-left ins {
  display: none;
}
.diff-compare-right del {
  display: none;
}
.diff-compare__added,
.diff-compare ins {
  background-color: rgba(196, 216, 46, 0.5);
}
.diff-compare__removed,
.diff-compare del {
  background-color: rgba(238, 77, 22, 0.5);
}
.diff-compare .cke_widget_drag_handler_container {
  display: none !important;
}
.diff-compare .table-field {
  border-spacing: 5px;
  border-collapse: separate;
}

.delegate-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.delegate-modal .modal-content,
.delegate-modal .modal-body {
  overflow: visible;
}

.multi-image-download-modal .image-list {
  width: 100%;
  padding: 0 20px;
}
.multi-image-download-modal .modal-body {
  max-height: 450px !important;
}
.multi-image-download-modal .btn-download {
  margin: 0 0 0 auto;
}

.add-record-button-container .btn.btn-default {
  padding: 10px;
}
.add-record-button-container .btn.btn-default .lfr-btn-label {
  white-space: normal;
}

.lfr-meta-actions .lfr-icon-actions .lfr-icon-action {
  display: inline-block;
  padding: 10px;
}

.portlet-login,
#portlet_new-password,
#portlet_password-reminder {
  max-width: 400px;
  margin: 40px auto;
}
.portlet-login .portlet-icon-back,
#portlet_new-password .portlet-icon-back,
#portlet_password-reminder .portlet-icon-back {
  display: none;
}
.portlet-login .col-md-6,
#portlet_new-password .col-md-6,
#portlet_password-reminder .col-md-6 {
  width: 100%;
  padding: 0;
}
.portlet-login .alert,
#portlet_new-password .alert,
#portlet_password-reminder .alert {
  display: block;
}

.create-document-policy-portlet {
  max-width: 800px;
  margin: 0 auto;
}
.create-document-policy-portlet .submission-bar-container {
  max-width: 840px;
}
.create-document-policy-portlet a, .create-document-policy-portlet a:hover, .create-document-policy-portlet a:focus {
  color: #242437;
  text-decoration: none;
}
.create-document-policy-portlet .alert {
  margin: 10px auto;
}
.create-document-policy-portlet .page-title {
  display: flex;
}
.create-document-policy-portlet .page-title__link {
  width: 40px;
  display: flex;
}
.create-document-policy-portlet .page-title__back-icon {
  width: 100%;
}
.create-document-policy-portlet .row {
  margin: 0;
  padding: 40px 5px !important;
  border-bottom: 1px solid #B9BBBD;
}
.create-document-policy-portlet .esign-row {
  padding: 24px 0 !important;
}
.create-document-policy-portlet .esign-row .btn-secondary {
  margin: 13px 0 16px 10px;
}
.create-document-policy-portlet .ta-accountability {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.create-document-policy-portlet .ta-accountability h4 {
  margin-top: 16px;
  margin-bottom: 9px;
  padding-left: 24px;
}
.create-document-policy-portlet .modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .create-document-policy-portlet .modal-content {
    height: auto;
    overflow: auto;
  }
  .create-document-policy-portlet .modal-footer {
    position: relative;
  }
  .create-document-policy-portlet .modal-footer .btn {
    min-width: 120px;
  }
}
.create-document-policy-portlet .simple-input-text {
  margin: 0 29px 0 10px;
}
.create-document-policy-portlet .btn {
  transition: background-color 0.5s;
}
@media (max-width: 767.98px) {
  .create-document-policy-portlet .submission-bar-container {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .create-document-policy-portlet .submission-bar-container .btn {
    margin-bottom: 0;
  }
}
.create-document-policy-portlet .switch-container {
  margin-bottom: 0.9375em;
}

/* Roles form */
#modal-escalation h4 {
  margin-top: 32px;
  margin-bottom: 0;
}
#modal-escalation #escalation-content {
  overflow: unset;
}
#modal-escalation .actions-container {
  padding-left: 10px;
}
#modal-escalation .actions-container .btn {
  /* rebranding by adding button color ".btn" at MODULE LEVEL */
  color: #4a4a4a;
  /* above line added for rebranding */
  min-width: auto;
  padding-left: 8px;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  padding-bottom: 0px;
  font-size: 1em;
  outline: none;
  background: none;
}
#modal-escalation .actions-container .btn:active {
  box-shadow: none;
  text-decoration: underline;
}
#modal-escalation .table-container h4 {
  margin-bottom: 5px;
}
#modal-escalation .modal-header {
  padding-bottom: 20px;
}
#modal-escalation .modal-body {
  padding: 0;
  overflow: auto;
  max-height: calc(100vh - 233px);
}
#modal-escalation .check-box-tree-summary {
  margin: 0 !important;
}

/* rebranding for hover */
#modal-escalation .actions-container .btn:hover {
  color: #242437;
}

.customer-group,
.escalation-roles {
  padding: 20px 18px;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
}
.customer-group .checkbox-options,
.escalation-roles .checkbox-options {
  width: 33%;
}
@media (max-width: 767.98px) {
  .customer-group .checkbox-options,
  .escalation-roles .checkbox-options {
    width: 100%;
  }
}

#rolesTable {
  width: 100%;
  overflow: auto;
}
#rolesTable .form-table {
  min-width: 400px;
}

/* Roles form end */
/* modal notice */
.modal-notice-actions-container {
  display: flex;
  align-items: center;
}
.modal-notice-actions-container #hideDocumentPolicyNoticeModal {
  margin-right: auto;
}
.modal-notice-actions-container div:nth-child(2) {
  padding: 0 10px 0 10px;
}

#noticeDocumentPolicyContent .modal-header button {
  display: none;
}
#noticeDocumentPolicyContent .modal-header h3 {
  font-size: 1.563em;
}

.notice-body-message {
  padding: 20px;
  font-size: 1em;
}

/* modal notice end */
.my-tasks {
  margin: 0 auto;
  max-width: 800px;
}
.widget .my-tasks {
  display: flex;
  flex-flow: column;
  height: 535px;
  padding: 0.625em 0 1.5625em 1.25em;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.full-view .my-tasks {
  margin-top: 45px;
}
.widget .my-tasks__main-title {
  margin: 2px 0 20px 0;
  padding: 0;
  font-size: 1em;
}
.full-view .my-tasks__main-title {
  padding-left: 14px;
  font-size: 1.875em;
}
.my-tasks__main-title-link {
  display: flex;
  align-items: center;
  color: #6D6E71;
  font-size: 18px;
  font-size: 1.125em;
  text-transform: uppercase;
}
.my-tasks__main-title-link:hover {
  text-decoration: none;
}
.my-tasks__main-title-arrow-icon {
  margin-left: 10px;
  font-size: 25px;
}
.my-tasks__title {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #6D6E71;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
}
.my-tasks__title-link {
  display: inline-block;
}
.my-tasks__title-container {
  display: block;
}
.my-tasks__title-container.single-line {
  padding-right: 20px;
}
.my-tasks__title-container.single-line a {
  display: block;
}
.my-tasks__title-container:hover .view-more {
  display: block;
}
.my-tasks__arrow {
  margin-left: auto;
}
.my-tasks__arrow-icon {
  font-size: 25px;
  color: #B9BBBD;
}
.my-tasks__row {
  margin-bottom: 6px;
  padding-bottom: 11px;
  border-bottom: 1px solid #EEEFEF;
  position: relative;
}
.my-tasks__row:last-child {
  border-bottom: none;
}
.my-tasks__view-more-container {
  position: absolute;
  right: 0;
  top: 0;
}
.my-tasks__view-more {
  display: block;
  font-size: 20px;
  cursor: pointer;
}
.my-tasks__view-more.active {
  display: block;
}
.my-tasks__view-more-dropdown {
  position: absolute;
  right: 0px;
  top: 12px;
  padding: 10px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.my-tasks__info {
  display: block;
  margin: 0;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 300;
  color: #6D6E71;
  white-space: nowrap;
}
.my-tasks__error-icon {
  display: inline;
  margin-left: 5px;
  position: relative;
  top: 2px;
  font-size: 14px;
  color: #FF7600;
}
.my-tasks__error-icon.due-date {
  display: inline;
  align-items: center;
  margin-left: 0;
  margin-right: 5px;
}
.my-tasks__due-date {
  display: inline-block;
  margin-left: 5px;
  align-items: center;
  line-height: 1;
}
.my-tasks__due-date.is-due-date {
  color: #FF7600;
}
.my-tasks__type {
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
}
.my-tasks__stats-container {
  margin: 0 -0.9375em !important;
  padding: 20px 0 !important;
  border-bottom: none;
}
.full-view .my-tasks__tab-content {
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.full-view .my-tasks__tab-content.error-tab {
  padding: 20px;
}
.full-view .my-tasks__tab-content.error-tab .alert {
  margin: 0 auto;
}
.widget .my-tasks__tab-content {
  overflow: auto;
  min-height: 150px;
}
.full-view .my-tasks__element {
  padding: 0.8125em 0.5625em 1em 1.125em;
  border-bottom: 1px solid #B9BBBD;
}
.full-view .my-tasks__element:last-child {
  border-bottom: none;
}
.widget .my-tasks__element {
  margin-bottom: 15px;
  padding-right: 1.25em;
}
.my-tasks__body {
  margin-bottom: 25px;
  padding-top: 5px;
  padding-left: 15px;
  font-size: 15px;
  font-size: 0.9375em;
}
.full-view .my-tasks__body {
  margin-bottom: -0.375em;
  padding: 0.5625em 1.875em 0 1.3125em;
}
.my-tasks__actions-row {
  display: flex;
  justify-content: space-between;
  padding-left: 19px;
  padding-right: 10px;
}
.my-tasks__collapse-action {
  display: inline-block;
  margin-left: 15px;
  padding-top: 5px;
}
.my-tasks__stat-element-inner {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  padding: 1.3125em 0 0.733em 0;
  position: relative;
  background: white;
  color: black;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.my-tasks__stat-error-icon {
  position: absolute;
  top: -15px;
  right: -15px;
  color: #FF7600;
  font-size: 1.875em;
}
.my-tasks__stat-text {
  margin: 0;
  line-height: 1;
}
.my-tasks__stat-value {
  margin-bottom: 11px;
  font-size: 1.875em;
}
.overdue .my-tasks__stat-value {
  color: #EE4D16;
}
.my-tasks__stat-label {
  color: #242437;
}
.overdue .my-tasks__stat-label {
  color: #EE4D16;
}
.my-tasks__delegate-modal {
  overflow: visible;
}
.my-tasks__delegate-modal .modal-content,
.my-tasks__delegate-modal .modal-body {
  overflow: visible;
}
.my-tasks .modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-tasks__my-work-link {
  display: block;
  padding: 5px 0px;
  margin-left: auto;
  font-weight: normal;
  /* Rebranding
  color: $main-blue-color; */
}
.my-tasks__custom-arrow {
  margin-left: 10px;
}
.my-tasks__custom-arrow-icon {
  font-size: 25px;
  color: #B9BBBD;
}

@media (min-width: 50px) {
  .my-tasks__info {
    white-space: normal;
  }
  .my-tasks__type {
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }
  .my-tasks__due-date {
    margin-left: 0;
  }
}
.check {
  display: inline-block;
  transform: rotate(45deg);
  height: 16px;
  width: 7px;
  border-bottom: 2px solid #78b13f;
  border-right: 2px solid #78b13f;
  margin-right: 8px;
}

.one_line_alignment {
  border-right: none;
}

.view2 {
  background: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

#scroll-div2 {
  padding: 50px;
  width: 100% !important;
}

.tree .level1 {
  font-size: 1.125em;
}
.tree .level2 {
  font-size: 0.875em;
}
.tree li {
  color: #6D6E71;
}

#systemSelectionForm .text {
  /* rebranding
    color: $steel; */
  font-weight: 300;
  font-size: 1em;
  background-color: transparent;
  font-family: "Arial";
  max-width: 800px;
  margin: 20px auto 20px auto;
  text-align: left;
}

.tabContainer #navigation {
  border: none;
  padding: 0px 5px !important;
}
.tabContainer #navigation .tab button {
  border: none;
  margin-right: 50px;
}
.tabContainer #navigation .tab button.active {
  background-color: transparent;
}
.tabContainer #navigation .tab button.active a {
  border-bottom: 1px solid #61B4E4;
  font-weight: normal;
  color: #000000;
}
.tabContainer #navigation .tab button a {
  color: #6D6E71;
  padding: 0 0 5px 0;
  text-transform: uppercase;
}
.tabContainer #navigation .tab button a:hover {
  /* rebranding
  border-bottom: 1px solid $sky; */
  text-decoration: none;
}
.tabContainer #navigation .tab button:hover {
  background-color: transparent;
}

.heading_h2 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Arial";
  font-size: 1.875em;
}

.system-select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.system-select-container .form-group {
  margin-top: 15px;
}
.system-select-container label {
  font-weight: normal;
  padding-left: 5px;
  padding-right: 15px;
}
.system-select-container a {
  margin-left: auto;
  margin-right: 20px;
}

.scroll-div2,
#scroll-div2 {
  overflow: auto;
  padding-top: 10px;
}

i.plus-sign {
  background-image: none;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #242437;
  margin-bottom: 3px;
}

i.minus-sign {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #242437;
  margin-bottom: 3px;
}

.hideRadio .divChkBox {
  visibility: hidden;
  width: 0;
}

#row-product-hierarchy li[setDisable=true] .divChkBox {
  visibility: visible;
  width: auto;
}
#row-product-hierarchy li[setDisable=true] .divChkBox .custom_style {
  border: 2px solid #82A53C !important;
}
#row-product-hierarchy li[setDisable=true] .divChkBox .custom_style .custom_selected.active {
  background-color: #82A53C !important;
}
#row-product-hierarchy li[setDisable=true] .divChkBox .custom_style .custom_selected:after {
  border: solid white;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 7px;
  height: 13px;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}
#row-product-hierarchy li[setDisable=true] .oneOptionSelected .custom_style .custom_selected:not(.active) {
  background-color: #82A53C;
}
#row-product-hierarchy .adminedit .divChkBox {
  visibility: visible;
  width: auto;
}
#row-product-hierarchy .adminedit .divChkBox .custom_style {
  border: 2px solid #82A53C !important;
}
#row-product-hierarchy .adminedit .divChkBox .custom_style .custom_selected.active {
  background-color: #82A53C !important;
}
#row-product-hierarchy .adminedit .divChkBox .custom_style .custom_selected:after {
  border: solid white;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 7px;
  height: 13px;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}
#row-product-hierarchy .adminedit .oneOptionSelected .custom_style .custom_selected:not(.active) {
  background-color: #82A53C;
}
#row-product-hierarchy .oneOptionSelected .divChkBox {
  visibility: visible;
  width: auto;
}
#row-product-hierarchy .oneOptionSelected .divChkBox .custom_style .custom_selected {
  display: block;
  background-color: #00548b;
  width: 100%;
  height: 100%;
}
#row-product-hierarchy .oneOptionSelected .divChkBox .custom_style .custom_selected:not(.active):after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 0px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 0px 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.profileSystemSearch {
  height: 35px;
}

.tabcontent {
  background-color: transparent;
  padding: 0px;
}

#UserInformation {
  margin-top: 30px;
  padding: 0px;
}
#UserInformation .container-fluid {
  z-index: -999999;
}
#UserInformation .user-information-box {
  margin-bottom: 20px;
  background: white;
}
#UserInformation #escalation-content {
  padding-top: 10px;
  margin-bottom: 20px;
  background-color: white;
}
#UserInformation .table-container {
  padding: 20px;
}
#UserInformation .table-container .actions-container,
#UserInformation .table-container #UserRolesForm {
  padding-left: 10px;
}
#UserInformation .table-container .actions-container a:nth-child(1) {
  padding-right: 15px;
}
#UserInformation .table-container .escalation-roles ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#UserInformation .table-container .escalation-roles ul li {
  width: 33%;
  margin-bottom: 10px;
}

.avatar-container {
  width: 200px;
  height: 200px;
  margin-top: 35px;
  margin-left: 40px;
}
.avatar-container img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.personal-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  margin: 50px 27px !important;
}
.personal-info-container .mobMarginText {
  min-width: 50%;
  padding-bottom: 20px !important;
}
.personal-info-container .mobMarginText .formLabel {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  padding-left: 10px;
  font-size: 16px;
  color: #6D6E71;
  font-weight: bold;
  text-transform: uppercase;
}
.personal-info-container .mobMarginText span {
  font-size: 1.125em;
  color: #000000;
}
.personal-info-container .mobMarginText .asterisk_input:after {
  color: transparent !important;
}

.fab-name-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-top: 1px solid #B9BBBD;
}
.fab-name-container .mobMarginText {
  margin-top: 40px;
}
.fab-name-container .mobMarginText .textLabel {
  font-weight: 600;
  color: #242437;
  font-size: 1em;
}
.fab-name-container button {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .fab-name-container button {
    margin-top: 0;
  }
}

.manager-container,
.author-approver-container,
.time-off-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 20px;
  border-top: 1px solid #B9BBBD;
}
.manager-container .input-instruction,
.author-approver-container .input-instruction,
.time-off-container .input-instruction {
  margin-top: 5px;
}
.manager-container label,
.author-approver-container label,
.time-off-container label {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .manager-container label,
  .author-approver-container label,
  .time-off-container label {
    margin-top: 0;
  }
}
.manager-container button,
.author-approver-container button,
.time-off-container button {
  margin-top: 30px;
}
.manager-container button.author-approver-btn,
.author-approver-container button.author-approver-btn,
.time-off-container button.author-approver-btn {
  margin-top: -5px;
}
@media screen and (max-width: 860px) {
  .manager-container button.author-approver-btn,
  .author-approver-container button.author-approver-btn,
  .time-off-container button.author-approver-btn {
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .manager-container button,
  .author-approver-container button,
  .time-off-container button {
    margin-top: 0;
  }
}
.manager-container .textLabel,
.author-approver-container .textLabel,
.time-off-container .textLabel {
  font-weight: 600;
  color: #242437;
  font-size: 1em;
}
.manager-container .ad-manager,
.author-approver-container .ad-manager,
.time-off-container .ad-manager {
  font-size: 16px;
  margin-top: 20px;
}
.manager-container .clear-btn,
.author-approver-container .clear-btn,
.time-off-container .clear-btn {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .manager-container .first-row-sm,
  .author-approver-container .first-row-sm,
  .time-off-container .first-row-sm {
    order: 1;
  }
  .manager-container .final-row-sm,
  .author-approver-container .final-row-sm,
  .time-off-container .final-row-sm {
    order: 2;
  }
}
.manager-container .autocomplete,
.author-approver-container .autocomplete,
.time-off-container .autocomplete {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .manager-container .autocomplete,
  .author-approver-container .autocomplete,
  .time-off-container .autocomplete {
    margin-bottom: 10px;
  }
}

.direct-reports-container {
  padding: 20px 30px;
  background: white;
}
.direct-reports-container h3 {
  margin: 0 0 20px 0;
  padding-left: 0;
}
.direct-reports-container .direct-report-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.direct-reports-container .direct-report-list:last-child {
  margin-bottom: 0;
}
.direct-reports-container img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
}
.direct-reports-container__header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.direct-reports-container__header-container #employeeSearchContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.direct-reports-container__header-container .autocomplete {
  margin-right: 25px;
}
.direct-reports-container__header-container .autocomplete ul {
  max-height: 110px;
}
.direct-reports-container__header-container button {
  margin-bottom: 1.25em;
}

#submitUserRoles {
  margin-top: 35px;
  margin-bottom: 30px;
}

.system-employee-name {
  padding-left: 5px;
}
.system-employee-name strong {
  margin-right: 20px;
}

#MyProfile .submission-bar-container button {
  margin-left: auto;
}

.colors-legend__ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.colors-legend__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 70px;
}
.colors-legend__span-green {
  width: 22px;
  height: 22px;
  background-color: #82A53C;
  margin-left: 5px;
}
.colors-legend__span-blue {
  width: 22px;
  height: 22px;
  /* rebranding 
  background-color: #00548b; */
  margin-left: 5px;
}
.colors-legend__span-gray {
  width: 22px;
  height: 22px;
  background-color: #6D6E71;
  margin-left: 5px;
}
.colors-legend__message {
  padding: 0 0 0 12px;
}

.tech-article-management-portlet .alert-container .alert {
  margin: 0 auto 50px auto;
}
@media (max-width: 991.98px) {
  .tech-article-management__header {
    padding: 20px;
  }
}
.tech-article-management__main-container {
  max-width: 1400px;
  margin: 0 auto 60px auto;
}
.tech-article-management__main-container h1 {
  font-size: 1.875em;
  font-family: "Arial";
}
.tech-article-management__main-container .eight-hundred-px-single-column {
  position: relative;
}
.tech-article-management__main-container .tabs-container {
  margin: 40px 0 25px 0;
}
.tech-article-management__main-container .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #000000;
  color: white;
  border-radius: 6px;
  padding: 5px 10px;
  top: 125px;
  right: -7px;
  font-size: 14px;
  font-size: 0.875em;
  position: absolute;
  z-index: 1;
}
.tech-article-management__main-container .tooltiptext ul {
  margin-top: 10px;
  padding-left: 25px;
  margin-bottom: 10px;
}
.tech-article-management__main-container .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #000000 transparent;
}
.tech-article-management__main-container .buttonDisabled:hover .tooltiptext {
  visibility: visible;
}
@media (min-width: 768px) {
  .tech-article-management__main-container .modal-dialog.tech-article-management__main-container__translation__modal {
    width: 900px !important;
    margin: 30px auto;
  }
}
.tech-article-management__main-container__translation__modal {
  overflow: visible;
  margin: 0 auto;
  top: 10%;
}
.tech-article-management__main-container__translation__modal .tech-article-task__body__table .form-table td {
  max-width: 120px;
  margin-bottom: 15px;
}
.tech-article-management__main-container__translation__modal .dropzone.error {
  border-color: rgb(255, 152, 73);
  cursor: no-drop;
}
.tech-article-management__main-container__translation__modal .dropzone.error .dz-default.dz-message span {
  color: rgb(255, 118, 0);
}
.tech-article-management__main-container__translation__modal .tech-article-task__body__table.reference-documentation-table {
  overflow: auto;
  max-height: 300px;
  padding-bottom: 20px;
  margin: 0;
}
.tech-article-management__main-container__translation__modal td input {
  border: 1px solid #B9BBBD;
  box-sizing: border-box;
  text-indent: 10px;
  height: 45px;
  min-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tech-article-management__main-container__translation__modal td input:disabled {
  background-color: #dddddd;
}
.tech-article-management__main-container__translation__modal td .dropdown {
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
.tech-article-management__main-container__translation__modal td .dropdown .custom-menu {
  left: -96px;
}
@media (max-width: 768px) {
  .tech-article-management__main-container .tech-article-task__body__table .form-table td {
    max-width: 100%;
  }
  .tech-article-management__main-container .tech-article-management__main-container__translation__modal td input {
    min-width: 100%;
  }
}
.tech-article-management__create-button {
  position: absolute;
  top: 70px;
  right: 42px;
}
@media (max-width: 767.98px) {
  .tech-article-management__create-button {
    position: static;
  }
}
.tech-article-management__filters-container {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 40px 85px;
  background-color: white;
}
@media (max-width: 1150px) {
  .tech-article-management__filters-container {
    padding: 40px 25px;
  }
}
.tech-article-management__toggle-filters {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
}
.tech-article-management__toggle-filters .icon {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.tech-article-management__filters-child {
  width: 100%;
  max-width: calc(33% - 20px);
  max-height: 72px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tech-article-management__filters-child {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 767.98px) {
  .tech-article-management__filters-child {
    max-width: 100%;
  }
}
.tech-article-management__filters-child label {
  font-weight: normal;
}
.tech-article-management__filters-child input {
  min-width: 0;
}
.tech-article-management__filters-child-date {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: calc(33% - 20px);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tech-article-management__filters-child-date {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 767.98px) {
  .tech-article-management__filters-child-date {
    max-width: 100%;
  }
}
.tech-article-management__filters-child-date label {
  font-weight: normal;
  width: 100%;
  margin: 0;
}
.tech-article-management__filters-child-date .input-icon__container {
  width: 100%;
  max-width: calc(50% - 10px);
}
@media (max-width: 767.98px) {
  .tech-article-management__filters-child-date .input-icon__container {
    max-width: 100%;
  }
}
.tech-article-management__filters-child-date .input-icon__container input {
  min-width: 0;
  padding-right: 35px;
}
@media (min-width: 980px) and (max-width: 1150px) {
  .tech-article-management__filters-child-date .input-icon__container input {
    padding-left: 10px;
  }
}
.tech-article-management__filters-child-date__icon-container {
  position: absolute;
  top: 8px;
  right: 10px;
  pointer-events: none;
}
.tech-article-management__filters-child-date .released-status {
  background: #ccc !important;
  pointer-events: none;
  cursor: not-allowed;
}
.tech-article-management__filters-child-date .alert-warning {
  position: absolute;
  z-index: 99;
  width: 91%;
}
.tech-article-management__business-Line {
  width: 100%;
  max-width: calc(33% - 20px);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tech-article-management__business-Line {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 767.98px) {
  .tech-article-management__business-Line {
    max-width: 100%;
  }
}
.tech-article-management__business-Line label {
  font-weight: normal;
}
.tech-article-management__search-container {
  width: 100%;
  margin-top: 23px;
}
.tech-article-management__search-container button:not(:last-child) .loading-icon {
  display: block !important;
  margin: 0 auto !important;
}
.tech-article-management__export-container {
  width: 100%;
  display: flex;
  padding-bottom: 20px;
  max-height: 72px;
  background-color: white;
}
.tech-article-management__export-container a {
  margin-left: auto;
  margin-right: 10px;
}
.tech-article-management__table {
  width: 100%;
  min-height: 240px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  background-color: white;
}
.tech-article-management__table .form-table th,
.tech-article-management__table .form-table td {
  padding: 13px 10px;
}
.tech-article-management__table .form-table a {
  font-size: 16px;
}
.tech-article-management__table .form-table th,
.tech-article-management__table .form-table td {
  text-align: left;
  color: #242437;
}
.tech-article-management__table .alert {
  width: 100%;
  margin: 0 auto 20px auto;
}
.tech-article-management__table__subject {
  min-width: 250px;
}
.tech-article-management__table__container {
  position: relative;
}
.tech-article-management__table__overflow {
  overflow-x: auto;
}
.tech-article-management__table__dropdown {
  display: block;
  width: 150px;
  position: absolute;
}
.tech-article-management__table .pagination-buttons {
  margin-bottom: 20px;
  margin-right: 20px;
}
.tech-article-management__table-actions {
  display: flex;
  justify-content: space-between;
}
.tech-article-management__table-actions.filters {
  padding: 0 20px 20px 20px;
}
@media (max-width: 767.98px) {
  .tech-article-management__table-actions.filters {
    flex-flow: column;
  }
}
.tech-article-management__table-actions > :first-child {
  margin-right: auto;
}
.tech-article-management__table-actions > :last-child {
  margin-left: auto;
}
.tech-article-management__table-actions .inline-label {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .tech-article-management__table-actions .inline-label {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tech-article-management__table-actions .inline-label .input-container {
  margin: 0;
}
.tech-article-management__table-actions .page-size-input .select-container {
  width: 80px;
  margin: 0 10px;
}
.tech-article-management__table-actions .search-bar .input-container {
  width: 200px;
  margin-left: 10px;
}
.tech-article-management__table-actions .search-bar .input-container input {
  min-width: auto;
}
.tech-article-management__table-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .tech-article-management__table-footer {
    flex-flow: column;
    padding-top: 20px;
  }
}
.tech-article-management__table-footer > :first-child {
  margin-right: auto;
}
.tech-article-management__table-footer > :last-child {
  margin-left: auto;
}
.tech-article-management__table-pagination-size {
  margin-left: 20px;
}
.tech-article-management__loading {
  margin: 0 auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.ie11 .tech-article-management-portlet .DayPickerInput + .calendar-icon {
  text-indent: -90px;
}

@media (max-width: 767.98px) {
  .create-tech-article {
    margin-bottom: 60px;
  }
}
.create-tech-article__side-by-side__container {
  border-radius: 2px;
  margin: 40px 10px 10px -8px;
  display: block;
  overflow: hidden;
}
.create-tech-article__side-by-side__container label {
  color: #9a9c9e;
}
.create-tech-article__side-by-side__container .select-container .arrow {
  display: none;
}
.create-tech-article__side-by-side__container select {
  padding: 10px 0px;
  height: 160px;
}
.create-tech-article__side-by-side__container select option {
  text-indent: 15px;
  padding: 5px;
  padding-right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.create-tech-article__section-container {
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.create-tech-article__header {
  margin: 1.875em 0;
  padding: 0 0.9375em;
}
.create-tech-article__header-info {
  margin: 0 -0.9375em !important;
}
.create-tech-article__header-info-label {
  display: inline-block;
  width: 150px;
  margin-bottom: 0.625em;
}
@media (max-width: 767.98px) {
  .create-tech-article__header-info-label {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.create-tech-article__main-title {
  margin: 0 0 35px 0;
  font-size: 30px;
  font-size: 1.875em;
}
.create-tech-article__section-title {
  padding: 1.875em 2.5em 0 2.5em;
}
@media (max-width: 767.98px) {
  .create-tech-article__section-title {
    padding: 1.875em 1.5625em 0 1.5625em;
  }
}
.create-tech-article__section-title .alert-container .alert {
  margin: 0;
}
.create-tech-article__section-title-text {
  margin: 0;
  font-size: 25px;
  font-size: 1.5625em;
}
.create-tech-article__section-title-text-message {
  margin: 1.875em 0 0 0;
  padding-left: 0.625em;
  font-size: 16px;
  font-size: 1em;
  color: #242437;
}
@media (max-width: 767.98px) {
  .create-tech-article__section-title-text-message {
    display: flex;
    flex-flow: column;
  }
}
.create-tech-article__section-title-text-message-value {
  margin: 0 3.125em;
}
@media (max-width: 767.98px) {
  .create-tech-article__section-title-text-message-value {
    margin: 0.625em 0;
  }
}
.create-tech-article__section-title-text-message .light {
  color: #6D6E71;
}
.create-tech-article__section-title-subtext {
  margin: 0 0 1.25em 0;
  padding-left: 0;
  color: #242437;
  font-size: 20px;
  font-size: 1.25em;
}
.create-tech-article__section-title-caption {
  margin-top: 0.625em;
  color: #242437;
  font-size: 16px;
  font-size: 1em;
}
.create-tech-article__section-title-no-policy {
  margin-top: 40px;
  margin-bottom: 0;
  font-style: italic;
  font-size: 16px;
  font-size: 1em;
  color: #6D6E71;
}
.create-tech-article__inputs-row {
  display: flex;
  flex-flow: wrap;
  padding: 1.875em 1.5625em !important;
  border-bottom: 1px solid #B9BBBD;
}
@media (max-width: 767.98px) {
  .create-tech-article__inputs-row {
    padding: 1.25em 0.625em !important;
    flex-flow: column;
  }
}
.create-tech-article__inputs-row:last-child {
  border-bottom: none;
}
.create-tech-article__switcher-row {
  padding: 2.1875em 1.5625em !important;
  border-bottom: 1px solid #B9BBBD;
}
@media (max-width: 767.98px) {
  .create-tech-article__switcher-row {
    padding: 1.25em 0.625em !important;
  }
}
.create-tech-article__switcher-row .filtered-view-container .react-checkbox-tree {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  height: 373px;
}
.create-tech-article__switcher-row .filter-container {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 10px;
  background-color: white;
}
.create-tech-article__switcher-row .filter-container .filter-text {
  width: 100%;
  margin-bottom: 10px;
}
.create-tech-article__switcher-row .filter-container .filter-text:focus {
  outline: none;
}
.create-tech-article__switcher-row .filter-container .react-checkbox-tree {
  box-shadow: none;
}
.create-tech-article__switcher-row:last-child {
  border-bottom: none;
}
.create-tech-article__switcher-row.full-width {
  padding: 2.1875em 0 !important;
}
.create-tech-article__switcher-row-header {
  padding: 0 1.5625em;
}
.create-tech-article__switcher-row .switch-container {
  margin-bottom: 0.625em;
  padding-left: 0;
}
.create-tech-article__roles-selection-action {
  margin-right: 15px;
}
.create-tech-article .textarea-container {
  margin: 0.625em 0;
}
.create-tech-article .full-width-content {
  padding: 0 2.5em;
}
.create-tech-article .escalation-roles {
  min-height: 0;
  padding: 0.9375em 0;
}
.create-tech-article .escalation-roles__title {
  margin: 1.25em 0 0.3125em 0;
}
.create-tech-article .escalation-levels-table-container .section-title {
  padding-left: 2.5em;
  font-weight: 600;
  font-style: normal;
}
.create-tech-article .modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.create-tech-article .modal .escalation-roles {
  padding: 20px 18px;
}
.create-tech-article .esign-row .table-container {
  margin: 30px 0;
  overflow: auto;
}
.create-tech-article .customer-table {
  margin: 30px 0;
}
.create-tech-article .escalation-levels-table-container {
  margin-top: 30px;
}
.create-tech-article .nav-tabs {
  display: flex;
  justify-content: space-between;
}
.create-tech-article .nav-tabs:before, .create-tech-article .nav-tabs:after {
  display: none;
}
.create-tech-article .nav-tabs .nav-item {
  margin: 0 auto;
}
.create-tech-article .nav-tabs .nav-item:first-child {
  margin-left: 0;
}
.create-tech-article .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.create-tech-article .nav-tabs .nav-link {
  margin: 0 0 45px 0;
}
.create-tech-article .as-custom-alert .alert.alert-warning {
  margin: 20px auto;
}
.create-tech-article .no-manager-alert .alert {
  margin: 40px auto 40px auto;
}

.ta-history {
  max-width: calc(100% - 30px);
  margin: 30px auto;
  padding: 0 20px;
}
.ta-history .modal {
  overflow: visible;
}
.ta-history__back {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 25px;
  font-size: 1.5625em;
}
.ta-history__header {
  display: flex;
  flex-flow: wrap;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 1.25em;
}
.ta-history__main-title {
  margin: 0;
  font-size: 30px;
  font-size: 1.875em;
}
.ta-history__table {
  min-width: 1000px;
}
.ta-history__table .cke_widget_drag_handler_container {
  display: none !important;
}
.ta-history__table__container {
  display: flex;
  flex-flow: column;
  margin-top: 30px;
  position: relative;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  overflow: auto;
}
.ta-history__table__header {
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
.ta-history__table__action {
  width: 20px;
  position: relative;
  cursor: pointer;
}
.ta-history__table .icon {
  margin-left: 5px;
  font-size: 25px;
  font-size: 1.5625em;
  color: #B9BBBD;
  vertical-align: top;
}
.ta-history__overflow-header {
  width: auto !important;
  border: none !important;
  position: relative;
}
.ta-history__overflow-header-container {
  position: fixed;
  top: 78px;
  left: 0;
  right: 0;
  z-index: 1;
  background: #242437;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.ta-history__overflow-header-container:before, .ta-history__overflow-header-container:after {
  content: "";
  display: block;
  width: 100%;
  left: calc(-100% + 35px);
  background: #242437;
  z-index: 1000;
  height: 100%;
  position: absolute;
  top: 0;
}
.ta-history__overflow-header-container:after {
  left: auto;
  right: calc(-100% + 35px);
}
@media (max-width: 767.98px) {
  .ta-history__overflow-header-container {
    top: 0 !important;
  }
}
.ta-history__overflow-header thead,
.ta-history__overflow-header tr {
  display: block;
  width: auto;
}
.ta-history__overflow-header tr {
  white-space: nowrap;
}
.ta-history__overflow-header .sticky-header th {
  display: inline-block;
  height: auto;
  color: white;
}
.ta-history__dropdown {
  padding: 0.625em 0.625em 0 0.9375em;
  top: 20px;
  right: 20px;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.ta-history__dropdown__link {
  margin-bottom: 10px;
  cursor: pointer;
}
.ta-history .tabs-container {
  width: 100%;
  margin: 40px 0 20px 0;
}
.ta-history .filters-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .ta-history .filters-container {
    flex-flow: column;
  }
}
.ta-history .filters-container .btn {
  margin: 0;
  padding: 0.3125em 0.625em;
  min-width: 0;
}
@media (max-width: 767.98px) {
  .ta-history .filters-container .btn {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .ta-history .filters {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .ta-history .filters .filters__element__wrapper {
    padding: 20px;
  }
}
.ta-history__compare__modal {
  width: 100%;
  max-width: 1400px;
  height: 90vh;
  margin: 30px auto;
}
.ta-history__compare__modal .modal-title {
  font-weight: normal;
  font-size: 30px;
  line-height: 46px;
}
.ta-history__compare__modal .modal-content {
  height: 100%;
}
.ta-history__compare__modal .modal-body {
  height: calc(100% - 66px);
  overflow: auto;
}
.ta-history__compare__modal h3 {
  margin: 0 0 20px 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
}
.ta-history__compare__modal h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #6D6E71;
}
.ta-history__compare__modal .responsive-table-container {
  overflow: auto;
}
.ta-history__compare__modal .responsive-table-container th {
  white-space: nowrap;
}
.ta-history__compare__modal .min-width-part-number {
  min-width: 140px;
}

.article-authoring {
  padding-top: 120px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .article-authoring {
    padding-top: 190px;
  }
}
@media (max-width: 767.98px) {
  .article-authoring {
    padding-top: 230px;
  }
}
.article-authoring .modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-authoring__modal {
  max-width: 745px;
}
.article-authoring__modal__small-input {
  display: flex;
}
.article-authoring__modal__small-input .input-label {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.article-authoring__modal__small-input .input-container {
  margin-bottom: 0;
}
.article-authoring__datepicker {
  z-index: 10000 !important;
}
.article-authoring .alert {
  margin: 0 auto 40px auto;
}

.tech-article-authoring {
  display: flex;
  max-width: 1400px;
  justify-content: space-around;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .tech-article-authoring {
    flex-flow: column;
  }
}

.show-not-optimized {
  display: none;
  margin-top: 20px;
}

.hide-not-optimized {
  display: block;
}

.preview-link {
  display: block;
  text-align: center;
  width: 100%;
}

@media (max-width: 991.98px) {
  .show-not-optimized {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hide-not-optimized {
    display: none;
  }
}
.my-work-flow-task {
  position: relative;
}
.my-work-flow-task__modal {
  width: 780px;
  overflow: visible;
  margin: 0 auto;
  top: 30px;
}
@media (max-width: 767.98px) {
  .my-work-flow-task__modal {
    width: 97%;
  }
}
.my-work-flow-task__modal .modal-content,
.my-work-flow-task__modal .modal-body {
  overflow: visible;
}
.my-work-flow-task__modal .modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-work-flow-task__modal__p {
  font-size: 18px;
  font-size: 1.125em;
  color: #000000;
}
.my-work-flow-task__modal .alert {
  max-width: 100%;
  margin: 0 auto 20px auto;
}
.my-work-flow-task__modal .row {
  display: flex;
  flex-flow: wrap;
}
@media (max-width: 767.98px) {
  .my-work-flow-task__modal .row > div {
    width: 100%;
  }
}
.my-work-flow-task__modal .form-control,
.my-work-flow-task__modal .react-autosuggest__input {
  min-width: 0;
}
@media (max-width: 767.98px) {
  .my-work-flow-task__modal .mobile-button-container {
    display: block;
    text-align: center;
  }
  .my-work-flow-task__modal .mobile-button-container .btn {
    margin: 10px auto 0 auto;
    width: 100%;
    max-width: 300px;
    display: block;
  }
}
.my-work-flow-task__top-alert {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.my-work-flow-task__top-alert .alert {
  font-size: 16px;
  font-size: 1em;
}
.my-work-flow-task__top-alert.additional {
  margin-top: 0;
}
.my-work-flow-task .submission-bar-filler {
  display: none;
}
.my-work-flow-task__loading-icon {
  display: block !important;
  margin: 0 auto !important;
}
.my-work-flow-task__iframe-container {
  margin: 0 -20px;
  padding: 10px 20px;
  background-color: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.my-work-flow-task__iframe-container__iframe {
  width: 100%;
  border: none;
  overflow: hidden;
  min-height: 200px;
}
.my-work-flow-task__header-info-label {
  display: inline-block;
  width: 120px;
  margin-bottom: 0.925em;
}
.my-work-flow-task__header-info-label-subject {
  margin: auto;
}
.my-work-flow-task__subject-div {
  margin-bottom: 25px;
}

#MyWorkFlowTask .submission-bar-filler {
  height: 0;
}

.my-articles__container {
  max-width: 100%;
  margin: 0 auto;
  background-color: white;
  padding-bottom: 20px;
}
.my-articles__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.my-articles__element {
  padding-bottom: 0px;
}
.my-articles__element__childs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0px 15px 20px;
}
.my-articles__element__childs:nth-child(even) {
  background-color: #EEEFEF;
}
.my-articles__element__childs__container .dropdown-menu.custom-menu {
  left: auto;
}
.my-articles__element__childs__container .my-tasks__row {
  margin-left: 20px;
  margin-right: 20px;
}
.my-articles__element__childs__container .my-tasks__title-container a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my-articles__element__childs__content {
  width: 100%;
  color: #242437;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.my-articles__element__childs__content p {
  min-width: 50px;
  margin: 0;
  margin-right: 20px;
  font-size: 16px;
  font-size: 1em;
}
.my-articles__element__childs__content a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis !important;
}
.my-articles__element__childs__content .dropdown {
  margin-left: auto;
  margin-right: 20px;
}
.my-articles__header {
  cursor: pointer;
}
.my-articles__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #6D6E71;
  font-size: 14px;
  font-size: 0.875em;
  padding-top: 2px;
  margin: 0;
  text-decoration: none;
  line-height: 1;
  padding-left: 20px;
  padding-bottom: 2px;
  text-transform: uppercase;
}
.my-articles__arrow {
  margin-left: auto;
  margin-right: 20px;
}
.my-articles__arrow-icon {
  font-size: 25px;
  font-size: 1.5625em;
  color: #B9BBBD;
}

.quick-links__main-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  max-height: 535px;
  min-height: 535px;
}
.quick-links__main-container__border-bottom {
  border-bottom: 1px solid #EEEFEF;
}
.quick-links__main-container .eight-hundred-px-single-column {
  padding: 15px 20px 0px 20px;
}
.quick-links__main-container .modal-dialog {
  width: 100%;
  max-width: 900px;
}
.quick-links__main-container .my-articles__container {
  max-height: 245px;
  overflow: auto;
}
.quick-links__main-container .tabs-container .nav.nav-tabs {
  display: flex;
  overflow: hidden;
}
.quick-links__main-container .quick-links__modal.hide-on-submit .modal-header.modal-header-flex i {
  display: none;
}
.quick-links__title {
  font-size: 18px;
  font-size: 1.125em;
  color: #6D6E71;
  margin-top: 0;
  text-transform: uppercase;
}
.quick-links__settings-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 18px;
  color: #6D6E71;
  cursor: pointer;
}
.quick-links__modal {
  overflow: visible;
  margin: 0 auto;
  top: 15%;
}
.quick-links__modal .loading-portlet-container {
  max-height: 200px !important;
}
.quick-links__modal .hide-modal-content {
  display: none !important;
}
.quick-links__modal .no-outline-width {
  outline-width: 0 !important;
  border-color: #B9BBBD !important;
}
.quick-links__modal .select-container span {
  display: none;
}
.quick-links__modal .select-container.quickLinks-url-error input {
  border: 1px solid #EE4D16 !important;
}
.quick-links__modal .select-container.quickLinks-url-error span {
  display: block;
  color: #EE4D16;
  text-indent: 10px;
  margin-top: 5px;
}
.quick-links__modal .dropdowns-row {
  max-height: 400px;
  overflow: auto;
  width: 100%;
}
.quick-links__modal .dropdowns-row .hide-Links {
  display: none !important;
}
.quick-links__modal .modal-content,
.quick-links__modal .modal-body {
  overflow: visible;
}
.quick-links__modal .modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.quick-links__modal .modal-header {
  padding: 20px 18px 17px 15px;
}
.quick-links__modal__folder-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #B9BBBD;
  padding-bottom: 10px;
}
.quick-links__modal__folder-title h5 {
  color: #6D6E71;
  margin-top: 10px;
  height: 30px;
  padding-top: 10px;
  font-family: "Titillium Web";
}
.quick-links__modal__folder-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.quick-links__modal__folder-header .title-action {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.quick-links__modal__folder-header .title-action .arrow-icon {
  font-size: 27px;
  color: #6D6E71;
  margin-left: auto;
}
.quick-links__modal__folder-header h5 {
  color: #242437;
  font-size: 16px;
  font-size: 1em;
  font-family: "Titillium Web";
  min-height: 30px;
  margin-top: 10px;
  padding: 8px 0px;
  margin-bottom: 10px;
  cursor: pointer;
}
.quick-links__modal__folder-header .dropdown {
  font-size: 1.875em;
  display: flex;
  align-items: center;
  margin: 10px 20px;
}
.quick-links__modal__folder-header .dropdown li:hover {
  background-color: #EEEFEF;
}
.quick-links__modal__gray {
  background: #EEEFEF;
}
.quick-links__modal__white {
  background: white;
}
.quick-links__modal__link-item {
  padding-bottom: 16px;
  padding-left: 5px;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid rgb(238, 239, 239);
  display: block;
  min-height: 60px;
  background: white;
}
.quick-links__modal__p {
  font-size: 18px;
  font-size: 1.125em;
  color: #000000;
}
.quick-links__modal__new-link {
  display: block;
  height: 40px;
  position: relative;
}
.quick-links__modal__new-link .btn {
  min-width: 106px;
  position: absolute;
  right: 10px;
}
.quick-links__modal__text-container {
  padding: 0;
}
.quick-links__modal__text-container :last-child {
  font-size: 14px;
  font-size: 0.875em;
  color: #6D6E71;
}
.quick-links__modal__text-container span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.quick-links__modal__main-links-container {
  padding: 0;
  max-height: 230px;
  overflow: auto;
  margin-top: 20px;
  position: unset;
  float: none;
}
.quick-links__modal__links-icons {
  font-size: 30px;
  font-size: 1.875em;
  max-width: 65px;
  margin-top: 5px;
  height: 55px;
}
.quick-links__modal__links-icons__drag {
  width: 10px;
  margin-top: 17px;
}
.quick-links__modal__links-icons .dropdown {
  padding-right: 25px;
  margin-top: 10px;
  border-right: 1px solid #EEEFEF;
}
.quick-links__modal__links-icons .dropdown li:hover {
  background-color: #EEEFEF;
}
.quick-links__modal .dropdown-menu.custom-menu {
  left: auto;
}
.quick-links__modal .dropdown-menu.custom-menu li {
  cursor: pointer;
  padding: 8px 15px;
}
.quick-links__row {
  margin-bottom: 6px;
  border-bottom: 1px solid #EEEFEF;
}
.quick-links__title-container {
  display: flex;
}
.quick-links__info {
  display: flex;
  font-size: 14px;
  font-weight: 300;
  color: #6D6E71;
}
.quick-links__link {
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quick-links__lam-app-link {
  display: block;
  padding: 5px 0px;
  margin-left: 20px;
}
.quick-links__lamp-app-container {
  padding: 0px 20px;
}
.quick-links__lamp-app-container .title-action {
  display: flex;
  align-items: center;
}
.quick-links__lamp-app-container .title-action .arrow-icon {
  font-size: 27px;
  color: #6D6E71;
  margin-left: auto;
}
.quick-links__my-links-container {
  margin: auto;
  max-width: 800px;
  padding: 0px 20px 0px 20px;
}
.quick-links__folder-icon {
  margin: 0 10px 0 0;
  font-size: 20px;
  color: #6D6E71;
  cursor: pointer;
}

.tech-article-fields {
  width: 400px;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1400px) {
  .tech-article-fields {
    width: 325px;
  }
}
@media (max-width: 991.98px) {
  .tech-article-fields {
    width: 100%;
  }
}
.tech-article-fields__title {
  display: flex;
  align-items: center;
  height: 55px;
  padding: 0 1.25em;
  font-size: 18px;
  font-size: 1.125em;
  color: #242437;
  font-weight: 600;
}
.tech-article-fields__container {
  border-top: 1px solid #B9BBBD;
}
.tech-article-fields__element {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.625em 0.625em;
  background: white;
  color: #242437;
  border: none;
  border-bottom: 1px solid #EEEFEF;
  text-align: left;
}
.tech-article-fields__element.active {
  background: #EEEFEF;
}
.tech-article-fields__element:disabled {
  opacity: 0.8;
  cursor: wait;
}
.tech-article-fields__element:focus {
  outline: none;
}
.tech-article-fields__element__text {
  width: 100%;
}
.tech-article-fields__element__status {
  width: 30px;
  margin-right: 10px;
  font-size: 25px;
  font-size: 1.5625em;
}
.tech-article-fields__element__status.completed {
  color: #9FBC2E;
}
.tech-article-fields__element__title {
  margin: 0;
  font-size: 16px;
  font-size: 1em;
  font-weight: 500;
}
.tech-article-fields__element__subtitle {
  margin: 0;
  font-size: 14px;
  font-size: 0.875em;
  color: #6d6e71;
}
.tech-article-fields__element__badge {
  display: flex;
  justify-content: center;
  align-content: center;
  min-width: 25px;
  height: 25px;
  margin-right: 10px;
  color: white;
  border-radius: 13px;
  background: #EE4D16;
  font-size: 16px;
  font-size: 1em;
}
.tech-article-fields__element__icon {
  font-size: 20px;
  font-size: 1.25em;
}

.tech-article-task {
  width: 100%;
  height: 100%;
  max-width: calc(100% - 400px);
  margin-left: 20px;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1400px) {
  .tech-article-task {
    max-width: calc(100% - 340px);
  }
}
@media (max-width: 991.98px) {
  .tech-article-task {
    max-width: 100%;
    margin: 20px 0;
  }
}
.tech-article-task.active {
  max-width: 100%;
  margin: 20px 0;
}
.tech-article-task__header {
  display: flex;
  padding: 0 0 0 1.25em;
  justify-content: space-between;
  border-bottom: 1px solid #B9BBBD;
}
.tech-article-task__header__text {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.125em;
}
.tech-article-task__header__actions {
  display: flex;
}
.tech-article-task__header__icons {
  display: flex;
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-size: 1.5625em;
  color: #242437;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .tech-article-task__header__icons {
    display: none;
  }
}
.tech-article-task__header__icons.task-close {
  border-left: 1px solid #B9BBBD;
}
@media (max-width: 991.98px) {
  .tech-article-task__header__icons.task-close {
    display: flex;
  }
}
.tech-article-task__header__icons.active {
  color: #61B4E4;
}
.tech-article-task__body {
  padding: 1.25em 0.9375em 0 1.25em;
  position: relative;
  font-size: 16px;
  font-size: 1em;
}
.tech-article-task__body * {
  font-size: 16px;
  font-size: 1em;
}
.tech-article-task__body .radio-options-container {
  max-width: 220px;
}
.tech-article-task__body__information {
  display: flex;
  margin-bottom: 10px;
}
.tech-article-task__body__information__action {
  margin-left: auto;
  padding-left: 0.625em;
  padding-right: 2.5em;
  position: relative;
}
.tech-article-task__body__information__action__icon {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 25px;
  font-size: 1.5625em;
}
.tech-article-task__body__small-input {
  max-width: 290px;
  margin-bottom: 20px;
}
.tech-article-task__body__description {
  margin-bottom: 20px;
  color: #6D6E71;
}
.tech-article-task__body__loader {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-image: url(../images/aui/loading_indicator.gif);
}
.tech-article-task__body__table {
  margin: 0 -0.9375em 0 -1.25em;
  overflow: auto;
}
@media (max-width: 991.98px) {
  .tech-article-task__body__table {
    overflow: auto;
  }
}
.tech-article-task__body__table .section-title {
  margin-top: 0;
  padding: 10px 0 10px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  color: #6D6E71;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
}
.tech-article-task__body__table__actions {
  width: 60px;
}
.tech-article-task__body__table__actions .action {
  cursor: pointer;
}
.tech-article-task__body__table__actions .tooltip {
  font-size: 14px;
  margin-top: -60px;
  z-index: 0;
}
.tech-article-task__body__table__actions:hover .tooltip {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .tech-article-task__body__table .add,
  .tech-article-task__body__table .remove {
    margin-top: 10px;
    font-size: 0;
  }
}
@media (max-width: 767.98px) {
  .tech-article-task__body__table .add:after,
  .tech-article-task__body__table .remove:after {
    content: "Remove";
    font-family: "Titillium Web";
    font-size: 16px;
    color: #00548B;
    text-decoration: underline;
    padding-left: 0;
  }
}
.tech-article-task__body__table .add {
  display: none;
}
@media (max-width: 767.98px) {
  .tech-article-task__body__table .add:after {
    content: "Add";
  }
}
.tech-article-task__body__table tr:last-child .remove {
  display: none;
}
.tech-article-task__body__table tr:last-child .add {
  display: flex;
}
.tech-article-task__body__table .checkbox-container {
  width: 85px;
  text-align: center;
}
.tech-article-task__body__table .input-instruction.input-error {
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .tech-article-task__body__table .form-table tr {
    padding: 1.25em;
  }
}
.tech-article-task__body__table .form-table th,
.tech-article-task__body__table .form-table td {
  padding: 13px 5px;
}
@media (max-width: 767.98px) {
  .tech-article-task__body__table .form-table th,
  .tech-article-task__body__table .form-table td {
    padding: 0;
  }
}
.tech-article-task__body__table .form-table .part-number-input {
  min-width: 200px;
}
.tech-article-task__body__table .form-table .rev-input {
  width: 80px;
}
.tech-article-task__body__table .form-table .rev-input-container {
  width: 80px;
}
@media (max-width: 767.98px) {
  .tech-article-task__body__table .form-table .rev-input {
    width: 100%;
  }
  .tech-article-task__body__table .form-table .rev-input-container {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .tech-article-task__body__table .custom-link {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    text-decoration: underline;
  }
}
@media (max-width: 767.98px) {
  .tech-article-task__body__table label {
    padding: 0;
    font-weight: normal;
  }
}
@media (max-width: 767.98px) {
  .tech-article-task__body__table .simple-select,
  .tech-article-task__body__table .simple-input {
    margin-bottom: 5px;
  }
}
@media (max-width: 767.98px) {
  .tech-article-task__body__table .dropdown .dropdown-toggle.action {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .tech-article-task__body__table .dropdown-menu {
    display: block;
    width: 100%;
    position: static;
    float: none;
    border: none;
    box-shadow: none;
    background: transparent;
  }
  .tech-article-task__body__table .dropdown-menu a {
    color: #00548B;
    text-decoration: underline;
    padding-left: 0;
  }
}
.tech-article-task__body__table__title {
  padding: 0 0.9375em;
}
.tech-article-task__body__table__actions {
  white-space: nowrap;
  color: #6D6E71;
  font-size: 20px;
  font-size: 1.25em;
}
.tech-article-task__body__table__actions .dropdown-menu a {
  font-size: 16px;
}
.tech-article-task__body__table.reference-documentation-table {
  overflow: visible;
}
.tech-article-task__body__table.reference-documentation-table .section-title {
  margin-top: 0;
  padding: 9px 0 10px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  color: #6D6E71;
  font-weight: 300;
}
.tech-article-task__body__table.reference-documentation-table .section-title .icon {
  margin-right: 3px;
  position: relative;
  top: 3px;
  font-size: 16px;
}
.tech-article-task__body__table.reference-documentation-table .form-table a {
  font-size: 16px;
}
.tech-article-task__body__table.reference-documentation-table .dropzone-container {
  padding: 20px 20px 0 20px;
}
.tech-article-task__body__table.reference-documentation-table .alert-container {
  margin: 20px auto 0 auto;
}
.tech-article-task__body__table.reference-documentation-table .alert-container .alert {
  margin: 0 auto;
}
.tech-article-task__body__table .checkbox-options {
  margin-top: 5px;
  margin-bottom: 0;
}
.tech-article-task__body__table .checkbox-options label {
  display: block;
  width: 18px;
  margin: 0 auto;
}
.tech-article-task__body__table .checkbox-options label:before {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .tech-article-task__body__table .checkbox-options label {
    margin: 0;
  }
}
.tech-article-task__body__table .checkbox-options input:checked + label:after {
  top: 1px;
}
.tech-article-task__body__comments__header {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 40px;
  padding-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875em;
  color: #6D6E71;
  font-weight: 300;
}
.tech-article-task__body__comments__header__icon {
  margin-right: 5px;
  position: relative;
  top: 4px;
  font-size: 16px;
  font-size: 1em;
}
.tech-article-task__body__comments__iframe {
  width: 100%;
  min-height: 160px;
  border: none;
  overflow: hidden;
}
.tech-article-task__body__comments__iframe__container {
  margin: 0 -15px 0 -20px;
  background: #EEEFEF;
}
.tech-article-task__loading {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  box-shadow: none;
}
.tech-article-task .disabled-content {
  pointer-events: none;
  opacity: 0.4;
}
.tech-article-task .reference-parts-table {
  position: relative;
  overflow: visible;
}

.customer-accountability {
  margin-top: 40px;
}
.customer-accountability__header__title {
  font-size: 25px;
  font-size: 1.5625em;
  color: black;
}
.customer-accountability__header__element {
  display: flex;
  margin-bottom: 10px;
}
.customer-accountability__header__label {
  width: 145px;
  padding-right: 10px;
  font-weight: 600;
}
.customer-accountability__section__title {
  margin-top: 30px;
  margin-bottom: 25px;
}
.customer-accountability__section__title__header {
  margin-top: 15px;
  margin-bottom: 20px;
}
.customer-accountability__form {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0.3125em 0.3125em 0 0.3125em;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.customer-accountability__form .form-control,
.customer-accountability__form input[type=text] {
  min-width: 100%;
}
.customer-accountability__form__name {
  margin-bottom: 25px;
  font-size: 18px;
  font-size: 1.125em;
  color: #414042;
}
.customer-accountability__checkboxes {
  margin-top: 25px;
  margin-bottom: 300px;
  padding: 2.5em 1.5625em;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767.98px) {
  .enable-esign-and-taa {
    margin-bottom: 60px;
  }
}
.enable-esign-and-taa__section-container {
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.enable-esign-and-taa__header {
  margin: 1.875em 0;
  padding: 0 0.9375em;
}
.enable-esign-and-taa__header-info {
  margin: 0 -0.9375em !important;
}
.enable-esign-and-taa__header-info-label {
  display: inline-block;
  width: 150px;
  margin-bottom: 0.625em;
}
@media (max-width: 767.98px) {
  .enable-esign-and-taa__header-info-label {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.enable-esign-and-taa__main-title {
  margin: 0 0 35px 0;
  font-size: 30px;
  font-size: 1.875em;
}
.enable-esign-and-taa__section-title {
  padding: 1.875em 2.5em 0 2.5em;
}
@media (max-width: 767.98px) {
  .enable-esign-and-taa__section-title {
    padding: 1.875em 1.5625em 0 1.5625em;
  }
}
.enable-esign-and-taa__section-title-text {
  margin: 0;
  font-size: 25px;
  font-size: 1.5625em;
}
.symptom-solution-root-cause .enable-esign-and-taa__section-title-text {
  margin-bottom: 30px;
}
.enable-esign-and-taa__section-title-text-message {
  margin: 1.875em 0 0 0;
  padding-left: 0.625em;
  font-size: 16px;
  font-size: 1em;
  color: #242437;
}
@media (max-width: 767.98px) {
  .enable-esign-and-taa__section-title-text-message {
    display: flex;
    flex-flow: column;
  }
}
.enable-esign-and-taa__section-title-text-message-value {
  margin: 0 3.125em;
}
@media (max-width: 767.98px) {
  .enable-esign-and-taa__section-title-text-message-value {
    margin: 0.625em 0;
  }
}
.enable-esign-and-taa__section-title-text-message .light {
  color: #6D6E71;
}
.enable-esign-and-taa__section-title-subtext {
  margin: 0 0 1.25em 0;
  padding-left: 0;
  color: #242437;
  font-size: 20px;
  font-size: 1.25em;
}
.enable-esign-and-taa__section-title-subtext-details {
  margin-left: 30px;
  font-size: 20px;
  color: #6D6E71;
}
.enable-esign-and-taa__section-title-subtext-details.single-line {
  display: block;
  margin: 0;
}
.enable-esign-and-taa__section-title-subtext.customers {
  margin-bottom: -10px;
  padding-left: 40px;
  padding-top: 20px;
  clear: both;
}
.enable-esign-and-taa__section-title-caption {
  margin-top: 0.625em;
  color: #242437;
  font-size: 16px;
  font-size: 1em;
}
.enable-esign-and-taa__section-title-no-policy {
  margin-top: 52px;
  margin-bottom: 0;
  font-style: italic;
  font-size: 16px;
  font-size: 1em;
  color: #6D6E71;
}
.enable-esign-and-taa__inputs-row {
  display: flex;
  flex-flow: wrap;
  padding: 1.875em 1.5625em !important;
  border-bottom: 1px solid #B9BBBD;
}
@media (max-width: 767.98px) {
  .enable-esign-and-taa__inputs-row {
    padding: 1.25em 0.625em !important;
    flex-flow: column;
  }
}
.enable-esign-and-taa__inputs-row:last-child {
  border-bottom: none;
}
.enable-esign-and-taa__switcher-row {
  padding: 2.1875em 1.5625em !important;
  border-bottom: 1px solid #B9BBBD;
}
@media (max-width: 767.98px) {
  .enable-esign-and-taa__switcher-row {
    padding: 1.25em 0.625em !important;
  }
}
.enable-esign-and-taa__switcher-row:last-child {
  border-bottom: none;
}
.enable-esign-and-taa__switcher-row.full-width {
  padding: 2.1875em 0 !important;
}
.enable-esign-and-taa__switcher-row-header {
  padding: 0 1.5625em;
}
.enable-esign-and-taa__switcher-row .switch-container {
  margin-bottom: 0.625em;
  padding-left: 0;
}
.enable-esign-and-taa__switcher-row .switch-container .switch.pending {
  width: 105px;
}
.enable-esign-and-taa__switcher-row .switch-container .switch.pending .no-text.text {
  width: auto;
}
.enable-esign-and-taa__roles-selection-action {
  margin-right: 15px;
}
.enable-esign-and-taa .textarea-container {
  margin: 0.625em 0;
}
.enable-esign-and-taa .full-width-content {
  padding: 0 2.5em;
}
.enable-esign-and-taa .escalation-roles {
  min-height: 0;
  padding: 0.9375em 0;
}
.enable-esign-and-taa .escalation-roles__title {
  margin: 1.25em 0 0.3125em 0;
}
.enable-esign-and-taa .escalation-levels-table-container .section-title {
  padding-left: 2.5em;
  font-weight: 600;
  font-style: normal;
}
.enable-esign-and-taa .modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.enable-esign-and-taa .modal .escalation-roles {
  padding: 20px 18px;
}
.enable-esign-and-taa .esign-row .table-container {
  margin: 30px 0;
  overflow: auto;
}
.enable-esign-and-taa .customer-table {
  margin: 30px 0;
  overflow: auto;
}
.enable-esign-and-taa .customer-table .form-table {
  min-width: 500px;
}
.enable-esign-and-taa .customer-table td {
  vertical-align: top;
}
.enable-esign-and-taa .escalation-levels-table-container {
  margin-top: 30px;
}
.enable-esign-and-taa .company-element {
  display: flex;
  margin-bottom: 20px;
}
.enable-esign-and-taa .company-element:last-child {
  margin-bottom: 0;
}
.enable-esign-and-taa .company-fabs {
  width: 50%;
  display: inline-block;
  margin-left: auto;
}
.enable-esign-and-taa .company-name {
  padding-right: 20px;
}
.enable-esign-and-taa__removed-tasks-text {
  margin-left: 5px;
  color: #EE4D16;
}
.enable-esign-and-taa__removed-tasks-text__icon {
  position: relative;
  top: 3px;
}
.enable-esign-and-taa .alert {
  margin: auto auto 20px auto !important;
}
.enable-esign-and-taa .author-note {
  font-size: 23px;
  text-align: center;
  text-decoration: underline;
  color: #ff0000;
}

.customer-registration__container {
  background-color: white;
}
.customer-registration__container .marginUserHead {
  font-size: 30px;
  font-size: 1.875em;
  color: #000000;
  padding: 20px;
}
.customer-registration__container .blueStrip.barborder, .customer-registration__container .blueStrip.policyBorder {
  height: auto;
  min-height: 40px;
  font-size: 20px;
  color: white;
  padding: 10px 20px;
  /*rebranding
  background-color: $main-blue-color;*/
}
.customer-registration__container .custom_selected.active::after {
  /*rebranding change $main-blue-color to midnight*/
  border: solid #242437;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 7px;
  height: 13px;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}
.customer-registration__container .marginBotton {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  display: flex;
}
.customer-registration__container .marginTextBox {
  margin-bottom: 20px;
}
.customer-registration__container #sendNewSms {
  display: inline-block;
  min-width: 150px;
  margin-bottom: 0;
  padding: 11px 12px;
  line-height: 1;
  color: white;
  /*rebranding
  background-color: #00548B;*/
  border-color: #00548B;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 16px;
  border-radius: 2px;
  user-select: none;
  height: 40px;
}
.customer-registration__container #sendNewSms:disabled {
  background: #6D6E71;
  cursor: no-drop;
}
.customer-registration__container .custom-select {
  position: relative;
}
.customer-registration__container .custom-select:after {
  content: "‣";
  display: none;
  width: 40px;
  height: 45px;
  position: absolute;
  right: -5px;
  top: 9px;
  justify-content: center;
  align-items: center;
  font-family: "Material Icons";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  font-size: 25px;
  transform: rotate(90deg);
}
.customer-registration__container .custom-select select {
  appearance: none;
  font-size: 16px;
}
.customer-registration__container .custom-select label {
  display: none;
}
.customer-registration__container .secondary-button {
  display: inline-block;
  height: 40px;
  min-width: 150px;
  margin-bottom: 0;
  padding: 11px 12px;
  /*rebranding
  color: #00548B;*/
  color: #242437;
  background-color: transparent;
  line-height: 1;
  /*rebranding
  border: 1px solid #00548A;*/
  border: 1px solid #242437;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  font-size: 16px;
  border-radius: 2px;
  user-select: none;
}
.customer-registration__container .scrollForPolicy {
  max-width: 100%;
  height: 500px;
  overflow: auto;
  /*rebranding
  border: solid $main-blue-color;*/
  margin: 20px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 10px;
}
.customer-registration__container .scrollForPolicy * {
  font-size: 16px;
}

.role-management__container .borderForAll {
  background-color: white;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.links-role-management__container .borderForAll {
  background-color: white;
  padding-top: 20px;
}
.links-role-management__container .borderForAll .btn.btn-primary {
  /* rebranding
  	background-color: $main-blue-color;
   		border-color: $main-blue-color;  */
}

.admin-crud__container {
  background-color: white;
  padding: 20px !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  .admin-crud__container label[for=ManualSearchArticlesLabel] {
    padding: 0;
  }
}
.admin-crud__container #searchTechArticle .row {
  margin-bottom: 10px !important;
}
.admin-crud__container .dataTables_wrapper {
  margin-top: 60px;
  overflow: auto;
}
.admin-crud__container .dataTables_wrapper #techArticleTableId thead {
  display: table-header-group !important;
}
.admin-crud__container .dataTables_wrapper .dt-button.buttons-excel.buttons-html5 {
  margin-left: 15px;
  font-size: 14px !important;
  background-color: white !important;
  font-weight: bold;
  border-radius: 0 !important;
  border-color: #00548B !important;
  text-align: center;
  min-width: 150px;
}
.admin-crud__container .dataTables_wrapper #tableFilters input[type=text] {
  min-width: auto !important;
}
.admin-crud__container .forAllFormItems .custom-col {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .admin-crud__container .forAllFormItems .custom-col {
    width: 100%;
    justify-content: left;
  }
}
.admin-crud__container label[for=techArticleSearchLabel] {
  color: #6D6E71;
  padding-top: 20px;
  font-size: 18px;
  font-size: 1.125em;
}
.admin-crud__container .forAllFormItemspadding {
  text-align: center;
}
.admin-crud__container #techArticleTableId_wrapper {
  overflow: auto;
}
.admin-crud__container .forAllFormItemspadding {
  text-align: center;
}
@media (max-width: 767.98px) {
  .admin-crud__container .classForButton .btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.BKM-procedure__container {
  background-color: white;
  padding-bottom: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.BKM-procedure__container .forMainScreen .row {
  margin: 10px !important;
}

.create-manual__container {
  background-color: white;
  padding: 20px !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.create-manual__container .headingSize {
  color: black;
  padding: 20px 0px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875em;
}
.create-manual__container .row {
  margin-bottom: 10px !important;
}

.admin-user-management__container {
  background-color: white !important;
  padding-bottom: 20px;
  padding-top: 20px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.admin-user-management__container .forTextBox {
  margin-bottom: 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.admin-user-management__container .forTextBox #addUserButtonId {
  margin-bottom: 10px;
  margin-right: 20px;
}
.admin-user-management__container .custom_row_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.admin-user-management__container .custom_row_actions div {
  margin-right: 15px;
  margin-bottom: 15px;
}
.admin-user-management__table {
  background-color: white;
  padding: 20px;
}
.admin-user-management__table .dataTable #thead {
  background-color: transparent;
  color: #6D6E71;
}

.search-results__container {
  background-color: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.search-results__container #searchResults #startDate, .search-results__container #searchResults #endDate {
  width: 100%;
  min-width: auto;
  background-color: transparent;
  z-index: 10;
}
.search-results__container .filterStructureSecondScreen .applyFilter {
  margin-right: 15px;
  margin-left: 15px;
  color: white;
  background-color: #00548B;
  border-color: #00548B;
  line-height: 1;
  font-size: 1em;
  min-width: 150px;
  height: auto !important;
  padding: 0.6875em 1.25em;
}
.search-results__container .filterStructureSecondScreen .clearFilter {
  line-height: 1;
  font-size: 1em;
  min-width: 150px;
  padding: 0.6875em 1.25em;
  height: auto !important;
}
.search-results__container #searchResults_wrapper .dt-button.buttons-csv.buttons-html5.excelbuttonlam {
  margin-right: 15px;
  margin-left: 15px;
  background-color: white !important;
  border-radius: 0 !important;
  border-color: #00548B;
  text-align: center;
  min-width: 150px;
}

.content-type-search-results__filters .filterStructureSecondScreen .applyFilter {
  margin-right: 15px;
  margin-left: 15px;
  color: white;
  background-color: #00548B;
  border-color: #00548B;
  line-height: 1;
  font-size: 1em;
  min-width: 150px;
  height: auto !important;
  padding: 0.6875em 1.25em;
}
.content-type-search-results__filters .filterStructureSecondScreen .clearFilter {
  line-height: 1;
  font-size: 1em;
  min-width: 150px;
  padding: 0.6875em 1.25em;
  margin-left: 30px;
  height: auto !important;
}
.content-type-search-results__my-table #searchResults #startDate,
.content-type-search-results__my-table #searchResults #endDate {
  width: 100%;
  min-width: auto;
}
.content-type-search-results__my-table #searchResults_wrapper .dt-button.buttons-csv.buttons-html5.excelbuttonlam {
  margin-right: 15px;
  margin-left: 15px;
  color: #00548B !important;
  background-color: white !important;
  border-radius: 0 !important;
  border-color: #00548B;
  text-align: center;
  min-width: 150px;
}

.product-explorer__container .row-product-hierarchy {
  margin: 10px auto !important;
  padding: 20px 20px 0px 20px !important;
  box-shadow: none !important;
  border-bottom: 1px solid #E5E5E5;
}
.product-explorer__container .selectRow .divChkBox.checkbox .custom_style {
  border: 2px solid white !important;
}
.product-explorer__container .row-eq-height {
  background-color: white;
  padding-bottom: 20px !important;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.product-explorer__container .secondary-button.clearFilter {
  margin-left: 10px;
}
.product-explorer__container .info-icon-section .infoIcon {
  position: absolute;
  right: 86px;
  top: 4px;
}
.product-explorer__container #findDocument2,
.product-explorer__container #findDocument {
  /*background-color: $main-blue-color;*/
}

.appLink__container {
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding-bottom: 20px;
}
.appLink__header {
  font-size: 18px;
  font-size: 1.125em;
  color: #6D6E71 !important;
  background-color: transparent !important;
}

.csom-delegation {
  width: 100%;
  padding: 35px 0;
}
.csom-delegation__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-size: 1.875em;
  color: black;
}
.csom-delegation__add-link {
  display: block;
  margin-bottom: 35px;
  font-size: 16px;
  font-size: 1em;
}
.csom-delegation__body__loader {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-image: url(../images/aui/loading_indicator.gif);
}
.csom-delegation__body__table {
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
  .csom-delegation__body__table {
    overflow: auto;
  }
}
.csom-delegation__body__table td .alert {
  margin: 0 auto;
}
.csom-delegation__body__table td .loading-portlet-container {
  height: 100px;
  margin: 0;
  background-color: transparent;
}
.csom-delegation__body__table .responsive-table {
  font-size: 14px;
}
.csom-delegation__body__table .csom-delegation-functional-location,
.csom-delegation__body__table .csom-delegation-delegate-name {
  max-width: 100px;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.csom-delegation__modal {
  width: 100%;
  max-width: 600px;
  overflow: visible;
  margin: 0 auto;
  top: 30%;
}
.csom-delegation__modal.lg {
  max-width: 870px;
}
.csom-delegation__modal .modal-content,
.csom-delegation__modal .modal-body {
  overflow: visible;
}
.csom-delegation__modal .modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.csom-delegation__modal .alert {
  margin: 0 auto 20px auto;
}
.csom-delegation input {
  min-width: 0;
}
.csom-delegation .input-container {
  position: relative;
  width: 100%;
}
.csom-delegation .input-icon {
  width: auto;
}
.csom-delegation .row {
  display: flex;
  flex-flow: wrap;
}

.dsc-date-report {
  position: relative;
  font-size: 14px;
  color: #242437;
}
.dsc-date-report__header {
  padding: 0 20px;
}
.dsc-date-report__content {
  margin: 10px 0 15px 0;
  padding: 20px;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.dsc-date-report__title {
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .dsc-date-report__title {
    font-size: 20px;
  }
}
.dsc-date-report__title__icon {
  margin-right: 8px;
  position: relative;
  top: 2px;
  color: #242437;
}
.dsc-date-report__sub-title {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #6D6E71;
  text-decoration: none;
  line-height: 1;
}
.dsc-date-report__divider {
  margin: 20px 0;
  border-bottom: 1px solid #B9BBBD;
}
.dsc-date-report__main-list {
  padding: 10px 0 0 10px;
  list-style: none;
}
.dsc-date-report__element {
  margin: 0 0 20px 0;
  padding-left: 15px;
}
.dsc-date-report__sublist {
  padding: 0 0 0 20px;
  list-style-type: disc;
}
.dsc-date-report .dropdown-label {
  margin: 0;
  padding-left: 0.9375em;
  padding-right: 0.625em;
  font-size: 16px;
  font-size: 1em;
  font-weight: normal;
  color: #B9BBBD;
}
.dsc-date-report .select-container {
  margin: 0;
  width: 100%;
}
.dsc-date-report .select-container select {
  width: 120px;
  height: 30px;
  min-width: auto;
  padding: 0 2.5em 0 0;
  border: none;
  border-radius: 0;
  outline: none;
}
@media (max-width: 767.98px) {
  .dsc-date-report .select-container select {
    width: 100%;
  }
}
.dsc-date-report__filter {
  padding: 0 20px;
}
.dsc-date-report .filters__element__wrapper {
  margin-bottom: 20px;
  max-width: 200px;
}
.dsc-date-report .filters__element__container {
  border-right: 0;
}
@media (max-width: 767.98px) {
  .dsc-date-report .filters__element__container {
    margin-bottom: 0;
  }
}
.dsc-date-report .select2-container--default .select2-selection--single {
  border: none !important;
}
.dsc-date-report .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

.notifications-portlet {
  padding: 0;
}
.notifications-portlet .portlet-content {
  padding: 0;
}
.notifications-portlet .navbar,
.notifications-portlet .management-bar-container {
  display: none;
}
.notifications-portlet .main-content-body {
  margin: 0;
}
.notifications-portlet .user-notifications .checkbox {
  display: none;
}
.notifications-portlet .user-notifications .list-group-item-field {
  padding: 0;
  border: none;
}
.notifications-portlet .user-notifications .list-group-item-field:first-child {
  display: none;
}
.notifications-portlet .user-notifications .user-info {
  display: none;
}
.notifications-portlet .tabular-list-group {
  display: block;
  overflow: auto;
  max-height: 252px;
}
.notifications-portlet .tabular-list-group .list-group-item {
  display: block;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
  border: none;
}
.notifications-portlet .tabular-list-group .list-group-item-content {
  padding: 0;
  border: none;
  max-width: fit-content;
}
.notifications-portlet .tabular-list-group .list-group-item-content h4 {
  font-size: 16px;
}
.notifications-portlet .tabular-list-group .list-group-item-content h5 {
  display: none;
}
.notifications-portlet .loading {
  color: gray;
  cursor: progress;
}
.notifications-portlet #clearingNotificationsSpinner.loading-centered {
  text-align: center;
}
.notifications-portlet #clearingNotificationsSpinner .show {
  display: block;
}
.notifications-portlet #clearingNotificationsSpinner .hide {
  display: none;
}

.user-profile-esign-tasks-container {
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 20px 30px;
  background: white;
}

.eSign-tasks__header {
  margin: 0 0 20px 0;
  padding-left: 0;
}
.eSign-tasks__header .due-date {
  margin-left: 10px !important;
  font-size: 20px;
}
.eSign-tasks__title {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #6D6E71;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
}
.eSign-tasks__title-link {
  display: inline-block;
}
.eSign-tasks__title-container {
  display: block;
}
.eSign-tasks__title-container.single-line {
  padding-right: 20px;
}
.eSign-tasks__title-container.single-line a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.eSign-tasks__title-container:hover .view-more {
  display: block;
}
.eSign-tasks__row {
  margin-bottom: 6px;
  padding-bottom: 11px;
  border-bottom: 1px solid #EEEFEF;
  position: relative;
}
.eSign-tasks__row:last-child {
  border-bottom: none;
}
.eSign-tasks__error-icon {
  display: inline;
  margin-left: 5px;
  position: relative;
  top: 2px;
  font-size: 14px;
  color: #FF7600;
}
.eSign-tasks__error-icon.due-date {
  display: inline;
  align-items: center;
  margin-left: 0;
  margin-right: 5px;
}
.eSign-tasks__due-date {
  display: inline-block;
  margin-left: 5px;
  align-items: center;
  line-height: 1;
}
.eSign-tasks__due-date.is-due-date {
  color: #FF7600;
}
.eSign-tasks__body {
  padding-top: 5px;
  padding-left: 15px;
  font-size: 15px;
  font-size: 0.9375em;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  /* Rebranding - globalising body font-family
  font-family: Helvetica, Arial, sans-serif; */
  color: black;
  background-color: #EEEFEF;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1,
h1 {
  margin: 10px 0;
  font-size: 41px;
}

.h2,
h2 {
  font-size: 34px;
}

.h3,
h3 {
  font-size: 28px;
}

.h4,
h4 {
  font-size: 20px;
}

.h5,
h5 {
  font-size: 16px;
}

.h6,
h6 {
  font-size: 14px;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 11px;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a[href]:after {
  content: none !important;
}

.btn-anchor,
a {
  cursor: pointer;
  display: inline;
}

p {
  font-size: 14px;
  margin: 0 0 11px;
}

.text-align-right {
  text-align: right;
}

label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  padding-left: 10px;
  font-size: 16px;
  color: #242437;
}

b,
strong {
  font-weight: bold;
}

.hgroup {
  margin: 0;
  padding: 20px 20px 114px;
}

@media print {
  .hgroup {
    padding: 0 30px;
  }
}
.align-text-center {
  text-align: center;
}

.eight-hundred-px-single-column {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  height: 20px;
}

th {
  text-align: left;
}

td,
th {
  padding: 0;
}

.no-wrap {
  white-space: nowrap;
}

.tech-document-article__header-actions {
  font-size: 24px;
  margin-top: 8px;
  margin-left: 15px;
  cursor: pointer;
  color: white !important;
}
.tech-document-article__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tech-document-article__banner-content {
  padding: 10px 20px 10px 0;
}
.tech-document-article__banner h1 {
  display: block;
  font-weight: bold;
  font-style: normal;
  font-size: 28px;
  color: white !important;
  position: relative;
}
.tech-document-article__banner table {
  width: 100%;
}
.tech-document-article__banner .background-turquoise {
  background-color: #242437 !important;
  border-bottom: 2px solid white;
}
.tech-document-article__banner .background-white {
  background-color: white !important;
}
.tech-document-article__banner .image-gradient img {
  display: block;
  width: 100%;
}
.tech-document-article__banner__task-draft-text {
  width: 200px;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 30%;
  right: 30%;
  text-align: center;
  z-index: 0;
  font-size: 25px;
  font-weight: bold;
  color: #EE4D16 !important;
}
.tech-document-article__banner__task-draft-text__ob, .tech-document-article__banner__task-draft-text__pcn {
  left: 200px;
  text-align: left;
}
.tech-document-article__banner__task-draft-text.Suspended {
  width: 200px;
}
.tech-document-article__banner__task-type {
  display: block;
  font-size: 16px;
  text-align: right;
}
.tech-document-article__banner__gradient {
  color: white;
  padding-bottom: 32px;
  background-size: 100% 29px, 100% calc(100% - 29px);
  position: relative;
}
.tech-document-article__site-logo {
  width: 146px;
  height: 50px;
  margin-right: auto;
}
.tech-document-article__site-logo-container {
  width: 146px;
  padding: 10px 0 10px 20px;
}
.tech-document-article__site-logo-image {
  width: 146px;
}
.tech-document-article__container {
  background-color: white;
}
.tech-document-article__container img,
.tech-document-article__container .cke_widget_element {
  height: auto;
}
.tech-document-article__container .cke_widget_drag_handler_container {
  display: none !important;
}
.tech-document-article__summary-list strong {
  font-weight: bold;
}
.tech-document-article__content-text {
  max-width: 100%;
  width: 100% !important;
}
.tech-document-article__content-text, .tech-document-article__content-text * {
  font-size: 16px;
  line-height: normal;
}
.tech-document-article__content-div-table {
  font-size: 16px;
  line-height: normal;
}
.tech-document-article__content-text > * {
  max-width: 100%;
  width: 100% !important;
}
.tech-document-article__table {
  border-collapse: collapse;
  width: 100%;
  page-break-inside: avoid;
}
.tech-document-article__table td {
  word-break: break-word;
  word-wrap: break-word;
  min-width: 50px;
}
.tech-document-article__table .date-cell {
  width: 110px;
}
.tech-document-article__table table,
.tech-document-article__table td,
.tech-document-article__table th {
  border: 1px solid black;
  padding: 8px;
}
.tech-document-article__table .refdoc-partnumber {
  min-width: 140px;
}
.tech-document-article__text-note {
  padding: 20px 0 5px 0;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
}
.tech-document-article__text-note strong {
  text-transform: uppercase;
}
.tech-document-article__mandatory {
  color: #EE4D16;
}
.tech-document-article__eSign-alert {
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 500px;
  height: 50px;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #FFB700;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.tech-document-article__eSign-alert i {
  font-size: 20px;
  padding: 8px 8px 8px 16px;
}
.tech-document-article__eSign-alert span {
  font-weight: bold;
  font-style: normal;
  line-height: 21px;
  font-size: 14px;
}
.tech-document-article__eSign-alert b {
  margin-left: auto;
  margin-right: 16px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
}
.tech-document-article__red {
  color: #EE4D16;
}
.tech-document-article__draft-text {
  margin-left: -110px;
  position: absolute;
  top: 200px;
  left: 50%;
  z-index: auto;
  font-size: 100px;
  line-height: 1;
  opacity: 0.2;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tech-document-article__wrapper {
  margin: 0;
  padding: 0;
}
.tech-document-article__fields {
  margin-top: 40px;
  text-align: left;
}
.tech-document-article__item-container {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  table-layout: fixed;
}
.tech-document-article__items-label {
  display: table-cell;
  width: 30%;
  min-width: 240px;
  margin-right: 30px;
  padding-right: 20px;
  vertical-align: top;
  font-weight: bold;
  font-style: normal;
  text-align: right;
  font-size: 18px !important;
  color: black;
}
.tech-document-article__items {
  display: table-cell;
  width: 70%;
  vertical-align: initial;
  font-weight: 400;
  font-size: 18px !important;
}
.tech-document-article__titles {
  font-weight: bold;
  font-style: normal;
  font-size: 24px !important;
  color: black !important;
}
.tech-document-article__summary-list {
  margin-top: 5px;
  padding-left: 20px;
  font-size: 16px;
}
.tech-document-article__summary-list li {
  margin-bottom: 10px;
}
.tech-document-article__pcn-summary, .tech-document-article__pcn-summary * {
  list-style-type: none;
  margin: -5px 0 0 -10px;
  font-size: 18px;
}
.tech-document-article img {
  min-height: 50px;
}

.inlined {
  display: inline-block !important;
}

.bold, .my-articles__title {
  font-weight: bold;
}

img:after {
  content: "Sorry, image inaccessible or  broken at: \a" "\a(url: " attr(src) ")";
  display: block;
  font-size: 16px;
  font-style: normal;
  color: #383d41;
  width: 100%;
  text-align: center;
  background-color: #e2e3e5;
  padding: 10px;
  border-radius: 4px;
}

.arrow-icon,
.close-icon {
  font-size: 25px;
  cursor: pointer;
}

.back-arrow {
  font-size: 35px;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tech-document-article__banner__task-draft-text {
    top: 50px;
    left: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-enabled .tech-document-article__banner-content {
    display: block;
  }
  .mobile-enabled .tech-document-article__banner__task-draft-text {
    left: 55px;
    text-align: right;
    top: 50px;
  }
  .mobile-enabled .tech-document-article__banner__task-draft-text__pcn {
    left: 55px;
    text-align: right;
    top: 50px;
  }
  .mobile-enabled .tech-document-article__site-logo-container {
    display: block;
  }
  .mobile-enabled .tech-document-article__items {
    display: block;
    text-align: left;
    padding: 0 25px;
    width: 100%;
    border: 0;
  }
  .mobile-enabled .tech-document-article__items-label {
    display: block;
    text-align: left;
    padding: 0 25px;
    width: 100%;
    border: 0;
  }
}
.material-to-order-table-row-one {
  width: 1%;
}

.material-to-order-table-row-two {
  width: 0%;
}

.material-to-order-table-row-three {
  width: 25%;
}

.material-to-order-table-row-four {
  width: 2% !important;
}

.revision-author-class-26 {
  width: 26%;
}

.revision-date-class-14 {
  width: 14%;
}

/*Updated*/
.textFilter,
.textLabel {
  font-family: "Arial";
}

.col-md-12 .portlet-decorate .portlet-content {
  padding: 10px;
}

#CheckEmailForm {
  font-family: "Arial";
}

.dashboard-layout-alerts-area {
  background: #6ce3c5;
  height: 50px;
}

body {
  font-family: "Arial";
  background-color: #e7e3dd;
}

.btn-default {
  color: #4a4a4a;
}

.btn-secondary {
  color: #4a4a4a;
  border: 1px solid #4a4a4a;
}

.btn-primary,
.primary-button,
a.primary-button {
  background-color: #4a4a4a;
}

.blueStrip.barborder,
.blueStrip.policyBorder {
  background-color: #242437;
}

#sendNewSms {
  background-color: #4a4a4a;
}

#findDocument2,
#findDocument {
  background-color: #4a4a4a;
}
#findDocument2:hover,
#findDocument:hover {
  color: #f9f9f9;
  background-color: #242437;
}
#findDocument2:disabled,
#findDocument:disabled {
  background: #cccccc;
  cursor: no-drop;
}

.primary-button {
  background-color: #4a4a4a;
}
.primary-button:hover {
  color: #f9f9f9 !important;
  background-color: #242437 !important;
}
.primary-button:focus {
  color: white !important;
}
.primary-button:active {
  color: #424265;
}
.primary-button:disabled {
  background: #cccccc !important;
  cursor: no-drop !important;
}

.colors-legend__span-blue {
  background-color: #242437;
}

.form-group.checkbox-options label:before,
.form-group.radio-options label:before {
  border: 2px solid #242437;
}
.form-group.checkbox-options input:checked + label:before,
.form-group.radio-options input:checked + label:before {
  background-color: #242437;
}
.form-group.checkbox-options input:indeterminate + label:before,
.form-group.radio-options input:indeterminate + label:before {
  background-color: #242437;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: transparent;
}

.checkbox .custom_style {
  border: 2px solid #242437;
}
.checkbox .custom_style .custom_selected.active {
  background-color: #242437;
}

.oneOptionSelected {
  color: #242437 !important;
}

.search-results__container .filterStructureSecondScreen .applyFilter {
  color: white;
  background-color: #4a4a4a;
  border: 1px solid #4a4a4a;
}
.search-results__container .filterStructureSecondScreen .clearFilter {
  color: #242437;
}

/* this is redundant */
.button.dt-button,
div.dt-button,
a.dt-button {
  color: #4a4a4a;
  border-color: #4a4a4a;
  background-color: transparent;
}

.scrollForPolicy {
  border: solid #242437;
}

.btn-anchor,
a {
  color: #4a4a4a;
}
.btn-anchor:hover, .btn-anchor:focus,
a:hover,
a:focus {
  color: #242437;
}
.btn-anchor:active,
a:active {
  color: #242437;
}

.excelbuttonlam {
  color: white !important;
  background: #4a4a4a !important;
}
.excelbuttonlam:hover {
  background: #242437 !important;
}

.btn-primary {
  border-color: #4a4a4a;
  color: white;
}

.btn-primary:hover,
.btn.btn-primary.btn-default:hover {
  color: white !important;
  background-color: #242437;
  border-color: #242437;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.btn-secondary {
  color: #4a4a4a;
  border: 1px solid #4a4a4a;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #EEEFEF;
  border-color: #242437;
  color: #242437;
}

#systemSelectionForm .text {
  color: black;
}

.tabContainer #navigation .tab button {
  background-color: transparent;
}
.tabContainer #navigation .tab button a:hover {
  border-bottom: 1px solid #6ce3c5;
  color: #6ce3c5;
}

.tabContainer #navigation .tab button.active a:hover {
  color: #242437;
}

.bulb-image {
  height: 447px;
}

navbar-nav > li > a {
  line-height: 20px;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 0px;
  text-transform: capitalize;
}

.customContainer h4 {
  color: #414042;
  font-weight: 300;
  font-size: 15px;
  /*rebranding */
  text-transform: uppercase;
  min-width: 178px;
  white-space: nowrap;
}

/*rebranding background-color at theme level sub-headings*/
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #242437;
}

.classForButton {
  background-color: #242437;
}

.links-role-management__container .borderForAll .btn.btn-primary {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.links-role-management__container .borderForAll .btn.btn-primary:hover {
  background-color: #242437;
  border-color: #242437;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: white;
  background-color: #242437;
  border-color: #242437;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #242437;
  border-color: #242437;
}

.pagination > li > a,
.pagination > li > span {
  color: white;
  border: 1px solid #4a4a4a;
  background-color: #4a4a4a;
}

.switch input:checked + .slider {
  background-color: #242437;
}

.btn-link {
  color: #4a4a4a;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #242437;
}

.btn-link:hover,
.btn-link:focus {
  color: #242437;
}

.react-checkbox-tree .rct-checkbox {
  color: #242437;
}

.current .multi-step__divider {
  background-color: #242437;
}

.switch input:checked + .slider {
  background-color: #242437;
}

.tech-article-task__header__icons.active {
  color: #242437;
}

.nav-tabs .nav-link.active {
  border-bottom: 1px solid #6ce3c5;
}

.nav > li > a:hover,
.nav > li > a:focus {
  color: #6ce3c5 !important;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  background-color: #242437;
}

.btn-primary:focus,
.btn-primary.focus {
  color: white;
  background-color: #242437;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #4a4a4a;
  border: 1px solid #4a4a4a;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1px solid #4a4a4a;
  background-color: #4a4a4a;
  background: #4a4a4a;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #242437;
  background: #242437;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #4a4a4a;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #4a4a4a !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background-color: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: #4a4a4a !important;
}

/*
.dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current {
  border: 1px solid #4a4a4a !important;
  background-color: #4a4a4a !important;
  background: #4a4a4a !important;
}
*/
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #242437 !important;
  background: #242437 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #4a4a4a !important;
  border: 1px solid #4a4a4a !important;
}

.round label.checkbox-styled {
  border: 2px solid #242437;
}

.btn_submit_bkm {
  background-color: #242437;
}

.customContainer {
  background-color: #f9f9f9;
}

.dt-buttons,
.dt-button.buttons-excel.buttons-html5 {
  color: #242437;
  border-color: #242437;
}

/*
.dataTables_wrapper
  #adminUserTable_paginate.dataTables_paginate
  .paginate_button.disabled,
.dataTables_wrapper
  #adminUserTable_paginate.dataTables_paginate
  .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: $midnight;
}
.dataTables_wrapper
  #adminUserTable_paginate.dataTables_paginate
  .paginate_button {
  color: $midnight;
  border: 1px solid $midnight;
}
.dataTables_wrapper
  #adminUserTable_paginate.dataTables_paginate
  .paginate_button.current {
  border: 1px solid $midnight;
  background-color: $midnight;
  background: $midnight;
}
*/
.dt-button.buttons-excel.buttons-html5:hover {
  background-color: #242437;
}

/*
.dataTables_wrapper
  #adminUserTable_paginate.dataTables_paginate
  .paginate_button:hover {
  background-color: $midnight;
  background: $midnight;
}
*/
.admin-crud__container .dataTables_wrapper .dt-button.buttons-excel.buttons-html5 {
  color: #242437;
  border-color: #242437 !important;
}

/*
.dataTables_wrapper
  #manualAdminSearchTable_paginate.dataTables_paginate
  .paginate_button.current {
  border: 1px solid $midnight;
  background-color: $midnight;
  background: $midnight;
}

.dataTables_wrapper
  #manualAdminSearchTable_paginate.dataTables_paginate
  .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: $midnight;
}

.dataTables_wrapper
  #manualAdminSearchTable_paginate.dataTables_paginate
  .paginate_button {
  color: $midnight;
  border: 1px solid $midnight;
}

.dataTables_wrapper
  #manualAdminSearchTable_paginate.dataTables_paginate
  .paginate_button:hover {
  background-color: $midnight;
  background: $midnight;
}
*/
.searchBox:focus {
  border: 1px solid #242437;
  -webkit-box-shadow: 1px 1px 0px 0px #242437;
  -moz-box-shadow: 1px 1px 0px 0px #242437;
  box-shadow: 1px 1px 0px 0px #242437;
}

.ui-menu .ui-menu-item:hover {
  background-color: #242437;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  background-color: #242437;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  text-decoration: none;
  border: none;
  background-color: #242437;
}

/*the container must be positioned relative:*/
/*
.select-dropdown {
  position: relative;
  font-family: Arial;
}

.select-dropdown select {
  display: none; //hide original SELECT element
}

.select-selected {
  background-color: $midnight;
}
*/
/*style the arrow inside the select element:*/
/*
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
*/
/*point the arrow upwards when the select box is open (active):*/
/*
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
*/
/*style the items (options), including the selected item:*/
/*
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
*/
/*style items (options):*/
/*
.select-items {
  position: absolute;
  background-color: $midnight;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
*/
/*hide the items when the select box is closed:*/
/*
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: $midnight;
}
*/
.btn-primary--width {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.btn-primary--width:hover {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.button-clicked {
  background-color: #242437;
  border-color: #242437;
}

.button-clicked:hover {
  background-color: #242437;
  border-color: #242437;
}

.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 {
  background-color: #242437;
  border-color: #242437;
}

.btn-primary:focus,
.btn-primary.focus {
  background-color: #242437;
  border-color: #242437;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: none;
  outline-offset: 0px;
}

.hiddenApplinks-container .toggler-button:hover {
  color: #6ce3c5 !important;
}

.myLamText:hover {
  color: #6ce3c5 !important;
}
.myLamText:focus {
  color: #6ce3c5 !important;
}

.apps-icon-container:hover {
  color: #6ce3c5 !important;
}

.lfr-nav-item.active > a {
  color: #6ce3c5;
}

.lfr-nav-hover a {
  color: #6ce3c5;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-bottom: 1px solid #242437 !important;
}

.select-dropdown ul li label:hover {
  background: #4a4a4a;
  color: white;
}

.select-dropdown ul li label {
  padding-left: 10px;
}

.select-dropdown input[type=checkbox] {
  display: none;
}

.select-dropdown input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 16px !important;
  min-width: 16px;
  height: 16px !important;
  min-height: 16px;
  top: 3px;
  margin-right: 12px;
  position: relative;
  background-color: transparent;
  border-radius: 3px;
  border: 2px solid #242437;
  cursor: pointer;
  /*   background-color: #242437; */
}

.select-dropdown input[type=checkbox]:checked + label:before {
  background-color: #242437;
  border: 2px solid #242437;
  height: 16px !important;
}

/* .select-dropdown ul li label:hover:after {
	display: none;
  } */
.custom-select-checkbox label:after {
  margin-bottom: -10px !important;
}

.custom-select-checkbox input[type=checkbox] + label:hover:after {
  display: none;
  /*   padding: 2px; */
}

.custom-select-checkbox input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 5px;
  margin-bottom: 0px;
  height: 12px;
  position: relative;
  top: -15px;
  left: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#select2-savedFilters-container {
  width: 335px;
}

.select2-container--default .select2-selection--single {
  width: 100%;
}

i.minus-sign {
  z-index: 1;
}

i.minus-sign,
.arrow-selector {
  top: 28px;
}

.tree li .indicator {
  top: 0px !important;
}

.select2-selection__rendered {
  color: #242437;
  line-height: 40px !important;
  margin-left: 10px;
}

.select2-selection--single {
  border: 1px solid #b9bbbd !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-pagination {
  height: 26px !important;
}

div#searchResults_info {
  margin-top: 2px;
}

input#searchDT {
  left: 9%;
  outline: none;
  color: #414042;
  border: 1px solid darkgrey !important;
  float: left;
  width: 335px !important;
  text-align: left;
}

.content_filter_select {
  width: 256px;
  border: 1px solid #b9bbbd !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select2-manual {
  margin-left: 0px;
}

.custom-select-container {
  margin-top: 9px !important;
}

/*
.journal-content-article{
  background-color: white;
}
*/
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background: #cccccc;
  border-color: #cccccc;
}

.secondary-button,
button .secondary-button,
a.secondary-button {
  color: #242437;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
}

.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover {
  background-color: #cccccc;
  border-color: #cccccc;
}

.select2-container--default .select2-results > .select2-results__options {
  font-family: Arial;
}

.resulttextlabel.select2-container--default .select2-selection--single {
  /* width: 100% !important; */
  background: url(/portal/o/MyLamSharepointSearchPortlet/images/dropdown.png) no-repeat right;
  background-position-x: 110px;
  position: relative;
  border-radius: 29px;
}

.resulttextlabel.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #242437;
  line-height: normal;
}

.facet-value.form-group.checkbox-options input:checked + label:after,
.facet-value.form-group.radio-options input:checked + label:after {
  width: 5px;
  height: 10px;
  top: 4px;
  left: 5px;
}

.facet-value.form-group.checkbox-options,
.facet-value.form-group.radio-options {
  display: inline-block;
  margin: 2px;
}

.facet-value.form-group.checkbox-options label:before,
.form-group.radio-options label:before {
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
}

.facet-value.form-group.checkbox-options label,
.facet-value.form-group.radio-options label {
  display: block;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single {
  text-align: start;
}

#selectBoxOne option:checked,
#selectBoxSecond option:checked,
#availableSystemsSelectBox option:checked,
#mappedSystemsSelectBox option:checked {
  background: #4a4a4a -webkit-linear-gradient(bottom, #4a4a4a 0%, #4a4a4a 100%);
  width: 300px;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

#selectBoxOne option:checked,
#selectBoxSecond option:checked,
#availableSystemsSelectBox option:checked,
#mappedSystemsSelectBox option:checked {
  background: #4a4a4a -ms-linear-gradient(bottom, #4a4a4a 0%, #4a4a4a 100%);
  width: 300px;
  -ms-text-fill-color: #fff;
}

#selectBoxOne option:checked,
#selectBoxSecond option:checked,
#availableSystemsSelectBox option:checked,
#mappedSystemsSelectBox option:checked {
  background: #4a4a4a -moz-linear-gradient(bottom, #4a4a4a 0%, #4a4a4a 100%);
  width: 300px;
  -moz-text-fill-color: #fff;
}

/*To implement margins for web content pages*/
.portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_ .portlet-content-container {
  background-color: white !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 10px 20px;
}
.portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_ .portlet-content-container table tr td:first-child {
  color: #6D6E71 !important;
  background-color: transparent !important;
}

.dashboard-layout-widgets-area .portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_ .portlet-content-container {
  padding: 0px 0px;
}

.eight-hundred-px-single-column .portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_ .portlet-content-container {
  background-color: #e7e3dd !important;
  box-shadow: none;
}

.portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_ .portlet-content-container .blueStrip.policyBorder {
  height: 100%;
  color: #ffffff;
  font-size: 19px;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background: #4a4a4a;
}

.DayPicker-TodayButton {
  background-color: #4a4a4a;
}

.DayPicker-Day--today {
  color: #242437;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  background-color: #4a4a4a;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #242437;
}

.content-bg-styles {
  background-color: white !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 10px 20px;
}
.content-bg-styles table tr td:first-child {
  color: #6D6E71 !important;
  background-color: transparent !important;
}

.my-tasks__my-work-link {
  color: #4a4a4a;
}

.nine-hundred-twenty-px-single-column .portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_ .portlet-content-container {
  background-color: #e7e3dd !important;
  box-shadow: none;
}

.select-content {
  margin-top: -6px;
}

.dataTables_length label span.select2 {
  margin-left: 10px;
  margin-right: 10px;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #4a4a4a;
  background-image: -moz-linear-gradient(to bottom, #4a4a4a, #4a4a4a);
  background-image: -ms-linear-gradient(to bottom, #4a4a4a, #4a4a4a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a4a4a), to(#4a4a4a));
  background-image: -webkit-linear-gradient(to bottom, #4a4a4a, #4a4a4a);
  background-image: -o-linear-gradient(to bottom, #4a4a4a, #4a4a4a);
  background-image: linear-gradient(to bottom, #4a4a4a, #4a4a4a);
}

.portlet-body .nav > li > .dropdown-menu {
  z-index: 9999 !important;
}

footer a:hover,
footer a:focus {
  color: #6ce3c5 !important;
}

.search-results__container {
  background-color: #e7e3dd;
}

.alert-info,
.portlet-msg-help,
.portlet-msg-info,
.portlet-msg-progress {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  color: white !important;
}

.btn-clearall:hover,
.btn-clearall:focus,
.btn-clearall.focus,
.btn.btn_1:hover,
.filters__btn:hover,
.btn.btn_1:focus,
.filters__btn:focus,
.btn-default:hover,
.btn-default:focus,
.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: #242437 !important;
}

.btn-free-x:active:focus {
  color: #242437;
}

.btn-default.toggler-button:focus {
  color: #6ce3c5 !important;
}

.container-fluid.container-fluid-max-xl,
.borderForAll {
  height: auto !important;
}

.nav-link:hover,
.nav-underline .tab a:hover,
.nav-link:focus,
.nav-underline .tab a:focus,
.nav-item.dropdown span.text-truncate:hover,
.nav-item.dropdown span.text-truncate:focus,
.nav-item.dropdown a.text-truncate:hover {
  color: #6ce3c5;
}

button#prodDocTypeButton,
button#roleDocTypeButton {
  white-space: nowrap;
}

.dropdown-item.active,
.dropdown-menu > li > a.active,
.nav-underline .tab.active .dropdown-menu > li > a,
.dropdown-menu .link-list > li > a.active,
.dropdown-menu .nav-underline .tab.active .link-list > li > a,
.nav-underline .tab.active .dropdown-menu .link-list > li > a,
.nav-underline .tab.active a.dropdown-item,
.dropdown-item:active,
.dropdown-menu > li > a:active,
.dropdown-menu .link-list > li > a:active {
  background-color: white;
}

a.apps-icon-container {
  color: white;
}

.dropdown-item:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu .link-list > li > a:hover,
.dropdown-item:focus,
.dropdown-menu > li > a:focus,
.dropdown-menu .link-list > li > a:focus,
.dropdown-menu > li > a:active,
.dropdown-menu .link-list > li > a:active {
  color: black;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
  .navbar-nav {
    display: block;
    padding-left: inherit;
    float: left;
    margin: 0;
    margin-right: 15px;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-collapse.show {
    overflow-y: visible;
  }
  .navbar-collapse.collapse {
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-toggle {
    display: none;
  }
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (max-width: 1200px) {
  .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0;
  }
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav > li {
  position: relative;
  display: block;
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  width: 100% !important;
  padding-left: 15px;
  -webkit-overflow-scrolling: touch;
}

.navbar-toggle {
  height: 32px;
  margin-left: 15px;
  padding-bottom: 0;
  padding-top: 0;
  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: 2px;
}

.navbar-nav > .lfr-nav-item.nav-item > .nav-link.text-truncate {
  padding: 10px 15px;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

@media (max-width: 1200px) {
  .navbar-collapse.show {
    display: block !important;
    overflow-y: auto !important;
  }
}
.dropdown.uac-dropdown.show ul.dropdown-menu.show {
  min-width: 12rem !important;
}

@media (min-width: 792px) {
  #UserInformation .col-md-6 {
    max-width: 50% !important;
  }
}
#UserInformation #timeOffContainer .col-md-6 .btn-secondary:disabled {
  color: #4a4a4a;
}

li.active.selected > .dropdown-item:hover,
.dropdown-menu > li.active.selected > a:hover {
  color: white;
}

li.active.selected > .dropdown-item,
.dropdown-menu > li.active.selected > a {
  color: white;
}

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

@media (min-width: 768px) {
  .col-md-4 {
    max-width: none;
  }
  .dashboard-layout-widgets-area .row {
    display: block;
  }
}
.dropdown-item.active,
.dropdown-menu > li > a.active {
  color: #333333;
}

.left-icon,
.backward-icon {
  top: 5px;
}

.forward-icon,
.right-icon {
  top: 4px;
}

.alert-success,
.portlet-msg-success {
  background-color: #c4d82e;
  border-color: #c4d82e;
  color: #000000;
}

.alert-danger,
.portlet-msg-error {
  background-color: #ee4d16;
  border-color: #ee4d16;
  color: #000000;
}

.glyphicon-chevron-up:before {
  content: "❮";
  transform: rotate(90deg);
  display: inline-block;
  font-weight: 1000;
}

.glyphicon-chevron-down:before {
  content: "❯";
  transform: rotate(90deg);
  display: inline-block;
  font-weight: 1000;
}

.glyphicon.glyphicon-filter #downArrow {
  margin-right: 7px;
}

#navigationCollapse {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1200px) {
  #navigationCollapse {
    display: flex !important;
  }
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

#savedFilterSection {
  font-size: medium;
}

@media (max-width: 992px) {
  #roleDocType .row,
  #prodDocType .row {
    display: block;
  }
  #roleDocType > .col-md-6.button-edite-container {
    max-width: 100%;
  }
  #searchTableId .adminUserTable-container .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .forAllFormItems .col-md-6 {
    max-width: 100% !important;
    width: 100% !important;
    display: block;
  }
  .create-manual__container .row .forAllFormItems.col-md-10 {
    display: block;
  }
  .forButtons .col-md-1 {
    max-width: none;
  }
  .create-manual__container .row .forButtons {
    flex-wrap: wrap;
  }
  .create-manual__container .row .forButtons .col-md-2.custom-col,
  .create-manual__container .row .forButtons .col-md-1.custom-col {
    max-width: none;
    flex: none;
  }
  .forTextBox .col-md-7 {
    max-width: 100%;
  }
  .BKM-procedure__container .forButtons.row {
    display: flex;
    justify-content: center;
  }
  .BKM-procedure__container .forButtons.row .col-md-4 {
    max-width: 33.33%;
  }
}
@media (max-width: 768px) {
  .col-sm-5 {
    max-width: 100%;
  }
  .row.row-eq-height.row-product-hierarchy .col-md-2.col-sm-2.col-xs-12.one_line_alignment.custom-col,
  .row.row-eq-height.row-product-hierarchy .col-md-2.col-sm-2.col-xs-12.alignment.custom-col {
    max-width: 100%;
  }
  .row.searchBlock .col-md-6.col-sm-8.col-xs-10.col-explorer2.custom-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#systemListModalContent {
  display: none;
}

.forButtons {
  display: flex;
  width: 100%;
}

@media (max-width: 992px) {
  #searchSchematicsArticle .forAllFormItems .col-lg-2.col-md-2.col-sm-4.col-xs-4.colorOfHeading.custom-col.form-group {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  #searchSchematicsArticle .forAllFormItems .col-lg-3.col-md-4.col-sm-6.col-xs-8.custom-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #jump-to-selected + span #select2-jump-to-selected-container {
    width: 430px;
  }
}
@media (min-width: 768px) {
  #bkmSearchForm .form-group .col-sm-6 {
    width: 50%;
    float: left;
  }
  #systemMappingDivId .row.searchBlock .col-md-3.col-sm-2.col-xs-1.col-explorer.custom-col {
    flex: 0 0 18.5%;
    max-width: 18.5%;
  }
  #systemMappingDivId .row.searchBlock .col-md-6.col-sm-8.col-xs-10.col-explorer2.custom-col {
    flex: 0 0 63%;
    max-width: 63%;
  }
  .col-md-12.fab-name-container .col-md-6.col-sm-6.col-xs-12 {
    max-width: 50%;
  }
  .admin-user-management__container .col-md-8.actions-container .col-md-6 {
    max-width: 50%;
  }
  .col-md-5 {
    max-width: 100%;
  }
  #roleDocType .forRoleClass .col-md-6,
  #prodDocType .forRoleClass .col-md-6 {
    max-width: 100%;
  }
  .forAllFormItems .col-sm-6 {
    width: 50%;
  }
  .BKM-procedure__container .col-xs-12.col-sm-4.col-md-3.custom-col.form-group {
    max-width: 33.333%;
  }
  #systemMappingDivId .row.row-eq-height.row-product-hierarchy,
  #systemMappingDivId .row.searchBlock {
    display: flex;
  }
}
@media (min-width: 576px) {
  .col-sm-6 {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  #bkmSearchForm .form-group .col-md-4 {
    width: 33.33333%;
  }
  .admin-user-management__container .col-md-8.actions-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-5 {
    max-width: 41.66667%;
  }
  .forAllFormItems .col-lg-3.col-md-4.col-sm-6.col-xs-8.custom-col {
    width: 25%;
  }
  .col-lg-4 {
    max-width: 41.667%;
  }
  .btnFix .row > .col-sm-1.col-md-1.col-lg-2 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .btnFix .row > .visible-xs.col-xs-12 {
    height: 1px;
  }
  #roleDocType .forRoleClass .col-md-6,
  #prodDocType .forRoleClass .col-md-6 {
    max-width: 50%;
  }
  .forAllFormItems.col-md-10 .col-md-6 {
    width: 50%;
  }
  .create-manual__container .row {
    display: block;
  }
  .create-manual__container .forAllFormItems.col-md-10 .col-md-4.col-xs-12.colorOfHeading.custom-col.form-group {
    width: 34.33333%;
  }
  .BKM-procedure__container .col-xs-12.col-sm-4.col-md-3.custom-col.form-group {
    max-width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #searchManualArticle .col-md-2 {
    max-width: 33.33%;
    flex: 0 0 50%;
  }
  #assignGroupId .col-md-2.custom-col.form-group {
    max-width: 20%;
    flex: 0 0 20%;
  }
  #searchManualArticle .col-md-4 {
    flex: 0 0 50%;
  }
  .container .row .col-xs-12.col-sm-5.col-md-5.col-lg-4 {
    max-width: 41.667%;
  }
  .container-fluid.row.forContentSpacing .col-md-4.custom-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container-fluid.row.forContentSpacing .col-md-2.custom-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .admin-user-management__container #userSelectedSystemId .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1200px) {
  .forAllFormItems .col-lg-3.col-md-4.col-sm-6.col-xs-8.custom-col {
    min-width: 33.33%;
  }
}
/*@media (min-width: 1200px) and (max-width: 912px) {
  .forAllFormItems .col-lg-3.col-md-4.col-sm-6.col-xs-8.custom-col {
    min-width: 33.33%;
  }
}*/
@media (min-width: 1200px) {
  .col-lg-3.col-md-4.col-sm-6.col-xs-8.custom-col .btn.btn-primary.col-md-4.col-sm-6.col-xs-12 {
    white-space: nowrap;
  }
  .btnFix .row > .col-sm-1.col-md-1.col-lg-2 {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
}
@media (max-width: 768px) {
  .BKM-procedure__container .forButtons.row .col-md-4 {
    max-width: 97%;
  }
  .BKM-procedure__container .forButtons.row {
    justify-content: left;
  }
  .BKM-procedure__container .col-xs-12.col-sm-4.col-md-3.custom-col.form-group {
    max-width: 50%;
  }
}
div#systemMappingDivId {
  width: 100%;
}

div#systemMappingDivId .row.row-eq-height.row-product-hierarchy {
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  #searchTableId .adminUserTable-container .col-md-3 {
    max-width: 25%;
  }
}
@media (min-width: 893px) {
  .create-manual__container .row .forAllFormItems.col-md-10 .col-md-12.col-xs-10.container-margin {
    display: flex;
  }
  .forDescComm1 {
    width: 16%;
  }
  .forDescComm2 {
    width: 84%;
  }
}
@media (max-width: 893px) {
  .create-manual__container .row .forAllFormItems.col-md-10 .col-md-12.col-xs-10.container-margin {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .forDescComm2 {
    max-width: 100%;
  }
  .forDescComm1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #searchSchematicsArticle .forAllFormItems .col-lg-3.col-md-4.col-sm-6.col-xs-8.custom-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  form#searchManualArticle .forAllFormItems .col-lg-3.col-md-4.col-sm-6.col-xs-8.custom-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .create-manual__container .row .forAllFormItems.col-md-10 .col-xs-12.col-sm-7.col-md-7.custom-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 490px) {
  .admin-user-management__container .col-md-8.actions-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767.98px) {
  .BKM-procedure__container .row .col-md-7 {
    max-width: 100%;
  }
}
.navbar-blank.navbar-nav.navbar-site .lfr-nav-item.nav-item.dropdown {
  display: block;
}

.quick-links__modal__new-link .btn-secondary {
  white-space: nowrap;
}

.quick-links__main-container .tabs-container .nav.nav-tabs {
  flex-wrap: nowrap;
}
.quick-links__main-container .tabs-container .nav.nav-tabs .nav-item .nav-link {
  white-space: break-spaces;
  background-color: transparent;
}

#techArticleManagementContainer .tabs-container .nav.nav-tabs .nav-item .nav-link,
.create-tech-article-portlet .tabs-container .nav.nav-tabs .nav-item .nav-link {
  white-space: break-spaces;
  background-color: transparent;
}

.modal-dialog.quick-links__modal .modal-footer,
.modal-dialog.quick-links__modal .modal-content,
#myModal.modal .modal-content {
  display: block;
}

.quick-links__modal__link-item .pull-left {
  max-width: 70%;
}

.pull-right.quick-links__modal__links-icons .dropdown ul.dropdown-menu.custom-menu,
.quick-links__modal__folder-header .dropdown ul.dropdown-menu.custom-menu {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
}

div#bnServiceError + .row {
  display: block;
}

.k-widget * {
  box-sizing: border-box !important;
}

#rightPaneStaticContent .row .action-menus-right {
  display: block;
}

#rightPaneStaticContent .row .action-menus-right img {
  max-width: none;
}

#rightPaneStaticContent .row .action-menus-right #infopopclose {
  margin-right: 8px;
  margin-top: -8px;
}

#rightPaneStaticContent .row .action-menus-right .col-md-1.icons {
  margin-right: 0px;
}

.create-tech-article-portlet .alert-container {
  height: auto;
}

.create-tech-article-portlet .toolbar-information-status-dropdown-label:before {
  display: none;
}
.create-tech-article-portlet .toolbar-information-status-dropdown-label:hover:before {
  display: block;
}

.create-tech-article__inputs-row.row .col-sm-6 .select2-container {
  width: 405px !important;
}

#TAWorkFlowTask a.btn.btn-default {
  background-color: #ffffff;
  border-color: white;
}
#TAWorkFlowTask a.btn.btn-default:focus {
  box-shadow: #ffffff;
}
#TAWorkFlowTask a.btn.btn-default:hover {
  background-color: #ffffff;
  border-color: white;
}

.icon-ellipsis-horizontal:before {
  content: "…";
  font-weight: 1000;
  display: inline-block;
  transform: translateY(-5px);
}

button.btn.btn-default.btn-free-x:disabled {
  background-color: #cccccc;
  border-color: #cccccc;
}

.hide-dockbar #content #main-content {
  min-height: calc(100vh - 250px);
}

.sheet.sheet-lg .sheet-section .hide {
  display: block !important;
}

.create-tech-article-portlet .modal.fade.show,
#enableESignAndTAAContainer .modal.fade.show,
#myTasksContainer .modal.fade.show,
.tech-article-management-portlet .modal.fade.show, #UserProfileSystems .modal.fade.show {
  display: flex !important;
}
.create-tech-article-portlet .modal-dialog,
#enableESignAndTAAContainer .modal-dialog,
#myTasksContainer .modal-dialog,
.tech-article-management-portlet .modal-dialog, #UserProfileSystems .modal-dialog {
  width: 600px;
  margin: 30px auto;
}
.create-tech-article-portlet .modal-dialog.modal-lg,
#enableESignAndTAAContainer .modal-dialog.modal-lg,
#myTasksContainer .modal-dialog.modal-lg,
.tech-article-management-portlet .modal-dialog.modal-lg, #UserProfileSystems .modal-dialog.modal-lg {
  width: 800px;
}
.create-tech-article-portlet .modal-dialog.modal-sm,
#enableESignAndTAAContainer .modal-dialog.modal-sm,
#myTasksContainer .modal-dialog.modal-sm,
.tech-article-management-portlet .modal-dialog.modal-sm, #UserProfileSystems .modal-dialog.modal-sm {
  width: 300px;
}
.create-tech-article-portlet .modal-dialog.ta-history__compare__modal,
#enableESignAndTAAContainer .modal-dialog.ta-history__compare__modal,
#myTasksContainer .modal-dialog.ta-history__compare__modal,
.tech-article-management-portlet .modal-dialog.ta-history__compare__modal, #UserProfileSystems .modal-dialog.ta-history__compare__modal {
  width: 100%;
  max-width: 1400px;
  height: 90vh;
  margin: 30px auto;
}

.ratings .button.btn-thumbs-up.btn.btn-outline-borderless.btn-sm.btn-outline-secondary {
  padding: 0.25em 0.5em;
}
.ratings .button.btn-thumbs-up.btn.btn-outline-borderless.btn-sm.btn-outline-secondary:hover {
  background-color: #fff;
  color: #6c757d;
}

.applications-menu-modal .modal-full .modal-content {
  width: 100%;
}

.fade.modal.d-block.applications-menu-modal.show {
  padding-top: 0%;
}

div.popup.showPopup > .row.action-menus {
  display: block;
}

div.popup.showPopup > .row.action-menus .col-md-1.icons {
  box-sizing: content-box !important;
}

.lfr-discussion-reply-container .btn.btn-comment.btn-sm.btn-cancel.btn-secondary {
  border: none;
  color: #242437;
}
.lfr-discussion-reply-container .btn.btn-comment.btn-sm.btn-cancel.btn-secondary:hover {
  background-color: white;
  text-decoration: underline;
}

.customer-accountability-report .submission-bar.sticky a.btn.btn-default,
#MyWorkFlowTask .submission-bar.sticky a.btn.btn-default {
  color: #242437;
  background-color: transparent;
  border-color: transparent;
}
.customer-accountability-report .submission-bar.sticky a.btn.btn-default:focus,
#MyWorkFlowTask .submission-bar.sticky a.btn.btn-default:focus {
  box-shadow: transparent;
}

#documentPolicyContainer .fade.modal.show {
  display: flex !important;
}

#documentPolicyContainer .fade.modal.show a.btn.btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #4a4a4a;
}
#documentPolicyContainer .fade.modal.show a.btn.btn-primary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4a4a4a !important;
  text-decoration: underline;
}

.portlet-page-comments .taglib-discussion .lfr-discussion-body .lfr-discussion-message .lfr-discussion-message-author {
  display: flex !important;
  width: calc(100% - 145px) !important;
  margin: 0 !important;
}

.lfr-discussion-body .lfr-discussion-controls {
  position: absolute !important;
  right: 140px !important;
  top: -37px !important;
  width: 40px !important;
}

article.lfr-discussion.lfr-discussion-container .dropdown.lfr-icon-menu.actions-menu {
  display: block;
}

.lfr-discussion-reply-container .autofit-padded-no-gutters {
  margin: 0;
}
.lfr-discussion-reply-container .autofit-padded-no-gutters .alloy-editor-container {
  min-height: 50px;
}

article.lfr-discussion.lfr-discussion-container .ratings,
.article.lfr-discussion.lfr-discussion-container .alloy-editor-icon {
  display: none !important;
}

.autofit-row.lfr-discussion-controls .btn.btn-outline-borderless.btn-outline-secondary.btn-sm {
  background-color: #ffffff;
  color: black;
  margin: 0;
  padding: 0;
  min-width: auto;
}
.autofit-row.lfr-discussion-controls .btn.btn-outline-borderless.btn-outline-secondary.btn-sm:hover {
  text-decoration: underline;
}
.autofit-row.lfr-discussion-controls .btn.btn-outline-borderless.btn-outline-secondary.btn-sm:focus {
  text-decoration: underline;
}

span.k-widget.k-textbox.treeSearch.filterText,
span.k-widget.k-dropdown.nodeSearch.filterText1 {
  width: 40% !important;
}

.col-lg-6.col-md-6 .row .col-lg-6.col-md-6 {
  max-width: 100%;
  padding: 0;
  flex: 0 0 55%;
}
.col-lg-6.col-md-6 .row .col-lg-6.col-md-6 span.k-widget.k-combobox.treeSearch.filterText,
.col-lg-6.col-md-6 .row .col-lg-6.col-md-6 span.k-widget.k-dropdown.nodeSearch.filterText1 {
  width: 70% !important;
}
.col-lg-6.col-md-6 .row .col-lg-6.col-md-6 span.k-widget.k-combobox.treeSearch.filterText .k-input.treeSearch.filterText,
.col-lg-6.col-md-6 .row .col-lg-6.col-md-6 span.k-widget.k-dropdown.nodeSearch.filterText1 .k-input.treeSearch.filterText {
  width: 100% !important;
}

#refresh-all.material-icons {
  transform: scaleX(-1) rotate(45deg) translate(0px, 4px);
  font-size: 20px;
  font-weight: 900;
}

#rightPaneStaticContent .row.rowFormat .col-md-1 img {
  max-width: none;
}

@media (max-width: 1330px) {
  .hide-mobile1 #noWorkCenter {
    text-align: left !important;
  }
}
@media (max-width: 1200px) {
  .hide-mobile1 #noWorkCenter {
    padding-right: 150px !important;
  }
}
.filterStructureSecondScreen#filter-structure-container .display-flex .filter-col.filterContainerClass {
  -webkit-box-flex: 1;
  flex: 1 0 24%;
  max-width: 24%;
}

.filterStructureSecondScreen#filter-structure-container .display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#tableFilters input {
  font-weight: bold;
}

.container-fluid.product-explorer__container .searchBlock .row.row-eq-height.row-product-hierarchy .col-md-2.col-sm-2.col-xs-12.one_line_alignment,
.container-fluid.product-explorer__container .searchBlock .row.row-eq-height.row-product-hierarchy .col-md-2.col-sm-2.col-xs-12.alignment.custom-col {
  max-width: 20%;
  flex: 0 1 20%;
}

.productExplorer .breadcrumb > li.active {
  color: #242437;
}

.productExplorer .breadcrumb-item + .breadcrumb-item::before {
  background: transparent;
  content: "| ";
}

.flexToblock {
  display: block !important;
}

.create-document-policy-portlet .modal-content > .modal-footer,
.create-document-policy-portlet .modal-header,
#enableESignAndTAAContainer .modal-content > .modal-footer,
#enableESignAndTAAContainer .modal-header {
  display: block;
}

.create-document-policy-portlet > .document-policy-editor-container .portlet-content-inner > .esign-row.row #eSignEscalationLevels,
.ta-accountability.row #customerContainer {
  width: 100%;
}

#enableESignAndTAAContainer .enable-esign-and-taa .escalation-levels-table-container {
  width: 100%;
  margin-top: 0px;
}

.tech-article-task__body .tech-article-task__body__table__actions ul.dropdown-menu.custom-menu.dropdown-menu-right {
  right: auto;
}

.tooltip-inner {
  white-space: normal;
  border-radius: initial;
}

.show .toolbar-dropdown.toolbar-dropdown-lg.dropdown-menu.todo-dropdown.dropdown-menu-right {
  display: block;
  min-width: 420px;
}

.show .toolbar-dropdown.toolbar-dropdown-simple.dropdown-menu.dropdown-menu-right {
  display: block;
}

.modal.fade.bs-example-modal-new.in, .modal.fade.bs-example-modal-new.show {
  display: block !important;
  max-height: none;
}
.modal.fade.bs-example-modal-new.in .modal-header, .modal.fade.bs-example-modal-new.show .modal-header {
  display: block;
  margin: -10px 0 20px 0;
}
.modal.fade.bs-example-modal-new.in .modal-header .modal-title, .modal.fade.bs-example-modal-new.show .modal-header .modal-title {
  margin-left: 0;
}
.modal.fade.bs-example-modal-new.in .modal-dialog, .modal.fade.bs-example-modal-new.show .modal-dialog {
  max-width: 74%;
  margin: auto 13%;
  top: 50%;
  transform: translate(0, -50%);
}

.modal-backdrop.fade.in {
  opacity: 0.5;
}

.modal-backdrop.fade.show {
  min-height: 100%;
}

.columns-max .row .loading-animation::after {
  display: none;
}

.control-menu-container {
  position: relative !important;
}

.aibutton-popup {
  background-clip: padding-box;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: hidden;
  pointer-events: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
}

.ai_popup_icon {
  padding-left: 31%;
  font-size: 2.1vw;
}

.ai_popup_close_button {
  float: right;
}

.buttons {
  display: flex;
  flex-flow: row-reverse;
  width: 41%;
}

.tech_article_ai_button {
  margin-left: 400px;
}

.tech_article_mark_complete {
  height: 40px;
  width: max-content;
  margin-left: 0px !important;
}

.ai_popup_input-text {
  border: 1px solid #ccc;
  border-radius: 0.5em;
  min-height: 10vh;
  padding: 1%;
  max-width: 86%;
  min-width: 86%;
  overflow-y: hidden;
  overflow-x: auto;
  font-size: 1vw;
}

.popup_body {
  overflow-x: hidden;
  overflow-y: auto;
  height: 60vh;
}

.ai_diff_highlight {
  background-color: yellow;
}

.close_button {
  font-size: calc(2vw - 2px);
}

.popup_buttons {
  padding: 3% 0% 0% 4%;
}

.copy-icon-menu {
  position: relative;
  display: inline-block;
}

.copy-icon-menu-item {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  position: relative;
  line-height: 1;
  cursor: pointer;
}

.copy_icon {
  cursor: pointer;
  font-size: 1.2vw;
  position: relative;
}

.copy_icon_popup {
  visibility: visible;
  background-color: #767d94;
  color: #fff;
  text-align: center;
  font-size: 0.9vw;
  border-radius: 0.3vw;
  position: absolute;
  border: 1px solid Grey;
  height: 81%;
  left: -0.8vw;
  bottom: 1.7vw;
}

.hide-modal {
  visibility: hidden;
}

.show-modal {
  visibility: visible;
}

.line-break {
  white-space: pre-line;
}

.ai-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0% 0% 1.7% 1.8%;
  border-bottom: none;
  font-size: 1.2vw;
}

.ai-title {
  color: #242437;
  font-size: 1.2vw;
  font-weight: bold;
  text-align: left;
  max-width: 90%;
  white-space: normal;
}

.ai-alert {
  display: inline-block;
  position: fixed;
  font-size: 17px;
  transform: translate(-50%, -50%);
  top: 33%;
  left: 50%;
  height: fit-content;
  text-align: center;
}

.ai-alert-msg {
  padding-left: 3px;
  padding-right: 6px;
}

.ai-alert-okbutton {
  padding-top: 4px;
}

.ai-alert-ok {
  width: 57px;
  font-size: 14px;
}

.button-edit {
  margin-left: 1.4%;
  margin-bottom: 1%;
  min-width: 14%;
  font-size: 1vw;
  border-radius: 0.25em;
}

.button-submit {
  margin-left: 2.9%;
  margin-bottom: 1%;
  min-width: 14%;
  font-size: 1vw;
  border-radius: 0.25em;
}

.replace-copy {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding-right: 3%;
}

.replace-button {
  height: 21px;
  font-size: 14px;
  width: 60px;
  padding: 0;
  background-color: #4a4a4a;
  color: #fff;
  border-radius: 5px;
  border: none;
}

.replace-button:hover {
  color: white !important;
  background-color: #242437;
  border-color: #242437;
}

.editor-input-container {
  border: 1px solid #ccc !important;
  border-radius: 0.5em;
  min-height: 7vh;
  max-height: 34vh;
  max-width: 94.9%;
  min-width: 94.9%;
  margin-left: 0% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  font-size: 1vw;
  padding: 1% !important;
}

.line-gap {
  margin-top: 1% !important;
}

.ckeditor-container-input {
  border: 1px solid #ccc !important;
  border-radius: 0.5em;
  min-height: 7vh;
  margin-left: 0% !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  font-size: 1vw;
  padding: 1% !important;
}

.ckeditor-container-response {
  border: 1px solid #ccc !important;
  border-radius: 0.5em;
  min-height: 7vh;
  margin-left: 0% !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  font-size: 1vw;
  padding: 1% !important;
}

.evaluation-msg {
  padding: 1.8%;
  height: 12vh;
  font-size: 1.2vw;
  background-color: #dbd8d8;
  font-weight: bold;
}

.aimodal {
  background-clip: padding-box;
  background-color: white;
  overflow: hidden;
  pointer-events: auto;
  position: fixed;
  top: 55%;
  left: 50%;
  width: 90%;
  height: 60%;
  transform: translate(-50%, -50%);
}

.ai-spacing {
  padding: 2%;
}

.cke_enable_context_menu {
  scrollbar-width: none;
}

.ai_info {
  display: flex;
}

.info_icon {
  padding-left: 25px;
  width: 38px;
  font-size: 1.6em;
  cursor: pointer;
  border: 1px solid #4a4a4a;
  border-radius: 2px;
  line-height: 1.485;
  position: relative;
}

.loader-image {
  width: 38px;
  height: 39px;
  background-color: white;
  border: 1px solid #4a4a4a;
  border-radius: 2px;
}

.enhanced-info-msg {
  color: #0000ff;
  width: 59%;
  padding-top: 8px;
}

.button-row {
  display: flex;
  padding-right: 18px;
  width: 102%;
}

.nav-link:hover,
.nav-underline .tab a:hover,
.nav-link:focus,
.nav-underline .tab a:focus,
.nav-item.dropdown span.text-truncate:hover,
.nav-item.dropdown span.text-truncate:focus,
.nav-item.dropdown a.text-truncate:hover {
  color: #6ce3c5;
}

button#prodDocTypeButton,
button#roleDocTypeButton {
  white-space: nowrap;
}

a.apps-icon-container {
  color: white;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row:after {
  clear: both;
}

@media (min-width: 1200px) {
  .col-lg-4 {
    width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
@media (min-width: 992px) {
  .col-md-4 {
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .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;
  }
}
.guidelinesFloat {
  float: right;
}

.passwordFormBody .col-md-5.formFloat {
  max-width: 41.66667%;
}

.form-horizontal > .form-group {
  display: block;
}

@media (min-width: 768px) {
  .col-md-6 {
    max-width: none;
  }
}
.col-md-6.button-edite-container {
  max-width: 50%;
}

.glyphicon {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.nav-item.dropdown a.text-truncate:hover {
  background-color: transparent;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

#techArticleManagementContainer a.nav-link.active {
  background-color: transparent;
}

button#manual-create-id,
button#manual-submit-search-id,
button#schematics-submit-search-id,
button#schematics-create-id {
  min-width: 100%;
}

.container-fluid.admin-user-management__container {
  height: auto;
}

#searchManualArticle .row,
#searchSchematicsArticle .row {
  display: block;
}

.product-explorer ul li.sub-li.tooltip1:hover,
.parts-support ul li.sub-li.tooltip1:hover,
.reliant-systems ul li.sub-li.tooltip1:hover {
  color: #242437 !important;
}

div#EmailSubscription .row,
#NotificationPreference .row {
  display: block;
}

@media (min-width: 768px) {
  .view2 ul.tree.systemTree li.col-md-2 {
    flex: auto;
  }
}
@media (min-width: 768px) {
  .view2 ul.tree.systemTree li.col-sm-2 {
    flex: auto;
  }
}
@media (min-width: 768px) {
  .view2 ul.tree.systemTree li.col-sm-2 {
    flex: auto;
  }
}
.view2 ul.tree.systemTree li.col-12,
.col-xs-12 {
  flex: auto;
}

.container-fluid.product-explorer__container .searchBlock .row {
  flex-wrap: nowrap;
}

.breadcrumb > li {
  display: inline-block;
}

.custom-select-checkbox input[type=checkbox]:checked + label:after {
  top: -20px;
  left: 7px;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.nav-underline .tab.active a.btn-primary:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgb(36, 36, 35);
}

.btn-secondary:focus,
.btn-secondary.focus,
.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus,
.nav-underline .tab.active a.btn-default:not(:disabled):not(.disabled):focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: none;
  border-color: #4a4a4a;
  background-color: transparent;
}

button.btn.btn-default.btn-free-x {
  background-color: transparent;
  border-color: transparent;
}

button.btn.btn-default.btn-free-x:focus,
button.btn.btn-default.btn-free-x:hover {
  box-shadow: none;
  text-decoration: none;
}

button.btn.btn-outline-primary.btn-sm {
  display: none;
}

.taglib-discussion {
  margin: 0px;
}

.autofit-row.autofit-float-end.mb-4 {
  display: none;
}

.portlet-page-comments .add-comment .button-holder {
  right: 10px;
  top: 4px;
}

.alloy-editor-container {
  padding-right: 150px;
}

#registrationId .row {
  display: block;
}

#registrationId .col-md-2,
#registrationId .col-sm-2,
#registrationId .col-xs-12 {
  max-width: none;
}

#registrationId .mobMarginText .custom-select {
  display: inline;
  background: none;
  border: none;
}

.button-holder .btn.btn-comment {
  color: #fff;
}

.button-holder .btn.btn-comment:hover,
.button-holder .btn.btn-comment:focus,
.button-holder .btn.btn-comment.focus {
  background-color: #242437;
}

nav.tbar.tbar-inline-xs-down.subnav-tbar.subnav-tbar-primary {
  display: none;
}

#mylam-notifications .toolbar-dropdown.dropdown-menu {
  position: absolute;
  top: 100% !important;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: white;
  border: 1px solid #b9bbbd;
  border: 1px solid #b9bbbd;
  border-radius: 2px;
  transform: none !important;
  -webkit-box-shadow: 0 6px 12px rgb(0, 0, 0);
  box-shadow: 0 6px 12px rgb(0, 0, 0);
  background-clip: padding-box;
  max-width: none;
  left: auto !important;
  right: 0;
}

#mylam-notifications button.btn.btn-default.btn-clearall {
  border: none;
  background-color: transparent;
}

#user007 .dropdownClassForRole i.indicator.glyphicon.minus-sign {
  margin-right: auto !important;
  margin-top: -40px;
}

.applications-menu-header .nav-link:hover {
  color: #242437;
}

.navbar-nav li.nav-item ul.dropdown-menu {
  max-width: none;
}

#prodDocType .borderForAll .centered-flex {
  display: block;
}

.toolbar-dropdown-list.notification-list.list-unstyled {
  max-height: 320px;
}

.list-group-notification .list-group-item-primary {
  box-shadow: none;
}

.list-group.list-group-notification.show-quick-actions-on-hover .list-group-item-primary {
  color: #242437;
  padding: 0px !important;
}

.list-group-item-flex .autofit-col,
ul.list-group.list-group-notification.show-quick-actions-on-hover {
  display: block;
}

.toolbar-dropdown-list.notification-list.list-unstyled .container-fluid-1280 .list-group-item-flex .autofit-col {
  padding: 0px;
}

.toolbar-dropdown-list.notification-list.list-unstyled .container-fluid-1280 .list-group-item h5.text-default {
  display: none;
}

.toolbar-action-panel-menu-item.show .icon:before {
  content: "";
  width: 0;
  height: 0;
  margin-left: -8px;
  position: absolute;
  border: 20px solid transparent;
  border-bottom-color: white;
  top: 8px;
  left: 0;
}

#mylam-notifications .toolbar-dropdown.dropdown-menu-right {
  margin-right: -28px !important;
  margin-top: -5px;
}

.toolbar-action-panel-menu-item.show {
  color: #61B4E4;
}
.toolbar-action-panel-menu-item.show .icon {
  position: relative;
  z-index: 10000;
}
.toolbar-action-panel-menu-item.show .toolbar-dropdown.toolbar-dropdown-lg.dropdown-menu.todo-dropdown.dropdown-menu-right.show {
  right: 0px;
  max-width: 420px;
}
.toolbar-action-panel-menu-item.show .toolbar-dropdown.toolbar-dropdown-lg.dropdown-menu.todo-dropdown.dropdown-menu-right.show .alert:last-child {
  margin-bottom: 40px;
}

.alert-dismissible {
  margin: 0 auto;
}

.alert-warning, .portlet-msg-alert {
  background-color: #FFB700;
  border-color: #FFB700;
  color: #000000;
}

.tooltip {
  pointer-events: none !important;
}

.user-cicle-icon, .user-cicle {
  border: none !important;
  color: black !important;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !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;
  }
}
@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;
  }
}
@page {
  size: auto;
}
@media print {
  .hgroup div {
    margin-left: 0px;
  }
  .hgroup div label {
    font-size: 19px !important;
  }
  .hgroup div h4 {
    font-size: 26px !important;
  }
  .hgroup p {
    font-size: 17px !important;
  }
  .portlet-topper {
    display: none !important;
  }
}
.loading-icon, .loading-animation,
.loadingmask-message .loadingmask-message-content {
  -webkit-animation: loading-icon 1.7s infinite ease;
  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%;
}

@-webkit-keyframes loading-icon {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em #003ad8, 0 -0.83em 0 -0.42em #004cd8, 0 -0.83em 0 -0.44em #005ed8, 0 -0.83em 0 -0.46em #0070d8, 0 -0.83em 0 -0.477em #0082d8;
    box-shadow: 0 -0.83em 0 -0.4em #003ad8, 0 -0.83em 0 -0.42em #004cd8, 0 -0.83em 0 -0.44em #005ed8, 0 -0.83em 0 -0.46em #0070d8, 0 -0.83em 0 -0.477em #0082d8;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  2%, 96% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em #003ad8, 0 -0.83em 0 -0.42em #004cd8, 0 -0.83em 0 -0.44em #005ed8, 0 -0.83em 0 -0.46em #0070d8, 0 -0.83em 0 -0.477em #0082d8;
    box-shadow: 0 -0.83em 0 -0.4em #003ad8, 0 -0.83em 0 -0.42em #004cd8, 0 -0.83em 0 -0.44em #005ed8, 0 -0.83em 0 -0.46em #0070d8, 0 -0.83em 0 -0.477em #0082d8;
  }
  10% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em #003ad8, -0.087em -0.825em 0 -0.42em #004cd8, -0.173em -0.812em 0 -0.44em #005ed8, -0.256em -0.789em 0 -0.46em #0070d8, -0.338em -0.758em 0 -0.477em #0082d8;
    box-shadow: 0 -0.83em 0 -0.4em #003ad8, -0.087em -0.825em 0 -0.42em #004cd8, -0.173em -0.812em 0 -0.44em #005ed8, -0.256em -0.789em 0 -0.46em #0070d8, -0.338em -0.758em 0 -0.477em #0082d8;
  }
  25% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em #003ad8, -0.338em -0.758em 0 -0.42em #004cd8, -0.555em -0.617em 0 -0.44em #005ed8, -0.671em -0.488em 0 -0.46em #0070d8, -0.719em -0.415em 0 -0.477em #0082d8;
    box-shadow: 0 -0.83em 0 -0.4em #003ad8, -0.338em -0.758em 0 -0.42em #004cd8, -0.555em -0.617em 0 -0.44em #005ed8, -0.671em -0.488em 0 -0.46em #0070d8, -0.719em -0.415em 0 -0.477em #0082d8;
  }
  40% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em #00a6d8, -0.377em -0.74em 0 -0.42em #00b8d8, -0.645em -0.522em 0 -0.44em #00cad8, -0.775em -0.297em 0 -0.46em #00d8d3, -0.82em -0.13em 0 -0.477em #00d8c1;
    box-shadow: 0 -0.83em 0 -0.4em #00a6d8, -0.377em -0.74em 0 -0.42em #00b8d8, -0.645em -0.522em 0 -0.44em #00cad8, -0.775em -0.297em 0 -0.46em #00d8d3, -0.82em -0.13em 0 -0.477em #00d8c1;
  }
  60% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em #003ad8, -0.087em -0.825em 0 -0.42em #004cd8, -0.173em -0.812em 0 -0.44em #005ed8, -0.256em -0.789em 0 -0.46em #0070d8, -0.297em -0.775em 0 -0.477em #0082d8;
    box-shadow: 0 -0.83em 0 -0.4em #003ad8, -0.087em -0.825em 0 -0.42em #004cd8, -0.173em -0.812em 0 -0.44em #005ed8, -0.256em -0.789em 0 -0.46em #0070d8, -0.297em -0.775em 0 -0.477em #0082d8;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em #003ad8, 0 -0.83em 0 -0.42em #004cd8, 0 -0.83em 0 -0.44em #005ed8, 0 -0.83em 0 -0.46em #0070d8, 0 -0.83em 0 -0.477em #0082d8;
    box-shadow: 0 -0.83em 0 -0.4em #003ad8, 0 -0.83em 0 -0.42em #004cd8, 0 -0.83em 0 -0.44em #005ed8, 0 -0.83em 0 -0.46em #0070d8, 0 -0.83em 0 -0.477em #0082d8;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-icon {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em #003ad8, 0 -0.83em 0 -0.42em #004cd8, 0 -0.83em 0 -0.44em #005ed8, 0 -0.83em 0 -0.46em #0070d8, 0 -0.83em 0 -0.477em #0082d8;
    box-shadow: 0 -0.83em 0 -0.4em #003ad8, 0 -0.83em 0 -0.42em #004cd8, 0 -0.83em 0 -0.44em #005ed8, 0 -0.83em 0 -0.46em #0070d8, 0 -0.83em 0 -0.477em #0082d8;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  2%, 96% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em #003ad8, 0 -0.83em 0 -0.42em #004cd8, 0 -0.83em 0 -0.44em #005ed8, 0 -0.83em 0 -0.46em #0070d8, 0 -0.83em 0 -0.477em #0082d8;
    box-shadow: 0 -0.83em 0 -0.4em #003ad8, 0 -0.83em 0 -0.42em #004cd8, 0 -0.83em 0 -0.44em #005ed8, 0 -0.83em 0 -0.46em #0070d8, 0 -0.83em 0 -0.477em #0082d8;
  }
  10% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em #003ad8, -0.087em -0.825em 0 -0.42em #004cd8, -0.173em -0.812em 0 -0.44em #005ed8, -0.256em -0.789em 0 -0.46em #0070d8, -0.338em -0.758em 0 -0.477em #0082d8;
    box-shadow: 0 -0.83em 0 -0.4em #003ad8, -0.087em -0.825em 0 -0.42em #004cd8, -0.173em -0.812em 0 -0.44em #005ed8, -0.256em -0.789em 0 -0.46em #0070d8, -0.338em -0.758em 0 -0.477em #0082d8;
  }
  25% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em #003ad8, -0.338em -0.758em 0 -0.42em #004cd8, -0.555em -0.617em 0 -0.44em #005ed8, -0.671em -0.488em 0 -0.46em #0070d8, -0.719em -0.415em 0 -0.477em #0082d8;
    box-shadow: 0 -0.83em 0 -0.4em #003ad8, -0.338em -0.758em 0 -0.42em #004cd8, -0.555em -0.617em 0 -0.44em #005ed8, -0.671em -0.488em 0 -0.46em #0070d8, -0.719em -0.415em 0 -0.477em #0082d8;
  }
  40% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em #00a6d8, -0.377em -0.74em 0 -0.42em #00b8d8, -0.645em -0.522em 0 -0.44em #00cad8, -0.775em -0.297em 0 -0.46em #00d8d3, -0.82em -0.13em 0 -0.477em #00d8c1;
    box-shadow: 0 -0.83em 0 -0.4em #00a6d8, -0.377em -0.74em 0 -0.42em #00b8d8, -0.645em -0.522em 0 -0.44em #00cad8, -0.775em -0.297em 0 -0.46em #00d8d3, -0.82em -0.13em 0 -0.477em #00d8c1;
  }
  60% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em #003ad8, -0.087em -0.825em 0 -0.42em #004cd8, -0.173em -0.812em 0 -0.44em #005ed8, -0.256em -0.789em 0 -0.46em #0070d8, -0.297em -0.775em 0 -0.477em #0082d8;
    box-shadow: 0 -0.83em 0 -0.4em #003ad8, -0.087em -0.825em 0 -0.42em #004cd8, -0.173em -0.812em 0 -0.44em #005ed8, -0.256em -0.789em 0 -0.46em #0070d8, -0.297em -0.775em 0 -0.477em #0082d8;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em #003ad8, 0 -0.83em 0 -0.42em #004cd8, 0 -0.83em 0 -0.44em #005ed8, 0 -0.83em 0 -0.46em #0070d8, 0 -0.83em 0 -0.477em #0082d8;
    box-shadow: 0 -0.83em 0 -0.4em #003ad8, 0 -0.83em 0 -0.42em #004cd8, 0 -0.83em 0 -0.44em #005ed8, 0 -0.83em 0 -0.46em #0070d8, 0 -0.83em 0 -0.477em #0082d8;
    -webkit-transform: rotate(360deg);
    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%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loading-icon.linear, .linear.loading-animation {
  -webkit-animation: none;
  animation: none;
  height: 1em;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 1em;
}

.loading-icon.linear:before, .linear.loading-animation:before, .loading-icon.linear:after, .linear.loading-animation:after {
  -webkit-animation: 2s ease-out infinite both;
  animation: 2s ease-out infinite both;
  border: 0.15em solid transparent;
  border-left-color: #0073be;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  width: 100%;
}

.loading-icon.linear:before, .linear.loading-animation:before {
  -webkit-animation-name: loading-icon-linear;
  animation-name: loading-icon-linear;
}

.loading-icon.linear:after, .linear.loading-animation:after {
  -webkit-animation-name: loading-icon-spin;
  animation-name: loading-icon-spin;
}

@-webkit-keyframes loading-icon-linear {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10.99% {
    border-bottom-color: transparent;
  }
  11% {
    border-bottom-color: #0073be;
  }
  66% {
    border-bottom-color: #0073be;
  }
  66.6% {
    border-bottom-color: transparent;
  }
  66.6%, 100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-icon-linear {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10.99% {
    border-bottom-color: transparent;
  }
  11% {
    border-bottom-color: #0073be;
  }
  66% {
    border-bottom-color: #0073be;
  }
  66.6% {
    border-bottom-color: transparent;
  }
  66.6%, 100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-icon-linear {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10.99% {
    border-bottom-color: transparent;
  }
  11% {
    border-bottom-color: #0073be;
  }
  66% {
    border-bottom-color: #0073be;
  }
  66.6% {
    border-bottom-color: transparent;
  }
  66.6%, 100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-icon-spin {
  0%, 22% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-icon-spin {
  0%, 22% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    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;
}

#column-1 .portlet-content-container, #column-2 .portlet-content-container {
  box-shadow: 0px 0px 0px rgb(108, 227, 197) !important;
}

.alert-success, .portlet-msg-success {
  background-color: #c4d82e !important;
  border-color: #c4d82e !important;
  color: #000000 !important;
}

.tbar-section, .autofit-section {
  max-width: 100%;
}

.lead {
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  color: #000000 !important;
}

html:not(#__):not(#___) .overlay-content .open > .dropdown-menu.cadmin {
  display: block;
  position: static;
  line-height: 1;
}

html:not(#__):not(#___) .cadmin.dropdown-menu {
  font-size: 17px !important;
  color: #000 !important;
  font-weight: 300 !important;
  background-color: #ffffff !important;
}

.modal-footer button {
  min-width: 150px;
  border-radius: 0px;
  float: right;
}

.taglib-text-icon {
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  font-family: arial !important;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

html:not(#__):not(#___) .cadmin .dropdown-item.focus {
  box-shadow: 0 0 0 0 !important;
  background-color: #ffffff !important;
}

.flex-container {
  display: flex;
  flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

@media (prefers-reduced-motion: reduce) {
  button .btn .btn-default .visible-xs .visible-sm.hidden-md .hidden-lg {
    display: none !important;
  }
}
html:not(#__):not(#___) .cadmin .dropdown-menu, html:not(#__):not(#___) .cadmin.dropdown-menu {
  color: #000 !important;
  padding: 1px 0 !important;
}

.navbar-toggle .icon-bar {
  background-color: #fff !important;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
}

html:not(#__):not(#___) .cadmin .alert {
  font-size: 16.5px !important;
  font-weight: 500 !important;
}

.btn .btn-secondary .tech_article_ai_button {
  margin-top: 0px;
  margin-right: 10px;
}

.ai_info {
  display: flex;
  position: relative;
}

.portlet-title-text {
  display: none !important;
}

#myTasksContainer .my-tasks__title {
  font-size: 14px !important;
  margin-left: 0px;
}

#mylam-notifications .my-tasks__title {
  font-size: 14px;
  margin-left: 15px;
}

.tab-pane.active {
  margin-left: 1px !important;
  position: relative;
  padding-left: 34px;
}

html:not(#__):not(#___) .cadmin .nav-tabs + .tab-content .tab-pane {
  left: 1px !important;
  position: relative;
}

#myTasksContainer .my-tasks__body {
  margin-left: 0px;
}

.single-line {
  line-height: 20px;
  margin-left: 10px;
}

html:not(#__):not(#___) .cadmin .inline-item .lexicon-icon {
  margin-top: -0.1em;
}

html:not(#__):not(#___) .cadmin .component-action .lexicon-icon {
  margin-top: 0;
}

html:not(#__):not(#___) .cadmin .lexicon-icon {
  color: #777 !important;
}

.autofit-row.alert-autofit-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  width: auto;
}

#_com_liferay_login_web_portlet_LoginPortlet_loginForm .panel-body {
  padding: 0.75rem 0rem;
}

#com_liferay_login_web_portlet_LoginPortlet_loginForm .panel-body {
  padding: 0.75rem 0rem;
}

.my-tasks_info, .my-tasks_body {
  font-size: 14px;
  margin-left: 0px !important;
}

html:not(#__):not(#___) .cadmin .lexicon-icon {
  color: #777 !important;
  margin-top: 8px !important;
  margin-right: 12px !important;
}

html:not(#__):not(#___) .cadmin .alert-indicator {
  font-size: 1.25rem !important;
}

.alert-indicator .lexicon-icon-check-circle-full {
  color: black !important;
}

html:not(#__):not(#___) .cadmin .alert .close {
  top: calc(50% - 16px);
}

html:not(#__):not(#___) .cadmin .alert .close .lexicon-icon {
  color: black !important;
}

html:not(#__):not(#___) .cadmin .alert-indicator .lexicon-icon {
  color: black !important;
}

html:not(#__):not(#___) .cadmin .alert-success .lead {
  margin-right: 12px !important;
}

.dropdown-menu .dropdown-menu-right .cadmin {
  line-height: 1;
}

#help ul {
  padding-left: 20px;
  margin-bottom: 0px;
}

.modal-body {
  border-top: 0.0625rem solid #fff !important;
  overflow: auto !important;
}

.mylam-home .widget .my-tasks {
  box-shadow: none;
}

#referenceDocuments .visible-xs {
  display: none;
}

#createTechArticleContainer .btn .btn-default .visible-xs .visible-sm .hidden-md .hidden-lg {
  display: none;
}

#createTechArticleContainer .hidden-lg {
  display: none;
}

.portlet-page-comments .add-comment .button-holder {
  right: 10px;
  /* top: 47px !important; */
  top: 33px !important;
}

#materialToOrder .label {
  display: none !important;
}

label[for] {
  cursor: pointer;
}

.taglib-text-icon {
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  font-family: arial !important;
}

html:not(#__):not(#___) .overlay-content .open > .dropdown-menu.cadmin {
  display: block;
  position: static;
}

.user-cicle-icon .sticker .sticker-circle .sticker-light .sticker-lg .inline-item {
  background-color: #fff;
}

.sticker-circle {
  border-radius: 5000px;
  /* background-color: #fff !important; */
  background-color: #eff0f6 !important;
  top: 30px;
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  transition: none;
}

.hide-dockbar #content #main-content {
  min-height: calc(100vh - 182px);
}

.top-left .tooltip1 .tooltiptxt {
  left: 105%;
}

.tooltip1 {
  position: relative;
  display: inline-block;
}

.tooltip1:hover {
  color: white !important;
}

.tooltip1 .tooltiptxt {
  display: none;
  width: 280px;
  color: white;
  background-color: #000;
  border-radius: 2px;
  padding: 10px;
  position: absolute;
  z-index: 99;
  top: -5px;
  right: 105%;
}

@media only screen and (max-width: 768px) {
  .tooltip1 .tooltiptxt {
    width: 250px;
    right: auto;
    top: 20px;
    left: -30px !important;
  }
}
.tooltip1 .tooltiptxt:before {
  content: "";
  display: block;
  border: 5px solid transparent;
  border-left-color: black;
  position: absolute;
  right: -10px;
  top: 5px;
}

.top-left .tooltip1 .tooltiptxt:before {
  border-left-color: transparent;
  border-right-color: black;
  left: -10px;
  right: auto;
}

@media only screen and (max-width: 768px) {
  .top-left .tooltip1 .tooltiptxt:before, .tooltip1 .tooltiptxt:before {
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: black;
    right: auto;
    top: -10px;
    left: 40px;
  }
}
.top-right .tooltip1 .tooltiptxt:before {
  border-left-color: transparent;
  border-right-color: black;
  left: -10px;
  right: auto;
}

.top-right .tooltip1 .tooltiptxt {
  left: 105%;
}

.section-container:hover h4, .section-container:hover h4 a {
  font-weight: bold;
  color: #242437; /* rebranding changed from #00548B; to #242437 */
}

.section-container:hover .cus-ul, .tab-pane.active:hover {
  opacity: 1;
}

.sub-li {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.5;
}

.section-container .cus-ul {
  padding-left: 40px;
  opacity: 0.8;
}

.section-container h4 {
  color: #414042;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  min-width: 178px;
}

.section-container h4:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: baseline;
  position: relative;
  top: 6px;
  margin-right: 5px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.widget .my-tasks__element, #column-2 .portlet {
  margin-bottom: 0px;
}

.widget .my-tasks__main-title {
  margin: 11px 0 11px 0;
}

.main-content#content {
  padding-top: 10px;
}

#banner {
  border-bottom: 1px #6ce3c5 solid;
}

header#banner {
  border-bottom: 1px #6ce3c5 solid;
}

header#banner1 {
  border-bottom: 1px #6ce3c5 solid;
}

#column-2 #layout-column_column-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

#column-2 #layout-column_column-2 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 912px) {
  #column-2 #layout-column_column-2 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
}
@media (min-width: 1380px) {
  #column-2 #layout-column_column-2 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
  #column-2 #layout-column_column-2 {
    gap: 15px;
  }
}
#column-1, #column-2 {
  padding-right: 0px;
}

@media (min-width: 1800px) {
  #column-2 {
    padding-right: 15px;
  }
}
#column-2 .portlet-body {
  min-height: 170px;
  max-height: 400px;
}

#column-1 .portlet-content-container, #column-2 .portlet-content-container {
  box-shadow: 0px 5px 10px rgb(108, 227, 197);
}

#column-2 img {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: baseline;
  position: relative;
  top: 6px;
  /*margin-right: 5px;*/
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#column-2 #layout-column_column-2 > div {
  min-width: 16%;
}

.portlet-content {
  padding: 1px !important;
}

.section-container:hover h4, .section-container:hover h4 a, #help:hover h4, #myTasksContainer:hover .my-tasks__main-title-link {
  font-weight: 700;
  color: #242437;
}

#column-2 .alert.alert-danger {
  display: none;
}

.main-content#content .alert.alert-info {
  display: none;
}

#p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_Xfv2gLucRjH5_ {
  display: none;
}

.widget .my-tasks__tab-content {
  min-height: inherit !important;
}

.my-tasks_title {
  font-size: 14px !important;
  margin-left: 13px;
}

#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_uVbFKSr8Wx6d .portlet-content-container {
  height: 1616px;
}

#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_DuJxC4iTJnyY .portlet-content-container {
  height: 2682px;
}

#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_MX7cd4D4WwZM .portlet-content-container {
  height: 481px;
}

.site-footer {
  margin-top: 16px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100% !important;
  }
}
@media (min-width: 1380px) {
  #column-2 #layout-column_column-2 {
    gap: 15px;
  }
}
@media (min-width: 1380px) {
  #column-2 #layout-column_column-2.gap {
    gap: 15px;
  }
}
@media (min-width: 1380px) {
  #portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_MX7cd4D4WwZM #column-2 #layout-column_column-2 .gap {
    gap: 15px;
  }
}
.cke_contents.cke_reset.comment-box {
  height: 47px !important;
  border-radius: 10px !important;
  border: 2px solid #ccc !important;
  width: 83%;
  background-color: #ffffff !important;
}

.cke_contents.reply-comment-box {
  height: 47px !important;
  border-radius: 10px !important;
  border: 2px solid #ccc !important;
  background-color: #ffffff !important;
  width: 83%;
}

.cke_contents {
  border: 1px solid #ffffff !important;
}

.cke_contents:hover {
  border: 1px solid #ffffff;
}

.autofit-row.lfr-discussion-controls .btn.btn-outline-borderless.btn-outline-secondary.btn-sm {
  border: 1px solid #ffffff;
  color: #000 !important;
  position: relative;
  height: auto !important;
  /* top: -23px; */
}

.lfr-discussion-editor .lfr-autocomplete-input-list {
  top: auto !important;
  bottom: 58px;
}

.lfr-discussion-editor .lfr-autocomplete-input-list .sticker-circle {
  top: auto !important;
}

#_mylamtecharticlemanagement_discussion .lfr-discussion .lfr-discussion-form-reply .cke_top {
  display: none;
}

#_mylamtecharticlemanagement_discussion .lfr-discussion-reply-container .cke_top {
  display: none;
}

#_mylamtecharticlemanagement_discussion .lfr-discussion-reply-container .cke_bottom {
  display: none;
}

#_mylamtecharticlemanagement_discussion .panel-body .lfr-discussion-reply-container {
  margin-bottom: 20px;
}

#_mylamtecharticlemanagement_discussion .panel-body .lfr-discussion-reply-container .cke_inner {
  background: none;
}

#_mylamtecharticlemanagement_discussion .lfr-discussion-container .comment-container .sticker-circle {
  top: auto;
}

#_mylamtecharticlemanagement_discussion .lfr-discussion .autofit-col-expand .autofit-row .autofit-col-expand .text-truncate .sticker-circle {
  display: none;
}

body.cke_editable.html-editor.portlet.cke_editable_themed.cke_contents_ltr {
  background-color: #ffffff;
}

#column-2 #layout-column_column-2 > div {
  min-width: 100%;
}

.autofit-section {
  max-width: 100%;
}

.modal-dialog .ta-history__compare__modal {
  padding: 0px 85px 0px 85px;
  margin-top: 25px;
  margin-bottom: 20px;
}

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

.modal-dialog.csom-delegation__modal.lg {
  position: relative;
  padding-left: 20px;
  width: 900px;
}

.modal-dialog.csom-delegation__modal {
  width: 600px;
}

.modal-dialog .ta-history .modal-content {
  width: 100% !important;
  margin-left: 1px !important;
}

.modal-dialog .my-work-flow-task__modal .modal-content {
  width: 100% !important;
  margin-top: 1px;
  margin-left: 1px !important;
}

.portlet-journal-content .portlet .portlet-header .visible-interaction {
  display: none;
}

#_mylamtecharticlemanagement_riap_postReplyBody0Container .control-label {
  Display: none;
}

#portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_ .portlet-content-container {
  padding: 10px 10px !important;
}

#_mylamtecharticlemanagement_gfut_postReplyBody0Container .control-label {
  display: none !important;
}

#referenceParts input[type=text] {
  border-radius: 0px !important;
  height: 1.8125em !important;
}

.tech-article-management-portlet .alert-container .alert {
  z-index: 999;
}

#portlet_mylamtecharticlemanagement .btn.btn-default.visible-xs.visible-sm.hidden-md.hidden-lg {
  display: none;
}

#_mylamtecharticlemanagement_discussion .taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}

.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
  font-size: 14px !important;
}

.autofit-padded-no-gutters-x > .autofit-col {
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.05rem !important;
}

#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet .portlet-topper {
  display: none !important;
}

#portlet_HiddenApplinksPortlet .portlet-topper {
  display: none !important;
}

#_mylamtecharticlemanagement_discussionContainer .control-label {
  visibility: hidden;
}

.modal-header .btn-toolbar {
  order: 2 !important;
}

.cke_chrome {
  border: 1px solid #aaa !important;
}

.cke_chrome {
  border-radius: 4px !important;
}

.my-work-flow-task__header-info-label {
  width: 115px !important;
}

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