@charset "UTF-8";
@use "sass:math" as *;
/**
 * Clay 3.114.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
 */
@use "sass:math" as *;
/**
 * Clay 3.114.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
 */
.quick-access-nav {
  position: fixed;
  z-index: 999; }

.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 .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem; }

.sidebar-sm .form-control[type='file'] {
  padding: 0; }

.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 .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 - var(--control-menu-container-height) - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform; }
  .contextual-sidebar.contextual-sidebar-visible {
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible; }

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc( 100vh - var(--control-menu-container-height) - 64px);
    top: calc( var(--control-menu-container-height) + 64px); }
  .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 {
    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 {
      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 {
        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(@theme_image_path@/states/empty_state.gif); }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-empty-result-message-header,
    .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
      background-image: url(@theme_image_path@/states/empty_state_reduced_motion.gif); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header, .c-prefers-reduced-motion
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(@theme_image_path@/states/empty_state_reduced_motion.gif); }

.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(@theme_image_path@/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-empty-search-result-message-header {
      background-image: url(@theme_image_path@/states/search_state_reduced_motion.svg); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(@theme_image_path@/states/search_state_reduced_motion.svg); }

.taglib-empty-result-message .taglib-empty-state {
  background-image: url(@theme_image_path@/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-empty-state {
      background-image: url(@theme_image_path@/states/empty_state_reduced_motion.gif); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
    background-image: url(@theme_image_path@/states/empty_state_reduced_motion.gif); }

.taglib-empty-result-message .taglib-success-state {
  background-image: url(@theme_image_path@/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-success-state {
      background-image: url(@theme_image_path@/states/success_state_reduced_motion.svg); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
    background-image: url(@theme_image_path@/states/success_state_reduced_motion.svg); }

.taglib-empty-result-message .taglib-search-state {
  background-image: url(@theme_image_path@/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-search-state {
      background-image: url(@theme_image_path@/states/search_state_reduced_motion.svg); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
    background-image: url(@theme_image_path@/states/search_state_reduced_motion.svg); }

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

.taglib-icon-help {
  color: #6c757d !important; }
  .taglib-icon-help:hover, .taglib-icon-help:active {
    color: #343a40 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.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 .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative; }
  @media (min-width: 576px) {
    .portal-popup .navbar ~ .portlet-configuration-setup,
    .portal-popup .portlet-export-import-container {
      height: calc(100% - 48px); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active-area {
  background: #ffc; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lfr-page-layouts {
  padding: 0; }
  .lfr-page-layouts input[type='radio'] {
    opacity: 0;
    position: absolute; }
    .lfr-page-layouts input[type='radio']:checked + .card-horizontal {
      cursor: default; }
      .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
        bottom: -0.0625rem;
        content: "";
        left: -0.0625rem;
        position: absolute;
        right: -0.0625rem;
        transition: height 0.15s ease-out; }
        @media (prefers-reduced-motion: reduce) {
          .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
            transition: none; } }
        .lfr-page-layouts 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 {
      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; } }
      .lfr-page-layouts .card-horizontal::after {
        transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-title-editable {
  pointer-events: none; }

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

.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; } }
  @media (min-width: 768px) {
      html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .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 (min-width: 768px) {
        .portlet > .portlet-topper {
          transition: none; } }
  @media (max-width: 767.98px) {
    .controls-visible .portlet-topper {
      display: box;
      display: flex; } }

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

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

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

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

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

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

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

.navbar form {
  margin: 0; }

: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; } }
  .c-prefers-reduced-motion .lfr-progress-active .progress-bar-status, .c-prefers-reduced-motion
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none; }

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

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

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

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

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/****Color Code Declaration Start****/
/****  Color Code Declaration End ****/
/****Font-family Code Declaration Start****/
/****Font-family Code Declaration End****/
/*new color var for tge */
@font-face {
  font-family: "Gotham-htf";
  src: url("../fonts/gotham-HTF/GothamHTF-Book.ttf");
  src: url("../fonts/gotham-HTF/GothamHTF-Book.eot") format("eot"), url("../fonts/gotham-HTF/GothamHTF-Book.otf") format("otf"), url("../fonts/gotham-HTF/GothamHTF-Book.woff") format("woff");
  /*url("/fonts/gotham-HTF/") format("truetype");*/
  /*url("/fonts/helvetica-neue/") format("svg");*/
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Nexa Bold";
  src: url("../fonts/NexaBold/NexaBold.eot");
  src: url("../fonts/NexaBold/NexaBold.eot") format("embedded-opentype"), url("../fonts/NexaBold/NexaBold.woff2") format("woff2"), url("../fonts/NexaBold/NexaBold.woff") format("woff"), url("../fonts/NexaBold/NexaBold.otf") format("otf"), url("../fonts/NexaBold/NexaBold.ttf") format("truetype"), url("../fonts/NexaBold/NexaBold.svg#NexaBold") format("svg"); }

@font-face {
  font-family: "Nexa Light";
  src: url("../fonts/NexaLight/NexaLight.eot");
  src: url("../fonts/NexaLight/NexaLight.eot") format("embedded-opentype"), url("../fonts/NexaLight/NexaLight.woff2") format("woff2"), url("../fonts/NexaLight/NexaLight.woff") format("woff"), url("../fonts/NexaLight/NexaLight.otf") format("otf"), url("../fonts/NexaLight/NexaLight.ttf") format("truetype"), url("../fonts/NexaLight/NexaLight.svg#NexaLight") format("svg"); }

@font-face {
  font-family: "Nexa-XBold";
  src: url("../fonts/Nexa-XBold.otf"); }

@font-face {
  font-family: "NexaHeavy";
  src: url("../fonts/NexaHeavy/NexaHeavy.eot");
  src: url("../fonts/NexaHeavy/NexaHeavy.eot") format("embedded-opentype"), url("../fonts/NexaHeavy/NexaHeavy.woff2") format("woff2"), url("../fonts/NexaHeavy/NexaHeavy.woff") format("woff"), url("../fonts/NexaHeavy/NexaHeavy.woff") format("otf"), url("../fonts/NexaHeavy/NexaHeavy.ttf") format("truetype"), url("../fonts/NexaHeavy/NexaHeavy.svg#NexaHeavy") format("svg"); }

@font-face {
  font-family: "NexaRegular";
  src: url("../fonts/NexaRegular/NexaRegular.eot");
  src: url("../fonts/NexaRegular/NexaRegular.eot") format("embedded-opentype"), url("../fonts/NexaRegular/NexaRegular.woff2") format("woff2"), url("../fonts/NexaRegular/NexaRegular.woff") format("woff"), url("../fonts/NexaRegular/NexaRegular.otf") format("otf"), url("../fonts/NexaRegular/NexaRegular.ttf") format("truetype"), url("../fonts/NexaRegular/NexaRegular.svg#NexaRegular") format("svg"); }

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeue/HelveticaNeue.ttc");
  src: url("../fonts/HelveticaNeue/HelveticaNeue.eot");
  src: url("../fonts/HelveticaNeue/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/HelveticaNeue.svg#HelveticaNeue") format("svg"), url("../fonts/HelveticaNeue/HelveticaNeue.ttf") format("truetype"), url("../fonts/HelveticaNeue/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeue.woff2") format("woff2"); }

/* Webfont: MovementSans-Regular */
@font-face {
  font-family: 'MovementSansRegular';
  src: url("../fonts/MovementSans/MovementSans.woff2") format("woff2"), url("../fonts/MovementSans/MovementSans.otf") format("opentype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal; }

.myteamge .demo-icon {
  font-family: "myteamge" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.myteamge body, .myteamge input[type=text] {
  font-family: "Century Gothic", sans-serif !important; }

.myteamge button {
  font-family: "Century Gothic", sans-serif !important;
  font-weight: bold; }

.myteamge body table, .helveticanue-font {
  font-family: "Century Gothic", sans-serif; }

.myteamge h1, .myteamge h2 {
  font-family: "MovementSansRegular", Georgia !important;
  font-weight: normal; }

.myteamge h1 strong, .myteamge h2 strong {
  font-family: "MovementSansRegular", Georgia !important;
  font-weight: normal;
  font-size: 24px; }

.myteamge h2 {
  font-size: 20px; }

.myteamge h3 {
  font-size: 18px; }

.myteamge h3, h4, .metapro {
  font-family: "Century Gothic", sans-serif !important;
  font-weight: normal; }

.myteamge body .metaprog-reg {
  font-family: "Century Gothic", sans-serif !important; }

.myteamge .helveticaMedium {
  font-family: "Century Gothic", sans-serif !important; }

.myteamge body .body-heading {
  font-size: 16px;
  color: #2d3438; }

.myteamge h3, h4, h5, h6 {
  font-family: "Century Gothic", sans-serif;
  font-weight: bold; }

/****Color Code Declaration Start****/
/****  Color Code Declaration End ****/
/****Font-family Code Declaration Start****/
/****Font-family Code Declaration End****/
/*new color var for tge */
@font-face {
  font-family: "myteamge";
  src: url("../fonts/myteamge.eot?8dranp8");
  src: url("../fonts/myteamge.eot?8dranp8#iefix") format("embedded-opentype"), url("../fonts/myteamge.woff2?8dranp8") format("woff2"), url("../fonts/myteamge.woff?8dranp8") format("woff"), url("../fonts/myteamge.ttf?8dranp8") format("truetype"), url("../fonts/myteamge.svg?8dranp8#myteamge") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'myteamge';
    src: url('../fonts/myteamge.svg?8dranp8#myteamge') format('svg');
  }
}
*/
[class^="ico-"]:before, [class*=" ico-"]:before {
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin: 0;
  text-align: center;
  line-height: 100%;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  /*line-height: 1em;*/
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

[class^="ico-"]:before, [class*=" ico-"]:before {
  font-family: "myteamge"; }

.ico-myteamge-logo:before {
  content: "\e890"; }

.ico-myteamge-logo-white:before {
  content: '\e88f'; }

/* '' */
.ico-about:before {
  content: '\e800'; }

/* '' */
.ico-pickup:before, .ico-pickups:before {
  content: '\e801'; }

/* '' */
.ico-mywatchlist:before {
  content: '\e802'; }

/* '' */
.ico-ordered:before {
  content: '\e803'; }

/* '' */
.ico-twitter:before {
  content: '\e804'; }

/* '' */
.ico-googleplus-square:before {
  content: '\e805'; }

/* '' */
.ico-googleplus:before {
  content: '\e806'; }

/* '' */
.ico-linkedin-square:before {
  content: '\e807'; }

/* '' */
.ico-linkedin:before {
  content: '\e808'; }

/* '' */
.ico-dangerous-goods-2:before {
  content: '\e809'; }

/* '' */
.ico-date-range:before {
  content: '\e80a'; }

/* '' */
.ico-ok-1:before {
  content: '\e80b'; }

/* '' */
.ico-pallet:before {
  content: '\e80c'; }

/* '' */
.ico-down:before {
  content: '\e80d'; }

/* '' */
.ico-up:before {
  content: '\e80e'; }

/* '' */
.ico-picked-up:before, .ico-PCKDUP:before, .ico-circlepickups:before {
  content: '\e80f'; }

/* '' */
.ico-exception:before {
  content: '\e810'; }

/* '' */
.ico-awaiting-collection:before, .ico-AWTCOL:before, .ico-circleboxtime:before {
  content: '\e811'; }

/* '' */
.ico-collected:before, .ico-COLLCTD:before, .ico-circleboxtick:before {
  content: '\e812'; }

/* '' */
.ico-cancelled:before, .ico-CANCLD:before {
  content: '\e813'; }

/* '' */
.ico-stop:before {
  content: '\e814'; }

/* '' */
.ico-not-found:before {
  content: '\e815'; }

/* '' */
.ico-facebook-square:before {
  content: '\e816'; }

/* '' */
.ico-facebook:before {
  content: '\e817'; }

/* '' */
.ico-twitter-square:before {
  content: '\e818'; }

/* '' */
.ico-accordian-up:before {
  content: '\e819'; }

/* '' */
.ico-accordian-down:before {
  content: '\e81a'; }

/* '' */
.ico-left:before {
  content: '\e81b'; }

/* '' */
.ico-in-transit:before, .ico-INTRNST:before {
  content: '\e81c'; }

/* '' */
.ico-right:before {
  content: '\e81d'; }

/* '' */
.ico-pod1:before {
  content: '\e81e'; }

/* '' */
.ico-download:before {
  content: '\e81f'; }

/* '' */
.ico-search:before {
  content: '\e820'; }

/* '' */
.ico-attachments:before {
  content: '\e821'; }

/* '' */
.ico-boss-mode:before {
  content: '\e822'; }

/* '' */
.ico-chat:before {
  content: '\e823'; }

/* '' */
.ico-contact:before {
  content: '\e824'; }

/* '' */
.ico-close:before {
  content: '\e825'; }

/* '' */
.ico-delete:before {
  content: '\e826'; }

/* '' */
.ico-dangerous-goods-1:before {
  content: '\e827'; }

/* '' */
.ico-watch:before {
  content: '\e828'; }

/* '' */
.ico-routing-details:before {
  content: '\e829'; }

/* '' */
.ico-share:before {
  content: '\e82a'; }

/* '' */
.ico-map:before {
  content: '\e82b'; }

/* '' */
.ico-save:before {
  content: '\e82c'; }

/* '' */
.ico-remove:before {
  content: '\e82d'; }

/* '' */
.ico-out-for-delivery:before, .ico-OUTFDL:before, .ico-circleboxfast:before {
  content: '\e82e'; }

/* '' */
.ico-pod2:before {
  content: '\e82f'; }

/* '' */
.ico-ok:before {
  content: '\e830'; }

/* '' */
.ico-watch-confim:before {
  content: '\e831'; }

/* '' */
.ico-menu-1:before {
  content: '\e832'; }

/* '' */
.ico-milestone:before {
  content: '\e833'; }

/* '' */
.ico-shipment-created:before, .ico-SHPCRE:before, .ico-fileclip:before {
  content: '\e834'; }

/* '' */
.ico-mobile:before {
  content: '\e835'; }

/* '' */
.ico-freight-details:before, .ico-PRTDEL:before {
  content: '\e836'; }

/* '' */
.ico-watch-stop-1:before {
  content: '\e837'; }

/* '' */
.ico-watch-2:before {
  content: '\e838'; }

/* '' */
.ico-partially-delivered:before {
  content: '\e839'; }

/* '' */
.ico-loading:before {
  content: '\e83a'; }

/* '' */
.ico-account:before {
  content: '\e83b'; }

/* '' */
.ico-uncheck:before {
  content: '\e83c'; }

/* '' */
.ico-checked:before {
  content: '\e83d'; }

/* '' */
.ico-preferences:before {
  content: '\e83e'; }

/* '' */
.ico-notification:before {
  content: '\e83f'; }

/* '' */
.ico-watch-1:before {
  content: '\e840'; }

/* '' */
.ico-account-mobile:before {
  content: '\e841'; }

/* '' */
.ico-external-link-1:before {
  content: '\e842'; }

/* '' */
.ico-watch-stop:before {
  content: '\e843'; }

/* '' */
.ico-info:before {
  content: '\e844'; }

/* '' */
.ico-notification-1:before {
  content: '\e845'; }

/* '' */
.ico-account-mobile-2:before {
  content: '\e846'; }

/* '' */
.ico-mytoll:before {
  content: '\e847'; }

/* '' */
.ico-mobile-circle:before {
  content: '\e848'; }

/* '' */
.ico-email-2:before {
  content: '\e849'; }

/* '' */
.ico-arrow:before {
  content: '\e84a'; }

/* '' */
.ico-smile:before {
  content: '\e84b'; }

/* '' */
.ico-frown:before {
  content: '\e84c'; }

/* '' */
.ico-meh:before {
  content: '\e84d'; }

/* '' */
.ico-email-icon:before {
  content: '\e84e'; }

/* '' */
.ico-external-link:before {
  content: '\e84f'; }

/* '' */
.ico-contact-icon:before {
  content: '\e850'; }

/* '' */
.ico-sms:before {
  content: '\e851'; }

/* '' */
.ico-alert-preferences:before {
  content: '\e852'; }

/* '' */
.ico-hamburger-menu:before {
  content: '\e853'; }

/* '' */
.ico-notify-me:before {
  content: '\e854'; }

/* '' */
.ico-notifications:before {
  content: '\e855'; }

/* '' */
.ico-alert:before {
  content: '\e856'; }

/* '' */
.ico-track:before {
  content: '\e857'; }

/* '' */
.ico-delivered:before, .ico-DELVERD:before, .ico-tick-variation:before {
  content: '\e858'; }

/* '' */
.ico-contact-1:before {
  content: '\e859'; }

/* '' */
.ico-printer-icon:before {
  content: '\e85a'; }

/* '' */
.ico-pencil:before {
  content: '\e85b'; }

/* '' */
.ico-letter:before {
  content: '\e85c'; }

/* '' */
.ico-crate:before {
  content: '\e85d'; }

/* '' */
.ico-box-and-carton:before, .ico-boxAndCarton:before {
  content: '\e85e'; }

/* '' */
.ico-jiffy-bag:before, .ico-jiffyBag:before {
  content: '\e85f'; }

/* '' */
.ico-user-add:before {
  content: '\e860'; }

/* '' */
.ico-satchel:before {
  content: '\e861'; }

/* '' */
.ico-arrow-down-green:before {
  content: '\e862'; }

/* '' */
.ico-tube:before {
  content: '\e863'; }

/* '' */
.ico-length:before {
  content: '\e864'; }

/* '' */
.ico-doc-text-1:before {
  content: '\e865'; }

/* '' */
.ico-down-open-big:before {
  content: '\e866'; }

/* '' */
.ico-left-open-big:before {
  content: '\e867'; }

/* '' */
.ico-right-open-big:before {
  content: '\e868'; }

/* '' */
.ico-up-open-big:before {
  content: '\e869'; }

/* '' */
.ico-trash-empty:before {
  content: '\e86a'; }

/* '' */
.ico-floppy:before {
  content: '\e86b'; }

/* '' */
.ico-updown-circle:before {
  content: '\e86c'; }

/* '' */
.ico-cw:before {
  content: '\e86d'; }

/* '' */
.ico-menu-my-admin:before {
  content: '\e86e'; }

/* '' */
.ico-menu-pickups:before {
  content: '\e86f'; }

/* '' */
.ico-menu-rate-enquiry:before {
  content: '\e870'; }

/* '' */
.ico-menu-settings:before {
  content: '\e871'; }

/* '' */
.ico-menu-shipments:before {
  content: '\e872'; }

/* '' */
.ico-invoice:before {
  content: '\e873'; }

/* '' */
.ico-menu-about:before {
  content: '\e874'; }

/* '' */
.ico-menu-contact:before {
  content: '\e875'; }

/* '' */
.ico-menu-dashboard:before {
  content: '\e876'; }

/* '' */
.ico-help-and-tips:before {
  content: '\e877'; }

/* '' */
.ico-manifests:before {
  content: '\e878'; }

/* '' */
.ico-ransit-time:before, .ico-transittime:before {
  content: '\e8ec'; }

/* '' */
.ico-warning:before, .ico-error:before {
  content: '\e87a'; }

/* '' */
.ico-return:before {
  content: '\e87b'; }

/* '' */
.ico-stationery:before {
  content: '\e87c'; }

/* '' */
.ico-return-confirmed:before {
  content: '\e87d'; }

/* '' */
.ico-returns:before, .ico-boxarrow-variation:before {
  content: '\e87e'; }

/* '' */
.ico-returns-menu:before, .ico-returns_menu_icon, .ico-boxarrow:before {
  content: '\e87f'; }

/* '' */
.ico-returns-submitted:before, .ico-clipboardtick:before {
  content: '\e880'; }

/* '' */
.ico-basket:before {
  content: '\e881'; }

/* '' */
.ico-plus-circled:before {
  content: '\e882'; }

/* '' */
.ico-ok-circle:before {
  content: '\e883'; }

/* '' */
.ico-cancel-circle:before {
  content: '\e884'; }

/* '' */
.ico-pencil-circled:before {
  content: '\e885'; }

/* '' */
.ico-cog:before {
  content: '\e886'; }

/* '' */
.ico-user:before {
  content: '\e887'; }

/* '' */
.ico-home:before {
  content: '\e888'; }

/* '' */
.ico-clipboard:before {
  content: '\e889'; }

/* '' */
.ico-cart-circle:before {
  content: '\e88a'; }

/* '' */
.ico-cart:before {
  content: '\e88b'; }

/* '' */
.ico-exception-2:before {
  content: '\e88c'; }

/* '' */
.ico-exception-1:before {
  content: '\e88d'; }

/* '' */
.ico-exception-3:before {
  content: '\e88e'; }

/* '' */
.ico-returns_menu_icon:before {
  content: '\e891'; }

/* '' */
.ico-stop-icon2:before {
  content: '\e892'; }

/* '' */
.ico-arrow-39:before {
  content: '\e893'; }

/* '' */
.ico-arrow-40:before {
  content: '\e894'; }

/* '' */
.ico-arrow-65:before {
  content: '\e895'; }

/* '' */
.ico-arrow-66:before {
  content: '\e896'; }

/* '' */
.ico-arrow-67:before {
  content: '\e897'; }

/* '' */
.ico-arrow-68:before {
  content: '\e898'; }

/* '' */
.ico-arrowdown:before {
  content: '\e899'; }

/* '' */
.ico-arrowmove:before {
  content: '\e89a'; }

/* '' */
.ico-arrowrotate:before {
  content: '\e89b'; }

/* '' */
.ico-arrowsolid:before {
  content: '\e89c'; }

/* '' */
.ico-arrowuppage:before {
  content: '\e89d'; }

/* '' */
.ico-atom:before {
  content: '\e89e'; }

/* '' */
.ico-arrowupdownlines:before {
  content: '\e89f'; }

/* '' */
.ico-avatar:before, .ico-user:before {
  content: '\e8a0'; }

/* '' */
.ico-bell:before {
  content: '\e8a1'; }

/* '' */
.ico-bellsmall:before {
  content: '\e8a2'; }

/* '' */
.ico-box:before {
  content: '\e8a3'; }

/* '' */
.ico-boxarrow-variation:before {
  content: '\e8a4'; }

/* '' */
.ico-boxarrow:before {
  content: '\e8a5'; }

/* '' */
.ico-boxtick:before {
  content: '\e8a6'; }

/* '' */
.ico-calendar:before {
  content: '\e8a7'; }

/* '' */
.ico-cart-1:before {
  content: '\e8a8'; }

/* '' */
.ico-checkboxchecked:before {
  content: '\e8a9'; }

/* '' */
.ico-circle90_:before {
  content: '\e8aa'; }

/* '' */
.ico-circleblank:before {
  content: '\e8ab'; }

/* '' */
.ico-circleboxtick:before {
  content: '\e8ac'; }

/* '' */
.ico-circleboxfast:before {
  content: '\e8ad'; }

/* '' */
.ico-checkboxdisabled:before {
  content: '\e8ae'; }

/* '' */
.ico-checkbox:before {
  content: '\e8af'; }

/* '' */
.ico-circleclock:before {
  content: '\e8b0'; }

/* '' */
.ico-circlecross-medium:before {
  content: '\e8b1'; }

/* '' */
.ico-circleboxtime:before {
  content: '\e8b2'; }

/* '' */
.ico-circlecrosslarge:before {
  content: '\e8b3'; }

/* '' */
.ico-circlecross:before {
  content: '\e8b4'; }

/* '' */
.ico-circlelines:before {
  content: '\e8b5'; }

/* '' */
.ico-circleinformation:before {
  content: '\e8b6'; }

/* '' */
.ico-circlemap:before {
  content: '\e8b7'; }

/* '' */
.ico-circlewavylines:before {
  content: '\e8b8'; }

/* '' */
.ico-circlesolid:before {
  content: '\e8b9'; }

/* '' */
.ico-circlepickups:before {
  content: '\e8ba'; }

/* '' */
.ico-clock:before {
  content: '\e8bb'; }

/* '' */
.ico-clipboard-1:before {
  content: '\e8bc'; }

/* '' */
.ico-commentbox:before {
  content: '\e8bd'; }

/* '' */
.ico-clipboardtick:before {
  content: '\e8be'; }

/* '' */
.ico-disk:before {
  content: '\e8bf'; }

/* '' */
.ico-diamond:before {
  content: '\e8c0'; }

/* '' */
.ico-dashboard:before {
  content: '\e8c1'; }

/* '' */
.ico-dollar:before {
  content: '\e8c2'; }

/* '' */
.ico-dotscircletick:before {
  content: '\e8c3'; }

/* '' */
.ico-download-2:before {
  content: '\e8c4'; }

/* '' */
.ico-external:before {
  content: '\e8c5'; }

/* '' */
.ico-emailletter:before {
  content: '\e8c6'; }

/* '' */
.ico-envelop:before {
  content: '\e8c7'; }

/* '' */
.ico-error:before {
  content: '\e8c8'; }

/* '' */
.ico-fileclip:before {
  content: '\e8c9'; }

/* '' */
.ico-help-copy:before {
  content: '\e8ca'; }

/* '' */
.ico-information:before {
  content: '\e8cb'; }

/* '' */
.ico-help:before {
  content: '\e8cc'; }

/* '' */
.ico-label:before {
  content: '\e8cd'; }

/* '' */
.ico-pencil:before {
  content: '\e8ce'; }

/* '' */
.ico-link:before {
  content: '\e8cf'; }

/* '' */
.ico-list-view:before {
  content: '\e8d0'; }

/* '' */
.ico-loop:before {
  content: '\e8d1'; }

/* '' */
.ico-map-1:before {
  content: '\e8d2'; }

/* '' */
.ico-oldphone:before {
  content: '\e8d3'; }

/* '' */
.ico-page:before {
  content: '\e8d4'; }

/* '' */
.ico-paper:before {
  content: '\e8d5'; }

/* '' */
.ico-lock:before {
  content: '\e8d6'; }

/* '' */
.ico-cross-thick:before {
  content: '\e8d7'; }

/* '' */
.ico-phone:before {
  content: '\e8d8'; }

/* '' */
.ico-phonealert:before {
  content: '\e8d9'; }

/* '' */
.ico-paperfile:before {
  content: '\e8da'; }

/* '' */
.ico-pencil-1:before {
  content: '\e8db'; }

/* '' */
.ico-pickups:before {
  content: '\e8dc'; }

/* '' */
.ico-new-icon:before {
  content: '\e8dd'; }

/* '' */
.ico-plus:before {
  content: '\e8de'; }

/* '' */
.ico-printer:before {
  content: '\e8df'; }

/* '' */
.ico-printercircle:before {
  content: '\e8e0'; }

/* '' */
.ico-minus:before {
  content: '\e8e1'; }

/* '' */
.ico-repeat:before {
  content: '\e8e3'; }

/* '' */
.ico-power:before {
  content: '\e8e5'; }

/* '' */
.ico-search-1:before {
  content: '\e8e6'; }

/* '' */
.ico-tick:before {
  content: '\e8e8'; }

/* '' */
.ico-table-view:before {
  content: '\e8e9'; }

/* '' */
.ico-truck:before {
  content: '\e8ea'; }

/* '' */
.ico-tick-variation:before {
  content: '\e8eb'; }

/* '' */
.ico-transittime:before {
  content: '\e8ec'; }

/* '' */
.ico-trash:before {
  content: '\e8ed'; }

/* '' */
.ico-tick-solid:before {
  content: '\e8ee'; }

/* '' */
.ico-upload-1:before {
  content: '\e8ef'; }

/* '' */
.ico-alert-1:before {
  content: '\e8f0'; }

/* '' */
.ico-warningcircle:before {
  content: '\e8f1'; }

/* '' */
.ico-arrow-37:before {
  content: '\e8f2'; }

/* '' */
.ico-arrow-38:before {
  content: '\e8f3'; }

/* '' */
.ico-cross-thin:before {
  content: '\e8f4'; }

/* '' */
.ico-crosshair-1:before {
  content: '\e8f5'; }

/* '' */
.ico-shopping-car-variation:before {
  content: '\e8f7'; }

/* '' */
.ico-shopping-cart:before {
  content: '\e8f8'; }

/* '' */
.ico-bell-2:before {
  content: '\e8f9'; }

/* '' */
.ico-circle-warning:before {
  content: '\e8fd'; }

/* '' */
.ico-pdf-icon:before {
  content: '\e8fe'; }

/* '' */
.ico-image-icon:before {
  content: '\e8ff'; }

/* '' */
.ico-download-1:before {
  content: '\f02e'; }

/* '' */
.ico-upload:before {
  content: '\f02f'; }

/* '' */
.ico-move:before {
  content: '\f047'; }

/* '' */
.ico-doc-text:before {
  content: '\f0f6'; }

/* '' */
.ico-mac:before {
  content: '\f179'; }

/* '' */
.ico-win:before {
  content: '\f17a'; }

/* '' */
.ico-vimeo-rect:before {
  content: '\f30e'; }

/* '' */
.applications-menu-modal .modal-dialog.modal-full.modal-info {
  max-width: 100% !important;
  transform: none !important; }

.applications-menu-modal .c-inner {
  align-items: inherit;
  display: inherit;
  flex-direction: inherit;
  height: inherit;
  justify-content: inherit;
  line-height: inherit;
  max-width: inherit;
  min-width: inherit;
  outline: 0;
  overflow: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  padding-right: inherit;
  padding-top: inherit;
  text-overflow: inherit;
  font-size: 14px;
  font-family: system-ui; }

.applications-menu-modal .modal.show .modal-dialog {
  transform: none !important; }

.applications-menu-modal .applications-menu-header.container-fluid-max-xl {
  max-width: var(--container-max-xl); }

.applications-menu-modal .c-mt-2, .applications-menu-modal .c-my-2 {
  margin-top: var(--spacer-2); }

.applications-menu-modal .c-mb-2, .applications-menu-modal .c-my-2 {
  margin-bottom: var(--spacer-2); }

.applications-menu-modal .c-pl-md-2, .applications-menu-modal .c-px-md-2 {
  padding-left: var(--spacer-2); }

.applications-menu-modal .c-ml-2, .applications-menu-modal .c-mx-2 {
  margin-left: var(--spacer-2); }

.applications-menu-modal .c-pb-3, .applications-menu-modal .c-py-3 {
  padding-bottom: var(--spacer-3); }

.applications-menu-modal .c-pt-3, .applications-menu-modal .c-py-3 {
  padding-top: var(--spacer-3); }

.applications-menu-modal .c-mb-0, .applications-menu-modal .c-my-0 {
  margin-bottom: var(--spacer-0); }

.applications-menu-modal .c-mt-3, .applications-menu-modal .c-my-3 {
  margin-top: var(--spacer-3); }

.applications-menu-modal .c-mb-3, .applications-menu-modal .c-my-3 {
  margin-bottom: var(--spacer-3); }

.applications-menu-modal .c-p-3 {
  padding: var(--spacer-3); }

.applications-menu-modal .c-pr-0, .applications-menu-modal .c-px-0 {
  padding-right: var(--spacer-0); }

@media (min-width: 576px) {
  .applications-menu-modal .modal-dialog {
    max-width: 100% !important; } }

@media (min-width: 768px) {
  .applications-menu-modal .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; } }

.applications-menu-modal .c-pr-md-4, .applications-menu-modal .c-px-md-4 {
  padding-right: var(--spacer-4); }

.applications-menu-modal .c-pl-md-4, .applications-menu-modal .c-px-md-4 {
  padding-left: var(--spacer-4); }

.applications-menu-modal .c-mt-md-3, .applications-menu-modal .c-my-md-3 {
  margin-top: var(--spacer-3); }

.applications-menu-modal .c-pl-md-2, .applications-menu-modal .c-px-md-2 {
  padding-left: var(--spacer-2) !important; }

.applications-menu-modal .c-mt-md-0, .applications-menu-modal .c-my-md-0 {
  margin-top: var(--spacer-0); }

.extend-session-btn-wrpr {
  width: 160px !important; }

.ico-alert inner {
  color: #ffa200;
  font-size: 30px; }

.autofit-extend-session {
  width: 1215px; }

#ToastAlertContainer .alert-warning {
  background-color: transparent !important;
  width: 100%;
  border: none; }

#ToastAlertContainer .sub-msg {
  padding-left: 38px; }

#ToastAlertContainer .extend-session-btn-wrpr {
  top: 15px !important; }

#ToastAlertContainer .autofit-extend-session {
  width: 100%; }

.alert-container .alert-notifications-fixed {
  left: 1px;
  position: fixed;
  z-index: 5000;
  top: 120px;
  width: 100%; }

#ToastAlertContainer .alert {
  padding: 0; }

#ToastAlertContainer .autofit-row {
  display: block; }

.alert-msg-toll-session {
  margin-top: 10px; }

.auth-return-read {
  padding: 20px 10px !important;
  display: inline-block !important;
  margin-bottom: 0px; }

/*
   Animation example, for spinners
*/
.animate-spin, .ico-loading {
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  /*display: inline-block;*/ }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.hidden-def {
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.animate-slideDown {
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/****Color Code Declaration Start****/
/****  Color Code Declaration End ****/
/****Font-family Code Declaration Start****/
/****Font-family Code Declaration End****/
/*new color var for tge */
/****Color Code Declaration Start****/
/****  Color Code Declaration End ****/
/****Font-family Code Declaration Start****/
/****Font-family Code Declaration End****/
/*new color var for tge */
.myteamge .mega-menu-wrpr {
  position: absolute;
  display: none;
  width: calc(100% + 40px);
  top: 50px;
  left: -40px;
  z-index: 22; }

.myteamge .mega-menu {
  font-family: "Century Gothic", sans-serif;
  min-width: 250px;
  max-width: initial;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #EEEAD9;
  top: 50px;
  text-align: left; }
  .myteamge .mega-menu.open {
    display: block; }
  .myteamge .mega-menu #nav-dropdown {
    display: block;
    color: #ffffff; }
    .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu {
      padding: 0;
      margin: 0;
      display: block; }
      .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li {
        padding: 0;
        margin: 0;
        display: block;
        border-bottom: 1px solid rgba(20, 50, 0, 0.2); }
        .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li .ico-watch {
          display: none; }
        .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li p.text {
          padding-bottom: 3px;
          font-size: 16px;
          line-height: 2;
          font-weight: bold;
          display: inline;
          font-family: "Century Gothic", sans-serif; }
          .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li p.text:hover {
            /*border-bottom: solid 1px $basic-color-f3901e;//f3901e;*/ }
        .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > a {
          display: block;
          position: relative;
          padding: 20px 10px;
          text-decoration: none;
          color: #143200;
          font-size: 16px;
          letter-spacing: 0.4px;
          margin-bottom: 0px;
          font-weight: normal; }
          .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > a i {
            position: absolute;
            left: 10px;
            top: 8px;
            font-size: 20px;
            color: #143200; }
          .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > a .ico-external-link-1 {
            position: static;
            margin-left: 10px;
            font-size: 14px; }
          .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > a .sub-text {
            display: none; }
          .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > a .acnd-toggler {
            display: block;
            position: absolute;
            font-size: 14px;
            right: 20px;
            top: 18px; }
        .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > ul.sub-menu {
          display: none; }
          .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > ul.sub-menu > li:nth-child(-n + 2) {
            display: none; }
          .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > ul.sub-menu > li:nth-child(n + 3) > a, .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > ul.sub-menu > li:nth-child(n + 3) > label {
            font-weight: normal; }
            .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > ul.sub-menu > li:nth-child(n + 3) > a > p, .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > ul.sub-menu > li:nth-child(n + 3) > label > p {
              color: rgba(31, 171, 159, 0.8); }
      .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li.no-link {
        border-bottom: 1px solid #EEEAD9; }
      .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li a.active {
        background-color: #143200; }
      .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li.open > ul.sub-menu {
        visibility: visible;
        right: 0; }
      .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li:nth-child(even) {
        background-color: transparent; }
  .myteamge .mega-menu #nav-videopanel {
    display: none; }

@media (min-width: 992px) {
  .myteamge .mega-menu {
    padding: 15px 40px; }
    .myteamge .mega-menu #nav-dropdown {
      width: 100%;
      float: left; }
      .myteamge .mega-menu #nav-dropdown > .myteamge-dropdown-menu {
        columns: 4; }
        .myteamge .mega-menu #nav-dropdown > .myteamge-dropdown-menu > li {
          -webkit-column-break-inside: avoid;
          /* Chrome, Safari, Opera */
          page-break-inside: avoid;
          /* Firefox */
          break-inside: avoid;
          /* IE 10+ */ }
          .myteamge .mega-menu #nav-dropdown > .myteamge-dropdown-menu > li > a .sub-text, .myteamge .mega-menu #nav-dropdown > .myteamge-dropdown-menu > li > label .sub-text {
            display: block;
            color: #143200;
            font-size: 14px;
            line-height: 24px;
            font-family: "Century Gothic", sans-serif; }
          .myteamge .mega-menu #nav-dropdown > .myteamge-dropdown-menu > li > a .ico-wtach, .myteamge .mega-menu #nav-dropdown > .myteamge-dropdown-menu > li > label .ico-wtach {
            display: none; }
          .myteamge .mega-menu #nav-dropdown > .myteamge-dropdown-menu > li > ul.sub-menu {
            display: block;
            padding: 0;
            margin: 0;
            visibility: visible;
            overflow: hidden;
            position: relative;
            left: 45px;
            top: -20px; }
            .myteamge .mega-menu #nav-dropdown > .myteamge-dropdown-menu > li > ul.sub-menu > li a {
              display: block;
              letter-spacing: 0.3px;
              text-decoration: none;
              color: rgba(31, 171, 159, 0.8);
              font-size: 12px; }
              .myteamge .mega-menu #nav-dropdown > .myteamge-dropdown-menu > li > ul.sub-menu > li a > p {
                padding: 0;
                margin: 0; }
    .myteamge .mega-menu #nav-videopanel {
      width: 30%;
      float: left;
      display: block;
      color: #ffffff;
      border-top: 1px solid #333; }
      .myteamge .mega-menu #nav-videopanel .myteamge-dropdown-menu {
        padding: 0;
        margin: 0;
        display: block; }
        .myteamge .mega-menu #nav-videopanel .myteamge-dropdown-menu > li:first-child {
          padding-top: 10px; }
        .myteamge .mega-menu #nav-videopanel .myteamge-dropdown-menu > li {
          padding: 0;
          margin: 0;
          display: block; }
          .myteamge .mega-menu #nav-videopanel .myteamge-dropdown-menu > li > a {
            display: block;
            color: #ffffff;
            position: relative;
            padding: 10px 10px 0px 10px;
            text-decoration: none;
            color: #ffffff;
            font-size: 14px;
            letter-spacing: 0.4px; }
            .myteamge .mega-menu #nav-videopanel .myteamge-dropdown-menu > li > a i {
              display: none;
              position: absolute;
              left: 10px;
              top: 17px;
              font-size: 20px;
              color: #ffffff; }
            .myteamge .mega-menu #nav-videopanel .myteamge-dropdown-menu > li > a .sub-text {
              width: 100%;
              height: auto;
              margin: 0 auto; }
              .myteamge .mega-menu #nav-videopanel .myteamge-dropdown-menu > li > a .sub-text > img {
                width: 100%;
                max-width: 280.53px;
                height: 150px; } }

