/**
 * Added in the course of LAUD-545,
 * this should only be useful when client is using zoom
 */
@media (min-width: 1200px) {
  .workarea {
    overflow-x: hidden;
  }
}

.menu-search-highlight {
  color: #0083ba;
}

datepicker-inner .btn {
  color: black;
}

datepicker-inner .pull-right {
  float: right;
}

.message-toaster {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1050;
}

.message-toaster .tooltip {
  z-index: 1060;
}

.message-toaster .alert {
  position: relative;
  float: right;
  right: 0;
  bottom: 0;
  clear: both;
}

.glyphicon-chevron-left::before {
  content: '<';
}

.glyphicon-chevron-right::before {
  content: '>';
}

.sidebar ul li:not(.active) a {
  color: #5d6071;
}

.sidebar ul li.active > a {
  color: #0083ba;
}

@media (min-width: 600px) {
  .clear {
    right: 25px;
  }

  .clear::before {
    font-size: 1rem;
  }
}

@media (min-width: 900px) {
  .clear {
    right: 25px;
  }
}

.clear::before {
  color: #5d6071;
  content: '';
  font-family: 'iconfont';
  font-size: 1.1rem;
}

.clear:hover::before {
  color: #0083ba;
}

.clear:active {
  outline: 0;
}

.clear-without-search {
  right: 2px;
}

.show .dropdown-menu {
  display: block;
}

.dnd-drag-handle {
  cursor: pointer !important;
  font-size: 1.3rem;
  vertical-align: middle;
}

.dnd-sortable-drag {
  background-color: #fdefb3;
  opacity: 0.7;
}

/* for displaying alerts in mobile. needs to be added to mta_visuaal.css */
.alert {
  word-wrap: break-word;
}

.bookmarksTable .table-responsive {
  overflow-x: visible;
}

@media (min-width: 600px) {
  .footer-section-table .table-responsive {
    overflow-x: visible;
  }
}

.footer-section-table .table-responsive {
  background-color: transparent;
}

.footer-section-table table.table {
  background-color: #fff;
}

.footer-section-table .table-responsive .table::after {
  background-size: auto;
}

.col-form-content-comment {
  padding-top: 5px;
}

.btn-row-not-last {
  margin-right: 10px;
}

.time-table td input {
  height: 2em;
}

.upload-button.link-gray.icon-attachment {
  height: 2.6rem;
  width: 2.6rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.6rem;
  background-color: #dbdfe2;
  display: inline-block;
}

.upload-button.link-gray.icon-attachment::before {
  padding: 0;
}

@media screen and (min-width: 600px) {
  .row .tere:first-child {
    border-right: 1px dotted #9d9fb4;
  }
}

@media screen and (max-width: 599px) {
  .row .tere:first-child {
    border-bottom: 1px dotted #9d9fb4;
  }
}

.popover .popover-header.bookmarks-popover-header {
  justify-content: flex-start;
}

/*
 * In the course of LAUD-636 styles of containers (dashboard-global, dashboard-official, dashboard-represent, public, transition)
 * were moved into separate CSS class, also min-height 100vh was added as a fix for IE 11
 */
.container-component-wrapper {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}

@media all and (-ms-high-contrast: none) {
  .container-component-wrapper {
    height: 100%;
  }
}

@media (min-width: 600px) {
  .footer-business-hours p {
    display: inline-block;
  }
}

.help-center {
  background-color: #fff;
}

.help-center-content-wrap {
  background-color: #f2f3f3;
}

.help-center .tab-content {
  height: auto;
}

.help-center-open .help-center {
  overflow-y: auto;
  overflow-x: hidden;
}

.help-center-footer.wider {
  margin: 0 -25px;
}

.help-center iframe {
  width: 100% !important;
  height: 100% !important;
}

/*
 * Custom styles for table columns, since in bootstrap 4 it is no longer possible to set column widths with col-*
 */
.table-col-1 {
  width: 5%;
}

.table-col-2 {
  width: 10%;
}

.table-col-3 {
  width: 15%;
}

.table-col-4 {
  width: 20%;
}

.table-col-5 {
  width: 25%;
}

.table-col-6 {
  width: 30%;
}

.table-col-7 {
  width: 35%;
}

.table-col-8 {
  width: 40%;
}

