.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

/* stylelint-disable max-nesting-depth, selector-max-compound-selectors */
.service-calls-overview__result-set {
  position: relative;
}
@media (min-width: 1440px) {
  .service-calls-overview__result-set {
    text-align: center;
  }
}
@media (max-width: 1439px) {
  .service-calls-overview__result-set {
    text-align: left;
  }
}
@media (max-width: 567px) {
  .service-calls-overview__table-container.service-calls-overview__table-container {
    padding-top: 10px !important;
  }
}
.service-calls-overview .ux-text-status ux-icon {
  font-size: 18px;
  transform: translateY(2px);
}
.service-calls-overview .ux-text-status ux-icon + ux-icon {
  display: none;
}
.service-calls-overview .ux-table table {
  width: 100%;
}
.service-calls-overview .ux-table th {
  max-width: none !important;
}
.service-calls-overview .ux-table tr > td:first-child {
  font-family: "Frutiger-Light", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
.service-calls-overview__filter-container .row + .row {
  margin-top: 30px;
}
.service-calls-overview__filter-dropdown {
  min-width: 250px;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .service-calls-overview__filter-dropdown {
    max-width: 300px;
    display: inline-block;
    margin-right: 18px;
  }
}
@media (min-width: 1025px) {
  .service-calls-overview .filter-flex {
    display: flex;
  }
  .service-calls-overview .filter-flex > div + div {
    margin-left: 20px;
  }
}
.service-calls-overview .filter-flex > div {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .service-calls-overview .filter-flex > div {
    width: 20%;
  }
}
.service-calls-overview .filter-flex .ux-dropdown__label ux-icon {
  margin-left: 20px;
  transform: translateY(-1px);
}

/* stylelint-enable max-nesting-depth, selector-max-compound-selectors */