@media (max-width: 1024px) {
  .myteamge#myteamge .mega-menu-wrpr.open {
    display: block;
    top: 56px;
    padding: 0;
    width: 50%; }
    .myteamge#myteamge .mega-menu-wrpr.open #main-mega-nav {
      padding: 0; }
  .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li {
    padding: 0;
    margin: 0;
    display: block;
    border-bottom: 0; }
    .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > a {
      padding: 0px; }
    .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > a, .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > label {
      display: block;
      position: relative;
      padding: 0;
      text-decoration: none;
      color: #143200;
      font-size: 14px;
      letter-spacing: 0.4px;
      margin-bottom: 0px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
      .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > a p.text, .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > label p.text {
        display: block;
        padding: 10px;
        width: 85%;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        margin: 0; }
      .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > a .sub-text, .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > label .sub-text {
        display: none; }
      .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > a .ico-watch, .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > label .ico-watch {
        display: block;
        position: absolute;
        font-size: 14px;
        right: 20px;
        top: 18px; }
      .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > a.opened, .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > label.opened {
        background-color: #ffffff; }
        .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > a.opened p.text, .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > label.opened p.text {
          border-right: 1px solid rgba(20, 50, 0, 0.4);
          color: #616567; }
        .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > a.opened span.sub-text, .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > label.opened span.sub-text {
          display: block;
          padding: 10px;
          border-top: 1px solid rgba(20, 50, 0, 0.4);
          color: #143200; }
          .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > a.opened span.sub-text:hover, .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > label.opened span.sub-text:hover {
            background-color: #99DBFF; }
        .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > a.opened .ico-watch:before, .myteamge#myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > label.opened .ico-watch:before {
          content: '\e82d';
          color: #616567; } }

/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
body, html {
  min-height: 100%;
  height: 100%;
  font-size: 14px; }

#column-1 {
  width: 100% !important; }

body.controls-visible .myteamge {
  padding-top: 65px;
  padding-left: 190px; }
  body.controls-visible .myteamge .portlet-title-text {
    display: block; }
  body.controls-visible .myteamge .portlet-topper {
    display: block; }
  body.controls-visible .myteamge .portlet-options {
    float: right; }

.myteamge {
  /* input box outer line issue fixes for MYT-16879 */
  color: #143200;
  background-color: #EEEAD9;
  font-family: "Century Gothic", sans-serif;
  /* CSS block for Header and top Nav bar*/
  /*
		Class to make any container relative
	*/
  /* Css for header notification */
  /* Notification Screen Popup */
  /*
		Global Margin / Padding Classes
	*/
  /* code for custom dropdown */
  /* Radio button group*/
  /* CSS For Header Bar (NAVBAR) */
  /* Notification Screen Popup */
  /*-----CSS TOGGLE SWITCH (TO BE IN THEME)----------- */
  /*Unhide on the checked state*/
  /*login portlet csss*/
  /*
		Global Popup code
	*/
  /*
		Add address csss
	*/ }
  .myteamge h1, .myteamge .h1, .myteamge h2, .myteamge .h2, .myteamge h3, .myteamge .h3 {
    margin-top: 20px; }
  .myteamge h4, .myteamge .h4, .myteamge h5, .myteamge .h5, .myteamge h6, .myteamge .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .myteamge .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .myteamge .page-body ul, .myteamge .page-body h2, .myteamge .page-body h3, .myteamge .page-body h4, .myteamge .page-body p {
    margin: 0;
    padding: 0; }
  .myteamge .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .myteamge .glyphicon-minus:before {
    content: "\2212"; }
  .myteamge .glyphicon-plus:before {
    content: "\2b"; }
  .myteamge #header-left-links .btn-link.btn-secondary {
    box-shadow: inset 0 0 0 1px #ffffff;
    color: #ffffff;
    margin-right: 16px;
    padding: 11px 20px 13px 20px;
    margin-top: 7px;
    font-family: "Century Gothic", sans-serif;
    font-weight: bold;
    background-color: transparent; }
    .myteamge #header-left-links .btn-link.btn-secondary:hover {
      border-color: transparent;
      box-shadow: inset 0 0 0 2px #ffffff;
      background-color: transparent; }
  .myteamge #header-left-links .btn-link.btn-primary {
    margin-bottom: 16px;
    background-color: #CBFF55;
    color: #143200;
    padding: 11px 20px 13px 20px;
    box-shadow: inset 0 0 0 1px #CBFF55;
    font-family: "Century Gothic", sans-serif;
    font-weight: bold;
    border: 0;
    margin-top: 7px; }
    .myteamge #header-left-links .btn-link.btn-primary:hover {
      box-shadow: inset 0 0 0 2px #143200; }
  .myteamge .card-title {
    font-weight: 600; }
  .myteamge .form-row {
    display: block;
    margin-left: unset;
    margin-right: unset; }
  .myteamge .card-body {
    padding: 10px; }
  .myteamge .form-row > .col, .myteamge .form-row > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px; }
  .myteamge [class*='col-'] {
    float: left;
    min-height: 1px; }
  .myteamge .portlet-layout.row {
    display: block; }
  .myteamge .uppercase-text {
    text-transform: uppercase; }
  .myteamge .sentence-case-text {
    text-transform: capitalize; }
  .myteamge .portlet-title-text {
    display: none; }
  .myteamge .header-bar, .myteamge .page-body, .myteamge #page-footer {
    width: calc(100% - 80px);
    margin: 13px auto; }
  .myteamge .form-group-row {
    margin-bottom: 20px !important; }
  .myteamge .error {
    border: 0 !important; }
  .myteamge .focusKeeper {
    width: 0;
    height: 0;
    overflow: hidden; }
  .myteamge a {
    color: #143200;
    text-decoration: none;
    text-underline-offset: initial; }
  .myteamge a.toll-blue-link, .myteamge a.toll-blue-link:hover {
    color: #143200; }
  .myteamge a.delete-link:hover {
    color: #143200; }
  .myteamge a.box-link {
    display: inline-block;
    text-decoration: none;
    padding: 10px 5px;
    min-width: 34px;
    text-align: center; }
    .myteamge a.box-link.red {
      border: 1px solid #e20303;
      color: #e20303; }
    .myteamge a.box-link.black {
      background-color: #143200;
      color: #ffffff; }
  .myteamge a.box-link:hover, .myteamge a.box-link:focus {
    text-decoration: none; }
  .myteamge button .ico-loading {
    display: none;
    position: absolute;
    font-size: 1.5em;
    top: 23%;
    right: 15%;
    display: none;
    width: 1.6em;
    height: 1.45em;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }
  .myteamge input[type=text]:focus,
  .myteamge input[type=password]:focus,
  .myteamge input[type=number]:focus,
  .myteamge input[type=email]:focus,
  .myteamge input[type=tel]:focus,
  .myteamge textarea:focus,
  .myteamge button:focus {
    opacity: 1;
    box-shadow: none;
    outline: none; }
  .myteamge input[type=text]::-ms-clear,
  .myteamge input[type=password]::-ms-clear,
  .myteamge input[type=number]::-ms-clear,
  .myteamge input[type=email]::-ms-clear,
  .myteamge input[type=tel]::-ms-clear {
    display: none; }
  .myteamge input[type=text]:disabled, .myteamge label.disabled, .myteamge label span.disabled {
    opacity: 0.6; }
  .myteamge input[type=text]:disabled, .myteamge label.disabled, .myteamge label span.disabled {
    background-color: #EEEAD9 !important;
    border-color: #EEEAD9 !important;
    opacity: 1; }
  .myteamge a:focus {
    text-decoration: underline;
    text-decoration-color: #143200; }
  .myteamge .responsive-table {
    overflow: auto; }
  .myteamge .page-heading h1 {
    margin: 0 0 5px 0;
    padding: 20px 0 20px 70px;
    position: relative;
    letter-spacing: 0.5px; }
  .myteamge a, .myteamge button, .myteamge .myelements {
    -ms-touch-action: manipulation;
    /* IE10  */
    touch-action: manipulation;
    /* IE11+ */ }
  .myteamge ul {
    list-style-type: none; }
  .myteamge a {
    cursor: pointer; }
  .myteamge.dock-bar-open {
    margin-top: 65px; }
  .myteamge .portlet-topper {
    display: none; }
  .myteamge .hidden, .myteamge .hidden-def, .myteamge .hidden-mobile-def {
    display: none !important; }
  .myteamge .w-50pc {
    display: block;
    float: left;
    width: 50%; }
  .myteamge hr {
    margin: 12px 0;
    width: 100%;
    border-color: rgba(20, 50, 0, 0.2); }
  .myteamge .relative {
    position: relative; }
  .myteamge .tab-line-breaker {
    display: none;
    width: 100%;
    height: 1px; }
  .myteamge .confirm-box-bg, .myteamge .alert-box-bg, .myteamge .outage-box-bg {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    opacity: 0.5;
    background-color: #666; }
  .myteamge .alert-box-bg {
    z-index: 1000; }
  .myteamge .confirm-box-wrapper {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1000; }
    .myteamge .confirm-box-wrapper .confirm-inner-wrpr {
      width: 500px;
      max-width: 100%;
      background-color: #ffffff;
      margin: 100px auto 50px auto;
      border-radius: 0;
      border-bottom: solid 4px #FFB31A;
      font-size: 16px; }
      .myteamge .confirm-box-wrapper .confirm-inner-wrpr.exception {
        border-bottom: 5px solid #DF2D1C;
        background-color: #ffffff;
        box-shadow: 0 1px 2px 0 rgba(20, 50, 0, 0.2);
        border-radius: 3px 3px 0 0; }
        .myteamge .confirm-box-wrapper .confirm-inner-wrpr.exception i {
          color: #DF2D1C;
          font-size: 48px; }
      .myteamge .confirm-box-wrapper .confirm-inner-wrpr.error {
        border-bottom: 5px solid #DF2D1C;
        background-color: #ffffff;
        box-shadow: 0 1px 2px 0 rgba(20, 50, 0, 0.2);
        border-radius: 3px 3px 0 0; }
        .myteamge .confirm-box-wrapper .confirm-inner-wrpr.error i {
          color: #DF2D1C;
          font-size: 48px; }
      .myteamge .confirm-box-wrapper .confirm-inner-wrpr.success {
        border-bottom: 5px solid  #63C322;
        background-color: #ffffff;
        box-shadow: 0 1px 2px 0 rgba(20, 50, 0, 0.2);
        border-radius: 3px 3px 0 0; }
        .myteamge .confirm-box-wrapper .confirm-inner-wrpr.success i {
          color: #63C322;
          font-size: 48px; }
      .myteamge .confirm-box-wrapper .confirm-inner-wrpr.alert {
        border-bottom: 5px solid  #FFB31A;
        box-shadow: 0 1px 2px 0 rgba(20, 50, 0, 0.2);
        border-radius: 3px 3px 0 0; }
        .myteamge .confirm-box-wrapper .confirm-inner-wrpr.alert i {
          color: #FFB31A;
          font-size: 48px; }
      .myteamge .confirm-box-wrapper .confirm-inner-wrpr.info {
        border-bottom: 5px solid  #2197D3;
        background-color: #ffffff;
        box-shadow: 0 1px 2px 0 rgba(20, 50, 0, 0.2);
        border-radius: 3px 3px 0 0; }
        .myteamge .confirm-box-wrapper .confirm-inner-wrpr.info i {
          color: #2197D3;
          font-size: 48px; }
      .myteamge .confirm-box-wrapper .confirm-inner-wrpr i {
        font-size: 48px; }
      .myteamge .confirm-box-wrapper .confirm-inner-wrpr .confirm-box-title {
        display: table;
        width: 100%;
        position: relative;
        padding: 15px; }
      .myteamge .confirm-box-wrapper .confirm-inner-wrpr .btn-wrapper {
        padding: 10px 0px 0px;
        overflow: auto;
        text-align: center; }
      .myteamge .confirm-box-wrapper .confirm-inner-wrpr .icon {
        font-size: 49px;
        color: #ffa200;
        margin: 20px; }
        .myteamge .confirm-box-wrapper .confirm-inner-wrpr .icon:before {
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
          margin-top: 15px; }
      .myteamge .confirm-box-wrapper .confirm-inner-wrpr .cancel {
        background-color: #ffffff;
        border: solid 1px #143200;
        color: #143200; }
      .myteamge .confirm-box-wrapper .confirm-inner-wrpr h3 {
        font-weight: bold;
        line-height: 1.33;
        letter-spacing: 0.5px;
        font-size: 18px; }
      .myteamge .confirm-box-wrapper .confirm-inner-wrpr .error-message {
        letter-spacing: 0.3px;
        text-align: left;
        padding-top: 10px; }
  .myteamge .alert-box-wrapper {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1000; }
    .myteamge .alert-box-wrapper .alert-inner-wrpr {
      position: relative;
      width: 400px;
      max-width: 100%;
      background-color: #ffffff;
      margin: 50px auto;
      border-bottom: 5px solid #FFB31A;
      text-align: center;
      display: table;
      min-height: 120px;
      border-radius: 3px 3px 0 0;
      text-align: left;
      padding: 15px;
      font-size: 16px; }
      .myteamge .alert-box-wrapper .alert-inner-wrpr h3 {
        text-transform: capitalize;
        margin-top: 0px;
        font-weight: bold; }
      .myteamge .alert-box-wrapper .alert-inner-wrpr.exception {
        border-bottom: 5px solid #DF2D1C;
        background-color: #ffffff;
        box-shadow: 0 1px 2px 0 rgba(20, 50, 0, 0.2);
        border-radius: 3px 3px 0 0; }
        .myteamge .alert-box-wrapper .alert-inner-wrpr.exception i {
          color: #DF2D1C;
          font-size: 48px; }
      .myteamge .alert-box-wrapper .alert-inner-wrpr.error {
        border-bottom: 5px solid #DF2D1C !important;
        background-color: #ffffff;
        box-shadow: 0 1px 2px 0 rgba(20, 50, 0, 0.2);
        border-radius: 3px 3px 0 0; }
        .myteamge .alert-box-wrapper .alert-inner-wrpr.error i {
          color: #DF2D1C;
          font-size: 48px; }
      .myteamge .alert-box-wrapper .alert-inner-wrpr.success {
        border-bottom: 5px solid  #63C322;
        background-color: #ffffff;
        box-shadow: 0 1px 2px 0 rgba(20, 50, 0, 0.2);
        border-radius: 3px 3px 0 0; }
        .myteamge .alert-box-wrapper .alert-inner-wrpr.success i {
          color: #63C322;
          font-size: 48px; }
      .myteamge .alert-box-wrapper .alert-inner-wrpr.alert {
        border-bottom: 5px solid #FFB31A;
        box-shadow: 0 1px 2px 0 rgba(20, 50, 0, 0.2);
        border-radius: 3px 3px 0 0; }
        .myteamge .alert-box-wrapper .alert-inner-wrpr.alert i {
          color: #FFB31A;
          font-size: 48px; }
      .myteamge .alert-box-wrapper .alert-inner-wrpr.status {
        box-shadow: 0 1px 2px 0 rgba(20, 50, 0, 0.2);
        border-radius: 3px 3px 0 0; }
        .myteamge .alert-box-wrapper .alert-inner-wrpr.status i {
          color: #FFB31A;
          font-size: 48px; }
      .myteamge .alert-box-wrapper .alert-inner-wrpr.info {
        border-bottom: 5px solid  #2197D3;
        background-color: #ffffff;
        box-shadow: 0 1px 2px 0 rgba(20, 50, 0, 0.2);
        border-radius: 3px 3px 0 0; }
        .myteamge .alert-box-wrapper .alert-inner-wrpr.info i {
          color: #2197D3;
          font-size: 48px; }
      .myteamge .alert-box-wrapper .alert-inner-wrpr i {
        font-size: 48px; }
      .myteamge .alert-box-wrapper .alert-inner-wrpr.toll-online {
        text-align: left;
        padding-left: 40px; }
        .myteamge .alert-box-wrapper .alert-inner-wrpr.toll-online .content-body .inner-content {
          padding: 0 15px; }
        .myteamge .alert-box-wrapper .alert-inner-wrpr.toll-online .content-body i.ico-exception {
          position: absolute;
          margin-top: 5px;
          color: #ffa200; }
          .myteamge .alert-box-wrapper .alert-inner-wrpr.toll-online .content-body i.ico-exception:before {
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
        .myteamge .alert-box-wrapper .alert-inner-wrpr.toll-online.exception {
          border-bottom: 5px solid #DF2D1C;
          background-color: #ffffff;
          box-shadow: 0 1px 2px 0 rgba(20, 50, 0, 0.2);
          border-radius: 3px 3px 0 0; }
          .myteamge .alert-box-wrapper .alert-inner-wrpr.toll-online.exception i {
            color: #DF2D1C;
            font-size: 48px;
            content: '\e89c'; }
        .myteamge .alert-box-wrapper .alert-inner-wrpr.toll-online.warning {
          border-bottom: 5px solid #FFB31A;
          box-shadow: 0 1px 2px 0 rgba(20, 50, 0, 0.2);
          border-radius: 3px 3px 0 0; }
          .myteamge .alert-box-wrapper .alert-inner-wrpr.toll-online.warning i {
            color: #FFB31A; }
        .myteamge .alert-box-wrapper .alert-inner-wrpr.toll-online.error {
          border-bottom: 5px solid #DF2D1C;
          background-color: #ffffff;
          box-shadow: 0 1px 2px 0 rgba(20, 50, 0, 0.2);
          border-radius: 3px 3px 0 0; }
          .myteamge .alert-box-wrapper .alert-inner-wrpr.toll-online.error i {
            color: #DF2D1C;
            font-size: 48px;
            content: '\e89c'; }
        .myteamge .alert-box-wrapper .alert-inner-wrpr.toll-online.info {
          border-bottom: 5px solid  #2197D3;
          background-color: #ffffff;
          box-shadow: 0 1px 2px 0 rgba(20, 50, 0, 0.2);
          border-radius: 3px 3px 0 0; }
          .myteamge .alert-box-wrapper .alert-inner-wrpr.toll-online.info i {
            color: #2197D3;
            font-size: 48px; }
        .myteamge .alert-box-wrapper .alert-inner-wrpr.toll-online #alert-ok-btn {
          background: #143200;
          border: 0;
          color: #ffffff;
          padding: 14px 39px;
          margin: 0; }
      .myteamge .alert-box-wrapper .alert-inner-wrpr .close {
        position: absolute;
        right: 0px;
        margin: 0px 20px;
        z-index: 1;
        opacity: 1;
        top: 20px; }
        .myteamge .alert-box-wrapper .alert-inner-wrpr .close i {
          font-size: 20px;
          color: #143200;
          opacity: 1; }
      .myteamge .alert-box-wrapper .alert-inner-wrpr .content-body {
        display: table-cell;
        vertical-align: middle;
        word-break: break-word; }
      .myteamge .alert-box-wrapper .alert-inner-wrpr .inner-content {
        padding: 15px; }
      .myteamge .alert-box-wrapper .alert-inner-wrpr .alert-box-title {
        width: 95%;
        padding: 15px 15px 0px 15px;
        margin: 0 auto; }
        .myteamge .alert-box-wrapper .alert-inner-wrpr .alert-box-title h3 {
          line-height: 1.25; }
      .myteamge .alert-box-wrapper .alert-inner-wrpr .btn-wrapper {
        padding: 15px; }
  .myteamge .outage-box-wrapper {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1000; }
    .myteamge .outage-box-wrapper .outage-inner-wrpr {
      position: relative;
      width: 500px;
      max-width: 100%;
      background-color: #ffffff;
      margin: 100px auto 50px auto;
      border-bottom: solid 4px #DF2D1C;
      color: #143200;
      border-radius: 3px 3px 0px 0px;
      box-shadow: 0 1px 2px 0 rgba(20, 50, 0, 0.2); }
      .myteamge .outage-box-wrapper .outage-inner-wrpr .close {
        position: absolute;
        margin: 0px !important;
        top: 20px;
        color: #143200;
        opacity: 1;
        font-size: 23px;
        cursor: pointer;
        right: 24px;
        width: auto;
        height: auto;
        z-index: 1; }
      .myteamge .outage-box-wrapper .outage-inner-wrpr .outage-content {
        padding: 15px; }
      .myteamge .outage-box-wrapper .outage-inner-wrpr .btn-wrapper {
        padding: 10px 0 0;
        margin-bottom: 20px; }
        .myteamge .outage-box-wrapper .outage-inner-wrpr .btn-wrapper button {
          padding: 14px 30px; }
      .myteamge .outage-box-wrapper .outage-inner-wrpr .ico-exception {
        font-size: 49px;
        color: #cc4c2d;
        margin: 20px;
        position: relative;
        top: 20px; }
        .myteamge .outage-box-wrapper .outage-inner-wrpr .ico-exception:before {
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
      .myteamge .outage-box-wrapper .outage-inner-wrpr h3 {
        font-weight: bold;
        line-height: 1.33;
        letter-spacing: 0.5px;
        font-size: 18px; }
      .myteamge .outage-box-wrapper .outage-inner-wrpr .error-section {
        padding: 10px 0 0 10px; }
        .myteamge .outage-box-wrapper .outage-inner-wrpr .error-section .ico-account-mobile {
          position: absolute;
          top: 0px;
          font-size: 48px;
          left: 30px; }
      .myteamge .outage-box-wrapper .outage-inner-wrpr .error-message {
        letter-spacing: 0.3px;
        text-align: left;
        font-size: 16px; }
      .myteamge .outage-box-wrapper .outage-inner-wrpr .error-ref {
        font-weight: bold;
        line-height: 1.25;
        letter-spacing: 0.4px;
        border: dotted 1px #cc4c2d;
        background-color: #fbfcfd;
        padding: 5px 5px 5px 10px;
        text-align: center; }
      .myteamge .outage-box-wrapper .outage-inner-wrpr a {
        font-weight: normal;
        color: #143200; }
  .myteamge .confirm-box-wrapper h3, .myteamge .alert-box-wrapper h3, .myteamge .outage-box-wrapper h3 {
    margin-top: 0px;
    text-transform: capitalize; }
  .myteamge .alert-box-wrapper .content-body > div {
    float: left; }
  .myteamge .section-error {
    padding: 15px;
    background: rgba(223, 45, 28, 0.2);
    margin: 3px 0px 0px 0px;
    border-bottom: 4px solid #DF2D1C;
    box-sizing: content-box; }
    .myteamge .section-error i.icon {
      font-size: 49px;
      color: #DF2D1C;
      margin: 20px;
      position: relative;
      top: 0px !important; }
    .myteamge .section-error .ico-exception {
      top: 9px; }
    .myteamge .section-error .error-title {
      margin: 0px;
      font-weight: 600;
      font-size: 16px;
      margin-top: 20px; }
    .myteamge .section-error .error-desc {
      margin: 0;
      font-size: 13px; }
    .myteamge .section-error .error-btn {
      width: 150px;
      border-radius: 0px;
      box-shadow: none;
      font-weight: 600;
      background-color: #000000;
      color: #ffffff; }
    .myteamge .section-error .error-btn:hover, .myteamge .section-error .error-btm:focus, .myteamge .section-error .error-btn:active {
      color: #ffffff;
      box-shadow: none; }
  .myteamge #page-loader {
    position: fixed;
    z-index: 10000;
    padding: 100px 0;
    text-align: center;
    color: #ffffff;
    font-size: 2.5em;
    width: 100%;
    text-align: center;
    top: 0; }
    .myteamge #page-loader .active-loader .ico-loading {
      font-size: 1.8em; }
  .myteamge .ico-loading {
    display: none;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }
  .myteamge .ico-email-3:before {
    content: '\e84e'; }
  .myteamge .ico-external-link-2:before {
    content: '\e84f'; }
  .myteamge .ico-contact-2:before {
    content: '\e850'; }
  .myteamge .active_loader .ico-loading, .myteamge .active-loader .ico-loading {
    display: inline-block; }
  .myteamge #header-right-ctrls {
    position: relative;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    height: 100%;
    float: right;
    width: auto;
    margin-top: 0;
    padding-top: 10px;
    /* .already-have-account{
			width: 210px !important;
	    	padding: 15px 20px;
		    text-transform: uppercase;
		    background: none;
		    font-size: 12px;
		    line-height: 20px;
		    letter-spacing: 1px;
		    font-family: "MetaWebLight", "HelveticaNeueLight", Arial;
		    text-align: center;
		    color: #a1a1a1;
		    text-decoration: none;
		    pointer-events:none;
		}
		 */ }
    .myteamge #header-right-ctrls ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .myteamge #header-right-ctrls ul li {
        display: block;
        float: right;
        padding: 5px 0;
        margin: 0; }
        .myteamge #header-right-ctrls ul li > a {
          display: block;
          text-transform: uppercase;
          text-decoration: none;
          color: #007a68;
          font-weight: bold;
          padding: 16px 20px; }
          .myteamge #header-right-ctrls ul li > a.u-name {
            margin-top: 5px;
            max-width: 300px;
            overflow-x: hidden; }
        .myteamge #header-right-ctrls ul li > ul {
          display: none;
          position: absolute;
          z-index: 10;
          min-width: 300px;
          width: 400px;
          right: 0px;
          top: 55px;
          background-color: #ffffff;
          padding: 0;
          margin: 0; }
          .myteamge #header-right-ctrls ul li > ul.profile-options {
            width: 250px;
            text-align: left;
            min-width: 250px; }
          .myteamge #header-right-ctrls ul li > ul .portlet {
            margin-bottom: 0px; }
          .myteamge #header-right-ctrls ul li > ul .portlet-content, .myteamge #header-right-ctrls ul li > ul .portlet-minimized .portlet-content-container {
            padding: 0; }
        .myteamge #header-right-ctrls ul li .ico-up {
          display: none;
          position: absolute;
          top: 45px;
          height: 10px;
          font-size: 15px;
          line-height: 100%;
          color: #f9f9f9;
          right: 15px;
          z-index: 10; }
        .myteamge #header-right-ctrls ul li:hover > li > a {
          background-color: #143200;
          color: #ffffff; }
        .myteamge #header-right-ctrls ul li:hover > ul {
          display: block; }
          .myteamge #header-right-ctrls ul li:hover > ul.sub-menu {
            padding: 0; }
            .myteamge #header-right-ctrls ul li:hover > ul.sub-menu li {
              width: 100%;
              padding: 0;
              display: block; }
            .myteamge #header-right-ctrls ul li:hover > ul.sub-menu a {
              color: #143200;
              display: block; }
              .myteamge #header-right-ctrls ul li:hover > ul.sub-menu a:hover {
                background-color: #143200;
                color: #ffffff; }
        .myteamge #header-right-ctrls ul li:hover .ico-up {
          display: block; }
        .myteamge #header-right-ctrls ul li .ico-contact {
          color: #ffffff;
          text-decoration: none;
          display: block;
          padding: 5px; }
    .myteamge #header-right-ctrls .nav-items.opened ul li:hover > ul {
      display: none; }
    .myteamge #header-right-ctrls .mob-acnt-ico {
      display: none;
      width: 35px;
      color: #ffffff;
      position: relative;
      font-size: 30px; }
    .myteamge #header-right-ctrls .notification {
      position: relative;
      padding: 0;
      margin: 3px 0 0 0;
      width: 35px; }
      .myteamge #header-right-ctrls .notification i {
        font-size: 24px;
        color: #ffffff; }
      .myteamge #header-right-ctrls .notification .ico-alert-preferences {
        font-size: 20px; }
      .myteamge #header-right-ctrls .notification + ul#header-notification {
        display: block;
        box-shadow: 0 1px 1px 0 rgba(20, 50, 0, 0.1), 0 3px 6px 0 rgba(20, 50, 0, 0.2);
        border: 1px solid rgba(20, 50, 0, 0.2);
        border-radius: 3px; }
        .myteamge #header-right-ctrls .notification + ul#header-notification i.ico-up-open-big.arw {
          font-size: 16px !important;
          -webkit-text-fill-color: #cccccc;
          background: #ffffff;
          top: -14px;
          right: 169px;
          position: absolute; }
        .myteamge #header-right-ctrls .notification + ul#header-notification div.up-arrow-head {
          position: absolute;
          width: 0px;
          height: 0px;
          text-indent: -9999px;
          border-right: 10px solid transparent;
          border-bottom: 10px solid white;
          border-left: 10px solid transparent;
          margin-top: -12px;
          right: 162px;
          display: block;
          transform: rotate(360deg); }
        .myteamge #header-right-ctrls .notification + ul#header-notification.hidden-def {
          display: none; }
        .myteamge #header-right-ctrls .notification + ul#header-notification li {
          width: 100%; }
          .myteamge #header-right-ctrls .notification + ul#header-notification li a {
            padding: 0;
            text-transform: none; }
      .myteamge #header-right-ctrls .notification span#count {
        text-align: center;
        position: absolute;
        right: 7px;
        top: 2px;
        width: 20px;
        height: 20px;
        background-color: #CBFF55;
        border-radius: 12px;
        color: #143200;
        display: none; }
        .myteamge #header-right-ctrls .notification span#count .num-of-notif {
          font-size: 10px;
          font-weight: bold;
          top: -2px;
          position: relative; }
      .myteamge #header-right-ctrls .notification.active span#count {
        display: block; }
    .myteamge #header-right-ctrls a.login-link:hover {
      text-decoration: none; }
    .myteamge #header-right-ctrls .lnk-login, .myteamge #header-right-ctrls .lnk-self-registration {
      display: block;
      float: right;
      height: 40px;
      padding: 10px 0;
      text-transform: capitalize;
      width: 100px;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 1px;
      text-align: center;
      color: #143200;
      margin-right: 20px;
      border: 1px solid #143200;
      text-decoration: none; }
    .myteamge #header-right-ctrls .lnk-login:hover, .myteamge #header-right-ctrls .lnk-login:active, .myteamge #header-right-ctrls .lnk-login:focus,
    .myteamge #header-right-ctrls .lnk-self-registration:hover, .myteamge #header-right-ctrls .lnk-self-registration:active, .myteamge #header-right-ctrls .lnk-self-registration:focus {
      color: #143200;
      text-decoration: none; }
    .myteamge #header-right-ctrls .lnk-login.active, .myteamge #header-right-ctrls .lnk-self-registration.active {
      position: absolute;
      z-index: 3;
      right: 0; }
    .myteamge #header-right-ctrls .lnk-login.current, .myteamge #header-right-ctrls .lnk-login.current.active, .myteamge #header-right-ctrls .lnk-self-registration.current {
      background-color: #143200;
      color: #ffffff;
      position: relative; }
  .myteamge .header-icon-call {
    padding: 16px 14px !important; }
  .myteamge .header-icon-notify {
    padding: 4px 5px 12px 5px !important; }
    .myteamge .header-icon-notify i {
      font-size: 32px; }
  .myteamge .badge-notify {
    margin-left: -18px;
    margin-top: -21px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    padding: 3px 4px;
    background: #143200; }
  .myteamge #notification-pop {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    display: none; }
    .myteamge #notification-pop .notification-popup {
      position: absolute;
      right: 47px;
      top: -8px; }
    .myteamge #notification-pop .notification-container {
      position: absolute;
      width: 349px;
      height: 364px;
      right: 90px;
      background: #ffffff;
      box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.11); }
      .myteamge #notification-pop .notification-container .notifications-content {
        height: 314px;
        overflow-y: auto;
        overflow-x: hidden; }
        .myteamge #notification-pop .notification-container .notifications-content ul {
          margin-bottom: 0;
          padding: 0; }
          .myteamge #notification-pop .notification-container .notifications-content ul li {
            height: auto;
            padding: 15px;
            border-bottom: 1px solid #eeeeee; }
            .myteamge #notification-pop .notification-container .notifications-content ul li i {
              font-size: 30px; }
            .myteamge #notification-pop .notification-container .notifications-content ul li p {
              margin: 0px; }
            .myteamge #notification-pop .notification-container .notifications-content ul li h4 {
              margin-top: 4px;
              font-size: 16px;
              font-weight: 800; }
            .myteamge #notification-pop .notification-container .notifications-content ul li .notification-time {
              font-size: 12px;
              color: rgba(34, 34, 34, 0.7);
              margin: 6px 0px 0px 0px; }
      .myteamge #notification-pop .notification-container .notifications-btn {
        height: 50px; }
  .myteamge .save-as-template .checkbox-inline a {
    color: #143200;
    text-decoration: none; }
  .myteamge .save-as-template .checkbox-inline:hover, .myteamge .save-as-template .checkbox-inline .ico-trash-empty {
    color: #e1e1e1; }
  .myteamge .save-as-template .checkbox-inline .delete-link:hover {
    color: #e20303; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .myteamge .header-bar, .myteamge .page-body, .myteamge #page-footer {
    position: relative; }
  .myteamge .page-header {
    background-color: #143200;
    /*height: 74px;*/
    height: 115px;
    padding: 0;
    margin: 0;
    /*border-top: 4px solid #01aaa6;*/
    /*Main menu css*/ }
    .myteamge .page-header #nav-opner,
    .myteamge .page-header #myteamge-logo {
      display: block;
      float: left;
      width: auto; }
    .myteamge .page-header #header-right-ctrls {
      float: right; }
    .myteamge .page-header #nav-opner {
      width: 94px;
      border: 1px solid #CBFF55;
      height: 42px;
      margin: 0;
      font-size: 22px;
      line-height: 40px;
      color: #CBFF55;
      border-radius: 6px;
      padding: 0px 12px 0px 14px;
      cursor: pointer;
      float: left; }
      .myteamge .page-header #nav-opner .ico-hamburger-menu:after {
        content: 'MENU';
        font-style: normal;
        font-family: "Century Gothic", sans-serif;
        margin-left: 3px;
        font-size: 14px;
        font-weight: bold;
        position: absolute; }
    .myteamge .page-header #nav-opner.active {
      background-color: #EEEAD9; }
    .myteamge .page-header #main-nav {
      float: left;
      display: none;
      position: absolute;
      font-family: "Century Gothic", sans-serif;
      min-width: 250px;
      max-width: 300px;
      left: 0;
      z-index: 10;
      background-color: #143200;
      top: 50px; }
    .myteamge .page-header #myteamge-logo {
      padding: 14px 0 0 0;
      width: auto;
      margin-left: 30%;
      text-align: center; }
    .myteamge .page-header #head-section-error {
      text-align: left; }
      .myteamge .page-header #head-section-error .section-error {
        margin-top: 0px; }
        .myteamge .page-header #head-section-error .section-error div:nth-child(2) .error-title {
          padding: 10px; }
  .myteamge .page-body {
    min-height: 300px; }
    .myteamge .page-body .content-box {
      background-color: #ffffff;
      padding: 20px;
      margin-bottom: 12px;
      border-radius: 4px; }
      .myteamge .page-body .content-box.full-space {
        padding: 0; }
  .myteamge h1 {
    font-size: 24px; }
  .myteamge h3 {
    font-size: 18px;
    margin: 0;
    padding: 10px 0; }
  .myteamge h4 {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.4px; }
  .myteamge .pdng-top-5px {
    padding-top: 5px; }
  .myteamge .pdng-top-10px {
    padding-top: 10px; }
  .myteamge .pdng-btm-5px {
    padding-bottom: 5px; }
  .myteamge .pdng-btm-10px {
    padding-bottom: 10px; }
  .myteamge .pdng-rgt-10px {
    padding-right: 10px; }
  .myteamge .pdng-top-15px {
    padding-top: 15px; }
  .myteamge .pdng-top-20px {
    padding-top: 20px; }
  .myteamge .pdng-rgt-20px {
    padding-right: 20px; }
  .myteamge .pdng-top-30px {
    padding-top: 30px; }
  .myteamge .pdng-lft-10px {
    padding-left: 10px; }
  .myteamge .pdng-lft-20px {
    padding-left: 20px; }
  .myteamge .mgn-btm-30px {
    margin-bottom: 30px; }
  .myteamge .mgn-btm-20px {
    margin-bottom: 20px; }
  .myteamge .mgn-btm-15px {
    margin-bottom: 15px; }
  .myteamge .mgn-btm-10px {
    margin-bottom: 10px; }
  .myteamge .mgn-rgt-10px {
    margin-right: 10px; }
  .myteamge .mgn-lft-20px {
    margin-left: 20px; }
  .myteamge .mgn-rgt-20px {
    margin-right: 20px; }
  .myteamge .no-pdng {
    padding: 0px !important; }
  .myteamge .no-pdng-lft {
    padding-left: 0px; }
  .myteamge .no-pdng-rgt {
    padding-right: 0px; }
  .myteamge .no-mgn-lft {
    margin-left: 0px; }
  .myteamge .no-mgn-rgt {
    margin-right: 0px; }
  .myteamge .no-mgn-top {
    margin-top: 0; }
  .myteamge .no-mgn-btm {
    margin-bottom: 0; }
  .myteamge .h-40 {
    height: 40px; }
  .myteamge .pair {
    display: block;
    float: left;
    width: calc(50% - 7px); }
    .myteamge .pair:nth-child(even) {
      margin-left: 14px; }
  .myteamge .pair-70-50 {
    display: block;
    float: left; }
    .myteamge .pair-70-50:nth-child(odd) {
      width: 70%; }
    .myteamge .pair-70-50:nth-child(even) {
      width: calc(30% - 14px);
      margin-left: 14px; }
  .myteamge .pair-60-40 {
    display: block;
    float: left; }
    .myteamge .pair-60-40:nth-child(odd) {
      width: 60%; }
    .myteamge .pair-60-40:nth-child(even) {
      width: calc(40% - 14px);
      margin-left: 14px; }
  .myteamge .pair-40-60 {
    display: block;
    float: left; }
    .myteamge .pair-40-60:nth-child(odd) {
      width: 40%; }
    .myteamge .pair-40-60:nth-child(even) {
      width: calc(60% - 14px);
      margin-left: 14px; }
  .myteamge .form-row:after, .myteamge .form-row:before {
    display: table;
    clear: both;
    content: " "; }
  .myteamge .form-text {
    padding-top: 0px;
    padding-bottom: 5px;
    color: #143200; }
    .myteamge .form-text h2 {
      font-size: 18px;
      line-height: 0.83;
      letter-spacing: 0.5px;
      text-align: left;
      color: #143200; }
  .myteamge .custom-dropdown label, .myteamge .address-dropdown label {
    font-weight: normal; }
  .myteamge .custom-dropdown.white-label .label-wrapper {
    background-color: #ffffff; }
  .myteamge label {
    font-size: 14px;
    font-weight: bold;
    color: #143200;
    margin: 0;
    margin-bottom: 3px;
    font-family: "Century Gothic", sans-serif;
    /*text-transform: lowercase;*/
    /*&:first-letter {
			text-transform: capitalize;
		}
		input[type=checkbox] {
			&:first-letter {
				text-transform: capitalize;
			}
		}*/ }
    .myteamge label.zero-height {
      height: 0px;
      display: block;
      overflow: hidden; }
  .myteamge .static-label {
    font-weight: normal;
    padding: 5px 0; }
  .myteamge .error-msg {
    font-size: 14px;
    font-family: "Century Gothic", sans-serif;
    color: #cc4c2d;
    display: none;
    margin-top: 4px;
    text-transform: lowercase; }
    .myteamge .error-msg:first-letter {
      text-transform: capitalize; }
    .myteamge .error-msg a {
      color: inherit;
      text-decoration: underline; }
    .myteamge .error-msg .error-msg-caps {
      text-transform: none; }
  .myteamge .error .error-msg {
    display: block; }
  .myteamge .checkbox-inline {
    font-size: 13px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 0px; }
    .myteamge .checkbox-inline input[type=checkbox] {
      -webkit-visibility: hidden;
      -moz-visibility: visible;
      visibility: hidden; }
    .myteamge .checkbox-inline input[type=checkbox]:before {
      font-size: 16px;
      content: '\e83d';
      visibility: visible;
      margin-top: -5px;
      position: absolute;
      color: #d8d8d8; }
    .myteamge .checkbox-inline input[type=checkbox]:checked:before {
      color: rgba(20, 50, 0, 0.8);
      font-size: 16px;
      content: '\e83c';
      visibility: visible;
      margin-top: -3px;
      margin-top: -5px;
      position: absolute; }
    .myteamge .checkbox-inline .ico-trash-empty {
      font-size: 18px; }
  .myteamge .body-grid-view .input-label-grp {
    margin-bottom: 0; }
    .myteamge .body-grid-view .input-label-grp input {
      font-size: 13px; }
  .myteamge .body-grid-view .select-label-grp {
    margin-bottom: 0; }
    .myteamge .body-grid-view .select-label-grp .label-wrapper .current-selected {
      font-size: 13px; }
  .myteamge .grid-view .input-label-grp input[type=text],
  .myteamge .grid-view .input-label-grp input[type=password],
  .myteamge .grid-view .input-label-grp input[type=number],
  .myteamge .grid-view .input-label-grp input[type=email] {
    font-size: 13px; }
  .myteamge ::-webkit-input-placeholder {
    /* Chrome */
    color: #143200;
    opacity: 0.6;
    transition: opacity 250ms ease-in-out; }
  .myteamge :focus::-webkit-input-placeholder {
    opacity: 0.5; }
  .myteamge :-ms-input-placeholder {
    /* IE 10+ */
    color: #143200;
    opacity: 0.6;
    transition: opacity 250ms ease-in-out; }
  .myteamge :focus:-ms-input-placeholder {
    opacity: 0.5; }
  .myteamge ::-moz-placeholder {
    /* Firefox 19+ */
    color: #143200;
    opacity: 0.6;
    transition: opacity 250ms ease-in-out; }
  .myteamge :focus::-moz-placeholder {
    opacity: 0.5; }
  .myteamge :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #143200;
    opacity: 0.6;
    transition: opacity 250ms ease-in-out; }
  .myteamge :focus:-moz-placeholder {
    opacity: 0.5; }
  .myteamge .input-label-grp, .myteamge .form-group {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 20px; }
    .myteamge .input-label-grp.searchable-dropdown input[type=text], .myteamge .form-group.searchable-dropdown input[type=text] {
      padding-right: 30px; }
    .myteamge .input-label-grp.searchable-dropdown .lookup-icon, .myteamge .form-group.searchable-dropdown .lookup-icon {
      position: absolute;
      right: 8px;
      top: 6px;
      font-size: 19px; }
    .myteamge .input-label-grp .unit, .myteamge .form-group .unit {
      position: absolute;
      top: 13px;
      right: 15px;
      font-size: 12px;
      color: rgba(20, 50, 0, 0.6); }
    .myteamge .input-label-grp.small-input, .myteamge .form-group.small-input {
      width: 33%;
      padding: 0 10px;
      box-sizing: border-box;
      display: inline-block;
      float: left; }
      .myteamge .input-label-grp.small-input input[type=text],
      .myteamge .input-label-grp.small-input input[type=password],
      .myteamge .input-label-grp.small-input input[type=number],
      .myteamge .input-label-grp.small-input input[type=email], .myteamge .form-group.small-input input[type=text],
      .myteamge .form-group.small-input input[type=password],
      .myteamge .form-group.small-input input[type=number],
      .myteamge .form-group.small-input input[type=email] {
        padding: 10px 12px 10px 12px; }
      .myteamge .input-label-grp.small-input .unit, .myteamge .form-group.small-input .unit {
        position: absolute;
        right: 18px;
        font-size: 12px;
        top: 38px;
        color: rgba(20, 50, 0, 0.6); }
    .myteamge .input-label-grp.small-input:first-child, .myteamge .form-group.small-input:first-child {
      padding-left: 0; }
    .myteamge .input-label-grp.small-input:last-child, .myteamge .form-group.small-input:last-child {
      padding-right: 0;
      padding-left: 10px; }
    .myteamge .input-label-grp.search-box input[type=text], .myteamge .form-group.search-box input[type=text] {
      padding-right: 35px; }
    .myteamge .input-label-grp.search-box .srch-btn, .myteamge .form-group.search-box .srch-btn {
      position: absolute;
      right: 5px;
      top: 7px;
      text-decoration: none;
      cursor: pointer;
      display: table;
      padding: 5px;
      font-size: 16px; }
    .myteamge .input-label-grp.search-box .srch-res-drpdn, .myteamge .form-group.search-box .srch-res-drpdn {
      display: block;
      width: 100%;
      border-top: 1px solid rgba(238, 234, 217, 0.4);
      max-height: 250px;
      list-style-type: none;
      padding: 0;
      position: absolute;
      top: 55px;
      background-color: #ffffff;
      z-index: 1;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-box-shadow: -1px 3px 13px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: -1px 3px 13px 0px rgba(0, 0, 0, 0.75);
      box-shadow: -1px 3px 13px 0px rgba(0, 0, 0, 0.75); }
      .myteamge .input-label-grp.search-box .srch-res-drpdn li, .myteamge .form-group.search-box .srch-res-drpdn li {
        padding: 15px;
        border-bottom: 1px solid #DDD;
        background-color: #F3F3F3;
        font-size: 14px;
        letter-spacing: 0.4px;
        line-height: 100%;
        cursor: pointer; }
        .myteamge .input-label-grp.search-box .srch-res-drpdn li:hover, .myteamge .form-group.search-box .srch-res-drpdn li:hover {
          background-color: #e1e1e1; }
        .myteamge .input-label-grp.search-box .srch-res-drpdn li:active, .myteamge .form-group.search-box .srch-res-drpdn li:active {
          background-color: #143200;
          color: #ffffff; }
    .myteamge .input-label-grp.ok input[type=text],
    .myteamge .input-label-grp.ok input[type=password],
    .myteamge .input-label-grp.ok input[type=number],
    .myteamge .input-label-grp.ok input[type=email], .myteamge .form-group.ok input[type=text],
    .myteamge .form-group.ok input[type=password],
    .myteamge .form-group.ok input[type=number],
    .myteamge .form-group.ok input[type=email] {
      border-left: 3px solid #143200; }
    .myteamge .input-label-grp.time-picker .time-picker-label, .myteamge .form-group.time-picker .time-picker-label {
      height: 0px;
      overflow: hidden;
      display: inline; }
    .myteamge .input-label-grp.date-picker .field-icon, .myteamge .input-label-grp.time-picker .field-icon, .myteamge .form-group.date-picker .field-icon, .myteamge .form-group.time-picker .field-icon {
      color: rgba(20, 50, 0, 0.8);
      right: 10px;
      top: 4px;
      font-size: 20px;
      position: absolute;
      pointer-events: none; }
    .myteamge .input-label-grp.date-picker input[type=text], .myteamge .input-label-grp.time-picker input[type=text], .myteamge .form-group.date-picker input[type=text], .myteamge .form-group.time-picker input[type=text] {
      padding-left: 15px;
      padding-right: 40px; }
      .myteamge .input-label-grp.date-picker input[type=text]:focus, .myteamge .input-label-grp.time-picker input[type=text]:focus, .myteamge .form-group.date-picker input[type=text]:focus, .myteamge .form-group.time-picker input[type=text]:focus {
        padding-left: 13px; }
    .myteamge .input-label-grp.date-picker .widget-toggler, .myteamge .input-label-grp.time-picker .widget-toggler, .myteamge .form-group.date-picker .widget-toggler, .myteamge .form-group.time-picker .widget-toggler {
      position: absolute;
      right: 18px;
      top: 13px;
      font-size: 10px;
      line-height: 16px;
      color: #143200; }
    .myteamge .input-label-grp input[type=text],
    .myteamge .input-label-grp input[type=password],
    .myteamge .input-label-grp input[type=number],
    .myteamge .input-label-grp input[type=tel],
    .myteamge .input-label-grp input[type=email], .myteamge .input-label-grp input.form-control, .myteamge .input-label-grp textarea, .myteamge .form-group input[type=text],
    .myteamge .form-group input[type=password],
    .myteamge .form-group input[type=number],
    .myteamge .form-group input[type=tel],
    .myteamge .form-group input[type=email], .myteamge .form-group input.form-control, .myteamge .form-group textarea {
      background-color: rgba(238, 234, 217, 0.4);
      transition: all 0.3s ease;
      max-height: 40px;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      font-family: "Century Gothic", sans-serif !important;
      font-weight: normal;
      color: #143200;
      font-size: 16px !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0;
      padding: 8px 10px;
      border: solid 1px rgba(20, 50, 0, 0.1);
      border-radius: 3px;
      outline: unset; }
      .myteamge .input-label-grp input[type=text]:-webkit-autofill, .myteamge .input-label-grp input[type=text]:-webkit-autofill:focus, .myteamge .input-label-grp input[type=text]:-webkit-autofill:hover,
      .myteamge .input-label-grp input[type=password]:-webkit-autofill,
      .myteamge .input-label-grp input[type=password]:-webkit-autofill:focus,
      .myteamge .input-label-grp input[type=password]:-webkit-autofill:hover,
      .myteamge .input-label-grp input[type=number]:-webkit-autofill,
      .myteamge .input-label-grp input[type=number]:-webkit-autofill:focus,
      .myteamge .input-label-grp input[type=number]:-webkit-autofill:hover,
      .myteamge .input-label-grp input[type=tel]:-webkit-autofill,
      .myteamge .input-label-grp input[type=tel]:-webkit-autofill:focus,
      .myteamge .input-label-grp input[type=tel]:-webkit-autofill:hover,
      .myteamge .input-label-grp input[type=email]:-webkit-autofill,
      .myteamge .input-label-grp input[type=email]:-webkit-autofill:focus,
      .myteamge .input-label-grp input[type=email]:-webkit-autofill:hover, .myteamge .input-label-grp input.form-control:-webkit-autofill, .myteamge .input-label-grp input.form-control:-webkit-autofill:focus, .myteamge .input-label-grp input.form-control:-webkit-autofill:hover, .myteamge .input-label-grp textarea:-webkit-autofill, .myteamge .input-label-grp textarea:-webkit-autofill:focus, .myteamge .input-label-grp textarea:-webkit-autofill:hover, .myteamge .form-group input[type=text]:-webkit-autofill, .myteamge .form-group input[type=text]:-webkit-autofill:focus, .myteamge .form-group input[type=text]:-webkit-autofill:hover,
      .myteamge .form-group input[type=password]:-webkit-autofill,
      .myteamge .form-group input[type=password]:-webkit-autofill:focus,
      .myteamge .form-group input[type=password]:-webkit-autofill:hover,
      .myteamge .form-group input[type=number]:-webkit-autofill,
      .myteamge .form-group input[type=number]:-webkit-autofill:focus,
      .myteamge .form-group input[type=number]:-webkit-autofill:hover,
      .myteamge .form-group input[type=tel]:-webkit-autofill,
      .myteamge .form-group input[type=tel]:-webkit-autofill:focus,
      .myteamge .form-group input[type=tel]:-webkit-autofill:hover,
      .myteamge .form-group input[type=email]:-webkit-autofill,
      .myteamge .form-group input[type=email]:-webkit-autofill:focus,
      .myteamge .form-group input[type=email]:-webkit-autofill:hover, .myteamge .form-group input.form-control:-webkit-autofill, .myteamge .form-group input.form-control:-webkit-autofill:focus, .myteamge .form-group input.form-control:-webkit-autofill:hover, .myteamge .form-group textarea:-webkit-autofill, .myteamge .form-group textarea:-webkit-autofill:focus, .myteamge .form-group textarea:-webkit-autofill:hover {
        -webkit-box-shadow: 0 0 0 100px #f9f9f9 inset; }
      .myteamge .input-label-grp input[type=text]:focus,
      .myteamge .input-label-grp input[type=password]:focus,
      .myteamge .input-label-grp input[type=number]:focus,
      .myteamge .input-label-grp input[type=tel]:focus,
      .myteamge .input-label-grp input[type=email]:focus, .myteamge .input-label-grp input.form-control:focus, .myteamge .input-label-grp textarea:focus, .myteamge .form-group input[type=text]:focus,
      .myteamge .form-group input[type=password]:focus,
      .myteamge .form-group input[type=number]:focus,
      .myteamge .form-group input[type=tel]:focus,
      .myteamge .form-group input[type=email]:focus, .myteamge .form-group input.form-control:focus, .myteamge .form-group textarea:focus {
        background: #ffffff;
        border-color: #99DBFF;
        box-shadow: 0 0 1px 1px rgba(142, 185, 254, 0.5); }
      .myteamge .input-label-grp input[type=text]:hover,
      .myteamge .input-label-grp input[type=password]:hover,
      .myteamge .input-label-grp input[type=number]:hover,
      .myteamge .input-label-grp input[type=tel]:hover,
      .myteamge .input-label-grp input[type=email]:hover, .myteamge .input-label-grp input.form-control:hover, .myteamge .input-label-grp textarea:hover, .myteamge .form-group input[type=text]:hover,
      .myteamge .form-group input[type=password]:hover,
      .myteamge .form-group input[type=number]:hover,
      .myteamge .form-group input[type=tel]:hover,
      .myteamge .form-group input[type=email]:hover, .myteamge .form-group input.form-control:hover, .myteamge .form-group textarea:hover {
        background: #eaeaea1a; }
      .myteamge .input-label-grp input[type=text]::-webkit-input-placeholder, .myteamge .input-label-grp input[type=text]:-moz-placeholder, .myteamge .input-label-grp input[type=text]::-moz-placeholder, .myteamge .input-label-grp input[type=text]:-ms-input-placeholder,
      .myteamge .input-label-grp input[type=password]::-webkit-input-placeholder,
      .myteamge .input-label-grp input[type=password]:-moz-placeholder,
      .myteamge .input-label-grp input[type=password]::-moz-placeholder,
      .myteamge .input-label-grp input[type=password]:-ms-input-placeholder,
      .myteamge .input-label-grp input[type=number]::-webkit-input-placeholder,
      .myteamge .input-label-grp input[type=number]:-moz-placeholder,
      .myteamge .input-label-grp input[type=number]::-moz-placeholder,
      .myteamge .input-label-grp input[type=number]:-ms-input-placeholder,
      .myteamge .input-label-grp input[type=tel]::-webkit-input-placeholder,
      .myteamge .input-label-grp input[type=tel]:-moz-placeholder,
      .myteamge .input-label-grp input[type=tel]::-moz-placeholder,
      .myteamge .input-label-grp input[type=tel]:-ms-input-placeholder,
      .myteamge .input-label-grp input[type=email]::-webkit-input-placeholder,
      .myteamge .input-label-grp input[type=email]:-moz-placeholder,
      .myteamge .input-label-grp input[type=email]::-moz-placeholder,
      .myteamge .input-label-grp input[type=email]:-ms-input-placeholder, .myteamge .input-label-grp input.form-control::-webkit-input-placeholder, .myteamge .input-label-grp input.form-control:-moz-placeholder, .myteamge .input-label-grp input.form-control::-moz-placeholder, .myteamge .input-label-grp input.form-control:-ms-input-placeholder, .myteamge .input-label-grp textarea::-webkit-input-placeholder, .myteamge .input-label-grp textarea:-moz-placeholder, .myteamge .input-label-grp textarea::-moz-placeholder, .myteamge .input-label-grp textarea:-ms-input-placeholder, .myteamge .form-group input[type=text]::-webkit-input-placeholder, .myteamge .form-group input[type=text]:-moz-placeholder, .myteamge .form-group input[type=text]::-moz-placeholder, .myteamge .form-group input[type=text]:-ms-input-placeholder,
      .myteamge .form-group input[type=password]::-webkit-input-placeholder,
      .myteamge .form-group input[type=password]:-moz-placeholder,
      .myteamge .form-group input[type=password]::-moz-placeholder,
      .myteamge .form-group input[type=password]:-ms-input-placeholder,
      .myteamge .form-group input[type=number]::-webkit-input-placeholder,
      .myteamge .form-group input[type=number]:-moz-placeholder,
      .myteamge .form-group input[type=number]::-moz-placeholder,
      .myteamge .form-group input[type=number]:-ms-input-placeholder,
      .myteamge .form-group input[type=tel]::-webkit-input-placeholder,
      .myteamge .form-group input[type=tel]:-moz-placeholder,
      .myteamge .form-group input[type=tel]::-moz-placeholder,
      .myteamge .form-group input[type=tel]:-ms-input-placeholder,
      .myteamge .form-group input[type=email]::-webkit-input-placeholder,
      .myteamge .form-group input[type=email]:-moz-placeholder,
      .myteamge .form-group input[type=email]::-moz-placeholder,
      .myteamge .form-group input[type=email]:-ms-input-placeholder, .myteamge .form-group input.form-control::-webkit-input-placeholder, .myteamge .form-group input.form-control:-moz-placeholder, .myteamge .form-group input.form-control::-moz-placeholder, .myteamge .form-group input.form-control:-ms-input-placeholder, .myteamge .form-group textarea::-webkit-input-placeholder, .myteamge .form-group textarea:-moz-placeholder, .myteamge .form-group textarea::-moz-placeholder, .myteamge .form-group textarea:-ms-input-placeholder {
        color: #808080;
        font-size: 16px; }
    .myteamge .input-label-grp input[type=number]::-webkit-inner-spin-button,
    .myteamge .input-label-grp input[type=tel]::-webkit-inner-spin-button,
    .myteamge .input-label-grp input[type=number]::-webkit-outer-spin-button, .myteamge .form-group input[type=number]::-webkit-inner-spin-button,
    .myteamge .form-group input[type=tel]::-webkit-inner-spin-button,
    .myteamge .form-group input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0; }
    .myteamge .input-label-grp.error input[type=text],
    .myteamge .input-label-grp.error input[type=password],
    .myteamge .input-label-grp.error input[type=number],
    .myteamge .input-label-grp.error input[type=tel],
    .myteamge .input-label-grp.error input[type=email],
    .myteamge .input-label-grp.error textarea, .myteamge .form-group.error input[type=text],
    .myteamge .form-group.error input[type=password],
    .myteamge .form-group.error input[type=number],
    .myteamge .form-group.error input[type=tel],
    .myteamge .form-group.error input[type=email],
    .myteamge .form-group.error textarea {
      border-color: #cc4c2d;
      background-color: #cc4c2d1a; }
    .myteamge .input-label-grp.error:focus, .myteamge .form-group.error:focus {
      background: #ffffff;
      border-color: #99DBFF;
      box-shadow: 0 0 1px 1px rgba(142, 185, 254, 0.5); }
    .myteamge .input-label-grp.error.small-input input[type=text],
    .myteamge .input-label-grp.error.small-input input[type=password],
    .myteamge .input-label-grp.error.small-input input[type=number],
    .myteamge .input-label-grp.error.small-input input[type=tel],
    .myteamge .input-label-grp.error.small-input input[type=email], .myteamge .form-group.error.small-input input[type=text],
    .myteamge .form-group.error.small-input input[type=password],
    .myteamge .form-group.error.small-input input[type=number],
    .myteamge .form-group.error.small-input input[type=tel],
    .myteamge .form-group.error.small-input input[type=email] {
      padding-left: 10px;
      -moz-appearance: textfield; }
    .myteamge .input-label-grp.error.small-input input[type=number]::-webkit-inner-spin-button,
    .myteamge .input-label-grp.error.small-input input[type=tel]::-webkit-inner-spin-button,
    .myteamge .input-label-grp.error.small-input input[type=number]::-webkit-outer-spin-button, .myteamge .form-group.error.small-input input[type=number]::-webkit-inner-spin-button,
    .myteamge .form-group.error.small-input input[type=tel]::-webkit-inner-spin-button,
    .myteamge .form-group.error.small-input input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0; }
    .myteamge .input-label-grp.predict-srch .predict-dropdown, .myteamge .form-group.predict-srch .predict-dropdown {
      /*display: none;
				width: 100%;
			    min-width: 200px;
			    max-width: 100%;
			    position: absolute;
			    display: none;
			    text-align: left;
			    background-color: $;//basic-color-a4d2ffa4d2ff;
			    z-index: 10;
			    -webkit-box-shadow: 0px 1px 7px -3px rgba(68, 68, 68, 0.59);
			    -moz-box-shadow: 0px 1px 7px -3px rgba(68, 68, 68, 0.59);
			    box-shadow: 0px 1px 7px -3px rgba(68, 68, 68, 0.59);*/
      display: none;
      position: absolute;
      width: 100%;
      min-width: 200px;
      max-width: 100%;
      max-height: 300px;
      overflow-y: auto;
      text-align: left;
      background-color: #99DBFF;
      z-index: 10;
      -webkit-box-shadow: 0px 1px 7px -3px rgba(68, 68, 68, 0.59);
      -moz-box-shadow: 0px 1px 7px -3px rgba(68, 68, 68, 0.59);
      box-shadow: 0px 1px 7px -3px rgba(68, 68, 68, 0.59); }
      .myteamge .input-label-grp.predict-srch .predict-dropdown ul, .myteamge .form-group.predict-srch .predict-dropdown ul {
        /*list-style-type: none;
				    padding: 0;
				    height: auto;
				    max-height: 250px;
				    overflow-y: auto;
				    width: 100%;
				    margin: 0;*/
        padding-left: 0;
        margin-bottom: 0; }
      .myteamge .input-label-grp.predict-srch .predict-dropdown li, .myteamge .form-group.predict-srch .predict-dropdown li {
        margin: 1px;
        background-color: #ffffff;
        cursor: default;
        position: relative;
        padding: 12px 15px; }
        .myteamge .input-label-grp.predict-srch .predict-dropdown li.traversing, .myteamge .input-label-grp.predict-srch .predict-dropdown li:hover, .myteamge .form-group.predict-srch .predict-dropdown li.traversing, .myteamge .form-group.predict-srch .predict-dropdown li:hover {
          background-color: #EBF8FF !important; }
    .myteamge .input-label-grp.predict-srch.open .predict-dropdown, .myteamge .form-group.predict-srch.open .predict-dropdown {
      display: block; }
    .myteamge .input-label-grp textarea, .myteamge .form-group textarea {
      line-height: 16px;
      height: 53px;
      max-height: 120px;
      display: block;
      width: 100%;
      resize: none;
      overflow-y: auto;
      padding: 10px; }
      .myteamge .input-label-grp textarea.large-textarea, .myteamge .form-group textarea.large-textarea {
        max-height: 126px;
        height: 126px; }
    .myteamge .input-label-grp.small-input .date-dropdown, .myteamge .form-group.small-input .date-dropdown {
      top: 70px; }
    .myteamge .input-label-grp .date-dropdown, .myteamge .form-group .date-dropdown {
      display: none;
      width: 100%;
      position: absolute;
      z-index: 1;
      top: 44px; }
      .myteamge .input-label-grp .date-dropdown.open, .myteamge .form-group .date-dropdown.open {
        display: block; }
  .myteamge span.optional {
    font-size: 11px;
    color: #143200;
    cursor: default; }
  .myteamge span.required {
    font-size: 26px;
    color: #ffa200;
    line-height: 26px;
    /* margin-bottom: -5px; */
    position: absolute;
    margin-left: 10px;
    top: 1px; }
  .myteamge .select-label-grp {
    position: relative;
    min-height: 64px;
    /* margin: 2px 0; */
    padding-bottom: 20px; }
    .myteamge .select-label-grp span.required {
      position: absolute;
      left: -15px;
      top: 16px;
      font-size: 26px;
      color: #ffa200;
      line-height: 44px; }
    .myteamge .select-label-grp.error .custom-dropdown .label-wrapper, .myteamge .select-label-grp.error .address-dropdown .label-wrapper {
      background-color: #cc4c2d1a;
      border: 1px solid #cc4c2d;
      border-left: 3px solid #cc4c2d; }
  .myteamge .body-grid-view .select-label-grp .custom-dropdown .label-wrapper .current-selected, .myteamge .body-grid-view .select-label-grp .address-dropdown .label-wrapper .current-selected {
    padding: 0px 5px 0px 5px; }
  .myteamge .custom-dropdown {
    max-height: 40px;
    height: 40px; }
  .myteamge .address-dropdown {
    height: auto; }
    .myteamge .address-dropdown.filled .selected-details {
      display: block; }
    .myteamge .address-dropdown .selected-details {
      position: relative; }
      .myteamge .address-dropdown .selected-details .edit-wrpr {
        position: absolute; }
    .myteamge .address-dropdown .selected-details {
      display: none;
      background-color: rgba(238, 234, 217, 0.4);
      /*-webkit-box-shadow: 0px 2px 4px 0px rgba(68,68,68,0.59);
	    	-moz-box-shadow: 0px 2px 4px 0px rgba(68,68,68,0.59);
	    	box-shadow: 0px 1px 7px -3px rgba(68,68,68,0.59);*/
      padding: 10px 55px 10px 2px;
      margin-top: 1px;
      min-height: 87px; }
      .myteamge .address-dropdown .selected-details > div {
        padding: 0 15px; }
        .myteamge .address-dropdown .selected-details > div.edit-wrpr {
          padding: 2px 0; }
      .myteamge .address-dropdown .selected-details .edit-wrpr {
        text-align: right;
        position: absolute;
        right: 20px;
        top: 2px; }
        .myteamge .address-dropdown .selected-details .edit-wrpr .edit-link {
          font-size: 14px; }
          .myteamge .address-dropdown .selected-details .edit-wrpr .edit-link i {
            background-color: #f6f6f6;
            color: #143200;
            font-size: 16px;
            line-height: 16px;
            font-style: normal; }
            .myteamge .address-dropdown .selected-details .edit-wrpr .edit-link i:before {
              margin-right: 6px; }
            .myteamge .address-dropdown .selected-details .edit-wrpr .edit-link i:after {
              content: 'Edit'; }
      .myteamge .address-dropdown .selected-details:hover .edit-wrpr {
        /*display: block;*/ }
  .myteamge .custom-dropdown, .myteamge .address-dropdown, .myteamge .date-picker {
    display: block;
    position: relative; }
    .myteamge .custom-dropdown.open, .myteamge .address-dropdown.open, .myteamge .date-picker.open {
      background: #ffffff;
      border-color: #99DBFF;
      border-radius: 3px; }
      .myteamge .custom-dropdown.open .label-wrapper, .myteamge .address-dropdown.open .label-wrapper, .myteamge .date-picker.open .label-wrapper {
        background-color: #ffffff;
        box-shadow: 0 0 0px 2px #99DBFF; }
      .myteamge .custom-dropdown.open.toll-blue-bg .label-wrapper, .myteamge .address-dropdown.open.toll-blue-bg .label-wrapper, .myteamge .date-picker.open.toll-blue-bg .label-wrapper {
        background-color: #143200; }
    .myteamge .custom-dropdown.ok .label-wrapper, .myteamge .address-dropdown.ok .label-wrapper, .myteamge .date-picker.ok .label-wrapper {
      border-left: 3px solid #143200; }
    .myteamge .custom-dropdown.open .dropdown-list, .myteamge .address-dropdown.open .dropdown-list, .myteamge .date-picker.open .dropdown-list {
      display: block; }
    .myteamge .custom-dropdown.toll-blue-bg .label-wrapper, .myteamge .address-dropdown.toll-blue-bg .label-wrapper, .myteamge .date-picker.toll-blue-bg .label-wrapper {
      background-color: #143200;
      border-left: 2px solid #143200; }
      .myteamge .custom-dropdown.toll-blue-bg .label-wrapper .current-selected, .myteamge .address-dropdown.toll-blue-bg .label-wrapper .current-selected, .myteamge .date-picker.toll-blue-bg .label-wrapper .current-selected {
        color: #ffffff; }
        .myteamge .custom-dropdown.toll-blue-bg .label-wrapper .current-selected.placeholder, .myteamge .address-dropdown.toll-blue-bg .label-wrapper .current-selected.placeholder, .myteamge .date-picker.toll-blue-bg .label-wrapper .current-selected.placeholder {
          color: #ffffff; }
      .myteamge .custom-dropdown.toll-blue-bg .label-wrapper .toggler, .myteamge .address-dropdown.toll-blue-bg .label-wrapper .toggler, .myteamge .date-picker.toll-blue-bg .label-wrapper .toggler {
        color: #ffffff; }
    .myteamge .custom-dropdown .label-wrapper, .myteamge .address-dropdown .label-wrapper, .myteamge .date-picker .label-wrapper {
      background-color: rgba(238, 234, 217, 0.4);
      position: relative;
      padding-right: 40px;
      border: 1px solid rgba(20, 50, 0, 0.1);
      width: 100%;
      margin-bottom: 0;
      border-radius: 3px; }
      .myteamge .custom-dropdown .label-wrapper .current-selected, .myteamge .address-dropdown .label-wrapper .current-selected, .myteamge .date-picker .label-wrapper .current-selected {
        height: 40px;
        padding: 0px 15px;
        font-size: 16px;
        /*line-height: 15px;*/
        line-height: 42px;
        letter-spacing: 0.4px;
        color: #143200;
        border: 0;
        width: 100%;
        background-color: transparent;
        cursor: default;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        outline: none; }
        .myteamge .custom-dropdown .label-wrapper .current-selected.placeholder, .myteamge .address-dropdown .label-wrapper .current-selected.placeholder, .myteamge .date-picker .label-wrapper .current-selected.placeholder {
          color: #888; }
      .myteamge .custom-dropdown .label-wrapper .toggler, .myteamge .address-dropdown .label-wrapper .toggler, .myteamge .date-picker .label-wrapper .toggler {
        text-decoration: none;
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        font-size: 8px;
        line-height: 34px;
        position: absolute;
        right: 14px;
        top: 2px;
        color: #143200; }
    .myteamge .custom-dropdown .dropdown-list, .myteamge .custom-dropdown .date-dropdown, .myteamge .address-dropdown .dropdown-list, .myteamge .address-dropdown .date-dropdown, .myteamge .date-picker .dropdown-list, .myteamge .date-picker .date-dropdown {
      width: 100%;
      min-width: 250px;
      position: absolute;
      display: none;
      text-align: left;
      background-color: #99DBFF;
      z-index: 9;
      top: 44px;
      -webkit-box-shadow: 0px 1px 7px -3px rgba(68, 68, 68, 0.59);
      -moz-box-shadow: 0px 1px 7px -3px rgba(68, 68, 68, 0.59);
      box-shadow: 0px 1px 7px -3px rgba(68, 68, 68, 0.59);
      /* box-shadow: 0px 2px 5px 1px rgba(102,102,102,1); */ }
      .myteamge .custom-dropdown .dropdown-list .add-new-elem, .myteamge .custom-dropdown .date-dropdown .add-new-elem, .myteamge .address-dropdown .dropdown-list .add-new-elem, .myteamge .address-dropdown .date-dropdown .add-new-elem, .myteamge .date-picker .dropdown-list .add-new-elem, .myteamge .date-picker .date-dropdown .add-new-elem {
        padding: 10px 20px;
        color: #143200;
        text-align: right;
        padding-right: 15px;
        background-color: #ffffff;
        cursor: pointer;
        margin: 1px; }
        .myteamge .custom-dropdown .dropdown-list .add-new-elem i, .myteamge .custom-dropdown .date-dropdown .add-new-elem i, .myteamge .address-dropdown .dropdown-list .add-new-elem i, .myteamge .address-dropdown .date-dropdown .add-new-elem i, .myteamge .date-picker .dropdown-list .add-new-elem i, .myteamge .date-picker .date-dropdown .add-new-elem i {
          position: absolute;
          font-size: 16px;
          right: 100px;
          line-height: 100%;
          top: 10px;
          width: 20px;
          height: 20px;
          padding-right: 3px; }
        .myteamge .custom-dropdown .dropdown-list .add-new-elem .ico-plus, .myteamge .custom-dropdown .date-dropdown .add-new-elem .ico-plus, .myteamge .address-dropdown .dropdown-list .add-new-elem .ico-plus, .myteamge .address-dropdown .date-dropdown .add-new-elem .ico-plus, .myteamge .date-picker .dropdown-list .add-new-elem .ico-plus, .myteamge .date-picker .date-dropdown .add-new-elem .ico-plus {
          right: 102px;
          top: 13px; }
      .myteamge .custom-dropdown .dropdown-list ul, .myteamge .custom-dropdown .date-dropdown ul, .myteamge .address-dropdown .dropdown-list ul, .myteamge .address-dropdown .date-dropdown ul, .myteamge .date-picker .dropdown-list ul, .myteamge .date-picker .date-dropdown ul {
        list-style-type: none;
        padding: 0;
        height: auto;
        max-height: 250px;
        overflow-y: auto;
        width: 100%;
        margin: 0; }
      .myteamge .custom-dropdown .dropdown-list li, .myteamge .custom-dropdown .date-dropdown li, .myteamge .address-dropdown .dropdown-list li, .myteamge .address-dropdown .date-dropdown li, .myteamge .date-picker .dropdown-list li, .myteamge .date-picker .date-dropdown li {
        margin: 0 1px 1px;
        background-color: #ffffff;
        padding: 10px 20px;
        cursor: default;
        position: relative; }
        .myteamge .custom-dropdown .dropdown-list li .line-header, .myteamge .custom-dropdown .date-dropdown li .line-header, .myteamge .address-dropdown .dropdown-list li .line-header, .myteamge .address-dropdown .date-dropdown li .line-header, .myteamge .date-picker .dropdown-list li .line-header, .myteamge .date-picker .date-dropdown li .line-header {
          font-weight: bold; }
        .myteamge .custom-dropdown .dropdown-list li:hover, .myteamge .custom-dropdown .dropdown-list li.traversing, .myteamge .custom-dropdown .date-dropdown li:hover, .myteamge .custom-dropdown .date-dropdown li.traversing, .myteamge .address-dropdown .dropdown-list li:hover, .myteamge .address-dropdown .dropdown-list li.traversing, .myteamge .address-dropdown .date-dropdown li:hover, .myteamge .address-dropdown .date-dropdown li.traversing, .myteamge .date-picker .dropdown-list li:hover, .myteamge .date-picker .dropdown-list li.traversing, .myteamge .date-picker .date-dropdown li:hover, .myteamge .date-picker .date-dropdown li.traversing {
          background-color: #EBF8FF !important; }
          .myteamge .custom-dropdown .dropdown-list li:hover a, .myteamge .custom-dropdown .dropdown-list li.traversing a, .myteamge .custom-dropdown .date-dropdown li:hover a, .myteamge .custom-dropdown .date-dropdown li.traversing a, .myteamge .address-dropdown .dropdown-list li:hover a, .myteamge .address-dropdown .dropdown-list li.traversing a, .myteamge .address-dropdown .date-dropdown li:hover a, .myteamge .address-dropdown .date-dropdown li.traversing a, .myteamge .date-picker .dropdown-list li:hover a, .myteamge .date-picker .dropdown-list li.traversing a, .myteamge .date-picker .date-dropdown li:hover a, .myteamge .date-picker .date-dropdown li.traversing a {
            text-decoration: none; }
        .myteamge .custom-dropdown .dropdown-list li .delete-item, .myteamge .custom-dropdown .date-dropdown li .delete-item, .myteamge .address-dropdown .dropdown-list li .delete-item, .myteamge .address-dropdown .date-dropdown li .delete-item, .myteamge .date-picker .dropdown-list li .delete-item, .myteamge .date-picker .date-dropdown li .delete-item {
          display: block;
          width: auto;
          text-align: center;
          position: absolute;
          right: 4px;
          top: 4px;
          padding: 6px 8px;
          cursor: pointer; }
    .myteamge .custom-dropdown.searchable-dropdown .input-label-grp.un-search input[type="text"], .myteamge .address-dropdown.searchable-dropdown .input-label-grp.un-search input[type="text"], .myteamge .date-picker.searchable-dropdown .input-label-grp.un-search input[type="text"] {
      width: calc(100% - 90px);
      padding-right: 30px;
      background-color: #ffffff; }
    .myteamge .custom-dropdown.searchable-dropdown .input-label-grp.un-search .lookup-btn, .myteamge .address-dropdown.searchable-dropdown .input-label-grp.un-search .lookup-btn, .myteamge .date-picker.searchable-dropdown .input-label-grp.un-search .lookup-btn {
      display: block;
      text-decoration: none;
      width: 90px;
      text-align: center;
      cursor: default !important;
      background-color: #143200;
      padding: 12px 0;
      position: absolute;
      right: 0px;
      top: 0px;
      color: #ffffff; }
    .myteamge .custom-dropdown.searchable-dropdown .lookup-icon, .myteamge .address-dropdown.searchable-dropdown .lookup-icon, .myteamge .date-picker.searchable-dropdown .lookup-icon {
      position: absolute;
      right: 94px;
      top: 9px;
      font-size: 18px; }
    .myteamge .custom-dropdown.searchable-dropdown .dropdown-list, .myteamge .address-dropdown.searchable-dropdown .dropdown-list, .myteamge .date-picker.searchable-dropdown .dropdown-list {
      width: 600px;
      padding: 15px 15px 20px 15px;
      background-color: #eeeeee; }
      .myteamge .custom-dropdown.searchable-dropdown .dropdown-list .list-header, .myteamge .address-dropdown.searchable-dropdown .dropdown-list .list-header, .myteamge .date-picker.searchable-dropdown .dropdown-list .list-header {
        font-weight: bold;
        margin-bottom: 2px; }
      .myteamge .custom-dropdown.searchable-dropdown .dropdown-list li, .myteamge .address-dropdown.searchable-dropdown .dropdown-list li, .myteamge .date-picker.searchable-dropdown .dropdown-list li {
        background-color: #d2d2d2; }
        .myteamge .custom-dropdown.searchable-dropdown .dropdown-list li:nth-child(even), .myteamge .address-dropdown.searchable-dropdown .dropdown-list li:nth-child(even), .myteamge .date-picker.searchable-dropdown .dropdown-list li:nth-child(even) {
          background-color: #e9e9e9;
          border-bottom: 1px solid #e0e0e0; }
  .myteamge .custom-dropdown.disabled .label-wrapper {
    background-color: #EEEAD9 !important;
    border-color: #EEEAD9 !important; }
  .myteamge .bgLess-btn-wrapper {
    padding: 10px 0 5px 0; }
  .myteamge button + button, .myteamge .btn-link + .btn-link, .myteamge .btn + .btn {
    margin-left: 2px; }
  .myteamge .margined-btn button + button, .myteamge .margined-btn .btn-link + .btn-link, .myteamge .margined-btn .btn + .btn, .myteamge .bgLess-btn-wrapper button + button, .myteamge .bgLess-btn-wrapper .btn-link + .btn-link, .myteamge .bgLess-btn-wrapper .btn + .btn {
    margin-left: 20px; }
  .myteamge button, .myteamge .btn-link, .myteamge .btn {
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-family: "Century Gothic", sans-serif;
    font-weight: bold;
    filter: alpha(opacity=100);
    opacity: 1;
    border-radius: 6px;
    vertical-align: top;
    box-shadow: inset 0 0 0 1px #143200;
    border: 0; }
    .myteamge button.black:hover, .myteamge button.secondary:hover, .myteamge button.btn-secondary:hover, .myteamge button.primary:hover, .myteamge button.btn-primary:hover, .myteamge .btn-link.black:hover, .myteamge .btn-link.secondary:hover, .myteamge .btn-link.btn-secondary:hover, .myteamge .btn-link.primary:hover, .myteamge .btn-link.btn-primary:hover, .myteamge .btn.black:hover, .myteamge .btn.secondary:hover, .myteamge .btn.btn-secondary:hover, .myteamge .btn.primary:hover, .myteamge .btn.btn-primary:hover {
      background: rgba(20, 50, 0, 0.2);
      box-shadow: inset 0 0 0 2px #143200;
      filter: alpha(opacity=100); }
    .myteamge button.primary:hover, .myteamge button.btn-primary:hover, .myteamge .btn-link.primary:hover, .myteamge .btn-link.btn-primary:hover, .myteamge .btn.primary:hover, .myteamge .btn.btn-primary:hover {
      background-color: rgba(20, 50, 0, 0.9); }
    .myteamge button:disabled, .myteamge button.disabled, .myteamge .btn-link:disabled, .myteamge .btn-link.disabled, .myteamge .btn:disabled, .myteamge .btn.disabled {
      filter: alpha(opacity=40);
      opacity: 0.4;
      cursor: initial; }
    .myteamge button.orange-btn, .myteamge .btn-link.orange-btn, .myteamge .btn.orange-btn {
      background-color: #ffa200;
      color: #ffffff; }
    .myteamge button.btn-small, .myteamge button.small-btn, .myteamge button.btn-sm, .myteamge .btn-link.btn-small, .myteamge .btn-link.small-btn, .myteamge .btn-link.btn-sm, .myteamge .btn.btn-small, .myteamge .btn.small-btn, .myteamge .btn.btn-sm {
      font-size: 14px;
      line-height: 100%;
      padding: 10px 20px 12px; }
    .myteamge button.btn-medium, .myteamge button.btn-md, .myteamge .btn-link.btn-medium, .myteamge .btn-link.btn-md, .myteamge .btn.btn-medium, .myteamge .btn.btn-md {
      font-size: 16px;
      line-height: 100%;
      padding: 15px 30px 16px; }
    .myteamge button.btn-large, .myteamge button.btn-lg, .myteamge .btn-link.btn-large, .myteamge .btn-link.btn-lg, .myteamge .btn.btn-large, .myteamge .btn.btn-lg {
      font-size: 16px;
      line-height: 100%;
      padding: 20px 40px 21px; }
    .myteamge button.primary, .myteamge button.btn-primary, .myteamge button.link-primary, .myteamge .btn-link.primary, .myteamge .btn-link.btn-primary, .myteamge .btn-link.link-primary, .myteamge .btn.primary, .myteamge .btn.btn-primary, .myteamge .btn.link-primary {
      text-shadow: 0;
      -webkit-box-shadow: 0;
      box-shadow: inset 0 0 0 1px #143200;
      border: 0;
      background: #143200;
      margin-bottom: 20px;
      color: #ffffff; }
      .myteamge button.primary:active, .myteamge button.primary.active, .myteamge button.btn-primary:active, .myteamge button.btn-primary.active, .myteamge button.link-primary:active, .myteamge button.link-primary.active, .myteamge .btn-link.primary:active, .myteamge .btn-link.primary.active, .myteamge .btn-link.btn-primary:active, .myteamge .btn-link.btn-primary.active, .myteamge .btn-link.link-primary:active, .myteamge .btn-link.link-primary.active, .myteamge .btn.primary:active, .myteamge .btn.primary.active, .myteamge .btn.btn-primary:active, .myteamge .btn.btn-primary.active, .myteamge .btn.link-primary:active, .myteamge .btn.link-primary.active {
        background: #143200;
        box-shadow: inset 0 0 0 2px #143200; }
      .myteamge button.primary:disabled:active, .myteamge button.primary.disabled:active, .myteamge button.btn-primary:disabled:active, .myteamge button.btn-primary.disabled:active, .myteamge button.link-primary:disabled:active, .myteamge button.link-primary.disabled:active, .myteamge .btn-link.primary:disabled:active, .myteamge .btn-link.primary.disabled:active, .myteamge .btn-link.btn-primary:disabled:active, .myteamge .btn-link.btn-primary.disabled:active, .myteamge .btn-link.link-primary:disabled:active, .myteamge .btn-link.link-primary.disabled:active, .myteamge .btn.primary:disabled:active, .myteamge .btn.primary.disabled:active, .myteamge .btn.btn-primary:disabled:active, .myteamge .btn.btn-primary.disabled:active, .myteamge .btn.link-primary:disabled:active, .myteamge .btn.link-primary.disabled:active {
        box-shadow: inset 0 0 0 2px #143200;
        background: #143200;
        filter: alpha(opacity=40);
        opacity: 0.4; }
      .myteamge button.primary:disabled:hover, .myteamge button.primary.disabled:hover, .myteamge button.btn-primary:disabled:hover, .myteamge button.btn-primary.disabled:hover, .myteamge button.link-primary:disabled:hover, .myteamge button.link-primary.disabled:hover, .myteamge .btn-link.primary:disabled:hover, .myteamge .btn-link.primary.disabled:hover, .myteamge .btn-link.btn-primary:disabled:hover, .myteamge .btn-link.btn-primary.disabled:hover, .myteamge .btn-link.link-primary:disabled:hover, .myteamge .btn-link.link-primary.disabled:hover, .myteamge .btn.primary:disabled:hover, .myteamge .btn.primary.disabled:hover, .myteamge .btn.btn-primary:disabled:hover, .myteamge .btn.btn-primary.disabled:hover, .myteamge .btn.link-primary:disabled:hover, .myteamge .btn.link-primary.disabled:hover {
        box-shadow: inset 0 0 0 2px #143200;
        background: #143200;
        filter: alpha(opacity=40);
        opacity: 0.4; }
    .myteamge button.black, .myteamge button.secondary, .myteamge button.btn-secondary, .myteamge button.link-secondary, .myteamge .btn-link.black, .myteamge .btn-link.secondary, .myteamge .btn-link.btn-secondary, .myteamge .btn-link.link-secondary, .myteamge .btn.black, .myteamge .btn.secondary, .myteamge .btn.btn-secondary, .myteamge .btn.link-secondary {
      background: #fff;
      color: #143200;
      box-shadow: inset 0 0 0 2px #143200;
      border: 0; }
      .myteamge button.black:disabled:active, .myteamge button.black.disabled:active, .myteamge button.secondary:disabled:active, .myteamge button.secondary.disabled:active, .myteamge button.btn-secondary:disabled:active, .myteamge button.btn-secondary.disabled:active, .myteamge button.link-secondary:disabled:active, .myteamge button.link-secondary.disabled:active, .myteamge .btn-link.black:disabled:active, .myteamge .btn-link.black.disabled:active, .myteamge .btn-link.secondary:disabled:active, .myteamge .btn-link.secondary.disabled:active, .myteamge .btn-link.btn-secondary:disabled:active, .myteamge .btn-link.btn-secondary.disabled:active, .myteamge .btn-link.link-secondary:disabled:active, .myteamge .btn-link.link-secondary.disabled:active, .myteamge .btn.black:disabled:active, .myteamge .btn.black.disabled:active, .myteamge .btn.secondary:disabled:active, .myteamge .btn.secondary.disabled:active, .myteamge .btn.btn-secondary:disabled:active, .myteamge .btn.btn-secondary.disabled:active, .myteamge .btn.link-secondary:disabled:active, .myteamge .btn.link-secondary.disabled:active {
        background: #fff;
        color: #143200;
        filter: alpha(opacity=40);
        opacity: 0.4;
        box-shadow: inset 0 0 0 2px #143200; }
      .myteamge button.black:disabled:hover, .myteamge button.black.disabled:hover, .myteamge button.secondary:disabled:hover, .myteamge button.secondary.disabled:hover, .myteamge button.btn-secondary:disabled:hover, .myteamge button.btn-secondary.disabled:hover, .myteamge button.link-secondary:disabled:hover, .myteamge button.link-secondary.disabled:hover, .myteamge .btn-link.black:disabled:hover, .myteamge .btn-link.black.disabled:hover, .myteamge .btn-link.secondary:disabled:hover, .myteamge .btn-link.secondary.disabled:hover, .myteamge .btn-link.btn-secondary:disabled:hover, .myteamge .btn-link.btn-secondary.disabled:hover, .myteamge .btn-link.link-secondary:disabled:hover, .myteamge .btn-link.link-secondary.disabled:hover, .myteamge .btn.black:disabled:hover, .myteamge .btn.black.disabled:hover, .myteamge .btn.secondary:disabled:hover, .myteamge .btn.secondary.disabled:hover, .myteamge .btn.btn-secondary:disabled:hover, .myteamge .btn.btn-secondary.disabled:hover, .myteamge .btn.link-secondary:disabled:hover, .myteamge .btn.link-secondary.disabled:hover {
        background: #fff;
        color: #143200;
        box-shadow: inset 0 0 0 2px #143200;
        filter: alpha(opacity=40);
        opacity: 0.4; }
    .myteamge button.inactive, .myteamge .btn-link.inactive, .myteamge .btn.inactive {
      color: #888; }
    .myteamge button.narrow, .myteamge .btn-link.narrow, .myteamge .btn.narrow {
      padding: 12px 5px 11px 5px;
      font-size: 12px;
      margin-top: 5px; }
    .myteamge button.line-action, .myteamge .btn-link.line-action, .myteamge .btn.line-action {
      background-color: #143200;
      color: #ffffff; }
    .myteamge button.grey, .myteamge .btn-link.grey, .myteamge .btn.grey {
      background-color: #dedede;
      border: 1px solid #cccccc;
      color: #143200; }
      .myteamge button.grey:hover, .myteamge .btn-link.grey:hover, .myteamge .btn.grey:hover {
        background: #eaeaea;
        border-color: #eaeaea; }
      .myteamge button.grey:active, .myteamge .btn-link.grey:active, .myteamge .btn.grey:active {
        background: #bdbdbf;
        border-color: #bdbdbf; }
    .myteamge button.img-btn, .myteamge .btn-link.img-btn, .myteamge .btn.img-btn {
      padding: 20px 40px 21px 50px;
      position: relative; }
      .myteamge button.img-btn i, .myteamge .btn-link.img-btn i, .myteamge .btn.img-btn i {
        position: absolute;
        top: 18px;
        font-size: 20px;
        left: 25px; }
    .myteamge button.box-link, .myteamge .btn-link.box-link, .myteamge .btn.box-link {
      margin-right: 1px;
      background-color: #ffffff;
      background-color: transparent;
      display: inline-block;
      text-decoration: none;
      box-shadow: none;
      min-width: 34px;
      text-align: center; }
      .myteamge button.box-link.red, .myteamge .btn-link.box-link.red, .myteamge .btn.box-link.red {
        color: #143200;
        font-size: 20px; }
      .myteamge button.box-link.black, .myteamge .btn-link.box-link.black, .myteamge .btn.box-link.black {
        background-color: #143200;
        color: #ffffff;
        padding: 1px 9px;
        border-radius: 6px;
        line-height: 25px; }
        .myteamge button.box-link.black .ico-watch, .myteamge .btn-link.box-link.black .ico-watch, .myteamge .btn.box-link.black .ico-watch {
          position: relative;
          top: 2px; }
      .myteamge button.box-link:hover, .myteamge button.box-link:focus, .myteamge .btn-link.box-link:hover, .myteamge .btn-link.box-link:focus, .myteamge .btn.box-link:hover, .myteamge .btn.box-link:focus {
        text-decoration: none; }
      .myteamge button.box-link:active, .myteamge .btn-link.box-link:active, .myteamge .btn.box-link:active {
        color: #143200; }
      .myteamge button.box-link.red:active, .myteamge .btn-link.box-link.red:active, .myteamge .btn.box-link.red:active {
        color: #143200; }
      .myteamge button.box-link.black:active, .myteamge .btn-link.box-link.black:active, .myteamge .btn.box-link.black:active {
        background-color: #143200; }
      .myteamge button.box-link.delete:active, .myteamge .btn-link.box-link.delete:active, .myteamge .btn.box-link.delete:active {
        border: 1px solid #efefef;
        background-color: #e20303;
        color: #ffffff; }
      .myteamge button.box-link i, .myteamge .btn-link.box-link i, .myteamge .btn.box-link i {
        font-size: 20px; }
  .myteamge #page-footer {
    background-color: #143200;
    padding: 20px 0;
    color: #EEEAD9;
    height: auto;
    margin-top: 43px;
    padding: 0 40px;
    margin-bottom: 0px; }
    .myteamge #page-footer .block-toll-theme-footer-branding {
      width: 15%;
      float: left;
      padding: 63px 0; }
    .myteamge #page-footer .block-toll-theme-footer-navigation {
      width: 80%;
      float: left;
      padding: 10px 0; }
      .myteamge #page-footer .block-toll-theme-footer-navigation .nav-block {
        width: 100%; }
        .myteamge #page-footer .block-toll-theme-footer-navigation .nav-block ul {
          columns: 4;
          display: block;
          padding: 0;
          margin: 0; }
          .myteamge #page-footer .block-toll-theme-footer-navigation .nav-block ul li {
            -webkit-column-break-inside: avoid;
            /* Chrome, Safari, Opera */
            page-break-inside: avoid;
            /* Firefox */
            break-inside: avoid;
            /* IE 10+ */ }
          .myteamge #page-footer .block-toll-theme-footer-navigation .nav-block ul a {
            display: block;
            padding-top: 40px; }
            .myteamge #page-footer .block-toll-theme-footer-navigation .nav-block ul a p.text {
              font-weight: bold;
              font-size: 16px;
              line-height: 2.5;
              display: inline;
              margin-bottom: 0px;
              padding-bottom: 3px;
              font-family: "Century Gothic", sans-serif;
              font-weight: bold; }
              .myteamge #page-footer .block-toll-theme-footer-navigation .nav-block ul a p.text:hover {
                /*border-bottom: solid 2px $basic-color-f3901e;//f3901e*/ }
            .myteamge #page-footer .block-toll-theme-footer-navigation .nav-block ul a span.sub-text {
              font-size: 14px;
              color: #ffffff80;
              display: inline;
              line-height: 1.7;
              font-family: "Century Gothic", sans-serif; }
              .myteamge #page-footer .block-toll-theme-footer-navigation .nav-block ul a span.sub-text:hover {
                border-bottom: solid 1px #ffffff80; }
            .myteamge #page-footer .block-toll-theme-footer-navigation .nav-block ul a p.text::after, .myteamge #page-footer .block-toll-theme-footer-navigation .nav-block ul a span.sub-text::after {
              content: "\A";
              white-space: pre; }
    .myteamge #page-footer .footer-back-to-top {
      float: right;
      width: 5%;
      padding: 63px 0; }
      .myteamge #page-footer .footer-back-to-top .back-to-top {
        width: 70px;
        height: 70px;
        border: none;
        position: relative;
        display: block;
        background: #007a68; }
        .myteamge #page-footer .footer-back-to-top .back-to-top svg {
          position: absolute;
          width: 24px;
          left: calc(50% - 12px);
          top: calc(50% - 12px);
          fill: #ffffff; }
    .myteamge #page-footer .footer-bottom {
      margin-top: 105px;
      padding-top: 28px;
      border-top: 1px solid #143200; }
      .myteamge #page-footer .footer-bottom .menu--follow {
        float: right; }
        .myteamge #page-footer .footer-bottom .menu--follow ul {
          display: flex; }
          .myteamge #page-footer .footer-bottom .menu--follow ul svg {
            width: 24px;
            height: 20px;
            fill: #ffffff; }
          .myteamge #page-footer .footer-bottom .menu--follow ul a {
            display: block;
            width: 44px;
            height: 44px;
            padding: 0px 10px 0; }
      .myteamge #page-footer .footer-bottom #block-toll-theme-copyright {
        color: #ffffff80;
        font-size: 12px; }
    .myteamge #page-footer a {
      color: #EEEAD9;
      text-decoration: none; }
      .myteamge #page-footer a:hover {
        text-decoration: underline; }
    .myteamge #page-footer .copyright-block {
      font-size: 11px; }
    .myteamge #page-footer .footer-links {
      text-align: right;
      font-size: 12px; }
      .myteamge #page-footer .footer-links a {
        margin-right: 15px; }
  .myteamge .radio-grp label.radio-inline {
    height: 35px;
    line-height: 3;
    font-weight: normal;
    letter-spacing: 0.4px;
    text-align: left;
    color: #143200;
    width: auto;
    min-width: 80px;
    display: table;
    float: left;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    font-family: "Century Gothic", sans-serif;
    font-size: 16px; }
  .myteamge .radio-grp input[type='radio'] {
    -webkit-appearance: none;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(20, 50, 0, 0.4);
    border-radius: 50%;
    left: 0px;
    top: 8px;
    transform: unset; }
    .myteamge .radio-grp input[type='radio']:checked {
      border-color: rgba(20, 50, 0, 0.8); }
    .myteamge .radio-grp input[type='radio']:hover {
      border-color: rgba(20, 50, 0, 0.8); }
    .myteamge .radio-grp input[type='radio']:checked:before {
      position: absolute;
      background-color: rgba(20, 50, 0, 0.8);
      border: 0;
      width: 12px;
      height: 12px;
      left: 2px;
      top: 2px; }
  .myteamge .header-icon-call {
    padding: 16px 14px !important; }
  .myteamge .header-icon-notify {
    padding: 4px 5px 12px 5px !important; }
    .myteamge .header-icon-notify i {
      font-size: 34px; }
  .myteamge .badge-notify {
    margin-left: -18px;
    margin-top: -21px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    padding: 3px 4px;
    background: #143200; }
  .myteamge #notification-pop {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    display: none; }
    .myteamge #notification-pop .notification-popup {
      position: absolute;
      right: 47px;
      top: -8px; }
  .myteamge .switch {
    width: 81px;
    height: 40px;
    border-radius: 40px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 2px;
    cursor: pointer; }
    .myteamge .switch:focus .switch-label, .myteamge .switch:hover .switch-label {
      background-color: #EBF8FF;
      border: 1px solid #143200; }
    .myteamge .switch .switch-input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .myteamge .switch.darker .switch-label {
      background-color: rgba(238, 234, 217, 0.4); }
    .myteamge .switch.darker:focus .switch-label, .myteamge .switch.darker:hover .switch-label {
      background-color: #EBF8FF;
      border: 1px solid #143200; }
    .myteamge .switch .switch-label {
      position: relative;
      display: block;
      height: inherit;
      font-size: 14px;
      text-transform: uppercase;
      background: rgba(238, 234, 217, 0.4);
      border-radius: inherit;
      font-family: "Century Gothic", sans-serif;
      border: solid 1px rgba(20, 50, 0, 0.1);
      color: #143200;
      font-weight: normal;
      -webkit-transition: 0.15s ease-out;
      -moz-transition: 0.15s ease-out;
      -o-transition: 0.15s ease-out;
      transition: 0.15s ease-out;
      -webkit-transition-property: opacity background;
      -moz-transition-property: opacity background;
      -o-transition-property: opacity background;
      transition-property: opacity background; }
    .myteamge .switch input[type="checkbox"] {
      margin-top: 0; }
    .myteamge .switch .switch-label:before, .myteamge .switch .switch-label:after {
      position: absolute;
      -webkit-transition: inherit;
      -moz-transition: inherit;
      -o-transition: inherit;
      transition: inherit;
      color: #143200;
      line-height: 3;
      vertical-align: middle;
      width: 28px;
      height: 12px;
      top: -6px;
      font-size: 13px;
      letter-spacing: 0.4px; }
    .myteamge .switch .switch-label:before {
      content: attr(data-off);
      left: 46px;
      top: -2px; }
    .myteamge .switch .switch-label:after {
      content: attr(data-on);
      left: 10px;
      top: -1px; }
    .myteamge .switch .switch-input ~ .switch-label:before {
      opacity: 1; }
    .myteamge .switch .switch-input ~ .switch-label:after {
      opacity: 0; }
    .myteamge .switch .switch-input:checked ~ .switch-label:before {
      opacity: 0; }
    .myteamge .switch .switch-input:checked ~ .switch-label:after {
      opacity: 1;
      color: #ffffff; }
    .myteamge .switch .switch-handle {
      width: 30px;
      height: 30px;
      background-color: #ffffff;
      border: 1px solid rgba(20, 50, 0, 0.2);
      position: absolute;
      top: 7px;
      left: 7px;
      border-radius: 39px;
      -webkit-transition: left 0.3ms;
      -moz-transition: left 0.15s ease-out;
      -o-transition: left 0.15s ease-out;
      transition: left 0.15s ease-out; }
    .myteamge .switch .switch-input:checked ~ .switch-handle {
      left: 43px;
      background-color: #ffffff; }
    .myteamge .switch .switch-input[disabled] ~ .switch-label {
      opacity: 0.5; }
    .myteamge .switch .switch-input[disabled] ~ .switch-handle {
      opacity: 1; }
    .myteamge .switch .switch-input:checked ~ .switch-label {
      background: rgba(20, 50, 0, 0.8); }
    .myteamge .switch .switch-green > .switch-input:checked ~ .switch-label {
      background: #4fb845; }
  .myteamge .modal-bg {
    position: absolute;
    background-color: #444;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.3;
    z-index: 9; }
    .myteamge .modal-bg.zi-9999 {
      z-index: 9999; }
  .myteamge .popup-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 10; }
    .myteamge .popup-wrapper .video-wrpr {
      width: auto;
      max-width: 640px;
      margin: 20px auto; }
      .myteamge .popup-wrapper .video-wrpr .video-title {
        background-color: #ffffff;
        padding-right: 3px; }
    .myteamge .popup-wrapper .popup-content-wrpr header {
      padding-bottom: 20px; }
    .myteamge .popup-wrapper .popup-content-wrpr .form-row {
      position: relative; }
    .myteamge .popup-wrapper .popup-content-wrpr .close-ico {
      position: absolute;
      display: block;
      width: 30px;
      height: 30px;
      right: 10px;
      top: 10px;
      text-align: center;
      font-size: 20px;
      line-height: 30px; }
  .myteamge .time-zone-acst {
    right: 50px;
    top: 8px;
    position: absolute;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: left;
    color: rgba(34, 34, 34, 0.5); }
  .myteamge .flRight {
    float: right; }
  .myteamge .flLeft {
    float: left; }
  .myteamge input.new-smart-checkbox[type="checkbox"] {
    margin-left: -15px;
    position: absolute;
    z-index: -1; }
    .myteamge input.new-smart-checkbox[type="checkbox"]:disabled + .new-smrt-chckbx-wrapr::before {
      background: rgba(20, 50, 0, 0.4);
      opacity: 0.6;
      border: 0;
      user-select: none;
      cursor: not-allowed; }
    .myteamge input.new-smart-checkbox[type="checkbox"]:checked:disabled {
      cursor: not-allowed;
      user-select: none; }
    .myteamge input.new-smart-checkbox[type="checkbox"]:checked + .new-smrt-chckbx-wrapr::before {
      background: rgba(20, 50, 0, 0.8);
      border: 0; }
  .myteamge input.new-smart-checkbox[type="checkbox"]:focus + .new-smrt-chckbx-wrapr:before {
    border: 1px solid #99DBFF;
    box-shadow: 0 0 1px 1px rgba(142, 185, 254, 0.5); }
  .myteamge .new-smrt-chckbx-wrapr {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    min-height: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .myteamge .new-smrt-chckbx-wrapr::before, .myteamge .new-smrt-chckbx-wrapr::after {
      position: absolute;
      content: "";
      display: inline-block; }
    .myteamge .new-smrt-chckbx-wrapr::before {
      height: 16px;
      width: 16px;
      border-radius: 3px;
      border: 2px solid rgba(20, 50, 0, 0.4);
      left: 0px;
      transition: all 0.3s ease;
      top: 2px; }
    .myteamge .new-smrt-chckbx-wrapr:hover::before {
      border-color: #143200; }
    .myteamge .new-smrt-chckbx-wrapr::after {
      height: 5px;
      width: 9px;
      border-left: 2px solid;
      border-bottom: 2px solid;
      color: #ffffff;
      transform: rotate(-45deg);
      left: 3px;
      top: 6px; }
  .myteamge input.new-smart-checkbox[type="checkbox"] + .new-smrt-chckbx-wrapr::after {
    content: none; }
  .myteamge input.new-smart-checkbox[type="checkbox"]:checked + .new-smrt-chckbx-wrapr::after {
    content: ""; }
  .myteamge .login-dw {
    position: absolute;
    width: 340px;
    right: 15px;
    max-width: 100%;
    background-color: #ffffff;
    top: 63px;
    z-index: 10;
    margin-top: 1px;
    border: 1px solid rgba(20, 50, 0, 0.2);
    max-width: 100%;
    border-radius: 3px;
    /*  max-width: 100%; */ }
    .myteamge .login-dw .ico-up-open-big {
      position: relative;
      color: rgba(20, 50, 0, 0.2);
      top: -13px;
      right: -260px;
      width: 12px;
      background-color: #ffffff;
      visibility: hidden; }
    .myteamge .login-dw div.up-arrow-head {
      position: absolute !important;
      width: 0px;
      height: 0px;
      text-indent: -9999px;
      border-right: 10px solid transparent;
      border-bottom: 10px solid white;
      border-left: 10px solid transparent;
      margin-top: -10px;
      right: 27px;
      display: block;
      transform: rotate(360deg); }
  .myteamge #container-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold; }
  .myteamge #link-expired-title {
    font-family: "Century Gothic", sans-serif !important;
    font-weight: normal;
    font-size: 18px; }
  .myteamge #validation-req-title {
    font-family: "Century Gothic", sans-serif !important;
    font-weight: bold;
    font-size: 16px; }
  .myteamge #thank-you {
    font-family: "Century Gothic", sans-serif !important;
    font-weight: bold;
    font-size: 16px; }
  .myteamge #login-portlet {
    color: #143200;
    text-align: left; }
    .myteamge #login-portlet.error {
      border-bottom: 5px solid #ff5252; }
    .myteamge #login-portlet .alert-error {
      margin-bottom: 0px;
      border: none;
      background-color: #FFF6F6;
      color: #ff5252; }
    .myteamge #login-portlet .form fieldset {
      border-width: 0;
      margin-bottom: 0;
      padding: 0; }
    .myteamge #login-portlet .form .button-holder {
      margin-bottom: 20px; }
    .myteamge #login-portlet .navigation {
      background: #eeeeee;
      border-top: 1px solid #bfbfbf;
      padding: 10px; }
    .myteamge #login-portlet .signed-in {
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto; }
    .myteamge #login-portlet button {
      height: 55px;
      width: 100%;
      text-align: center;
      color: #ffffff;
      margin-bottom: 0; }
      .myteamge #login-portlet button#reg-btn {
        background: #143200;
        margin: 27px 0 0 0;
        padding: 15px 32px; }
    .myteamge #login-portlet .remember-me-box {
      display: none;
      margin-bottom: 14px;
      position: relative; }
      .myteamge #login-portlet .remember-me-box input.new-smart-checkbox[type="checkbox"] {
        z-index: -1;
        visibility: visible;
        margin-left: 0;
        position: absolute;
        top: 3px;
        left: 3px; }
        .myteamge #login-portlet .remember-me-box input.new-smart-checkbox[type="checkbox"]:focus + label:before {
          font-weight: bold;
          border: 1px dotted; }
      .myteamge #login-portlet .remember-me-box .new-smrt-chckbx-wrapr + .label-set:after {
        letter-spacing: 0.4px;
        text-align: right;
        color: #143200;
        font-size: 14px;
        content: 'Remember me'; }
    .myteamge #login-portlet #psassword-expired-error {
      font-size: 14px;
      font-family: "Century Gothic", sans-serif;
      color: #cc4c2d;
      margin-top: 4px; }
    .myteamge #login-portlet a#lnkForgottenPassword {
      color: #143200;
      padding-bottom: 0px;
      border-bottom: 1px solid #143200;
      text-decoration: none;
      float: right;
      position: absolute;
      right: 21px;
      line-height: 1.3;
      font-family: "Century Gothic", sans-serif;
      z-index: 1; }
    .myteamge #login-portlet .lfr-alert-container {
      position: relative; }
      .myteamge #login-portlet .lfr-alert-container .alert-danger {
        margin-bottom: 0;
        border: 0;
        background-color: #FFF6F6;
        color: #ff5252;
        padding: 8px 35px 8px 14px; }
        .myteamge #login-portlet .lfr-alert-container .alert-danger button {
          display: none; }
      .myteamge #login-portlet .lfr-alert-container .lead {
        display: none; }
      .myteamge #login-portlet .lfr-alert-container .alert-indicator {
        display: none; }
  .myteamge .toll-login-bg {
    background-color: #E5E5E5;
    color: #bbb; }
  .myteamge .login-inner-wrapper {
    background-color: #ffffff; }
  .myteamge .login-form-wrapper {
    padding: 0 20px;
    overflow: hidden; }
    .myteamge .login-form-wrapper div {
      width: 100%; }
  .myteamge #login-tab-header {
    text-indent: 30px; }
  .myteamge #register-tab-header {
    text-indent: 1.6em; }
  .myteamge .modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 99;
    background-color: rgba(20, 50, 0, 0.6); }
  .myteamge .modal-content-overlay {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    overflow-y: auto; }
  .myteamge .modal-content-overlay#modal-content-overlay-0 {
    z-index: 9999; }
  .myteamge .content-box-wrapper {
    font-family: "Century Gothic", sans-serif;
    display: block;
    margin: 120px auto 0px;
    width: 500px;
    min-height: 100px;
    height: auto;
    max-width: 100%;
    background-color: #ffffff;
    position: relative;
    -webkit-box-shadow: 0px 1px 19px -1px #474447;
    -moz-box-shadow: 0px 1px 19px -1px #474447;
    box-shadow: 0px 1px 19px -1px #474447;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 3px 3px 0px 0px; }
    .myteamge .content-box-wrapper.greenPop {
      background: #ffffff;
      border-bottom: solid 5px #7ed321; }
      .myteamge .content-box-wrapper.greenPop .modal-content {
        background: inherit;
        border: 0;
        border-radius: 0;
        box-shadow: 0 1px 2px 0 rgba(20, 50, 0, 0.2); }
    .myteamge .content-box-wrapper.sharePop {
      width: 600px; }
      .myteamge .content-box-wrapper.sharePop .modal-content {
        border: 0px;
        border-radius: 0px;
        box-shadow: 0 1px 2px 0 rgba(20, 50, 0, 0.2); }
      .myteamge .content-box-wrapper.sharePop #share-form-body, .myteamge .content-box-wrapper.sharePop #watch-form-body {
        padding: 30px; }
        .myteamge .content-box-wrapper.sharePop #share-form-body .ico-wrapper, .myteamge .content-box-wrapper.sharePop #watch-form-body .ico-wrapper {
          width: 100%;
          text-align: left; }
          .myteamge .content-box-wrapper.sharePop #share-form-body .ico-wrapper .ico-share, .myteamge .content-box-wrapper.sharePop #watch-form-body .ico-wrapper .ico-share {
            color: #143200; }
        .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper {
          line-height: 24px;
          width: 100%;
          margin-left: 6px; }
          .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper h3, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper h3 {
            font-weight: bold;
            font-size: 20px;
            line-height: 24px;
            padding: 0; }
          .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area h3, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area h3 {
            font-size: 12px; }
          .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .input-label-grp, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .textarea-label-grp, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .input-label-grp, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .textarea-label-grp {
            margin-bottom: 10px; }
          .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .add-remv-actn, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .add-remv-actn {
            float: right;
            margin-top: -20px;
            width: auto;
            line-height: 100%;
            padding-left: 5px; }
            .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .add-remv-actn span, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .add-remv-actn span {
              float: left;
              width: auto;
              height: 15px;
              font-size: 12px;
              color: #143200;
              text-align: center;
              text-decoration: none; }
              .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .add-remv-actn span span, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .add-remv-actn span span {
                font-size: 10px;
                width: 15px; }
          .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .input-label-grp, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .textarea-label-grp, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .form-group, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .input-label-grp, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .textarea-label-grp, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .form-group {
            margin-bottom: 10px; }
            .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .input-label-grp input[type=text], .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .input-label-grp input[type=email], .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .input-label-grp textarea, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .input-label-grp input.form-control, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .textarea-label-grp input[type=text], .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .textarea-label-grp input[type=email], .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .textarea-label-grp textarea, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .textarea-label-grp input.form-control, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .form-group input[type=text], .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .form-group input[type=email], .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .form-group textarea, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .form-group input.form-control, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .input-label-grp input[type=text], .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .input-label-grp input[type=email], .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .input-label-grp textarea, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .input-label-grp input.form-control, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .textarea-label-grp input[type=text], .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .textarea-label-grp input[type=email], .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .textarea-label-grp textarea, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .textarea-label-grp input.form-control, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .form-group input[type=text], .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .form-group input[type=email], .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .form-group textarea, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .form-group input.form-control {
              height: 45px;
              background-color: rgba(238, 234, 217, 0.4);
              border: 1px solid rgba(20, 50, 0, 0.1) !important;
              border-radius: 3px;
              color: #143200;
              padding: 15px 25px;
              border: 0;
              width: 100%;
              display: block; }
              .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .input-label-grp input[type=text]:focus, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .input-label-grp input[type=email]:focus, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .input-label-grp textarea:focus, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .input-label-grp input.form-control:focus, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .textarea-label-grp input[type=text]:focus, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .textarea-label-grp input[type=email]:focus, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .textarea-label-grp textarea:focus, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .textarea-label-grp input.form-control:focus, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .form-group input[type=text]:focus, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .form-group input[type=email]:focus, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .form-group textarea:focus, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .form-group input.form-control:focus, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .input-label-grp input[type=text]:focus, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .input-label-grp input[type=email]:focus, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .input-label-grp textarea:focus, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .input-label-grp input.form-control:focus, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .textarea-label-grp input[type=text]:focus, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .textarea-label-grp input[type=email]:focus, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .textarea-label-grp textarea:focus, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .textarea-label-grp input.form-control:focus, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .form-group input[type=text]:focus, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .form-group input[type=email]:focus, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .form-group textarea:focus, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .form-group input.form-control:focus {
                border: 0;
                background-color: #EEEAD9;
                border-radius: 3px; }
            .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .input-label-grp textarea, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .textarea-label-grp textarea, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .form-group textarea, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .input-label-grp textarea, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .textarea-label-grp textarea, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .form-group textarea {
              overflow: hidden;
              resize: none;
              word-wrap: break-word;
              height: auto; }
            .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .input-label-grp .error-msg, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .textarea-label-grp .error-msg, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .form-group .error-msg, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .input-label-grp .error-msg, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .textarea-label-grp .error-msg, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .form-group .error-msg {
              display: none; }
            .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .input-label-grp.error input, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .textarea-label-grp.error input, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .form-group.error input, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .input-label-grp.error input, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .textarea-label-grp.error input, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .form-group.error input {
              background-color: #fadfdc;
              border: solid 2px rgba(222, 40, 23, 0.31);
              border-left: solid 3px #de2817; }
            .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .input-label-grp.error .error-msg, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .textarea-label-grp.error .error-msg, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .form-group.error .error-msg, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .input-label-grp.error .error-msg, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .textarea-label-grp.error .error-msg, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .form-group.error .error-msg {
              color: #de2817;
              padding-bottom: 10px;
              display: block;
              -webkit-transition: padding 300ms ease-out;
              -moz-transition: margin 300ms ease-out;
              -o-transition: margin 300ms ease-out; }
            .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .input-label-grp .email-addr, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .textarea-label-grp .email-addr, .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .form-group .email-addr, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .input-label-grp .email-addr, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .textarea-label-grp .email-addr, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .form-group .email-addr {
              padding: 10px 5px 10px 25px;
              margin-bottom: 10px;
              font-size: 14px;
              letter-spacing: .5px;
              height: 40px;
              border-bottom: 1px solid rgba(20, 50, 0, 0.2); }
          .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .max-used-to-em, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .max-used-to-em {
            color: #143200;
            padding-bottom: 2px;
            border-bottom: 2px solid #143200;
            padding: 5px 40px 5px 0;
            position: relative; }
          .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area .smrt-btn-group, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area .smrt-btn-group {
            margin-top: 30px; }
          .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area button.smart-btn, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area button.smart-btn {
            background-color: #143200;
            padding: 20px 40px;
            color: #ffffff; }
            .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area button.smart-btn:disabled, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area button.smart-btn:disabled {
              background-color: #E5E5E5;
              color: #bbb; }
            .myteamge .content-box-wrapper.sharePop #share-form-body .message-wrapper #share-form-area button.smart-btn:first-child, .myteamge .content-box-wrapper.sharePop #watch-form-body .message-wrapper #share-form-area button.smart-btn:first-child {
              margin-right: 10px; }
  .myteamge .close-ico-box {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 22px;
    color: #143200;
    z-index: 1; }
    .myteamge .close-ico-box a.close-modal-ico.ico-close {
      color: #143200;
      margin: 0;
      padding: 0px 0;
      font-size: 22px;
      text-decoration: none; }
      .myteamge .close-ico-box a.close-modal-ico.ico-close:before {
        content: '\e826'; }
  .myteamge .modal-content {
    border-radius: 3px 3px 0px 0px !important;
    box-shadow: 0 1px 1px 0 rgba(20, 50, 0, 0.1), 0 8px 10px 0 rgba(20, 50, 0, 0.2); }
  .myteamge .grn-sccs-bx {
    padding: 10px 10px 20px 10px;
    background-color: #ffffff; }
    .myteamge .grn-sccs-bx .ico-delivered {
      margin-top: 0px;
      color: #7ed321 !important;
      font-size: 48px !important; }
    .myteamge .grn-sccs-bx .left-ico {
      float: left;
      font-size: 40px;
      width: 60px;
      position: relative;
      top: 8px; }
    .myteamge .grn-sccs-bx .right-content {
      display: inline-block;
      width: 90%; }
  .myteamge .sccs-boder-btm {
    border-bottom: 5px solid #63C322; }
  .myteamge .toll-grn-clr {
    color: #63C322; }
  .myteamge .toll-err-clr {
    color: #DF2D1C;
    font-size: 48px;
    position: relative;
    top: -10px;
    margin-right: 8px; }
  .myteamge .cl-success-clr {
    color: #7ED221; }
  .myteamge .ico-wrapper {
    padding: 5px 0;
    font-size: 30px;
    width: 60px;
    text-align: center; }
    .myteamge .ico-wrapper [class^="ico-"]:before, .myteamge .ico-wrapper [class*=" ico-"]:before {
      margin: 0; }
  .myteamge .red-excp-bx {
    padding: 15px 10px;
    background-color: #ffffff;
    border-bottom: 5px solid #DF2D1C; }
  .myteamge .message-wrapper h3 {
    margin: 0;
    padding: 5px 0;
    font-weight: bold; }
  .myteamge .message-wrapper {
    width: 520px;
    width: calc(100% - 60px); }
  .myteamge .star-holder {
    position: relative;
    padding-right: 0;
    font-size: 48px;
    margin-top: 15px;
    color: #7ed321;
    float: left;
    width: auto; }
  .myteamge .custom-star-ok {
    position: absolute;
    left: 32px;
    top: 28px;
    font-size: 16px;
    color: #7ed321 !important; }
  .myteamge .validation-link-notification-title {
    padding: 45px 35px 0 35px;
    margin: 0 0 15px 0;
    line-height: normal; }
  .myteamge .validation-link-notification-title.thank-you {
    margin-bottom: 30px;
    padding-left: 17px;
    width: 75%;
    font-size: 20px;
    float: left;
    padding-top: 35px;
    margin-left: 0; }
  .myteamge .validation-link-notification-msg {
    padding: 0 35px;
    line-height: normal;
    font-size: 16px; }
  .myteamge .validation-link-notification-button, .myteamge button.tollonline-registration {
    background: #143200;
    border: 0;
    padding: 11px 37px;
    margin: 20px 35px 35px 35px;
    color: #ffffff; }
  .myteamge .validation-link-confirmation-msg {
    padding-left: 30px;
    width: 85%;
    float: left;
    padding-top: 35px;
    margin-bottom: 30px;
    margin-left: 0; }
  .myteamge a.contact-us-link {
    text-decoration: underline !important; }
  .myteamge .error-code-label {
    display: block;
    color: #143200;
    font-size: 12px; }
  .myteamge .error-code-val {
    font-size: 15px;
    color: #143200; }
  .myteamge .contact-email {
    color: #143200; }
  .myteamge .input-label-grp, .myteamge .textarea-label-grp {
    position: relative;
    min-height: 64px;
    margin: 0px; }
  .myteamge .toll-modal-form-box {
    padding: 20px 10px;
    border-bottom: 5px solid #143200; }
  .myteamge .add-adr-content, .myteamge .edit-adr-content {
    position: relative;
    background-color: #ffffff;
    padding: 30px 35px;
    margin: 10px auto;
    border-radius: 3px; }
  .myteamge .edit-adr-content {
    max-width: 100%;
    width: 700px; }
    .myteamge .edit-adr-content h2 {
      margin-top: 10px; }
  .myteamge #add-addr-aut-step1 {
    max-width: 100%;
    width: 510px; }
    .myteamge #add-addr-aut-step1 h2 {
      margin-top: 10px;
      font-weight: normal; }
  .myteamge #add-addr-step2, .myteamge #add-addr-manual-step1 {
    max-width: 100%;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(20, 50, 0, 0.1), 0 3px 6px 0 rgba(20, 50, 0, 0.2); }
  .myteamge #add-add-form .add-manually {
    margin-left: 5px;
    text-decoration: underline; }
  .myteamge .add-adr-content .close-ico {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #143200; }
  .myteamge .add-adr-content header h2 {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.2;
    margin-bottom: 30px; }
  .myteamge .add-adr-content header label {
    margin-bottom: 15px; }
  .myteamge .add-adr-content .tabs-nav {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(20, 50, 0, 0.2); }
    .myteamge .add-adr-content .tabs-nav li {
      margin-bottom: -1px; }
      .myteamge .add-adr-content .tabs-nav li a {
        padding-bottom: 0;
        border-bottom: 1px solid transparent;
        margin: 0; }
        .myteamge .add-adr-content .tabs-nav li a span {
          font-weight: bold;
          padding-bottom: 10px; }
      .myteamge .add-adr-content .tabs-nav li.active a {
        border: 1px solid rgba(20, 50, 0, 0.2);
        border-bottom: #ffffff;
        border-radius: 6px 6px 0 0; }
        .myteamge .add-adr-content .tabs-nav li.active a span {
          border-bottom: 5px solid #C0B1EB; }
  .myteamge .add-adr-content .set-as-switch label {
    margin-top: 25px; }
  .myteamge .add-adr-content .set-as-switch .input-label-grp {
    display: inline-block;
    width: auto;
    min-height: 0; }
    .myteamge .add-adr-content .set-as-switch .input-label-grp label {
      margin-top: -10px; }
  .myteamge .add-adr-content .emailAddresses > div, .myteamge .add-adr-content .mobileNumbers > div {
    clear: both;
    padding-left: 0; }
  .myteamge .add-adr-content .emailAddresses .email-notify, .myteamge .add-adr-content .emailAddresses .mobile-notify, .myteamge .add-adr-content .mobileNumbers .email-notify, .myteamge .add-adr-content .mobileNumbers .mobile-notify {
    display: inline-block;
    padding: 8px 10px 10px;
    border: 1px solid rgba(20, 50, 0, 0.1);
    background-color: rgba(238, 234, 217, 0.4);
    font-size: 16px;
    margin-right: 20px;
    border-radius: 3px; }
    .myteamge .add-adr-content .emailAddresses .email-notify .new-smrt-chckbx-wrapr, .myteamge .add-adr-content .emailAddresses .mobile-notify .new-smrt-chckbx-wrapr, .myteamge .add-adr-content .mobileNumbers .email-notify .new-smrt-chckbx-wrapr, .myteamge .add-adr-content .mobileNumbers .mobile-notify .new-smrt-chckbx-wrapr {
      margin-left: -5px; }
    .myteamge .add-adr-content .emailAddresses .email-notify label, .myteamge .add-adr-content .emailAddresses .mobile-notify label, .myteamge .add-adr-content .mobileNumbers .email-notify label, .myteamge .add-adr-content .mobileNumbers .mobile-notify label {
      font-size: 14px;
      margin-bottom: 0;
      top: 4px;
      position: relative;
      font-weight: normal; }
    .myteamge .add-adr-content .emailAddresses .email-notify .ico-cancelled, .myteamge .add-adr-content .emailAddresses .mobile-notify .ico-cancelled, .myteamge .add-adr-content .mobileNumbers .email-notify .ico-cancelled, .myteamge .add-adr-content .mobileNumbers .mobile-notify .ico-cancelled {
      margin-left: 10px;
      color: #92989d; }
  .myteamge .add-adr-content #add-addr-settings > div {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(20, 50, 0, 0.5); }
    .myteamge .add-adr-content #add-addr-settings > div.acc-settings > label {
      font-size: 16px;
      font-weight: bold; }
    .myteamge .add-adr-content #add-addr-settings > div .carr-acc-mapping-template {
      border: 1px solid rgba(20, 50, 0, 0.2);
      display: flex;
      margin: 15px 0;
      padding: 15px 0 0;
      width: 100%; }
      .myteamge .add-adr-content #add-addr-settings > div .carr-acc-mapping-template .select-label-grp.disabled {
        pointer-events: none; }
      .myteamge .add-adr-content #add-addr-settings > div .carr-acc-mapping-template .action-items {
        padding: 30px 20px 0 10px; }
        .myteamge .add-adr-content #add-addr-settings > div .carr-acc-mapping-template .action-items i {
          cusror: pointer;
          font-size: 20px; }
        .myteamge .add-adr-content #add-addr-settings > div .carr-acc-mapping-template .action-items .edit-link {
          float: right;
          padding: 0 10px; }
        .myteamge .add-adr-content #add-addr-settings > div .carr-acc-mapping-template .action-items .delete-map {
          float: right;
          cursor: pointer; }
    .myteamge .add-adr-content #add-addr-settings > div .add-more-map {
      width: 225px;
      padding: 5px 12px;
      box-shadow: inset 0 0 0 2px #143200;
      color: #143200;
      border-radius: 6px;
      font-weight: bold;
      cursor: pointer;
      line-height: 30px; }
      .myteamge .add-adr-content #add-addr-settings > div .add-more-map:hover {
        box-shadow: inset 0 0 0 2px #143200;
        background-color: rgba(20, 50, 0, 0.2); }
      .myteamge .add-adr-content #add-addr-settings > div .add-more-map span.ico-plus {
        font-size: 20px;
        margin: 0px 5px 0 10px;
        position: relative;
        top: 1px !important; }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-popup-wrap {
    position: relative;
    width: 1270px;
    margin: 10px auto;
    max-width: 100%; }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-popup-wrap .address-notification-popup-main {
    float: left;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 20px;
    position: relative; }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-popup-wrap .address-notification-popup-main .address-notification-popup-close {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 30px; }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-popup-wrap .address-notification-popup-main section.address-notification-section {
    float: left;
    width: 100%; }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-popup-wrap .address-notification-popup-main section.address-notification-section .services-setting-list-wrap {
    overflow: auto;
    float: left;
    width: 100%; }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-popup-wrap .address-notification-popup-main section.address-notification-section .services-setting-list {
    display: table;
    width: 100%;
    min-width: 1000px; }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-popup-wrap .address-notification-popup-main section.address-notification-section .services-setting-list .services-setting-ind {
    display: table-row; }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-popup-wrap .address-notification-popup-main section.address-notification-section .services-setting-list .service-setting-title {
    background: rgba(20, 50, 0, 0.2); }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-popup-wrap .address-notification-popup-main section.address-notification-section .services-setting-list .services-setting-col {
    display: table-cell;
    text-align: center;
    padding: 10px 15px;
    min-height: 50px;
    border-right: 1px solid #ffffff; }
  .myteamge .add-adr-content #add-addr-notification > section .services-setting-col.services-setting-bu, .myteamge .add-adr-content #add-addr-notification > section .services-setting-col.services-setting-value {
    border-bottom: 1px solid rgba(20, 50, 0, 0.2);
    border-right: 0px !important; }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-popup-wrap .address-notification-popup-main section.address-notification-section .services-setting-list .services-setting-col h3 {
    color: #143200;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    word-wrap: break-word;
    text-align: left; }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-popup-wrap .address-notification-popup-main section.address-notification-section .services-setting-list .services-setting-col p {
    font-size: 13px; }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-popup-wrap .address-notification-popup-main section.address-notification-section .services-setting-list .services-setting-col.services-setting-bu {
    text-align: left; }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-popup-wrap .address-notification-popup-main section.address-notification-section .services-setting-list .services-setting-col.services-setting-bu p {
    color: #143200;
    font-size: 12px;
    text-transform: uppercase; }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-popup-wrap .address-notification-popup-main section.address-notification-section .services-setting-list .services-setting-col.services-setting-value p input[type="checkbox"] {
    display: inline-block; }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-box .address-notification-popup-wrap .address-notification-popup-main section.address-notification-section .services-setting-list .services-setting-col.services-setting-value {
    text-align: center;
    padding-left: 90px; }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-popup-wrap .address-notification-popup-main section.address-notification-section .services-setting-list .services-setting-col.services-setting-value p i.fn-history-icon {
    display: inline-block;
    cursor: pointer;
    margin-left: 7px; }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-popup-wrap .address-notification-popup-main section.address-notification-section .services-setting-list .services-setting-col:last-child {
    border-right: 0; }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-popup-wrap .no-records-wrap {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px; }
  .myteamge .add-adr-content #add-addr-notification > section .address-notification-popup-wrap .no-records-wrap h3 {
    font-size: 18px;
    line-height: 24px;
    color: #143200; }

i.ico-myteamge-logo {
  color: #CBFF55; }

.tollModalBox, .notifModalBox, .rgtNavOvly {
  position: absolute;
  top: 74px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #999;
  opacity: 0.3;
  z-index: 2; }

/* Radio button group*/
.radio-grp label.radio-inline {
  height: 35px;
  font-size: 14px;
  line-height: 3;
  letter-spacing: 0.4px;
  text-align: left;
  color: #143200;
  display: table;
  width: auto;
  min-width: 80px;
  padding-left: 45px; }

.radio-grp input[type="radio"] {
  margin-left: 2px;
  border: 7px solid #d3d3d3;
  border-radius: 50%;
  width: 34.2px;
  height: 33.9px;
  position: absolute;
  left: 0px; }

.radio-grp input[type='radio']:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.radio-grp input[type='radio']:checked:before {
  background-color: rgba(20, 50, 0, 0.8); }

/*
	Time out notification popup over ride
*/
.lfr-notification-container {
  max-height: 100%;
  overflow: auto;
  position: absolute;
  max-width: 100%;
  top: 55px;
  padding: 0px;
  left: 0px;
  width: 100%;
  z-index: 99; }
  .lfr-notification-container .alert-dismissable, .lfr-notification-container .alert {
    padding: 0; }
  .lfr-notification-container h2.timeout-heading {
    font-size: 22px;
    margin-top: 15px; }
    .lfr-notification-container h2.timeout-heading .ico-alert {
      font-size: 47px;
      position: absolute;
      top: 5px;
      color: #ffa200;
      background-color: transparent; }
      .lfr-notification-container h2.timeout-heading .ico-alert:before {
        content: '\e856';
        top: 5px;
        left: 3px;
        position: absolute;
        color: #ffa200; }
      .lfr-notification-container h2.timeout-heading .ico-alert.inner {
        top: 5px;
        font-size: 40px;
        left: 3px;
        color: #ffffff;
        background-color: transparent; }
        .lfr-notification-container h2.timeout-heading .ico-alert.inner:after {
          font-family: "Century Gothic", sans-serif;
          content: '!';
          font-weight: normal;
          position: absolute;
          top: 10px;
          font-style: normal;
          margin-left: 19px;
          font-size: 30px;
          color: #F4F4F4; }
    .lfr-notification-container h2.timeout-heading strong {
      padding-left: 60px; }
    .lfr-notification-container h2.timeout-heading span.countdown-timer {
      color: #ffa200; }
  .lfr-notification-container button.close {
    display: none; }
  .lfr-notification-container .lead {
    display: none; }

.timeout-msg-wrpr {
  position: relative;
  padding-right: 200px;
  padding: 0 5% 15px 10%;
  background-color: #fff0d1;
  color: #143200;
  margin-bottom: 0;
  border-bottom: 4px solid #ffb31a; }
  .timeout-msg-wrpr .sub-msg {
    padding-left: 60px; }

.profile-error {
  position: relative;
  padding-right: 200px;
  background-color: #fff0d1;
  color: #143200;
  text-align: left;
  padding-left: 40px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  z-index: 1;
  border-bottom: 4px solid #ffb31a; }
  .profile-error .sub-msg {
    padding-left: 60px; }

.browser-error {
  position: relative;
  background-color: #fff0d1;
  color: #143200;
  text-align: left;
  padding-bottom: 13px;
  margin-bottom: 0px;
  margin-top: -5px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  z-index: 1;
  border-bottom: 4px solid #ffb31a; }

.profile-error .timeout-heading, .browser-error .browser-heading {
  margin-top: 10px; }

.profile-error .timeout-heading .mob-block .ico-account-mobile, .browser-error .browser-heading .war-block .ico-warningcircle,
.browser-error .browser-heading .ico-external-link-1 {
  font-size: 21px; }

.error-outage-slider {
  float: left;
  width: 100%; }

.profile-error .ico-alert {
  color: #ffa200;
  font-size: 20px; }

.profile-incomplete-header {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal; }

.extend-session-btn-wrpr {
  display: table;
  width: 220px;
  position: absolute;
  right: 110px;
  top: 20px; }

a.alert-link.btn-link {
  color: #ffffff;
  background-color: #ffa200;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: normal;
  padding: 15px 40px; }

.popup-content-wrapper {
  position: fixed;
  z-index: 1000;
  overflow-y: auto;
  background-color: #ffffff;
  max-width: 90%; }

.popup-content {
  padding: 7px 15px; }

.pop-header {
  background-color: #143200;
  padding: 12px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  position: relative; }

/*css for Session timeout model window - start*/
.toll-sessiontimeout-block {
  background-color: #ffffff;
  border-bottom: 4px solid #DF2D1C;
  padding: 20px 20px 33px 90px;
  font-size: 14px;
  color: #143200;
  position: relative; }
  .toll-sessiontimeout-block .close-my-outage {
    position: absolute;
    margin: 0px !important;
    top: 20px;
    color: #143200;
    opacity: 1;
    font-size: 23px;
    cursor: pointer;
    right: 24px;
    width: auto;
    height: auto;
    z-index: 1; }
  .toll-sessiontimeout-block .icon-block {
    position: absolute;
    left: 20px;
    top: 15px; }
    .toll-sessiontimeout-block .icon-block .ico-exception {
      font-size: 48px;
      position: absolute;
      top: 0px;
      color: #DF2D1C;
      background-color: transparent; }
      .toll-sessiontimeout-block .icon-block .ico-exception.inner {
        top: 7px;
        font-size: 40px;
        left: 5px;
        color: #ffffff;
        background-color: transparent; }
        .toll-sessiontimeout-block .icon-block .ico-exception.inner:after {
          font-family: "Century Gothic", sans-serif;
          content: '!';
          font-weight: normal;
          position: absolute;
          top: 20px;
          font-style: normal;
          margin-left: 19px;
          font-size: 30px;
          color: #DF2D1C; }
    .toll-sessiontimeout-block .icon-block .ico-circle-warning {
      font-size: 48px;
      position: absolute;
      top: 0px;
      color: #ffb31a;
      background-color: transparent; }
      .toll-sessiontimeout-block .icon-block .ico-circle-warning.inner {
        top: 7px;
        font-size: 40px;
        left: 5px;
        color: #ffffff;
        background-color: transparent; }
        .toll-sessiontimeout-block .icon-block .ico-circle-warning.inner:after {
          font-family: "Century Gothic", sans-serif;
          content: '!';
          font-weight: normal;
          position: absolute;
          top: 20px;
          font-style: normal;
          margin-left: 19px;
          font-size: 30px;
          color: #ffb31a; }
  .toll-sessiontimeout-block .exception-details {
    clear: both;
    padding: 2px; }
  .toll-sessiontimeout-block h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #143200;
    line-height: 16px; }
  .toll-sessiontimeout-block .error-detail {
    color: #143200;
    padding-bottom: 10px;
    font-size: 16px; }
  .toll-sessiontimeout-block .button-okay {
    padding-top: 15px; }
    .toll-sessiontimeout-block .button-okay .smart-btn {
      line-height: 15px;
      padding: 15px 42px;
      border: 0;
      text-align: center;
      letter-spacing: 1px;
      text-decoration: none;
      position: relative;
      text-transform: capitalize;
      -webkit-appearance: none;
      background-color: #143200;
      color: #ffffff;
      border-radius: 6px;
      font-weight: bold;
      font-size: 16px;
      box-shadow: inset 0 0 0 1px #143200; }
    .toll-sessiontimeout-block .button-okay .smart-btn:hover {
      box-shadow: inset 0 0 0 2px #143200;
      background-color: rgba(20, 50, 0, 0.8); }

.toll-sessiontimeout-block.wub-block {
  border-bottom: 4px solid #ffb31a; }

/*css for Session timeout model window - END */
.myteamge .grid-view-form-wrpr {
  -webkit-box-shadow: 0px 16px 20px -11px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 16px 20px -11px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5px 1px 0 rgba(20, 50, 0, 0.1), 0 1px 2px 0 rgba(20, 50, 0, 0.2);
  max-width: 100%;
  overflow-x: auto;
  height: auto;
  overflow-y: hidden;
  padding-bottom: 30px;
  border-radius: 3px; }
  .myteamge .grid-view-form-wrpr .grid-table {
    margin-bottom: 0;
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    table-layout: fixed;
    box-sizing: initial; }
    .myteamge .grid-view-form-wrpr .grid-table thead {
      border-radius: 4px 4px 0 0;
      background-color: #143200;
      color: #ffffff; }
      .myteamge .grid-view-form-wrpr .grid-table thead th {
        vertical-align: top;
        border: 1px solid #ffffff;
        font-size: 12px;
        padding: 1px 4px;
        text-align: left;
        padding-top: 10px; }
      .myteamge .grid-view-form-wrpr .grid-table thead th.large-col {
        width: 230px; }
      .myteamge .grid-view-form-wrpr .grid-table thead th.medium-col {
        width: 200px; }
      .myteamge .grid-view-form-wrpr .grid-table thead th.mid-small-col {
        width: 130px; }
      .myteamge .grid-view-form-wrpr .grid-table thead th.small-col {
        width: 90px; }
      .myteamge .grid-view-form-wrpr .grid-table thead th.vsmall-col {
        width: 30px; }
    .myteamge .grid-view-form-wrpr .grid-table tbody td {
      padding: 1px !important;
      font-size: 12px; }
      .myteamge .grid-view-form-wrpr .grid-table tbody td .input-label-grp, .myteamge .grid-view-form-wrpr .grid-table tbody td .select-label-grp {
        /* margin: 2px 0; */
        padding: 0;
        min-height: 40px; }
        .myteamge .grid-view-form-wrpr .grid-table tbody td .input-label-grp input[type=text],
        .myteamge .grid-view-form-wrpr .grid-table tbody td .input-label-grp input[type=password],
        .myteamge .grid-view-form-wrpr .grid-table tbody td .input-label-grp input[type=number],
        .myteamge .grid-view-form-wrpr .grid-table tbody td .input-label-grp input[type=tel],
        .myteamge .grid-view-form-wrpr .grid-table tbody td .input-label-grp input[type=email], .myteamge .grid-view-form-wrpr .grid-table tbody td .select-label-grp input[type=text],
        .myteamge .grid-view-form-wrpr .grid-table tbody td .select-label-grp input[type=password],
        .myteamge .grid-view-form-wrpr .grid-table tbody td .select-label-grp input[type=number],
        .myteamge .grid-view-form-wrpr .grid-table tbody td .select-label-grp input[type=tel],
        .myteamge .grid-view-form-wrpr .grid-table tbody td .select-label-grp input[type=email] {
          background-color: #ffffff;
          padding: 8px 2px;
          border: 1px solid #ffffff;
          font-size: 12px;
          line-height: 15px;
          height: 40px;
          display: block;
          width: 100%; }
          .myteamge .grid-view-form-wrpr .grid-table tbody td .input-label-grp input[type=text]:focus,
          .myteamge .grid-view-form-wrpr .grid-table tbody td .input-label-grp input[type=password]:focus,
          .myteamge .grid-view-form-wrpr .grid-table tbody td .input-label-grp input[type=number]:focus,
          .myteamge .grid-view-form-wrpr .grid-table tbody td .input-label-grp input[type=tel]:focus,
          .myteamge .grid-view-form-wrpr .grid-table tbody td .input-label-grp input[type=email]:focus, .myteamge .grid-view-form-wrpr .grid-table tbody td .select-label-grp input[type=text]:focus,
          .myteamge .grid-view-form-wrpr .grid-table tbody td .select-label-grp input[type=password]:focus,
          .myteamge .grid-view-form-wrpr .grid-table tbody td .select-label-grp input[type=number]:focus,
          .myteamge .grid-view-form-wrpr .grid-table tbody td .select-label-grp input[type=tel]:focus,
          .myteamge .grid-view-form-wrpr .grid-table tbody td .select-label-grp input[type=email]:focus {
            border: 1px solid #99DBFF; }
      .myteamge .grid-view-form-wrpr .grid-table tbody td .input-label-grp.radio-grp1 {
        display: block;
        min-height: auto; }
      .myteamge .grid-view-form-wrpr .grid-table tbody td .select-label-grp .current-selected {
        height: 40px; }
      .myteamge .grid-view-form-wrpr .grid-table tbody td .radio-inline input[type="radio"] {
        margin-left: 0;
        left: 2px;
        top: 0; }
      .myteamge .grid-view-form-wrpr .grid-table tbody td .custom-dropdown {
        max-height: 40px;
        height: 40px; }
        .myteamge .grid-view-form-wrpr .grid-table tbody td .custom-dropdown .label-wrapper {
          background-color: #ffffff;
          position: relative;
          padding-right: 0;
          border: 0; }
          .myteamge .grid-view-form-wrpr .grid-table tbody td .custom-dropdown .label-wrapper .toggler {
            display: none; }
          .myteamge .grid-view-form-wrpr .grid-table tbody td .custom-dropdown .label-wrapper .current-selected {
            height: 40px;
            padding: 8px 20px 8px 2px;
            font-size: 12px;
            font-weight: normal;
            line-height: 15px;
            line-height: 100%;
            letter-spacing: 0.4px;
            color: #143200;
            cursor: default;
            text-align: left; }
            .myteamge .grid-view-form-wrpr .grid-table tbody td .custom-dropdown .label-wrapper .current-selected:focus {
              border: 1px solid transparent; }
        .myteamge .grid-view-form-wrpr .grid-table tbody td .custom-dropdown .dropdown-list {
          max-width: inherit;
          min-width: 120px;
          width: inherit;
          font-size: 11px;
          z-index: 1; }
          .myteamge .grid-view-form-wrpr .grid-table tbody td .custom-dropdown .dropdown-listli {
            padding: 6px 10px; }
        .myteamge .grid-view-form-wrpr .grid-table tbody td .custom-dropdown.error .current-selected {
          border: 1px solid #e20303; }
      .myteamge .grid-view-form-wrpr .grid-table tbody td .predict-dropdown {
        max-width: inherit;
        min-width: 120px;
        width: inherit;
        font-size: 11px;
        z-index: 1; }
        .myteamge .grid-view-form-wrpr .grid-table tbody td .predict-dropdownli {
          padding: 6px 10px; }
      .myteamge .grid-view-form-wrpr .grid-table tbody td .input-label-grp.inline-input input[type=text] {
        display: inline;
        width: 33.3%;
        text-align: center; }
      .myteamge .grid-view-form-wrpr .grid-table tbody td .input-label-grp, .myteamge .grid-view-form-wrpr .grid-table tbody td .select-label-grp {
        margin-bottom: 0px !important; }
      .myteamge .grid-view-form-wrpr .grid-table tbody td div.pad-template {
        padding-top: 4px; }
        .myteamge .grid-view-form-wrpr .grid-table tbody td div.pad-template .ico-delete {
          font-size: 10px; }
    .myteamge .grid-view-form-wrpr .grid-table tbody td.disabled-cell {
      background-color: rgba(20, 50, 0, 0.1); }
    .myteamge .grid-view-form-wrpr .grid-table tbody td.large-col {
      width: 230px; }
    .myteamge .grid-view-form-wrpr .grid-table tbody td.medium-col {
      width: 200px; }
    .myteamge .grid-view-form-wrpr .grid-table tbody td.small-col {
      width: 90px; }
    .myteamge .grid-view-form-wrpr .grid-table tbody th.mid-small-col {
      width: 130px; }
    .myteamge .grid-view-form-wrpr .grid-table tbody td.vsmall-col {
      width: 50px; }
  .myteamge .grid-view-form-wrpr span.error-msg {
    background: #d82900;
    position: absolute;
    color: #ffffff;
    white-space: nowrap;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 11px;
    z-index: 1; }
    .myteamge .grid-view-form-wrpr span.error-msg:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 8px solid #d82900;
      left: 7px;
      top: -4px; }
  .myteamge .grid-view-form-wrpr .gv-tools-list {
    position: absolute;
    right: 50px;
    width: 166px;
    height: auto;
    background-color: #f6f6f6;
    box-shadow: 0px 3px 8.1px 0.9px rgba(0, 0, 0, 0.18);
    z-index: 1; }
    .myteamge .grid-view-form-wrpr .gv-tools-list a {
      display: block;
      width: 100%;
      cursor: pointer;
      padding: 10px 10px;
      font-style: initial; }
      .myteamge .grid-view-form-wrpr .gv-tools-list a i {
        margin-right: 3px; }
      .myteamge .grid-view-form-wrpr .gv-tools-list a:nth-child(1):after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 10px solid #f6f6f6;
        right: -10px;
        top: 4px; }
      .myteamge .grid-view-form-wrpr .gv-tools-list a:nth-child(1):hover:after {
        border-left-color: #143200; }
      .myteamge .grid-view-form-wrpr .gv-tools-list a:hover {
        background-color: #143200;
        color: #ffffff; }

@media (max-width: 480px) {
  .myteamge .container {
    padding-right: 5px;
    padding-left: 5px; }
  .myteamge .input-label-grp textarea {
    height: 80px;
    max-height: 200px; }
  .myteamge .input-label-grp.small-input input[type=text] {
    padding: 18px 25px 18px 10px; }
  .myteamge .input-label-grp.small-input .unit {
    right: 6px; } }

@media (max-width: 1023px) {
  .myteamge .content-box-wrapper {
    left: 0%;
    display: block;
    margin: 70px auto;
    margin-right: auto; }
  .myteamge .message-wrapper {
    width: 100%;
    padding-left: 15px; } }

@media (max-width: 767px) {
  .mob-only {
    display: block !important; }
  .myteamge {
    min-height: 500px; }
    .myteamge .no-pdng-rgt-mob {
      padding-right: 0; }
    .myteamge .hide-in-mob {
      display: none; }
    .myteamge .w-50pc {
      width: 100%; }
    .myteamge .page-body,
    .myteamge .header-bar {
      width: 100%;
      margin: 0;
      position: initial; }
    .myteamge .page-header {
      /* #nav-opner:hover+.mega-menu-wrpr{
				display: block;
			} */ }
      .myteamge .page-header #myteamge-logo {
        width: calc(50% - 110px);
        position: absolute;
        margin: 0 auto; }
      .myteamge .page-header #header-right-ctrls {
        width: 85px; }
        .myteamge .page-header #header-right-ctrls > a {
          padding: 13px 14px;
          font-size: 24px; }
          .myteamge .page-header #header-right-ctrls > a:nth-child(even) {
            margin-left: 1px; }
          .myteamge .page-header #header-right-ctrls > a .user-icon {
            display: block; }
          .myteamge .page-header #header-right-ctrls > a .user-name {
            display: none; }
        .myteamge .page-header #header-right-ctrls .mob-acnt-ico {
          display: block;
          font-size: 20px; }
          .myteamge .page-header #header-right-ctrls .mob-acnt-ico .ico-account-mobile-2:before {
            margin-left: -15px;
            margin-top: -10px; }
        .myteamge .page-header #header-right-ctrls ul li .ico-contact {
          display: none; }
        .myteamge .page-header #header-right-ctrls .hide-in-mob.u-name {
          display: none; }
      .myteamge .page-header #main-nav {
        /*Main menu css*/
        min-width: 280px;
        width: calc(100% - 50px);
        max-width: 400px;
        top: 50px;
        bottom: 0px;
        -webkit-box-shadow: 19px -2px 31px -18px rgba(0, 0, 0, 0.57);
        -moz-box-shadow: 19px -2px 31px -18px rgba(0, 0, 0, 0.57);
        box-shadow: 19px -2px 31px -18px rgba(0, 0, 0, 0.57); }
        .myteamge .page-header #main-nav #nav-dropdown .dropdown-menu > li > a .acnd-toggler {
          display: block;
          position: absolute;
          font-size: 14px;
          right: 20px;
          top: 18px; }
      .myteamge .page-header #main-nav.open {
        display: block; }
    .myteamge button,
    .myteamge .btn-link {
      display: block;
      margin-bottom: 30px;
      text-align: center;
      width: 100%; }
    .myteamge .input-label-grp {
      display: block;
      margin-bottom: 12px; }
      .myteamge .input-label-grp.small-input {
        width: 31.4%; }
    .myteamge .select-label-grp {
      margin-bottom: 12px; }
    .myteamge .custom-dropdown.searchable-dropdown .dropdown-list {
      width: 100%; }
    .myteamge .page-footer {
      height: auto; }
      .myteamge .page-footer .copyright-block {
        padding-bottom: 20px; }
      .myteamge .page-footer .footer-links {
        text-align: left; }
    .myteamge .content-box-wrapper {
      top: 0;
      margin-top: 55px; }
    .myteamge .close-ico-box {
      top: 10px;
      right: 10px; }
    .myteamge .validation-link-notification-button {
      margin: 20px auto 35px auto; } }

@media (min-width: 768px) and (max-width: 991px) {
  .ipad-clear-left {
    clear: left; }
  .tab-line-breaker {
    display: table; }
  .page-header {
    background-color: #ffffff; }
    .page-header #nav-opner {
      width: 92px !important;
      font-size: 22px !important; } }

@media (max-width: 991px) {
  .myteamge .tab-line-breaker {
    display: table; }
  .myteamge #nav-dropdown .dropdown-menu > li > a .acnd-toggler {
    display: block;
    position: absolute;
    font-size: 14px;
    right: 20px;
    top: 18px; }
  .myteamge #header-right-ctrls > a.active {
    background-color: #143200; } }

@media (min-width: 768px) {
  .myteamge {
    position: relative;
    min-height: 768px; }
    .myteamge .header-bar, .myteamge .page-body {
      width: 98%;
      position: relative;
      padding: 0 15px; }
    .myteamge .header-bar {
      height: 74px; }
    .myteamge .page-header #nav-opner.active {
      background-color: #EEEAD9; }
    .myteamge .page-header #main-nav.open {
      display: block; }
    .myteamge .page-header #main-nav {
      /*Main menu css*/ }
    .myteamge .page-body {
      padding-bottom: 70px; }
    .myteamge #page-footer {
      position: relative;
      bottom: 0px;
      width: 100%;
      padding: 43px 40px 0 40px; }
    .myteamge .mob-only {
      display: none !important; } }