.table-col-9 {
  width: 45%;
}

.table-col-10 {
  width: 50%;
}

.table-col-11 {
  width: 55%;
}

.table-col-12 {
  width: 60%;
}

.table-col-13 {
  width: 65%;
}

.table-col-14 {
  width: 70%;
}

.table-col-15 {
  width: 75%;
}

.table-col-16 {
  width: 80%;
}

.table-col-17 {
  width: 85%;
}

.table-col-18 {
  width: 90%;
}

.table-col-19 {
  width: 95%;
}

.table-col-20 {
  width: 100%;
}

/*
 * popover suitable for smaller screens
 */
@media (max-width: 599px) {
  .popover-mobile-smaller {
    max-width: 300px;
  }
}

.messages-upper-rounded-corner-wrapper {
  border: 2px solid #9d9fb4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.messages-upper-rounded-corner-wrapper .topSectionList {
  border: none !important;
}

.alert.alert-global {
  overflow: hidden;
}

.bookmarks-has-danger-feedback {
  white-space: normal;
}

@media (min-width: 600px) {
  .bookmarks-has-danger-feedback {
    max-width: 250px;
  }
}

@media (max-width: 599px) {
  .bookmarks-has-danger-feedback,
  .bookmarks-has-danger-feedback a {
    font-size: 0.8rem;
    line-height: 24px !important;
  }
}

/*
 * Added for MAAM-36 for correct addon button radius, should be removed after added to mta_visuaal.css
 */
.input-group-addon {
  border-radius: 0px 5px 5px 0px;
}

.help-center-open .nav-link.nav-help-center,
.help-center-open .nav-link.nav-help-center:focus {
  color: #0083ba;
}

.help-center-open .nav-link.nav-help-center:hover {
  color: #5d6071;
}

/*
 * added to correctly display non resident registration application related components
 */
.non-resident-list-details-bottom {
  border: 2px solid #9d9fb4;
  border-radius: 0 0 10px 10px;
  border-top: 0;
  background-color: #fff !important;
  margin-bottom: 10px;
}

.non-resident-list .message-collapse {
  background-color: #f2f3f3;
}

.non-resident-list .vestlus-top .section {
  background-color: #ffffff;
}

/**
 * tooltip with containerClass tooltip-icon does not have an arrow
 */
.tooltip-icon .tooltip-arrow {
  /* display: none; */
}

.tooltip-icon.bs-tooltip-top .tooltip-arrow {
  border-top-color: #dbdfe2;
}

.tooltip-icon.bs-tooltip-right .tooltip-arrow {
  border-right-color: #dbdfe2;
}

.tooltip-icon.bs-tooltip-bottom .tooltip-arrow {
  border-bottom-color: #dbdfe2;
}

.tooltip-icon.bs-tooltip-left .tooltip-arrow {
  border-left-color: #dbdfe2;
}

.tooltip.tooltip-icon .tooltip-arrow::before {
  border: 3px solid transparent;
  content: '';
  position: absolute;
}

.tooltip-icon.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #f2f3f3;
  left: -3px;
  top: -5px;
}

.tooltip-icon.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #f2f3f3;
  left: -3px;
  bottom: -5px;
}

.tooltip-icon.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #f2f3f3;
  left: -5px;
  top: -3px;
}

.tooltip-icon.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #f2f3f3;
  top: -3px;
}

@media (min-width: 600px) {
  .form-group.has-tooltip .form-tooltip,
  .form-group emta-input .form-tooltip {
    width: 14px;
    display: inline-flex;
    height: 14px;
    top: 6px;
  }
}

@media (max-width: 600px) {
  .tooltip-container {
    width: 60px;
  }
}

:last-child > a[class*='icon-'][class*='link-'] {
  margin-right: 0;
}

a[class*='icon-'][class*='link-'] {
  margin-right: 1rem;
}

a[class*='icon-'][class*='label-comment'] {
  color: #9d9fb4;
}

/**
 * logout button must text must remain white
 */
.btn-logout {
  color: #fff !important;
}

/**
 * fix for win 7 ie 11 (LAUD-1145)
 */
.sidebar-section-toggle,
.sidebar-subsection-toggle {
  pointer-events: auto;
}