@media (min-width: 992px) {
  .myteamge {
    min-height: 768px;
    position: relative;
    /*display: block;
		width: 100%;*/ }
    .myteamge .page-header #nav-opner:hover,
    .myteamge .page-header #nav-opner.active {
      background-color: #143200;
      color: #EEEAD9;
      height: 59px;
      position: absolute;
      border-radius: 6px 6px 0px 0px;
      box-shadow: inset 0 0 0 2px #EEEAD9;
      border-color: transparent; }
    .myteamge .page-header #nav-opner:hover + .mega-menu-wrpr, .myteamge .page-header .mega-menu-wrpr:hover {
      display: block; }
    .myteamge .page-header #myteamge-logo {
      margin-left: 40%; }
    .myteamge .page-header #header-right-ctrls {
      float: right;
      width: auto; }
      .myteamge .page-header #header-right-ctrls > a:hover {
        background-color: #143200; }
    .myteamge .page-body {
      padding-bottom: 70px; }
    .myteamge .page-footer {
      position: absolute;
      bottom: 0px;
      width: 100%; } }

.myteamge .myteamge-tip {
  color: #143200;
  float: right;
  cursor: pointer; }
  .myteamge .myteamge-tip:focus, .myteamge .myteamge-tip:hover {
    color: #143200; }

/*
	Tooltip - Popover css
*/
.myteamge .myteamge-tip {
  color: #143200;
  float: right;
  cursor: pointer; }

.myteamge .myteamge-public {
  font-style: normal; }
  .myteamge .myteamge-public span {
    padding-left: 0.5em; }
    .myteamge .myteamge-public span.duo-group {
      padding-right: 0.5em; }
  .myteamge .myteamge-public.grid-header {
    color: white; }

.popover .popover-content a i.ico-not-found {
  padding-right: 5px;
  font-size: 16px; }

.popover .popover-body a i.ico-not-found {
  padding-right: 5px; }

.popover .popover-body h3, .popover .popover-content h3 {
  font-size: 16px;
  font-family: "Century Gothic", sans-serif;
  margin-top: 0px;
  font-weight: bold; }

.popover .popover-content h3, .popover .popover-content p {
  padding: 0 !important;
  margin-bottom: 10px !important; }

.popover {
  font-family: "Century Gothic", sans-serif;
  background-color: #143200;
  border-color: #143200;
  width: 100%;
  min-width: 400px;
  box-shadow: 0 1px 1px 0 rgba(20, 50, 0, 0.1), 0 8px 10px 0 rgba(20, 50, 0, 0.2); }
  .popover .close {
    float: right;
    font-size: 16px;
    color: #ffffff;
    opacity: 1;
    font-weight: 100;
    text-shadow: none;
    top: -5px;
    position: relative;
    right: -7px; }
  .popover a {
    color: #ffffff; }

.popover.bs-popover-right.show {
  opacity: 1; }

.popover.bs-popover-right > .arrow:after {
  border-right-color: #143200; }

.popover.bs-popover-left > .arrow:after {
  border-left-color: #143200; }

.popover.bs-popover-top > .arrow:after {
  border-top-color: #143200; }

.popover.bs-popover-bottom > .arrow:after {
  border-bottom-color: #143200; }

.popover.right > .arrow {
  height: 1rem;
  left: calc( -0.5rem - 1px);
  margin: 0.3rem 0;
  width: 0.5rem;
  margin-top: -8px; }

.popover.right {
  margin-left: 7px;
  border-radius: 6px;
  background-color: #143200; }

.popover.left {
  margin-left: -7px;
  border-radius: 6px;
  background-color: #143200; }

.popover.left > .arrow {
  right: calc( -0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
  margin-top: -8px; }

.popover.top > .arrow {
  margin-left: -7px;
  bottom: calc( -0.5rem - 1px); }

.popover.top {
  margin-top: -7px;
  border-radius: 6px;
  background-color: #143200; }

.popover.bottom {
  border-radius: 6px;
  background-color: #143200;
  margin-top: 0.5rem; }

.popover.bottom > .arrow {
  top: calc( -0.5rem - 1px); }

.popover.right > .arrow:after, .popover.right > .arrow:before {
  border-right-color: #143200;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 0; }

.popover.top > .arrow:before, .popover.top > .arrow:after {
  border-top-color: #143200;
  border-width: 0.5rem 0.5rem 0;
  bottom: 0; }

.popover.left > .arrow:before, .popover.left > .arrow:after {
  border-left-color: #143200;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 0; }

.popover.bottom > .arrow:after, .popover.bottom > .arrow:before {
  border-bottom-color: #143200;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  top: 1px; }

.popover-body, .popover-content {
  background-color: #143200;
  color: #ffffff;
  font-size: 16px;
  min-width: 398px;
  padding: 24px 23px 24px 23px;
  border-radius: 6px; }

.popover a {
  text-decoration: underline !important; }

.popover span {
  color: #bbb;
  text-shadow: none;
  opacity: 1; }

.popover .close:hover {
  color: #ffffff;
  opacity: 1; }

.popover.bs-popover-right > .arrow {
  top: 50%;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.bs-popover-right > .arrow:after {
  left: 1px;
  content: " ";
  border-right-color: #143200;
  border-left-width: 0; }

.radio-myteamge-tip {
  float: none !important; }

.email-case {
  text-transform: lowercase; }
  .email-case.placeholder {
    text-transform: none; }

input[readonly]:parent {
  background-color: #F5F5F5;
  border-color: #eeeeee; }

input[readonly] {
  background-color: #F5F5F5;
  border-color: #eeeeee; }

.small {
  font-size: 12px !important; }

/*::-webkit-input-placeholder {
    text-transform: lowercase;
    &:first-letter {
		text-transform: capitalize;
	}
}
:-moz-placeholder {
    text-transform: lowercase;
    &:first-letter {
		text-transform: capitalize;
	}
}
::-moz-placeholder {
    text-transform: lowercase;
    &:first-letter {
		text-transform: capitalize;
	}
}
:-ms-input-placeholder {
    text-transform: lowercase;
    &:first-letter {
		text-transform: capitalize;
	}
}*/
/*mobilepagecss start*/
.mob-patch {
  font-family: "Century Gothic", sans-serif;
  background: url(../images/mobile/icon_building.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.mob-patch .row {
  margin-top: 5%; }

.mob-patch .head {
  text-align: center; }

.mob-patch .mid-content {
  text-align: center; }

.mob-patch .mid-content > p {
  font-size: 14px;
  font-weight: 500;
  width: 60%;
  margin: 0 auto; }

.mob-patch .end-content {
  font-size: 11px;
  float: none;
  margin: 0 auto; }

.mob-patch .end-content .heading {
  font-size: 14px;
  font-weight: 500;
  text-align: center; }

.mob-patch .end-content .browser-plate > div {
  text-align: center; }

.mob-patch .end-content .browser-plate > div > p {
  margin-top: 5px; }

/*mobilepagecss end*/
.videoModel-dialog {
  width: 100%;
  min-width: 300px;
  max-width: 710px; }

.videoModel-tittle {
  font-size: 20px !important;
  color: #333 !important;
  text-align: left; }

@media (max-width: 767px) {
  .videoModel-body {
    top: 0px !important; } }

.myteamge ul.tabs-nav {
  margin: 0;
  padding: 0;
  display: flex; }
  .myteamge ul.tabs-nav li {
    background: rgba(20, 50, 0, 0.2);
    margin-right: 10px;
    display: flex;
    transition: all 0.3s ease;
    opacity: 1;
    cursor: pointer;
    border-radius: 6px 6px 0px 0px; }
    .myteamge ul.tabs-nav li:last-child {
      margin-right: 0; }
    .myteamge ul.tabs-nav li a {
      margin: 0 40px 1px;
      padding: 16px 20px 14px;
      color: #143200;
      line-height: 20px;
      width: 100%;
      text-align: center;
      height: 50px;
      display: inline-block;
      font-family: "Century Gothic", sans-serif;
      font-weight: bold;
      font-size: 14px;
      position: relative;
      text-decoration: none; }
    .myteamge ul.tabs-nav li:hover {
      background: #143200;
      opacity: 1; }
      .myteamge ul.tabs-nav li:hover a {
        color: #ffffff; }
        .myteamge ul.tabs-nav li:hover a span {
          position: relative; }
          .myteamge ul.tabs-nav li:hover a span:after {
            top: 16px;
            content: "";
            display: inline-block;
            height: 1px;
            left: -10px;
            position: absolute;
            width: calc(100% + 20px);
            z-index: 1; }
    .myteamge ul.tabs-nav li.active {
      background: #ffffff;
      opacity: 1;
      cursor: default;
      pointer-events: none; }
      .myteamge ul.tabs-nav li.active a {
        border-bottom: solid 2px #C0B1EB; }

@media (max-width: 1024px) {
  .myteamge ul.tabs-nav li:hover {
    background: #ffffff;
    opacity: 1; }
    .myteamge ul.tabs-nav li:hover a {
      background: transparent; }
      .myteamge ul.tabs-nav li:hover a span :after {
        background: none; } }

/***********************************************************************
Updated footer: 25/12
***********************************************************************/
footer.footer {
  background: #143200;
  max-width: 1440px;
  margin: 0 auto; }

footer .logoBucket {
  padding: 0;
  margin: 0  0 10px; }

footer .logoBucket a.site-logo {
  line-height: 55px; }

footer .midCol {
  margin: 0;
  padding: 0; }

footer .midCol, footer .midCol a {
  color: #EEEAD9; }

footer .midCol > div, footer .midCol > div {
  padding-left: 0; }

footer .midCol ul, footer .midCol ul li {
  margin: 0;
  padding: 0;
  margin-right: -10px; }

footer .midCol ul li {
  margin-bottom: 30px; }

footer .midCol ul li h3 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  height: 35px;
  line-height: 35px;
  letter-spacing: normal;
  font-family: "Century Gothic", sans-serif !important; }

footer .midCol ul li h3 i.ico-watch,
footer .midCol ul li h3 i.ico-external-link-1 {
  display: none;
  float: right;
  font-weight: 400;
  cursor: pointer;
  font-size: 27px;
  width: 30px;
  text-align: center; }

footer .midCol ul li h3 i.ico-external-link-1 {
  float: none;
  display: inline;
  font-size: 16px; }

footer .midCol ul li h3 i.ico-watch:before {
  content: '\e828';
  font-size: 20px; }

footer .midCol ul li h3.opened .ico-watch:before {
  content: '\e82d';
  font-size: 20px; }

footer .midCol .linksDesc {
  opacity: 1;
  display: block; }

footer .midCol .linksDesc p {
  padding: 0;
  margin: 0;
  cursor: pointer; }

footer .midCol .linksDesc a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  font-family: "Century Gothic", sans-serif !important; }

.myteamge #page-footer footer .scrollToTop {
  position: relative;
  display: block;
  cursor: pointer;
  float: right; }

.myteamge #page-footer footer .lowerRow {
  border-top: 1px solid #CBFF55;
  padding-top: 20px;
  margin-top: 20px; }

.myteamge #page-footer footer .lowerRow .textCopyRight {
  opacity: 1;
  line-height: 40px;
  height: 40px;
  font-family: "Century Gothic", sans-serif !important;
  font-size: 12px; }

.myteamge #page-footer footer .social-icon {
  padding-right: 3px; }

.myteamge #page-footer footer .lowerRow .socialBucket, .myteamge #page-footer footer .lowerRow .socialBucket li {
  padding: 0;
  margin: 0;
  float: right; }

.myteamge #page-footer footer .lowerRow .socialBucket li {
  float: left; }

.myteamge #page-footer footer .lowerRow .socialBucket li a {
  fill: #EEEAD9;
  height: 40px;
  line-height: 40px; }

.myteamge ~ .ui-datepicker {
  padding: 0 25px 10px;
  width: 280px;
  box-shadow: 0 1px 1px 0 rgba(20, 50, 0, 0.1), 0 3px 6px 0 rgba(20, 50, 0, 0.2);
  border: 0px !important; }

.myteamge .ui-datepicker td {
  padding: 0px !important; }

.myteamge ~ .ui-datepicker .ui-datepicker-header.ui-widget-header {
  border: none;
  background: transparent;
  color: #143200;
  height: 34px;
  margin: 7px; }

.myteamge ~ .ui-datepicker span.ui-icon.ui-icon-circle-triangle-w, .myteamge ~ .ui-datepicker span.ui-icon.ui-icon-circle-triangle-e {
  text-indent: unset;
  background-image: none;
  width: 34px;
  height: 34px;
  margin-top: -10px;
  margin-left: -18px;
  content: ""; }

.myteamge ~ .ui-datepicker span.ui-icon.ui-icon-circle-triangle-w:before, .myteamge ~ .ui-datepicker span.ui-icon.ui-icon-circle-triangle-e:before {
  content: '\e868';
  height: 34px;
  width: 34px;
  top: 10px;
  font-family: "myteamge";
  speak: none;
  display: inline-block;
  font-weight: normal;
  text-decoration: inherit;
  /* width: 1em; */
  margin: 0;
  text-align: center;
  line-height: 100%;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.myteamge ~ .ui-datepicker span.ui-icon.ui-icon-circle-triangle-w:before {
  content: '\e867'; }

.myteamge ~ .ui-datepicker .ui-datepicker-prev, .myteamge ~ .ui-datepicker .ui-datepicker-next {
  height: 34px;
  width: 34px;
  border: 1px solid rgba(20, 50, 0, 0.2); }

.myteamge ~ .ui-datepicker .ui-state-active, .myteamge ~ .ui-datepicker .ui-widget-header .ui-state-active, .myteamge ~ .ui-datepicker a.ui-button:active, .myteamge ~ .ui-datepicker .ui-button:active, .myteamge ~ .ui-datepicker .ui-button.ui-state-active:hover {
  border: 1px solid transparent;
  background: rgba(20, 50, 0, 0.8); }

.myteamge ~ .ui-datepicker .ui-state-highlight, .myteamge ~ .ui-datepicker .ui-widget-content .ui-state-highlight, .myteamge ~ .ui-datepicker .ui-widget-header .ui-state-highlight {
  border: 1px solid transparent;
  background: rgba(20, 50, 0, 0.8);
  color: #ffffff; }

.myteamge .ui-state-hover, .myteamge .ui-widget-content .ui-state-hover, .myteamge .ui-widget-header .ui-state-hover, .myteamge .ui-state-focus, .myteamge .ui-widget-content .ui-state-focus, .myteamge .ui-widget-header .ui-state-focus, .myteamge .ui-button:hover, .myteamge .ui-button:focus {
  border: 1px solid transparent;
  background: rgba(20, 50, 0, 0.8); }

/***********************************************************************
	  Common UI Fixes: 08/01
	  ***********************************************************************/
.myteamge {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden; }
  .myteamge .page-body {
    margin-top: 0; }
  .myteamge .portlet-content {
    padding: 0 0 10px; }
  .myteamge .header-bar, .myteamge .page-body {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; }
  .myteamge .header-bar {
    height: 74px; }
  .myteamge .page-body.container {
    padding: 0; }
  .myteamge .page-header #myteamge-logo {
    margin-left: calc(50% - 110px);
    position: absolute;
    width: 110px;
    padding: 0; }
  .myteamge #header-right-ctrls .nav-items > ul > li {
    margin-left: 10px;
    margin-right: 0; }
  .myteamge .page-header .header-bar {
    margin-top: 0;
    padding: 0;
    background-color: #143200; }
  .myteamge .mega-menu-wrpr {
    width: 100%;
    left: 0;
    padding: 0;
    top: 74px; }
  .myteamge .mega-menu-wrpr #main-mega-nav {
    margin: 0 -25px;
    border-radius: 6px; }
  .myteamge .page-header #nav-opner {
    margin-top: 18px;
    margin-bottom: 14px; }
  .myteamge #page-footer footer {
    padding: 40px 0; }
  .myteamge #myteamge-header-tab ul.tabs-nav li.active a {
    border-bottom: solid 4px #CBFF55; }
  .myteamge #myteamge-header-tab ul.tabs-nav li.active {
    background: #143200; }
  .myteamge #myteamge-header-tab .nav > li > a {
    font-size: 12px; }
  .myteamge #myteamge-header-tab {
    background-color: #EEEAD9;
    margin: 0px -10px; }
  .myteamge .notifModalBox {
    position: absolute;
    top: 120px; }
  .myteamge #myteamge-header-tab ul.tabs-nav li a {
    padding: 12px 10px 14px 10px;
    margin: 0px 25px 1px !important;
    font-size: 12px;
    color: #CBFF55;
    height: 40px;
    line-height: 15px; }
  .myteamge #myteamge-header-tab ul.tabs-nav li {
    margin-right: 0px;
    background: #435B33;
    border-radius: 0; }
  .myteamge #header-right-ctrls .notification > i {
    font-size: 24px; }
  .myteamge #header-right-ctrls ul li a.u-name {
    width: auto;
    max-width: 100%;
    padding: 0;
    margin: 0;
    margin-top: -5px; }
  .myteamge #header-right-ctrls ul li .userIcon {
    padding-top: 0;
    margin: 0;
    display: inline-block;
    padding: 0;
    float: left;
    margin-left: 10px;
    width: 30px; }
  .myteamge #header-right-ctrls ul li .userIcon i.ico-avatar {
    color: #ffffff;
    display: block;
    font-size: 38px !important;
    position: relative; }
  .myteamge #header-right-ctrls ul li .userIcon i.ico-avatar::after {
    position: absolute;
    width: 34px;
    height: 34px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    content: "";
    top: 6px;
    left: -4px; }
  .myteamge #header-right-ctrls ul li .userDesc {
    text-transform: capitalize;
    text-align: right;
    padding-right: 0;
    margin-left: 5px;
    display: inline-block; }
  .myteamge #header-right-ctrls ul li .userDesc .text-user {
    white-space: nowrap;
    font-size: 14px;
    display: block;
    margin-top: 9px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 50px;
    padding-right: 24px;
    position: relative;
    color: #ffffff; }
    .myteamge #header-right-ctrls ul li .userDesc .text-user i {
      position: absolute;
      right: 0;
      top: 0px; }
  .myteamge #header-right-ctrls ul li .userDesc .text-mute {
    font-style: italic;
    font-size: 12px;
    line-height: 22px;
    display: block;
    position: relative; }
  .myteamge #header-right-ctrls ul li:hover > ul.sub-menu {
    border-top: 1px solid #EAEAEA;
    box-shadow: 0px 7px 20px rgba(20, 50, 0, 0.55);
    border-radius: 3px; }
  .myteamge #header-right-ctrls ul li:hover > ul.sub-menu li {
    margin-right: 0;
    width: 100%; }
  .myteamge #header-right-ctrls ul li:hover > ul.sub-menu li.arowDD i.arw {
    position: absolute !important;
    width: 16px;
    height: 16px;
    margin-top: -15px;
    font-size: 16px !important;
    -webkit-text-fill-color: #cccccc;
    background: #ffffff; }
  .myteamge #header-right-ctrls ul li:hover > ul.sub-menu li.arowDD {
    padding: 0;
    margin: 0;
    height: 1px !important;
    line-height: 1px;
    position: relative; }
  .myteamge #header-right-ctrls ul li:hover > ul.sub-menu li.arowDD div.up-arrow-head {
    position: absolute !important;
    width: 0px;
    height: 0px;
    text-indent: -9999px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    margin-top: -10px;
    right: 3px;
    display: block;
    transform: rotate(360deg); }
  .myteamge #header-right-ctrls ul li .userDesc .text-mute i.dwnAro {
    position: absolute;
    right: 5px;
    bottom: 15px;
    color: #cccccc;
    font-size: 15px; }
  .myteamge #page-footer {
    padding: 0;
    float: left;
    min-height: 370px; }
  .myteamge .input-label-grp button.add-email, .myteamge button.add-mobile-notify-btn {
    font-size: 20px;
    max-height: 40px;
    background-color: rgba(238, 234, 217, 0.4);
    color: #143200;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 9px 12px;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding-top: 5px;
    border: 1px solid rgba(20, 50, 0, 0.1);
    box-shadow: none; }
  .myteamge #header-login.login-dw {
    top: 67px;
    right: 30px; }
  .myteamge #header-right-ctrls .lnk-login, .myteamge #header-right-ctrls .lnk-self-registration {
    margin-left: 20px;
    margin-right: 0; }
  .myteamge #wrapper-outage-slider.wrapper-outage-slider {
    float: left;
    width: 100%; }
  .myteamge .outage-box-wrapper .outage-inner-wrpr .btn-wrapper {
    overflow-x: hidden; }
  .myteamge .outage-box-wrapper .outage-inner-wrpr .close {
    margin: 10px 15px; }
  .myteamge .outage-box-wrapper .outage-inner-wrpr .ico-exception {
    margin: 0;
    margin-left: 20px;
    top: 10px; }
  .myteamge .page-body .page-heading > div:nth-child(1) {
    padding-left: 0; }
  .myteamge .page-body .page-heading > div:nth-child(1) h1 i {
    top: -3px; }

.wAuto {
  width: auto !important; }

.ml5 {
  margin-left: 5px !important;
  font-size: 20px; }

.mb-4 {
  margin-bottom: 40px !important; }

/***********************************************************************
Global Components: 17/01
***********************************************************************/
.myteamge {
  /**BUTTON: with icons***/
  /**BUTTON: LARGE***/
  /**BUTTON: NORMAL***/
  /**BUTTON: SMALL***/
  /**BUTTON: TINY***/
  /**BUTTON: Primary Suedo***/
  /**Link: Primary Suedo***/
  /**********************BUTTON: SECONDARY********************/
  /**BUTTON: Secondary Suedo***/
  /**********************BUTTON: BLACK********************/
  /**BUTTON: black Suedo***/
  /**********************BUTTON: TITY********************/
  /**BUTTON: Tiny Suedo***/
  /**********************BUTTON: TERTIARY********************/
  /**BUTTON: Tertiary Suedo***/
  /**BUTTON BAR:***/ }
  .myteamge .btn i, .myteamge .btn.icn-left i {
    margin-right: 10px  !important; }
  .myteamge .btn.icn-right i {
    margin-left: 10px !important; }
  .myteamge .btn.btn-lg i {
    width: 28px  !important;
    height: 28px  !important;
    font-size: 23px  !important; }
  .myteamge .btn.btn-md i {
    width: 24px  !important;
    height: 24px !important;
    font-size: 20px !important; }
  .myteamge .btn.btn-sm i {
    width: 20px !important;
    height: 20px !important;
    font-size: 16px !important; }
  .myteamge .btn-lg {
    height: 60px;
    font-size: 16px;
    padding: 0 40px; }
  .myteamge .btn-md {
    height: 50px;
    font-size: 16px; }
  .myteamge .btn-sm {
    height: 40px; }
  .myteamge .btn-tiny {
    height: 36px !important;
    font-size: 12px !important;
    padding: 0 15px !important; }
  .myteamge .show > .btn-primary.dropdown-toggle {
    background: #143200 !important;
    color: #ffffff !important; }
  .myteamge .link-primary:hover, .myteamge .link-primary:active,
  .myteamge .primary-link:hover, .myteamge .primary-link:active {
    background: #143200 !important;
    color: #ffffff !important; }
  .myteamge .show > .btn-secondary.dropdown-toggle {
    background: #143200 !important;
    color: #ffffff !important;
    border: 1px solid #143200 !important; }
  .myteamge .btn-black:hover, .myteamge .btn-black:active,
  .myteamge .btn-black:not(:disabled):not(.disabled):active,
  .myteamge .btn-black:not(:disabled):not(.disabled).active,
  .myteamge .show > .btn-black.dropdown-toggle {
    background: #143200;
    color: #ffffff !important; }
  .myteamge .btn-tiny, .myteamge .tiny {
    color: #f3901e !important;
    background: #ffffff !important;
    border: 1px solid #f3901e !important; }
  .myteamge .btn-tiny:hover, .myteamge .btn-tiny:active,
  .myteamge .btn-tiny:not(:disabled):not(.disabled):active,
  .myteamge .btn-tiny:not(:disabled):not(.disabled).active,
  .myteamge .show > .btn-tiny.dropdown-toggle {
    background: #f3901e !important;
    color: #ffffff !important;
    border: 1px solid #f3901e !important; }
  .myteamge .btn-tertiary, .myteamge .tertiary {
    color: #92989d !important;
    background: #ffffff !important;
    border: 1px solid #92989d !important; }
  .myteamge .btn-tertiary:hover, .myteamge .btn-tertiary:active,
  .myteamge .btn-tertiary:not(:disabled):not(.disabled):active,
  .myteamge .btn-tertiary:not(:disabled):not(.disabled).active,
  .myteamge .show > .btn-tertiary.dropdown-toggle {
    background: #92989d !important;
    color: #ffffff !important;
    border: 1px solid #92989d !important; }
  .myteamge .btnBar {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left; }

/**********************Global: typo Classes********************/
.font-normal, .text-normal {
  font-weight: normal !important; }

.lh-50 {
  line-height: 50px !important; }

/************Global: H1 title/heading with icon **********/
.myteamge .page-body .page-heading h1,
.myteamge .page-body .page-heading h1.pageTitle {
  font-size: 24px;
  letter-spacing: 0.5px;
  min-height: 40px;
  line-height: 40px;
  position: relative;
  padding: 0;
  padding-left: 60px;
  margin: 20px 0; }

.myteamge .page-body .page-heading h1 i,
.myteamge .page-body .page-heading h1.pageTitle i {
  font-size: 40px;
  position: absolute;
  top: -6px;
  left: 0;
  height: 40PX;
  width: 40px; }

.myteamge .page-header #myteamge-logo a {
  position: absolute;
  left: 0;
  top: 0; }

.myteamge .page-header #myteamge-logo a i {
  font-size: 42px;
  position: absolute;
  left: 0;
  top: 6px;
  color: #CBFF55; }

/************RESPONSIVE 25/01: Smallest devices (landscape phones, 360px and less) ********/
@media (max-width: 359.98px) {
  .myteamge .page-header #myteamge-logo {
    margin-left: calc(50% - 110px); }
  .myteamge .hide-in-mob-xs {
    display: none; } }

/************RESPONSIVE 25/01: Small devices (landscape phones, 576px and up) ********/
@media (max-width: 767.98px) {
  .myteamge {
    padding: 0;
    /***footer******/
    /*****not loggedin case********/
    /*when second tab visible- font-size: 12px !important;padding: 10px 10px !important; */ }
    .myteamge .page-header {
      margin: 0;
      padding: 0 10px; }
    .myteamge .page-header {
      padding: 0 10px; }
    .myteamge .page-header #header-right-ctrls {
      width: auto;
      margin-top: 0; }
    .myteamge .page-header #nav-opner {
      width: 36px;
      height: 36px;
      font-size: 22px;
      margin-top: 16px;
      text-align: left;
      line-height: 100%;
      padding: 5px 6px; }
    .myteamge .page-header #nav-opner .ico-hamburger-menu:after {
      display: none; }
    .myteamge .page-header #nav-opner.active {
      border: 0 !important;
      border-bottom: 4px solid #f3901e !important;
      color: #eeeeee; }
    .myteamge .page-body,
    .myteamge .page-body .portlet-layout {
      padding: 0;
      margin: 0; }
    .myteamge .mega-menu-wrpr #main-mega-nav {
      margin: 0; }
    .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li {
      border-bottom: 0; }
    .myteamge .mega-menu #nav-dropdown .myteamge-dropdown-menu > li > a {
      padding: 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .myteamge #header-right-ctrls .nav-items > ul > li {
      width: 40px;
      height: 40px;
      margin-left: 15px; }
    .myteamge .page-header #header-right-ctrls .mob-acnt-ico {
      width: 40px;
      height: 40px;
      min-height: auto;
      font-size: 27px;
      color: #ffffff;
      padding: 0; }
    .myteamge .page-header #header-right-ctrls .mob-acnt-ico i {
      position: absolute;
      font-size: 27px;
      left: 0; }
    .myteamge .page-header #header-right-ctrls .mob-acnt-ico .ico-account-mobile-2:before {
      margin: 0; }
    .myteamge .page-header #header-right-ctrls .mob-acnt-ico .ico-account-mobile-2:after {
      position: absolute;
      width: 34px;
      height: 34px;
      border: 2px solid #ffffff;
      border-radius: 100%;
      content: "";
      top: 6px;
      left: -4px; }
    .myteamge #page-footer .siteLogoBott, .myteamge #page-footer .mblScrollToTop {
      padding: 0; }
    .myteamge #page-footer {
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
    .myteamge #page-footer footer {
      margin: 0;
      padding: 20px 0; }
    .myteamge #page-footer footer .upperRow {
      padding: 0 15px;
      margin: 0; }
    .myteamge #page-footer footer .midCol ul li h3 i.ico-watch {
      display: block; }
    .myteamge #page-footer footer .midCol ul li h3 i.ico-external-link-1 {
      display: block;
      float: right; }
    .myteamge #page-footer footer .midCol ul li {
      margin-bottom: 20px; }
    .myteamge #page-footer footer .lowerRow {
      margin: 0 15px;
      padding: 10px 0 0;
      min-height: 120px; }
    .myteamge #page-footer footer .lowerRow .textCopyRight {
      position: absolute;
      margin-top: 40px; }
    .myteamge #page-footer footer .lowerRow .socialBucket li {
      float: left;
      margin: 0; }
    .myteamge #page-footer footer .lowerRow .socialBucket {
      float: left; }
    .myteamge #page-footer footer .scrollToTop {
      display: block !important; }
    .myteamge #header-right-ctrls .lnk-self-registration {
      display: none; }
    .myteamge #header-right-ctrls .lnk-login {
      margin: 0; }
    .myteamge .page-header #myteamge-logo {
      margin-top: 3px;
      position: absolute;
      min-width: 90px;
      margin-left: calc(50% - 110px);
      min-height: 30px; }
    .myteamge .page-header #myteamge-logo a i {
      position: absolute;
      left: 0;
      top: 0; }
    .myteamge #header-right-ctrls .lnk-login, .myteamge #header-right-ctrls .lnk-self-registration {
      margin-left: 0;
      margin-right: 0; }
  footer .midCol ul li {
    margin: 5px 0 10px;
    padding: 0; }
  footer .midCol li h3 i.ico-watch {
    display: block; }
  footer .midCol li h3 i.ico-external-link-1 {
    display: block;
    float: right; }
  footer .midCol .linksDesc, footer .midCol .d-none {
    display: none; }
  footer .midCol ul li h3 i {
    display: block; }
  footer .logoBucket a.site-logo {
    margin-bottom: 20px; }
  footer .mblScrollToTop {
    padding-right: 0; } }