.navbar-nav .nav-item .nav-messages.opened {
  color: #0083ba;
}

/**
 * help center tabs should stay in one row (LAUD-1007)
 */
.help-center .nav-tabs.form-nav .nav-item {
  flex: inherit;
}

.help-center .nav-tabs .nav-item a {
  padding-left: 5px;
}

.help-center .nav-item {
  width: auto;
}

/**
 *  prevent long column from stretching mobile view
 */
@media (max-width: 599px) {
  .col-mobile-short {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70px;
  }
}

/* Fix that coolwhip */
.tooltip {
  pointer-events: none;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .tooltip-inner {
  font-size: 12px;
}

.bs-tooltip-top,
.bs-tooltip-right,
.bs-tooltip-bottom,
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='top'],
.bs-tooltip-auto[x-placement^='right'],
.bs-tooltip-auto[x-placement^='bottom'],
.bs-tooltip-auto[x-placement^='left'] {
  padding: 0;
}

.bs-tooltip-top .tooltip-inner {
  margin-bottom: 4px;
}

.bs-tooltip-right .tooltip-inner {
  margin-left: 4px;
}

.bs-tooltip-bottom .tooltip-inner {
  margin-top: 4px;
}

.bs-tooltip-left .tooltip-inner {
  margin-right: 4px;
}

.bs-tooltip-auto[x-placement^='left'] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #5d6071;
}

.tooltip-arrow {
  border: 4px solid transparent;
  position: absolute;
}

.tooltip .tooltip-arrow::before {
  content: none;
}

.bs-tooltip-top .tooltip-arrow {
  border-top-color: #5d6071;
  bottom: -3px;
}

.bs-tooltip-right .tooltip-arrow {
  border-right-color: #5d6071;
  left: -4px;
}

.bs-tooltip-bottom .tooltip-arrow {
  border-bottom-color: #5d6071;
  top: -4px;
}

.bs-tooltip-left .tooltip-arrow {
  border-left-color: #5d6071;
  right: -4px;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-right .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-left .tooltip-arrow {
  width: auto;
  height: auto;
}

/* Date range picker */
.range-group {
  display: flex;
  flex-wrap: wrap;
}

.range-from .mydp,
.has-danger .mydp,
.has-warning .mydp {
  margin-bottom: -5px;
}

@media (max-width: 599px) {
  .range-from::after {
    display: block;
    text-align: center;
  }
}

@media (min-width: 600px) {
  .range-from::after {
    right: -5px;
  }

  /* Using :root to overwrite grid values without using !important */
  :root .range-from {
    padding-right: 10px;
  }

  :root .range-to {
    padding-left: 10px;
  }
}

/* To show table pagination dropdown on top of footer (LAUD-1558) */
@media (max-width: 599px) {
  .temp .content-wrapper {
    overflow: visible;
  }
}

/* IE(11) global menu switchis text to uppercase on closing (LAUD-1668) */
.global-menu.mta-ametnik:not(.open) a span {
  text-transform: none;
}

/* Checkbox list */
.checkbox-list.ng-invalid.ng-dirty
.custom-checkbox
.custom-control-label::before {
  border-color: #ff7373;
}

.checkbox-list.ng-invalid.ng-dirty .has-danger .form-control-feedback {
  left: -8px;
  top: -10px;
}

.checkbox-list.ng-invalid.ng-dirty .has-danger .form-control-feedback::before {
  margin-left: -1px;
}

@media (min-width: 600px) {
  .checkbox-list.ng-invalid.ng-dirty .has-danger .form-control-feedback {
    left: -14px;
    top: 0;
  }
}

@media (max-width: 599px) {
  .form-control-feedback {
    font-size: 20px;
  }
}

/* Username jumps on hover/focus */
.nav-user:active .nav-user-name,
.nav-user:focus .nav-user-name,
.nav-user:hover .nav-user-name {
  max-width: calc(100% - 32px);
}

.bs-popover-top .arrow,
.bs-popover-bottom .arrow {
  margin-left: -11px !important;
}

.bs-popover-top .arrow.mta-popover-arrow,
.bs-popover-bottom .arrow.mta-popover-arrow {
  margin-left: 0 !important;
  margin-right: 0;
}

.badge-popover.bs-popover-bottom .arrow.mta-popover-arrow,
.badge-popover.bs-popover-top .arrow.mta-popover-arrow {
  margin-left: -8px !important;
}

@media (min-width: 600px) {
  .popover-logout {
    right: 40px;
    left: auto !important;
  }

  .popover-logout .arrow {
    left: auto !important;
    right: 20px;
  }

  .popover.bottom-left.popover-exit .arrow:before,
  .popover.bottom-right.popover-exit .arrow:before,
  .popover.bottom.popover-exit .arrow:before,
  .popover.bs-popover-bottom.popover-exit .arrow:before,
  .popover.popover-confirm.bottom .arrow:before,
  .popover.popover-confirm.bottom-left .arrow:before,
  .popover.popover-confirm.bottom-right .arrow:before,
  .popover.popover-confirm.bs-popover-bottom .arrow:before {
    border-bottom-color: #ff7373;
  }

  .popover.popover-success.bottom .arrow:before,
  .popover.popover-success.bottom-left .arrow:before,
  .popover.popover-success.bottom-right .arrow:before,
  .popover.popover-success.bs-popover-bottom .arrow:before {
    border-bottom-color: #00b649;
  }
}

.temp .popover-logout {
  right: 20px;
}

@media (min-width: 1210px) {
  .temp .popover-logout {
    /* 1200px / 2 - 10px */
    right: calc(50vw - 590px);
  }
}

@media (max-width: 599px) {
  .global-menu .global-menu-client-select a {
    pointer-events: all;
  }
}

:root .item-collapsed {
  height: 0 !important;
  opacity: 0;
  min-height: 0;
  border-bottom-width: 0;
}

#popover-client-select a, .popover.popover-client-select a {
  display: inline-block;
}