/************RESPONSIVE 25/01: Medium devices (tablets, 768px and up) **********/
@media (min-width: 768px) and (max-width: 991.98px) {
  /**wrapper & container spaces and margin/padding**/
  .myteamge .page-header,
  .myteamge .page-body .portlet-layout,
  .myteamge .page-body .portlet-layout .portlet-content,
  .portlet-content, .portlet-minimized .portlet-content-container {
    margin: 0;
    padding: 0; }
  /**main navigation**/
  .myteamge .page-header #nav-opner.active {
    color: #143200;
    border-bottom: 4px solid #f3901e;
    height: 50px; }
  .myteamge .page-header {
    padding: 0 15px !important; }
  .myteamge .mega-menu-wrpr #main-mega-nav {
    margin: 0 -15px;
    padding: 0 10px; }
  .myteamge .page-header #myteamge-logo {
    position: absolute;
    left: 0;
    top: 0; }
  .myteamge .page-header #myteamge-logo a {
    position: absolute;
    left: 0; }
  .myteamge #header-right-ctrls ul li a.u-name {
    margin-top: 0;
    white-space: nowrap; }
  .page-footer#page-footer footer.footer .logo {
    margin: 0 0 20px; }
  .page-footer#page-footer footer.footer .upperrow {
    margin: 0; }
  .page-footer#page-footer footer.footer .logoBucket > div {
    padding: 0; }
  .page-footer#page-footer footer.footer .logoBucket,
  .page-footer#page-footer footer.footer .midCol {
    padding: 0 30px; }
  .page-footer#page-footer footer.footer .lowerRow {
    margin-left: 15px;
    margin-right: 15px; }
  .page-footer#page-footer footer.footer .midCol ul li h3 i.ico-watch {
    display: block; }
  .page-footer#page-footer footer.footer .midCol ul li h3 i.ico-external-link-1 {
    display: block;
    float: right; }
  footer .midCol ul li {
    margin: 5px 0 10px;
    padding: 0; }
  footer .midCol li h3 i.ico-watch {
    display: block; }
  footer .midCol li h3 i.ico-external-link-1 {
    display: block;
    float: right; }
  footer .midCol .linksDesc, footer .midCol .d-none {
    display: none; }
  footer .logoBucket a.site-logo {
    margin-bottom: 20px; }
  footer .mblScrollToTop {
    padding-right: 0; }
  .myteamge #myteamge-header-tab {
    margin: 0px -15px !important; } }

/************RESPONSIVE 25/01: Large devices (desktops, 992px and up) **********/
@media (min-width: 992px) {
  .myteamge #header-right-ctrls ul li a.u-name {
    display: block;
    margin-top: 0;
    white-space: nowrap; }
  .myteamge #header-right-ctrls ul li .userIcon,
  .myteamge #header-right-ctrls ul li .userDesc {
    float: right; }
  .md-lg-offsetStyle {
    margin-left: 8.33333333% !important; } }

/************Global: Collapsible component **********/
.collapsible {
  min-height: 60px; }
  .collapsible .icnRow.opened > i:before {
    transform: rotate(180deg); }
  .collapsible .toggleArw {
    cursor: pointer;
    float: right;
    width: 30px; }
  .collapsible .icnRow.opened > i:before {
    transform: rotate(180deg);
    width: 30px; }
  .collapsible .wrappedContent {
    display: inline-block; }
  .collapsible .wrappedContent.collapsed {
    display: none; }

.myteamge .mani-popup-wrap .mani-popup-main .mani-popup-close, .myteamge .mani-popup-wrap .mani-popup-main .print-popup-close, .myteamge .mani-popup-wrap .print-popup-main .mani-popup-close, .myteamge .mani-popup-wrap .print-popup-main .print-popup-close, .myteamge .print-ship-popup-wrap .mani-popup-main .mani-popup-close, .myteamge .print-ship-popup-wrap .mani-popup-main .print-popup-close, .myteamge .print-ship-popup-wrap .print-popup-main .mani-popup-close, .myteamge .print-ship-popup-wrap .print-popup-main .print-popup-close, .myteamge .print-label-popup-wrap .mani-popup-main .mani-popup-close, .myteamge .print-label-popup-wrap .mani-popup-main .print-popup-close, .myteamge .print-label-popup-wrap .print-popup-main .mani-popup-close, .myteamge .print-label-popup-wrap .print-popup-main .print-popup-close {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  right: 35px;
  top: 27px;
  text-align: center;
  font-size: 16px;
  line-height: 30px; }
  .myteamge .mani-popup-wrap .mani-popup-main .mani-popup-close i, .myteamge .mani-popup-wrap .mani-popup-main .print-popup-close i, .myteamge .mani-popup-wrap .print-popup-main .mani-popup-close i, .myteamge .mani-popup-wrap .print-popup-main .print-popup-close i, .myteamge .print-ship-popup-wrap .mani-popup-main .mani-popup-close i, .myteamge .print-ship-popup-wrap .mani-popup-main .print-popup-close i, .myteamge .print-ship-popup-wrap .print-popup-main .mani-popup-close i, .myteamge .print-ship-popup-wrap .print-popup-main .print-popup-close i, .myteamge .print-label-popup-wrap .mani-popup-main .mani-popup-close i, .myteamge .print-label-popup-wrap .mani-popup-main .print-popup-close i, .myteamge .print-label-popup-wrap .print-popup-main .mani-popup-close i, .myteamge .print-label-popup-wrap .print-popup-main .print-popup-close i {
    color: rgba(20, 50, 0, 0.8);
    font-size: 20px; }