#representative-menu-block-parent a {
  padding-left: 14px !important;
  padding-right: 21px !important;
}

.global-menu-client-select + #popover-client-select a {
  font-size: 16px !important;
  display: inline;
}

#popover-client-select li, .popover.popover-client-select li {
  margin-bottom: 1rem;
}

.client-popover-list-item {
  margin-bottom: 0 !important;
}

.global-menu-client-select.open + #popover-client-select {
  max-height: 1000%;
}

.mobile-collapse-menu-item {
  min-height: 60px;
}

.global-menu .parent-item .mobile-sidebar li {
  height: auto;
  min-height: initial;
}

.global-menu .global-menu-client-select a {
  pointer-events: auto;
}

.popover-client-select .popover-content .popover-body {
  overflow-y: hidden !important;
  max-height: 200%;
}

.principal-popover-scroll-content {
  margin-top: 1.5rem;
}

.principal-popover-scroll-content > :first-child {
  margin-top: 0 !important;
}

.section-line-chart-tooltip {
  background-color: skyblue !important;
  opacity: 0.9 !important;
  padding: 10px;
  border-radius: 7px !important;
  color: white !important;
}

@media (max-width: 599px) {
  .popover.popover-favorites .popover-arrow,
  .popover.popover-header-user .popover-arrow,
  .popover.popover-messages .popover-arrow {
    left: auto !important;
  }

  .popover.popover-search .popover-arrow {
    left: 89px !important;
  }

  .popover.popover-favorites .popover-arrow {
    right: 72px;
  }

  .popover.popover-messages .popover-arrow {
    right: 190px;
  }

  .popover.popover-notices .popover-arrow {
    right: 132px;
  }
}

.navbar-nav .nav-item .nav-search {
  padding: 10px 0 !important;
}

@media (min-width: 599px) {
  .popover.popover-search .popover-arrow {
    left: 33px !important;
  }
}

.global-menu-ratings::before {
  content: '\eae6';
  font-family: iconfont-extras !important;
}

/* make popover arrow red for confirmation popover */
.popover-confirm.bs-popover-auto[x-placement^='left'] .arrow::before,
.popover-confirm.bs-popover-left .arrow::before {
  right: -3px;
  border-left-color: #ff7373;
}

.popover-confirm.bs-popover-auto[x-placement^='left'] .arrow::after,
.popover-confirm.bs-popover-auto[x-placement^='left'] .arrow::before,
.popover-confirm.bs-popover-left .arrow::after,
.popover-confirm.bs-popover-left .arrow::before {
  border-width: 11px 0 11px 11px;
}