/************Global: Changes against MYT12323  **********/
.myteamge .confirm-box-bg,
.myteamge .alert-box-bg,
.myteamge .outage-box-bg,
.myteamge .modal-bg {
  background: #143200 !important;
  opacity: 0.6 !important; }

.myteamge .modal {
  display: none; }

.myteamge a, .myteamge .btn, .myteamge buttn {
  transition: all 0.3s ease !important; }

.myteamge #header-right-ctrls ul li .userIcon i.ico-avatar {
  font-size: 27px !important; }

.myteamge .page-header #nav-opner .ico-hamburger-menu:after {
  font-family: "Century Gothic", sans-serif !important; }

.myteamge #header-right-ctrls ul li:hover > ul.sub-menu li.arowDD i.arw {
  right: 3px; }

.myteamge #header-right-ctrls ul li:hover > ul.sub-menu a {
  font-family: "Century Gothic", sans-serif;
  font-size: 14px;
  text-transform: none;
  color: #143200; }

.myteamge #header-right-ctrls ul li:hover > ul.sub-menu a:hover {
  background: rgba(33, 151, 211, 0.1);
  color: #143200; }

.myteamge #page-footer footer .lowerRow {
  border-top: 1px solid #EEEAD9; }

.myteamge .page-header #myteamge-logo a {
  font-size: 27px;
  width: 110px; }