.popover-confirm.bs-popover-auto[x-placement^='right'] .arrow::before,
.popover-confirm.bs-popover-right .arrow::before {
  left: -3px;
  border-right-color: #ff7373;
}

.popover-confirm.bs-popover-auto[x-placement^='right'] .arrow::after,
.popover-confirm.bs-popover-auto[x-placement^='right'] .arrow::before,
.popover-confirm.bs-popover-right .arrow::after,
.popover-confirm.bs-popover-right .arrow::before {
  border-width: 11px 11px 11px 0;
}

.popover-confirm.bs-popover-auto[x-placement^='top'] .arrow::before,
.popover-confirm.bs-popover-top .arrow::before {
  border-top-color: #ff7373;
}

.popover-confirm.bs-popover-auto[x-placement^='bottom'] .arrow::before,
.popover-confirm.bs-popover-bottom .arrow::before {
  border-bottom-color: #ff7373;
}

/* make popover arrow green for confirmation popover */

.popover-success.bs-popover-auto[x-placement^='left'] .arrow::before,
.popover-success.bs-popover-left .arrow::before {
  right: -3px;
  border-left-color: #00b649;
}

.popover-success.bs-popover-auto[x-placement^='left'] .arrow::after,
.popover-success.bs-popover-auto[x-placement^='left'] .arrow::before,
.popover-success.bs-popover-left .arrow::after,
.popover-success.bs-popover-left .arrow::before {
  border-width: 11px 0 11px 11px;
}

.popover-success.bs-popover-auto[x-placement^='right'] .arrow::before,
.popover-success.bs-popover-right .arrow::before {
  left: -3px;
  border-right-color: #00b649;
}

.popover-success.bs-popover-auto[x-placement^='right'] .arrow::after,
.popover-success.bs-popover-auto[x-placement^='right'] .arrow::before,
.popover-success.bs-popover-right .arrow::after,
.popover-success.bs-popover-right .arrow::before {
  border-width: 11px 11px 11px 0;
}

.popover-success.bs-popover-auto[x-placement^='top'] .arrow::before,
.popover-success.bs-popover-top .arrow::before {
  border-top-color: #00b649;
}

.popover-success.bs-popover-auto[x-placement^='bottom'] .arrow::before,
.popover-success.bs-popover-bottom .arrow::before {
  border-bottom-color: #00b649;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.dropdown-body-wrapper .dropdown-menu {
  background-clip: inherit;
}

.temp .desktop-nav .nav-item-bottom-title {
  color: #9d9fb4;
  font-size: 0.85714rem;
  margin-top: 0;
}

@media (max-width: 599px) {
  .temp .desktop-nav .nav-item-bottom-title {
    font-size: 0.6rem;
  }
}

/* in case bootstrap class causes weird issues */
@media (max-width: 599px) {
  .hide-on-mobile {
    display: none;
  }
}

@media (max-width: 1199px) {
  .sidebar-subsection-toggle::after {
    display: inline-block;
  }
}

a.page-link:hover {
  background-color: #0083ba !important;
  color: #fff !important;
}

@media (max-width: 1199px) {
  .sidebar-section-toggle:active,
  .sidebar-section-toggle:focus,
  .sidebar-section-toggle:hover {
    color: #9d9fb4;
  }
}

a.extras::before {
  font-family: iconfont-extras;
}