.myteamge .page-header #myteamge-logo a ico-mytoll-logo {
  position: absolute;
  left: 0; }

/*----MS Edge Browser CSS Start----*/
@supports (-ms-accelerator: true) {
  .myteamge #header-right-ctrls .notification + ul#header-notification i.ico-up-open-big.arw {
    margin-left: 10px; } }

@media (max-width: 1439px) {
  .myteamge .page-header .header-bar, .myteamge .page-body, .myteamge .page-body.container, .myteamge #page-footer footer.footer {
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 382px) {
  .myteamge #myteamge-header-tab ul.tabs-nav li a {
    padding-top: 5px !important; } }

@media (max-width: 991px) {
  .myteamge .page-header .header-bar, .myteamge .page-body, .myteamge .page-body.container, .myteamge #page-footer footer.footer {
    padding-left: 15px;
    padding-right: 15px; }
  .myteamge .popover.right {
    left: 0px !important; }
  .myteamge .popover.right > .arrow {
    display: none; }
  .popover.bs-popover-left > .arrow, .popover.bs-popover-right > .arrow {
    display: none; } }

@media (max-width: 767px) {
  .myteamge .page-header .header-bar, .myteamge .page-body, .myteamge .page-body.container, .myteamge #page-footer footer.footer {
    padding-left: 10px;
    padding-right: 10px; }
  .myteamge .login-form-wrapper {
    padding: 0 10px; }
  .myteamge .profile-error {
    padding: 0 10px;
    margin-top: 4px; }
  .myteamge button + button, .myteamge .btn-link + .btn-link, .myteamge .btn + .btn {
    margin-left: 0; }
  .myteamge #header-right-ctrls .notification + ul#header-notification i.ico-up-open-big.arw {
    right: 0;
    right: 87px;
    top: -14px; }
  .mobile-ml {
    margin-left: 0px !important; } }

.myteamge .section-acdn .section-header {
  display: table;
  width: 100%;
  position: relative; }
  .myteamge .section-acdn .section-header .header-info {
    display: none; }
  .myteamge .section-acdn .section-header .header-content span {
    font-size: 14px; }
  .myteamge .section-acdn .section-header .header-content span + span {
    font-size: 14px;
    margin-left: 15px; }
  .myteamge .section-acdn .section-header .section-toggler {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -8px;
    top: -8px;
    text-align: center;
    cursor: pointer;
    z-index: 1; }
    .myteamge .section-acdn .section-header .section-toggler i {
      content: "";
      font-family: "myteamge";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin: 0;
      text-align: center;
      line-height: 100%;
      font-size: 17px;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #143200;
      text-align: center; }
    .myteamge .section-acdn .section-header .section-toggler i:before {
      content: "\E895"; }

.myteamge .section-acdn .acdn-closed .section-header .header-info {
  display: block; }

.myteamge .section-acdn .acdn-closed .section-header .section-toggler i:before {
  content: "\E896"; }

.myteamge .section-acdn .acdn-closed .section-content {
  display: none; }

/****iPad Specific classes: orientation potrait*********/
@media only screen and (min-device-width: 481px) and (max-device-width: 991.98px) and (orientation: portrait) {
  .myteamge .page-header #nav-opner {
    width: 50px;
    font-size: 16px; } }

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .myteamge .page-header #nav-opner {
    width: 105px;
    font-size: 16px; }
  .myteamge .page-header #nav-opner .ico-hamburger-menu:after {
    display: inline-block; } }

.myteamge .login-email-error {
  text-transform: none; }
  .myteamge .login-email-error #resend-activation-link {
    text-decoration: underline;
    cursor: pointer; }

/*MYT-17531 An arrow Showing return to full page in manifest fixes */
.myteamge .page-body .portlet-content a.icon-monospaced.portlet-icon-back.text-default {
  display: none; }

/*MYT-17470 */
#eventsChannelPreferencesModal .modal-dialog, #podsChannelPreferencesModal .modal-dialog, #milestonesChannelPreferencesModal .modal-dialog, #itemChannelPreferencesModal .modal-dialog,
#eventsAddModal .modal-dialog, #milestonesAddModal .modal-dialog {
  transform: unset;
  top: 0; }

#eventsChannelPreferencesModal .modal-header, #podsChannelPreferencesModal .modal-header, #milestonesChannelPreferencesModal .modal-header, #itemChannelPreferencesModal .modal-header,
#eventsAddModal .modal-header, #milestonesAddModal .modal-header {
  display: block;
  height: auto;
  border-color: rgba(20, 50, 0, 0.5); }
  #eventsChannelPreferencesModal .modal-header button, #podsChannelPreferencesModal .modal-header button, #milestonesChannelPreferencesModal .modal-header button, #itemChannelPreferencesModal .modal-header button,
  #eventsAddModal .modal-header button, #milestonesAddModal .modal-header button {
    float: right; }

#eventsChannelPreferencesModal .modal-body label.radio-inline, #podsChannelPreferencesModal .modal-body label.radio-inline, #milestonesChannelPreferencesModal .modal-body label.radio-inline, #itemChannelPreferencesModal .modal-body label.radio-inline,
#eventsAddModal .modal-body label.radio-inline, #milestonesAddModal .modal-body label.radio-inline {
  height: 20px;
  line-height: 36px; }

.modal-backdrop.in, .modal-backdrop.fade.show {
  opacity: .5 !important; }

.zi-99999 {
  z-index: 99999 !important; }

.page-loader-bg-top {
  top: 50px !important; }

.myteamge #contact-us-portlet-content-local {
  background-color: #ffffff; }
  .myteamge #contact-us-portlet-content-local .section-header .box-heading {
    font-family: "Century Gothic", sans-serif;
    font-weight: bold;
    color: #143200; }
  .myteamge #contact-us-portlet-content-local #acd-header-first {
    border-top: 1px solid #E5E5E5; }
  .myteamge #contact-us-portlet-content-local .contact-acdn .acd-header {
    background-color: #ffffff;
    font-family: "MovementSansRegular", Georgia; }
  .myteamge #contact-us-portlet-content-local .acd-header .ico-down {
    color: #143200; }
  .myteamge #contact-us-portlet-content-local .acd-body .sub-sec-heading {
    color: #143200; }
  .myteamge #contact-us-portlet-content-local .contact-acdn .ico-contact-2 {
    color: #ffffff; }
  .myteamge #contact-us-portlet-content-local .contact-acdn .card-content .ico-contact-2,
  .myteamge #contact-us-portlet-content-local .contact-acdn .card-content .ico-external-link-2,
  .myteamge #contact-us-portlet-content-local .contact-acdn .card-content .ico-email-3,
  .myteamge #contact-us-portlet-content-local .contact-acdn .card-content .ico-external-link {
    color: #143200; }
  .myteamge #contact-us-portlet-content-local .card-content a {
    color: #143200; }
  .myteamge #contact-us-portlet-content-local .card-content a.tel-num {
    color: #143200; }
  .myteamge #contact-us-portlet-content-local .acd-header .ico-contact-2 {
    color: #143200; }
  .myteamge #contact-us-portlet-content-local .opened .acd-header {
    color: #143200; }
  .myteamge #contact-us-portlet-content-local .ico-contact-2.gr-in-wh {
    color: #ffffff; }
  .myteamge #contact-us-portlet-content-local .acd-header .ico-acd-toggler {
    color: #143200; }
  .myteamge #contact-us-portlet-content-local .single-contact-card .card-title {
    color: #143200; }
  .myteamge #contact-us-portlet-content-local .card-content {
    color: #143200; }
  .myteamge #contact-us-portlet-content-local a.back-to-top {
    color: #48545D; }

.myteamge .box-heading {
  font-family: "MovementSansRegular", Georgia; }

@media only screen and (min-width: 768px) and (orientation: landscape) {
  .myteamge .card-foot-note-prio-aus {
    color: #656565; } }

.myteamge #about-us .about-container {
  background-color: #ffffff; }

.myteamge #about-us .about-container ul.functionality-list {
  color: #143200;
  font-family: "Century Gothic", sans-serif; }

.myteamge #about-us .about-container div h4, .myteamge #about-us .about-container div h5, .myteamge #about-us .account-icon {
  color: #143200; }

.myteamge #about-us .about-container div h4 {
  font-family: "MovementSansRegular", Georgia !important;
  font-weight: normal; }

.myteamge #about-us .about-container div .text-sec {
  color: #143200;
  font-family: "Century Gothic", sans-serif !important; }

.myteamge #about-us .beta-user h3, .myteamge #about-us .reg-user h3, .myteamge #about-us .about-container h4, .myteamge #about-us .sec-beta-user h5, .myteamge #about-us .sec-reg-user h5 {
  font-family: "Century Gothic", sans-serif !important;
  color: #143200; }

.myteamge #about-us .button {
  background-color: #143200;
  color: #ffffff;
  text-decoration: #fbfafa;
  font-family: "Century Gothic", sans-serif !important; }

.myteamge #about-us .button:hover {
  background-color: rgba(20, 50, 0, 0.8);
  box-shadow: inset 0 0 0 2px #143200; }

.myteamge #about-us .cus-email, .myteamge #about-us .toll-green-color {
  color: #143200; }

.myteamge #about-us .about-container h5 {
  font-family: "Century Gothic", sans-serif !important; }

.myteamge .video-wrpr {
  border: 10px solid #ffffff;
  background-color: #ffffff; }

.myteamge .brand-marketting p {
  color: #999; }

.myteamge .brand-marketting .traffic-alert, .myteamge .brand-marketting .traffic-alert p {
  color: #ffffff; }

.myteamge .brand-marketting .traffic-alert button:hover {
  background-color: #143200; }

.myteamge .brand-marketting .white-bg {
  background-color: #ffffff; }

.myteamge .welcome-register-content {
  background-color: #ffffff;
  color: #646464; }
  .myteamge .welcome-register-content p.welcome-note {
    font-family: "Century Gothic", sans-serif; }
  .myteamge .welcome-register-content .font16 {
    color: #d8d8d8 !important; }
  .myteamge .welcome-register-content h2 {
    color: #143200; }
  .myteamge .welcome-register-content h3 {
    color: #000000; }
  .myteamge .welcome-register-content .smart-btn.toll-green-bg.btn-sendemail {
    background-color: #143200;
    color: #ffffff; }
  .myteamge .welcome-register-content .smart-btn.toll-green-bg.btn-sendemail:hover {
    background-color: #00473D; }
  .myteamge .welcome-register-content .features p.ico-tick {
    color: #143200; }
  .myteamge .welcome-register-content .features p:before {
    color: #143200; }

.myteamge .getAquote-section {
  background-color: #143200; }
  .myteamge .getAquote-section .top-heading {
    color: #CBFF55;
    font-family: "MovementSansRegular", Georgia !important;
    font-weight: normal; }
  .myteamge .getAquote-section .home-banner-close {
    color: #143200; }
  .myteamge .getAquote-section .paragraph-large {
    color: #143200;
    font-family: "Century Gothic", sans-serif; }
  .myteamge .getAquote-section .getAquote-btn {
    background-color: #CBFF55 !important;
    font-family: "Century Gothic", sans-serif;
    font-weight: bold; }
  .myteamge .getAquote-section .getAquotevideoimg {
    color: #ffffff; }
  .myteamge .getAquote-section a.btn-link.btn-secondary.btn-large.getAquote-btn.mb-0 {
    color: #143200 !important;
    text-transform: inherit; }
  .myteamge .getAquote-section span.ico-right-open-big.gateicon {
    color: #143200; }

.myteamge .promo-section #close-icon {
  color: #ffffff; }

.myteamge #productivitytips h2, .myteamge #productivitytips h3, .myteamge #productivitytips h4 {
  font-family: "Century Gothic", sans-serif;
  color: #143200; }

.myteamge #productivitytips h1, .myteamge #productivitytips h5 {
  font-family: "MovementSansRegular", Georgia !important; }

.myteamge #productivitytips .back {
  border: 1px solid rgba(20, 50, 0, 0.4);
  color: #143200; }

.myteamge #productivitytips .carrier-setup {
  font-family: "Century Gothic", sans-serif !important; }

.myteamge #productivitytips header {
  background: #ffffff; }

.myteamge #productivitytips header:before {
  background: #00ADA7; }

.myteamge #productivitytips p, .myteamge #productivitytips ul, .myteamge #productivitytips ol, .myteamge #productivitytips .container p {
  font-family: "Century Gothic", sans-serif;
  color: #143200; }

.myteamge #productivitytips span {
  color: #5F1E4B;
  font-family: "Century Gothic", sans-serif; }

.myteamge #productivitytips .whitebox {
  background: #ffffff; }

.myteamge #productivitytips .external,
.myteamge #productivitytips .link {
  color: #143200 !important; }

.myteamge #delivery-process-portlet-content-local {
  background-color: #ffffff; }
  .myteamge #delivery-process-portlet-content-local .help-content-div {
    color: #143200; }
  .myteamge #delivery-process-portlet-content-local .help-header {
    background-color: #fafafa; }
  .myteamge #delivery-process-portlet-content-local ul.delivery-pocess-list li:nth-child(odd) {
    background-color: #ffffff; }
  .myteamge #delivery-process-portlet-content-local ul.delivery-pocess-list li:nth-child(even) {
    background-color: #fafafa; }
  .myteamge #delivery-process-portlet-content-local ul.delivery-pocess-list li div.help-content-div h3 {
    color: #143200; }
  .myteamge #delivery-process-portlet-content-local .connection-line {
    background-color: #d8dadc; }
  .myteamge #delivery-process-portlet-content-local ul.delivery-pocess-list li div.help-content-div h2 {
    color: #143200; }
  .myteamge #delivery-process-portlet-content-local ul.delivery-pocess-list .dlvry-p-stts-ico.ico-delivered {
    color: #143200; }
  .myteamge #delivery-process-portlet-content-local ul.delivery-pocess-list .dlvry-p-stts-ico.ico-exception {
    color: #ffa200; }
  .myteamge #delivery-process-portlet-content-local .box-heading-txt {
    color: #143200; }

.myteamge #privacy-policy-page-content-local .content-page-content {
  background-color: #ffffff; }
  .myteamge #privacy-policy-page-content-local .content-page-content h3, .myteamge #privacy-policy-page-content-local .content-page-content h4 {
    color: #333; }
  .myteamge #privacy-policy-page-content-local .content-page-content p {
    color: #143200; }

.myteamge #terms-amd-condition-page-content .terms-of-services-card {
  background: #ffffff; }

.myteamge #terms-amd-condition-page-content .terms-of-services-card-left-icon {
  font-size: 16px;
  color: #6c757d; }

.myteamge #terms-amd-condition-page-content .terms-of-services-card-right-anchor {
  color: #ffffff !important; }

.myteamge #cookies-toll {
  color: #666;
  background-color: #ffffff;
  color: #143200; }
  .myteamge #cookies-toll .header h1 {
    font-family: "Century Gothic", sans-serif;
    font-weight: bold; }
  .myteamge #cookies-toll p a {
    color: #143200; }
  .myteamge #cookies-toll .responsive-table tr {
    background-color: #ffffff;
    border-bottom: 1px solid #dedede; }
  .myteamge #cookies-toll tr:nth-child(2n) {
    background: #F5F5F5; }
  .myteamge #cookies-toll .responsive-table tr:first-child {
    background-color: #143200;
    color: #ffffff; }

.myteamge #get-started-wrpr .WhiteShadow {
  background: #ffffff; }

.myteamge #get-started-wrpr .get-started-main {
  background: #ffffff; }

.myteamge #get-started-wrpr .list-items {
  border-bottom: 1px solid #bbb; }

.myteamge #get-started-wrpr .links-wrap a {
  background-color: #143200;
  color: #ffffff; }

@media (max-width: 767px) {
  .myteamge #get-started-wrpr .list-items {
    border-bottom: 1px solid #bbb; } }

.myteamge #tollHelpTips #sidebar-nav-wrapper {
  background-color: #143200; }
  .myteamge #tollHelpTips #sidebar-nav-wrapper #faq h2, .myteamge #tollHelpTips #sidebar-nav-wrapper #printsettings h2 {
    color: #143200;
    font-family: "Century Gothic", sans-serif; }
  .myteamge #tollHelpTips #sidebar-nav-wrapper h3 {
    color: #143200;
    font-family: "MovementSansRegular", Georgia !important;
    font-weight: normal !important; }
  .myteamge #tollHelpTips #sidebar-nav-wrapper .tab:first-child {
    border-top: 1px solid #424242; }
  .myteamge #tollHelpTips #sidebar-nav-wrapper .tab h3 {
    color: #ffffff; }
  .myteamge #tollHelpTips #sidebar-nav-wrapper .tab a {
    color: #ffffff;
    border-bottom: solid 1px #424242; }
  .myteamge #tollHelpTips #sidebar-nav-wrapper .tab a:hover, .myteamge #tollHelpTips #sidebar-nav-wrapper .tab a:focus {
    background-color: #CBFF55; }
  .myteamge #tollHelpTips #sidebar-nav-wrapper .tab a:hover, .myteamge #tollHelpTips #sidebar-nav-wrapper .tab a.active {
    background-color: #CBFF55;
    border-bottom: solid 1px #CBFF55;
    color: #143200;
    font-weight: bold; }
  .myteamge #tollHelpTips #sidebar-nav-wrapper .tab a i.ico-arrow {
    color: #143200; }
  .myteamge #tollHelpTips #sidebar-nav-wrapper .tab-content-wrapper {
    background: #EEEAD9; }
  .myteamge #tollHelpTips #sidebar-nav-wrapper .tab-content-wrapper label {
    font-family: "MovementSansRegular", Georgia !important;
    font-weight: normal !important; }
  .myteamge #tollHelpTips #sidebar-nav-wrapper .tab-content-wrapper .help p span {
    color: #858585; }
  .myteamge #tollHelpTips #sidebar-nav-wrapper .tab a:hover span,
  .myteamge #tollHelpTips #sidebar-nav-wrapper .tab a.active span {
    background-color: #ffffff;
    color: #143200; }
  .myteamge #tollHelpTips #sidebar-nav-wrapper .tab a span {
    color: #143200;
    font-family: "Century Gothic", sans-serif;
    font-weight: bold;
    background-color: rgba(255, 179, 26, 0.4); }

.myteamge #tollHelpTips .leftSpace table tr:first-child {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000; }

.myteamge #tollHelpTips .leftSpace table tr:nth-child(2n) {
  background-color: #EEEAD9; }

.myteamge #tollHelpTips .nav-content-wrapper {
  background-color: #ffffff; }
  .myteamge #tollHelpTips .nav-content-wrapper h3 {
    color: #0a0a0a;
    font-family: "Century Gothic", sans-serif; }
  .myteamge #tollHelpTips .nav-content-wrapper h5, .myteamge #tollHelpTips .nav-content-wrapper p {
    color: #0a0a0a; }
  .myteamge #tollHelpTips .nav-content-wrapper p label span {
    color: #cccccc; }

.myteamge #tollHelpTips .tab-pane > div {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(20, 50, 0, 0.1), 0 3px 6px 0 rgba(20, 50, 0, 0.2); }

.myteamge #tollHelpTips .tab-pane > div label + .ico-acd-toggler {
  color: #143200;
  opacity: 0.8; }

.myteamge #tollHelpTips div.browserCompatibility table tr li i.ico-external-link-1 {
  color: #143200; }

.myteamge #tollHelpTips .bulk-ret {
  color: #143200;
  font-family: "MovementSansRegular", Georgia !important;
  font-weight: normal !important; }

.myteamge #tollHelpTips .tab-pane span.enhanced {
  color: #143200;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  background-color: rgba(255, 179, 26, 0.4); }

.myteamge #tollHelpTips .tab-pane span.new-tag {
  color: #143200;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  background-color: #c2ee9e; }

.myteamge #tollHelpTips .leftSpace h4 {
  color: #143200;
  font-family: "MovementSansRegular", Georgia !important;
  font-weight: normal !important; }

.myteamge #tollHelpTips .tick-right {
  color: #7ed321; }

.myteamge #tollHelpTips .tick-wrong {
  color: #DF2D1C; }

.myteamge #tollHelpTips #topspan {
  color: #143200;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  background-color: rgba(255, 179, 26, 0.4); }

.myteamge .ups-local-home-page .my-profile-main .profile-list-box .links-wrap a:after, .myteamge .ups-local-home-page .my-profile-main .profile-list-box .links-wrap a.disabled:after {
  font-family: "myteamge"; }

.myteamge .ups-local-home-page .my-profile-main .profile-list-box .links-wrap {
  font-family: "Century Gothic", sans-serif;
  font-weight: bold; }

.myteamge .ups-local-home-page .my-profile-main {
  background: #ffffff; }

.myteamge #brwser-unsupported {
  background-color: #ffffff; }
  .myteamge #brwser-unsupported i.ico-exception {
    color: #ffa200; }
  .myteamge #brwser-unsupported h1 {
    color: #143200; }
  .myteamge #brwser-unsupported .action-item {
    color: #143200; }
  .myteamge #brwser-unsupported .browser img {
    border-right: 1px solid #dedede; }
  @media (max-width: 650px) {
    .myteamge #brwser-unsupported .browser img {
      border-right: 1px solid #dedede; } }

.myteamge .admin-local-home-page .my-profile-main .profile-list-box .links-wrap a:after {
  font-family: "myteamge"; }

.myteamge .admin-local-home-page .my-profile-main {
  background: #ffffff;
  box-shadow: 0 4px 5px 0px #cdcdcd;
  -moz-box-shadow: 0 4px 5px 0px #cdcdcd;
  -webkit-box-shadow: 0 4px 5px 0px #cdcdcd; }
  .myteamge .admin-local-home-page .my-profile-main .profile-list-box .links-wrap a {
    background-color: #143200;
    color: #ffffff; }

.myteamge .about-me-page {
  color: #143200; }
  .myteamge .about-me-page .about-main-section .about-main-header,
  .myteamge .about-me-page .about-info-section .about-video-info .video-sec-heading,
  .myteamge .about-me-page .team-features-heading,
  .myteamge .about-me-page .team-features .team-features-content-heading {
    font-family: "Century Gothic", sans-serif;
    font-weight: bold; }
  .myteamge .about-me-page .about-main-section .about-main-subheader,
  .myteamge .about-me-page .about-info-section .about-video-info .video-sec-content,
  .myteamge .about-me-page .team-features .team-features-content {
    font-family: "Century Gothic", sans-serif; }
  .myteamge .about-me-page .about-info-section {
    background-color: #ffffff; }
  .myteamge .about-me-page .about-info-section .about-video {
    background-color: #143200; }

.myteamge .dashboard-nonloggedin-page .dashboard-page-btn {
  color: #143200;
  font-family: "MovementSansRegular", Georgia !important; }

.myteamge #faq-mask {
  background-color: #00694D; }
  .myteamge #faq-mask .heading {
    color: #ffffff;
    font-family: "Century Gothic", sans-serif !important;
    font-weight: bold; }

.myteamge #faq-heading {
  color: #143200;
  font-family: "MovementSansRegular", Georgia !important; }

.myteamge .heading-5.accordion {
  background-color: #ffffff; }

.myteamge .paragraph.panel {
  background-color: #ffffff; }

.myteamge .box-shadow .heading-5 {
  color: #143200;
  font-family: "Century Gothic", sans-serif !important; }

.myteamge .box-shadow .heading-5:before {
  color: #143200;
  font-family: "myteamge"; }

.myteamge .paragraph a.number-underline {
  color: #143200 !important; }

.myteamge .box-shadow div.paragraph {
  color: #143200;
  font-family: "Century Gothic", sans-serif; }

.myteamge div.gen-subheading {
  font-family: "MovementSansRegular", Georgia !important; }

.myteamge .primary-brand-color {
  color: #143200 !important; }

.myteamge .primary-brand-bg-color {
  background-color: #143200 !important; }

.myteamge .secondary-brand-color {
  color: #143200 !important; }

.myteamge .secondary-brand-bg-color {
  background-color: #143200 !important; }

.myteamge button.primary.btn-secondary:hover {
  background-color: rgba(20, 50, 0, 0.2) !important; }

#add-addr-notification .address-notification-popup-main .address-notification-section .new-smrt-chckbx-wrapr.ico-checkbox::before {
  height: 17px;
  width: 17px;
  top: 7px; }

#add-addr-notification .address-notification-popup-main .address-notification-section .new-smrt-chckbx-wrapr.ico-checkbox::after {
  left: 4px;
  top: 11px;
  height: 6px; }

@media only screen and (min-width: 360px) and (max-width: 767px) {
  .popover {
    min-width: 300px !important; }
  .popover-body, .popover-content {
    min-width: 298px !important; } }

.visible-lg {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.flex-container {
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.fade.in {
  opacity: 1; }

b, strong {
  font-weight: bolder; }

.myteamge .login-form-wrapper button#login-btn {
  margin-bottom: 20px; }

.nav > li {
  position: relative; }

.nav-tabs > li {
  margin-bottom: -1px; }

.nav > li > a {
  display: block;
  padding: 0.5rem 1rem; }

.nav-tabs > li > a {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none; }

.radio-inline {
  padding-left: 20px;
  position: relative;
  vertical-align: middle; }

.radio-inline input[type='radio'] {
  position: absolute; }

html:not(#__):not(#___) .cadmin .alert-warning {
  background-color: #fff0d1 !important;
  border-bottom: 4px solid #FFB31A !important;
  color: #143200; }

html:not(#__):not(#___) .cadmin .alert-warning .close {
  color: #143200; }

.highlight {
  font-weight: bold;
  margin: 0 1px; }

.myteamge .page-body .captcha-container-section {
  left: 39%;
  top: 20%; }

.myteamge .portlet-mfa-verify .container-fluid-max-xl {
  max-width: 100%; }

.myteamge .portlet-mfa-verify .container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%; }