.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-13,
.col-xxl-14,
.col-xxl-15,
.col-xxl-16,
.col-xxl-17,
.col-xxl-18,
.col-xxl-19,
.col-xxl-2,
.col-xxl-20,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxl-1 {
    flex: 0 0 5%;
    max-width: 5%;
  }

  .col-xxl-2 {
    flex: 0 0 10%;
    max-width: 10%;
  }

  .col-xxl-3 {
    flex: 0 0 15%;
    max-width: 15%;
  }

  .col-xxl-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xxl-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-6 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-xxl-7 {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-xxl-8 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xxl-9 {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .col-xxl-10 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-11 {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .col-xxl-12 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xxl-13 {
    flex: 0 0 65%;
    max-width: 65%;
  }

  .col-xxl-14 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-xxl-15 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-16 {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xxl-17 {
    flex: 0 0 85%;
    max-width: 85%;
  }

  .col-xxl-18 {
    flex: 0 0 90%;
    max-width: 90%;
  }

  .col-xxl-19 {
    flex: 0 0 95%;
    max-width: 95%;
  }

  .col-xxl-20 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 21;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .order-xxl-13 {
    order: 13;
  }

  .order-xxl-14 {
    order: 14;
  }

  .order-xxl-15 {
    order: 15;
  }

  .order-xxl-16 {
    order: 16;
  }

  .order-xxl-17 {
    order: 17;
  }

  .order-xxl-18 {
    order: 18;
  }

  .order-xxl-19 {
    order: 19;
  }

  .order-xxl-20 {
    order: 20;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 5%;
  }

  .offset-xxl-2 {
    margin-left: 10%;
  }

  .offset-xxl-3 {
    margin-left: 15%;
  }

  .offset-xxl-4 {
    margin-left: 20%;
  }

  .offset-xxl-5 {
    margin-left: 25%;
  }

  .offset-xxl-6 {
    margin-left: 30%;
  }

  .offset-xxl-7 {
    margin-left: 35%;
  }

  .offset-xxl-8 {
    margin-left: 40%;
  }

  .offset-xxl-9 {
    margin-left: 45%;
  }

  .offset-xxl-10 {
    margin-left: 50%;
  }

  .offset-xxl-11 {
    margin-left: 55%;
  }

  .offset-xxl-12 {
    margin-left: 60%;
  }

  .offset-xxl-13 {
    margin-left: 65%;
  }

  .offset-xxl-14 {
    margin-left: 70%;
  }

  .offset-xxl-15 {
    margin-left: 75%;
  }

  .offset-xxl-16 {
    margin-left: 80%;
  }

  .offset-xxl-17 {
    margin-left: 85%;
  }

  .offset-xxl-18 {
    margin-left: 90%;
  }

  .offset-xxl-19 {
    margin-left: 95%;
  }
}

@media (min-width: 900px) {
  .col-xxl,
  .col-xxl-1,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl-13,
  .col-xxl-14,
  .col-xxl-15,
  .col-xxl-16,
  .col-xxl-17,
  .col-xxl-18,
  .col-xxl-19,
  .col-xxl-2,
  .col-xxl-20,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-auto {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.label-gray {
  background: #5d6071;
  font-size: 10px !important;
  padding: 0 3px 0 3px;
  color: #fff !important;
  font-weight: 400;
  margin-left: 0.5rem;
  margin-right: 0.25rem;
  text-decoration: none;
  display: inline;
  bottom: 2px;
  position: relative;
}

@media (max-width: 1199px) {
  .label-gray-lg-light {
    color: #5d6071 !important;
    background: #fff !important;
  }
}

.fie-container {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  margin-right: 0.75rem;
  color: #5d6071;
  line-height: 1.5 !important;
}

@media (max-width: 599px) {
  /*For Safari*/
  @media not all and (min-resolution: .001dpcm) {

    .popover .popover-content {
      display: block;
    }

    .popover-content {
      height: initial !important;
    }
  }

  .popover-search {
    width: 100%;
    height: auto !important;
    min-height: calc(100% - 60px);
  }

  .popover-search .popover-scroll-content {
    overflow-y: hidden;
  }
}

/* moves dashboard mobile popovers down so they dont hide icons */
@media (max-width: 599.98px) {
  .popover.popover-favorites, .popover.popover-header-user, .popover.popover-messages, .popover.popover-search {
    transform: translate3d(0, 53px, 0) !important;
  }
}

/* until someone finds correct way to move menuItem search popover to correct position */
@media (min-width: 600px) {
  .popover-search-desktop {
    margin-left: 55px;
    margin-top: 0;
  }
}

/* until someone finds correct way to move menuItem search popover to correct position */
@media (min-width: 1200px) {
  .popover-search-desktop {
    margin-top: 0;
  }
}

.ms-section {
  overflow: hidden;
}

.popover {
  z-index: 1000;
}

@media only screen and (min-width: 1200px) {
  body:not(.help-center-open):not(.temp) .sidebar {
    min-height: 600px;
    padding: 2rem 0 3rem 0.5rem;
  }
}

@media (max-width: 599px) {
  .badge-mobile-big {
    font-size: 0.85714rem;
    width: auto;
  }

  .badge-mobile-big::before {
    content: none !important;
  }
}

@media (min-width: 600px) {
  .popover-favorites .popover-content .arrow::before,
  .popover-favorites .popover-content .arrow::after,
  .popover-messages .popover-content .arrow::before,
  .popover-messages .popover-content .arrow::after {
    margin-left: 9px;
  }
}

.bookmark-popover-container .popover-scroll-content {
  overflow-x: visible !important;
  overflow-y: visible !important;
}

@media (max-width: 599px) {
  .container-component-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
  }
}

.shift-icon-tooltip-19 {
  margin-right: 19px;
}

.shift-icon-tooltip-19 .arrow {
  margin-right: 19px;
}

.shift-icon-tooltip-3 {
  margin-right: 3px;
}

.shift-icon-tooltip-3 .arrow {
  margin-right: 3px;
}

.transition-left-0s {
  transition: left 0s !important;
}

.drag-handle:hover {
  color: #0083ba;
}

.line-height {
  line-height: 1.4;
}

a.icon-info[data-toggle*='tooltip'][class*='icon-'] {
  display: inline-flex;
}

a.icon-info[data-toggle*='tooltip'][class*='icon-'][class*='label-comment']::before {
  font-size: 12px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .popover.popover-favorites .link-favourites::before {
    text-decoration: underline;
  }

  .popover.popover-favorites .link-favourites::before {
    text-decoration: none;
  }
}

@media (min-width: 1200px) {
  .representative-layout .global-menu li:not(.global-menu-client-select) a:focus {
    background-color: #0083ba;
    outline: auto;
  }

  .representative-layout .global-menu li:not(.global-menu-client-select) a:focus::before {
    line-height: 59px;
  }
}

@media (max-width: 599px) {
  .table-adaptive .table-row > div, .table-adaptive td {
    display: block !important;
  }

  .table-adaptive .table-row > div.tools, .table-adaptive td.tools {
    display: none !important;
  }
}

.global-menu .global-menu-client-select a .client-display {
  padding-right: 42px;
}

.navbar-nav .nav-item .nav-notifications:hover,
.navbar-nav .nav-item .nav-favourites:hover, .navbar-nav .nav-item .nav-help-center:hover {
  color: #0083ba;
}

@media only screen and (min-width: 1500px) {
  .sidebar {
    padding: 2rem 0 3rem 0.5rem;
  }
}

@supports (-ms-ime-align:auto) {
  .shift-icon-tooltip-down-14 {
    margin-top: 14px;
  }

  .modal-content {
    background-clip: border-box;
  }
}

.sidebar.collapse a:hover {
  color: #0083ba;
}

.popover.popover-favorites .popover-content > .popover-scroll-content {
  overflow: visible;
}

badge a:not(.badge-with-icon) {
  pointer-events: none;
}

badge[tooltip] a {
  pointer-events: auto;
}

@media (max-width: 599px) {
  badge[ng-reflect-style="with-icon"] {
    cursor: default;
    pointer-events: none;
  }
}

.outline-none {
  outline: none !important;
}

.help-center-upload-popover {
  width: 320px;
  margin-left: -30px;
}

@media (min-width: 600px) {
  .form-section {
    margin-bottom: 1.5rem !important;
  }
}

.preferences-container:focus > .preferences {
  color: #0083ba;
}

/*
It began with the forging of the Stylebook.
Three types of rows were assumed to be in a table: all rows sortable, all rows not sortable and a tools row.
But they were, all of them, deceived, for another row was made. In the land of NESS, in the fires of Nortal,
the analysts forged in secret a new row, to express table data which is not an icon, but also not sortable.

One row to rule them all.
*/
.table-head .table-row > div:not([sortable]) {
  padding: .25rem .75rem !important;
}

.custom-control-input:disabled:not(:checked) ~ .custom-control-label::before {
  cursor: default;
}

.address-autocomplete-dropdown .dropdown-item {
  padding: 0 0.75rem;
}

.address-autocomplete-dropdown .dropdown-item .text {
  display: block;
  line-height: 1.2rem;
  max-width: 100%;
  padding: 0.4rem 0;
  white-space: normal;
}
