division-select .form-group.field-before {
  margin-top: 15px;
}
division-select .form-group.field-after {
  margin-bottom: 15px;
}

idle-exclude-apis-settings .custom-api-list-group-container {
  padding: 0;
  min-height: 215px;
}
idle-exclude-apis-settings .exclude-apis-list-group {
  background-color: #fdfdfd;
  border: 1px solid #dae1e8;
  border-radius: 2px;
  max-height: 222px;
  overflow-y: auto;
  scrollbar-width: thin;
  margin: 0;
}
idle-exclude-apis-settings .exclude-default-apis-list-group {
  background-color: transparent;
  margin: 0;
}
idle-exclude-apis-settings .exclude-default-apis-list-group .list-group-item {
  border-radius: 2px;
  margin-bottom: 1.2rem;
}
idle-exclude-apis-settings .exclude-default-apis-list-group .list-group-item:last-child {
  margin-bottom: 0;
}
idle-exclude-apis-settings .list-group-flush .list-group-item:first-child {
  border-top: 0;
}
idle-exclude-apis-settings .list-group-flush .list-group-item:last-child {
  border-bottom: 0;
}
idle-exclude-apis-settings .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 2px;
}
idle-exclude-apis-settings .list-group-item:hover {
  background-color: #eff3ff;
}
idle-exclude-apis-settings .exclude-apis-list-group .list-group-item {
  padding: 7px 15px;
}
idle-exclude-apis-settings .disabled-group-item {
  background-color: #e4e9f0;
  cursor: not-allowed;
}
idle-exclude-apis-settings .dropdown-menu {
  border-radius: 2px;
  max-height: 235px;
  overflow-y: auto;
  scrollbar-width: thin;
  width: 100%;
}
idle-exclude-apis-settings .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
idle-exclude-apis-settings .dropdown-item:hover {
  background-color: #d5def7;
}
idle-exclude-apis-settings .dropdown-item.selected {
  background-color: #ebfaf5;
}
idle-exclude-apis-settings .dropdown-item.selected:hover {
  background-color: #caede3;
}
idle-exclude-apis-settings .dropdown-item.selected .dropdown-item-check-icon {
  float: inline-end;
  padding: 5px 0px;
  display: block !important;
}
idle-exclude-apis-settings .dropdown-item.selected.active {
  color: #212529 !important;
  text-decoration: none;
  background-color: #b9ebdd !important;
}
idle-exclude-apis-settings .dropdown-item.selected.active strong {
  color: #212529 !important;
}
idle-exclude-apis-settings .dropdown-item.active {
  color: #fff !important;
  text-decoration: none;
  background-color: #007bff !important;
}
idle-exclude-apis-settings .dropdown-item.active strong {
  color: #fdfceb !important;
}
idle-exclude-apis-settings .dropdown-item:focus {
  outline: none;
  color: #fff !important;
  text-decoration: none;
  background-color: #007bff;
}
idle-exclude-apis-settings .dropdown-item:active {
  color: #212529 !important;
  text-decoration: none;
  background-color: #b9ebdd !important;
}
idle-exclude-apis-settings .dropdown-item:active strong {
  color: #212529 !important;
}
idle-exclude-apis-settings .dropdown-item .dropdown-item-check-icon {
  display: none;
}
idle-exclude-apis-settings .btn-action {
  background: transparent;
  color: #2a60c8;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
idle-exclude-apis-settings .btn-action:hover {
  background: #d5def7;
}
idle-exclude-apis-settings .btn-action:active {
  background: #adbff0;
}
idle-exclude-apis-settings .btn-action:disabled {
  background: transparent;
  cursor: not-allowed;
}
.idle-exclude-apis-settings-tooltip .tooltip-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  width: 400px;
  max-width: 400px;
}

iframe-side-bar {
  position: relative;
  right: 0;
  padding-left: 25px;
}
iframe-side-bar #iframe-side-bar-main {
  display: table;
  position: sticky;
  top: 0;
  overflow: visible;
  background-color: transparent;
  -webkit-transition: width 0.3s ease-in-out;
          transition: width 0.3s ease-in-out;
}
iframe-side-bar #iframe-side-bar-main #iframe-side-bar-icon-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #444a52;
  background-color: #fdfdfd;
  position: relative;
  left: -25px;
  border: 1px #d8d8d8 solid;
  border-width: 0 1px 0 1px;
  width: 25px;
  min-height: 100vh;
  -webkit-transition: background-color 0.4s ease-out;
          transition: background-color 0.4s ease-out;
}
iframe-side-bar #iframe-side-bar-main #iframe-side-bar-icon-div #iframe-side-bar-icon-left {
  font-size: 1.5rem;
}
iframe-side-bar #iframe-side-bar-main #iframe-side-bar-icon-div #iframe-side-bar-icon-right {
  font-size: 1.5rem;
}
iframe-side-bar #iframe-side-bar-main #iframe-side-bar-icon-div:hover {
  background-color: #d8d8d8;
  -webkit-transition: background-color 0.3s ease-in;
          transition: background-color 0.3s ease-in;
}
iframe-side-bar #iframe-side-bar-main #iframe-side-bar-frame {
  width: 390px;
  height: 100vh;
  position: absolute;
}

page-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #fff;
}
page-loading .chasing-dots .dot {
  margin: 0;
  display: inline-block;
  background-color: #4498b4;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
page-loading .chasing-dots .dot:nth-child(n+1) {
  margin-left: 12px;
}
page-loading .chasing-dots .dot:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
page-loading .chasing-dots .dot:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

recent-changes {
  max-height: 100vh;
  overflow: scroll;
  padding: 30px;
  font-size: 12px;
  font-family: Roboto;
  background-color: #fdfdfd;
}
recent-changes h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
recent-changes h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
recent-changes h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
recent-changes h2,
recent-changes h3,
recent-changes h4 {
  margin: 0px 0px 5px 0px;
}
recent-changes .followup-header {
  margin-top: 15px;
}
recent-changes ul {
  margin: 0px 0px 10px 0px;
}
recent-changes .large-body-bold {
  font-size: 14px;
  font-weight: 700;
}
recent-changes .sub-header-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.toggle-switch.disabled * {
  cursor: not-allowed;
  color: #b8b8b8;
}
.toggle-switch a .toggle-on {
  color: #56aac6;
}
.toggle-switch a .toggle-off {
  color: #b8b8b8;
}
body.light-theme .toggle-switch a .toggle-on {
  color: #2a60c8;
}
body.light-theme .toggle-switch a .toggle-off {
  color: #98a7b8;
}

.tts-settings .ui-select-no-choice {
  width: auto !important;
}

.alert.alert-default {
  background-color: #efefef;
  border-color: #ccc;
  color: #666;
}
.alert.no-top-margin {
  margin-top: 0 !important;
}
.alert-bottom {
  margin-top: 22px;
  margin-bottom: 0;
}

.badge-primary {
  background-color: #4498b4;
}
.badge-danger {
  background-color: #df6060;
}
.badge-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.badge-success {
  background-color: #5cb85c;
}
.badge.light {
  font-weight: normal;
  padding: 8px;
}
.badge-gold {
  background-color: #f9a825;
}

.brand {
  background-color: #4498b4;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  padding: 1rem;
  text-align: center;
}

button,
.button,
input[type=button],
input[type=submit],
input[type=reset] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 6px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button[disabled],
.button[disabled],
input[type=button][disabled],
input[type=submit][disabled],
input[type=reset][disabled],
button .disabled,
.button .disabled,
input[type=button] .disabled,
input[type=submit] .disabled,
input[type=reset] .disabled {
  cursor: default;
}
button.button-overlay-light,
.button.button-overlay-light,
input[type=button].button-overlay-light,
input[type=submit].button-overlay-light,
input[type=reset].button-overlay-light,
button.button-overlay,
.button.button-overlay,
input[type=button].button-overlay,
input[type=submit].button-overlay,
input[type=reset].button-overlay {
  background: rgba(255,255,255,0.2);
  color: #fff;
}
button.button-overlay-light:hover,
.button.button-overlay-light:hover,
input[type=button].button-overlay-light:hover,
input[type=submit].button-overlay-light:hover,
input[type=reset].button-overlay-light:hover,
button.button-overlay:hover,
.button.button-overlay:hover,
input[type=button].button-overlay:hover,
input[type=submit].button-overlay:hover,
input[type=reset].button-overlay:hover,
button.button-overlay-light:focus,
.button.button-overlay-light:focus,
input[type=button].button-overlay-light:focus,
input[type=submit].button-overlay-light:focus,
input[type=reset].button-overlay-light:focus,
button.button-overlay:focus,
.button.button-overlay:focus,
input[type=button].button-overlay:focus,
input[type=submit].button-overlay:focus,
input[type=reset].button-overlay:focus {
  background: rgba(255,255,255,0.3);
  color: #fff;
}
button.button-overlay-light[disabled],
.button.button-overlay-light[disabled],
input[type=button].button-overlay-light[disabled],
input[type=submit].button-overlay-light[disabled],
input[type=reset].button-overlay-light[disabled],
button.button-overlay[disabled],
.button.button-overlay[disabled],
input[type=button].button-overlay[disabled],
input[type=submit].button-overlay[disabled],
input[type=reset].button-overlay[disabled],
button.button-overlay-light .disabled,
.button.button-overlay-light .disabled,
input[type=button].button-overlay-light .disabled,
input[type=submit].button-overlay-light .disabled,
input[type=reset].button-overlay-light .disabled,
button.button-overlay .disabled,
.button.button-overlay .disabled,
input[type=button].button-overlay .disabled,
input[type=submit].button-overlay .disabled,
input[type=reset].button-overlay .disabled {
  cursor: default;
  background: rgba(255,255,255,0.1);
  color: #eee;
  color: rgba(255,255,255,0.8);
}
button.button-overlay-dark,
.button.button-overlay-dark,
input[type=button].button-overlay-dark,
input[type=submit].button-overlay-dark,
input[type=reset].button-overlay-dark {
  background: rgba(0,0,0,0.2);
  color: #000;
}
button.button-overlay-dark:hover,
.button.button-overlay-dark:hover,
input[type=button].button-overlay-dark:hover,
input[type=submit].button-overlay-dark:hover,
input[type=reset].button-overlay-dark:hover,
button.button-overlay-dark:focus,
.button.button-overlay-dark:focus,
input[type=button].button-overlay-dark:focus,
input[type=submit].button-overlay-dark:focus,
input[type=reset].button-overlay-dark:focus {
  background: rgba(0,0,0,0.3);
  color: #000;
}
button.button-overlay-dark[disabled],
.button.button-overlay-dark[disabled],
input[type=button].button-overlay-dark[disabled],
input[type=submit].button-overlay-dark[disabled],
input[type=reset].button-overlay-dark[disabled],
button.button-overlay-dark .disabled,
.button.button-overlay-dark .disabled,
input[type=button].button-overlay-dark .disabled,
input[type=submit].button-overlay-dark .disabled,
input[type=reset].button-overlay-dark .disabled {
  cursor: default;
  background: rgba(0,0,0,0.1);
  color: #111;
  color: rgba(0,0,0,0.8);
}
.btn {
  text-overflow: auto;
}
.btn.btn-space {
  margin-right: 0.5rem;
}
.btn.btn-outline {
  background-color: transparent;
  color: inherit;
  background-image: none;
}
.btn.btn-vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-danger,
.btn-danger:active,
.btn-danger:focus {
  background-image: -webkit-linear-gradient(top, #b94a48 0, #ae4644 100%);
  background-image: linear-gradient(to bottom, #b94a48 0, #ae4644 100%);
  border-color: #ac2825;
  color: #fff;
}
.btn-danger:hover,
.btn-danger:active:hover,
.btn-danger:focus:hover {
  border-color: #920400;
  color: #fff;
}
.btn-danger:hover[disabled],
.btn-danger:active:hover[disabled],
.btn-danger:focus:hover[disabled] {
  border-color: #ccc;
}
.btn-danger:active,
.btn-danger:active:active,
.btn-danger:focus:active {
  background-color: #ae4644;
  background-image: none;
}
.btn-inverted {
  border-color: #56aac6;
  color: #56aac6;
  background: transparent;
}
.btn-inverted:hover {
  background: #56aac6;
  color: #fff;
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-labeled > .btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0,0,0,0.15);
  border-radius: 3px 0 0 3px;
}
.btn-group .btn-link {
  padding-left: 1.2rem;
}
.btn-group .btn-link:first-child {
  padding-left: 0;
}
.btn-group .active {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
.btn-icon {
  text-decoration: none;
  color: #252525;
  background: transparent;
}
.btn-icon:hover {
  text-decoration: none;
  color: #252525;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout.bs-callout-danger {
  border-left-color: #ce4844;
}
.bs-callout.bs-callout-info {
  border-left-color: #56aac6;
}

.close-x {
  background: transparent;
  color: #4498b4;
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 18px;
  margin: 6px;
  opacity: 0.6;
  padding: 0px;
}
.close-x:focus {
  outline: 0;
}
.close-x:hover {
  opacity: 1;
}

.pc-blue {
  color: #56aac6;
  fill: #56aac6;
}
.pc-blue-darker {
  color: #4498b4;
  fill: #4498b4;
}
.pc-black {
  color: #252525;
  fill: #252525;
}
.pc-darkgrey {
  color: #b8b8b8;
  fill: #b8b8b8;
}
.pc-lightgrey {
  color: #f6f6f6;
  fill: #f6f6f6;
}
.pc-green {
  color: #5cb85c;
  fill: #5cb85c;
}
.pc-lightblue {
  color: #e5eff1;
  fill: #e5eff1;
}
.pc-error {
  color: #df6060;
  fill: #df6060;
}
.pc-orange {
  color: #f0ad4e;
  fill: #f0ad4e;
}

.custom-slider.rzslider .rz-bar {
  background: #808080;
  height: 2px;
}
.custom-slider.rzslider .rz-selection {
  background: #808080;
}
.custom-slider.rzslider .rz-pointer {
  width: 24px;
  height: 12px;
  top: -5px;
  background-color: #2a60c8;
  border-radius: 5px;
}
.custom-slider.rzslider .rz-pointer:after {
  display: none;
}
.custom-slider.rzslider .rz-bubble {
  bottom: 14px;
}
.custom-slider.rzslider .rz-limit {
  font-weight: bold;
  color: #808080;
}
.custom-slider.rzslider .rz-tick.rz-selected {
  background: #808080;
}

.dl-horizontal dt {
  white-space: normal;
}
dt .fa.fa-question-circle {
  color: #c5c5c5;
  font-size: 1.2142857143em;
  position: relative;
  top: 0.1rem;
}

.fa-10x {
  font-size: 10rem;
}
.fa-lock.secure,
.fa-unlock.secure,
.fa-unlock-alt.secure {
  margin-left: 5px;
  cursor: help;
}
.fa-lock.secure.secure-small,
.fa-unlock.secure.secure-small,
.fa-unlock-alt.secure.secure-small {
  font-size: 0.7em;
}
.fa-lock.secure {
  color: #ffd700;
}
.fa-unlock.secure,
.fa-unlock-alt.secure {
  color: #4c4c4c;
}

.flex-full-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-bottom-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.view-footer {
  border-top: 1px solid #e3e3e3;
  color: #4c4c4c;
  margin: 1.5rem 0 0;
  padding-top: 1rem;
}

.form-group.hover-highlight {
  padding: 1rem 0;
}
.form-group.hover-highlight:hover {
  background-color: #fdfceb;
}
.form-group.hover-highlight .row {
  margin-left: 0;
  margin-right: 0;
}
.form-group:last-of-type {
  margin-bottom: 0;
}
.form-group .sub-group {
  padding-top: 2rem;
}
.form-group .sub-group:hover {
  background-color: #fdfceb;
}
.form-inline .checkbox + .checkbox {
  margin-left: 10px;
}
.form-field {
  margin-bottom: 1rem;
}
::-webkit-input-placeholder {
  opacity: 0.5;
}
:-moz-placeholder {
  opacity: 0.5;
}
::-moz-placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder {
  opacity: 0.5;
}
.async-processing-icon {
  position: absolute;
  right: 1rem;
  top: -webkit-calc(50% - 20%);
  top: calc(50% - 20%);
  z-index: 5;
}
.has-error .help-block,
.has-error .control-label {
  color: #df6060;
}
.has-error .form-control {
  border-color: #df6060;
}
.has-error .form-control:focus {
  border-color: #df6060;
}
.has-error .help-block {
  font-size: 85%;
}
.form-control.invalid-field {
  border: 1px solid #f00;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(233,101,101,0.6);
  outline: 0 none;
}
.input-group-sublabel {
  display: table-cell;
  padding: 0 4px;
  vertical-align: middle;
  white-space: nowrap;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}
.h1.thin,
.h2.thin,
.h3.thin,
.h4.thin,
.h5.thin,
.h6.thin,
h1.thin,
h2.thin,
h3.thin,
h4.thin,
h5.thin,
h6.thin {
  font-weight: 200;
}
.view-header {
  border-bottom: 1px solid #e3e3e3;
  color: #4c4c4c;
  font-size: 1.8rem;
  font-weight: 200;
  letter-spacing: normal;
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 1rem;
}
.view-header span {
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 1rem;
}
.view-header span.label {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  overflow: visible;
  margin-right: 1rem;
  margin-left: 1rem;
}
.view-header .breadcrumb {
  float: right;
  margin-bottom: 0;
  white-space: nowrap;
}
.view-header.with-collapse {
  cursor: pointer;
}
.view-header.no-divider {
  border-bottom: none;
}
.view-header.view-header__tooltip span {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.view-header.view-header__tooltip .fa-question-circle {
  color: #c5c5c5;
}
header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
header .h1,
header .h2,
header .h3,
header .h4,
header .h5,
header .h6,
header h1,
header h2,
header h3,
header h4,
header h5,
header h6 {
  margin: 0;
}
header img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
}

.img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  max-width: 100%;
}
.img-contain {
  background-size: contain;
}
.img-xsmall {
  max-height: 2.4rem;
  max-width: 2.4rem;
}
.img-avatar {
  max-width: 3.9rem;
  max-height: 3.9rem;
}
.img-small {
  max-height: 4.8rem;
  max-width: 4.8rem;
}
.img-medium-small {
  max-height: 7.2rem;
  max-width: 7.2rem;
}
.img-default,
.img-medium {
  max-height: 9.6rem;
  max-width: 9.6rem;
}
.img-default.img-editable,
.img-medium.img-editable {
  min-height: 9.6rem /* force constraints for "editable" images (locations details) */;
  min-height: 12rem;
  min-width: 12rem;
}
.img-large {
  min-height: 12.8rem;
  min-width: 12.8rem;
}
.img-xlarge {
  min-height: 25.6rem;
  min-width: 25.6rem;
}
.img-height-auto {
  height: auto;
}
.img-circle {
  overflow: hidden;
}
.img-editable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-editable input[type=file] {
  display: none;
}
.img-editable label {
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  opacity: 0;
  width: 100%;
}
.img-editable label:hover {
  opacity: 1;
}
[class*=aspect-ratio] {
  height: 0;
  position: relative;
}
.aspect-ratio--16x9 {
  padding-top: 56.25%;
}
.aspect-ratio--4x3 {
  padding-top: 75%;
}
.aspect-ratio--1x1 {
  padding-top: 100%;
}

ul,
dl {
  margin-bottom: 0;
}

.loading {
  position: relative;
}
.loading:after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: fa-spin 1.5s infinite linear;
          animation: fa-spin 1.5s infinite linear;
  background-color: rgba(255,255,255,0.6);
  bottom: 0;
  color: #fff;
  content: '\f110';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: FontAwesome;
  font-size: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.loading-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -100px;
}
.loading-message .ion-loading-c {
  font-size: 100px;
}

menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  padding: 0;
}

.modal .modal-footer.text-left {
  text-align: left !important;
}
.modal section {
  background-color: #fff;
}

.ui-select-multiple {
  border-radius: 4px;
  border-color: #ccc;
}
.ui-select-multiple.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-select-multiple.open.direction-up {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-select-multiple .ui-select-choices,
.ui-select-multiple .ui-select-no-choice {
  border-radius: 0;
  border-top: 0;
  border-color: #ccc;
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  left: -1px;
  right: -1px;
  width: auto !important;
  padding: 4px 0;
}
.ui-select-multiple .ui-select-choices .ui-select-choices-row > span,
.ui-select-multiple .ui-select-no-choice .ui-select-choices-row > span {
  color: #262626;
  background-color: #fff;
}
.ui-select-multiple .ui-select-choices .ui-select-choices-row > span:hover,
.ui-select-multiple .ui-select-no-choice .ui-select-choices-row > span:hover,
.ui-select-multiple .ui-select-choices .ui-select-choices-row.active > span,
.ui-select-multiple .ui-select-no-choice .ui-select-choices-row.active > span {
  color: #262626;
  background-color: #f5f5f5;
}
.ui-select-multiple .ui-select-choices .ui-select-choices-row .ui-select-choices-row-inner,
.ui-select-multiple .ui-select-no-choice .ui-select-choices-row .ui-select-choices-row-inner {
  padding: 3px 10px 4px 9px;
}
.ui-select-multiple .ui-select-no-choice {
  background-color: #fcf8e3;
  color: #8a6d3b;
  padding: 3px 14px 4px;
}
.ui-select-multiple .ui-select-no-choice::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #fff;
}
.ui-select-multiple .ui-select-no-choice::after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #fff;
}
.ui-select-multiple .ui-select-highlight {
  font-weight: normal;
  text-decoration: underline;
}
.ui-select-multiple:not(.ui-select-with-footer) .ui-select-choices,
.ui-select-multiple:not(.ui-select-with-footer) .ui-select-no-choice {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body > .ui-select-multiple.open {
  z-index: 1100;
}
.ui-select-multiple .multi-select-footer {
  display: none;
  background-color: #efefef;
  position: absolute;
  left: -1px;
  right: -1px;
  margin-top: -1px;
  z-index: 1000;
  padding: 4px 10px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-select-multiple .multi-select-footer.direction-up {
  box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.nav-label {
  padding: 1rem;
}

p {
  margin: 0 0 1rem;
}
p:last-child {
  margin-bottom: 0;
}

.page-error-message-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  margin: 2rem;
}

.full-page-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.full-page-loader .page-loading-spinner {
  -webkit-animation-duration: 1080ms, 2160ms;
          animation-duration: 1080ms, 2160ms;
  -webkit-animation-timing-function: steps(65), steps(1, start);
          animation-timing-function: steps(65), steps(1, start);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3960' height='60'%3E%3Cpath d='M6.5 27.5c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-3.6 0 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7m0-1c-1 0-1.8.4-2.5 1A3.5 3.5 0 0 0 3 30c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5 3.5 3.5 0 0 0-1-2.5 3.5 3.5 0 0 0-2.5-1zm47 1c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-3.6 0 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7m0-1c-.8 0-1.6.3-2.2.8a3.5 3.5 0 0 0-1.2 2 3.5 3.5 0 0 0 4.2 4.1A3.5 3.5 0 0 0 57 30a3.5 3.5 0 0 0-1-2.5 3.5 3.5 0 0 0-2.5-1zm13 1c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-3.6 0 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7m0-1c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5 3.5 3.5 0 0 0-1-2.5 3.5 3.5 0 0 0-2.5-1zm47 1c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-3.6 0 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7m0-1c-.8 0-1.6.3-2.2.8a3.5 3.5 0 0 0-1.2 2 3.5 3.5 0 0 0 4.2 4.1A3.5 3.5 0 0 0 117 30a3.5 3.5 0 0 0-1-2.5 3.5 3.5 0 0 0-2.5-1zm13 .6a2.5 2.5 0 0 1 2.5 2.5 2.5 2.5 0 0 1-.7 1.8 2.5 2.5 0 0 1-1.8.7 2.5 2.5 0 0 1-1.8-.8 2.5 2.5 0 0 1 0-3.5 2.5 2.5 0 0 1 1.8-.7m0-1a3.5 3.5 0 0 0-2.5 1 3.5 3.5 0 0 0-1 2.5 3.5 3.5 0 0 0 1 2.4 3.5 3.5 0 0 0 2.4 1h.1a3.5 3.5 0 0 0 2.5-1 3.5 3.5 0 0 0 1-2.3 3.5 3.5 0 0 0-.4-1.8 3.5 3.5 0 0 0-1.3-1.3 3.5 3.5 0 0 0-1.7-.5h-.1zm47 1.8a2.5 2.5 0 0 1 2.5 2.5 2.5 2.5 0 0 1-.7 1.8 2.5 2.5 0 0 1-1.8.7 2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7m0-1c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0 0 5 3.5 3.5 0 0 0 2.4 1h.1a3.5 3.5 0 0 0 2.4-1 3.5 3.5 0 0 0 1.1-2.4 3.5 3.5 0 0 0-1-2.5 3.5 3.5 0 0 0-2.4-1h-.1zm13 .2a2.5 2.5 0 0 1 2.5 2.5 2.5 2.5 0 0 1-.7 1.8 2.5 2.5 0 0 1-1.8.7 2.5 2.5 0 0 1-1.8-.8 2.5 2.5 0 0 1 0-3.5 2.5 2.5 0 0 1 1.8-.7m0-1a3.5 3.5 0 0 0-2.5 1 3.5 3.5 0 0 0-1 2.5 3.5 3.5 0 0 0 1 2.4 3.5 3.5 0 0 0 2.4 1h.1a3.5 3.5 0 0 0 2.5-1 3.5 3.5 0 0 0 1-2.3 3.5 3.5 0 0 0-.4-1.8 3.5 3.5 0 0 0-1.3-1.3 3.5 3.5 0 0 0-1.7-.5h-.1zm47 1.8a2.5 2.5 0 0 1 2.5 2.5 2.5 2.5 0 0 1-.7 1.8 2.5 2.5 0 0 1-1.8.7 2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7m0-1c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0 0 5 3.5 3.5 0 0 0 2.4 1h.1a3.5 3.5 0 0 0 2.4-1 3.5 3.5 0 0 0 1.1-2.4 3.5 3.5 0 0 0-1-2.5 3.5 3.5 0 0 0-2.4-1h-.1zm13-.2a2.5 2.5 0 0 1 1.8.8 2.5 2.5 0 0 1-1.8 4.2 2.5 2.5 0 0 1-1.8-.8 2.5 2.5 0 0 1-.7-1.8 2.5 2.5 0 0 1 .8-1.7 2.5 2.5 0 0 1 1.7-.7m0-1a3.5 3.5 0 0 0-2.4 1 3.5 3.5 0 0 0-1 2.4 3.5 3.5 0 0 0 3.3 3.6h.1a3.5 3.5 0 0 0 2.5-1 3.5 3.5 0 0 0 1-2.5 3.5 3.5 0 0 0-1-2.4 3.5 3.5 0 0 0-2.4-1.1zm47 2.6a2.5 2.5 0 0 1 1.8.8c.4.5.7 1.1.7 1.8a2.5 2.5 0 0 1-.8 1.7 2.5 2.5 0 0 1-1.7.7h-.1a2.5 2.5 0 0 1-2.4-2.5c0-.7.3-1.3.7-1.8a2.5 2.5 0 0 1 1.8-.7m0-1c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 .9.3 1.8 1 2.4a3.5 3.5 0 0 0 2.4 1.1 3.5 3.5 0 0 0 2.5-1 3.5 3.5 0 0 0 1-2.4 3.5 3.5 0 0 0-.9-2.5 3.5 3.5 0 0 0-2.4-1h-.1zm13-.6a2.5 2.5 0 0 1 1.8.8 2.5 2.5 0 0 1-1.8 4.2 2.5 2.5 0 0 1-1.8-.8 2.5 2.5 0 0 1-.7-1.8 2.5 2.5 0 0 1 .8-1.7 2.5 2.5 0 0 1 1.7-.7m0-1a3.5 3.5 0 0 0-2.4 1 3.5 3.5 0 0 0-1 2.4 3.5 3.5 0 0 0 3.3 3.6h.1a3.5 3.5 0 0 0 2.5-1 3.5 3.5 0 0 0 1-2.5 3.5 3.5 0 0 0-1-2.4 3.5 3.5 0 0 0-2.4-1.1zm47 2.6a2.5 2.5 0 0 1 1.8.8c.4.5.7 1.1.7 1.8a2.5 2.5 0 0 1-.8 1.7 2.5 2.5 0 0 1-1.7.7h-.1a2.5 2.5 0 0 1-2.4-2.5c0-.7.3-1.3.7-1.8a2.5 2.5 0 0 1 1.8-.7m0-1c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 .9.3 1.8 1 2.4a3.5 3.5 0 0 0 2.4 1.1 3.5 3.5 0 0 0 2.5-1 3.5 3.5 0 0 0 1-2.4 3.5 3.5 0 0 0-.9-2.5 3.5 3.5 0 0 0-2.4-1h-.1zm13-1.4h.2a2.5 2.5 0 0 1 2.4 2.5 2.5 2.5 0 0 1-.8 1.8 2.5 2.5 0 0 1-1.7.7h-.2a2.5 2.5 0 0 1-1.7-.9 2.5 2.5 0 0 1-.6-1.7 2.5 2.5 0 0 1 2.5-2.4m0-1a3.5 3.5 0 0 0-2.5 1 3.5 3.5 0 0 0-1 2.3c0 1 .2 1.8.9 2.5a3.5 3.5 0 0 0 2.3 1.2h.3a3.5 3.5 0 0 0 2.4-1 3.5 3.5 0 0 0 1-2.4 3.5 3.5 0 0 0-.8-2.5 3.5 3.5 0 0 0-2.4-1.1h-.2zm46.8 4.2h.2a2.5 2.5 0 0 1 2.3 2.6 2.5 2.5 0 0 1-.7 1.7 2.5 2.5 0 0 1-1.8.7h-.1a2.5 2.5 0 0 1-1.7-.8 2.5 2.5 0 0 1-.7-1.7 2.5 2.5 0 0 1 2.5-2.5m0-1a3.5 3.5 0 0 0-2.4 1 3.5 3.5 0 0 0-1 2.4c0 1 .2 1.8.8 2.5a3.5 3.5 0 0 0 2.4 1.1h.2c1 0 1.8-.3 2.5-1a3.5 3.5 0 0 0 1-2.3 3.5 3.5 0 0 0-.9-2.5 3.5 3.5 0 0 0-2.3-1.2h-.3zm13.2-2.2h.1a2.5 2.5 0 0 1 2.4 2.5 2.5 2.5 0 0 1-.8 1.8 2.5 2.5 0 0 1-1.7.7h-.2a2.5 2.5 0 0 1-1.7-.9 2.5 2.5 0 0 1-.6-1.7 2.5 2.5 0 0 1 2.5-2.4m0-1a3.5 3.5 0 0 0-2.5 1 3.5 3.5 0 0 0-1 2.3c0 1 .2 1.8.9 2.5a3.5 3.5 0 0 0 2.3 1.2h.3a3.5 3.5 0 0 0 2.4-1 3.5 3.5 0 0 0 1-2.4 3.5 3.5 0 0 0-.8-2.5 3.5 3.5 0 0 0-2.4-1.1h-.2zm46.8 4.2h.2a2.5 2.5 0 0 1 2.3 2.6 2.5 2.5 0 0 1-.7 1.7 2.5 2.5 0 0 1-1.8.7h-.1a2.5 2.5 0 0 1-1.7-.8 2.5 2.5 0 0 1-.7-1.7 2.5 2.5 0 0 1 2.5-2.5m0-1a3.5 3.5 0 0 0-2.4 1 3.5 3.5 0 0 0-1 2.4c0 1 .2 1.8.8 2.5a3.5 3.5 0 0 0 2.4 1.1h.2c1 0 1.8-.3 2.5-1a3.5 3.5 0 0 0 1-2.3 3.5 3.5 0 0 0-.9-2.5 3.5 3.5 0 0 0-2.3-1.2h-.3zm13.3-3.5a2.5 2.5 0 0 1 2 1c.3.5.5 1.1.5 1.8a2.5 2.5 0 0 1-.9 1.6 2.5 2.5 0 0 1-1.8.6 2.5 2.5 0 0 1-1.7-.8 2.5 2.5 0 0 1-.6-1.7 2.5 2.5 0 0 1 .7-1.8 2.5 2.5 0 0 1 1.8-.7m0-1c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.4 3.5 3.5 0 0 0 5.8 2.8 3.5 3.5 0 0 0 1.2-2.3 3.5 3.5 0 0 0-.8-2.6 3.5 3.5 0 0 0-2.3-1.2 3.6 3.6 0 0 0-.4 0zm46.6 6.8a2.5 2.5 0 0 1 1.6.5 2.5 2.5 0 0 1-2.3 4.3 2.5 2.5 0 0 1-1.4-1 2.5 2.5 0 0 1-.4-1.6c.1-.6.4-1.2.9-1.6a2.5 2.5 0 0 1 1.6-.6m0-1a3.5 3.5 0 0 0-2.6 5.8 3.5 3.5 0 0 0 4.9.3 3.5 3.5 0 0 0 1.2-2.3 3.5 3.5 0 0 0-.7-2.5 3.5 3.5 0 0 0-2.3-1.3 3.4 3.4 0 0 0-.5 0zm13.4-4.8a2.5 2.5 0 0 1 2 1c.3.5.5 1.1.5 1.8a2.5 2.5 0 0 1-.9 1.6 2.5 2.5 0 0 1-1.8.6 2.5 2.5 0 0 1-1.7-.8 2.5 2.5 0 0 1-.6-1.7 2.5 2.5 0 0 1 .7-1.8 2.5 2.5 0 0 1 1.8-.7m0-1c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.4 3.5 3.5 0 0 0 5.8 2.8 3.5 3.5 0 0 0 1.2-2.3 3.5 3.5 0 0 0-.8-2.6 3.5 3.5 0 0 0-2.3-1.2 3.6 3.6 0 0 0-.4 0zm46.6 6.8a2.5 2.5 0 0 1 1.6.5 2.5 2.5 0 0 1-2.3 4.3 2.5 2.5 0 0 1-1.4-1 2.5 2.5 0 0 1-.4-1.6c.1-.6.4-1.2.9-1.6a2.5 2.5 0 0 1 1.6-.6m0-1a3.5 3.5 0 0 0-2.6 5.8 3.5 3.5 0 0 0 4.9.3 3.5 3.5 0 0 0 1.2-2.3 3.5 3.5 0 0 0-.7-2.5 3.5 3.5 0 0 0-2.3-1.3 3.4 3.4 0 0 0-.5 0zM607 23a2.5 2.5 0 0 1 2.5 2 2.5 2.5 0 0 1-1.6 2.9 2.5 2.5 0 0 1-1.8 0 2.5 2.5 0 0 1-1.3-1.2 2.5 2.5 0 0 1-.2-1.7c0-.5.4-1 .8-1.4a2.5 2.5 0 0 1 1.6-.6m0-1c-.9 0-1.7.4-2.4 1a3.5 3.5 0 0 0-1 2.4 3.5 3.5 0 0 0 .8 2.4 3.5 3.5 0 0 0 2.3 1.2 3.5 3.5 0 0 0 2.5-.7 3.5 3.5 0 0 0 1.3-2.3 3.5 3.5 0 0 0-3.5-4zm46.2 10a2.5 2.5 0 0 1 1.6.6 2.5 2.5 0 0 1 .5 3.1 2.5 2.5 0 0 1-3 1.1 2.5 2.5 0 0 1-1.3-1.1 2.5 2.5 0 0 1-.3-1.7 2.5 2.5 0 0 1 .9-1.4 2.5 2.5 0 0 1 1.6-.6m0-1a3.5 3.5 0 0 0-2.5 1 3.5 3.5 0 0 0-1 2.3 3.5 3.5 0 0 0 .8 2.5 3.5 3.5 0 0 0 2.3 1.2 3.5 3.5 0 0 0 2.5-.8 3.5 3.5 0 0 0 1.3-2.2 3.5 3.5 0 0 0-.6-2.5 3.5 3.5 0 0 0-2.2-1.5 3.5 3.5 0 0 0-.6 0zm14.4-10.4a2.5 2.5 0 0 1 2.5 2.2 2.5 2.5 0 0 1-.4 1.7 2.5 2.5 0 0 1-1.4 1 2.5 2.5 0 0 1-1.7-.1 2.5 2.5 0 0 1-1.3-1.3 2.5 2.5 0 0 1 0-1.7 2.5 2.5 0 0 1 2.3-1.8m0-1a3.5 3.5 0 0 0-2.4 1 3.5 3.5 0 0 0-.3 4.7 3.5 3.5 0 0 0 2.2 1.3 3.5 3.5 0 0 0 2.5-.6 3.5 3.5 0 0 0 1.4-2 3.5 3.5 0 0 0-.3-2.6 3.5 3.5 0 0 0-3-1.8zm45 14.8a2.5 2.5 0 0 1 2.4 2.1 2.5 2.5 0 0 1-.3 1.7 2.5 2.5 0 0 1-3.2 1 2.5 2.5 0 0 1-1.2-1.3 2.5 2.5 0 0 1-.1-1.8 2.5 2.5 0 0 1 2.4-1.7m0-1a3.5 3.5 0 0 0-2.4 1 3.5 3.5 0 0 0-.4 4.7 3.5 3.5 0 0 0 2.2 1.2 3.5 3.5 0 0 0 2.5-.5 3.5 3.5 0 0 0 1.5-2.2 3.5 3.5 0 0 0-.4-2.5 3.5 3.5 0 0 0-2-1.6 3.5 3.5 0 0 0-1-.1zm15-12.8a2.5 2.5 0 0 1 2.5 2.2 2.5 2.5 0 0 1-.4 1.7 2.5 2.5 0 0 1-1.4 1 2.5 2.5 0 0 1-1.7-.1 2.5 2.5 0 0 1-1.3-1.3 2.5 2.5 0 0 1 0-1.7 2.5 2.5 0 0 1 2.3-1.8m0-1a3.5 3.5 0 0 0-2.4 1 3.5 3.5 0 0 0-.3 4.7 3.5 3.5 0 0 0 2.2 1.3 3.5 3.5 0 0 0 2.5-.6 3.5 3.5 0 0 0 1.4-2 3.5 3.5 0 0 0-.3-2.6 3.5 3.5 0 0 0-3-1.8zm45 14.8a2.5 2.5 0 0 1 2.4 2.1 2.5 2.5 0 0 1-.3 1.7 2.5 2.5 0 0 1-3.2 1 2.5 2.5 0 0 1-1.2-1.3 2.5 2.5 0 0 1-.1-1.8 2.5 2.5 0 0 1 2.4-1.7m0-1a3.5 3.5 0 0 0-2.4 1 3.5 3.5 0 0 0-.4 4.7 3.5 3.5 0 0 0 2.2 1.2 3.5 3.5 0 0 0 2.5-.5 3.5 3.5 0 0 0 1.5-2.2 3.5 3.5 0 0 0-.4-2.5 3.5 3.5 0 0 0-2-1.6 3.5 3.5 0 0 0-1-.1zm16.2-15.8c.6 0 1.2.2 1.7.6a2.5 2.5 0 0 1 .8 1.6 2.5 2.5 0 0 1-4.9 1 2.5 2.5 0 0 1 .1-1.8 2.5 2.5 0 0 1 2.3-1.4m0-1a3.5 3.5 0 0 0-1.9.5 3.5 3.5 0 0 0-1.3 1.5 3.5 3.5 0 0 0-.2 2.3 3.5 3.5 0 0 0 1.2 2 3.5 3.5 0 0 0 4.4-.1 3.5 3.5 0 0 0 1.2-2 3.5 3.5 0 0 0-.3-2.3 3.5 3.5 0 0 0-1.6-1.6 3.5 3.5 0 0 0-1.5-.3zm42.6 20.8a2.5 2.5 0 0 1 2.5 2.3 2.5 2.5 0 0 1-2 2.7 2.5 2.5 0 0 1-2.9-1.7 2.5 2.5 0 0 1 .1-1.8 2.5 2.5 0 0 1 2.3-1.5m0-1a3.5 3.5 0 0 0-2.2.8 3.5 3.5 0 0 0-1.2 2 3.5 3.5 0 0 0 2 3.9c.4.2.9.3 1.4.3a3.5 3.5 0 0 0 1.9-.5 3.5 3.5 0 0 0 1.3-1.5c.3-.7.4-1.5.2-2.3a3.5 3.5 0 0 0-1.2-2 3.5 3.5 0 0 0-2.2-.7zm17.4-18.8c.6 0 1.2.2 1.7.6a2.5 2.5 0 0 1 .8 1.6 2.5 2.5 0 0 1-4.9 1 2.5 2.5 0 0 1 .1-1.8 2.5 2.5 0 0 1 2.3-1.4m0-1a3.5 3.5 0 0 0-1.9.5 3.5 3.5 0 0 0-1.3 1.5 3.5 3.5 0 0 0-.2 2.3 3.5 3.5 0 0 0 1.2 2 3.5 3.5 0 0 0 4.4-.1 3.5 3.5 0 0 0 1.2-2 3.5 3.5 0 0 0-.3-2.3 3.5 3.5 0 0 0-1.6-1.6 3.5 3.5 0 0 0-1.5-.3zm42.6 20.8a2.5 2.5 0 0 1 2.5 2.3 2.5 2.5 0 0 1-2 2.7 2.5 2.5 0 0 1-2.9-1.7 2.5 2.5 0 0 1 .1-1.8 2.5 2.5 0 0 1 2.3-1.5m0-1a3.5 3.5 0 0 0-2.2.8 3.5 3.5 0 0 0-1.2 2 3.5 3.5 0 0 0 2 3.9c.4.2.9.3 1.4.3a3.5 3.5 0 0 0 1.9-.5 3.5 3.5 0 0 0 1.3-1.5c.3-.7.4-1.5.2-2.3a3.5 3.5 0 0 0-1.2-2 3.5 3.5 0 0 0-2.2-.7zM911 13.7a2.5 2.5 0 0 1 2.5 2.4 2.5 2.5 0 0 1-.6 1.7 2.5 2.5 0 0 1-1.7.9 2.5 2.5 0 0 1-1.8-.6 2.5 2.5 0 0 1-.9-1.6 2.5 2.5 0 0 1 2.5-2.8m0-1a3.5 3.5 0 0 0-2 .7 3.5 3.5 0 0 0-1.3 1.7 3.5 3.5 0 0 0 0 2.2 3.5 3.5 0 0 0 3.3 2.4 3.5 3.5 0 0 0 1.6-.4 3.5 3.5 0 0 0 1.9-3.5 3.5 3.5 0 0 0-1.2-2.2 3.5 3.5 0 0 0-2.3-1zm38 28.6a2.5 2.5 0 0 1 1.7.7 2.5 2.5 0 0 1 .2 3.5 2.5 2.5 0 0 1-1.7.8 2.5 2.5 0 0 1-1.7-.5 2.5 2.5 0 0 1-1-1.7 2.5 2.5 0 0 1 .5-1.8 2.5 2.5 0 0 1 2-1m0-1a3.5 3.5 0 0 0-2.8 1.5 3.5 3.5 0 0 0 .5 4.6 3.5 3.5 0 0 0 4.4.2 3.5 3.5 0 0 0 1.2-1.7 3.5 3.5 0 0 0 0-2.2 3.5 3.5 0 0 0-1.2-1.7 3.5 3.5 0 0 0-2-.7zm22-26.6a2.5 2.5 0 0 1 2.5 2.4 2.5 2.5 0 0 1-.6 1.7 2.5 2.5 0 0 1-1.7.9 2.5 2.5 0 0 1-1.8-.6 2.5 2.5 0 0 1-.9-1.6 2.5 2.5 0 0 1 2.5-2.8m0-1a3.5 3.5 0 0 0-2 .7 3.5 3.5 0 0 0-1.3 1.7 3.5 3.5 0 0 0 0 2.2 3.5 3.5 0 0 0 3.3 2.4 3.5 3.5 0 0 0 1.6-.4 3.5 3.5 0 0 0 1.9-3.5 3.5 3.5 0 0 0-1.2-2.2 3.5 3.5 0 0 0-2.3-1zm38 28.6a2.5 2.5 0 0 1 1.7.7 2.5 2.5 0 0 1 .2 3.5 2.5 2.5 0 0 1-1.7.8 2.5 2.5 0 0 1-1.7-.5 2.5 2.5 0 0 1-1-1.7 2.5 2.5 0 0 1 .5-1.8 2.5 2.5 0 0 1 2-1m0-1a3.5 3.5 0 0 0-2.8 1.5 3.5 3.5 0 0 0 .5 4.6 3.5 3.5 0 0 0 4.4.2 3.5 3.5 0 0 0 1.2-1.7 3.5 3.5 0 0 0 0-2.2 3.5 3.5 0 0 0-1.2-1.7 3.5 3.5 0 0 0-2-.7zM1035.5 9a2.5 2.5 0 0 1 1.6.6 2.5 2.5 0 0 1 .6 3.2 2.5 2.5 0 0 1-3 1 2.5 2.5 0 0 1-1.4-1.1 2.5 2.5 0 0 1-.2-1.7 2.5 2.5 0 0 1 .9-1.5c.4-.3 1-.5 1.5-.5m0-1a3.5 3.5 0 0 0-2.1.7 3.5 3.5 0 0 0-1.2 1.8 3.5 3.5 0 0 0 0 2.1 3.5 3.5 0 0 0 3.3 2.4 3.5 3.5 0 0 0 3.3-4.7 3.5 3.5 0 0 0-1.2-1.7 3.5 3.5 0 0 0-2-.6zm29 38a2.5 2.5 0 0 1 2.4 2.1 2.5 2.5 0 0 1-.3 1.7 2.5 2.5 0 0 1-3 1 2.5 2.5 0 0 1-1.3-1 2.5 2.5 0 0 1-.3-1.8 2.5 2.5 0 0 1 2.5-2m0-1a3.5 3.5 0 0 0-2.5 1 3.5 3.5 0 0 0-1 2.4 3.5 3.5 0 0 0 .9 2.5 3.5 3.5 0 0 0 2.3 1.1 3.5 3.5 0 0 0 2.5-.8 3.5 3.5 0 0 0 1.2-2.3 3.5 3.5 0 0 0-.7-2.5 3.5 3.5 0 0 0-1.2-1 3.5 3.5 0 0 0-1.5-.4zm31-36a2.5 2.5 0 0 1 1.6.6 2.5 2.5 0 0 1 .6 3.2 2.5 2.5 0 0 1-3 1 2.5 2.5 0 0 1-1.4-1.1 2.5 2.5 0 0 1-.2-1.7 2.5 2.5 0 0 1 .9-1.5c.4-.3 1-.5 1.5-.5m0-1a3.5 3.5 0 0 0-2.1.7 3.5 3.5 0 0 0-1.2 1.8 3.5 3.5 0 0 0 0 2.1 3.5 3.5 0 0 0 3.3 2.4 3.5 3.5 0 0 0 3.3-4.7 3.5 3.5 0 0 0-1.2-1.7 3.5 3.5 0 0 0-2-.6zm29 38a2.5 2.5 0 0 1 2.4 2.1 2.5 2.5 0 0 1-.3 1.7 2.5 2.5 0 0 1-3 1 2.5 2.5 0 0 1-1.3-1 2.5 2.5 0 0 1-.3-1.8 2.5 2.5 0 0 1 2.5-2m0-1a3.5 3.5 0 0 0-2.5 1 3.5 3.5 0 0 0-1 2.4 3.5 3.5 0 0 0 .9 2.5 3.5 3.5 0 0 0 2.3 1.1 3.5 3.5 0 0 0 2.5-.8 3.5 3.5 0 0 0 1.2-2.3 3.5 3.5 0 0 0-.7-2.5 3.5 3.5 0 0 0-1.2-1 3.5 3.5 0 0 0-1.5-.4zm52.7 4.9a2.5 2.5 0 0 1 .8 4.8l-1.7.5a2.5 2.5 0 0 1-1.5 0 2.5 2.5 0 0 1-1.2-1 2.5 2.5 0 0 1-.4-1.6 2.5 2.5 0 0 1 2-2.2l1.2-.4.8-.1m0-1l-1 .1a1.2 1.2 0 0 0-.2 0l-1 .4a.8.8 0 0 0-.1 0 3.5 3.5 0 0 0-2.2 1.6 3.5 3.5 0 0 0-.4 2.6 3.5 3.5 0 0 0 4.2 2.6 27.8 27.8 0 0 0 1.8-.5h.1a3.5 3.5 0 0 0 1.9-1.6c.4-.7.5-1.5.4-2.3a3.5 3.5 0 0 0-1.2-2.1 3.5 3.5 0 0 0-2.3-.8zm-13-44.2a2.5 2.5 0 0 1 2.5 2.2 2.5 2.5 0 0 1-1.8 2.7l-1.4.4a2.5 2.5 0 0 1-1.9-.1 2.5 2.5 0 0 1-1.2-1.5 2.5 2.5 0 0 1 1.6-3.1l1.7-.5h.6m0-1h-.8a27.1 27.1 0 0 0-1.8.5 1 1 0 0 0-.1 0 3.5 3.5 0 0 0-2.1 4.5 3.5 3.5 0 0 0 4.5 2.1 19.7 19.7 0 0 1 1-.3.8.8 0 0 0 .1 0 3.5 3.5 0 0 0 2-1.4 3.5 3.5 0 0 0 .6-2.4 3.5 3.5 0 0 0-3.4-3zm67.3.3h.2c1.6 0 3.2.3 4.7.7a2.5 2.5 0 0 1 1.5 3.8 2.5 2.5 0 0 1-2.7 1 21 21 0 0 0-3.8-.6 2.5 2.5 0 0 1-1.7-.8 2.5 2.5 0 0 1-.6-1.7 2.5 2.5 0 0 1 2.4-2.4m0-1c-.9 0-1.7.3-2.4 1a3.5 3.5 0 0 0-1 2.3 3.5 3.5 0 0 0 3.2 3.6c1.2.1 2.4.3 3.5.6h.1a3.5 3.5 0 0 0 2.6-.3 3.5 3.5 0 0 0 1.7-2.1 3.5 3.5 0 0 0-.4-2.6 3.5 3.5 0 0 0-2-1.7.9.9 0 0 0-.1 0 27 27 0 0 0-5-.8h-.2zm-7.5 47.2h.6c1.3.4 2.6.6 3.8.6a2.5 2.5 0 0 1 2.4 2.6 2.5 2.5 0 0 1-.8 1.7 2.5 2.5 0 0 1-1.7.7h-.2a26 26 0 0 1-4.7-.7 2.5 2.5 0 0 1-1.5-1 2.5 2.5 0 0 1-.4-1.8 2.5 2.5 0 0 1 .9-1.5 2.5 2.5 0 0 1 1.6-.6m0-1a3.5 3.5 0 0 0-2.3.8 3.5 3.5 0 0 0-.6 4.5 3.5 3.5 0 0 0 2 1.5c1.6.5 3.3.7 5 .8h.2a3.5 3.5 0 0 0 3.5-3.3 3.5 3.5 0 0 0-.9-2.5 3.5 3.5 0 0 0-1-.8 3.5 3.5 0 0 0-1.4-.3 20 20 0 0 1-3.5-.6h-.1a3.5 3.5 0 0 0-.9-.1zM1291.6 4h.2c1.6 0 3.2.3 4.7.7a2.5 2.5 0 0 1 1.5 3.8 2.5 2.5 0 0 1-2.7 1 21 21 0 0 0-3.8-.6 2.5 2.5 0 0 1-1.7-.8 2.5 2.5 0 0 1-.6-1.7 2.5 2.5 0 0 1 2.4-2.4m0-1c-.9 0-1.7.3-2.4 1a3.5 3.5 0 0 0-1 2.3 3.5 3.5 0 0 0 3.2 3.6c1.2.1 2.4.3 3.5.6h.1a3.5 3.5 0 0 0 2.6-.3 3.5 3.5 0 0 0 1.7-2.1 3.5 3.5 0 0 0-.4-2.6 3.5 3.5 0 0 0-2-1.7.9.9 0 0 0-.1 0 27 27 0 0 0-5-.8h-.2zm-7.5 47.2h.6c1.3.4 2.6.6 3.8.6a2.5 2.5 0 0 1 2.4 2.6 2.5 2.5 0 0 1-.8 1.7 2.5 2.5 0 0 1-1.7.7h-.2a26 26 0 0 1-4.7-.7 2.5 2.5 0 0 1-1.5-1 2.5 2.5 0 0 1-.4-1.8 2.5 2.5 0 0 1 .9-1.5 2.5 2.5 0 0 1 1.6-.6m0-1a3.5 3.5 0 0 0-2.3.8 3.5 3.5 0 0 0-.6 4.5 3.5 3.5 0 0 0 2 1.5c1.6.5 3.3.7 5 .8h.2a3.5 3.5 0 0 0 3.5-3.3 3.5 3.5 0 0 0-.9-2.5 3.5 3.5 0 0 0-1-.8 3.5 3.5 0 0 0-1.4-.3 20 20 0 0 1-3.5-.6h-.1a3.5 3.5 0 0 0-.9-.1zm74.3-43.8c.3 0 .6 0 .9.2a26 26 0 0 1 8.1 5 2.5 2.5 0 0 1 .6 2.9 2.5 2.5 0 0 1-2.5 1.4 2.5 2.5 0 0 1-1.4-.6 21 21 0 0 0-6.6-4 2.5 2.5 0 0 1-1.3-1.1 2.5 2.5 0 0 1-.3-1.7 2.5 2.5 0 0 1 2.5-2m0-1a3.5 3.5 0 0 0-3.3 2.2 3.5 3.5 0 0 0-.2 1.8c.1.6.4 1.2.8 1.6a3.5 3.5 0 0 0 1.4 1.1h.1a20 20 0 0 1 6.2 3.8 3.5 3.5 0 0 0 4 .5 3.5 3.5 0 0 0 1.8-3.8 3.5 3.5 0 0 0-1.1-1.9 27 27 0 0 0-8.5-5.1 1 1 0 0 0-.1 0 3.5 3.5 0 0 0-1.1-.3zM1334.3 45a2.5 2.5 0 0 1 1.6.6 21 21 0 0 0 6.6 4 2.5 2.5 0 0 1 1.6 2.5 2.5 2.5 0 0 1-.5 1.4 2.5 2.5 0 0 1-1.3.9 2.5 2.5 0 0 1-1.6-.1 26 26 0 0 1-8.1-5 2.5 2.5 0 0 1-.8-1.3 2.5 2.5 0 0 1 .1-1.4 2.5 2.5 0 0 1 1-1.2 2.5 2.5 0 0 1 1.4-.4m0-1a3.5 3.5 0 0 0-3.3 2.2 3.5 3.5 0 0 0-.1 2 3.5 3.5 0 0 0 1 1.9 26.9 26.9 0 0 0 8.5 5.1h.1l1.1.3a3.5 3.5 0 0 0 3.3-2.3 3.5 3.5 0 0 0 0-2.7 3.5 3.5 0 0 0-2-1.8 1.2 1.2 0 0 0-.1 0 20 20 0 0 1-6.2-3.8 3.5 3.5 0 0 0-2.3-1zm84-38.5c.4 0 .7 0 1 .2a26 26 0 0 1 8.1 5 2.5 2.5 0 0 1 .6 2.9 2.5 2.5 0 0 1-2.5 1.4 2.5 2.5 0 0 1-1.4-.6 21 21 0 0 0-6.6-4 2.5 2.5 0 0 1-1.3-1.1 2.5 2.5 0 0 1-.3-1.7 2.5 2.5 0 0 1 2.5-2m0-1a3.5 3.5 0 0 0-3.3 2.2 3.5 3.5 0 0 0-.2 1.8c.1.6.4 1.2.8 1.6a3.5 3.5 0 0 0 1.4 1.1h.1a20 20 0 0 1 6.2 3.8 3.5 3.5 0 0 0 4 .5 3.5 3.5 0 0 0 1.8-3.8 3.5 3.5 0 0 0-1.1-1.9 27 27 0 0 0-8.5-5.1 1 1 0 0 0-.1 0 3.5 3.5 0 0 0-1.1-.3zM1394.3 45a2.5 2.5 0 0 1 1.6.6 21 21 0 0 0 6.6 4 2.5 2.5 0 0 1 1.6 2.5 2.5 2.5 0 0 1-.5 1.4 2.5 2.5 0 0 1-1.3.9 2.5 2.5 0 0 1-1.6-.1 26 26 0 0 1-8.1-5 2.5 2.5 0 0 1-.8-1.3 2.5 2.5 0 0 1 .1-1.4 2.5 2.5 0 0 1 1-1.2 2.5 2.5 0 0 1 1.4-.4m0-1a3.5 3.5 0 0 0-3.3 2.2 3.5 3.5 0 0 0-.1 2 3.5 3.5 0 0 0 1 1.9 26.9 26.9 0 0 0 8.5 5.1h.1l1.1.3a3.5 3.5 0 0 0 3.3-2.3 3.5 3.5 0 0 0 0-2.7 3.5 3.5 0 0 0-2-1.8 1.2 1.2 0 0 0-.1 0 20 20 0 0 1-6.2-3.8 3.5 3.5 0 0 0-2.3-1zm53.8-8a2.5 2.5 0 0 1 2.3 1.6 21 21 0 0 0 7.3 9.4c.4.3.7.7.9 1.2a2.5 2.5 0 0 1-1 2.8 2.5 2.5 0 0 1-1.4.5 2.5 2.5 0 0 1-1.5-.5 26 26 0 0 1-9-11.6 2.5 2.5 0 0 1 0-1.6 2.5 2.5 0 0 1 2.4-1.8m0-1a3.5 3.5 0 0 0-3.3 2.5 3.5 3.5 0 0 0 0 2.1v.2a27 27 0 0 0 9.3 12 3.5 3.5 0 0 0 2 .7c.8 0 1.5-.2 2.1-.7a3.5 3.5 0 0 0 1.3-1.7c.2-.7.2-1.5 0-2.2a3.5 3.5 0 0 0-1.3-1.7 20 20 0 0 1-6.8-8.9 3.5 3.5 0 0 0-1.3-1.7 3.5 3.5 0 0 0-2-.6zm35.7-26.5c.5 0 1 .2 1.5.5a26 26 0 0 1 9 11.6 2.5 2.5 0 0 1-.8 2.8 2.5 2.5 0 0 1-1.4.6 2.5 2.5 0 0 1-1.5-.4 2.5 2.5 0 0 1-1-1.2 21 21 0 0 0-7.3-9.4 2.5 2.5 0 0 1-.9-1.2 2.5 2.5 0 0 1 0-1.6 2.5 2.5 0 0 1 2.4-1.7m0-1a3.5 3.5 0 0 0-2 .7 3.5 3.5 0 0 0-1.3 1.7 3.5 3.5 0 0 0 0 2.2 3.5 3.5 0 0 0 1.3 1.7 20 20 0 0 1 6.8 8.9 3.5 3.5 0 0 0 3.3 2.3 3.5 3.5 0 0 0 3.4-2.5 3.5 3.5 0 0 0 0-2.1.9.9 0 0 0-.1-.2 27 27 0 0 0-9.3-12 3.5 3.5 0 0 0-2-.7zm24.3 28.5a2.5 2.5 0 0 1 2.3 1.6 21 21 0 0 0 7.3 9.4c.4.3.7.7.9 1.2a2.5 2.5 0 0 1-1 2.8 2.5 2.5 0 0 1-1.4.5 2.5 2.5 0 0 1-1.5-.5 26 26 0 0 1-9-11.6 2.5 2.5 0 0 1 0-1.6 2.5 2.5 0 0 1 2.4-1.8m0-1a3.5 3.5 0 0 0-3.3 2.5 3.5 3.5 0 0 0 0 2.1v.2a27 27 0 0 0 9.3 12 3.5 3.5 0 0 0 2 .7c.8 0 1.5-.2 2.1-.7a3.5 3.5 0 0 0 1.3-1.7c.2-.7.2-1.5 0-2.2a3.5 3.5 0 0 0-1.3-1.7 20 20 0 0 1-6.8-8.9 3.5 3.5 0 0 0-1.3-1.7 3.5 3.5 0 0 0-2-.6zm35.7-26.5c.5 0 1 .2 1.5.5a26 26 0 0 1 9 11.6 2.5 2.5 0 0 1-.8 2.8 2.5 2.5 0 0 1-1.4.6 2.5 2.5 0 0 1-1.5-.4 2.5 2.5 0 0 1-1-1.2 21 21 0 0 0-7.3-9.4 2.5 2.5 0 0 1-.9-1.2 2.5 2.5 0 0 1 0-1.6 2.5 2.5 0 0 1 2.4-1.7m0-1a3.5 3.5 0 0 0-2 .7 3.5 3.5 0 0 0-1.3 1.7 3.5 3.5 0 0 0 0 2.2 3.5 3.5 0 0 0 1.3 1.7 20 20 0 0 1 6.8 8.9 3.5 3.5 0 0 0 3.3 2.3 3.5 3.5 0 0 0 3.4-2.5 3.5 3.5 0 0 0 0-2.1.9.9 0 0 0-.1-.2 27 27 0 0 0-9.3-12 3.5 3.5 0 0 0-2-.7zm22.7 18.8h.2a2.5 2.5 0 0 1 2.3 2.6V30a21 21 0 0 0 4.9 13.5 2.5 2.5 0 0 1-.3 3.5 2.5 2.5 0 0 1-1.9.6 2.5 2.5 0 0 1-1.6-1A25.9 25.9 0 0 1 1564 30v-1.4a2.5 2.5 0 0 1 .8-1.6 2.5 2.5 0 0 1 1.7-.7m0-1c-.9 0-1.7.3-2.4 1a3.5 3.5 0 0 0-1 2.3l-.1 1.4a27 27 0 0 0 6.3 17.3 3.5 3.5 0 0 0 4 1 3.5 3.5 0 0 0 1.6-1.4 3.5 3.5 0 0 0 .6-2 3.5 3.5 0 0 0-.8-2A20 20 0 0 1 1570 30v-1a3.5 3.5 0 0 0-.3-1.8 3.5 3.5 0 0 0-1.3-1.4 3.5 3.5 0 0 0-1.7-.5h-.2zm41.5-12.9a2.5 2.5 0 0 1 2 1 25.9 25.9 0 0 1 6 16.6v1.4a2.5 2.5 0 0 1-.8 1.6 2.5 2.5 0 0 1-1.9.7 2.5 2.5 0 0 1-1.2-.4 2.5 2.5 0 0 1-.9-1 2.5 2.5 0 0 1-.2-1.2V30a21 21 0 0 0-4.9-13.5 2.5 2.5 0 0 1 .2-3.4 2.5 2.5 0 0 1 1.7-.7m0-1a3.5 3.5 0 0 0-2.4 1 3.5 3.5 0 0 0-.3 4.8A20 20 0 0 1 1610 30v1a3.5 3.5 0 0 0 .3 1.8 3.5 3.5 0 0 0 3 2h.2a3.5 3.5 0 0 0 3.5-3.4V30a27 27 0 0 0-6.3-17.3 3.5 3.5 0 0 0-1.2-1 3.5 3.5 0 0 0-1.5-.3zm18.5 14.9h.2a2.5 2.5 0 0 1 2.3 2.6V30a21 21 0 0 0 4.9 13.5 2.5 2.5 0 0 1-.3 3.5 2.5 2.5 0 0 1-1.9.6 2.5 2.5 0 0 1-1.6-1A25.9 25.9 0 0 1 1624 30v-1.4a2.5 2.5 0 0 1 .8-1.6 2.5 2.5 0 0 1 1.7-.7m0-1c-.9 0-1.7.3-2.4 1a3.5 3.5 0 0 0-1 2.3l-.1 1.4a27 27 0 0 0 6.3 17.3 3.5 3.5 0 0 0 4 1 3.5 3.5 0 0 0 1.6-1.4 3.5 3.5 0 0 0 .6-2 3.5 3.5 0 0 0-.8-2A20 20 0 0 1 1630 30v-1a3.5 3.5 0 0 0-.3-1.8 3.5 3.5 0 0 0-1.3-1.4 3.5 3.5 0 0 0-1.7-.5h-.2zm41.5-12.9a2.5 2.5 0 0 1 2 1 25.9 25.9 0 0 1 6 16.6v1.4a2.5 2.5 0 0 1-.8 1.6 2.5 2.5 0 0 1-1.9.7 2.5 2.5 0 0 1-1.2-.4 2.5 2.5 0 0 1-.9-1 2.5 2.5 0 0 1-.2-1.2V30a21 21 0 0 0-4.9-13.5 2.5 2.5 0 0 1 .2-3.4 2.5 2.5 0 0 1 1.7-.7m0-1a3.5 3.5 0 0 0-2.4 1 3.5 3.5 0 0 0-.3 4.8A20 20 0 0 1 1670 30v1a3.5 3.5 0 0 0 .3 1.8 3.5 3.5 0 0 0 3 2h.2a3.5 3.5 0 0 0 3.5-3.4V30a27 27 0 0 0-6.3-17.3 3.5 3.5 0 0 0-1.2-1 3.5 3.5 0 0 0-1.5-.3zm22.1 3.6a2.5 2.5 0 0 1 2.1 3.8 21 21 0 0 0-3.2 9.9 21 21 0 0 0 2 10.2 2.5 2.5 0 0 1-.6 2.9 2.5 2.5 0 0 1-3 .3 2.5 2.5 0 0 1-1-1.1 26 26 0 0 1-2.3-12.6A26 26 0 0 1 1688 16a2.5 2.5 0 0 1 2.1-1.1m0-1a3.5 3.5 0 0 0-1.6.4 3.5 3.5 0 0 0-1.3 1.1v.1a27 27 0 0 0-4.1 12.7 27 27 0 0 0 2.4 13.1v.1a3.5 3.5 0 0 0 5.4 1.2 3.5 3.5 0 0 0 1.2-2 3.5 3.5 0 0 0-.2-2.2v-.1a20 20 0 0 1-1.9-9.7 20 20 0 0 1 3-9.3 3.5 3.5 0 0 0 .6-2.4 3.5 3.5 0 0 0-1.2-2.2 3.5 3.5 0 0 0-2.3-.8zm41.2 3.6a2.5 2.5 0 0 1 2.3 1.4 26 26 0 0 1 2.3 12.6 26 26 0 0 1-3.9 12.2 2.5 2.5 0 0 1-4.5-.7 2.5 2.5 0 0 1 .3-2 21 21 0 0 0 3.2-9.8 21 21 0 0 0-2-10.2 2.5 2.5 0 0 1-.1-1.6 2.5 2.5 0 0 1 2.4-2m0-1c-.8 0-1.6.3-2.2.8a3.5 3.5 0 0 0-1.2 2 3.5 3.5 0 0 0 .2 2.2v.1a20 20 0 0 1-1.1 19 3.5 3.5 0 0 0 1 4.9 3.5 3.5 0 0 0 4.8-1v-.1a27 27 0 0 0 4.1-12.7 27 27 0 0 0-2.4-13.1 1.1 1.1 0 0 0 0-.1 3.5 3.5 0 0 0-1.4-1.4 3.5 3.5 0 0 0-1.8-.5zm27-9.4a2.5 2.5 0 0 1 2.4 1.9 2.5 2.5 0 0 1-1.2 2.8 21 21 0 0 0-8.4 9 21 21 0 0 0-1.9 12.1 2.5 2.5 0 0 1-3 2.8 2.5 2.5 0 0 1-1.3-.7 2.5 2.5 0 0 1-.6-1.4A26 26 0 0 1 1757 7.5a2.5 2.5 0 0 1 1.3-.4m0-1a3.5 3.5 0 0 0-1.7.4 27 27 0 0 0-10.9 11.6 27 27 0 0 0-2.4 15.7 3.5 3.5 0 0 0 1.4 2.3 3.5 3.5 0 0 0 5.5-3.3 20.4 20.4 0 0 1 2.5-12.8 20 20 0 0 1 7.3-7.3 3.5 3.5 0 0 0 1.5-1.7 3.5 3.5 0 0 0-3.2-4.9zm35 18.1a2.5 2.5 0 0 1 2.4 2.2 26 26 0 0 1-2.3 15 26 26 0 0 1-10.4 11.1 2.5 2.5 0 0 1-3.4-.9 2.5 2.5 0 0 1-.3-1.9 2.5 2.5 0 0 1 1.2-1.5 21 21 0 0 0 8.4-9 21 21 0 0 0 1.9-12.1 2.5 2.5 0 0 1 1.1-2.5 2.5 2.5 0 0 1 1.4-.4m0-1a3.5 3.5 0 0 0-3.2 2 3.5 3.5 0 0 0-.3 2l.2 2.8a20 20 0 0 1-2.7 10 20 20 0 0 1-7.3 7.3 3.5 3.5 0 0 0 3.4 6.2 27 27 0 0 0 10.9-11.6 27 27 0 0 0 2.4-15.7 3.5 3.5 0 0 0-1.2-2.1 3.5 3.5 0 0 0-2.2-.9zm25-16a2.5 2.5 0 0 1 2.4 1.8 2.5 2.5 0 0 1-1.2 2.8 21 21 0 0 0-8.4 9 21 21 0 0 0-1.9 12.1 2.5 2.5 0 0 1-3 2.8 2.5 2.5 0 0 1-1.3-.7 2.5 2.5 0 0 1-.6-1.4A26 26 0 0 1 1817 7.5a2.5 2.5 0 0 1 1.3-.4m0-1a3.5 3.5 0 0 0-1.7.4 27 27 0 0 0-10.9 11.6 27 27 0 0 0-2.4 15.7 3.5 3.5 0 0 0 1.4 2.3 3.5 3.5 0 0 0 5.5-3.3 20.4 20.4 0 0 1 2.5-12.8 20 20 0 0 1 7.3-7.3 3.5 3.5 0 0 0 1.5-1.7 3.5 3.5 0 0 0-3.2-4.9zm35 18.1a2.5 2.5 0 0 1 2.4 2.2 26 26 0 0 1-2.3 15 26 26 0 0 1-10.4 11.1 2.5 2.5 0 0 1-3.4-.9 2.5 2.5 0 0 1-.3-1.9 2.5 2.5 0 0 1 1.2-1.5 21 21 0 0 0 8.4-9 21 21 0 0 0 1.9-12.1 2.5 2.5 0 0 1 1.1-2.5 2.5 2.5 0 0 1 1.4-.4m0-1a3.5 3.5 0 0 0-3.2 2 3.5 3.5 0 0 0-.3 2l.2 2.8a20 20 0 0 1-2.7 10 20 20 0 0 1-7.3 7.3 3.5 3.5 0 0 0 3.4 6.2 27 27 0 0 0 10.9-11.6 27 27 0 0 0 2.4-15.7 3.5 3.5 0 0 0-1.2-2.1 3.5 3.5 0 0 0-2.2-.9zM1889.8 4a2.5 2.5 0 0 1 1.8 4.3 2.5 2.5 0 0 1-1.8.7 21 21 0 0 0-13.5 5.1 21 21 0 0 0-7 12.6 2.5 2.5 0 0 1-.7 1.4 2.5 2.5 0 0 1-1.4.7 2.5 2.5 0 0 1-1.5-.2 2.5 2.5 0 0 1-1.1-1.1c-.3-.5-.4-1-.3-1.6A26 26 0 0 1 1889.7 4m.3 5h-.2.2m-.2-6a26.9 26.9 0 0 0-17.5 6.5 26.9 26.9 0 0 0-9 16.3c-.1 1 .1 2 .7 2.6a3.5 3.5 0 0 0 2.3 1.4 3.5 3.5 0 0 0 2.6-.7 3.5 3.5 0 0 0 1.3-2.2v-.1a20 20 0 0 1 6.7-12 20 20 0 0 1 12.9-4.8h.2a1 1 0 0 0 .3 0 3.5 3.5 0 0 0 2.2-1.3 3.5 3.5 0 0 0 .8-2.4 3.5 3.5 0 0 0-1.1-2.4 3.5 3.5 0 0 0-2.4-.9zm23.4 28.2a2.5 2.5 0 0 1 2.3 1.5c.2.4.3.9.2 1.4V34a26 26 0 0 1-8.7 15.7 26 26 0 0 1-16.7 6.3 2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1-.8-1.8 2.5 2.5 0 0 1 .7-1.8 2.5 2.5 0 0 1 1.8-.7 21 21 0 0 0 13.5-5.1 21 21 0 0 0 7-12.6 2.5 2.5 0 0 1 .9-1.5 2.5 2.5 0 0 1 1.6-.6m-23 19.8h-.2.2m23-20.8a3.5 3.5 0 0 0-2.3.8 3.5 3.5 0 0 0-1.1 2.1 1 1 0 0 0 0 .1 20 20 0 0 1-6.7 12 20 20 0 0 1-12.9 4.8h-.2a1 1 0 0 0-.3 0 3.5 3.5 0 0 0-2.2 1.3 3.5 3.5 0 0 0-.8 2.4 3.5 3.5 0 0 0 1.1 2.4 3.5 3.5 0 0 0 2.4.9 26.9 26.9 0 0 0 17.5-6.6 26.9 26.9 0 0 0 9-16.3V34a3.5 3.5 0 0 0-.7-2.4 3.5 3.5 0 0 0-2.2-1.3 3.6 3.6 0 0 0-.6 0zM1949.8 4a2.5 2.5 0 0 1 1.8 4.3 2.5 2.5 0 0 1-1.8.7 21 21 0 0 0-13.5 5.1 21 21 0 0 0-7 12.6 2.5 2.5 0 0 1-.7 1.4 2.5 2.5 0 0 1-1.4.7 2.5 2.5 0 0 1-1.5-.2 2.5 2.5 0 0 1-1.1-1.1c-.3-.5-.4-1-.3-1.6A26 26 0 0 1 1949.7 4m.3 5h-.2.2m-.2-6a26.9 26.9 0 0 0-17.5 6.5 26.9 26.9 0 0 0-9 16.3c-.1 1 .1 2 .7 2.6a3.5 3.5 0 0 0 2.3 1.4 3.5 3.5 0 0 0 2.6-.7 3.5 3.5 0 0 0 1.3-2.2v-.1a20 20 0 0 1 6.7-12 20 20 0 0 1 12.9-4.8h.2a1 1 0 0 0 .3 0 3.5 3.5 0 0 0 2.2-1.3 3.5 3.5 0 0 0 .8-2.4 3.5 3.5 0 0 0-1.1-2.4 3.5 3.5 0 0 0-2.4-.9zm23.4 28.2a2.5 2.5 0 0 1 2.3 1.5c.2.4.3.9.2 1.4V34a26 26 0 0 1-8.7 15.7 26 26 0 0 1-16.7 6.3 2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1-.8-1.8 2.5 2.5 0 0 1 .7-1.8 2.5 2.5 0 0 1 1.8-.7 21 21 0 0 0 13.5-5.1 21 21 0 0 0 7-12.6 2.5 2.5 0 0 1 .9-1.5 2.5 2.5 0 0 1 1.6-.6m-23 19.8h-.2.2m23-20.8a3.5 3.5 0 0 0-2.3.8 3.5 3.5 0 0 0-1.1 2.1 1 1 0 0 0 0 .1 20 20 0 0 1-6.7 12 20 20 0 0 1-12.9 4.8h-.2a1 1 0 0 0-.3 0 3.5 3.5 0 0 0-2.2 1.3 3.5 3.5 0 0 0-.8 2.4 3.5 3.5 0 0 0 1.1 2.4 3.5 3.5 0 0 0 2.4.9 26.9 26.9 0 0 0 17.5-6.6 26.9 26.9 0 0 0 9-16.3V34a3.5 3.5 0 0 0-.7-2.4 3.5 3.5 0 0 0-2.2-1.3 3.6 3.6 0 0 0-.6 0zm57.6 8.3a2.5 2.5 0 0 1 2.2 3.7 26 26 0 0 1-9.3 9.9 26 26 0 0 1-13 3.9 26 26 0 0 1-13-3.1h-.1a2.5 2.5 0 0 1-1-1.2 2.5 2.5 0 0 1-.3-1.5 2.5 2.5 0 0 1 2.1-2 2.5 2.5 0 0 1 1.6.2 21 21 0 0 0 10.6 2.6 21 21 0 0 0 10.5-3.2 21 21 0 0 0 7.4-8 2.5 2.5 0 0 1 2.3-1.3m0-1a3.5 3.5 0 0 0-1.9.5c-.5.4-1 .8-1.2 1.4a20 20 0 0 1-7.2 7.6 20 20 0 0 1-10 3 20 20 0 0 1-10-2.4 3.5 3.5 0 0 0-2.7-.3 3.5 3.5 0 0 0-2 1.7 3.5 3.5 0 0 0-.4 2.6 3.5 3.5 0 0 0 1.6 2l.1.1a27 27 0 0 0 13.7 3.3 27 27 0 0 0 13.4-4 27 27 0 0 0 9.6-10.3v-.1a3.5 3.5 0 0 0 .4-2.3 3.5 3.5 0 0 0-1.3-2 3.5 3.5 0 0 0-2.1-.8zM2010 4a25.9 25.9 0 0 1 12.4 3.1 2.5 2.5 0 0 1 1.3 2.7 2.5 2.5 0 0 1-2.1 2 2.5 2.5 0 0 1-1.6-.2 21 21 0 0 0-10.6-2.6 21 21 0 0 0-10.5 3.2 21 21 0 0 0-7.4 8 2.5 2.5 0 0 1-2.7 1.2 2.5 2.5 0 0 1-1.4-.7 2.5 2.5 0 0 1-.4-3 26 26 0 0 1 9.6-10A26 26 0 0 1 2010 4m0-1a27 27 0 0 0-14 3.9 27 27 0 0 0-9.8 10.4 1 1 0 0 0 0 .1 3.5 3.5 0 0 0-.3 2.7 3.5 3.5 0 0 0 4.4 2.2 3.5 3.5 0 0 0 2-1.7 20 20 0 0 1 7.2-7.6 20 20 0 0 1 10-3c3.4-.1 6.9.7 10 2.4a3.5 3.5 0 0 0 4.8-1.3 3.5 3.5 0 0 0 .3-2.7 3.5 3.5 0 0 0-1.6-2 1.3 1.3 0 0 0-.1-.1A27 27 0 0 0 2010 3zm80.8 35.5a2.5 2.5 0 0 1 2.2 3.7 26 26 0 0 1-9.3 9.9 26 26 0 0 1-13 3.9 26 26 0 0 1-13-3.1h-.1a2.5 2.5 0 0 1-1-1.2 2.5 2.5 0 0 1-.3-1.5 2.5 2.5 0 0 1 2.1-2 2.5 2.5 0 0 1 1.6.2 21 21 0 0 0 10.6 2.6 21 21 0 0 0 10.5-3.2 21 21 0 0 0 7.4-8 2.5 2.5 0 0 1 2.3-1.3m0-1a3.5 3.5 0 0 0-1.9.5c-.5.4-1 .8-1.2 1.4a20 20 0 0 1-7.2 7.6 20 20 0 0 1-10 3 20 20 0 0 1-10-2.4 3.5 3.5 0 0 0-2.7-.3 3.5 3.5 0 0 0-2 1.7 3.5 3.5 0 0 0-.4 2.6 3.5 3.5 0 0 0 1.6 2l.1.1a27 27 0 0 0 13.7 3.3 27 27 0 0 0 13.4-4 27 27 0 0 0 9.6-10.3v-.1a3.5 3.5 0 0 0 .4-2.3 3.5 3.5 0 0 0-1.3-2 3.5 3.5 0 0 0-2.1-.8zM2070 4a25.9 25.9 0 0 1 12.4 3.1 2.5 2.5 0 0 1 1.3 2.7 2.5 2.5 0 0 1-2.1 2 2.5 2.5 0 0 1-1.6-.2 21 21 0 0 0-10.6-2.6 21 21 0 0 0-10.5 3.2 21 21 0 0 0-7.4 8 2.5 2.5 0 0 1-2.7 1.2 2.5 2.5 0 0 1-1.4-.7 2.5 2.5 0 0 1-.4-3 26 26 0 0 1 9.6-10A26 26 0 0 1 2070 4m0-1a27 27 0 0 0-14 3.9 27 27 0 0 0-9.8 10.4 1 1 0 0 0 0 .1 3.5 3.5 0 0 0-.3 2.7 3.5 3.5 0 0 0 4.4 2.2 3.5 3.5 0 0 0 2-1.7 20 20 0 0 1 7.2-7.6 20 20 0 0 1 10-3c3.4-.1 6.9.7 10 2.4a3.5 3.5 0 0 0 4.8-1.3 3.5 3.5 0 0 0 .3-2.7 3.5 3.5 0 0 0-1.7-2 1.3 1.3 0 0 0 0-.1A27 27 0 0 0 2070 3zm40.2 37.1a2.5 2.5 0 0 1 2.1 1.2 21 21 0 0 0 21.2 9.4 21 21 0 0 0 10.8-5.3 2.5 2.5 0 0 1 1.8-.7 2.5 2.5 0 0 1 2.4 2.6 2.5 2.5 0 0 1-.8 1.7 26 26 0 0 1-13.4 6.6 26 26 0 0 1-14.9-1.8 26 26 0 0 1-11.3-9.8 2.5 2.5 0 0 1-.4-1.7 2.5 2.5 0 0 1 .9-1.5 2.5 2.5 0 0 1 1.6-.7m0-1c-.8 0-1.6.3-2.3.9a3.5 3.5 0 0 0-1.2 2 3.5 3.5 0 0 0 .5 2.4v.1a27 27 0 0 0 11.8 10.2 27 27 0 0 0 15.5 2 27 27 0 0 0 14-7 3.5 3.5 0 0 0 1-1.8 3.5 3.5 0 0 0-.3-2.2 3.5 3.5 0 0 0-1.5-1.6 3.5 3.5 0 0 0-2.1-.4 3.5 3.5 0 0 0-2 1 20 20 0 0 1-10.3 5 20 20 0 0 1-20.1-8.9 3.5 3.5 0 0 0-1.3-1.2 3.5 3.5 0 0 0-1.7-.5zM2130 4a26 26 0 0 1 12.5 3.2 26 26 0 0 1 9.4 8.8c.3.5.4 1 .4 1.5a2.5 2.5 0 0 1-.6 1.5 2.5 2.5 0 0 1-1.3.8 2.5 2.5 0 0 1-2.7-1v-.1a21 21 0 0 0-9.2-7.9 21 21 0 0 0-22.8 3.8 2.5 2.5 0 0 1-1.8.7 2.5 2.5 0 0 1-1.8-.8 2.5 2.5 0 0 1-.6-1.8 2.5 2.5 0 0 1 .8-1.7 26 26 0 0 1 17.7-7m0-1a27 27 0 0 0-18.4 7.3 3.5 3.5 0 0 0-1 1.8 3.5 3.5 0 0 0 3.8 4.2 3.5 3.5 0 0 0 2-1 20 20 0 0 1 10.3-5 20 20 0 0 1 11.4 1.4 20 20 0 0 1 8.7 7.5 3.5 3.5 0 0 0 2.2 1.6 3.5 3.5 0 0 0 2.7-.5 3.5 3.5 0 0 0 1.5-2.1 3.5 3.5 0 0 0-.4-2.6v-.1A27 27 0 0 0 2130 3zm40.2 37.1a2.5 2.5 0 0 1 2.1 1.2 21 21 0 0 0 21.2 9.4 21 21 0 0 0 10.8-5.3 2.5 2.5 0 0 1 1.8-.7 2.5 2.5 0 0 1 2.4 2.6 2.5 2.5 0 0 1-.8 1.7 26 26 0 0 1-13.4 6.6 26 26 0 0 1-14.9-1.8 26 26 0 0 1-11.3-9.8 2.5 2.5 0 0 1-.4-1.7 2.5 2.5 0 0 1 .9-1.5 2.5 2.5 0 0 1 1.6-.7m0-1c-.8 0-1.6.3-2.3.9a3.5 3.5 0 0 0-1.2 2 3.5 3.5 0 0 0 .5 2.4v.1a27 27 0 0 0 11.8 10.2 27 27 0 0 0 15.5 2 27 27 0 0 0 14-7 3.5 3.5 0 0 0 1-1.8 3.5 3.5 0 0 0-.3-2.2 3.5 3.5 0 0 0-1.5-1.6 3.5 3.5 0 0 0-2.1-.4 3.5 3.5 0 0 0-2 1 20 20 0 0 1-10.3 5 20 20 0 0 1-20.1-8.9 3.5 3.5 0 0 0-1.3-1.2 3.5 3.5 0 0 0-1.7-.5zM2190 4a26 26 0 0 1 12.5 3.2 26 26 0 0 1 9.4 8.8c.3.5.4 1 .4 1.5a2.5 2.5 0 0 1-.6 1.5 2.5 2.5 0 0 1-1.3.8 2.5 2.5 0 0 1-2.7-1v-.1a21 21 0 0 0-9.2-7.9 21 21 0 0 0-22.8 3.8 2.5 2.5 0 0 1-1.8.7 2.5 2.5 0 0 1-1.8-.8 2.5 2.5 0 0 1-.6-1.8 2.5 2.5 0 0 1 .8-1.7 26 26 0 0 1 17.7-7m0-1a27 27 0 0 0-18.4 7.3 3.5 3.5 0 0 0-1 1.8 3.5 3.5 0 0 0 3.8 4.2 3.5 3.5 0 0 0 2-1 20 20 0 0 1 10.3-5 20 20 0 0 1 11.4 1.4 20 20 0 0 1 8.7 7.5 3.5 3.5 0 0 0 2.2 1.6 3.5 3.5 0 0 0 2.7-.5 3.5 3.5 0 0 0 1.5-2.1 3.5 3.5 0 0 0-.4-2.6v-.1A27 27 0 0 0 2190 3zm60 1a26 26 0 0 1 17.6 6.8 26 26 0 0 1 8.3 17 2.5 2.5 0 0 1-2.3 2.6h-.2a2.5 2.5 0 0 1-1.7-.6 2.5 2.5 0 0 1-.8-1.6 21 21 0 0 0-5-11.9 21 21 0 0 0-11-6.7 21 21 0 0 0-12.8 1 2.5 2.5 0 0 1-1.6 0 2.5 2.5 0 0 1-1.3-.7 2.5 2.5 0 0 1-.6-1.5 2.5 2.5 0 0 1 1.6-2.5A26 26 0 0 1 2250 4m0-1a26.9 26.9 0 0 0-10.2 2 1 1 0 0 0-.1 0 3.5 3.5 0 0 0-1.8 2 3.5 3.5 0 0 0 0 2.6 3.5 3.5 0 0 0 1.9 1.9c.8.3 1.8.3 2.6 0h.1a19.9 19.9 0 0 1 7.5-1.5 20.1 20.1 0 0 1 13.5 5.3 20.1 20.1 0 0 1 6.4 13 3.5 3.5 0 0 0 3.5 3.2h.3a3.5 3.5 0 0 0 2.4-1.3 3.5 3.5 0 0 0 .8-2.6 27 27 0 0 0-8.7-17.5A27 27 0 0 0 2250 3zm-23.4 26.5a2.5 2.5 0 0 1 2.5 2.3 21 21 0 0 0 5 11.9 21 21 0 0 0 11 6.7 21 21 0 0 0 12.8-1 2.5 2.5 0 0 1 3.3 1.4 2.5 2.5 0 0 1-1.4 3.3 26 26 0 0 1-15.9 1.2 26 26 0 0 1-13.6-8.3 26 26 0 0 1-6.2-14.7 2.5 2.5 0 0 1 2.3-2.7h.2m0-1h-.3a3.5 3.5 0 0 0-2.4 1.2 3.5 3.5 0 0 0-.8 2.5 27 27 0 0 0 6.4 15.3 27 27 0 0 0 14.2 8.6 27 27 0 0 0 16.5-1.2 1 1 0 0 0 .1 0 3.5 3.5 0 0 0 1.8-4.6 3.5 3.5 0 0 0-4.5-1.9.9.9 0 0 0-.1 0 19.9 19.9 0 0 1-7.5 1.5 20.1 20.1 0 0 1-13.5-5.3 20.1 20.1 0 0 1-6.4-13 3.5 3.5 0 0 0-1.1-2.2 3.5 3.5 0 0 0-2.4-1zm61.2-8.9a2.5 2.5 0 0 1 2.4 1.8 2.5 2.5 0 0 1 0 1.5 21 21 0 0 0-.3 13.2 21 21 0 0 0 7.6 10.7A21 21 0 0 0 2310 51h.6a2.5 2.5 0 0 1 1.8 4.2 2.5 2.5 0 0 1-1.7.8h-.7a26 26 0 0 1-24.8-18.4 26 26 0 0 1 .3-16.2 2.5 2.5 0 0 1 2.3-1.7m0-1a3.5 3.5 0 0 0-2 .6 3.5 3.5 0 0 0-1.2 1.6 1.1 1.1 0 0 0 0 .2 27 27 0 0 0-.4 16.8 27 27 0 0 0 9.8 13.8 27 27 0 0 0 16 5.3h.7a3.5 3.5 0 0 0 2.4-1 3.5 3.5 0 0 0 1-2.6 3.5 3.5 0 0 0-1-2.4 3.5 3.5 0 0 0-2.5-1h-.6a20 20 0 0 1-11.8-3.9 20 20 0 0 1-7.3-10.2 20 20 0 0 1 .2-12.4v-.1a3.5 3.5 0 0 0 0-2.2 3.5 3.5 0 0 0-1.2-1.8 3.5 3.5 0 0 0-2-.7zM2310 4a26 26 0 0 1 24.8 18.4 26 26 0 0 1-.3 16.2 2.5 2.5 0 0 1-3.2 1.5 2.5 2.5 0 0 1-1.4-1.2 2.5 2.5 0 0 1 0-2 21 21 0 0 0 .2-13 21 21 0 0 0-7.6-10.8A21 21 0 0 0 2310 9h-.6a2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1-.7-1.8 2.5 2.5 0 0 1 .7-1.7 2.5 2.5 0 0 1 1.7-.8h.7m0-1h-.7a3.5 3.5 0 0 0-3.4 3.6 3.5 3.5 0 0 0 3.5 3.4h.6a20 20 0 0 1 11.8 3.9 20 20 0 0 1 7.3 10.2 20 20 0 0 1-.2 12.4 1.2 1.2 0 0 0 0 .1 3.5 3.5 0 0 0 .1 2.7 3.5 3.5 0 0 0 2 1.8c.8.3 1.8.3 2.6-.1a3.5 3.5 0 0 0 1.8-2 27 27 0 0 0 .4-17 27 27 0 0 0-9.8-13.7 27 27 0 0 0-16-5.3zm37.8 16.7a2.5 2.5 0 0 1 2.4 1.8 2.5 2.5 0 0 1 0 1.5 21 21 0 0 0-.3 13.2 21 21 0 0 0 7.6 10.7A21 21 0 0 0 2370 51h.6a2.5 2.5 0 0 1 1.8 4.2 2.5 2.5 0 0 1-1.7.8h-.7a26 26 0 0 1-24.8-18.4 26 26 0 0 1 .3-16.2 2.5 2.5 0 0 1 2.3-1.7m0-1a3.5 3.5 0 0 0-2 .6 3.5 3.5 0 0 0-1.2 1.6 1.1 1.1 0 0 0 0 .2 27 27 0 0 0-.4 16.8 27 27 0 0 0 9.8 13.8 27 27 0 0 0 16 5.3h.7a3.5 3.5 0 0 0 2.4-1 3.5 3.5 0 0 0 1-2.6 3.5 3.5 0 0 0-1-2.4 3.5 3.5 0 0 0-2.5-1h-.6a20 20 0 0 1-11.8-3.9 20 20 0 0 1-7.3-10.2 20 20 0 0 1 .2-12.4v-.1a3.5 3.5 0 0 0 0-2.2 3.5 3.5 0 0 0-1.2-1.8 3.5 3.5 0 0 0-2-.7zM2370 4a26 26 0 0 1 24.8 18.4 26 26 0 0 1-.3 16.2 2.5 2.5 0 0 1-3.2 1.5 2.5 2.5 0 0 1-1.4-1.2 2.5 2.5 0 0 1 0-2 21 21 0 0 0 .2-13 21 21 0 0 0-7.6-10.8A21 21 0 0 0 2370 9h-.6a2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1-.7-1.8 2.5 2.5 0 0 1 .7-1.7 2.5 2.5 0 0 1 1.7-.8h.7m0-1h-.7a3.5 3.5 0 0 0-3.4 3.6 3.5 3.5 0 0 0 3.5 3.4h.6a20 20 0 0 1 11.8 3.9 20 20 0 0 1 7.3 10.2 20 20 0 0 1-.2 12.4 1.2 1.2 0 0 0 0 .1 3.5 3.5 0 0 0 .1 2.7 3.5 3.5 0 0 0 2 1.8c.8.3 1.8.3 2.6-.1a3.5 3.5 0 0 0 1.8-2 27 27 0 0 0 .4-17 27 27 0 0 0-9.8-13.7 27 27 0 0 0-16-5.3zm42.4 9a2.5 2.5 0 0 1 2.5 2.4 2.5 2.5 0 0 1-.7 1.7 21 21 0 0 0-5.1 12.4 21 21 0 0 0 3.3 13 21 21 0 0 0 10.5 8.3 2.5 2.5 0 0 1 1.2 1 2.5 2.5 0 0 1 0 2.9 2.5 2.5 0 0 1-1.3.8 2.5 2.5 0 0 1-1.6 0 26 26 0 0 1-13-10.3 26 26 0 0 1-4.1-16 26 26 0 0 1 6.4-15.4 2.5 2.5 0 0 1 1.9-.8m0-1a3.5 3.5 0 0 0-2.7 1.2 27 27 0 0 0-6.6 15.8 27 27 0 0 0 4.3 16.7 27 27 0 0 0 13.5 10.7h.1c1 .3 1.9.3 2.7-.2a3.5 3.5 0 0 0 1.7-2 3.5 3.5 0 0 0-.2-2.6 3.5 3.5 0 0 0-2-1.8 20 20 0 0 1-10-8 20 20 0 0 1-3.1-12.3 20 20 0 0 1 4.9-11.7 3.5 3.5 0 0 0 .9-2.5 3.5 3.5 0 0 0-1.1-2.4 3.5 3.5 0 0 0-2.4-1zm25.5-5.6l.9.1a26 26 0 0 1 13 10.3 26 26 0 0 1 4.1 16 26 26 0 0 1-6.4 15.4 2.5 2.5 0 0 1-3.5.2 2.5 2.5 0 0 1-.9-1.7 2.5 2.5 0 0 1 .7-1.8 21 21 0 0 0 5.1-12.4 21 21 0 0 0-3.3-13 21 21 0 0 0-10.5-8.3 2.5 2.5 0 0 1-1.3-1 2.5 2.5 0 0 1-.3-1.8c0-.5.4-1 .8-1.4a2.5 2.5 0 0 1 1.6-.6m0-1c-.8 0-1.6.3-2.2.8a3.5 3.5 0 0 0-1.2 2c-.2.9 0 1.7.4 2.4a3.5 3.5 0 0 0 1.8 1.6.9.9 0 0 0 .1 0 20 20 0 0 1 10 8 20 20 0 0 1 3.1 12.3 20 20 0 0 1-4.9 11.7 3.5 3.5 0 0 0 .3 5 3.5 3.5 0 0 0 2.6.8 3.5 3.5 0 0 0 2.4-1.2 27 27 0 0 0 6.6-15.8 27 27 0 0 0-4.3-16.7 27 27 0 0 0-13.5-10.7 1 1 0 0 0-.1 0 3.5 3.5 0 0 0-1-.2zm34.5 7.6a2.5 2.5 0 0 1 2.5 2.4 2.5 2.5 0 0 1-.7 1.7 21 21 0 0 0-5.1 12.4 21 21 0 0 0 3.3 13 21 21 0 0 0 10.5 8.3 2.5 2.5 0 0 1 1.2 1 2.5 2.5 0 0 1 0 2.9 2.5 2.5 0 0 1-1.3.8 2.5 2.5 0 0 1-1.6 0 26 26 0 0 1-13-10.3 26 26 0 0 1-4.1-16 26 26 0 0 1 6.4-15.4 2.5 2.5 0 0 1 1.9-.8m0-1a3.5 3.5 0 0 0-2.7 1.2 27 27 0 0 0-6.6 15.8 27 27 0 0 0 4.3 16.7 27 27 0 0 0 13.5 10.7h.1c1 .3 1.9.3 2.7-.2a3.5 3.5 0 0 0 1.7-2 3.5 3.5 0 0 0-.2-2.6 3.5 3.5 0 0 0-2-1.8 20 20 0 0 1-10-8 20 20 0 0 1-3.1-12.3 20 20 0 0 1 4.9-11.7 3.5 3.5 0 0 0 .9-2.5 3.5 3.5 0 0 0-1.1-2.4 3.5 3.5 0 0 0-2.4-1zm25.5-5.6l.9.1a26 26 0 0 1 13 10.3 26 26 0 0 1 4.1 16 26 26 0 0 1-6.4 15.4 2.5 2.5 0 0 1-3.5.2 2.5 2.5 0 0 1-.9-1.7 2.5 2.5 0 0 1 .7-1.8 21 21 0 0 0 5.1-12.4 21 21 0 0 0-3.3-13 21 21 0 0 0-10.5-8.3 2.5 2.5 0 0 1-1.3-1 2.5 2.5 0 0 1-.3-1.8c0-.5.4-1 .8-1.4a2.5 2.5 0 0 1 1.6-.6m0-1c-.8 0-1.6.3-2.2.8a3.5 3.5 0 0 0-1.2 2c-.2.9 0 1.7.4 2.4a3.5 3.5 0 0 0 1.8 1.6.9.9 0 0 0 .1 0 20 20 0 0 1 10 8 20 20 0 0 1 3.1 12.3 20 20 0 0 1-4.9 11.7 3.5 3.5 0 0 0 .3 5 3.5 3.5 0 0 0 2.6.8 3.5 3.5 0 0 0 2.4-1.2 27 27 0 0 0 6.6-15.8 27 27 0 0 0-4.3-16.7 27 27 0 0 0-13.5-10.7 1 1 0 0 0-.1 0 3.5 3.5 0 0 0-1-.2zm40.3 2.8a2.5 2.5 0 0 1 2.4 1.8 2.5 2.5 0 0 1-1.1 2.8 21 21 0 0 0-8.8 9.9 21 21 0 0 0-1.2 13 21 21 0 0 0 6.9 11.3 2.5 2.5 0 0 1-1.4 4.4 2.5 2.5 0 0 1-1.9-.6 26 26 0 0 1-8.4-14 26 26 0 0 1 1.4-16.1A26 26 0 0 1 2537 7.5l1.2-.3m0-1c-.6 0-1.1.1-1.6.4a.9.9 0 0 0-.1 0 27 27 0 0 0-11.3 12.7 27 27 0 0 0-1.5 16.8 27 27 0 0 0 8.8 14.5 3.5 3.5 0 0 0 2 .8 3.5 3.5 0 0 0 3.5-2.2 3.5 3.5 0 0 0 .2-2.1 3.5 3.5 0 0 0-1.2-1.9 20 20 0 0 1 3-32.5 3.5 3.5 0 0 0 1.3-1.3 3.5 3.5 0 0 0 .4-1.7 3.5 3.5 0 0 0-1.7-3 3.5 3.5 0 0 0-1.8-.5zm27 3.4c.6 0 1.2.2 1.6.6l-.3-.3a26 26 0 0 1 7.4 30.3 26 26 0 0 1-10.9 12.3 2.5 2.5 0 0 1-1.9.2 2.5 2.5 0 0 1-1.7-3 2.5 2.5 0 0 1 1.1-1.5 21 21 0 0 0 8.8-9.9 21 21 0 0 0 1.1-13 21 21 0 0 0-6.8-11.3c-.4-.4-.7-.8-.8-1.3a2.5 2.5 0 0 1 0-1.5 2.5 2.5 0 0 1 2.4-1.6m-1.8 4.2l.2.2-.2-.2m1.8-5.2c-.8 0-1.7.3-2.3 1a3.5 3.5 0 0 0-1.2 2.2 3.5 3.5 0 0 0 .8 2.5l.2.3.3.2a20 20 0 0 1 6.5 10.7 20 20 0 0 1-9.4 21.8 3.5 3.5 0 0 0-1.4 1.3 3.5 3.5 0 0 0-.4 1.7 3.5 3.5 0 0 0 5.1 3.1.9.9 0 0 0 .1 0 27 27 0 0 0 11.3-12.8 27 27 0 0 0 1.4-17 27 27 0 0 0-9-14.4 1 1 0 0 0-.4-.2 3.5 3.5 0 0 0-1.6-.4zm33-1.4a2.5 2.5 0 0 1 2.4 1.8 2.5 2.5 0 0 1-1.1 2.8 21 21 0 0 0-8.8 9.9 21 21 0 0 0-1.2 13 21 21 0 0 0 6.9 11.3 2.5 2.5 0 0 1-1.4 4.4 2.5 2.5 0 0 1-1.9-.6 26 26 0 0 1-8.4-14 26 26 0 0 1 1.4-16.1A26 26 0 0 1 2597 7.5l1.2-.3m0-1c-.6 0-1.1.1-1.6.4a.9.9 0 0 0-.1 0 27 27 0 0 0-11.3 12.7 27 27 0 0 0-1.5 16.8 27 27 0 0 0 8.8 14.5 3.5 3.5 0 0 0 2 .8 3.5 3.5 0 0 0 3.5-2.2 3.5 3.5 0 0 0 .2-2.1 3.5 3.5 0 0 0-1.2-1.9 20 20 0 0 1 3-32.5 3.5 3.5 0 0 0 1.3-1.3 3.5 3.5 0 0 0 .4-1.7 3.5 3.5 0 0 0-1.7-3 3.5 3.5 0 0 0-1.8-.5zm27 3.4c.6 0 1.2.2 1.6.6l-.3-.3a26 26 0 0 1 7.4 30.3 26 26 0 0 1-10.9 12.3 2.5 2.5 0 0 1-1.9.2 2.5 2.5 0 0 1-1.7-3 2.5 2.5 0 0 1 1.1-1.5 21 21 0 0 0 8.8-9.9 21 21 0 0 0 1.1-13 21 21 0 0 0-6.8-11.3c-.4-.4-.7-.8-.8-1.3a2.5 2.5 0 0 1 0-1.5 2.5 2.5 0 0 1 2.4-1.6m-1.8 4.2l.2.2-.2-.2m1.8-5.2c-.8 0-1.7.3-2.3 1a3.5 3.5 0 0 0-1.2 2.2 3.5 3.5 0 0 0 .8 2.5l.2.3.3.2a20 20 0 0 1 6.5 10.7 20 20 0 0 1-9.4 21.8 3.5 3.5 0 0 0-1.4 1.3 3.5 3.5 0 0 0-.4 1.7 3.5 3.5 0 0 0 5.1 3.1.9.9 0 0 0 .1 0 27 27 0 0 0 11.3-12.8 27 27 0 0 0 1.4-17 27 27 0 0 0-9-14.4 1 1 0 0 0-.4-.2 3.5 3.5 0 0 0-1.6-.4zm38.7-3.8a2.5 2.5 0 0 1 .7 5 21 21 0 0 0-10.9 7 21 21 0 0 0-1.4 24.5 2.5 2.5 0 0 1-3 3.6 2.5 2.5 0 0 1-1.2-1 26 26 0 0 1-4-15.4 26 26 0 0 1 5.7-15 26 26 0 0 1 13.5-8.6l.6-.1m0-1h-.8a1 1 0 0 0 0 .1 27 27 0 0 0-20 24.5 27 27 0 0 0 4.1 16v.2a3.5 3.5 0 0 0 2.3 1.4 3.5 3.5 0 0 0 2.6-.5 3.5 3.5 0 0 0 1.5-2.2 3.5 3.5 0 0 0-.5-2.6 20 20 0 0 1 11.6-30 .8.8 0 0 0 .1 0 3.5 3.5 0 0 0 2.6-3.9 3.5 3.5 0 0 0-1.2-2.1 3.5 3.5 0 0 0-2.3-.9zm26 11.1a2.5 2.5 0 0 1 2 1.2 26 26 0 0 1 4 15.4 26 26 0 0 1-5.7 15 26 26 0 0 1-13.5 8.6 2.5 2.5 0 0 1-2.7-1 2.5 2.5 0 0 1-.4-1.5 2.5 2.5 0 0 1 .5-1.5 2.5 2.5 0 0 1 1.3-.8 21 21 0 0 0 10.9-7 21 21 0 0 0 4.7-12 21 21 0 0 0-3.3-12.6 2.5 2.5 0 0 1-.3-1.7 2.5 2.5 0 0 1 2.4-2.1m0-1c-.8 0-1.6.3-2.3.8a3.5 3.5 0 0 0-1.1 2.2 3.5 3.5 0 0 0 .5 2.4 20 20 0 0 1 3 11.9 20 20 0 0 1-14.6 18.1.8.8 0 0 0-.1 0 3.5 3.5 0 0 0-2.1 1.6 3.5 3.5 0 0 0-.4 2.6 3.5 3.5 0 0 0 4.2 2.6 27 27 0 0 0 14-9 27 27 0 0 0 6-15.5 27 27 0 0 0-4.1-16v-.2a3.5 3.5 0 0 0-1.3-1.1 3.5 3.5 0 0 0-1.7-.4zm34.1-9.1a2.5 2.5 0 0 1 .7 5 21 21 0 0 0-10.9 7 21 21 0 0 0-1.4 24.5 2.5 2.5 0 0 1-3 3.6 2.5 2.5 0 0 1-1.2-1 26 26 0 0 1-4-15.4 26 26 0 0 1 5.7-15 26 26 0 0 1 13.5-8.6l.6-.1m0-1h-.8a1 1 0 0 0 0 .1 27 27 0 0 0-20 24.5 27 27 0 0 0 4.1 16v.2a3.5 3.5 0 0 0 2.3 1.4 3.5 3.5 0 0 0 2.6-.5 3.5 3.5 0 0 0 1.5-2.2 3.5 3.5 0 0 0-.5-2.6 20 20 0 0 1 11.6-30 .8.8 0 0 0 .1 0 3.5 3.5 0 0 0 2.6-3.9 3.5 3.5 0 0 0-1.2-2.1 3.5 3.5 0 0 0-2.3-.9zm26 11.1a2.5 2.5 0 0 1 2 1.2 26 26 0 0 1 4 15.4 26 26 0 0 1-5.7 15 26 26 0 0 1-13.5 8.6 2.5 2.5 0 0 1-2.7-1 2.5 2.5 0 0 1-.4-1.5 2.5 2.5 0 0 1 .5-1.5 2.5 2.5 0 0 1 1.3-.8 21 21 0 0 0 10.9-7 21 21 0 0 0 4.7-12 21 21 0 0 0-3.3-12.6 2.5 2.5 0 0 1-.3-1.7 2.5 2.5 0 0 1 2.4-2.1m0-1c-.8 0-1.6.3-2.3.8a3.5 3.5 0 0 0-1.1 2.2 3.5 3.5 0 0 0 .5 2.4 20 20 0 0 1 3 11.9 20 20 0 0 1-14.6 18.1.8.8 0 0 0-.1 0 3.5 3.5 0 0 0-2.1 1.6 3.5 3.5 0 0 0-.4 2.6 3.5 3.5 0 0 0 4.2 2.6 27 27 0 0 0 14-9 27 27 0 0 0 6-15.5 27 27 0 0 0-4.1-16v-.2a3.5 3.5 0 0 0-1.3-1.1 3.5 3.5 0 0 0-1.7-.4zm37.8-9.8a2.5 2.5 0 0 1 2.5 2.4 2.5 2.5 0 0 1-.6 1.7 2.5 2.5 0 0 1-1.6 1 21 21 0 0 0-10.8 4.3 21 21 0 0 0-6.8 9.3 21 21 0 0 0-.8 11.6 2.5 2.5 0 0 1-.2 1.6 2.5 2.5 0 0 1-2.5 1.5 2.5 2.5 0 0 1-1.4-.7 2.5 2.5 0 0 1-.8-1.3 26 26 0 0 1 1-14.4 26 26 0 0 1 8.4-11.6 26 26 0 0 1 13.3-5.4h.3m0-1h-.3a27 27 0 0 0-13.9 5.6 27 27 0 0 0-9.8 27v.1a3.5 3.5 0 0 0 1.6 2.1 3.5 3.5 0 0 0 2.6.5 3.5 3.5 0 0 0 2.2-1.6 3.5 3.5 0 0 0 .5-2.6 20.2 20.2 0 0 1-.5-4.2 20 20 0 0 1 5.1-13.4A20 20 0 0 1 2788 10a3.5 3.5 0 0 0 3.1-3.6 3.5 3.5 0 0 0-1-2.4 3.5 3.5 0 0 0-2.5-1zm25.4 19.4a2.5 2.5 0 0 1 2.4 2 26 26 0 0 1-1 14.4 26 26 0 0 1-8.4 11.6 26 26 0 0 1-13.3 5.4 2.5 2.5 0 0 1-2-.6 2.5 2.5 0 0 1-.3-3.5 2.5 2.5 0 0 1 1.7-1 21 21 0 0 0 10.8-4.2 21 21 0 0 0 6.8-9.4 21 21 0 0 0 .8-11.6 2.5 2.5 0 0 1 2.5-3m0-1c-.7 0-1.4.2-2 .5a3.5 3.5 0 0 0-1.3 1.6 3.5 3.5 0 0 0-.1 2v.2c.3 1.3.4 2.7.4 4.1a20 20 0 0 1-5.1 13.4A20 20 0 0 1 2792 50a3.5 3.5 0 0 0-3 2.7 3.5 3.5 0 0 0 1.6 3.8c.6.4 1.4.5 2.1.5a27 27 0 0 0 13.9-5.6 27 27 0 0 0 9.8-27 1 1 0 0 0 0-.1 3.5 3.5 0 0 0-1.3-2 3.5 3.5 0 0 0-2.1-.7zM2850 4c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-1.8.7 21 21 0 0 0-14.2 5.5 21 21 0 0 0-6.7 13.7 2.5 2.5 0 0 1-2.5 2.3h-.2a2.5 2.5 0 0 1-1.2-.5 2.5 2.5 0 0 1-.9-1 2.5 2.5 0 0 1-.2-1.3 26 26 0 0 1 8.3-16.9A26 26 0 0 1 2850 4m0-1a27 27 0 0 0-18.2 7 27 27 0 0 0-8.7 17.6v.1a3.5 3.5 0 0 0 .8 2.5 3.5 3.5 0 0 0 2.4 1.2h.3a3.5 3.5 0 0 0 2.4-.9 3.5 3.5 0 0 0 1-2.2 20.1 20.1 0 0 1 6.5-13A20.1 20.1 0 0 1 2850 10c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5c0-1-.4-1.8-1-2.5a3.5 3.5 0 0 0-2.5-1zm23.4 26.5h.2a2.5 2.5 0 0 1 2.3 2.8 26 26 0 0 1-8.3 16.9A26 26 0 0 1 2850 56a2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7 21 21 0 0 0 14.2-5.5 21 21 0 0 0 6.7-13.7c0-.6.4-1.2.8-1.6a2.5 2.5 0 0 1 1.7-.7m0-1a3.5 3.5 0 0 0-3.5 3.2 20.1 20.1 0 0 1-6.4 13A20.1 20.1 0 0 1 2850 50c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1 27 27 0 0 0 18.2-7 27 27 0 0 0 8.7-17.6.7.7 0 0 0 0-.1 3.5 3.5 0 0 0-.8-2.5 3.5 3.5 0 0 0-2.4-1.2h-.3zM2910 4c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-1.8.7 21 21 0 0 0-14.2 5.5 21 21 0 0 0-6.7 13.7 2.5 2.5 0 0 1-2.5 2.3h-.2a2.5 2.5 0 0 1-1.2-.5 2.5 2.5 0 0 1-.9-1 2.5 2.5 0 0 1-.2-1.3 26 26 0 0 1 8.3-16.9A26 26 0 0 1 2910 4m0-1a27 27 0 0 0-18.2 7 27 27 0 0 0-8.7 17.6v.1a3.5 3.5 0 0 0 .8 2.5 3.5 3.5 0 0 0 2.4 1.2h.3a3.5 3.5 0 0 0 2.4-.9 3.5 3.5 0 0 0 1-2.2 20.1 20.1 0 0 1 6.5-13A20.1 20.1 0 0 1 2910 10c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5c0-1-.4-1.8-1-2.5a3.5 3.5 0 0 0-2.5-1zm23.4 26.5h.2a2.5 2.5 0 0 1 2.3 2.8 26 26 0 0 1-8.3 16.9A26 26 0 0 1 2910 56a2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7 21 21 0 0 0 14.2-5.5 21 21 0 0 0 6.7-13.7c0-.6.4-1.2.8-1.6a2.5 2.5 0 0 1 1.7-.7m0-1a3.5 3.5 0 0 0-3.5 3.2 20.1 20.1 0 0 1-6.4 13A20.1 20.1 0 0 1 2910 50c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1 27 27 0 0 0 18.2-7 27 27 0 0 0 8.7-17.6.7.7 0 0 0 0-.1 3.5 3.5 0 0 0-.8-2.5 3.5 3.5 0 0 0-2.4-1.2h-.3zM2970 4c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-1.8.7 21 21 0 0 0-11.7 3.6 21 21 0 0 0-7.8 9.5 2.5 2.5 0 0 1-3.2 1.4 2.5 2.5 0 0 1-1.4-1.3 2.5 2.5 0 0 1 0-2 26 26 0 0 1 9.6-11.8A26 26 0 0 1 2970 4m0-1a27 27 0 0 0-15.1 4.6 26.9 26.9 0 0 0-10 12.3 1 1 0 0 0 0 .1 3.5 3.5 0 0 0 2 4.5 3.5 3.5 0 0 0 2.7 0 3.5 3.5 0 0 0 1.9-2 20 20 0 0 1 7.3-9.1A20 20 0 0 1 2970 10c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5c0-1-.4-1.8-1-2.5a3.5 3.5 0 0 0-2.5-1zm21.8 33.3a2.5 2.5 0 0 1 2.4 1.8 2.5 2.5 0 0 1 0 1.6 26 26 0 0 1-9.7 11.9A26 26 0 0 1 2970 56a2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7 21 21 0 0 0 11.7-3.6 21 21 0 0 0 7.8-9.5 2.5 2.5 0 0 1 2.3-1.6m0-1a3.5 3.5 0 0 0-3.3 2.2 20 20 0 0 1-7.3 9.1A20 20 0 0 1 2970 50c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1 27 27 0 0 0 15.1-4.6 26.9 26.9 0 0 0 10-12.3V40a3.5 3.5 0 0 0 0-2.2 3.5 3.5 0 0 0-1.2-1.8 3.5 3.5 0 0 0-2.1-.7zM3030 4c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-1.8.7 21 21 0 0 0-11.7 3.6 21 21 0 0 0-7.8 9.5 2.5 2.5 0 0 1-3.2 1.4 2.5 2.5 0 0 1-1.4-1.3 2.5 2.5 0 0 1 0-2 26 26 0 0 1 9.6-11.8A26 26 0 0 1 3030 4m0-1a27 27 0 0 0-15.1 4.6 26.9 26.9 0 0 0-10 12.3 1 1 0 0 0 0 .1 3.5 3.5 0 0 0 2 4.5 3.5 3.5 0 0 0 2.7 0 3.5 3.5 0 0 0 1.9-2 20 20 0 0 1 7.3-9.1A20 20 0 0 1 3030 10c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5c0-1-.4-1.8-1-2.5a3.5 3.5 0 0 0-2.5-1zm21.8 33.3a2.5 2.5 0 0 1 2.4 1.8 2.5 2.5 0 0 1 0 1.6 26 26 0 0 1-9.7 11.9A26 26 0 0 1 3030 56a2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7 21 21 0 0 0 11.7-3.6 21 21 0 0 0 7.8-9.5 2.5 2.5 0 0 1 2.3-1.6m0-1a3.5 3.5 0 0 0-3.3 2.2 20 20 0 0 1-7.3 9.1A20 20 0 0 1 3030 50c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1 27 27 0 0 0 15.1-4.6 26.9 26.9 0 0 0 10-12.3V40a3.5 3.5 0 0 0 0-2.2 3.5 3.5 0 0 0-1.2-1.8 3.5 3.5 0 0 0-2.1-.7zM3090 4c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-1.8.7 21 21 0 0 0-9.2 2.1 21 21 0 0 0-7.3 6 2.5 2.5 0 0 1-2.9.8 2.5 2.5 0 0 1-1.2-1 2.5 2.5 0 0 1-.4-1.4c0-.6.2-1 .5-1.5a26 26 0 0 1 9.1-7.4A26 26 0 0 1 3090 4m0-1a26.9 26.9 0 0 0-21.3 10.4 3.5 3.5 0 0 0-.7 2 3.5 3.5 0 0 0 2.3 3.5 3.5 3.5 0 0 0 2.1 0 3.5 3.5 0 0 0 1.8-1.2 19.9 19.9 0 0 1 7-5.7 19.9 19.9 0 0 1 8.8-2c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5c0-1-.4-1.8-1-2.5a3.5 3.5 0 0 0-2.5-1zm18.5 39c.6 0 1.3.2 1.7.6a2.5 2.5 0 0 1 .3 3.4 26 26 0 0 1-9.1 7.4A26 26 0 0 1 3090 56a2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7 21 21 0 0 0 9.2-2.1 21 21 0 0 0 7.3-6 2.5 2.5 0 0 1 2-1m0-1a3.5 3.5 0 0 0-1.5.4 3.5 3.5 0 0 0-1.2 1 19.9 19.9 0 0 1-7 5.7 19.9 19.9 0 0 1-8.8 2c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1 26.9 26.9 0 0 0 21.3-10.4 3.5 3.5 0 0 0 .7-2.4 3.5 3.5 0 0 0-1.1-2.3 3.5 3.5 0 0 0-2.4-1zM3150 4c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-1.8.7 21 21 0 0 0-9.2 2.1 21 21 0 0 0-7.3 6 2.5 2.5 0 0 1-2.9.8 2.5 2.5 0 0 1-1.2-1 2.5 2.5 0 0 1-.4-1.4c0-.6.2-1 .5-1.5a26 26 0 0 1 9.1-7.4A26 26 0 0 1 3150 4m0-1a26.9 26.9 0 0 0-21.3 10.4 3.5 3.5 0 0 0-.7 2 3.5 3.5 0 0 0 2.3 3.5 3.5 3.5 0 0 0 2.1 0 3.5 3.5 0 0 0 1.8-1.2 19.9 19.9 0 0 1 7-5.7 19.9 19.9 0 0 1 8.8-2c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5c0-1-.4-1.8-1-2.5a3.5 3.5 0 0 0-2.5-1zm18.5 39c.6 0 1.3.2 1.7.6a2.5 2.5 0 0 1 .3 3.4 26 26 0 0 1-9.1 7.4A26 26 0 0 1 3150 56a2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7 21 21 0 0 0 9.2-2.1 21 21 0 0 0 7.3-6 2.5 2.5 0 0 1 2-1m0-1a3.5 3.5 0 0 0-1.5.4 3.5 3.5 0 0 0-1.2 1 19.9 19.9 0 0 1-7 5.7 19.9 19.9 0 0 1-8.8 2c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1 26.9 26.9 0 0 0 21.3-10.4 3.5 3.5 0 0 0 .7-2.4 3.5 3.5 0 0 0-1.1-2.3 3.5 3.5 0 0 0-2.4-1zM3210 4c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-1.8.7 21 21 0 0 0-13.2 4.7 2.5 2.5 0 0 1-1.4.5 2.5 2.5 0 0 1-1.6-.4 2.5 2.5 0 0 1-1-1.2 2.5 2.5 0 0 1 0-1.5c.1-.5.4-1 .9-1.3A25.9 25.9 0 0 1 3210 4m0-1a27 27 0 0 0-17 6 3.5 3.5 0 0 0-1.2 1.8 3.5 3.5 0 0 0 1.5 3.9 3.5 3.5 0 0 0 2.1.6 3.5 3.5 0 0 0 2-.9A20 20 0 0 1 3210 10c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5c0-1-.4-1.8-1-2.5a3.5 3.5 0 0 0-2.5-1zm14.8 42.8a2.5 2.5 0 0 1 1.4.4 2.5 2.5 0 0 1 1 2.8 2.5 2.5 0 0 1-.9 1.2A25.9 25.9 0 0 1 3210 56a2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7 21 21 0 0 0 13.2-4.7c.4-.3 1-.5 1.6-.5m0-1c-.8 0-1.6.3-2.2.8A20 20 0 0 1 3210 50c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1 27 27 0 0 0 17-6 3.5 3.5 0 0 0 1-3.9 3.5 3.5 0 0 0-1.2-1.7 3.5 3.5 0 0 0-2-.6zM3270 4c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-1.8.7 21 21 0 0 0-13.2 4.7 2.5 2.5 0 0 1-1.4.5 2.5 2.5 0 0 1-1.6-.4 2.5 2.5 0 0 1-1-1.2 2.5 2.5 0 0 1 0-1.5c.1-.5.4-1 .9-1.3A25.9 25.9 0 0 1 3270 4m0-1a27 27 0 0 0-17 6 3.5 3.5 0 0 0-1.2 1.8 3.5 3.5 0 0 0 1.5 3.9 3.5 3.5 0 0 0 2.1.6 3.5 3.5 0 0 0 2-.9A20 20 0 0 1 3270 10c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5c0-1-.4-1.8-1-2.5a3.5 3.5 0 0 0-2.5-1zm14.8 42.8a2.5 2.5 0 0 1 1.4.4 2.5 2.5 0 0 1 1 2.8 2.5 2.5 0 0 1-.9 1.2A25.9 25.9 0 0 1 3270 56a2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7 21 21 0 0 0 13.2-4.7c.4-.3 1-.5 1.6-.5m0-1c-.8 0-1.6.3-2.2.8A20 20 0 0 1 3270 50c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1 27 27 0 0 0 17-6 3.5 3.5 0 0 0 1-3.9 3.5 3.5 0 0 0-1.2-1.7 3.5 3.5 0 0 0-2-.6zM3330 4c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-1.8.7 21 21 0 0 0-10 2.5 2.5 2.5 0 0 1-1.8.2 2.5 2.5 0 0 1-1.7-3.1 2.5 2.5 0 0 1 1.2-1.5A25.9 25.9 0 0 1 3330 4m0-1a27 27 0 0 0-12.9 3.3 1 1 0 0 0-.1 0 3.5 3.5 0 0 0-1.5 2.2 3.5 3.5 0 0 0 .4 2.6 3.5 3.5 0 0 0 2 1.5 3.5 3.5 0 0 0 2.7-.3 20 20 0 0 1 9.4-2.3c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5c0-1-.4-1.8-1-2.5a3.5 3.5 0 0 0-2.5-1zm11 45.2a2.5 2.5 0 0 1 2.5 2 2.5 2.5 0 0 1-1.2 2.7A25.9 25.9 0 0 1 3330 56a2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7 21 21 0 0 0 10-2.5 2.5 2.5 0 0 1 1-.3m0-1a3.5 3.5 0 0 0-1.6.4 20 20 0 0 1-9.4 2.4c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1 27 27 0 0 0 12.7-3.2 1 1 0 0 0 .1 0 3.5 3.5 0 0 0 1.7-4 3.5 3.5 0 0 0-1.3-1.9 3.5 3.5 0 0 0-2.1-.7zM3390 4c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-1.8.7 21 21 0 0 0-6.4 1 2.5 2.5 0 0 1-3.1-1.6 2.5 2.5 0 0 1 .2-2 2.5 2.5 0 0 1 1.4-1.2A26 26 0 0 1 3390 4m0-1a27 27 0 0 0-8.2 1.3 1 1 0 0 0-.1 0 3.5 3.5 0 0 0-2 1.8 3.5 3.5 0 0 0-.1 2.6 3.5 3.5 0 0 0 1.7 2 3.5 3.5 0 0 0 2.6.2h.1a20 20 0 0 1 6-.9c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5c0-1-.4-1.8-1-2.5a3.5 3.5 0 0 0-2.5-1zm7.1 46.9a2.5 2.5 0 0 1 2.5 2.1 2.5 2.5 0 0 1-.4 1.7 2.5 2.5 0 0 1-1.3 1 26 26 0 0 1-7.9 1.3 2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7 21 21 0 0 0 6.4-1l.7-.1m0-1c-.3 0-.7 0-1 .2a1.1 1.1 0 0 0-.1 0 20 20 0 0 1-6 .9c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1 27 27 0 0 0 8.2-1.3h.1a3.5 3.5 0 0 0 2.3-4 3.5 3.5 0 0 0-1.2-2 3.5 3.5 0 0 0-2.3-.8zM3450 4c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-1.8.7 21 21 0 0 0-6.4 1 2.5 2.5 0 0 1-3.1-1.6 2.5 2.5 0 0 1 .2-2 2.5 2.5 0 0 1 1.4-1.2A26 26 0 0 1 3450 4m0-1a27 27 0 0 0-8.2 1.3 1 1 0 0 0-.1 0 3.5 3.5 0 0 0-2 1.8 3.5 3.5 0 0 0-.1 2.6 3.5 3.5 0 0 0 1.7 2 3.5 3.5 0 0 0 2.6.2h.1a20 20 0 0 1 6-.9c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5c0-1-.4-1.8-1-2.5a3.5 3.5 0 0 0-2.5-1zm7.1 46.9a2.5 2.5 0 0 1 2.5 2.1 2.5 2.5 0 0 1-.4 1.7 2.5 2.5 0 0 1-1.3 1 26 26 0 0 1-7.9 1.3 2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7 21 21 0 0 0 6.4-1l.7-.1m0-1c-.3 0-.7 0-1 .2a1.1 1.1 0 0 0-.1 0 20 20 0 0 1-6 .9c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1 27 27 0 0 0 8.2-1.3h.1a3.5 3.5 0 0 0 2.3-4 3.5 3.5 0 0 0-1.2-2 3.5 3.5 0 0 0-2.3-.8zM3510 4c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-1.8.7c-1 0-2.1 0-3.1.2a2.5 2.5 0 0 1-1.9-.4 2.5 2.5 0 0 1-1-1.7 2.5 2.5 0 0 1 2.1-2.8 26.2 26.2 0 0 1 3.9-.3m0-1c-1.4 0-2.7.1-4 .3a1.1 1.1 0 0 0-.1 0 3.5 3.5 0 0 0-2.9 4 3.5 3.5 0 0 0 4 3 20.3 20.3 0 0 1 3-.3c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5c0-1-.4-1.8-1-2.5a3.5 3.5 0 0 0-2.5-1zm3.5 47.7a2.5 2.5 0 0 1 2.5 2.3 2.5 2.5 0 0 1-.5 1.8 2.5 2.5 0 0 1-1.6 1 26.2 26.2 0 0 1-3.9.2 2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7c1 0 2.1 0 3.1-.2h.4m0-1h-.5l-3 .2c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1 27.4 27.4 0 0 0 4.1-.3 3.5 3.5 0 0 0 1.8-6 3.5 3.5 0 0 0-2.4-1zM3570 4c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-1.8.7c-1 0-2.1 0-3.1.2a2.5 2.5 0 0 1-1.9-.4 2.5 2.5 0 0 1-1-1.7 2.5 2.5 0 0 1 2.1-2.8 26.2 26.2 0 0 1 3.9-.3m0-1c-1.4 0-2.7.1-4 .3a1.1 1.1 0 0 0-.1 0 3.5 3.5 0 0 0-2.9 4 3.5 3.5 0 0 0 4 3 20.3 20.3 0 0 1 3-.3c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5c0-1-.4-1.8-1-2.5a3.5 3.5 0 0 0-2.5-1zm3.5 47.7a2.5 2.5 0 0 1 2.5 2.3 2.5 2.5 0 0 1-.5 1.8 2.5 2.5 0 0 1-1.6 1 26.2 26.2 0 0 1-3.9.2 2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7c1 0 2.1 0 3.1-.2h.4m0-1h-.5l-3 .2c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1 27.4 27.4 0 0 0 4.1-.3 3.5 3.5 0 0 0 1.8-6 3.5 3.5 0 0 0-2.4-1zM3630 4c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-1.8.7h-1.4a3.1 3.1 0 0 1-.1 0 2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1-.7-1.7 2.5 2.5 0 0 1 2.3-2.5l1.7-.1m0-1h-1.8a3.5 3.5 0 0 0-3.2 3.7 3.5 3.5 0 0 0 3.5 3.3h1.5c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5c0-1-.4-1.8-1-2.5a3.5 3.5 0 0 0-2.5-1zm1.5 48a2.5 2.5 0 0 1 2.5 2.4 2.5 2.5 0 0 1-2.3 2.5l-1.7.1a2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7h1.5m0-1h-1.5c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1h1.8a3.5 3.5 0 0 0 3.2-3.7 3.5 3.5 0 0 0-3.5-3.3zM3690 4c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-1.8.7h-1.4a3.1 3.1 0 0 1-.1 0 2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1-.7-1.7 2.5 2.5 0 0 1 2.3-2.5l1.7-.1m0-1h-1.8a3.5 3.5 0 0 0-3.2 3.7 3.5 3.5 0 0 0 3.5 3.3h1.5c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5c0-1-.4-1.8-1-2.5a3.5 3.5 0 0 0-2.5-1zm1.5 48a2.5 2.5 0 0 1 2.5 2.4 2.5 2.5 0 0 1-2.3 2.5l-1.7.1a2.5 2.5 0 0 1-1.8-.7 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7h1.5m0-1h-1.5c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1h1.8a3.5 3.5 0 0 0 3.2-3.7 3.5 3.5 0 0 0-3.5-3.3zM3750 4c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-3.6 0 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7m0-1c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5 3.5 3.5 0 0 0-1-2.5 3.5 3.5 0 0 0-2.5-1zm0 48c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-3.6 0 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7m0-1c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5 3.5 3.5 0 0 0-1-2.5 3.5 3.5 0 0 0-2.5-1zm60-46c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-3.6 0 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7m0-1c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5 3.5 3.5 0 0 0-1-2.5 3.5 3.5 0 0 0-2.5-1zm0 48c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-3.6 0 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7m0-1c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5 3.5 3.5 0 0 0-1-2.5 3.5 3.5 0 0 0-2.5-1zm60-46c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-3.6 0 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7m0-1c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5 3.5 3.5 0 0 0-1-2.5 3.5 3.5 0 0 0-2.5-1zm0 48c.7 0 1.3.3 1.8.7a2.5 2.5 0 0 1 0 3.6 2.5 2.5 0 0 1-3.6 0 2.5 2.5 0 0 1 0-3.6 2.5 2.5 0 0 1 1.8-.7m0-1c-1 0-1.8.4-2.5 1a3.5 3.5 0 0 0-1 2.5c0 1 .4 1.8 1 2.5a3.5 3.5 0 0 0 2.5 1c1 0 1.8-.4 2.5-1a3.5 3.5 0 0 0 1-2.5 3.5 3.5 0 0 0-1-2.5 3.5 3.5 0 0 0-2.5-1z' fill='%23ff4f1f'/%3E%3C/svg%3E");
  margin: auto;
}
.full-page-loader .page-loading-spinner.page-loading-animation {
  -webkit-animation-name: play65, rotate65;
          animation-name: play65, rotate65;
  -webkit-animation-iteration-count: infinite, infinite;
          animation-iteration-count: infinite, infinite;
}
@-webkit-keyframes play65 {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: -3900px 0px;
  }
}
@keyframes play65 {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: -3900px 0px;
  }
}
@-webkit-keyframes rotate65 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate65 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.panel {
  border-radius: 0.8rem;
}
.panel.panel-loading .panel-body {
  font-size: 2rem;
  opacity: 0.8;
}
.panel .panel-heading {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  position: relative;
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  border-radius: 0.8rem 0.8rem 0 0;
}
.panel .panel-heading,
.panel .panel-heading + .panel-body {
  border: none;
  background-color: #fff;
}
.panel .panel-heading {
  border-bottom: 1px solid #e0e0e0;
}
.panel .panel-heading .panel-title {
  font-weight: 300;
}
.panel .panel-heading .modified-icon {
  font-size: 0.8rem;
  position: absolute;
  top: 0.4rem;
  left: 0.5rem;
}
.panel .panel-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  line-height: 3rem;
}
.panel.panel-default {
  border: 1px solid #e0e0e0;
}
.panel.panel-rounded {
  border-radius: 6px;
}
.panel-primary > .panel-heading {
  background: -webkit-linear-gradient(top, #56aac6 0%, #4498b4 100%);
  background: linear-gradient(to bottom, #56aac6 0%, #4498b4 100%);
  border-color: #4498b4;
}
.panel-primary > .panel-heading + .panel-body {
  border-color: #4498b4;
}
.panel-has-rows {
  border-radius: 0;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.panel-has-rows .panel-body {
  padding: 0;
}
.panel-has-rows .panel-body .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  line-height: 1.4em;
}
.panel-group .panel {
  border-radius: 0;
}

.pc-icon {
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
}
.pc-icon.pc-icon-customize {
  background-image: url("https://dhqbrvplips7x.cloudfront.net/admin/3164.0.0-180/assets/pc-icon-customize.png");
}
.pc-icon.pc-icon-clipboard {
  background-image: url("https://dhqbrvplips7x.cloudfront.net/admin/3164.0.0-180/assets/pc-icon-clipboard.png");
}

.phone-num-ext-wrapper :first-child {
  padding-right: 3px;
}
.phone-num-ext-wrapper :last-child {
  padding-left: 3px;
}

input.ng-dirty.ng-invalid,
textarea.ng-dirty.ng-invalid,
select.ng-dirty.ng-invalid {
  border-color: #f00;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(233,101,101,0.6);
  outline: 0 none;
}

html,
body {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Roboto, sans-serif;
  height: 100%;
  width: 100%;
}
html {
  font-size: 10px;
}
body {
  font-size: 1.4rem;
}
body.no-animation * {
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transition: none !important;
          transition: none !important;
}
* {
  box-sizing: border-box;
}

.search-with-spinner {
  position: relative;
}
.search-with-spinner .fa-spinner,
.search-with-spinner .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 9px;
  font-size: 20px;
  z-index: 2;
}
.search-with-spinner .dropdown-menu {
  max-height: 25rem;
  overflow: auto;
}

select[multiple] {
  min-width: 20rem;
}

.small.small-xs {
  font-size: 80%;
}

.text-span {
  display: inline-block;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.is-default {
  position: relative;
  padding-right: 61px;
}
.default-badge {
  position: absolute;
  right: 1px;
  top: 2px;
}

table th,
table td {
  vertical-align: top;
}
.table-bordered >thead tr:first-child th:first-child,
.table-bordered >thead tr:first-child th:last-child,
.table-bordered >thead tr:last-child td:last-child,
.table-bordered >thead tr:last-child td:first-child,
.table-bordered >tbody tr:last-child td:first-child,
.table-bordered >tbody tr:last-child td:last-child,
.table-bordered >tfoot tr:last-child td:first-child,
.table-bordered >tfoot tr:last-child td:last-child {
  border-radius: 0 !important;
}
.table-bordered >thead tr th {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  border-bottom: 1px solid #cbcbcb;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.table-bordered >thead tr td {
  vertical-align: middle;
}
.table.table-borderless {
  margin-bottom: 0;
}
.table.table-borderless > thead > tr > th,
.table.table-borderless > tbody > tr > th,
.table.table-borderless > tfoot > tr > th,
.table.table-borderless > thead > tr > td,
.table.table-borderless > tbody > tr > td,
.table.table-borderless > tfoot > tr > td {
  border: none !important;
}
th .help-block {
  font-weight: normal;
  margin: 0;
}
.pc-table {
  width: 100%;
}
.pc-table thead {
  background-color: #f6f6f6;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  border-top: solid 0.1rem #cbcbcb;
  border-right: solid 0.1rem #cbcbcb;
  border-left: solid 0.1rem #cbcbcb;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pc-table thead:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: solid 0.1rem #cbcbcb;
}
.pc-table thead tr {
  border-bottom: solid 0.1rem #cbcbcb;
}
.pc-table thead tr th {
  color: text-color;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.8rem 0.8rem 1rem;
}
.pc-table thead tr th:first-child {
  padding-left: 2rem;
}
.pc-table thead tr th:last-child {
  padding-right: 2rem;
}
.pc-table thead tr:last-child {
  border-bottom: solid 0.2rem #1997ca;
}
.pc-table tbody {
  border-left: 0.1rem solid #cbcbcb;
  border-right: 0.1rem solid #cbcbcb;
}
.pc-table tbody tr {
  border-bottom: 0.1rem solid #cbcbcb;
  background-color: #fff;
}
.pc-table tbody tr:hover,
.pc-table tbody tr.hover {
  background-color: #fdfceb;
}
.pc-table tbody tr:hover td:first-child,
.pc-table tbody tr.hover td:first-child {
  position: relative;
}
.pc-table tbody tr:hover td:first-child:before,
.pc-table tbody tr.hover td:first-child:before {
  content: '';
  background: #56aac6;
  display: block;
  left: -0.1rem /* cover up the tbody left border */;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 0.4rem;
}
.pc-table tbody tr.danger td {
  background-color: #f2dede;
}
.pc-table tbody tr.danger:hover td {
  background-color: #ebcccc;
}
.pc-table tbody td {
  height: 4.2rem;
  padding: 0.8rem;
  vertical-align: middle;
  word-wrap: break-word;
}
.pc-table tbody td:first-child {
  padding-left: 2rem;
}
.pc-table tbody td:last-child {
  padding-right: 2rem;
}
.pc-table tbody td strong {
  line-height: 1.55;
}
.pc-table tbody td a.btn-default:hover {
  color: ;
}

.tags .tag {
  background: #efefef;
  border-bottom: 1px solid #ccc;
  border-radius: 3px 2px 2px 2px;
  display: inline-block;
  margin-right: 10px !important;
  margin-bottom: 4px !important;
  min-height: 21px;
  line-height: 15px;
  padding: 3px 12px 0;
  position: relative;
  font-size: 85%;
}
.tags .tag::before {
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 6px solid #efefef;
  left: -5px;
  top: 0;
  z-index: 2;
}
.tags .tag::after {
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -5px;
  border-right: 6px solid #ccc;
  top: 1px;
  z-index: 1;
}
.tags .tag.tag-with-remove {
  padding-right: 22px;
}
.tags .tag.tag-with-remove.active-match .remove {
  color: #4c4c4c;
}
.tags .tag .remove {
  color: #b4b4b4;
  position: absolute;
  top: 1px;
  right: 7px;
  font-size: 120%;
  font-weight: bold;
}
.tags .tag .remove:hover {
  color: #4c4c4c;
}
.ui-select-container .tag {
  margin-left: 6px !important;
}

.text-success {
  color: #5cb85c;
}
.text-danger {
  color: #df6060;
}
.text-warning-bright {
  color: #f0ad4e;
}
.text-muted {
  opacity: 0.6;
}
.no-margin {
  margin: 0 !important;
}
.text-indented {
  margin-left: 2em;
}
.text-purecloud {
  color: #56aac6;
}

textarea {
  max-width: 100%;
}

.bootstrap-switch {
  border-radius: 1.8rem;
}
.bootstrap-switch * {
  white-space: nowrap;
}
.bootstrap-switch.bootstrap-switch-focused {
  box-shadow: none;
}
.bootstrap-switch .bootstrap-switch-container:focus {
  box-shadow: none;
  outline: none;
}
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on {
  font-weight: bold;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
  background: #dee1e3;
  color: #999;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  background: #52aac8;
  color: #fff;
}
.bootstrap-switch.bootstrap-switch-off,
.bootstrap-switch.bootstrap-switch-on {
  border-radius: 1.8rem;
}
.bootstrap-switch.bootstrap-switch-off {
  background: #dee1e3;
  border-color: #dee1e3;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label:before {
  border-color: #dee1e3 !important;
}
.bootstrap-switch.bootstrap-switch-on {
  background: #52aac8;
  border-color: #52aac8;
}
.bootstrap-switch .bootstrap-switch-label:before {
  border-color: #dee1e3;
  content: '';
  display: block;
  position: absolute;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on {
  padding: 0.04rem 0.72rem;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.bootstrap-switch.bootstrap-switch-mini.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-mini.bootstrap-switch-on .bootstrap-switch-label {
  border-radius: 1.8rem;
  height: 1.8rem;
  width: 2rem !important;
  position: relative;
  top: 0rem;
}
.bootstrap-switch.bootstrap-switch-mini.bootstrap-switch-off .bootstrap-switch-label:before,
.bootstrap-switch.bootstrap-switch-mini.bootstrap-switch-on .bootstrap-switch-label:before {
  border: solid 3px #52aac8;
  border-radius: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
  top: -0.3rem;
  left: -0.1rem;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on {
  padding: 0.38rem 2.24rem;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  border-radius: 1.8rem;
  height: 2.3rem;
  width: 3rem !important;
  position: relative;
  top: 0rem;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label:before {
  border: solid 5px #52aac8;
  border-radius: 2rem;
  height: 3.5rem;
  width: 3.5rem;
  top: -0.4rem;
  left: -0.2rem;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on {
  padding: 0.48rem 1.24rem;
  font-weight: normal;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  border-radius: 1.8rem;
  height: 3rem;
  width: 3rem !important;
  position: relative;
  top: 0rem;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label:before {
  border: solid 6px #52aac8;
  border-radius: 2rem;
  height: 4rem;
  width: 4rem;
  top: -0.2rem;
  left: -0.1rem;
}
.bootstrap-switch-readonly {
  opacity: 0.5;
}
.bs-switch-color-override-success .bootstrap-switch {
  background: #5cb85c;
}
.bs-switch-color-override-success .bootstrap-switch * {
  white-space: nowrap;
}
.bs-switch-color-override-success .bootstrap-switch.bootstrap-switch-off {
  border-color: #dee1e3;
  background-color: #dee1e3;
}
.bs-switch-color-override-success .bootstrap-switch .bootstrap-switch-label:before {
  border-color: #5cb85c;
}

.toggleable {
  max-height: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: max-height;
          transition-property: max-height;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.toggle {
  display: none;
}
.toggle:checked ~ .toggleable {
  max-height: 50vh;
  overflow: auto;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.tooltip .tooltip-inner {
  text-align: center;
  white-space: normal;
}
.tooltip.uib-tooltip-align-left .tooltip-inner {
  text-align: left;
}
label .preview,
span .preview,
label .fa-question-circle,
span .fa-question-circle {
  color: #c5c5c5;
  font-size: 1.2142857143em;
  position: relative;
  top: 0.1rem;
}
label .tooltip,
span .tooltip {
  width: 20rem;
}
label .tooltip.in,
span .tooltip.in {
  opacity: 1;
}
label .tooltip-inner,
span .tooltip-inner {
  background: #333;
  padding: 1.2rem;
  text-align: left;
}

.ui-select-no-choice li {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  white-space: nowrap;
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.ui-select-container .fa-spinner {
  position: absolute;
  top: 25%;
  right: 5px;
}

.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.no-flex {
  display: inherit !important;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
.hidden {
  visibility: hidden;
}
.bg-primary {
  color: #fff;
  background-color: #4498b4 !important;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090 !important;
}
.bg-success {
  background-color: #5cb85c !important;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3 !important;
}
.bg-info {
  background-color: #d9edf7 !important;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee !important;
}
.bg-warning {
  background-color: #fcf8e3 !important;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5 !important;
}
.bg-danger {
  background-color: #f2dede !important;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9 !important;
}
.break-text {
  word-break: break-word;
}
.nowrap {
  white-space: nowrap;
}
.spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.br {
  margin-bottom: 1rem;
}
.br-double {
  margin-bottom: 2rem;
}
.br-half {
  margin-bottom: 0.5rem;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.mr-0 {
  margin-left: 0 !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pl-1 {
  padding-left: 1px;
}
.pl-2 {
  padding-left: 2px;
}
.pl-3 {
  padding-left: 3px;
}
.pl-4 {
  padding-left: 4px;
}
.pl-5 {
  padding-left: 5px;
}
.clearfix {
  clear: both;
}
.weight-normal {
  font-weight: normal;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px !important;
}
.width-100 {
  width: 100px;
}
.width-150 {
  width: 150px;
}
.width-200 {
  width: 200px;
}
.width-300 {
  width: 300px;
}
.width-500 {
  width: 500px;
}
.min-width-40 {
  min-width: 40px;
}
.min-width-50 {
  min-width: 50px;
}
.position-unset {
  position: unset;
}

.formValidateError {
  color: #f00;
}

.well {
  padding: 3rem;
  margin-bottom: 3rem;
/* specific type of well for use in bridge/integrations details */
}
.well.well-sm {
  padding: 1rem;
  border-radius: 0.3rem;
  margin-bottom: 2.2rem;
}
.well.well-xs {
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}
.well label {
  margin: 0;
}
.well.view-mode {
  background-color: #efefef;
  border: 1px solid #b8b8b8;
  margin: 0 1rem 0 0;
  padding: 0.6rem 1.5rem;
  font-weight: bold;
}
.well.view-mode label {
  margin: 0;
  font-weight: 200;
  font-size: 1.4rem;
  padding-right: 0.5rem;
}
.well-message {
  border-color: #fabb00;
  border-width: 2px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.modal-add-action .add-action-step1 .filtered-integration-list {
  max-height: 20rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.5rem;
}
.modal-add-action .add-action-step1 .filtered-integration-list .integration {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}
.modal-add-action .add-action-step1 .filtered-integration-list .integration:hover {
  border: 1px solid #ccc;
}

.add-credential-modal .toggle-password,
.add-credential-modal .set-default-value {
  position: absolute;
  left: -0.5rem;
  top: 0.5rem;
}
.add-credential-modal .confirm-password {
  margin-top: 0.3rem;
}

.add-people-modal .modal-content {
  overflow: hidden;
}
.add-people-modal .role-queue-selector {
  position: relative;
  height: auto;
}
.add-people-modal .role-queue-selector .autocomplete {
  position: absolute;
  bottom: 4rem;
}

.analytics-retention-conflicts .conflicts-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.analytics-retention-conflicts .conflicts-header h3 {
  font-weight: 300;
}
.analytics-retention-conflicts .conflicts-header span {
  font-size: 1.1rem;
}
.analytics-retention-conflicts .modal-body {
  height: 350px;
  overflow: auto;
}
.analytics-retention-conflicts .conflicts-list {
  font-size: 1.2rem;
}
.analytics-retention-conflicts .conflicts-list li {
  font-weight: 700;
}
.analytics-retention-conflicts .modal-footer button,
.analytics-retention-conflicts .modal-footer a {
  margin-bottom: 0;
}

.application-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4498b4;
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding-right: 2rem;
}
.application-header .brand {
  background-image: url("../assets/genesys-cloud-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 32px;
  margin: 1rem;
  width: 180px;
}
.application-header .btn-default {
  background-color: #5eaac3;
  background-image: none;
  border: none;
  color: #fff;
}

.application-nav {
  color: #6f6f6f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
  padding: 2rem;
  white-space: nowrap;
  border-right: 1px solid #cacaca;
}
.application-nav .nav-control {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.78em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.application-nav .nav-control .collapse-nav-btn,
.application-nav .nav-control .collapse-nav-sections-btn {
  background-color: #ebebeb;
  background-image: none;
  border: none;
  border-radius: 0.2rem;
  color: #aaa;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: inherit;
  outline: none;
  padding: 0.3rem 0.8rem;
  -webkit-transition: color 0.1s;
          transition: color 0.1s;
}
.application-nav .nav-control .collapse-nav-btn:hover,
.application-nav .nav-control .collapse-nav-sections-btn:hover {
  color: #888;
}
.application-nav .nav-control .collapse-nav-btn {
  width: auto;
}
.application-nav .nav-control .collapse-nav-sections-btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-left: 0.2rem;
  text-align: right;
}
.application-nav > ul > li {
  border-bottom: 0.1rem solid #d8d8d8;
}
.application-nav > ul > li:first-of-type h1 {
  padding-top: 1.6rem;
}
.application-nav ul {
  padding: 0;
}
.application-nav ul ul {
  overflow: hidden;
  position: relative;
  top: -0.8rem;
}
.application-nav ul ul > li {
  line-height: 1.7rem;
}
.application-nav ul ul > li:last-of-type {
  padding-bottom: 0.2rem;
}
.application-nav li {
  display: block;
  line-height: 1rem;
}
.application-nav [for^='application-nav::'] {
  cursor: pointer;
  margin: 0;
  width: 100%;
}
.application-nav h1,
.application-nav a {
  font-size: 0.8595em;
}
.application-nav h1 {
  color: #6f6f6f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: normal;
  margin: 0;
  padding: 1.4rem 0;
  text-indent: 0.2rem;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: color;
          transition-property: color;
}
.application-nav h1:hover {
  color: #4c4c4c;
}
.application-nav h1:after {
  color: #b8b8b8;
  content: '\f0da';
  font-family: FontAwesome;
  margin-left: 2rem;
  text-align: center;
  -webkit-transition-delay: inherit;
          transition-delay: inherit;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  width: 1.28571429em;
}
.application-nav a {
  color: currentColor;
  display: block;
  text-indent: 1rem;
  padding: 0.4rem 0;
}
.application-nav a:hover {
  color: #4c4c4c;
}
.application-nav .selected,
.application-nav .selected h1 {
  color: #0e97cc;
  font-weight: bold;
}
.application-nav .selected:hover,
.application-nav .selected h1:hover {
  color: #0e97cc;
}
.application-nav .toggleable {
  opacity: 0;
  -webkit-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s;
  -webkit-transition-property: max-height, opacity;
          transition-property: max-height, opacity;
}
.application-nav .toggle:checked ~ label h1 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.application-nav .toggle:checked ~ label h1:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-delay: inherit;
          transition-delay: inherit;
}
.application-nav .toggle:checked ~ .toggleable {
  opacity: 1;
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
}
.application-nav .application-nav-sections {
  max-width: 100%;
  overflow: auto;
  -webkit-transition: max-width 0.5s;
          transition: max-width 0.5s;
}
.application-nav .nav-control .collapse-nav-sections-btn {
  max-width: 100%;
  -webkit-transition: max-width 0.5s, padding 0.5s;
          transition: max-width 0.5s, padding 0.5s;
}
[id='application-nav::hide-nav']:checked ~ .application-nav-sections,
[id='application-nav::hide-nav']:checked ~ .nav-control .collapse-nav-sections-btn {
  display: none;
}

.application-wrapper {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-height: 0px;
}

.unauthorized,
.beta-hidden,
.prod-only-hidden,
.alpha-hidden {
  display: none !important;
}

.breadcrumb {
  padding: 0.5rem 1rem;
}
.breadcrumb li:after {
  color: currentColor;
  content: '/';
  margin: 0 0.2rem;
}
.breadcrumb li:last-of-type:after {
  content: '';
  margin: 0;
}
.view-header .breadcrumb {
  float: right;
}

.bridge-history-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-group:not(.no-flex) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.btn-group:not(.no-flex) > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.card {
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 0 1rem 0 rgba(0,0,0,0);
  margin: 1rem;
  padding: 1rem;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  height: 100%;
}
.card header,
.card footer {
  text-align: center;
}
.card .hover-content {
  background-color: rgba(255,255,255,0.9);
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.card:hover {
  box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.card:hover .hover-content {
  opacity: 1;
}
.card.disabled {
  opacity: 0.5;
}

.cidr-list {
  min-height: 15rem;
}

#condition-modal.modal-body {
  overflow: visible;
}

contact-avatar svg {
  display: block;
}
contact-avatar text {
  font-family: Roboto, sans-serif;
  font-weight: 100;
  fill: #fff;
}

.control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.control-bar.top {
  margin-bottom: 20px;
}
.primary-controls,
.secondary-controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-flow: row;
      flex-flow: row;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.primary-controls {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.primary-controls .notice:not(button) {
  float: right;
  padding: 0.5rem 1rem;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
.secondary-controls {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.control-bar .primary-controls > *,
.control-bar .secondary-controls > * {
  margin-right: 1rem;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.control-bar .primary-controls > *:last-child,
.control-bar .secondary-controls > *:last-child {
  margin-right: 0;
}
.control-bar .primary-controls > *:after {
  right: -1px;
}
.control-bar .secondary-controls > *:before {
  left: -1px;
}
.control-bar .primary-controls > *:last-child:after,
.control-bar .secondary-controls > *:first-child:before {
  display: none;
}

.data-grid-toolbar {
  background-color: #f6f6f6;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  border: 0.1rem solid #cbcbcb;
  margin: 0;
  padding: 1rem 1.8rem;
}
.data-grid-toolbar .separator {
  border-left: thin solid #b8b8b8;
  display: inline-block;
  height: 90%;
  vertical-align: middle;
}
.data-grid-toolbar.control-bar {
  padding: 0 1.8rem;
}

.modal-connector-data-preview .modal-dialog {
  width: 95% !important;
}
.modal-connector-data-preview-section .info {
  font-size: 1.6rem;
}
.modal-connector-data-preview-section .preview {
  min-height: 200px;
}
.modal-connector-data-preview-section .preview .body {
  overflow: auto;
  max-height: 70vh;
  clear: both;
  border: 1px solid #d8d8d8;
}
.modal-connector-data-preview-section .preview .body table.loading-data {
  opacity: 0.5;
}
.modal-connector-data-preview-section .preview .body table thead,
.modal-connector-data-preview-section .preview .body table tbody {
  border: none !important;
}
.modal-connector-data-preview-section .data-footer {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  border: 0.1rem solid #cbcbcb;
  border-top: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.8rem 0.8rem 0.8rem 1.4rem;
}
.modal-connector-data-preview-section .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.modal-connector-data-preview-section .ltemplate-editor {
  display: inline-block;
}
.modal-connector-data-preview-section .page-stepper {
  display: inline-block;
}
.modal-connector-data-preview-section .page-stepper span {
  display: inline-block;
  margin: 0.2rem 0.6rem 0;
  float: left;
}
.modal-connector-data-preview-section .page-stepper span.page-total {
  margin-right: 0;
}
.modal-connector-data-preview-section .page-stepper .previous-action,
.modal-connector-data-preview-section .page-stepper .next-action {
  float: left;
  height: 2.8rem;
  padding: 0.3rem 0.8rem;
}
.modal-connector-data-preview-section .page-stepper .previous-action .fa,
.modal-connector-data-preview-section .page-stepper .next-action .fa {
  position: relative;
  font-size: 14px;
  top: 0.1rem;
}
.modal-connector-data-preview-section .page-stepper .previous-action .fa-chevron-left,
.modal-connector-data-preview-section .page-stepper .next-action .fa-chevron-left {
  left: -0.1rem;
}
.modal-connector-data-preview-section .page-stepper .previous-action .fa-chevron-right,
.modal-connector-data-preview-section .page-stepper .next-action .fa-chevron-right {
  left: 0.1rem;
}
.modal-connector-data-preview-section .page-stepper .page-number-entry {
  border-radius: 0;
  display: inline-block;
  float: left;
  font-size: 14px;
  height: 2.8rem;
  margin: 0 0.6rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  text-align: center;
  width: 6rem;
}
.modal-connector-data-preview-section .page-size {
  margin-left: 1.2rem;
  display: inline-block;
  float: left;
}
.modal-connector-data-preview-section .page-size:before {
  background: #b8b8b8;
  content: '';
  display: block;
  float: left;
  margin-right: 1.2rem;
  margin-top: 0.3rem;
  width: 0.1rem;
  height: 2.5rem;
}
.modal-connector-data-preview-section .page-size .page-size-entry,
.modal-connector-data-preview-section .page-size .ltemplate-editor,
.modal-connector-data-preview-section .page-size .records-per-label {
  float: left;
}
.modal-connector-data-preview-section .page-size .page-size-entry {
  font-size: 14px;
}
.modal-connector-data-preview-section .page-size .records-per-label {
  margin-top: 0.2rem;
  margin-left: 0.6rem;
}
.modal-connector-data-preview-section .loading-indicator {
  width: 100px;
  height: 100px;
  position: absolute;
  left: -webkit-calc(50% - 50px);
  left: calc(50% - 50px);
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
}
.modal-connector-data-preview-section .loading-indicator i {
  font-size: 100px;
}

.settings-preference {
  margin-bottom: 15px;
}
.settings-preference.pwstrength-container .form-control:focus {
  box-shadow: none;
}
.settings-preference.pwstrength-container .form-control:focus + .error-list {
  border-color: #66afe9;
}
.settings-preference.pwstrength-container .error-list {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  background: #f6f6f6;
  border: solid 1px #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  list-style: none;
  margin-top: -4px;
  padding: 0 0 2px;
}
.settings-preference.pwstrength-container .error-list:empty {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.settings-preference.pwstrength-container .error-list li {
  border-top: solid 1px #fff;
  padding: 4px 12px;
}
.settings-preference.pwstrength-container .error-list li:first-child {
  border-top: none;
}
.settings-preference.pwstrength-container .error-list .error-text {
  color: #7b7b7b;
  font-size: 12px;
}
.settings-preference > .new-password-repeat + .password-repeat + .tooltip {
  margin-top: 0;
  position: relative;
  top: auto !important;
  left: auto !important;
}
.settings-preference > .new-password-repeat + .password-repeat + .tooltip .tooltip-arrow {
  display: none;
}
.settings-preference > .new-password-repeat + .password-repeat + .tooltip .tooltip-inner {
  background: none;
  color: #f00;
  font-size: 14px;
  max-width: none;
  padding: 0;
  text-align: left;
}

division-picker .has-error {
  border-color: #f00;
}

.domain-list {
  min-height: 15rem;
}

.disabled-feature {
  display: none !important;
}

html[lang=zh-cn] .fixtable-column-headers,
html[lang=ko] .fixtable-column-headers,
html[lang=zh-tw] .fixtable-column-headers {
  white-space: nowrap;
}
.fixtable {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: hidden;
  width: 100%;
}
.fixtable table {
  table-layout: auto !important;
}
.fixtable table tr td.break-max-width {
  max-width: 20rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fixtable table tr td.break-max-width a {
  max-width: 20rem;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fixtable table small {
  color: #777;
}
.fixtable-header {
  background-color: #f6f6f6;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  border-top: solid 0.1rem #cbcbcb;
  border-right: solid 0.1rem #cbcbcb;
  border-bottom: solid 0.2rem #1997ca;
  border-left: solid 0.1rem #cbcbcb;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fixtable-has-filter .fixtable-header {
  border-bottom: solid 0.1rem #cbcbcb;
}
.fixtable-filters {
  background-color: #cfdfe5;
  border: 0.1rem solid #cbcbcb;
  border-top: none;
  border-bottom: solid 0.2rem #1997ca;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fixtable-column-filters th > div {
  padding: 1rem 0.5rem;
  color: #333;
  line-height: 1.2;
}
.fixtable-column-filters th:first-child > div {
  padding-left: 2rem;
}
.fixtable-column-filters th:last-child > div {
  padding-right: 2rem;
}
.fixtable-column-filters .form-control-feedback {
  color: #87a9b6;
  font-size: 12px;
  top: 0;
}
.fixtable-column-filters input,
.fixtable-column-filters select {
  border: none;
  border-radius: 0.3rem;
  box-shadow: inset 0 0.1rem 0 #b9cbd1;
  font-weight: normal;
}
.fixtable-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0;
          flex: 1 1 0;
  border: 0.1rem solid #cbcbcb;
  border-top: none;
  width: 100%;
}
.fixtable-inner .fixtable-empty-message {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.fixtable-inner .fixtable-empty-message.opacity-hover-toggle {
  opacity: 0.7;
}
.fixtable-inner .fixtable-empty-message.opacity-hover-toggle:hover {
  opacity: 1;
}
.fixtable table th {
  color: text-color;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.8rem 0.8rem 1rem;
}
.fixtable table th:first-child {
  padding-left: 2rem;
}
.fixtable table th:last-child {
  padding-right: 2rem;
}
.fixtable table tbody tr {
  border-bottom: 0.1rem solid #cbcbcb;
  background-color: #fff;
}
.fixtable table tbody tr:hover:not([draggable="true"]) {
  background-color: #fdfceb;
}
.fixtable table tbody tr:hover:not([draggable="true"]) td:first-child {
  position: relative;
}
.fixtable table tbody tr:hover:not([draggable="true"]) td:first-child:before {
  content: '';
  background: #56aac6;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 0.4rem;
}
.fixtable table tbody tr.highlight td:first-child {
  position: relative;
  overflow: hidden;
}
.fixtable table tbody tr.highlight td:first-child:after {
  font-family: FontAwesome;
  position: absolute;
  top: -webkit-calc(50% - 3rem);
  top: calc(50% - 3rem);
  bottom: 0;
  display: block;
  color: #56aac6;
  font-size: 4rem;
  z-index: 1000;
  text-align: left;
  content: "\f0da";
  left: -2px;
  right: 0;
  -webkit-animation-name: pulseOpacity;
          animation-name: pulseOpacity;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-iteration-count: 10;
          animation-iteration-count: 10;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.fixtable .refresh {
  margin-left: 1.2rem;
}
.fixtable .refresh a {
  margin-top: 0.2rem;
  display: inline-block;
}
.fixtable .refresh:before {
  background: #b8b8b8;
  content: '';
  display: block;
  float: left;
  margin-right: 1.2rem;
  margin-top: 0.3rem;
  width: 0.1rem;
  height: 2.5rem;
}
.fixtable table td {
  height: 4.2rem;
  padding: 0.8rem;
  vertical-align: middle;
  word-wrap: break-word;
}
.fixtable table td:first-child {
  padding-left: 2rem;
}
.fixtable table td:last-child {
  padding-right: 2rem;
}
.fixtable table td .data-grid-divider:before {
  content: '';
  position: absolute;
  top: -0.2rem;
  left: 0;
  right: 0;
  height: 0.3rem;
  width: 100%;
  background-color: #252525;
  display: block;
}
.fixtable table td strong {
  line-height: 1.55;
}
.fixtable table td a.btn-default:hover {
  color: ;
}
.fixtable-footer {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  border: 0.1rem solid #cbcbcb;
  border-top: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.8rem 0.8rem 0.8rem 1.4rem;
}
.fixtable .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
.fixtable .ltemplate-editor {
  display: inline-block;
}
.fixtable .page-stepper {
  display: inline-block;
}
.fixtable .page-stepper span {
  display: inline-block;
  margin: 0.2rem 0.6rem 0;
  float: left;
}
.fixtable .page-stepper span.page-total {
  margin-right: 0;
}
.fixtable .page-stepper .previous-action,
.fixtable .page-stepper .next-action {
  float: left;
  height: 2.8rem;
  padding: 0.3rem 0.8rem;
}
.fixtable .page-stepper .previous-action .fa,
.fixtable .page-stepper .next-action .fa {
  position: relative;
  font-size: 14px;
  top: 0.1rem;
}
.fixtable .page-stepper .previous-action .fa-chevron-left,
.fixtable .page-stepper .next-action .fa-chevron-left {
  left: -0.1rem;
}
.fixtable .page-stepper .previous-action .fa-chevron-right,
.fixtable .page-stepper .next-action .fa-chevron-right {
  left: 0.1rem;
}
.fixtable .page-stepper .page-number-entry {
  border-radius: 0;
  display: inline-block;
  float: left;
  font-size: 14px;
  height: 2.8rem;
  margin: 0 0.6rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  text-align: center;
  width: auto;
}
.fixtable .page-size {
  margin-left: 1.2rem;
  display: inline-block;
  float: left;
}
.fixtable .page-size:before {
  background: #b8b8b8;
  content: '';
  display: block;
  float: left;
  margin-right: 1.2rem;
  margin-top: 0.3rem;
  width: 0.1rem;
  height: 2.5rem;
}
.fixtable .page-size .page-size-entry,
.fixtable .page-size .ltemplate-editor,
.fixtable .page-size .records-per-label {
  float: left;
}
.fixtable .page-size .page-size-entry {
  font-size: 14px;
}
.fixtable .page-size .records-per-label {
  margin-top: 0.2rem;
  margin-left: 0.6rem;
}
.fixtable .loading-indicator {
  width: 100px;
  height: 100px;
}
.fixtable .loading-indicator i {
  font-size: 100px;
}
.fixtable table.table-top-aligned-cells td {
  vertical-align: top;
}
.fixtable table.table-top-aligned-cells td .checkbox,
.fixtable table.table-top-aligned-cells td .radio {
  margin: 0;
}
.fixtable table.table-top-aligned-cells td .checkbox + .checkbox,
.fixtable table.table-top-aligned-cells td .radio + .checkbox,
.fixtable table.table-top-aligned-cells td .checkbox + .radio,
.fixtable table.table-top-aligned-cells td .radio + .radio {
  margin-top: 0.5rem;
}
/* table row classes */
.fixtable tr.danger td {
  background-color: #f2dede;
}
.fixtable tr.danger:hover td {
  background-color: #ebcccc;
}
.fixtable tr.disabled {
  color: #999;
}
.fixtable tr.disabled .text-muted {
  color: #bbb;
}
/* table cell classes */
.fixtable table tr td.top-aligned {
  vertical-align: top;
}
.fixtable table tr td.middle-aligned {
  vertical-align: middle;
}
.fixtable table tr td.bottom-aligned {
  vertical-align: bottom;
}
/*
 * temporary styles to prevent "flash" before fixtable moves
 * styles from table elements to fixtable equivalents
 */
.fixtable-header {
  height: 4.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.4rem;
          flex: 0 0 4.4rem;
}
tr.fixtable-column-headers th > div {
  padding-top: 1rem;
  word-break: normal !important;
}
.fixtable-filters {
  top: 4.4rem;
  padding-top: 5rem;
}
tr.fixtable-column-filters th > div {
  top: 4.4rem;
}
.fixtable + p.empty {
  border: 0.1rem solid #cbcbcb;
  border-top: 0;
  padding: 1.5rem 2rem;
}
.fixtable .empty.label {
  font-size: 1.4rem;
  font-weight: 100;
  letter-spacing: 0.1rem;
  opacity: 0.5;
}
/* bridge tab list page wrappers */
.fixtable-tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fixtable tr[draggable="true"] {
  cursor: move;
}
.fixtable tr[draggable="true"]:hover:not(.fixtable-drag-element) {
  background-color: #fdfceb;
  border-left: 0.6rem solid #56aac6;
}
.fixtable tr[draggable="true"]:hover:not(.fixtable-drag-element) td:first-child {
  padding-left: 1.7rem;
}
.fixtable tr.has-drag-handle[draggable="true"] td:first-child:before {
  content: '\022EE';
  font-size: 1.5em;
  position: relative;
  left: -8px;
  line-height: 0;
  top: 2px;
  margin-right: 5px;
}
.fixtable-drag-element {
  background-color: #f6f6f6 !important;
}
.fixtable-drag-element td {
  opacity: 0;
}
.fixtable-drop-target {
  background-color: #f5f5f5;
}
.fixtable-drop-target.fixtable-drag-over {
  background-color: #f5f2be;
}
.fixtable-drop-target.fixtable-drag-over.fixtable-drop-above {
  border-top: 3px solid #ffbb7a;
}
.fixtable-drop-target.fixtable-drag-over.fixtable-drop-below {
  border-bottom: 3px solid #ffbb7a;
}
.fixtable-drag-element-live {
  background-color: #fff;
  position: absolute;
  border-left: 0.4rem solid #56aac6;
  top: -1000px;
  cursor: pointer;
}
.fixtable-drag-element-live td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}
@-webkit-keyframes pulseOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulseOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-grid > * {
  -ms-flex-preferred-size: 25.6rem;
      flex-basis: 25.6rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0 1rem 1rem;
}
.flex-grid > *:last-child {
  margin-right: auto;
}

.modal-import-action .action-import-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #63a3cd;
  border-radius: 1rem;
  background-color: rgba(99,163,205,0.1);
}
.modal-import-action .filtered-integration-list {
  max-height: 20rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.5rem;
}
.modal-import-action .filtered-integration-list .integration {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}
.modal-import-action .filtered-integration-list .integration:hover {
  border: 1px solid #ccc;
}
.modal-import-action .action-import-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #ccc;
  border-radius: 1rem;
}
.modal-import-action .action-import-preview i {
  padding: 2rem;
}
.modal-import-action .action-import-preview table {
  width: 100%;
}
.modal-import-action .action-import-preview table tr th {
  white-space: nowrap;
}
.modal-import-action .action-import-preview table tr td {
  padding-left: 1rem;
}
.modal-import-action .action-import-preview .name {
  margin-left: 1rem;
}

.iti {
  display: table-cell;
}
.iti .iti__flag-container,
position: absolute {
  z-index: 3;
}
.iti .iti__country-list,
.iti .iti__flag-container .iti__country-list {
  position: absolute;
  z-index: 4;
}

.jsoneditor {
  border: 0.1rem solid #cbcbcb !important;
}
.jsoneditor .jsoneditor-menu {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
  border-bottom: 0.1rem solid #cbcbcb;
}
.jsoneditor .jsoneditor-menu > button {
  border-color: #b8b8b8;
  background-color: #b8b8b8;
  background-image: url("https://dhqbrvplips7x.cloudfront.net/admin/3164.0.0-180/assets/vendor/jsoneditor-icons.svg"), -webkit-linear-gradient(top, #b8b8b8 0, #b8b8b8 100%);
  background-image: url("https://dhqbrvplips7x.cloudfront.net/admin/3164.0.0-180/assets/vendor/jsoneditor-icons.svg"), linear-gradient(to bottom, #b8b8b8 0, #b8b8b8 100%);
}
.jsoneditor .jsoneditor-menu table.search .frame {
  border: 1px solid #ccc;
  margin: 2px 3px 0 0;
}
.jsoneditor .jsoneditor-menu a.jsoneditor-poweredBy {
  display: none;
}
.jsoneditor .jsoneditor-outer {
  border: none;
}
.jsoneditor .jsoneditor-outer .ace-jsoneditor,
.jsoneditor .jsoneditor-outer > .tree {
  min-height: 350px;
  border-top: 0.2rem solid #2b8cbe;
}
.jsoneditor .jsoneditor-outer .ace-jsoneditor .ace_fold,
.jsoneditor .jsoneditor-outer > .tree .ace_fold {
  background-color: #2b8cbe;
}
json-editor.json-editor-no-menu .menu,
.json-editor-no-menu .menu {
  display: none;
}
json-editor.json-editor-flex,
.json-editor-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
json-editor.json-editor-flex .jsoneditor,
.json-editor-flex .jsoneditor,
json-editor.json-editor-flex .outer,
.json-editor-flex .outer,
json-editor.json-editor-flex .ace_editor,
.json-editor-flex .ace_editor,
json-editor.json-editor-flex .ace_content,
.json-editor-flex .ace_content,
json-editor.json-editor-flex .ace_gutter,
.json-editor-flex .ace_gutter,
json-editor.json-editor-flex .ace_scroller,
.json-editor-flex .ace_scroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
json-editor.json-editor-flex .jsoneditor-outer,
.json-editor-flex .jsoneditor-outer,
json-editor.json-editor-flex .ace-jsoneditor,
.json-editor-flex .ace-jsoneditor,
json-editor.json-editor-flex > .tree,
.json-editor-flex > .tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
}
.jsoneditor-text-errors tbody td {
  display: none;
}
.json-schema-errors {
  background-color: #ffef8b;
  border-top: 0.1rem solid #ffd700;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  z-index: 11;
  right: 0rem;
  padding: 1rem;
  vertical-align: middle;
  line-height: 0;
  white-space: nowrap;
  overflow: hidden;
}

kelly-kidgloves-input {
  position: relative;
  display: block;
}
kelly-kidgloves-input button.close,
kelly-kidgloves-input .search-field-icon {
  position: absolute;
  right: 1.5rem;
  display: block;
  top: 0.7rem;
  color: #4498b4;
  opacity: 0.8;
}
kelly-kidgloves-input.pc-ux-kelly-kidgloves-input {
  background-color: #4498b4;
  border-radius: 1.5rem;
  padding: 0;
}
kelly-kidgloves-input.pc-ux-kelly-kidgloves-input input.form-control {
  background-color: #f2f2f2;
  color: #333;
  width: 100%;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 3rem;
  height: 3rem;
  font-size: 14px;
}
kelly-kidgloves-input.pc-ux-kelly-kidgloves-input input.form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
kelly-kidgloves-input.pc-ux-kelly-kidgloves-input button.close,
kelly-kidgloves-input.pc-ux-kelly-kidgloves-input .search-field-icon {
  color: #999;
}
kelly-kidgloves-input.pc-ux-kelly-kidgloves-input .search-field-icon {
  top: 0.3rem;
  right: 1rem;
}
kelly-kidgloves-input.pc-ux-kelly-kidgloves-input button.close {
  top: 0.5rem;
  right: 0.7rem;
}

.location-search {
  position: relative;
}
.location-search .loading-spinner {
  position: absolute;
  right: 0;
  top: -0.7rem;
  padding: 0.9rem;
  font-size: 2rem;
  z-index: 2;
}
.location-search .dropdown-menu {
  max-height: 25rem;
  overflow: auto;
}

.content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
  position: relative;
}
.content-wrapper > .content {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 60rem;
}
.content-wrapper > .content iframe {
  border: none;
  bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  left: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.content-wrapper > .content iframe.directory {
  position: static;
}
.content-wrapper > .content .remove-tab-padding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  margin: -20px;
}
.content-wrapper > .content .remove-tab-padding iframe {
  height: initial !important;
}
.content-wrapper > .content .ifc-component {
  width: 100%;
  height: 100%;
}
.content-wrapper > .content .ifc-component frame-router {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: 100%;
}
.content-wrapper > .content .ifc-component iframe {
  position: static;
}
section {
  background-color: #f6f6f6;
}

.membership-rule-form {
  position: relative;
}
.membership-rule-form .keyword-picker,
.membership-rule-form .relationship-picker {
  display: inline-block;
  margin-right: 4px;
}
.membership-rule-form .keyword-picker .facets,
.membership-rule-form .relationship-picker .facets {
  position: absolute;
  width: 250px;
  height: 300px;
  padding: 8px;
  margin-top: 4px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 5px 6px 5px rgba(0,0,0,0.2);
}
.membership-rule-form .keyword-picker .facets .panel,
.membership-rule-form .relationship-picker .facets .panel {
  margin-bottom: 2px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.membership-rule-form .keyword-picker .facets .panel .panel-heading,
.membership-rule-form .relationship-picker .facets .panel .panel-heading {
  padding: 8px;
  cursor: pointer;
  color: #333;
  background: #f5f5f5;
  border: 0;
}
.membership-rule-form .keyword-picker .facets .panel .panel-heading h4,
.membership-rule-form .relationship-picker .facets .panel .panel-heading h4 {
  font-size: 14px;
}
.membership-rule-form .keyword-picker .facets .panel .panel-heading h4 a,
.membership-rule-form .relationship-picker .facets .panel .panel-heading h4 a {
  display: block;
  color: #000 !important;
}
.membership-rule-form .keyword-picker .facets .panel .panel-body,
.membership-rule-form .relationship-picker .facets .panel .panel-body {
  padding: 8px 12px;
}
.membership-rule-form .keyword-picker .facets .panel .panel-body ul,
.membership-rule-form .relationship-picker .facets .panel .panel-body ul {
  margin: 0;
}
.membership-rule-form .keyword-picker .facets .panel .panel-body li,
.membership-rule-form .relationship-picker .facets .panel .panel-body li {
  padding-left: 5px;
  cursor: pointer;
}
.membership-rule-form .keyword-picker .facets .panel .panel-body li:hover.list-item,
.membership-rule-form .relationship-picker .facets .panel .panel-body li:hover.list-item {
  background-color: #14759c;
}
.membership-rule-form .keyword-picker .facets .panel .panel-body li a,
.membership-rule-form .relationship-picker .facets .panel .panel-body li a {
  color: #000 !important;
}
.membership-rule-form .keyword-picker .facets .panel .panel-body li a:hover,
.membership-rule-form .relationship-picker .facets .panel .panel-body li a:hover {
  color: #fff !important;
}
.membership-rule-form .keyword-picker .facets .panel .panel-body li .ellipsis,
.membership-rule-form .relationship-picker .facets .panel .panel-body li .ellipsis {
  width: 170px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.membership-rule-form .keyword-picker .facets .panel .panel-body li .count,
.membership-rule-form .relationship-picker .facets .panel .panel-body li .count {
  width: 30px;
  float: left;
  text-align: right;
}
.membership-rule-form .keyword-picker .relationships,
.membership-rule-form .relationship-picker .relationships {
  position: absolute;
  width: 250px;
  height: 50px;
  padding: 8px;
  margin-top: 4px;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 5px 6px 5px rgba(0,0,0,0.2);
}
.membership-rule-form .keyword-picker .relationships.rose,
.membership-rule-form .relationship-picker .relationships.rose {
  width: 300px;
  height: 300px;
  max-height: 330px;
  overflow: hidden;
  overflow-y: auto;
}

membership-rule .classification .field-label,
membership-rule .classification .field-value {
  display: inline-block;
  float: left;
  padding: 5px 10px;
}
membership-rule .classification .field-label {
  color: #fff;
  background-color: #777;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
membership-rule .classification .field-value {
  background-color: #eaeaea;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-single-item ul.nav-tabs li a {
  display: none;
}
.modal-single-item ul.nav-tabs li a ::after {
  display: none;
}

.modal-title {
  word-wrap: break-word;
}
.modal-content {
  word-wrap: break-word;
}
.assign-workflows-modal .error-message {
  color: #f53131;
  margin-top: 5px;
}

.moment-picker-container {
  width: 300px;
}

.multi-select-shade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  z-index: 1099;
  display: none;
}
.multi-select-shade.active {
  display: block;
}

.pc-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: solid 1px #ccc;
}
.pc-breadcrumbs ol {
  list-style: none;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pc-breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}
.pc-breadcrumbs li+ li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

pc-connector-configuration section.main.ad.mappings .as-sortable-item,
pc-connector-configuration section.main.ad.mappings .as-sortable-placeholder {
  display: table-row;
}
pc-connector-configuration section.main.ad.mappings .as-sortable-item .as-sortable-item-handle,
pc-connector-configuration section.main.ad.mappings .as-sortable-placeholder .as-sortable-item-handle {
  position: relative;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
}
pc-connector-configuration section.main.ad.mappings .as-sortable-placeholder {
  border: none;
}
pc-connector-configuration section.main.ad.mappings .as-sortable-placeholder td {
  visibility: hidden;
}
.mappings-list.as-sortable-drag {
  display: table;
  border: 1px solid #d8d8d8;
}
.mappings-list.as-sortable-drag tr {
  display: table-row;
}
.mappings-list.as-sortable-drag tr .as-sortable-item-handle {
  display: none;
}
.mappings-list.as-sortable-drag tr.hover {
  background-color: #fdfceb;
}
.mappings-list.as-sortable-drag tr.hover td:first-child {
  position: relative;
}
.mappings-list.as-sortable-drag tr.hover td:first-child:before {
  content: '';
  background: #56aac6;
  display: block;
  left: -0.1rem /* cover up the tbody left border */;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 0.4rem;
}
.mappings-list.as-sortable-drag tr td {
  padding: 0.8rem 2rem;
}

pc-connector-configuration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
/* Make the boostrap 3 vertical tabs look more like the Bridge AD Connector Mocks */
/* Collapsible sections */
}
pc-connector-configuration .alerts {
  margin-bottom: 2rem;
}
pc-connector-configuration .section-wrapper {
  border: none;
  bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  left: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
pc-connector-configuration .tabs-left > .nav-tabs > li {
  margin-right: 0;
}
pc-connector-configuration .tabs-left > .nav-tabs > li a:hover {
  border-color: #ddd;
}
pc-connector-configuration .tabs-left > .nav-tabs > li.active a {
  border-bottom-color: #ddd;
  border-top-color: #ddd;
}
pc-connector-configuration .tabs-left > .tab-content {
  border: 1px solid #ddd;
  min-width: 55rem;
}
pc-connector-configuration .tabs-left > .tab-content > .tab-pane {
  border: none;
  padding: 0;
  position: relative;
}
pc-connector-configuration .tabs-left > .tab-content > .tab-pane > .iframeLoading {
  position: absolute;
  height: 100px;
  width: 100px;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  left: -webkit-calc(50% - 50px);
  left: calc(50% - 50px);
}
pc-connector-configuration .tabs-left > .tab-content > .tab-pane > .iframeLoading i {
  font-size: 100px;
}
pc-connector-configuration.no-border .tabs-left > .nav-tabs {
  margin-top: 35px;
}
pc-connector-configuration.no-border .tabs-left > .tab-content {
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #ddd;
}
pc-connector-configuration.no-border .tabs-left > .tab-content > .tab-pane {
  padding: 10px 0 0 25px;
}
pc-connector-configuration section.main {
  padding: 15px;
  background-color: #fff;
}
pc-connector-configuration section.main h4 {
  margin-top: 0;
  border-bottom: 0.1rem solid #d8d8d8;
  padding-bottom: 1.3rem;
  margin-bottom: 2.2rem;
  font-weight: 200;
}
pc-connector-configuration section.advanced {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
pc-connector-configuration menu.control-bar {
  display: block;
  margin: 1.5rem 0 0 0;
  padding: 0;
}
pc-connector-configuration .btn-danger,
pc-connector-configuration .btn-danger:active,
pc-connector-configuration .btn-danger:focus {
  background-image: -webkit-linear-gradient(top, #b94a48 0, #ae4644 100%);
  background-image: linear-gradient(to bottom, #b94a48 0, #ae4644 100%);
  border-color: #ac2825;
  color: #fff;
}
pc-connector-configuration .btn-danger:hover,
pc-connector-configuration .btn-danger:active:hover,
pc-connector-configuration .btn-danger:focus:hover {
  border-color: #920400;
  color: #fff;
}
pc-connector-configuration .btn-danger:hover[disabled],
pc-connector-configuration .btn-danger:active:hover[disabled],
pc-connector-configuration .btn-danger:focus:hover[disabled] {
  border-color: #ccc;
}
pc-connector-configuration .btn-danger:active,
pc-connector-configuration .btn-danger:active:active,
pc-connector-configuration .btn-danger:focus:active {
  background-color: #ae4644;
  background-image: none;
}
pc-connector-configuration .row.top-padding {
  padding-top: 15px;
}
pc-connector-configuration .expander-heading {
  color: #000;
}
pc-connector-configuration .expander-heading:hover {
  color: #000;
  text-decoration: none;
}
pc-connector-configuration .expander-heading h5 {
  margin-bottom: 10px;
}
pc-connector-configuration .mapping-field-name {
  opacity: 0.8;
  font-weight: normal;
  clear: both;
  display: block;
}
pc-connector-configuration .ng-invalid {
  border: 1px solid #df6060;
}
pc-connector-configuration .json-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
pc-connector-configuration .json-error pre {
  text-align: left;
}
pc-connector-configuration .json-error .badge {
  background-color: #fff;
  color: #d9534f;
}
pc-connector-configuration .json-error .badge:hover,
pc-connector-configuration .json-error .badge:focus {
  color: #8b0000 !important;
}

pc-json-editor.readonly .jsoneditor .ace_content {
  opacity: 0.6;
  cursor: not-allowed;
}

[role="pc-smart-config"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
/* Make the boostrap 3 vertical tabs look more like the Bridge AD Connector Mocks */
/* Collapsible sections */
}
[role="pc-smart-config"] .collapse-toggle-header {
  background-color: #f7f7f7;
  padding: 0.3rem 0.75rem;
  display: block;
  text-align: left;
  margin-bottom: 1rem;
}
[role="pc-smart-config"] .alerts .alert {
  margin-bottom: 2rem;
  margin-top: 0;
}
[role="pc-smart-config"] .section-wrapper {
  border: none;
  bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  left: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
[role="pc-smart-config"] .section-wrapper.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[role="pc-smart-config"] .tabs-left > .nav-tabs > li {
  margin-right: 0;
}
[role="pc-smart-config"] .tabs-left > .nav-tabs > li a:hover {
  border-color: #ddd;
}
[role="pc-smart-config"] .tabs-left > .nav-tabs > li.active a {
  border-bottom-color: #ddd;
  border-top-color: #ddd;
}
[role="pc-smart-config"] .tabs-left > .tab-content {
  border: 1px solid #ddd;
}
[role="pc-smart-config"] .tabs-left > .tab-content > .tab-pane {
  border: none;
  padding: 0;
  position: relative;
}
[role="pc-smart-config"] .tabs-left > .tab-content > .tab-pane > .iframeLoading {
  position: absolute;
  height: 100px;
  width: 100px;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  left: -webkit-calc(50% - 50px);
  left: calc(50% - 50px);
}
[role="pc-smart-config"] .tabs-left > .tab-content > .tab-pane > .iframeLoading i {
  font-size: 100px;
}
[role="pc-smart-config"].no-border .tabs-left > .nav-tabs {
  margin-top: 35px;
}
[role="pc-smart-config"].no-border .tabs-left > .tab-content {
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #ddd;
}
[role="pc-smart-config"].no-border .tabs-left > .tab-content > .tab-pane {
  padding: 10px 0 0 25px;
}
[role="pc-smart-config"] section.pc-smart-config-section {
  padding: 15px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
[role="pc-smart-config"] section.pc-smart-config-section h4.title {
  margin-top: 0;
  border-bottom: 0.1rem solid #d8d8d8;
  padding-bottom: 1.3rem;
  margin-bottom: 2.2rem;
  font-weight: 200;
}
[role="pc-smart-config"] section.pc-json-editor-fullheight {
  height: 100%;
  overflow: hidden;
  overflow: hidden;
  padding: 0;
  padding-bottom: 3.5rem;
}
[role="pc-smart-config"] section.pc-json-editor-fullheight .pc-json-editor-fullheight-wrapper {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: auto;
  padding: 1.5rem;
  padding-bottom: 0;
}
[role="pc-smart-config"] menu.control-bar {
  display: block;
  margin: 1.5rem 0 0 0;
  padding: 0;
}
[role="pc-smart-config"] .btn-danger,
[role="pc-smart-config"] .btn-danger:active,
[role="pc-smart-config"] .btn-danger:focus {
  background-image: -webkit-linear-gradient(top, #b94a48 0, #ae4644 100%);
  background-image: linear-gradient(to bottom, #b94a48 0, #ae4644 100%);
  border-color: #ac2825;
  color: #fff;
}
[role="pc-smart-config"] .btn-danger:hover,
[role="pc-smart-config"] .btn-danger:active:hover,
[role="pc-smart-config"] .btn-danger:focus:hover {
  border-color: #920400;
  color: #fff;
}
[role="pc-smart-config"] .btn-danger:hover[disabled],
[role="pc-smart-config"] .btn-danger:active:hover[disabled],
[role="pc-smart-config"] .btn-danger:focus:hover[disabled] {
  border-color: #ccc;
}
[role="pc-smart-config"] .btn-danger:active,
[role="pc-smart-config"] .btn-danger:active:active,
[role="pc-smart-config"] .btn-danger:focus:active {
  background-color: #ae4644;
  background-image: none;
}
[role="pc-smart-config"] .row.top-padding {
  padding-top: 15px;
}
[role="pc-smart-config"] .expander-heading {
  color: #000;
}
[role="pc-smart-config"] .expander-heading:hover {
  color: #000;
  text-decoration: none;
}
[role="pc-smart-config"] .expander-heading h5 {
  margin-bottom: 10px;
}
[role="pc-smart-config"] .mapping-field-name {
  opacity: 0.8;
  font-weight: normal;
  clear: both;
  display: block;
}
[role="pc-smart-config"] input.ng-invalid,
[role="pc-smart-config"] textarea.ng-invalid,
[role="pc-smart-config"] select.ng-invalid {
  border: 1px solid #df6060;
  box-shadow: inset 0 1px 1px rgba(223,96,96,0.075), 0 0 8px rgba(223,96,96,0.6);
}
[role="pc-smart-config"] .json-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0 0.6rem;
  border-radius: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 6;
}
[role="pc-smart-config"] .json-error h5 {
  margin: 0.9rem 0;
}
[role="pc-smart-config"] .json-error pre {
  text-align: left;
}
[role="pc-smart-config"] .json-error .badge {
  background-color: #fff;
  color: #d9534f;
}
[role="pc-smart-config"] .json-error .badge:hover,
[role="pc-smart-config"] .json-error .badge:focus {
  color: #8b0000 !important;
}
[role="pc-smart-config"] .integration-schema-download {
  position: absolute;
  right: 1.3em;
  top: 1em;
  width: 15em;
}
[role="pc-smart-config"] .credentials .status-block span.message {
  position: relative;
  top: -0.3em;
  left: 0.3em;
}
[role="pc-smart-config"] .credentials .credential-error {
  cursor: help;
}
[role="pc-smart-config"] .credentials .label.credential-type {
  font-size: 50%;
  font-weight: normal;
  position: relative;
  top: -0.2rem;
  background-color: #999;
  left: 0.5rem;
}
[role="pc-smart-config"] .credential-name-sub {
  font-size: 0.7em;
}
[role="pc-smart-config"] .tag-container {
  overflow: hidden;
  word-wrap: break-word;
}
[role="pc-smart-config"] .tag-container .assign-groups {
  padding: 0.5rem 1rem;
}
[role="pc-smart-config"] .tag-container .assign-topics {
  padding: 0.5rem 1rem;
}
[role="pc-smart-config"] .tag-container .assign-workflows {
  padding: 0.5rem 1rem;
}
[role="pc-smart-config"] .property-list-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-right: 0.5rem;
  display: inline-block;
}
[role="pc-smart-config"] .default-content-profile {
  font-weight: bold;
}
[role="pc-smart-config"] .pc-table {
  table-layout: fixed;
}
[role="pc-smart-config"] [data-t="assign-queues"] {
  display: block;
}
[role="pc-smart-config"] .api {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[role="pc-smart-config"] .api .pc-ux-pane-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
[role="pc-smart-config"] .api .pc-ux-pane-secondary .input-output-props {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
[role="pc-smart-config"] .api .pc-ux-pane-secondary .help-area {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
[role="pc-smart-config"] .api .collapse-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
[role="pc-smart-config"] .api .collapse-header-wrapper .collapse-toggle-header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0.4rem;
}
[role="pc-smart-config"] .api .collapse-header-wrapper .request-type {
  margin-left: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -ms-flex-preferred-size: 15rem;
      flex-basis: 15rem;
}
[role="pc-smart-config"] .api .copy-hover .copy-icon {
  visibility: hidden;
}
[role="pc-smart-config"] .api .copy-hover:hover .copy-icon {
  visibility: visible;
}
[role="pc-smart-config"] .test-results-section {
  max-height: 50rem;
  overflow: auto;
}
[role="pc-smart-config"] .test-results-section > div {
  border-bottom: 2px dashed #3c763d;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
[role="pc-smart-config"] .test-results-section > div:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

pc-sync-rule-selector .sync-rules button {
  background-image: none;
  -ms-flex-negative: inherit;
      flex-shrink: inherit;
}
pc-sync-rule-selector .sync-rules button .caret {
  position: relative;
  top: -0.2rem;
}
pc-sync-rule-selector .sync-rules button .description {
  white-space: pre-line;
}
pc-sync-rule-selector .sync-rules button .description .badge {
  white-space: pre-line;
  line-height: 1.5rem;
  margin-top: 0.1rem;
  font-weight: normal;
}
.pc-sync-rule {
  font-size: 2rem;
}
.pc-sync-rule .create {
  position: relative;
  top: -3px;
  font-size: 2rem;
  right: 4px;
}
.pc-sync-rule .genesys {
  position: relative;
  top: -3px;
}

.control-bar.pc-ux-control-bar {
  color: inherit;
}

.fixtable.pc-ux-fixtable .fixtable-header {
  background-color: #f2f2f2;
  background-image: none;
  border: none;
  border-top: 2px solid #dedede;
}
.fixtable.pc-ux-fixtable .fixtable-inner {
  border: none;
  border-bottom: 0.1rem solid #cbcbcb;
}
.fixtable.pc-ux-fixtable .fixtable-inner table th {
  font-weight: 300;
  letter-spacing: 1px;
}
.fixtable.pc-ux-fixtable .fixtable-inner table th > div {
  white-space: nowrap;
}
.fixtable.pc-ux-fixtable .fixtable-inner table tbody tr td {
  padding: 1.5rem 1rem;
}
.fixtable.pc-ux-fixtable .fixtable-inner table tbody tr td:first-child {
  padding-left: 2rem;
}
.fixtable.pc-ux-fixtable .fixtable-inner table tbody tr:last-child {
  border-bottom: none;
}
.fixtable.pc-ux-fixtable .fixtable-footer {
  background: #fff;
  border-top: 2px solid #dedede;
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding: 1.2rem 0;
}
.fixtable.pc-ux-fixtable .fixtable-footer .fixtable-footer-bulk-actions {
  position: absolute;
  left: 0;
}
.fixtable.pc-ux-fixtable .fixtable-footer .fixtable-item-range {
  position: absolute;
  right: 0;
  text-align: right;
  font-size: 10pt;
  line-height: 20pt;
  color: #333;
}
.fixtable.pc-ux-fixtable .fixtable-footer .fixtable-pagination-controls {
  text-align: center;
}
.fixtable.pc-ux-fixtable .fixtable-footer .fixtable-pagination-controls .btn {
  padding: 3px 6px;
}
.fixtable.pc-ux-fixtable .fixtable-footer .fixtable-pagination-controls .fixtable-btn-page-jump {
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 16pt;
  min-width: 16pt;
  padding: 0.2rem 1rem;
  color: #56aac6;
  border-radius: 0;
  margin-right: 0.5rem;
}
.fixtable.pc-ux-fixtable .fixtable-footer .fixtable-pagination-controls .fixtable-btn-page-jump:last-child {
  margin-right: 0;
}
.fixtable.pc-ux-fixtable .fixtable-footer .fixtable-pagination-controls .fixtable-btn-page-jump:disabled {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  color: #333;
}
.fixtable.pc-ux-fixtable .fixtable-footer .fixtable-pagination-controls .fixtable-btn-page-prev,
.fixtable.pc-ux-fixtable .fixtable-footer .fixtable-pagination-controls .fixtable-btn-page-next {
  color: #56aac6;
  line-height: 16pt;
}
.fixtable.pc-ux-fixtable .fixtable-footer .fixtable-pagination-controls .fixtable-btn-page-prev[disabled],
.fixtable.pc-ux-fixtable .fixtable-footer .fixtable-pagination-controls .fixtable-btn-page-next[disabled] {
  color: #b8b8b8;
}
.fixtable-toolbar.pc-ux-fixtable-toolbar {
  padding: 2rem 0;
}
.fixtable-toolbar.pc-ux-fixtable-toolbar .search-field {
  float: left;
  width: 50%;
}
.fixtable-toolbar.pc-ux-fixtable-toolbar .search-field.search-field-centered {
  width: 50%;
  margin-left: 25%;
}
.fixtable-toolbar.pc-ux-fixtable-toolbar .fixtable-item-range {
  float: right;
  position: relative;
  top: 1.5rem;
}

.pc-ux-toolbar {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0rem -2rem;
}
.pc-ux-toolbar .toolbar-strip {
  background-color: #f6f6f6;
  border-bottom: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 38px;
}
.pc-ux-toolbar .toolbar-strip .btn {
  -webkit-transition: background-color 0.2s ease;
          transition: background-color 0.2s ease;
  background-color: #f6f6f6;
  border-radius: 0;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0.5rem 1.5rem;
}
.pc-ux-toolbar .toolbar-strip .btn i {
  margin-right: 0.5rem;
  font-size: 2rem;
}
.pc-ux-toolbar .toolbar-strip .btn:hover {
  outline: none;
  background-color: #b8b8b8;
}
.pc-ux-toolbar .toolbar-strip .flex-left,
.pc-ux-toolbar .toolbar-strip .flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pc-ux-toolbar .toolbar-strip .flex-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pc-ux-toolbar .toolbar-strip .flex-left > {
  padding-right: 0.5rem;
}
.pc-ux-toolbar .toolbar-strip .flex-left .btn {
  border-right: 1px solid #d8d8d8;
}
.pc-ux-toolbar .toolbar-strip .flex-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pc-ux-toolbar .toolbar-strip .flex-right .btn {
  border-left: 1px solid #d8d8d8;
}

people-picker .tags-input[single-select="true"] .tag-list + input {
  display: none;
}
people-picker .tags-input[single-select="true"] .tag-list:empty + input {
  display: inline;
}
people-picker .tags-input .tags .tag-item .remove-button {
  position: relative;
  top: -2px;
}
people-picker-advanced .include-template-container {
  height: 100%;
}
#directory-people-picker .people-picker-options {
  margin-bottom: -2rem;
  margin-top: 0.9rem;
}
#directory-people-picker .people-picker-options .division-picker-container {
  padding-top: 10px;
}
#directory-people-picker .ui-select-container {
  margin-bottom: 0.9rem;
}
#directory-people-picker .fixtable {
  min-height: 400px;
  max-height: 600px;
}
#directory-people-picker .count-selected-wrapper {
  height: 2em;
}
#directory-people-picker .count-selected {
  font-weight: 700;
}
#directory-people-picker .limit-width {
  max-width: 200px;
}
#directory-people-picker .selection-link.active {
  cursor: pointer;
  text-decoration: underline;
}
#directory-people-picker .bootstrap-switch-container .bootstrap-switch-handle-on,
#directory-people-picker .bootstrap-switch-container .bootstrap-switch-handle-off {
  opacity: 0;
}
#directory-people-picker.__compact {
  background-color: transparent;
}
#directory-people-picker.__compact .empty-results {
  opacity: 0.4;
}
#directory-people-picker.__compact .top-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#directory-people-picker.__compact h2 {
  font-size: 1.7rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#directory-people-picker.__compact .form-group {
  margin-bottom: 0;
}
#directory-people-picker.__compact .form-group [data-t="picker-search"] input {
  font-size: 1.3rem;
  border-radius: 3px;
}
#directory-people-picker.__compact .form-group tags-input {
  padding: 0;
  height: 0;
}
#directory-people-picker.__compact .form-group tags-input input {
  padding-left: 1rem;
  margin: 0;
}
#directory-people-picker.__compact .count-selected,
#directory-people-picker.__compact .count-selected-add-rem {
  margin-bottom: 0.5rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}
#directory-people-picker.__compact .fixtable {
  min-height: initial;
  max-height: initial;
}
#directory-people-picker.__compact .fixtable .fixtable-header,
#directory-people-picker.__compact .fixtable .fixtable-inner,
#directory-people-picker.__compact .fixtable .fixtable-footer,
#directory-people-picker.__compact .fixtable table tr {
  border: 0;
  background: none;
}
#directory-people-picker.__compact .fixtable .fixtable-column-headers th span {
  opacity: 0.7;
  font-weight: 300;
}
#directory-people-picker.__compact .fixtable .fixtable-inner {
  overflow-x: hidden;
}
#directory-people-picker.__compact .fixtable .fixtable-inner table tr.row-compact td {
  padding: 0.4rem 0.8rem;
  height: 2.5rem;
}
#directory-people-picker.__compact .fixtable .fixtable-inner table tbody td:first-child,
#directory-people-picker.__compact .fixtable .fixtable-inner table thead th:first-child {
  padding-left: 0;
}
#directory-people-picker.__compact .fixtable .fixtable-footer .pager .page-stepper {
  margin: auto;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
#directory-people-picker.__compact.fixtable-loading .fixtable-inner .fixtable-column-headers,
#directory-people-picker.__compact.fixtable-loading .count-selected,
#directory-people-picker.__compact.fixtable-loading .count-selected-add-rem {
  visibility: hidden;
}
#directory-people-picker.__compact.fixtable-no-pages .fixtable-footer {
  visibility: hidden;
}
#directory-people-picker.__compact.fixtable-empty .fixtable-inner .fixtable-column-headers {
  visibility: hidden;
}

#people-division-view {
  background: #fff;
  border-right: 0.1rem solid #cbcbcb;
  border-top: 0.1rem solid #cbcbcb;
  border-bottom: 0.1rem solid #cbcbcb;
  height: 100%;
  width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#people-division-view .division-assignment {
  margin: 0;
  padding: 1.5rem;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
#people-division-view .lock-toggle {
  float: right;
  cursor: pointer;
  color: #000;
  padding: 2px;
}
#people-division-view .data-grid-toolbar.control-bar {
  border: 0px solid #cbcbcb;
  border-bottom-width: 0.1rem;
  max-height: 3.5rem;
  line-height: 3.5rem;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
#people-division-view label {
  font-weight: normal;
}
#people-division-view menu.control-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  max-height: 4.7rem;
  border-top: 1px solid #cbcbcb;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  padding: 0rem 1.5rem;
  margin: 0px;
}

#people-license-view {
  background: #fff;
}
#people-license-view input[type=radio] {
  width: 15px;
  height: 15px;
}
#people-license-view .data-grid-toolbar.control-bar {
  border: 0px solid #cbcbcb;
  border-bottom-width: 0.1rem;
  max-height: 3.5rem;
  line-height: 3.5rem;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  display: none;
}
#people-license-view .license-assignment {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
#people-license-view .license-assignment .license-type-header {
  font-weight: bold;
}
#people-license-view .license-assignment .license-list {
  list-style-type: none;
  padding: 0rem 2.25rem;
}
#people-license-view .license-assignment .license-list label {
  font-weight: normal;
}
#people-license-view .license-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#people-license-view .license-alert * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
#people-license-view .license-alert i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  color: #f00;
  padding: 0.4rem;
  padding-left: 0rem;
  padding-right: 0.6rem;
}
#people-license-view .license-auto-assignment a {
  display: inline;
}
#people-license-view menu.control-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  max-height: 4.7rem;
  border-top: 1px solid #cbcbcb;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  padding: 0rem 1.5rem;
  margin: 0px;
}
.license-update-needed .btn-primary {
  margin-right: 1rem;
}
.right #people-license-view {
  border-right: 0.1rem solid #cbcbcb;
  border-top: 0.1rem solid #cbcbcb;
  border-bottom: 0.1rem solid #cbcbcb;
  height: 100%;
  width: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.right #people-license-view .data-grid-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.right #people-license-view .license-assignment {
  padding: 1.5rem;
}

#people-log-capture-view {
  background: #fff;
  border-right: 0.1rem solid #cbcbcb;
  border-top: 0.1rem solid #cbcbcb;
  border-bottom: 0.1rem solid #cbcbcb;
  height: 100%;
  width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#people-log-capture-view .data-grid-toolbar.control-bar {
  border: 0px solid #cbcbcb;
  border-bottom-width: 0.1rem;
  max-height: 3.5rem;
  line-height: 3.5rem;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
#people-log-capture-view .log-capture-text {
  padding: 1.5rem;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
#people-log-capture-view .log-capture-sentence {
  margin-top: 10px;
}
#people-log-capture-view .warning {
  color: #f00;
}
#people-log-capture-view menu.control-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  max-height: 4.7rem;
  border-top: 1px solid #cbcbcb;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  padding: 0rem 1.5rem;
  margin: 0px;
}

#people-queues-view {
  background: #fff;
  border-right: 0.1rem solid #cbcbcb;
  border-top: 0.1rem solid #cbcbcb;
  border-bottom: 0.1rem solid #cbcbcb;
  height: 100%;
  width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#people-queues-view .queue-row {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#people-queues-view .queue-row .queue-name {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
#people-queues-view .queue-row .queue-name label {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
#people-queues-view .queue-row .queue-delete {
  color: #d73931;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10px;
          flex: 1 1 10px;
  cursor: pointer;
}
#people-queues-view label {
  font-weight: normal;
}
#people-queues-view .lock-toggle {
  float: right;
  cursor: pointer;
  color: #000;
  padding: 2px;
}
#people-queues-view .data-grid-toolbar.control-bar {
  border: 0px solid #cbcbcb;
  border-bottom-width: 0.1rem;
  max-height: 3.5rem;
  line-height: 3.5rem;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
#people-queues-view .queues-assignment {
  padding: 1.5rem;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
#people-queues-view .queues-assignment .queues-type-header {
  font-weight: bold;
}
#people-queues-view .queues-assignment .queues-list {
  list-style-type: none;
  padding: 0rem 2rem;
}
#people-queues-view .queues-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#people-queues-view .queues-alert * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
#people-queues-view .queues-alert i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  color: #f00;
  padding: 0.4rem;
  padding-left: 0rem;
  padding-right: 0.6rem;
}
#people-queues-view menu.control-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  max-height: 4.7rem;
  border-top: 1px solid #cbcbcb;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  padding: 0rem 1.5rem;
  margin: 0px;
}

#people-skills-view {
  background: #fff;
  border-right: 0.1rem solid #cbcbcb;
  border-top: 0.1rem solid #cbcbcb;
  border-bottom: 0.1rem solid #cbcbcb;
  height: 100%;
  width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#people-skills-view .skill-row {
  padding-top: 1rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#people-skills-view .skill-row .skill-name {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-overflow: ellipsis;
  padding-right: 10px;
  padding-left: 10px;
}
#people-skills-view .skill-row .skill-rating {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100px;
          flex: 1 1 100px;
}
#people-skills-view label {
  font-weight: normal;
}
#people-skills-view .lock-toggle {
  float: right;
  cursor: pointer;
  color: #000;
  padding: 2px;
}
#people-skills-view .data-grid-toolbar.control-bar {
  border: 0px solid #cbcbcb;
  border-bottom-width: 0.1rem;
  max-height: 3.5rem;
  line-height: 3.5rem;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
#people-skills-view .skills-assignment {
  padding: 1.5rem;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
#people-skills-view .skills-assignment .skills-type-header {
  font-weight: bold;
}
#people-skills-view .skills-assignment .skills-list {
  list-style-type: none;
  padding: 0rem 2rem;
}
#people-skills-view .skills-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#people-skills-view .skills-alert * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
#people-skills-view .skills-alert i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  color: #f00;
  padding: 0.4rem;
  padding-left: 0rem;
  padding-right: 0.6rem;
}
#people-skills-view menu.control-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  max-height: 4.7rem;
  border-top: 1px solid #cbcbcb;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  padding: 0rem 1.5rem;
  margin: 0px;
}

#people-state-view {
  background: #fff;
  border-right: 0.1rem solid #cbcbcb;
  border-top: 0.1rem solid #cbcbcb;
  border-bottom: 0.1rem solid #cbcbcb;
  height: 100%;
  width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#people-state-view .data-grid-toolbar.control-bar {
  border: 0px solid #cbcbcb;
  border-bottom-width: 0.1rem;
  max-height: 3.5rem;
  line-height: 3.5rem;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
#people-state-view .state-change-assignment {
  margin: 0 0 10px 0;
  padding: 1.5rem;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
#people-state-view menu.control-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  max-height: 4.7rem;
  border-top: 1px solid #cbcbcb;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  padding: 0rem 1.5rem;
  margin: 0px;
}

.presence.available {
  color: #5cb85c;
}
.presence.away,
.presence.training,
.presence.break,
.presence.meal {
  color: #f0ad4e;
}
.presence.busy,
.presence.meeting {
  color: #df6060;
}
.presence.disabled {
  opacity: 0.6;
}
li:not(.active) .presence {
  color: inherit;
}
.secondary-presences .as-sortable-item {
  padding: 0;
  margin: 0 0 -1px;
  border: none;
}
.secondary-presences .as-sortable-item.deactivated {
  opacity: 0.6;
}
.secondary-presences .as-sortable-item-handle {
  padding: 10px 15px;
}
.secondary-presences .as-sortable-item-handle .row div {
  line-height: 3.5rem;
}
.secondary-presences .as-sortable-item-handle .presence-controls a {
  font-size: 2rem;
  margin-right: 0.3rem;
}
.secondary-presences .as-sortable-placeholder {
  border: 0;
  margin: 0;
  min-height: 0;
  margin-bottom: -1px;
  visibility: hidden;
}
.secondary-presences.ordering-disabled .as-sortable-item-handle {
  cursor: default;
}
.secondary-presences.ordering-disabled .as-sortable-item-handle .fa-arrows-v {
  visibility: hidden;
}
.secondaryPresences .controls {
  margin-left: 10px;
}
.secondaryPresences .tab-pane > .alert {
  margin-top: 0;
}

#progress-modal {
  padding: 1.5rem;
}
#progress-modal .steps {
  float: right;
  margin-right: 0.36rem;
}
#progress-modal .errors {
  max-height: 36rem;
  overflow: auto;
}

.purecloud-modal .modal-dialog {
  width: 550px;
}
.purecloud-modal .modal-content {
  overflow: hidden;
}
.purecloud-modal .modal-title {
  margin: 0.9em 0 0.1em 0;
  line-height: 1.6;
  font-weight: 200;
  color: #666;
  text-align: center;
  font-size: 1.7em;
  letter-spacing: 1.5px;
}
.purecloud-modal .modal-header {
  border-bottom: none;
}
.purecloud-modal .modal-body {
  padding: 0;
  background-color: #f7f7f7;
}
.purecloud-modal ul.nav-tabs {
  border-bottom: 1px solid #cacaca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 2.5rem;
  background-color: #fff;
}
.purecloud-modal ul.nav-tabs li {
  border: 1px solid transparent;
  margin: 0 0 -1px -1px;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
  height: inherit;
  vertical-align: middle;
}
.purecloud-modal ul.nav-tabs li.active {
  border: solid 1px #cacaca;
}
.purecloud-modal ul.nav-tabs li.active a {
  color: #4c4c4c;
}
.purecloud-modal ul.nav-tabs li.active a:hover {
  color: #3497bb;
  border: none;
}
.purecloud-modal ul.nav-tabs li:hover {
  border-color: #cacaca;
}
.purecloud-modal ul.nav-tabs li a {
  border: none !important;
  margin: 0;
  padding: 10px;
  background-color: transparent;
  color: #777;
  font-weight: 500;
}
.purecloud-modal ul.nav-tabs li a:hover {
  color: #777;
  cursor: pointer;
}
.purecloud-modal .tab-pane {
  background-color: transparent;
  border: none;
  padding: 25px 20px;
}
.purecloud-modal .tab-pane h4 {
  font-weight: normal;
  margin: 15px 0;
}
.purecloud-modal .tab-pane h4 + p {
  margin-top: -10px;
  margin-bottom: 30px;
  font-size: 0.9em;
}
.purecloud-modal .tab-pane hr {
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #cacaca;
}
.purecloud-modal .tab-pane label {
  font-weight: normal;
}
.purecloud-modal .domain-list {
  min-height: 8rem;
}
.purecloud-modal .tabset-gray ul.nav-tabs li.active {
  border-bottom-color: #f7f7f7;
}
.purecloud-modal .tabset-gray ul.nav-tabs li.active a {
  background: #f7f7f7;
}
.purecloud-modal .tabset-gray ul.nav-tabs li.active a:active,
.purecloud-modal .tabset-gray ul.nav-tabs li.active a:focus {
  background: #f7f7f7;
}
.purecloud-modal .tabset-gray ul.nav-tabs li.active:hover {
  border-bottom: 1px solid #f7f7f7;
}

.rating {
  outline: none;
}
.rating:hover {
  cursor: pointer;
}
.rating.disabled:hover {
  cursor: not-allowed;
}

relationship-rose .relationship-rose {
  position: relative;
}
relationship-rose .relationship-rose .counts {
  position: absolute;
  top: -16px;
  right: 0;
  padding: 6px;
  text-align: right;
}
relationship-rose .relationship-rose .counts li {
  padding-top: 20px;
  font-size: 11px;
}
relationship-rose .relationship-rose .counts li.siblings {
  padding-top: 48px;
}
relationship-rose .relationship-rose .counts li.children {
  padding-top: 52px;
}
relationship-rose .relationship-rose .entity-image {
  position: absolute;
  left: -webkit-calc(50% - 63px);
  left: calc(50% - 63px);
  top: -webkit-calc(50% - 44px);
  top: calc(50% - 44px);
  width: 82px;
  height: 82px;
  border-radius: 50%;
  cursor: pointer;
}
relationship-rose .relationship-rose .entity-image img {
  width: 82px;
  height: 82px;
}

.resizable.resizable-json-editor {
  min-height: 39rem;
  margin-bottom: 3rem;
}
.resizable.resizable-json-editor-haserror {
  padding-bottom: 3.6rem;
}

.well.responsive-header {
  position: relative;
}
.well.responsive-header .media .media-heading {
  margin-bottom: 1rem;
}
.well.responsive-header .subtitle {
  display: block;
  font-size: 1.8rem;
  margin-top: -0.9rem;
  color: #666;
  margin-left: 0.2rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
}
.well.responsive-header.with-pointer {
  cursor: pointer;
}
.well.responsive-header.well-sm .media-body {
  vertical-align: middle;
}
.well.responsive-header.well-sm .media-body .media-heading {
  margin-bottom: 0;
  display: inline-block;
}
.well.responsive-header.well-sm .media-body .subtitle {
  display: inline-block;
  font-size: 1.2rem;
  padding-left: 0.5rem;
}

/* Stacked Tabs in Boostrap 3 */
/* http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3 */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  bordercolor: #ddd;
  bordercolor: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *bordercolor: #fff;
}
.tabset.detail-first-pane .tab-content > .tab-pane:nth-child(2) {
  padding: 0;
}
.tabset.no-utilization-padding .tab-content > .tab-pane:last-child {
  padding: 0;
}
.tabset.no-auto-answer-padding .tab-content > .tab-pane:first-child {
  padding: 0;
}
.tabset.no-roles-padding .tab-content > .tab-pane:nth-child(7) {
  padding: 0;
}
.tabset.no-divisions-padding .tab-content > .tab-pane:nth-child(3) {
  padding: 0;
}
.tabset.no-permissions-padding .tab-content > .tab-pane:nth-child(4) {
  padding: 0;
}
.tabset.no-phone-padding .tab-content > .tab-pane:nth-child(5) {
  padding: 0;
}
.tabset.no-skills-padding .tab-content > .tab-pane:nth-child(8) {
  padding: 0;
}
.tabset.no-queues-padding .tab-content > .tab-pane:nth-child(6) {
  padding: 0;
}
.tabset.no-auth-padding .tab-content > .tab-pane:nth-child(1) {
  padding: 0;
}
.tabset.no-status-padding .tab-content > .tab-pane:nth-child(5) {
  padding: 0;
}
.nav-tabs > li {
  margin-right: 0;
  margin-left: -0.1rem;
}
.nav-tabs > li:first-child {
  margin-left: 0;
}
.nav-tabs > li > a {
  background: none;
  border-color: transparent;
  color: #777;
  padding: 1rem 1.5rem;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active {
  background: none;
  position: relative;
}
.nav-tabs > li > a uib-tab-heading .modified-icon {
  font-size: 0.8rem;
  position: absolute;
  top: 0.4rem;
  left: 0.5rem;
}
.nav-tabs > li.active {
  position: relative;
  z-index: 2;
}
.nav-tabs > li.active > a {
  color: #4c4c4c;
}
.nav-tabs > li.active > a:before {
  background: #3497bb;
  content: '';
  display: block;
  position: absolute;
  height: 0.2rem;
  top: -0.1rem;
  left: -0.1rem;
  width: -webkit-calc(100% + 0.2rem);
  width: calc(100% + 0.2rem);
}
/* Match PureCloud UX Spec for vertical tabs */
.tabs-left {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tabs-left > .nav-tabs {
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li:first-child {
  margin-left: -0.1rem;
}
.tabs-left > .nav-tabs > li > a {
  margin-bottom: 0;
  padding: 12px 14px;
}
.tabs-left > .nav-tabs > li > a uib-tab-heading .modified-icon {
  font-size: 0.8rem;
  position: absolute;
  top: 0.4rem;
  left: 0.5rem;
}
.tabs-left > .nav-tabs > li.active > a {
  border-right-color: transparent;
  border-bottom-color: #b8b8b8;
  border-top-color: #b8b8b8;
}
.tabs-left > .nav-tabs > li.active > a:before {
  content: ' ';
  position: absolute;
  left: -0.1rem;
  top: -0.1rem;
  width: 0.2rem;
  bottom: 0;
  height: -webkit-calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
}
.tabs-left > .tab-content > .tab-pane {
  border-top: 1px solid #b8b8b8;
}
.modified-icon {
  cursor: help;
}
.modified-icon.error {
  color: #df6060 !important;
}

.tags-input {
  display: block;
}
.tags-input *,
.tags-input *:before,
.tags-input *:after {
  box-sizing: border-box;
}
.tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}
.tags-input .host:active {
  outline: none;
}
.tags-input .tags {
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  box-shadow: 1px 1px 1px 0 #d3d3d3 inset;
  height: 100%;
}
.tags-input .tags.focused {
  outline: none;
  box-shadow: 0 0 3px 1px rgba(5,139,242,0.6);
}
.tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  padding-top: 1px;
  list-style-type: none;
}
.tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  max-width: -webkit-calc(100% - 4px);
  max-width: calc(100% - 4px);
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
}
.tags-input .tags .tag-item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
  background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
}
.tags-input .tags .tag-item .remove-button {
  background: none;
  border: none;
  color: #585858;
  cursor: pointer;
  font-family: FontAwesome;
  font-weight: bold;
  margin: 0 0 0 5px;
  padding: 0;
  vertical-align: middle;
}
.tags-input .tags .tag-item .remove-button:active {
  color: #f00;
}
.tags-input .tags .input {
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-right: 5px;
}
.tags-input .tags .input.invalid-tag {
  color: #f00;
}
.tags-input .tags .input::-ms-clear {
  display: none;
}
.tags-input.ng-invalid .tags {
  box-shadow: 0 0 3px 1px rgba(255,0,0,0.6);
}
.tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  overflow: auto;
  max-height: 15em;
}
.tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tags-input .autocomplete .suggestion-item,
.tags-input .autocomplete .loading-indicator {
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
.tags-input .autocomplete .suggestion-item {
  cursor: pointer;
}
.tags-input .autocomplete .suggestion-item.disabled {
  cursor: default;
}
.tags-input .autocomplete .suggestion-item.selected {
  color: #fff;
  background-color: #0097cf;
}
.tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}
.tags-input .autocomplete .suggestion-item em {
  font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
.tags-input .autocomplete .suggestion-item small {
  color: #b8b8b8;
}
/*
 * copied from ng-tags-input.bootstrap.css
 * replaced tags-input element with .tags-input class
 */
.tags-input {
  box-shadow: none;
  border: none;
  padding: 0;
  min-height: 34px;
}
.tags-input .host {
  margin: 0;
}
.tags-input .tags {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 1px 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tags-input .tags .tag-item {
  color: #fff;
  background: #428bca;
  border: 1px solid #357ebd;
  border-radius: 4px;
}
.tags-input .tags .tag-item.selected {
  color: #fff;
  background: #d9534f;
  border: 1px solid #d43f3a;
}
.tags-input .tags .tag-item .remove-button:hover {
  text-decoration: none;
}
.tags-input .tags.focused {
  border: 1px solid #66afe9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}
.tags-input .autocomplete {
  border-radius: 4px;
}
.tags-input .autocomplete .suggestion-item.selected {
  color: #262626;
  background-color: #f5f5f5;
}
.tags-input .autocomplete .suggestion-item.selected em {
  color: #262626;
  background-color: #f5f5f5;
}
.tags-input .autocomplete .suggestion-item em {
  color: #000;
  background-color: #fff;
}
.tags-input.ng-invalid .tags {
  border-color: #f00;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(233,101,101,0.6);
}
.input-group .tags-input {
  padding: 0;
  display: table-cell;
}
.input-group .tags-input:not(:first-child) .tags {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .tags-input:not(:last-child) .tags {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-lg .tags-input:first-child .tags {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.input-group-lg .tags-input:last-child .tags {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.input-group-sm .tags-input:first-child .tags {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.input-group-sm .tags-input:last-child .tags {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tags-input.ti-input-lg,
.input-group-lg .tags-input {
  min-height: 46px;
}
.tags-input.ti-input-lg .tags,
.input-group-lg .tags-input .tags {
  border-radius: 6px;
}
.tags-input.ti-input-lg .tags .tag-item,
.input-group-lg .tags-input .tags .tag-item {
  height: 38px;
  line-height: 37px;
  font-size: 18px;
  border-radius: 6px;
}
.tags-input.ti-input-lg .tags .tag-item .remove-button,
.input-group-lg .tags-input .tags .tag-item .remove-button {
  font-size: 20px;
}
.tags-input.ti-input-lg .tags .input,
.input-group-lg .tags-input .tags .input {
  height: 38px;
  font-size: 18px;
}
.tags-input.ti-input-sm,
.input-group-sm .tags-input {
  min-height: 30px;
}
.tags-input.ti-input-sm .tags,
.input-group-sm .tags-input .tags {
  border-radius: 3px;
}
.tags-input.ti-input-sm .tags .tag-item,
.input-group-sm .tags-input .tags .tag-item {
  height: 22px;
  line-height: 21px;
  font-size: 12px;
  border-radius: 3px;
}
.tags-input.ti-input-sm .tags .tag-item .remove-button,
.input-group-sm .tags-input .tags .tag-item .remove-button {
  font-size: 16px;
}
.tags-input.ti-input-sm .tags .input,
.input-group-sm .tags-input .tags .input {
  height: 22px;
  font-size: 12px;
}
.has-feedback .tags-input .tags {
  padding-right: 30px;
}
.has-success .tags-input .tags {
  border-color: #3c763d;
}
.has-success .tags-input .tags.focused {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
}
.has-error .tags-input .tags {
  border-color: #a94442;
}
.has-error .tags-input .tags.focused {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
}
.has-warning .tags-input .tags {
  border-color: #8a6d3b;
}
.has-warning .tags-input .tags.focused {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
}
.tags-input.tags-input-auto-height {
  margin-bottom: 15px;
  height: auto;
}
.tags-input.tags-input-auto-height .tags {
  min-height: 36px;
}
/* custom disabled tags input */
.tags-input.disabled a.remove-button {
  display: none;
}
.tags-input.disabled input {
  display: none;
}

.telephone-number-display .iti .iti__arrow {
  display: none;
}
.telephone-number-display .iti input,
.telephone-number-display .iti input[type=text],
.telephone-number-display .iti input[type=tel] {
  padding: 3px 0 3px 38px;
  border: none;
  box-shadow: none;
  background-color: transparent;
}

#menu-view.translate-cloak {
  display: none;
}

translation-table .fixtable table {
  table-layout: fixed !important;
}
translation-table .fixtable-cell-editable {
  cursor: text;
}
translation-table .fixtable-cell-editable input {
  height: 40px;
  padding: 5px 6px;
  line-height: 1em;
}
translation-table .fixtable-cell-editable input:focus {
  outline-color: #56aac6;
}
translation-table .fixtable-cell-editable input::-webkit-input-placeholder {
  line-height: 16px;
}
translation-table .fixtable-cell-editable input:-ms-input-placeholder {
  line-height: 16px;
}
translation-table .fixtable-cell-editable input::placeholder {
  line-height: 16px;
}

tree-view-item .fa-caret-down,
tree-view-item .fa-caret-right {
  width: 1em;
  text-align: center;
}
tree-view-item {
  display: block;
}
tree-view-item-label {
  font-size: 1.25em;
}
tree-view-item-content {
  display: block;
  padding-left: 20px;
}

.typeahead-item {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.typeahead-item.no-results {
  background-color: #fff !important;
  color: #ccc !important;
  cursor: default !important;
}

.ui-select-bootstrap .ui-select-toggle > a.btn {
  height: 20px;
  margin-top: 0px;
  margin-right: 15px !important;
}
.ui-select-fixtable .ui-select-choices {
  position: fixed;
  top: auto;
  left: auto;
  width: inherit;
}

@font-face {
  font-family: 'icomoon';
  src: url("https://dhqbrvplips7x.cloudfront.net/admin/3164.0.0-180/assets/fonts/icomoon.eot?-d2fc4z");
  src: url("https://dhqbrvplips7x.cloudfront.net/admin/3164.0.0-180/assets/fonts/icomoon.eot?#iefix") format('embedded-opentype'), url("https://dhqbrvplips7x.cloudfront.net/admin/3164.0.0-180/assets/fonts/icomoon.woff") format('woff'), url("https://dhqbrvplips7x.cloudfront.net/admin/3164.0.0-180/assets/fonts/icomoon.ttf") format('truetype'), url("https://dhqbrvplips7x.cloudfront.net/admin/3164.0.0-180/assets/fonts/icomoon.svg#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="pc-moon"],
[class*=" pc-moon"] {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pc-server:before {
  content: "\e803";
}
.pc-logo-inin:before {
  content: "\e801";
}

/* DO NOT USE THESE DIRECTLY IN STYLES.
 * They should be assigned to more specific variables based on use. e.g.:
 *
 *  `nav-header-bg: gux-gray-1` in a theme file
 *
 * and
 *
 *  `.light-theme .nav { background-color: nav-header-bg }` to actually style an element
 */

/**
* Non-feature-toggled-variables. These changes will take effect as soon as we ship the code.
* We think that's ok, but need to verify with UX
*/

/**
* Non-feature-toggled-variables. These changes will take effect as soon as we ship the code.
* We think that's ok, but need to verify with UX
*/
body.light-theme {
  background-color: #fdfdfd;
  color: #444a52;
  font-family: Roboto, sans-serif;
}
body.light-theme page-loading .chasing-dots .dot {
  background-color: #98a7b8;
  -webkit-animation-name: pulse_retheme;
          animation-name: pulse_retheme;
}
@-webkit-keyframes pulse_retheme {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes pulse_retheme {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
body.light-theme a {
  color: #2143a2;
}
body.light-theme a:hover {
  color: #19327a;
}
body.light-theme a:active {
  color: #102251;
}
body.light-theme .alert {
  border-radius: 2px;
}
body.light-theme .alert pre {
  color: #444a52;
}
body.light-theme .alert.alert-primary,
body.light-theme .alert.alert-info {
  background-color: #2a60c8;
  border-color: #285bbe;
  color: #fdfdfd;
}
body.light-theme .alert.alert-primary a,
body.light-theme .alert.alert-info a {
  color: #fdfdfd;
}
body.light-theme .alert.alert-danger {
  background-color: rgba(245,49,49,0.2);
  border-color: #f42323;
  color: #700505;
}
body.light-theme .alert.alert-danger a {
  color: #700505;
}
body.light-theme .alert.alert-danger hr {
  border-top-color: #f42323;
}
body.light-theme .alert.alert-success {
  background-color: rgba(161,211,24,0.2);
  border-color: #99c817;
  color: #617f0e;
}
body.light-theme .alert.alert-success a {
  color: #617f0e;
}
body.light-theme .alert.alert-success .has-feedback.has-success .control-label,
body.light-theme .alert.alert-success .has-feedback.has-success .help-block {
  color: #617f0e;
}
body.light-theme .alert.alert-success hr {
  border-top-color: #99c817;
}
body.light-theme .alert.alert-warning {
  background-color: rgba(250,187,0,0.2);
  border-color: #edb200;
  color: #644b00;
}
body.light-theme .alert.alert-warning a {
  color: #644b00;
}
body.light-theme .alert.alert-warning hr {
  border-top-color: #edb200;
}
body.light-theme .badge-primary {
  background-color: #2a60c8;
  color: #fdfdfd;
}
body.light-theme .badge-danger {
  background-color: #f53131;
}
body.light-theme .badge-warning {
  background-color: #fabb00;
}
body.light-theme .badge-success {
  background-color: #a1d318;
}
body.light-theme .badge.light {
  font-weight: normal;
  padding: 8px;
}
body.light-theme .badge-gold {
  background-color: #f9a825;
}
body.light-theme .btn,
body.light-theme .pc-ux-layout .btn {
  padding: 4px 12px;
}
body.light-theme .btn.btn-primary,
body.light-theme .pc-ux-layout .btn.btn-primary,
body.light-theme .btn.btn-inverted,
body.light-theme .pc-ux-layout .btn.btn-inverted,
body.light-theme .btn.btn-default,
body.light-theme .pc-ux-layout .btn.btn-default,
body.light-theme .btn.btn-success,
body.light-theme .pc-ux-layout .btn.btn-success,
body.light-theme .btn.btn-danger,
body.light-theme .pc-ux-layout .btn.btn-danger,
body.light-theme .btn.btn-info,
body.light-theme .pc-ux-layout .btn.btn-info,
body.light-theme .btn.btn-warning,
body.light-theme .pc-ux-layout .btn.btn-warning,
body.light-theme .btn.btn-purecloud.btn-success,
body.light-theme .pc-ux-layout .btn.btn-purecloud.btn-success {
  color: #fdfdfd;
  background-color: #2a60c8;
  background-image: none;
  border: 1px solid #2455a3;
  border-color: #2455a3;
  box-shadow: none;
  border-radius: 2px;
  padding: 4px 12px;
}
body.light-theme .btn:hover,
body.light-theme .pc-ux-layout .btn:hover {
  box-shadow: 0 0 5px -1px rgba(34,37,41,0.48);
}
body.light-theme .btn:focus,
body.light-theme .pc-ux-layout .btn:focus {
  outline: none;
}
body.light-theme .btn.btn-default,
body.light-theme .pc-ux-layout .btn.btn-default {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  color: #444a52;
  outline-color: #dfdfdf;
}
body.light-theme .btn.btn-success,
body.light-theme .pc-ux-layout .btn.btn-success {
  background-color: #a1d318;
  border-color: #91be16;
  outline-color: #91be16;
}
body.light-theme .btn.btn-danger,
body.light-theme .pc-ux-layout .btn.btn-danger {
  background-color: #f53131;
  border-color: #f41515;
  outline-color: #f41515;
}
body.light-theme .btn.btn-warning,
body.light-theme .pc-ux-layout .btn.btn-warning {
  background-color: #fabb00;
  border-color: #e1a800;
  outline-color: #e1a800;
}
body.light-theme .btn.btn-info,
body.light-theme .pc-ux-layout .btn.btn-info {
  background-color: #75a8ff;
  border-color: #5091ff;
  outline-color: #5091ff;
}
body.light-theme .btn.btn-labeled,
body.light-theme .pc-ux-layout .btn.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}
body.light-theme .btn.btn-file,
body.light-theme .pc-ux-layout .btn.btn-file {
  padding: 4px 12px;
}
body.light-theme .btn:not(.btn-link):not(.btn-primary):not(.btn-purecloud.btn-success):not(.btn-info),
body.light-theme .pc-ux-layout .btn:not(.btn-link):not(.btn-primary):not(.btn-purecloud.btn-success):not(.btn-info) {
  background-color: #e4e9f0;
  background-image: none;
  border: 1px solid #d5dce0;
  border-color: #d5dce0;
  box-shadow: none;
  color: #33383d;
}
body.light-theme .btn.btn-inverted,
body.light-theme .pc-ux-layout .btn.btn-inverted {
  background-color: #e4e9f0;
  background-image: none;
  border: 1px solid #d5dce0;
  border-color: #d5dce0;
  box-shadow: none;
  color: #33383d;
}
body.light-theme .btn.btn-link,
body.light-theme .pc-ux-layout .btn.btn-link {
  color: #2a60c8;
  padding: 0;
  line-height: 3.2rem;
}
body.light-theme .btn.btn-link:hover,
body.light-theme .pc-ux-layout .btn.btn-link:hover {
  box-shadow: none;
}
body.light-theme .input-group-btn .btn.btn-file {
  border-radius: 2px 0 0 2px;
}
body.light-theme .close-x {
  color: #98a7b8;
}
body.light-theme .pc-blue {
  color: #2a60c8;
  fill: #2a60c8;
}
body.light-theme .pc-blue-darker {
  color: #275aad;
  fill: #275aad;
}
body.light-theme .pc-black {
  color: #222529;
  fill: #222529;
}
body.light-theme .pc-darkgrey {
  color: #444a52;
  fill: #444a52;
}
body.light-theme .pc-lightgrey {
  color: #77828f;
  fill: #77828f;
}
body.light-theme .text-success,
body.light-theme .pc-green {
  color: #a1d318;
  fill: #a1d318;
}
body.light-theme .text-danger,
body.light-theme .pc-error {
  color: #f53131;
  fill: #f53131;
}
body.light-theme .text-warning,
body.light-theme .pc-orange {
  color: #fabb00;
  fill: #fabb00;
}
body.light-theme .text-info {
  color: #75a8ff;
  fill: #75a8ff;
}
body.light-theme .form-control {
  height: 32px;
  border-radius: 2px;
  border: 1px solid #dae1e8;
  box-shadow: inset 0 0 2px rgba(34,37,41,0.24);
  background-color: #fdfdfd;
  color: #444a52;
  outline: none;
}
body.light-theme .form-controlinput {
  height: 32px;
}
body.light-theme .form-control:active {
  box-shadow: 0px 0px 0px 3px rgba(117,168,255,0.5);
}
body.light-theme .form-control:focus {
  box-shadow: 0 0 2px 1px rgba(117,168,255,0.72);
  border-color: #2a60c8;
}
body.light-theme .form-control[disabled] {
  background-color: #e4e9f0;
}
body.light-theme .has-feedback.has-success .control-label,
body.light-theme .has-feedback.has-success .help-block {
  color: #799e12;
}
body.light-theme .has-feedback.has-error .control-label,
body.light-theme .has-feedback.has-error .help-block {
  color: #f53131;
}
body.light-theme .label {
  font-weight: 400;
  padding: 0.4em 0.6em;
}
body.light-theme .label.label-default {
  color: #444a52;
  background-color: #efefef;
}
body.light-theme .label.label-primary {
  background-color: #2a60c8;
  color: #fdfdfd;
}
body.light-theme .label.label-info {
  background-color: #75a8ff;
  color: #003795;
}
body.light-theme .label.label-warning {
  background-color: #fabb00;
  color: #644b00;
}
body.light-theme .label.label-danger {
  background-color: #f53131;
  color: #700505;
}
body.light-theme .label.label-success {
  background-color: #a1d318;
  color: #617f0e;
}
body.light-theme .messenger-theme-ice .messenger-message {
  background-color: #393e45;
  border-color: #444a52;
  padding: 8px 12px;
  position: relative;
  margin-bottom: 0;
  border-radius: 0;
  border-width: 1px 0 0 0;
}
body.light-theme .messenger-theme-ice .messenger-message .messenger-close {
  color: #98a7b8;
  position: absolute;
  right: 12px;
  top: 6px;
  font-size: 20px;
  background-color: transparent;
  font-weight: 100;
  padding: 0;
  margin: 0;
  line-height: 1;
}
body.light-theme .messenger-theme-ice .messenger-message.alert-success .messenger-message-inner,
body.light-theme .messenger-theme-ice .messenger-message.alert-danger .messenger-message-inner,
body.light-theme .messenger-theme-ice .messenger-message.alert-error .messenger-message-inner,
body.light-theme .messenger-theme-ice .messenger-message.alert-info .messenger-message-inner,
body.light-theme .messenger-theme-ice .messenger-message.alert-acd .messenger-message-inner {
  margin-right: 20px;
  margin-left: 40px;
  color: #fdfdfd;
}
body.light-theme .messenger-theme-ice .messenger-message.alert-success .messenger-message-inner::after,
body.light-theme .messenger-theme-ice .messenger-message.alert-danger .messenger-message-inner::after,
body.light-theme .messenger-theme-ice .messenger-message.alert-error .messenger-message-inner::after,
body.light-theme .messenger-theme-ice .messenger-message.alert-info .messenger-message-inner::after,
body.light-theme .messenger-theme-ice .messenger-message.alert-acd .messenger-message-inner::after {
  background-color: #222529;
}
body.light-theme .messenger-theme-ice .messenger-message.alert-success .messenger-message-inner .messenger-icon,
body.light-theme .messenger-theme-ice .messenger-message.alert-danger .messenger-message-inner .messenger-icon,
body.light-theme .messenger-theme-ice .messenger-message.alert-error .messenger-message-inner .messenger-icon,
body.light-theme .messenger-theme-ice .messenger-message.alert-info .messenger-message-inner .messenger-icon,
body.light-theme .messenger-theme-ice .messenger-message.alert-acd .messenger-message-inner .messenger-icon {
  width: 32px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.light-theme .messenger-theme-ice .messenger-message.alert-success .messenger-message-inner .messenger-icon.fa.fa-check-circle,
body.light-theme .messenger-theme-ice .messenger-message.alert-danger .messenger-message-inner .messenger-icon.fa.fa-check-circle,
body.light-theme .messenger-theme-ice .messenger-message.alert-error .messenger-message-inner .messenger-icon.fa.fa-check-circle,
body.light-theme .messenger-theme-ice .messenger-message.alert-info .messenger-message-inner .messenger-icon.fa.fa-check-circle,
body.light-theme .messenger-theme-ice .messenger-message.alert-acd .messenger-message-inner .messenger-icon.fa.fa-check-circle {
  font-size: 19px;
}
body.light-theme .messenger-theme-ice .messenger-message.alert-success .messenger-message-inner::before,
body.light-theme .messenger-theme-ice .messenger-message.alert-acd .messenger-message-inner::before {
  color: #1da8b3;
}
body.light-theme .messenger-theme-ice .messenger-message.alert-info .messenger-message-inner::before {
  color: #75a8ff;
}
body.light-theme .messenger-theme-ice .messenger-message.alert-danger .messenger-message-inner::before {
  color: #fabb00;
}
body.light-theme .messenger-theme-ice .messenger-message.alert-error .messenger-message-inner::before {
  color: #f53131;
}
body.light-theme .modal .modal-content {
  border-radius: 2px;
  box-shadow: 0px 0px 5px 1px rgba(34,37,41,0.24);
}
body.light-theme .modal .modal-header {
  padding: 40px 48px 24px;
  border-bottom: none;
}
body.light-theme .modal .modal-header .close {
  position: absolute;
  right: 16px;
  top: 16px;
}
body.light-theme .modal .modal-body {
  padding: 0 48px;
}
body.light-theme .modal .modal-body .primary-controls,
body.light-theme .modal .modal-body .secondary-controls {
  padding-bottom: 38px;
}
body.light-theme .modal .modal-footer {
  padding: 24px 48px 40px;
  border-top: none;
}
body.light-theme .ui-select-multiple.ui-select-bootstrap {
  height: auto;
}
body.light-theme .panel {
  border-radius: 2px;
  box-shadow: none;
}
body.light-theme .panel .panel-heading {
  background-image: none;
  background-color: #fdfdfd;
}
body.light-theme .panel .panel-heading,
body.light-theme .panel .panel-heading + .panel-body {
  background-color: #fdfdfd;
}
body.light-theme .panel .panel-heading {
  border-bottom: 1px solid #dae1e8;
}
body.light-theme .panel .panel-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fdfdfd;
  line-height: 3rem;
}
body.light-theme .panel.panel-default {
  border: 1px solid #dae1e8;
}
body.light-theme .panel-primary > .panel-heading {
  background-image: none;
  background-color: #2a60c8;
  color: #fdfdfd;
}
body.light-theme .panel-primary > .panel-heading + .panel-body {
  border-color: #275aad;
}
body.light-theme select[multiple],
body.light-theme select[size] {
  min-width: 20rem;
  height: auto;
}
body.light-theme table th,
body.light-theme table td {
  vertical-align: top;
}
body.light-theme .table-bordered >thead tr th {
  border-bottom: 1px solid #dae1e8;
}
body.light-theme .pc-table thead {
  background-color: #fdfdfd;
  border-top: solid 0.1rem #dae1e8;
  border-right: solid 0.1rem #dae1e8;
  border-left: solid 0.1rem #dae1e8;
}
body.light-theme .pc-table thead:after {
  border-bottom: solid 0.1rem #dae1e8;
}
body.light-theme .pc-table thead tr {
  border-bottom: solid 0.1rem #dae1e8;
}
body.light-theme .pc-table thead tr th {
  color: #444a52;
}
body.light-theme .pc-table thead tr:last-child {
  border-bottom: solid 0.2rem #2a60c8;
}
body.light-theme .pc-table tbody {
  border-left: 0.1rem solid #dae1e8;
  border-right: 0.1rem solid #dae1e8;
}
body.light-theme .pc-table tbody tr {
  border-bottom: 0.1rem solid #dae1e8;
  background-color: #fdfdfd;
}
body.light-theme .pc-table tbody tr:hover,
body.light-theme .pc-table tbody tr.hover {
  background-color: rgba(117,168,255,0.24);
}
body.light-theme .pc-table tbody tr:hover td:first-child:before,
body.light-theme .pc-table tbody tr.hover td:first-child:before {
  background: #2a60c8;
}
body.light-theme .pc-table tbody tr.danger td {
  background-color: #f2dede;
}
body.light-theme .pc-table tbody tr.danger:hover td {
  background-color: #ebcccc;
}
body.light-theme .text-success {
  color: #a1d318;
}
body.light-theme .text-danger {
  color: #f53131;
}
body.light-theme .text-warning,
body.light-theme .text-warning-bright {
  color: #fabb00;
}
body.light-theme .text-muted {
  opacity: 0.6;
}
body.light-theme .no-margin {
  margin: 0 !important;
}
body.light-theme .text-indented {
  margin-left: 2em;
}
body.light-theme .text-purecloud {
  color: #2a60c8;
}
body.light-theme pre.text-success {
  color: #799e12;
}
body.light-theme textarea,
body.light-theme textarea.form-control {
  max-width: 100%;
  height: auto;
}
body.light-theme .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
body.light-theme .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  background: #2a60c8;
  color: #fff;
}
body.light-theme .bootstrap-switch.bootstrap-switch-off,
body.light-theme .bootstrap-switch.bootstrap-switch-on {
  border-radius: 1.8rem;
}
body.light-theme .bootstrap-switch.bootstrap-switch-off {
  background: #dee1e3;
  border-color: #dee1e3;
}
body.light-theme .bootstrap-switch.bootstrap-switch-on {
  background: #2a60c8;
  border-color: #2a60c8;
}
body.light-theme .bootstrap-switch.bootstrap-switch-on.bootstrap-switch-off .bootstrap-switch-label:before,
body.light-theme .bootstrap-switch.bootstrap-switch-on.bootstrap-switch-on .bootstrap-switch-label:before {
  border: solid 3px #2a60c8;
}
body.light-theme .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label:before {
  border: solid 5px #2a60c8;
}
body.light-theme .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label:before {
  border: solid 6px #2a60c8;
}
body.light-theme .ui-select-bootstrap .ui-select-match-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.light-theme .ui-select-bootstrap .ui-select-toggle > a.btn {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.light-theme .ui-select-no-choice li {
  background-color: rgba(117,168,255,0.24);
  color: #444a52;
}
body.light-theme .bg-primary,
body.light-theme .bg-info {
  background-color: #2a60c8 !important;
  color: #fdfdfd;
}
body.light-theme a.bg-primary:hover,
body.light-theme a.bg-primary:focus,
body.light-theme a.bg-info:hover,
body.light-theme a.bg-info:focus {
  background-color: #285bbe !important;
}
body.light-theme .bg-success {
  background-color: rgba(161,211,24,0.2) !important;
  color: rgba(80,106,12,0.2);
}
body.light-theme a.bg-success:hover,
body.light-theme a.bg-success:focus {
  background-color: rgba(153,200,23,0.2) !important;
}
body.light-theme .bg-warning {
  background-color: rgba(250,187,0,0.2) !important;
  color: rgba(125,94,0,0.2);
}
body.light-theme a.bg-warning:hover,
body.light-theme a.bg-warning:focus {
  background-color: rgba(237,178,0,0.2) !important;
}
body.light-theme .bg-danger {
  background-color: rgba(245,49,49,0.2) !important;
  color: rgba(140,7,7,0.2);
}
body.light-theme a.bg-danger:hover,
body.light-theme a.bg-danger:focus {
  background-color: rgba(244,35,35,0.2) !important;
}
body.light-theme .application-header,
body.light-theme .application-header .brand {
  background-color: #33383d;
}
body.light-theme .application-nav .nav-control .collapse-nav-btn,
body.light-theme .application-nav .nav-control .collapse-nav-sections-btn {
  padding: 0.3rem 0.8rem;
}
body.light-theme .application-nav .selected,
body.light-theme .application-nav .selected h1 {
  color: #2a60c8;
  font-weight: bold;
}
body.light-theme .data-grid-toolbar {
  background-color: #fdfdfd;
  background-image: none;
}
body.light-theme .fixtable table td {
  padding: 0.8rem 1.2rem;
}
body.light-theme .fixtable table tbody tr {
  border-bottom: none;
  background-color: #fdfdfd;
}
body.light-theme .fixtable table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
body.light-theme .fixtable table tbody tr:hover:not([draggable="true"]) {
  background-color: rgba(117,168,255,0.24);
}
body.light-theme .fixtable table tbody tr:hover:not([draggable="true"]) td:first-child:before {
  background: #2a60c8;
}
body.light-theme .fixtable table tbody tr.highlight td:first-child:after {
  color: #2a60c8;
}
body.light-theme .fixtable .fixtable-header {
  background-image: none;
  border-bottom: solid 1px #dae1e8;
  background-color: #fdfdfd;
  box-shadow: 0 0px 2px -1px rgba(34,37,41,0.3);
}
body.light-theme .fixtable .fixtable-column-headers th > div {
  border: 1px solid #dae1e8 !important;
  padding: 0.8rem 1.2rem !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.light-theme .fixtable .fixtable-column-headers th:first-child > div {
  border-left: 0 !important;
}
body.light-theme .fixtable .fixtable-filters {
  border-bottom: solid 0.2rem #2a60c8;
  background-color: #fdfdfd;
}
body.light-theme .fixtable .fixtable-has-filter .fixtable-header {
  border-bottom: solid 0.1rem #cbcbcb;
}
body.light-theme .fixtable .loading-indicator {
  color: #2a60c8;
}
body.light-theme .fixtable .fixtable-footer {
  background-image: none;
  background-color: #fdfdfd;
}
body.light-theme .jsoneditor .jsoneditor-menu {
  background-image: none;
  background-color: #fdfdfd;
}
body.light-theme .jsoneditor .jsoneditor-menu > button {
  border-radius: 2px;
}
body.light-theme .jsoneditor .jsoneditor-outer .ace-jsoneditor,
body.light-theme .jsoneditor .jsoneditor-outer > .tree {
  border-top: 0.2rem solid #2a60c8;
}
body.light-theme .jsoneditor .jsoneditor-outer .ace-jsoneditor .ace_fold,
body.light-theme .jsoneditor .jsoneditor-outer > .tree .ace_fold {
  background-color: #2a60c8;
}
body.light-theme kelly-kidgloves-input,
body.light-theme kelly-kidgloves-input .pc-ux-kelly-kidgloves-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dae1e8;
  box-shadow: inset 0 0 2px rgba(34,37,41,0.24);
  border-radius: 2px;
  background-color: #fdfdfd;
}
body.light-theme kelly-kidgloves-input:focus-within,
body.light-theme kelly-kidgloves-input .pc-ux-kelly-kidgloves-input:focus-within {
  box-shadow: 0 0 2px 1px rgba(117,168,255,0.72);
  border-color: #2a60c8;
}
body.light-theme kelly-kidgloves-input[disabled],
body.light-theme kelly-kidgloves-input .pc-ux-kelly-kidgloves-input[disabled] {
  background-color: #e4e9f0;
}
body.light-theme kelly-kidgloves-input input.form-control,
body.light-theme kelly-kidgloves-input .pc-ux-kelly-kidgloves-input input.form-control {
  background-color: transparent;
  border: none;
  padding-right: 0;
  border-radius: 0;
  box-shadow: none !important;
}
body.light-theme kelly-kidgloves-input .search-field-icon,
body.light-theme kelly-kidgloves-input .pc-ux-kelly-kidgloves-input .search-field-icon,
body.light-theme kelly-kidgloves-input .close,
body.light-theme kelly-kidgloves-input .pc-ux-kelly-kidgloves-input .close {
  color: #98a7b8;
  position: static;
  padding: 0 8px;
}
body.light-theme section {
  background-color: #fdfdfd;
}
body.light-theme .pc-ux-fixtable {
  border: 1px solid #dae1e8 !important;
}
body.light-theme .pc-ux-fixtable .fixtable table td {
  padding: 0.8rem 1.2rem;
}
body.light-theme .pc-ux-fixtable .fixtable table tbody tr {
  border-bottom: none;
  background-color: #fdfdfd;
}
body.light-theme .pc-ux-fixtable .fixtable table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
body.light-theme .pc-ux-fixtable .fixtable table tbody tr:hover:not([draggable="true"]) {
  background-color: rgba(117,168,255,0.24);
}
body.light-theme .pc-ux-fixtable .fixtable table tbody tr:hover:not([draggable="true"]) td:first-child:before {
  background: #2a60c8;
}
body.light-theme .pc-ux-fixtable .fixtable table tbody tr.highlight td:first-child:after {
  color: #2a60c8;
}
body.light-theme .pc-ux-fixtable .fixtable .fixtable-header {
  background-image: none;
  border-bottom: solid 1px #dae1e8;
  background-color: #fdfdfd;
  box-shadow: 0 0px 2px -1px rgba(34,37,41,0.3);
}
body.light-theme .pc-ux-fixtable .fixtable .fixtable-column-headers th > div {
  border: 1px solid #dae1e8 !important;
  padding: 0.8rem 1.2rem !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.light-theme .pc-ux-fixtable .fixtable .fixtable-column-headers th:first-child > div {
  border-left: 0 !important;
}
body.light-theme .pc-ux-fixtable .fixtable .fixtable-filters {
  border-bottom: solid 0.2rem #2a60c8;
  background-color: #fdfdfd;
}
body.light-theme .pc-ux-fixtable .fixtable .fixtable-has-filter .fixtable-header {
  border-bottom: solid 0.1rem #cbcbcb;
}
body.light-theme .pc-ux-fixtable .fixtable .loading-indicator {
  color: #2a60c8;
}
body.light-theme .pc-ux-fixtable .fixtable .fixtable-footer {
  background-image: none;
  background-color: #fdfdfd;
}
body.light-theme .pc-ux-fixtable .fixtable-header {
  border-top: 0;
}
body.light-theme .pc-ux-fixtable .fixtable-inner table th {
  font-weight: bold;
  letter-spacing: inherit;
}
body.light-theme #directory-people-picker .people-picker-options {
  margin-bottom: 0;
  margin-top: 0.9rem;
}
body.light-theme [data-t="picker-search"]:focus-within {
  box-shadow: 0 0 5px -1px rgba(34,37,41,0.48);
  border-color: #dae1e8;
  outline: rgba(34,37,41,0.24);
}
body.light-theme [data-t="picker-search"]:focus-within input {
  box-shadow: none;
}
body.light-theme .purecloud-modal ul.nav-tabs {
  position: relative;
  width: -webkit-calc(100% + 9.6rem);
  width: calc(100% + 9.6rem);
  left: -4.8rem;
}
body.light-theme .purecloud-modal ul.nav-tabs li.active a:hover {
  color: #2a60c8;
}
body.light-theme .nav-tabs > li.active > a {
  color: #4c4c4c;
}
body.light-theme .nav-tabs > li.active > a:before {
  background: #2a60c8;
}
body.light-theme .modified-icon {
  cursor: help;
}
body.light-theme .modified-icon.error {
  color: #f53131 !important;
}
body.light-theme .tags-input .tags.focused {
  outline: none;
  box-shadow: 0 0 2px 1px rgba(117,168,255,0.72);
  border-color: #2a60c8;
}
body.light-theme .tags-input .host {
  outline: none;
}
body.light-theme .tags-input .tags .tag-item {
  color: #fdfdfd;
  background: #2a60c8;
  border: 1px solid #2455a3;
  border-radius: 2px;
  font-family: Roboto, sans-serif;
  background-image: none;
  height: 25px;
}
body.light-theme .tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
  background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
}
body.light-theme .tags-input .tags .tag-item .remove-button {
  color: #fdfdfd;
  top: -1px;
}
body.light-theme .tags-input .tags .tag-item .remove-button:active {
  color: #98a7b8;
}
body.light-theme .tags-input .tags .input {
  font-family: Roboto, sans-serif;
}
body.light-theme .tags-input .tags .input.invalid-tag {
  color: #f53131;
}
body.light-theme .tags-input.ng-invalid .tags {
  box-shadow: 0 0 3px 1px rgba(255,0,0,0.6);
}
body.light-theme .tags-input .autocomplete {
  background-color: #fdfdfd;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
body.light-theme .tags-input .autocomplete .suggestion-item,
body.light-theme .tags-input .autocomplete .loading-indicator {
  font-family: Roboto, sans-serif;
  color: #444a52;
  background-color: #fdfdfd;
}
body.light-theme .tags-input .autocomplete .suggestion-item.selected {
  color: #fdfdfd;
  background-color: #2a60c8;
}
body.light-theme .tags-input .autocomplete .suggestion-item.selected em {
  color: #fdfdfd;
  background-color: #2a60c8;
}
body.light-theme .tags-input .autocomplete .suggestion-item em {
  font-family: Roboto, sans-serif;
  color: #444a52;
  background-color: #fdfdfd;
}
body.light-theme .tags-input .autocomplete .suggestion-item small {
  color: #b8b8b8;
}
body.light-theme .tags-input .tags {
  border: 1px solid #dae1e8;
  border-radius: 2px;
  padding: 0;
  box-shadow: inset 0 0 2px rgba(34,37,41,0.24);
}
body.light-theme .tags-input .tags .tag-item.selected {
  color: #fdfdfd;
  background: #d9534f;
  border: 1px solid #d43f3a;
}
body.light-theme .tags-input .tags.focused {
  box-shadow: 0 0 2px 1px rgba(117,168,255,0.72);
  border-color: #2a60c8;
}
body.light-theme .tags-input .autocomplete .suggestion-item.selected {
  color: #444a52;
  background-color: #fdfdfd;
}
body.light-theme .tags-input .autocomplete .suggestion-item.selected em {
  color: #444a52;
  background-color: #fdfdfd;
}
body.light-theme .tags-input .autocomplete .suggestion-item em {
  color: #444a52;
  background-color: #fdfdfd;
}
body.light-theme .tags-input.ng-invalid .tags {
  border-color: #f53131;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(233,101,101,0.6);
}
body.light-theme .ui-select-bootstrap .ui-select-choices-row.active > span {
  background-color: #2a60c8;
  color: #fdfdfd;
}
body.light-theme .ui-select-bootstrap .ui-select-choices-row.active > span > .text-muted {
  color: #fdfdfd;
}
body.light-theme .ui-select-bootstrap .dropdown-menu {
  border-radius: 0 0 2px 2px;
}
body.light-theme .ui-select-match-item.tag.tag-with-remove .remove {
  top: 3px;
}
body.light-theme .pc-ux-layout.tab-layout > form .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary,
body.light-theme .pc-ux-tab-layout > form .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary,
body.light-theme .pc-ux-layout.tab-layout .tabset .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary,
body.light-theme .pc-ux-tab-layout .tabset .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary {
  border-left: 1px solid #dae1e8;
  background-color: #f8f8f8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.light-theme section.pc-ux-layout .pc-ux-dual-panel .pc-ux-secondary-panel {
  background-color: #f8f8f8;
}
body.light-theme section.pc-ux-layout .btn {
  letter-spacing: inherit;
}
body.light-theme section.pc-ux-layout .btn.btn-primary {
  background-color: #2a60c8;
}
body.light-theme section.pc-ux-layout .btn.btn-info,
body.light-theme section.pc-ux-layout .btn.btn-info:active {
  background-color: #75a8ff;
}
body.light-theme section.pc-ux-layout .btn.btn-warning,
body.light-theme section.pc-ux-layout .btn.btn-warning:active {
  background-color: #fabb00;
}
body.light-theme section.pc-ux-layout .btn.btn-danger,
body.light-theme section.pc-ux-layout .btn.btn-danger:active {
  background-color: #f53131;
}
body.light-theme section.pc-ux-layout .btn.btn-success,
body.light-theme section.pc-ux-layout .btn.btn-success:active {
  background-color: #a1d318;
}
body.light-theme section.pc-ux-layout .btn.btn-outline {
  border: 1px solid #275aad;
  color: #275aad;
  background-color: transparent;
}
body.light-theme section.pc-ux-layout .btn.btn-outline:hover {
  border-color: #275aad;
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
  color: #33819a;
}
body.light-theme section.pc-ux-layout .btn.btn-link {
  color: #2a60c8;
}
body.light-theme section.pc-ux-layout .label.label-default {
  color: #444a52;
  background-color: #efefef;
}
body.light-theme section.pc-ux-layout .label.label-primary {
  background-color: #2a60c8;
  color: #fdfdfd;
}
body.light-theme section.pc-ux-layout .label.label-info {
  background-color: #75a8ff;
  color: #003795;
}
body.light-theme section.pc-ux-layout .label.label-warning {
  background-color: #fabb00;
  color: #644b00;
}
body.light-theme section.pc-ux-layout .label.label-danger {
  background-color: #f53131;
  color: #700505;
}
body.light-theme section.pc-ux-layout .label.label-success {
  background-color: #a1d318;
  color: #40540a;
}
body.light-theme section.pc-ux-layout .form-group label {
  font-weight: 700;
  letter-spacing: inherit;
  color: inherit;
  font-size: inherit;
}
body.light-theme section.pc-ux-layout .form-control {
  height: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  box-shadow: inset 0 0 2px rgba(34,37,41,0.24);
}
body.light-theme section.pc-ux-layout .form-control:focus {
  box-shadow: 0 0 5px -1px rgba(34,37,41,0.48);
  border-color: #dae1e8;
}
body.light-theme section.pc-ux-layout .label .label {
  font-weight: 400;
  padding: 0.4em 0.6em;
}
body.light-theme section.pc-ux-layout .label .label.label-default {
  color: #444a52;
  background-color: #efefef;
}
body.light-theme section.pc-ux-layout .label .label.label-primary {
  background-color: #2a60c8;
  color: #fdfdfd;
}
body.light-theme section.pc-ux-layout .label .label.label-info {
  background-color: #75a8ff;
  color: #003795;
}
body.light-theme section.pc-ux-layout .label .label.label-warning {
  background-color: #fabb00;
  color: #644b00;
}
body.light-theme section.pc-ux-layout .label .label.label-danger {
  background-color: #f53131;
  color: #700505;
}
body.light-theme section.pc-ux-layout .label .label.label-success {
  background-color: #a1d318;
  color: #617f0e;
}
body.light-theme section.pc-ux-layout .text-danger {
  color: #f53131 !important;
}
body.light-theme .status.online {
  color: #a1d318;
}
body.light-theme .status.offline,
body.light-theme .status.offline-important {
  color: danger-colr;
}
body.light-theme .instance {
  color: #2a60c8;
}
body.light-theme #directory-fields-index .as-sortable-item {
  border-radius: 0;
}
body.light-theme #directory-fields-index .as-sortable-item:first-of-type {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
body.light-theme #directory-fields-index .as-sortable-item:last-of-type {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
body.light-theme #directory-fields-index .list-group-item {
  border-radius: 0;
}
body.light-theme #directory-fields-index .list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
body.light-theme #directory-fields-index .list-group-item:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
body.light-theme #directory-fields-index .list-group-item.active a {
  color: #75a8ff;
}
body.light-theme #integration-apps-index .checking-status .ion-loading-c {
  color: #2a60c8;
}
body.light-theme #integration-apps-index .checking-status-timeout {
  color: #fabb00;
  cursor: help;
}
body.light-theme #integration-apps-index .fa-toggle-on {
  color: #2a60c8;
}
body.light-theme #integration-apps-details .checking-status .ion-loading-c {
  color: #2a60c8;
}
body.light-theme #integration-apps-details .checking-status-timeout {
  color: #fabb00;
  cursor: help;
}
body.light-theme #integration-apps-details .fa-toggle-on {
  color: #2a60c8;
}
body.light-theme #integration-apps-details .app-header-block .media-heading {
  color: #2a60c8;
}
body.light-theme #integration-apps-details .permission-role-block .permission-role:hover:before {
  background: #75a8ff;
}
body.light-theme #integration-apps-available .app-foundry-link .app-foundry-button:hover {
  border-right: 3px solid #2a60c8;
}
body.light-theme .modal-person-add .callout {
  margin: -25px -68px 20px -68px;
}
body.light-theme #directory-people-index .generalInfo {
  max-width: 20rem;
  line-height: 1.8rem;
}
body.light-theme #directory-people-index .addon-license-star {
  color: #2a60c8;
}
body.light-theme #directory-people-edit .license-container .license-alert i {
  color: #f53131;
}
body.light-theme #rm-libraries-index .response-header:hover .initial-letter {
  color: #2a60c8;
}
body.light-theme #rm-libraries-index .response-name {
  color: #2a60c8;
}
body.light-theme #sso-index .certificate-list {
  border: 1px solid #dae1e8;
  box-shadow: inset 0 0 2px rgba(34,37,41,0.24);
}
body.light-theme #sso-index .certificate-list .certificate-list-item {
  border-bottom: 1px solid #dae1e8;
}
body.light-theme #sso-index .certificate-list .certificate-list-item .input-group-btn {
  background-color: #2455a3;
}
body.light-theme #sso-index .certificate-list .certificate-list-item:last-child {
  border: none;
}
body.light-theme .carrier--accordian .body {
  border: 1px solid #dae1e8;
  border-radius: 2px;
  background-color: #fdfdfd;
}
body.light-theme .carrier--accordian .link {
  color: #2a60c8;
}
body.light-theme .carrier--accordian .link:hover {
  color: #275aad;
}
body.light-theme .carrier--accordian .service--row__header {
  border-radius: 0;
}
body.light-theme .carrier--accordian .service--row {
  border-bottom: 1px solid #dae1e8;
}
body.light-theme .carrier--accordian .service--row,
body.light-theme .carrier--accordian .service--row__header,
body.light-theme .carrier--accordian .service--row__inner {
  background-color: transparent;
  color: #444a52;
}
body.light-theme .carrier--accordian .service--type {
  color: #75a8ff;
}
body.light-theme .carrier--accordian .live {
  color: #a1d318;
}
body.light-theme .carrier--accordian .ready {
  color: warn-color;
}
body.light-theme .carrier--accordian .queued,
body.light-theme .carrier--accordian .provisioned {
  color: #f53131;
}
body.light-theme .carrier--accordian .service--row:last-child {
  border-radius: 0;
  border: 0px;
}
body.light-theme #home-welcomeV2 .home-welcomeV2-header {
  color: #444a52;
}
body.light-theme #home-welcomeV2 .highlighted {
  color: #fdfdfd;
  background-color: #2a60c8;
}


.centered-layout.page-layout {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centered-layout.page-layout > * {
  background: #fff;
  border-radius: 6px;
  padding: 5rem 6rem;
  width: 550px;
}

.control-list-layout.page-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.control-list-layout.page-layout .data-grid,
.control-list-layout.page-layout .fixtable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.control-list-layout.page-layout .fixtable-inner {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: auto;
}

.page-layout {
  display: block;
  margin: 0 auto;
  min-height: 100%;
  padding: 2rem;
}
.page-layout > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fixed-height-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pc-ux-layout.tab-layout > form .nav-tabs > li > a,
.pc-ux-tab-layout > form .nav-tabs > li > a,
.pc-ux-layout.tab-layout .tabset .nav-tabs > li > a,
.pc-ux-tab-layout .tabset .nav-tabs > li > a {
  padding: 1rem 3.3rem;
}
.pc-ux-layout.tab-layout > form .tab-content .pc-ux-dual-pane-tab,
.pc-ux-tab-layout > form .tab-content .pc-ux-dual-pane-tab,
.pc-ux-layout.tab-layout .tabset .tab-content .pc-ux-dual-pane-tab,
.pc-ux-tab-layout .tabset .tab-content .pc-ux-dual-pane-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: -2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0;
          flex: 1 1 0;
}
.pc-ux-layout.tab-layout > form .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-main,
.pc-ux-tab-layout > form .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-main,
.pc-ux-layout.tab-layout .tabset .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-main,
.pc-ux-tab-layout .tabset .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-main,
.pc-ux-layout.tab-layout > form .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary,
.pc-ux-tab-layout > form .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary,
.pc-ux-layout.tab-layout .tabset .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary,
.pc-ux-tab-layout .tabset .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary {
  overflow: auto;
  padding: 2rem;
}
.pc-ux-layout.tab-layout > form .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-main,
.pc-ux-tab-layout > form .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-main,
.pc-ux-layout.tab-layout .tabset .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-main,
.pc-ux-tab-layout .tabset .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-main {
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
}
.pc-ux-layout.tab-layout > form .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary,
.pc-ux-tab-layout > form .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary,
.pc-ux-layout.tab-layout .tabset .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary,
.pc-ux-tab-layout .tabset .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary {
  border-left: 1px solid #dbe9f0;
  background-color: #f4fcff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 35rem;
}
.pc-ux-layout.tab-layout > form .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary .control-bar .primary-controls > *,
.pc-ux-tab-layout > form .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary .control-bar .primary-controls > *,
.pc-ux-layout.tab-layout .tabset .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary .control-bar .primary-controls > *,
.pc-ux-tab-layout .tabset .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary .control-bar .primary-controls > * {
  margin-right: 1rem;
}
.pc-ux-layout.tab-layout > form .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary .form-group label,
.pc-ux-tab-layout > form .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary .form-group label,
.pc-ux-layout.tab-layout .tabset .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary .form-group label,
.pc-ux-tab-layout .tabset .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary .form-group label {
  font-size: 1.4rem;
}
.pc-ux-layout.tab-layout > form .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary .form-group .form-control,
.pc-ux-tab-layout > form .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary .form-group .form-control,
.pc-ux-layout.tab-layout .tabset .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary .form-group .form-control,
.pc-ux-tab-layout .tabset .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary .form-group .form-control {
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
}
.pc-ux-layout.tab-layout > form .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary .label,
.pc-ux-tab-layout > form .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary .label,
.pc-ux-layout.tab-layout .tabset .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary .label,
.pc-ux-tab-layout .tabset .tab-content .pc-ux-dual-pane-tab .pc-ux-pane-secondary .label {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

section.pc-ux-layout {
  background-color: #fff;
  padding: 0 2rem 2rem;
}
section.pc-ux-layout .pc-breadcrumbs {
  margin: 0 -2rem;
}
section.pc-ux-layout form.flex-full-height {
  margin-bottom: 0;
}
section.pc-ux-layout .pc-ux-dual-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 -2rem -2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 900px;
}
section.pc-ux-layout .pc-ux-dual-panel .pc-ux-content-panel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.pc-ux-layout .pc-ux-dual-panel .pc-ux-content-panel-wrapper .pc-ux-content-panel {
  padding: 2rem 2rem 0 2rem;
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0;
          flex: 1 1 0;
}
section.pc-ux-layout .pc-ux-dual-panel .pc-ux-content-panel-wrapper .pc-ux-control-bar {
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 0rem 2rem;
  margin: 0;
}
section.pc-ux-layout .pc-ux-dual-panel .pc-ux-secondary-panel {
  border-left: 1px solid #cacaca;
  background-color: #f4fcff;
  padding: 2.5rem 1rem;
  overflow: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30rem;
          flex: 0 0 30rem;
}
section.pc-ux-layout .pc-ux-dual-panel .pc-ux-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.pc-ux-layout .pc-ux-dual-panel .pc-ux-header a.btn-link {
  right: 5px;
}
section.pc-ux-layout .pc-ux-dual-panel .item-rows .item-row {
  position: relative;
  padding: 0.3rem 1rem;
  font-size: 1.5rem;
}
section.pc-ux-layout .pc-ux-dual-panel .item-rows .item-row:hover {
  background-color: #e1edf2;
}
section.pc-ux-layout .pc-ux-dual-panel .item-rows .item-row:hover .close {
  opacity: 0.5;
  right: 5px;
}
section.pc-ux-layout .pc-ux-dual-panel .item-rows .item-row .close {
  opacity: 0;
  right: 0;
  position: absolute;
  -webkit-transition: 0.25s ease-in-out;
          transition: 0.25s ease-in-out;
}
section.pc-ux-layout .pc-ux-dual-panel .item-rows .item-row .close:hover {
  opacity: 1;
}
section.pc-ux-layout label.control-label {
  margin-bottom: 1rem;
}
section.pc-ux-layout .form-group {
  margin-bottom: 2.5rem;
}
section.pc-ux-layout .form-group .form-group {
  margin-bottom: 1.5rem;
}
section.pc-ux-layout .form-group label {
  font-weight: 400;
  letter-spacing: 1px;
  color: #7c7c7c;
  font-size: 17px;
}
section.pc-ux-layout .form-control {
  height: inherit;
  padding: 0.7rem 1.5rem;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.3px;
  color: #000;
}
section.pc-ux-layout .file-select .input-group input.form-control {
  padding: 0.5rem 1.5rem;
}
section.pc-ux-layout textarea.form-control.script-tag-embed {
  letter-spacing: inherit;
  font-size: 14px;
  font-weight: normal;
  font-family: monospace;
  height: 240px;
}
section.pc-ux-layout .btn {
  background-image: none;
  border: none;
  color: #fff;
  border-radius: 0.3rem;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  padding: 0.5rem 2.5rem;
  letter-spacing: 1px;
}
section.pc-ux-layout .btn:hover,
section.pc-ux-layout .btn:focus {
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
  outline: none;
}
section.pc-ux-layout .btn:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
section.pc-ux-layout .btn.btn-default {
  color: #333;
  background-color: #dedede;
}
section.pc-ux-layout .btn.btn-primary {
  background-color: #42b1d5;
}
section.pc-ux-layout .btn.btn-info,
section.pc-ux-layout .btn.btn-info:active {
  background-color: #415a77;
}
section.pc-ux-layout .btn.btn-warning,
section.pc-ux-layout .btn.btn-warning:active {
  background-color: #ec971f;
}
section.pc-ux-layout .btn.btn-danger,
section.pc-ux-layout .btn.btn-danger:active {
  background-color: #d9534f;
}
section.pc-ux-layout .btn.btn-success,
section.pc-ux-layout .btn.btn-success:active {
  background-color: #5cb85c;
}
section.pc-ux-layout .btn.btn-outline {
  border: 1px solid #42b1d5;
  color: #42b1d5;
  background-color: transparent;
}
section.pc-ux-layout .btn.btn-outline:hover {
  border-color: #33819a;
  color: #33819a;
}
section.pc-ux-layout .btn.btn-xs {
  font-size: 11px;
  line-height: 1.5;
  font-weight: 200;
  padding: 0.2rem 0.5rem;
}
section.pc-ux-layout .btn.btn-sm {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
  padding: 0.5rem 1.5rem;
}
section.pc-ux-layout .btn.btn-lg {
  font-size: 18px;
  line-height: 1.3333333;
  font-weight: 300;
  padding: 1.2rem 3rem;
}
section.pc-ux-layout .btn.btn-link {
  padding: 0;
  color: #4a9cb6;
}
section.pc-ux-layout .btn.btn-link:hover {
  text-decoration: none;
}
section.pc-ux-layout .btn.btn-link i {
  margin-right: 0.5rem;
}
section.pc-ux-layout .label.label-default {
  color: #333;
  background-color: #efefef;
}
section.pc-ux-layout .label.label-primary {
  background-color: #42b1d5;
}
section.pc-ux-layout .label.label-info {
  background-color: #415a77;
}
section.pc-ux-layout .label.label-warning {
  background-color: #ec971f;
}
section.pc-ux-layout .label.label-danger {
  background-color: #d9534f;
}
section.pc-ux-layout .label.label-success {
  background-color: #5cb85c;
}
section.pc-ux-layout .label.label-lg {
  font-size: 1.3rem;
  padding: 0.4em 0.8em 0.5em;
  letter-spacing: 0.5px;
}
section.pc-ux-layout .input-group-btn .btn {
  padding: 0.8rem;
}
section.pc-ux-layout pre {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0 0 0.5rem;
  font-size: 16px;
}
section.pc-ux-layout .text-danger {
  color: #ff563a !important;
}
section.pc-ux-layout .control-bar .primary-controls > * {
  margin-right: 2.5rem;
}

.tab-layout.page-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.tab-layout.page-layout > form {
  overflow: initial;
  margin-bottom: 30px;
}
.tab-layout.page-layout > form:last-of-type {
  margin-bottom: 0;
}
.tab-layout.page-layout .tabset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: hidden;
  min-height: 30rem;
}
.tab-layout.page-layout .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: hidden;
}
.tab-layout.page-layout .nav-tabs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tab-layout.page-layout .tab-pane {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 100%;
  overflow-y: auto;
}
.tab-layout.page-layout .tab-pane.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tab-layout.page-layout .tab-pane.active > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tab-layout.page-layout .tab-pane.active > .fixtable {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#bridge-access-control table {
  width: 100%;
}
#bridge-access-control td {
  text-align: center;
  vertical-align: middle;
  width: 40%;
}
#bridge-access-control td:nth-child(2 ) {
  width: 20%;
}
#bridge-access-control select {
  min-height: 30rem;
  width: 100%;
}
#bridge-access-control .access-controls {
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 8px;
  white-space: nowrap;
}

.bridge-data-sync .breadcrumb-step {
  position: absolute;
  right: 17px;
  padding-right: 33px;
  top: 11px;
  list-style: none;
  overflow: hidden;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .bridge-data-sync .breadcrumb-step {
    position: static;
    margin-top: 20px;
  }
}
.bridge-data-sync .breadcrumb-step li {
  color: #acacac;
  text-shadow: #9b9b9b;
  text-decoration: none;
  padding: 7px 0 7px 65px;
  background-color: #fff;
  position: relative;
  display: block;
  float: left;
}
.bridge-data-sync .breadcrumb-step li:first-child {
  padding-left: 15px;
}
.bridge-data-sync .breadcrumb-step li.current {
  color: #56aac6;
  text-shadow: #419fbf;
}
.bridge-data-sync .breadcrumb-step li:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #f6f6f6;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 5px;
  left: 100%;
  z-index: 1;
}
.bridge-data-sync .breadcrumb-step li:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
.bridge-data-sync hr {
  width: 100%;
}
.bridge-data-sync .inner.download {
  border-right: 1px solid border-color;
}
.bridge-data-sync ul.no-margin,
.bridge-data-sync ol.no-margin {
  margin-left: -15px;
}
.bridge-data-sync ul.dashed-sub-items li,
.bridge-data-sync ol.dashed-sub-items li {
  margin-bottom: 10px;
}
.bridge-data-sync ul.dashed-sub-items li ul,
.bridge-data-sync ol.dashed-sub-items li ul {
  padding-top: 5px;
}
.bridge-data-sync ul.dashed-sub-items li ul> li,
.bridge-data-sync ol.dashed-sub-items li ul> li {
  list-style: none;
  margin-left: -35px;
  padding-left: 1em;
}
.bridge-data-sync ul.dashed-sub-items li ul> li:before,
.bridge-data-sync ol.dashed-sub-items li ul> li:before {
  content: "-";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.bridge-data-sync ul.checked li,
.bridge-data-sync ol.checked li {
  list-style: none;
}
.bridge-data-sync ul.checked li h1,
.bridge-data-sync ol.checked li h1,
.bridge-data-sync ul.checked li h2,
.bridge-data-sync ol.checked li h2,
.bridge-data-sync ul.checked li h3,
.bridge-data-sync ol.checked li h3,
.bridge-data-sync ul.checked li h4,
.bridge-data-sync ol.checked li h4,
.bridge-data-sync ul.checked li h5,
.bridge-data-sync ol.checked li h5 {
  display: inline-block;
  margin-left: 10px;
}
.bridge-data-sync ul.checked li:before,
.bridge-data-sync ol.checked li:before {
  display: inline-block;
  margin-left: -2em;
  width: 1em;
  position: relative;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}
.bridge-data-sync ul.checked li h5,
.bridge-data-sync ol.checked li h5 {
  margin-top: 0;
}
.bridge-data-sync .connectors .panel-body {
  text-align: center;
}
.bridge-data-sync .connectors .panel-body h4 {
  min-height: 38px;
}
.bridge-data-sync .connectors .panel-body ul {
  text-align: left;
  margin-bottom: 0;
}
.bridge-data-sync .connectors .panel-body .btn {
  margin: 5px 0 10px;
}
.bridge-data-sync .connectors.equal,
.bridge-data-sync .connectors.equal > div[class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.bridge-data-sync .connectors.equal .panel,
.bridge-data-sync .connectors.equal > div[class*='col-'] .panel {
  position: relative;
  width: 100%;
}
.bridge-data-sync .connectors.equal .panel .panel-body,
.bridge-data-sync .connectors.equal > div[class*='col-'] .panel .panel-body {
  padding-bottom: 70px;
}
.bridge-data-sync .connectors.equal .panel .panel-body .btn,
.bridge-data-sync .connectors.equal > div[class*='col-'] .panel .panel-body .btn {
  position: absolute;
  bottom: 10px;
  left: -webkit-calc(50% - 53px);
  left: calc(50% - 53px);
}
.bridge-data-sync h4 a small,
.bridge-data-sync h5 a small {
  color: #56aac6;
  padding-left: 10px;
}
.bridge-data-sync .controls {
  margin-bottom: 25px;
}
.bridge-data-sync .controls a:not(.btn) {
  padding: 6px 20px;
  font-size: 16px;
  margin-right: 0px;
}
.bridge-data-sync .controls a.btn {
  padding: 6px 20px;
  margin-right: 15px;
}
.bridge-data-sync .section-disabled {
  opacity: 0.45;
}
.bridge-data-sync .section-disabled .btn {
  cursor: default;
}
.bridge-data-sync .selected-server .fa-check-circle {
  position: relative;
  top: 5px;
}
.bridge-data-sync .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 6px;
}
.bridge-data-sync .panel .panel-footer {
  position: relative;
}
.bridge-data-sync .panel .panel-footer img {
  height: 2rem;
  display: block;
  position: absolute;
  right: 2rem;
  top: 1.2rem;
}
.bridge-data-sync .panel .panel-heading+.panel-body {
  background-color: #fff;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.bridge-data-sync .panel.disabled {
  opacity: 0.6;
}
.bridge-data-sync input.inline {
  display: inline-block;
}
.bridge-data-sync input.inline.inline-md {
  width: 200px;
}
.bridge-data-sync a.copy-link {
  position: absolute;
  top: 5px;
}
.bridge-data-sync .copied-label {
  position: absolute;
  cursor: default;
  top: 10px;
}
.bridge-data-sync small.help-text {
  font-size: 10px;
  opacity: 0.6;
}
.bridge-data-sync .connector-notes {
  position: relative;
  top: -13px;
  opacity: 0.6;
  font-size: 0.9em;
}
.bridge-data-sync .connector-notes span {
  display: block;
}
.bridge-data-sync .tiny-info {
  position: relative;
  top: -10px;
}
.bridge-data-sync .ion-record {
  cursor: help;
}
.bridge-data-sync #ad-sync-rules > div.checkbox.name-rule > label > a > i {
  position: relative;
  top: 5px;
  left: 5px;
}
.bridge-data-sync #ad-sync-rules label > span {
  position: relative;
  left: 5px;
}
.bridge-data-sync #ad-sync-rules > div.checkbox.name-rule > label > input {
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.bridge-data-sync #connector-status {
  position: relative;
  top: -6px;
  margin-right: 10px;
}
.bridge-data-sync #connectorSettingsForm .ion-record.online {
  color: #5cb85c;
}
.bridge-data-sync #connectorSettingsForm .ion-record.offline {
  color: #df6060;
}
.bridge-data-sync #connectorSettingsForm .panel-body {
  position: relative;
}
.bridge-data-sync #connectorSettingsForm .panel-body .refresh-server {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 32px;
}
.bridge-data-sync form .ng-dirty.ng-invalid {
  border: 1px solid #df6060;
}
.bridge-data-sync form.ng-dirty .ng-invalid.ng-touched {
  border: 1px solid #df6060;
}
.bridge-data-sync form .error {
  color: #df6060;
}
.bridge-data-sync .or-text {
  padding: 0 10px;
}
.bridge-data-sync .collapse-body {
  margin-left: 15px;
}
.bridge-data-sync .configuration-saved h4 {
  position: relative;
  top: -10px;
  line-height: 25px;
}
.bridge-data-sync .configuration-saved h4 .fa {
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.bridge-data-sync .larger-list {
  font-size: 1.1em;
}
.bridge-data-sync .delete-rule {
  opacity: 0.3;
}
.bridge-data-sync .delete-rule:hover {
  opacity: 1;
}
.bridge-data-sync .bridge-graphic {
  margin: auto;
}
#bridge-data-sync-ad-step2 {
  height: 1650px;
}
#bridge-data-sync-information {
  background-color: #fff;
}

/*
 * PROBLEM:
 * The properties form on the Bridge Plugin Details page is using tables.
 *
 * SOLUTION:
 * Swap this out with a Bootstrap inline form.
 */
#bridge-server-connector dt {
  margin-top: 10px;
}
#bridge-server-connector dt:first-child {
  margin-top: 0;
}
.json-config-editor {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#bridge table.properties td {
  padding: 5px;
  vertical-align: middle;
}
#bridge table.properties .key {
  padding: 8px 5px 0 0;
  min-width: 125px;
}
#bridge table.properties .delete {
  padding-left: 5px;
}
#bridge .expander-heading {
  color: #000;
}
#bridge .expander-heading:hover {
  color: #000;
  text-decoration: none;
}
#bridge .expander-heading h5 {
  margin-bottom: 10px;
}
#bridge .alerts .alert {
/* override here until we figure out how to handle this globally - issue with multiple alerts and conditionally showing some causes margin top/bottom inconsistency */
  margin-bottom: 2rem !important;
  margin-top: 0 !important;
}
#bridge .alert h4 {
  margin: 0.5rem 0.5rem 1rem 0.5rem;
}
#bridge.plugin-details .draft-details-small {
  position: absolute;
  bottom: -20px;
  left: 1px;
  color: #999;
  font-size: 1rem;
}
#bridge.plugin-details .connector-status-summary {
  vertical-align: middle;
}
#bridge.plugin-details .connector-status-summary table tr td {
  vertical-align: middle;
}
.assign-queues .fixtable-inner {
  min-height: 500px;
  max-height: 40vh;
}

.server-info dd {
  word-wrap: break-word;
}
.status {
  color: #ccc;
}
.status.online {
  color: #5cb85c;
}
.status.offline {
  color: #ccc;
}
.status.offline-important {
  color: #df6060;
}
.instance {
  color: #56aac6;
}
a .incompatible {
  opacity: 0.4;
}
#bridge-server-select dt {
  margin-top: 10px;
}
#bridge-server-select dt:first-child {
  margin-top: 0;
}
#bridge[data-t='server-details'] .json-config-editor {
  min-height: 400px;
}

#directory-contacts-index .generalInfo {
  line-height: 1;
}
#directory-contacts-index .generalInfo small {
  color: #777;
}
#directory-contacts-index .btn-group {
  white-space: nowrap;
}
#directory-contacts-import .callout {
  margin: -15px -15px 0;
  padding: 15px 30%;
}
#directory-contacts-import .file-select {
  padding: 15px 25%;
}
#directory-contacts-import .label {
  line-height: 1.3em;
}
#directory-contacts-import .progress {
  background-color: #fff;
  margin-bottom: 5px;
}
#directory-contacts-import .well {
  padding: 5px;
  margin: 0;
}
#directory-contacts-import .well table {
  margin: 0;
}
#directory-contacts-import .well th {
  border-top: 0;
}
#directory-contacts-import .well td {
  white-space: nowrap;
  max-width: 15em;
  text-overflow: ellipsis;
  overflow: hidden;
}
#directory-contacts-import .well .bulk-preview {
  max-height: 400px;
  overflow: auto;
}
#directory-contacts-import .well .import-errors {
  max-height: 200px;
  overflow: auto;
}
#directory-contacts-import .well .import-errors td {
  max-width: 30em;
}

#directory-groups-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#directory-groups-edit iframe {
  z-index: 1;
}
#directory-groups-edit .loading-message {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: x-large;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#disconnect-interactions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#disconnect-interactions .tab-pane.active {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #cacaca;
}
#disconnect-interactions .tab-pane.active .controls {
  padding-top: 2em;
}
#disconnect-interactions .tab-pane.active .controls .interaction-input {
  padding-bottom: 1em;
}

.utilization-type {
  white-space: nowrap;
}
@supports (-ms-ime-align: auto) {
  .utilization-type {
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .utilization-type {
    white-space: nowrap;
  }
}
.utilization-table {
  table-layout: fixed;
}
.utilization-table .media-type-header {
  width: 150px;
}
.utilization-table .max-capacity-header {
  width: 150px;
}

#routing-domain-edit .full-height-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#routing-domain-edit .wrapper-height-fix {
  height: 90%;
}
#routing-domain-edit .domain-config-settings {
  overflow-y: auto;
}
#routing-domain-edit .config-column-overflow {
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
  margin-bottom: 0;
  overflow-y: auto;
}
#routing-domain-edit .control-bar {
  border-top: 1px solid #b8b8b8;
}
#routing-domain-edit .domain-wrapper-height-fix {
  height: 80%;
}
#routing-domain-edit .email-domain-warning-offset {
  margin-top: -5px;
}
#routing-domain-edit .left-column-border {
  border-right: 1px solid #b8b8b8;
}
#routing-domain-edit .full-width-fix {
  width: 100%;
}

#routing-routes-index {
  margin: 0;
}
#routing-route-edit .full-height-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#routing-route-edit .email-route-edit-col-offset {
  margin-left: 30px;
}
#routing-route-edit .wrapper-height-fix {
  height: 90%;
}
#routing-route-edit .email-settings {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
#routing-route-edit .tags-input.disabled .tags {
  cursor: not-allowed;
}
#routing-route-edit .tags-input.disabled .tags .tag-item {
  color: #555;
  background: #eee;
  border-color: #ccc;
}
#routing-route-edit .tags-input.disabled .tags input {
  display: none;
}
#routing-route-edit .tags-input {
  height: 100%;
}
#routing-route-edit .tags-input .tags {
  word-wrap: break-word;
  overflow: hidden;
  height: 100%;
}
#routing-route-edit .tags-input .tags .input {
  width: 300px;
}
#routing-route-edit .control-bar {
  border-top: 1px solid #b8b8b8;
}
#routing-route-edit .col-sm-6 {
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
  margin-bottom: 0;
}
#routing-route-edit .email-settings-left-column {
  border-right: 1px solid #b8b8b8;
}
#routing-route-edit .spam-separator {
  border-top-color: #ddd;
}
#routing-route-edit .input-group-addon {
  max-width: 50rem;
  overflow-x: hidden;
}
#routing-route-edit .email-domain-route-selectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#routing-route-edit .email-domain-route-selector {
  width: -webkit-calc(50% - 2px);
  width: calc(50% - 2px);
}
#routing-route-edit .email-domain-selector {
  margin-left: 2px;
}
#routing-route-edit input[type="email"][disabled] {
  color: #b8b8b8;
}

#directory-fields-index .tab-pane.active {
  border-top: 1px solid #b8b8b8;
}
#directory-fields-index .as-sortable-item {
  margin: 0 0 -1px;
  border-radius: 0;
}
#directory-fields-index .as-sortable-item:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#directory-fields-index .as-sortable-item:last-of-type {
  margin-bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#directory-fields-index .as-sortable-placeholder {
  border-radius: 0;
  border: 0;
  margin: 0;
  min-height: 0;
  margin-bottom: -1px;
}
#directory-fields-index .list-group-item.active a {
  color: #56aac6;
}
#directory-fields-index .list-group + .list-group {
  margin-top: -1px;
}
#directory-fields-index .tooltip-inner {
  text-align: left;
}
#modal-fieldConfig-section .fixtable {
  height: 400px;
}
#directory-fields-edit .relationship-rose {
  position: relative;
  height: 240px;
}
#directory-fields-edit .relationship-rose .entity-image {
  top: 50%;
  left: 50%;
  margin-top: -41px;
  margin-left: -41px;
}
#directory-fields-edit translation-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.field-drag-and-drop {
  line-height: 3em;
}
.field-drag-and-drop .pull-left.btn-group,
.field-drag-and-drop .pull-right.btn-group,
.field-drag-and-drop .pull-left.btn,
.field-drag-and-drop .pull-right.btn {
  margin: 0.6em 0.6em;
}
.field-drag-and-drop .pull-left span,
.field-drag-and-drop .pull-right span {
  line-height: 3em;
}
.field-drag-and-drop .pull-left span.fa-arrows-v,
.field-drag-and-drop .pull-right span.fa-arrows-v {
  margin-right: 1em;
}
.field-drag-and-drop,
.section-drag-and-drop {
  overflow: auto;
  display: block;
}
.field-drag-and-drop .left-align-items.sections,
.section-drag-and-drop .left-align-items.sections {
  max-width: 75%;
}
.field-drag-and-drop .left-align-items.fields,
.section-drag-and-drop .left-align-items.fields {
  max-width: 40%;
}
.field-drag-and-drop .right-align-items,
.section-drag-and-drop .right-align-items {
  margin-left: 30%;
}

.date-from-to-filter {
  margin-bottom: 5px;
}
.date-from-to-filter__field,
.date-from-to-filter__feedback {
  right: 10px;
}

.framed-org {
  background-color: #fff;
}
.framed-org.org-settings {
  height: 100%;
  min-height: 700px;
}
.framed-org.org-settings > form {
  height: 90%;
  overflow-y: scroll;
}

#integration-actions-details .status-area {
  position: absolute;
  line-height: 2rem;
  right: 2rem;
  top: 2rem;
}
#integration-actions-details .label.status-block:last-child {
  margin-right: 0;
}
#integration-actions-details .label.status-block {
  margin-right: 0.2rem;
  font-size: 1.5rem;
  border-radius: 1.5rem;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0.1rem;
  line-height: 3rem;
}
#integration-actions-details .json-schema-designer-readonly {
  cursor: not-allowed;
  opacity: 0.5;
}
#integration-actions-details .json-schema-designer-readonly json-schema-designer {
  pointer-events: none;
}
#integration-web-index .fa-lock.secure {
  margin-left: 0;
}
#integration-web-index .integration-secure {
  color: #777;
  cursor: help;
}

#integration-apps-index .integration-name {
  max-width: 20rem;
}
#integration-apps-index .checking-status .ion-loading-c {
  color: #56aac6;
}
#integration-apps-index .checking-status-timeout {
  color: #f0ad4e;
  cursor: help;
}
#integration-apps-index .fa-toggle-on {
  color: #56aac6;
}
#integration-apps-index .fa-toggle-off {
  color: #ccc;
}
#integration-apps-index .status-error {
  cursor: help;
}
#integration-apps-index .flex-with-spacing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#integration-apps-index .flex-with-spacing> * {
  padding-right: 1rem;
}
#integration-apps-available .content-padded {
  margin-left: 3.5rem;
  margin-right: 0.5rem;
}
#integration-apps-available .app-foundry-link {
  padding-right: 3.5rem;
  text-align: right;
}
#integration-apps-available .app-foundry-link .app-foundry-button {
  border-right: 3px solid #fff;
  border-radius: 0.3rem;
  display: inline-block;
}
#integration-apps-available .app-foundry-link .app-foundry-button:hover {
  border-right: 3px solid #0e97cc;
}
#integration-apps-available .app-foundry-link .app-foundry-button img {
  max-width: 100%;
}
#integration-apps-details .checking-status .ion-loading-c {
  color: #56aac6;
}
#integration-apps-details .checking-status-timeout {
  color: #f0ad4e;
  cursor: help;
}
#integration-apps-details .fa-toggle-on {
  color: #56aac6;
}
#integration-apps-details .fa-toggle-off {
  color: #ccc;
}
#integration-apps-details .status-error {
  cursor: help;
}
#integration-apps-details .app-state-changing {
  font-size: 2rem;
}
#integration-apps-details .flex-with-spacing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#integration-apps-details .flex-with-spacing> * {
  padding-right: 1rem;
}
#integration-apps-details .toggle-status {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#integration-apps-details .app-header-block .media-left .media-object {
  object-fit: contain;
}
#integration-apps-details .app-header-block .media-heading {
  color: #42b1d5;
}
#integration-apps-details .app-header-block .media-body {
  vertical-align: middle;
}
#integration-apps-details .permission-block .permission-label,
#integration-apps-details .permission-block .permission-count {
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#integration-apps-details .permission-block .permission-label {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#integration-apps-details .permission-block .permission-label h5 {
  font-weight: 400;
  margin: 0;
}
#integration-apps-details .permission-block .permission-count {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 4rem;
}
#integration-apps-details .permission-labels-block {
  color: #aaa;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.7px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#integration-apps-details .permission-role-block .permission-role {
  position: relative;
}
#integration-apps-details .permission-role-block .permission-role:hover:before {
  content: '';
  background: #56aac6;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 0.4rem;
}
#integration-apps-details .permission-role-block .permission-role.other-roles {
  margin-top: 1rem;
  font-weight: bold;
}
#integration-apps-details .permission-role-block .role-label,
#integration-apps-details .permission-role-block .role-count {
  font-size: 13px;
}

#integration-web-index .checking-status .ion-loading-c {
  color: #56aac6;
}
#integration-web-index .checking-status-timeout {
  color: #f0ad4e;
  cursor: help;
}
#integration-web-index .fa-toggle-on {
  color: #56aac6;
}
#integration-web-index .fa-toggle-off {
  color: #ccc;
}
#integration-web-index .status-error {
  cursor: help;
}
#integration-web-index .integration-has-details {
  color: #56aac6;
  cursor: help;
}
#integration-web-index .integration-name {
  max-width: 20rem;
}
#integration-web-index .integration-notes {
  display: block;
  line-height: 1.7rem;
}
#integration-web-index .flex-with-spacing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#integration-web-index .flex-with-spacing> * {
  padding-right: 1rem;
}
#integration-web-available .integrations {
  padding-top: 1.5rem;
}
#integration-web-available .integrations .well.min-height {
  min-height: 27.5rem;
}
#integration-web-available .integrations .well .media-heading {
  display: inline-block;
  padding-right: 7rem;
}
#integration-web-available .integrations .well .description {
  padding-top: 0.5rem;
}
#integration-web-available .integrations .well .actions {
  position: absolute;
  right: 4rem;
  display: block;
  top: 30px;
}
#integration-web-available .integrations .well .category-info {
  display: block;
  font-size: 1.3rem;
  margin-top: 0.3rem;
  color: #999;
  font-weight: 300;
  letter-spacing: 0.05rem;
}
#integration-web-available .integrations .well .more-info {
  position: absolute;
  bottom: 5rem;
  right: 4rem;
  font-size: 1.2rem;
  font-weight: 200;
  letter-spacing: 0.05rem;
}
#integration-web-available .integrations .integration-card > div {
  -webkit-transition: -webkit-transform 0.2s, width 0.3s ease-in, margin 0.3s ease-in;
          transition: transform 0.2s, width 0.3s ease-in, margin 0.3s ease-in;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#integration-web-available .integrations .integration-card > div:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#integration-web-available .primary-controls {
  padding-bottom: 2rem;
}
#integration-web-details .trello-board {
  padding: 1em;
}
#integration-web-details .bootstrap-switch .ion-loading-c {
  color: #56aac6;
}
#integration-web-details .fa-exclamation-triangle {
  color: #f0ad4e;
}
#integration-web-details .status-check .small,
#integration-web-details .status-check-timeout .small {
  font-size: 1rem;
}
#integration-web-details .integration-has-details {
  color: #56aac6;
}
#integration-web-details .integration-state-changing {
  padding: 0.4rem 0.7rem 0.4rem 0.5rem;
  cursor: pointer;
}
.non-installable {
  cursor: not-allowed;
}

#oauth-edit .fixtable .fixtable-header {
  z-index: 3;
}
#oauth-edit .fixtable thead th > div {
  z-index: 3;
}
#delete-oauth-modal .api-usage-link {
  margin-top: 11px;
}

html[lang=ja] .fixtable th * {
  white-space: nowrap;
}

#locationForm .fixed-height-medium {
  height: 6.5rem;
}
#locationForm .fixed-height-large {
  height: 7.75rem;
}
#locationForm .progress-wrapper {
  height: 0.5em;
  width: 100%;
  margin-bottom: 0.5em;
}
#locationForm .progress-wrapper .progress {
  height: 100%;
  background-color: #56aac6;
}
#locationForm .img-responsive {
  max-height: 600px;
}
#editLocation .form-group__nested {
  position: relative;
}
#editLocation .tooltip.min .tooltip-inner {
  padding: 5px 5px;
  background-color: #888;
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
#editLocation .tooltip.min .tooltip-arrow {
  border-right-color: #888;
}

#lost,
#unauthorized {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  margin: 2rem;
}

.modal-person-add {
  height: 100%;
}
.modal-person-add .modal-content,
.modal-person-add .modal-header {
  background: #fff;
}
.modal-person-add h4 {
  margin: 25px 0;
}
.modal-person-add .error {
  color: #df6060;
}
.modal-person-add #newPersonForm .phone #newWorkPhone {
  width: 160px;
}
.modal-person-add #newPersonForm .phone #newWorkPhoneExtension {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .modal-person-add #newPersonForm .phone #newWorkPhone,
  .modal-person-add #newPersonForm .phone #newWorkPhoneExtension {
    display: inline !important;
  }
}
.modal-person-add #newPersonForm .phone #newWorkPhoneSMS {
  clear: both;
  display: block;
  font-size: 0.85em;
  margin-top: 10px;
  position: absolute;
}
.modal-person-add .bulk-preview {
  border-top: 1px solid border-color;
}
.modal-person-add .bulk-preview .table thead tr th {
  border-top: 0 !important;
}
.modal-person-add .bulk-preview,
.modal-person-add .bs-callout {
  max-height: 400px;
  overflow: auto;
}
.modal-person-add .bulk-preview .number-records {
  font-size: 16px;
  margin-top: 15px;
}
.modal-person-add .alert.alert-danger a {
  border-bottom: 1px dashed #b94a48;
  color: #b94a48;
}
.modal-person-add .alert.alert-danger a:hover {
  border-bottom: 1px solid #b94a48;
}
.modal-person-add .progress {
  margin-bottom: 5px;
}
.modal-person-add .alert.alert-warning {
  margin-top: 15px;
}
.modal-person-add .callout {
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
  margin: -25px -20px 20px -20px;
  padding: 15px;
  cursor: pointer;
}
.modal-person-add .callout:hover {
  box-shadow: 0 15px 10px -10px rgba(0,0,0,0.2) inset, 0 -15px 10px -10px rgba(0,0,0,0.2) inset;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
.modal-person-add .callout > .media-body {
  font-size: 1.4rem;
  vertical-align: middle;
  text-align: left;
}
.modal-person-add .callout > .media-left {
  padding: 0 3rem;
  vertical-align: middle;
}
.modal-person-add .callout > .media-left i {
  font-size: 4rem;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
.modal-person-add .file-select a {
  color: #575757;
}
.modal-person-add .file-select a:hover {
  color: #4498b4;
}
.modal-person-add .file-select h4 {
  font-weight: normal;
  color: #575757;
}
.modal-person-add .file-select .input-group {
  width: 50%;
  margin: 0 auto;
}

#my-menu .btn-group + .btn {
  margin-left: 0;
  padding: 0;
}
#my-menu .btn-group + .btn a {
  display: block;
  color: #33383d;
  padding: 5px 10px;
}
#my-menu .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

#nuance-config .center-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#nuance-config .client-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
#nuance-config .client-secret-label {
  white-space: nowrap;
  margin-right: 10px;
}
#nuance-config .client-id-label {
  white-space: nowrap;
  margin-right: 10px;
}
#nuance-config .width-100-percent {
  width: 100%;
}
#nuance-config .center-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#nuance-config .bot-details-xs {
  font-size: x-small;
  font-style: italic;
}
#nuance-config .no-bots {
  font-style: italic;
  font-weight: normal;
}
#nuance-config .mb-20 {
  margin-bottom: 20px;
}
#nuance-config .mb-30 {
  margin-bottom: 30px;
}
#nuance-config .additional-access-settings {
  padding-left: 15px;
  padding-right: 15px;
}
#nuance-config .region-code-setting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#nuance-config .region-code-select {
  width: 40%;
  margin-left: 15px;
}
#nuance-config .btn-apply-settings {
  background-color: #2a60c8;
  color: #fdfdfd;
}
#nuance-config .selected {
  background-color: #e5eff1;
}
#nuance-config .available-bots-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
#nuance-config .available-bots-warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#nuance-config .table-container {
  height: 175px;
  width: 80%;
  overflow: auto;
  border: 0.1rem solid #cbcbcb;
}
#nuance-config .table-container .headerless-table tbody {
  border-left: 0px;
  border-right: 0px;
}
#nuance-config .ui-select-match-text {
  word-break: break-word;
  white-space: break-spaces;
}
#nuance-config .ui-select-search-hidden {
  display: none;
}
#nuance-config .has-error .help-block,
#nuance-config .has-error .control-label {
  color: #df6060;
}
#nuance-config .has-error .form-control {
  border-color: #df6060;
}
#nuance-config .has-error .form-control:focus {
  border-color: #df6060;
}
#nuance-config .credential-config-inputs {
  width: 100%;
}
#nuance-config .credential-config-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
#nuance-config .credential-config-label {
  white-space: nowrap;
  margin-right: 10px;
}

#home-welcome {
  width: 100%;
  background-color: background-color;
  overflow: auto;
  min-height: 100%;
  position: relative;
  padding-bottom: 100px;
}
#home-welcome a {
  color: #1997ca;
  text-decoration: none;
}
#home-welcome a:hover {
  color: link-hover-color;
  text-decoration: none;
}
#home-welcome h2 {
  font-family: Roboto, sans-serif;
}
#home-welcome li {
  line-height: base-line-height;
}
#home-welcome .header {
  border-bottom: 1px solid border-color;
  font-weight: 400;
  margin-top: 8px;
  text-align: left;
  color: #777;
  letter-spacing: 0px;
}
#home-welcome .header.custom {
  border-bottom-style: none;
  padding-left: 35px;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 11px;
  padding-top: 10px;
}
#home-welcome .header .title {
  font-size: 12pt;
  margin-left: 20px;
  margin-bottom: 8px;
}
#home-welcome .contents {
  margin-left: 20px;
  margin-right: 20px;
  background-color: background-color;
}
#home-welcome .contents.custom {
  margin-left: 40px;
}
#home-welcome .footer {
  padding-left: 35px;
  padding-right: 10px;
  border-top: 1px solid border-color;
  background-color: background-color;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#home-welcome .footer .left {
  text-align: right;
  float: left;
  padding-right: 15px;
}
#home-welcome .footer .left a {
  color: footer-link-font-color;
  font-weight: normal;
}
#home-welcome .footer .right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: bottom;
}
#home-welcome .message {
  color: note-font-color;
  margin-top: 15px;
}
#home-welcome .note {
  color: note-font-color;
  font-size: 12pt;
}
#home-welcome .note button {
  font-size: 10pt;
  border-radius: 5px;
  padding: 7px 15px;
  color: #fff;
  background-color: #424242;
  cursor: pointer;
  border: 1px solid #424242;
  height: 40px;
  letter-spacing: 2px;
}
#home-welcome .note button.padding {
  margin-left: 50px;
}
#home-welcome .note a {
  vertical-align: top;
}
#home-welcome .content {
  padding-top: 15px;
  padding-bottom: 25px;
}
#home-welcome .content .title {
  color: content-title-font-color;
  margin-bottom: 14px;
  margin-top: 10px;
  font-size: 17pt;
  font-weight: 400;
}
#home-welcome .content .title.center {
  text-align: center;
}
#home-welcome .content .description {
  line-height: base-line-height;
  text-align: center;
  margin: 0 auto;
}
#home-welcome .content .description.center {
  text-align: center;
}
#home-welcome .content .description.center-justify {
  text-align: justify;
  margin: 0 auto;
  width: 200px;
  font-size: 11pt;
}

.pcvoice .emphasize {
  font-size: 1.5rem;
}
.pcvoice .country-code {
  display: inline;
}
.pcvoice .country-code::before {
  content: "+";
}
.pcvoice .parentheses {
  display: inline;
}
.pcvoice .parentheses::before {
  content: "(";
}
.pcvoice .parentheses::after {
  content: ")";
}
.pcvoice .base-cell {
  font-size: 1.8rem;
}
.pcvoice .compact-cell {
  font-size: 1.2rem;
}
.pcvoice .emphasis-cell {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.pcvoice .btn.btn-cell {
  font-size: inherit;
}
.pcvoice .btn-link.btn-cell {
  border: none;
  background: transparent;
  color: inherit;
  text-decoration: underline;
}
.pcvoice .phone-number-cell {
  min-width: 15rem;
}
.pcvoice .date-cell {
  min-width: 12rem;
}
.pcvoice .date-cell--compact {
  min-width: 10rem;
}
.pcvoice .date-from-to-filter-cell {
  width: 18.5rem;
  min-width: 18.5rem;
}
.pcvoice .fixtable table td:last-child.date-from-to-filter-cell {
  width: 20.5rem;
  min-width: 20.5rem;
}
.pcvoice .location-cell {
  min-width: 10rem;
}
.pcvoice .country-cell {
  min-width: 8rem;
}
.pcvoice .number-management-available.available-selection-header,
.pcvoice .number-management-available.available-selection-cell {
  width: 6rem;
  text-align: center;
}
.pcvoice .number-management-available.phone-number-cell {
  width: 15rem;
}
.pcvoice .number-management-available.emergency-service-capable-cell {
  width: 15rem;
}
.pcvoice .number-management-available.location-cell {
  min-width: 10rem;
  max-width: 10rem;
}
.pcvoice .number-inventory-number.number-type-cell {
  min-width: 8rem;
  max-width: 8rem;
}
.pcvoice .number-inventory-number.number-status-cell {
  min-width: 10rem;
  max-width: 10rem;
}
.pcvoice .number-inventory-number.number-address-status-cell {
  min-width: 10rem;
  max-width: 10rem;
}
.pcvoice .number-inventory-number.org-cell {
  min-width: 10rem;
}
.pcvoice .number-inventory-number.user-cell {
  min-width: 10rem;
}
.pcvoice .number-inventory-number.expand-cell {
  padding: 0;
  border-left: 0.1rem dotted #cbcbcb;
}
.pcvoice .number-inventory-number.expand-cell .arrow-container {
  padding-top: 1.2rem;
  height: 100%;
  width: 100%;
}
.pcvoice ul.scrollable {
  padding: 0;
  list-style: none;
}
.pcvoice ul.scrollable li {
  padding-left: 15px;
}
.pcvoice ul.scrollable li.unselected {
  background-color: #eee;
}
.pcvoice ul.scrollable li.unselected input[type=tel] {
  color: #aaa;
}
.pcvoice ul.scrollable .border--bottom {
  border-bottom: 1px solid #cacaca;
}
.pcvoice .scrollable {
  overflow: auto;
  border: 1px solid #cacaca;
  border-radius: 6px;
}
.pcvoice .scrollable.free-range {
  border: none;
}
.pcvoice .tooltip.min .tooltip-inner {
  padding: 5px 5px;
  background-color: #888;
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.pcvoice .tooltip.min .tooltip-arrow {
  display: none;
}
.pcvoice .file-select {
  height: 6rem;
}

/* page specific styles; could probably be made into semantic utility class */
/* rolesV2 index page has a very similar element */
#directory-people-index {
  min-width: 1135px;
}
#directory-people-index .generalInfo {
  max-width: 20rem;
  line-height: 1;
}
#directory-people-index .generalInfo small {
  color: #777;
}
#directory-people-index .email {
  max-width: 20rem;
}
#directory-people-index .fixtable {
  min-height: 200px;
}
#directory-people-index .fixtable table td {
  height: auto;
  vertical-align: middle;
}
#directory-people-index .actions-cell {
  padding-top: 0.5rem;
}
#directory-people-index .state-actions-menu {
  min-width: 12rem;
}
#directory-people-index .select-all-box a {
  color: #4c4c4c;
}
#directory-people-index .addon-license-star {
  font-weight: bold;
  color: #1997ca;
  line-height: 1em;
  font-size: 3rem;
  vertical-align: middle;
}
#directory-people-index .license span {
  font-weight: normal;
  white-space: nowrap;
  word-break: keep-all;
}
.evenConditions {
  background-color: #f5f5f5;
}
.oddConditions {
  background-color: #fff;
}
#directory-people-edit {
  min-height: 500px;
}
#directory-people-edit .skill-delete-button {
  margin-left: 25px;
}
#directory-people-edit .role-name-column {
  max-width: 20rem;
  line-height: 1;
}
#directory-people-edit .fixtable {
  min-width: 60rem;
}
#directory-people-edit .license-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#directory-people-edit .license-container .license {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  white-space: nowrap;
}
#directory-people-edit .license-container .license-alert {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  text-align: right;
}
#directory-people-edit .license-container .license-alert i {
  color: #f00;
  float: right;
  margin-top: 4px;
  margin-left: 4px;
}
#directory-people-edit .division-and-license-container {
  max-width: 30em;
}
#directory-people-edit #person-permissions {
  min-width: 1100px;
}
.data-grid-toolbar {
  border-bottom: 0px;
}
.data-grid-toolbar.control-bar .btn.dropdown-toggle > .caret {
  margin-left: 0.6rem;
}
.pad-bottom-1rem {
  padding-bottom: 1rem;
}
.flex-pull-right {
  margin-left: auto;
}
#directory-people-index .table-container,
#directory-people-edit .table-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#directory-people-index .left,
#directory-people-edit .left,
#directory-people-index .right,
#directory-people-edit .right {
  height: 100%;
}
#directory-people-index .left,
#directory-people-edit .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
#directory-people-index .right,
#directory-people-edit .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.people-page-loading {
  opacity: 0.5;
}

#routing-queues-edit .message-tab-content .form-group:last-of-type {
  margin-bottom: 15px;
}
#routing-queues-edit .voice-tab-content .form-group:last-of-type {
  margin-bottom: 15px;
}
#routing-queues-edit .voice-tab-content .spacer {
  height: 15px;
}
#routing-queues-edit .voice-tab-content .whisper-resources .fixtable-inner {
  height: 127px;
}
#routing-queues-edit .voice-tab-content .intl-tel-input {
  width: 100%;
  display: inline-block;
}
#routing-queues-edit .voice-tab-content .tts-string span {
  display: block;
  max-height: 3em;
  max-width: 200px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#routing-queues-edit .routing-tab-content {
  height: 100%;
  position: relative;
  overflow-x: hidden;
}
#routing-queues-edit .routing-tab-content .comparison-mode {
  float: left;
  width: 50%;
}
#routing-queues-edit .routing-tab-content .eval-method-container {
  float: left;
}
#routing-queues-edit .routing-tab-content .ui-select-search-hidden {
  display: none;
}
#routing-queues-edit .routing-tab-content .routing-fieldset {
  height: 100%;
  overflow-x: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#routing-queues-edit .routing-tab-content .routing-rules-container {
  position: relative;
}
#routing-queues-edit .routing-tab-content .order-line {
  border-left: 1px solid #d3d3d3;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  margin-left: 3px;
  margin-top: 20px;
}
#routing-queues-edit .routing-tab-content .order-line.bullseye {
  margin-top: -5px;
}
#routing-queues-edit .routing-tab-content .routing-ring {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 10px;
}
#routing-queues-edit .routing-tab-content .routing-ring.primary-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#routing-queues-edit .routing-tab-content .routing-ring input[type=number]::-webkit-inner-spin-button,
#routing-queues-edit .routing-tab-content .routing-ring input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#routing-queues-edit .routing-tab-content .routing-ring input[type=number] {
  -moz-appearance: textfield;
}
#routing-queues-edit .routing-tab-content .routing-ring .input-info {
  position: absolute;
  margin-top: -25px;
  margin-left: 40px;
}
#routing-queues-edit .routing-tab-content .routing-ring.disabled {
  color: #ccc;
}
#routing-queues-edit .routing-tab-content .routing-ring tags-input {
  width: 300px;
}
#routing-queues-edit .routing-tab-content .routing-ring tags-input .tag-item {
  font-size: smaller;
  color: unset;
  background: #efefef;
  border-color: #ccc;
}
#routing-queues-edit .routing-tab-content .routing-ring .tags-input-0 {
  margin-right: 32px;
}
#routing-queues-edit .routing-tab-content .routing-ring .bootstrap-switch {
  margin-left: 10px;
}
#routing-queues-edit .routing-tab-content .routing-ring .ring-order {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  position: absolute;
}
#routing-queues-edit .routing-tab-content .routing-ring .ring-order.secondary-method {
  padding-top: 5px;
}
#routing-queues-edit .routing-tab-content .routing-ring .ring-order .ring-number {
  margin-bottom: -8px;
  background: #fff;
}
#routing-queues-edit .routing-tab-content .routing-ring .ring-text {
  padding-right: 10px;
  padding-left: 15px;
  padding-top: 5px;
}
#routing-queues-edit .routing-tab-content .routing-ring .ring-text.primary-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
}
#routing-queues-edit .routing-tab-content .routing-ring .form-control {
  display: block;
}
#routing-queues-edit .routing-tab-content .routing-ring .btn {
  background-color: #fff;
}
#routing-queues-edit .routing-tab-content .routing-ring .ring-component {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  margin-left: 5px;
}
#routing-queues-edit .routing-tab-content .routing-ring .ring-component.primary-method {
  display: contents;
}
#routing-queues-edit .routing-tab-content #predictive-routing-container {
  max-width: 680px;
}
#routing-queues-edit .routing-tab-content .select-routing-method {
  max-width: 680px;
}
#routing-queues-edit .routing-tab-content .eval-method-extended {
  width: 680px;
}
@media screen and (max-width: 760px) {
  #routing-queues-edit .routing-tab-content .eval-method-extended {
    width: auto !important;
  }
}
#routing-queues-edit .routing-tab-content .eval-method-spacer {
  float: left;
  height: 1px;
  width: 22px;
}
#routing-queues-edit .routing-tab-content .eval-method-line {
  float: left;
  height: 50px;
  width: 20px;
  margin-right: 10px;
  border-left: 1px solid #93a2b1;
  border-bottom: 1px solid #93a2b1;
}
#routing-queues-edit .routing-tab-content .eval-method-label {
  margin-top: 10px;
}
#routing-queues-edit .routing-tab-content .predictive-routing {
  padding-left: 0;
}
#routing-queues-edit .routing-tab-content .predictive-routing .routing-mode-label {
  font-weight: normal;
}
#routing-queues-edit .routing-tab-content .predictive-routing .routing-mode-p {
  font-size: 90%;
  font-style: italic;
}
#routing-queues-edit .routing-tab-content .predictive-routing .lines-container {
  width: 20px;
  padding-bottom: 10px;
  float: left;
  display: inline-block;
}
#routing-queues-edit .routing-tab-content .predictive-routing .lines-container :nth-child(1) {
  height: 45px;
}
#routing-queues-edit .routing-tab-content .predictive-routing .lines-container :nth-child(2) {
  height: 75px;
}
#routing-queues-edit .routing-tab-content .predictive-routing .lines-container :nth-child(3) {
  height: 68px;
}
#routing-queues-edit .routing-tab-content .predictive-routing .lines-container :nth-child(4) {
  height: 61px;
}
#routing-queues-edit .routing-tab-content .predictive-routing .lines-container :nth-child(5) {
  height: 62px;
}
#routing-queues-edit .routing-tab-content .predictive-routing .lines-container-value-monitoring {
  width: 20px;
  padding-bottom: 10px;
  float: left;
  display: inline-block;
}
#routing-queues-edit .routing-tab-content .predictive-routing .lines-container-value-monitoring :nth-child(1) {
  height: 45px;
}
#routing-queues-edit .routing-tab-content .predictive-routing .lines-container-value-monitoring :nth-child(2) {
  height: 75px;
}
#routing-queues-edit .routing-tab-content .predictive-routing .lines-container-value-monitoring :nth-child(3) {
  height: 75px;
}
#routing-queues-edit .routing-tab-content .predictive-routing .lines-container-value-monitoring :nth-child(4) {
  height: 260px;
}
#routing-queues-edit .routing-tab-content .predictive-routing .lines-container-value-monitoring :nth-child(5) {
  height: 60px;
}
#routing-queues-edit .routing-tab-content .predictive-routing .lines-container-value-monitoring .indicator-line {
  border-left: 1px solid #93a2b1;
  border-bottom: 1px solid #93a2b1;
}
#routing-queues-edit .routing-tab-content .predictive-routing .lines-container-value-monitoring .extended {
  height: 100px !important;
}
@media screen and (max-width: 760px) {
  #routing-queues-edit .routing-tab-content .predictive-routing .lines-container {
    display: none;
  }
}
#routing-queues-edit .routing-tab-content .predictive-routing .timeout-seconds {
  display: inline-block;
  margin-right: 5px;
  width: 95px;
}
#routing-queues-edit .routing-tab-content .predictive-routing select:invalid {
  color: #808080;
}
#routing-queues-edit .routing-tab-content .comparison-panel {
  border-left: 1px solid #dce1e7;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  max-width: 630px;
  width: 40%;
  min-width: 450px;
  padding-left: 30px;
  padding-right: 10px;
  margin-left: 5px;
  float: right;
  background-color: #fff;
}
#routing-queues-edit .routing-tab-content .comparison-panel hr {
  color: #93a2b1;
}
#routing-queues-edit .routing-tab-content .comparison-panel .title {
  font-size: 14pt;
  font-weight: lighter;
}
#routing-queues-edit .routing-tab-content .comparison-panel .routing-ring {
  display: block;
}
#routing-queues-edit .routing-tab-content .comparison-panel .routing-ring .btn {
  height: 34px;
}
#routing-queues-edit .routing-tab-content .comparison-panel.slide-away {
  -webkit-transform: translate(1000px, 0);
      -ms-transform: translate(1000px, 0);
          transform: translate(1000px, 0);
}
#routing-queues-edit .routing-tab-content .subtitle {
  color: #808080;
  font-style: italic;
  width: auto;
}
#routing-queues-edit .routing-tab-content .routing-method {
  width: auto !important;
  margin-right: 5px;
}
#routing-queues-edit .routing-tab-content .ui-select-choices-row.active > .ui-select-choices-row-inner > .subtitle {
  color: #fdfdfd;
}
#routing-queues-edit .routing-tab-content .timeout-block {
  margin-top: 40px;
  padding-left: 0;
}
#routing-queues-edit .routing-tab-content .form-title {
  font-size: 12pt;
  font-weight: lighter;
}
#routing-queues-edit .routing-tab-content #ui-select-routing-method {
  width: 470px;
  margin-bottom: 10px;
}
#routing-queues-edit .routing-tab-content .ui-select-timeout-routing-method {
  margin-bottom: 10px;
}
#routing-queues-edit .routing-tab-content #ui-select-kpi {
  width: 320px;
}
#routing-queues-edit .routing-tab-content .routing-settings {
  width: 600px;
}
#routing-queues-edit .routing-tab-content .no-sides-padding {
  padding-left: 0;
  padding-right: 0;
}
#routing-queues-edit .routing-tab-content label.radio-inline {
  margin-left: 0 !important;
  margin-right: 10px;
}
#routing-queues-edit .routing-tab-content input[type=checkbox] {
  margin-right: 7px;
}
#routing-queues-edit .routing-tab-content .ui-select-match span.btn-default {
  background-color: #f3f4f4 !important;
}
@media screen and (max-width: 1000px) {
  #routing-queues-edit .routing-tab-content .routing-fieldset {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #routing-queues-edit .routing-tab-content .comparison-panel {
    border-left: none;
    height: auto;
    margin-top: 30px;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 100px;
    float: left;
  }
  #routing-queues-edit .routing-tab-content .comparison-mode {
    width: 100%;
  }
}
#routing-queues-edit .routing-tab-content .gpr-occupancy-balancing,
#routing-queues-edit .routing-tab-content .gpr-skills-matching {
  margin-top: 12px;
}
#routing-queues-edit .routing-tab-content .gpr-occupancy-balancing .beta-label,
#routing-queues-edit .routing-tab-content .gpr-skills-matching .beta-label {
  color: #2a60c8;
  font-weight: bold;
  border: 1px solid #2a60c8;
  border-radius: 2px;
  padding: 2px 8px 2px 8px;
  margin-left: 8px;
}
#routing-queues-edit .routing-tab-content .gpr-occupancy-balancing .occupancy-help-block,
#routing-queues-edit .routing-tab-content .gpr-skills-matching .occupancy-help-block {
  margin-top: 8px;
  padding: 12px;
  background-color: #f3f4f4;
}
#routing-queues-edit .routing-tab-content .gpr-occupancy-balancing .occupancy-help-block .help-icon,
#routing-queues-edit .routing-tab-content .gpr-skills-matching .occupancy-help-block .help-icon {
  font-size: 1.8rem;
  margin-right: 8px;
}
#routing-queues-edit .routing-tab-content .gpr-occupancy-balancing .occupancy-help-block .title,
#routing-queues-edit .routing-tab-content .gpr-skills-matching .occupancy-help-block .title {
  font-weight: lighter;
  font-size: 1.6rem;
}

.tab-wrapper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
.flex-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.wrapper-height-fix {
  height: 90%;
}

#rm-responses-main .responses-content {
  margin-left: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 0;
}
#rm-responses-main .col-md-9 {
  margin-right: -15px;
}
#rm-responses-main .libraries-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  background-color: #fff;
  padding-top: 10px;
}
#rm-responses-main .btn-link {
  vertical-align: initial;
}
#rm-responses-main .no-responses {
  border: 0.1rem solid #cbcbcb;
  border-top: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#rm-responses-main .responses-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1px;
  min-height: 0;
  min-width: 400px;
}
#rm-responses-main .manage-library-link {
  text-align: right;
  margin-bottom: 10px;
}
#rm-responses-main hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
#rm-responses-main td {
  word-break: break-word;
}
#rm-responses-main .library-item {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0;
}
#rm-responses-main .library-item:focus {
  outline: 0;
}
#rm-responses-main .library-item:hover {
  background-color: #f5f5f5;
}
#rm-responses-main .library-item.active {
  background-color: #d8d9d8;
}
#rm-responses-main .fixtable {
  min-height: 0;
}
#rm-libraries-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}
#rm-libraries-index .control-bar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#rm-libraries-index .response-form {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#rm-libraries-index .response-form .name-input-container,
#rm-libraries-index .response-form .library-input-container,
#rm-libraries-index .response-form .content-input-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#rm-libraries-index .response-form .name-input-container .dropdown-menu,
#rm-libraries-index .response-form .library-input-container .dropdown-menu,
#rm-libraries-index .response-form .content-input-container .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}
#rm-libraries-index .response-form .editor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-height: 200px;
  height: 100%;
}
#rm-libraries-index .response-form .editor-container textarea {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#rm-libraries-index .response-form .editor-container .control-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#rm-libraries-index .response-form .editor-container .wysiwyg-editor {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#rm-libraries-index .response-form .editor-container .wysiwyg-editor .editor-toolbar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#rm-libraries-index .response-form .editor-container .wysiwyg-editor .editor-toolbar .toggle-placeholders {
  float: right;
}
#rm-libraries-index .response-form .editor-container .wysiwyg-editor .editor-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  overflow: auto;
}
.quill-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-shadow: 0px 0px 10px #ccc;
  width: 100%;
  border-radius: 6px;
  min-height: 0;
}
.substitution-header {
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  border-radius: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 41px;
}
.substitution-header .header-text {
  padding: 10px;
}
.substitution-header .add-custom-substitution {
  padding: 10px 20px 10px 20px;
  display: block;
  border-left: 1px solid #ccc;
  background-color: #fff;
}
.header-text {
  text-align: center;
  white-space: nowrap;
}
.responses,
.edit-substitutions {
  padding: 0 10px;
  overflow: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 42px;
}
.edit-substitutions {
  padding: 10px;
}
.text-style {
  border: 1px solid;
  background: #fee0ac;
  border-radius: 5px;
  margin: 10px;
  text-indent: 5px;
  color: #c2953f;
  width: 200px;
}
.response {
  background: #f5f5f5;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 20px 5px 5px 20px;
}
.response:hover {
  background: #e5e5e5;
}
.response-header {
  border: 0;
  font-size: 13px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0;
  z-index: 1;
  position: relative;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 90%;
          flex: 1 0 90%;
}
.response-header:hover .initial-letter {
  background: #fff;
  text-align: center;
  border: 1px solid #ccc;
  padding: 0 0 0 0;
  font-size: 16px;
  color: #1997ca;
}
.response-header:hover .initial-letter .initial-letter-details {
  display: none;
}
.response-header:hover .initial-letter .fa {
  position: relative;
  top: -1px;
}
.substitution-menu button {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.substitution-menu-button {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 10px;
  color: #1997ca;
}
.initial-letter {
  overflow: hidden;
  width: 33px;
  min-width: 33px;
  height: 33px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  line-height: 33px;
  margin: 0 8px 0 0;
  font-size: 20px;
  float: left;
  border: 1px solid #fff;
  text-align: center;
}
.initial-letter .initial-letter-details {
  position: relative;
  top: -1px;
}
.response-name {
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 7px;
  display: block;
  margin-left: 5px;
  color: #1997ca;
}
.substitutions-section {
  display: inline-block;
  width: 20%;
  overflow: hidden;
  padding-top: 42px;
  opacity: 1;
  position: relative;
  -webkit-transition: width 500ms ease;
          transition: width 500ms ease;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.substitutions-section.hide-panel {
  width: 0;
}
.rm-placeholder {
  color: #f90;
}
.response-form .editor-container .wysiwyg-editor {
  width: 80%;
}

#directory-roles-index .roleInfo {
  line-height: 1;
}
#directory-roles-index .roleInfo small {
  color: #777;
}

#condition-modal {
  overflow-y: auto;
}
#directory-rolesV2-index .roleInfo {
  line-height: 1;
}
#directory-rolesV2-index .roleInfo small {
  color: #777;
}
#directory-rolesV2-edit .license {
  white-space: nowrap;
}
#directory-rolesV2-edit .role-needs-update {
  margin-bottom: 10px;
}
#directory-rolesV2-edit .changes-dismiss {
  float: right;
  padding-right: 10px;
}
#directory-rolesV2-edit .fixtable {
  height: auto;
}
#directory-rolesV2-edit .fixtable .fixtable-column-headers th[ng-if="options.rowSelection"]:nth-child(1) {
  width: 60px;
}
#directory-rolesV2-edit .permission-table .btn:not(.btn-block) {
  width: 85px;
  margin-bottom: 4%;
}
#directory-rolesV2-edit .permission-table .btn:not(.btn-block):nth-of-type(odd) {
  margin-right: 2%;
}
#directory-rolesV2-edit .permission-table .btn:not(.btn-block):nth-of-type(even) {
  margin-left: 2%;
}
#directory-rolesV2-edit .permission-table .btn:not(.btn-block).last-row {
  margin-bottom: 0;
}
.qm-row {
  padding: 10px;
  position: relative;
}
.condition-button-group {
  padding-bottom: 3px;
  padding-top: 15px;
  padding-right: 15px;
}
.remove-condition {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 17px;
  height: 100%;
}
.remove-condition .glyphicon {
  cursor: pointer;
  color: #dcdcdc;
}
.remove-condition .glyphicon:hover {
  color: #f00;
}
.changes-container {
  border: solid;
  border-width: 1px;
  margin-top: 10px;
  border-color: #ddd;
  max-height: 450px;
  overflow-y: scroll;
  padding-top: 5px;
  padding-bottom: 5px;
}
.changes-container .roles-added {
  background-color: #dfd;
  margin-top: 5px;
  padding-left: 5px;
}
.changes-container .roles-removed {
  background-color: #fee8e9;
  margin-top: 5px;
  padding-left: 5px;
}
.changes-container .permission-label {
  font-weight: bold;
}

#directory-people-edit .assigned-station .remove {
  text-align: right;
  padding: 10px;
}
#directory-people-edit .assigned-station .remove i {
  color: #df6060;
}
#directory-people-edit .controls {
  padding: 0px 15px 15px 15px;
}
#directory-people-edit .os-EntitySection {
  border-bottom: 1px solid #ccc;
}
#directory-people-edit .os-EntitySection h2 {
  cursor: pointer;
}
#directory-people-edit .os-EntitySection h2::before {
  content: '\f0d7';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 1em;
  text-align: center;
  float: right;
}
#directory-people-edit .os-EntitySection.os-collapsed h2::before {
  content: '\f0da';
}
#directory-people-edit .os-EntitySection:last-child {
  border-bottom: 0px;
}
#directory-people-edit .os-Entity-name,
#directory-people-edit .os-PersonProfile-title,
#directory-people-edit .os-PersonProfile-department {
  display: inline-block;
  float: left;
  clear: left;
  color: #333;
  margin: 0;
  padding: 2px 4px;
}
#directory-people-edit .os-Entity-name.os-Field-editable:hover,
#directory-people-edit .os-PersonProfile-title.os-Field-editable:hover,
#directory-people-edit .os-PersonProfile-department.os-Field-editable:hover {
  background: #f4fbfd;
  color: #333;
}
#directory-people-edit .os-PersonProfile-title.os-Field-editable:empty::before {
  content: '(no title)';
}
#directory-people-edit .os-PersonProfile-department.os-Field-editable:empty::before {
  content: '(no department)';
}
#directory-people-edit .os-Dialog .os-Dialog-header {
  background-color: #4a9cb6;
}
#directory-people-edit .os-EntityAddField .os-button {
  color: #4a9cb6;
  padding-left: 0px;
  padding-right: 0px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  border: 1px solid transparent;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#directory-people-edit .os-EntityAddField .os-button:hover {
  color: #34819b;
  background-color: transparent;
  border-color: transparent;
}
#directory-people-edit .os-Entity-editButton,
#directory-people-edit .os-Entity-doneEditingButton {
  background-color: transparent;
  color: #fff;
  text-shadow: none;
  background-image: -webkit-linear-gradient(top, #61b8d4 0%, #4a9cb6 100%);
  background-image: linear-gradient(to bottom, #61b8d4 0%, #4a9cb6 100%);
  background-repeat: repeat-x;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 6px;
  white-space: nowrap;
}
#directory-people-edit .os-Entity-editButton:hover,
#directory-people-edit .os-Entity-doneEditingButton:hover {
  border-color: #387a8f;
  background-color: #1f1f1f;
}
#directory-people-edit .os-Entity-basic {
  background: none !important;
}
#directory-people-edit .os-Entity-basic-separator {
  display: none;
}
#directory-people-edit .os-Presence.os-Entity-photo {
  box-shadow: none;
  border: none;
}
#directory-people-edit .os-Presence.os-Entity-photo .os-button.os-Entity-changeImageButton {
  background-color: rgba(0,0,0,0.6);
  border: none;
  color: #fff;
  cursor: pointer;
  height: 100%;
  opacity: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center /* align horizontal */;
      -ms-flex-pack: center /* align horizontal */;
          justify-content: center /* align horizontal */;
  -webkit-box-align: center /* align vertical */;
      -ms-flex-align: center /* align vertical */;
          align-items: center /* align vertical */;
  position: absolute;
  top: 0;
  content: 'Change Image';
}
#directory-people-edit .os-Presence.os-Entity-photo:hover .os-button.os-Entity-changeImageButton {
  opacity: 1;
}
#directory-people-edit .os-Menu-item.os-not-clickable:hover {
  background: inherit;
  cursor: default;
}
#directory-people-edit .os-Dialog .os-Dialog-footer {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  overflow-y: hidden;
}
#directory-people-edit .os-Dialog .os-Dialog-footer .os-cancel-button {
  color: #4a9cb6;
  padding-left: 0px;
  padding-right: 0px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  border: 1px solid transparent;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#directory-people-edit .os-Dialog .os-Dialog-footer .os-cancel-button:hover {
  color: #34819b;
  background-color: transparent;
  border-color: transparent;
}
#directory-people-edit .os-Dialog .os-Dialog-footer .os-remove-button {
  background-color: transparent;
  color: #333;
  text-shadow: none;
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 6px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
}
#directory-people-edit .os-Dialog .os-Dialog-footer .os-remove-button:hover {
  border-color: #adadad;
  background-color: #ebebeb;
}
#directory-people-edit .os-Dialog .os-Dialog-footer .os-remove-button .icon-remove {
  margin-right: 0.25em;
}
#directory-people-edit .os-Dialog .os-Dialog-footer .os-DialogFooter-button-right {
  background-color: transparent;
  color: #fff;
  text-shadow: none;
  background-image: -webkit-linear-gradient(top, #61b8d4 0%, #4a9cb6 100%);
  background-image: linear-gradient(to bottom, #61b8d4 0%, #4a9cb6 100%);
  background-repeat: repeat-x;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 6px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  border: 1px solid #4b9eb9;
}
#directory-people-edit .os-Dialog .os-Dialog-footer .os-DialogFooter-button-right:hover {
  border-color: #387a8f;
  background-color: #1f1f1f;
}
#directory-people-edit .os-button[disabled] {
  border-color: #ccc !important;
  color: #7d7d7d !important;
  background-image: -webkit-linear-gradient(top, #d8d8d8 0%, #c3c3c3 100%) !important;
  background-image: linear-gradient(to bottom, #d8d8d8 0%, #c3c3c3 100%) !important;
  cursor: default !important;
}
#directory-people-edit .os-FlipCardContainer {
  z-index: 50;
}
#directory-people-edit .os-EntityToolbar {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
}
#directory-people-edit .os-EntityToolbar .os-Entity-doneEditingButton {
  display: none;
}
#directory-people-edit .os-EntityToolbar .os-FlipCardContainer {
  margin: 0;
  padding: 0;
  height: 48px;
  width: 33px;
  top: -5px;
  margin-left: 10px;
}
#directory-people-edit .list-applications {
  padding-left: 0;
}
#directory-people-edit .list-applications,
#directory-people-edit .list-roles {
  list-style-type: none;
}
#directory-people-edit .os-Entity-doneEditingButton,
#directory-people-edit .os-Field-remove {
  display: none;
}
#directory-people-edit directory-sdk-profile-page ~ form .os-Dialog-mask {
  position: fixed;
}
#directory-people-edit directory-sdk-profile-page ~ form .os-Dialog.os-centered {
  -webkit-animation: none !important;
          animation: none !important;
  position: fixed;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  left: -webkit-calc(50% - (480px / 2)) !important;
  left: calc(50% - (480px / 2)) !important;
  top: -webkit-calc(50% - (600px / 2)) !important;
  top: calc(50% - (600px / 2)) !important;
}
#directory-people-edit directory-sdk-profile-page ~ form ~ .os-Busy {
  position: fixed;
}

#sso-index .img-logo {
  background-position: left;
  width: auto;
}
#sso-index .certificate-list {
  border-radius: 2px;
}
#sso-index .certificate-list .btn {
  border-width: 0 0 0 1px;
  border-radius: 0;
  margin-left: 0;
  height: 32px;
}
#sso-index .certificate-list .certificate-list-item {
  margin-right: -1px;
}
#sso-index .certificate-list .certificate-input {
  border: none;
  box-shadow: none;
}

.carrier--accordian .body {
  margin: 5px 10px 10px 10px;
  border: 1px solid #56aac6;
  border-radius: 15px;
}
.carrier--accordian .carrier-row {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carrier--accordian .carrier-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 180px;
          flex: 1 0 180px;
}
.carrier--accordian .carrier--name,
.carrier--accordian .carrier--name__header {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 180px;
          flex: 1 0 180px;
  font-weight: bold;
}
.carrier--accordian .carrier--name {
  padding-left: 7px;
}
.carrier--accordian .carrier--actions {
  right: 0;
}
.carrier--accordian .link {
  color: #56aac6;
  text-decoration: underline;
}
.carrier--accordian .link:hover {
  color: #204d74;
  cursor: pointer;
}
.carrier--accordian .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.carrier--accordian .service--row {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px;
  border-bottom: 1px solid #56aac6;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40px;
          flex: 1 0 40px;
}
.carrier--accordian .service--row:hover {
  background-color: #fff;
}
.carrier--accordian .service--row__header {
  font-size: 1.1em;
  background-color: #56aac6;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #fff;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40px;
          flex: 1 0 40px;
}
.carrier--accordian .service--row:last-child {
  padding: 0 0;
  border: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.carrier--accordian .service--row__inner {
  width: inherit;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.carrier--accordian .service--cell {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
  font-weight: bolder;
}
.carrier--accordian .service--name {
  text-decoration: underline;
}
.carrier--accordian .service--type {
  color: #56aac6;
  list-style-type: none;
}
.carrier--accordian .service--status {
  text-shadow: 1px 1px 16px #fff;
  font-size: 1.2em;
}
.carrier--accordian .live {
  color: #5cb85c;
}
.carrier--accordian .ready {
  color: #ffc40d;
}
.carrier--accordian .queued,
.carrier--accordian .provisioned {
  color: #d9534f;
}
.carrier--accordian .text-list--horizontal:last-child .separator {
  display: none;
}

#telecom-analytics .selection {
  margin-bottom: 0.5em;
}
#telecom-analytics .selection > label {
  color: #4c4c4c;
  margin-left: -15px;
}
#telecom-analytics .selection .filter {
  margin-top: 1rem;
}
#telecom-analytics .chart-container {
  color: #4c4c4c;
  margin-bottom: 1em;
}
#telecom-analytics .x-axis-label {
  text-align: center;
  font-size: 20px;
}
#telecom-analytics .y-axis-label {
  position: relative;
  font-size: 20px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  float: left;
  left: -1em;
  top: 7em;
}
#telecom-analytics .active {
  background-color: #1997ca;
}
#telecom-analytics .time-range {
  width: 100%;
}
#telecom-analytics .time-range__adjustment {
  height: 2em;
  margin: 0 auto 2em;
  max-width: 425px;
  min-width: 300px;
  text-align: center;
}
#telecom-analytics .time-range__value {
  display: inline-block;
  margin: 0 15px;
  padding-top: 0.25em;
}
#telecom-analytics .time-range__adjustment--dec,
#telecom-analytics .time-range__adjustment--inc {
  display: inline-block;
  padding: 3px 6px;
}
#telecom-analytics .time-range__adjustment--dec {
  float: left;
}
#telecom-analytics .time-range__adjustment--inc {
  float: right;
}
#telecom-analytics .time-range__granularity {
  margin-bottom: 12px;
}
#telecom-analytics #customTimeRange {
  margin: 1em;
}
#telecom-analytics #customSubmitBtn {
  margin-top: 27px;
}

.modal-contract-map-add ul.nav-tabs li a,
.modal-contract-map-edit ul.nav-tabs li a {
  display: none;
}
.modal-contract-map-add ul.nav-tabs li a ::after,
.modal-contract-map-edit ul.nav-tabs li a ::after {
  display: none;
}

.edit-form label {
  text-align: left;
  height: 30px;
  vertical-align: middle;
}
.edit-form label .btn.btn-link {
  margin: 0 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9em;
}
.edit-form .h4 .btn.btn-link {
  margin: 0 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 0.7em;
}
.edit-form .text-list--horizontal:last-child .separator {
  display: none;
}
#telecom-reports .panel.panel-heading {
  margin-bottom: 0;
}

.telecom-numbers {
  min-width: 825px;
}
.telecom-numbers .from-to-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.telecom-numbers .from-to-filter__field__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
}
.telecom-numbers .from-to-filter__field__container .fa-question-circle {
  margin: 0 8px;
}
.telecom-numbers .from-to-filter__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10%;
  color: #666;
  -ms-flex-item-align: center;
      align-self: center;
}
.telecom-numbers .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.telecom-numbers .search--compact {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.telecom-numbers .search__item {
  margin-bottom: 1em;
  max-width: 50%;
  padding-right: 15px;
}
.telecom-numbers .search__item.search__item--location {
  max-width: 100%;
}
.telecom-numbers .search__item--select {
  min-width: 25%;
}
.telecom-numbers .search__item.btn {
  height: 36px;
  margin-top: 29px;
}
.telecom-numbers .search__item--checkbox {
  margin-top: 36px;
}
.telecom-numbers .search__item label {
  margin-bottom: 4px;
}
.telecom-numbers input[type='checkbox'] + label {
  margin-left: 6px;
}
.telecom-numbers .emphasis-cell {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.telecom-numbers .base-cell {
  font-size: 1.8rem;
}
.telecom-numbers .card-container,
.telecom-numbers .card-container--start {
  position: relative;
}
.telecom-numbers .card__header {
  color: #4c4c4c;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: normal;
}
.telecom-numbers .card__header--small {
  color: #4c4c4c;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: normal;
}
.telecom-numbers .card__sub-header {
  color: #4c4c4c;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: normal;
  text-decoration: underline;
}
.telecom-numbers .card__button {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding: 5px 30px;
}
.telecom-numbers .card__footer {
  margin-top: 10rem;
  width: 100%;
}
.telecom-numbers .card--intro__header {
  color: #4c4c4c;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 20px;
}
.telecom-numbers .card--intro__sub-header {
  color: #4c4c4c;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: normal;
}
.telecom-numbers .card--intro__button {
  color: #fff;
  background-color: #4e92df;
  background-image: none;
  border-radius: 0.3rem;
  border: 1px solid #000;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding: 5px 30px;
  margin-right: 30px;
}
.telecom-numbers .card--intro__button:hover {
  background-color: #4e92df;
}
.telecom-numbers .card {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 2rem;
}
.telecom-numbers .card__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.telecom-numbers .card__description {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 500;
}
.telecom-numbers .card--warning {
  min-width: 400px;
  background-color: #efefef;
  border-left: 5px solid #ce0b24;
}
.telecom-numbers .card--warning .card__title {
  color: #ce0b24;
}
.telecom-numbers .text-select-group {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.telecom-numbers .text-select-group input[type='text'] {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
}
.telecom-numbers .text-select-group div {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.telecom-numbers .text-select-group select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  height: 34px;
  border: none;
}
.telecom-numbers .text-select-group.text-select-group--right input[type='text'] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.telecom-numbers .text-select-group.text-select-group--right div {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.telecom-numbers .text-select-group.text-select-group--left input[type='text'] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.telecom-numbers .text-select-group.text-select-group--left div {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.telecom-numbers .text-select-group--left__error-msg {
  margin-left: 100px;
}
.telecom-numbers .select-ui-mod .ui-select-toggle {
  background-image: none;
  border-color: #ccc;
}
.telecom-numbers .select-ui-mod .ui-select-toggle .ui-select-placeholder {
  color: #aaa;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.telecom-numbers .loading::after {
  color: #aaa;
  background-color: transparent;
}
#telecom-numbers-available label,
#telecom-numbers-emergency label {
  color: #4c4c4c;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: normal;
}
#telecom-numbers-available footer > button,
#telecom-numbers-emergency footer > button,
#telecom-numbers-available footer > a,
#telecom-numbers-emergency footer > a {
  margin-top: 30px;
}
#telecom-numbers-available .fa-question-circle,
#telecom-numbers-emergency .fa-question-circle {
  margin: 0 8px;
  color: #888;
}
#telecom-numbers-inbound-restrictions .tollfree-numbers .number-row {
  margin-bottom: 1rem;
}
#telecom-numbers-inbound-restrictions .button__loading,
#telecom-numbers-inbound-restrictions .button__remove {
  background-color: transparent;
}
#telecom-numbers-inbound-restrictions .button__loading:disabled i,
#telecom-numbers-inbound-restrictions .button__remove:disabled i {
  color: #ccc;
}
#telecom-numbers-inbound-restrictions .button__loading.loading::after {
  color: #aaa;
  background-color: transparent;
}
#telecom-numbers-terms section > header,
.telecom-contracts section > header {
  margin-bottom: 0;
}
#telecom-numbers-terms .signature-view,
.telecom-contracts .signature-view {
  border: none;
  margin: 10 auto;
  padding: 0;
  height: 600px;
  width: 90%;
}
#telecom-numbers-terms .above-iframe,
.telecom-contracts .above-iframe {
  top: 0;
}
#telecom-numbers-terms .below-iframe,
.telecom-contracts .below-iframe {
  bottom: 0;
}
#telecom-numbers-terms #accept-terms-group,
.telecom-contracts #accept-terms-group {
  margin-top: 40px;
  font-size: 1.2em;
}
#telecom-numbers-terms #accept-terms,
.telecom-contracts #accept-terms {
  margin-top: 6px;
}
#telecom-numbers-inventory tr td:first-child {
  width: 75px;
}
#telecom-numbers-inventory .loading::after {
  color: #aaa;
  background-color: transparent;
  margin-left: 36px;
}

#telecom-schemas-add .ngViewport,
#telecom-schema-edit .ngViewport {
  overflow-x: hidden;
  min-height: 300px !important;
  min-width: 100% !important;
}
#telecom-schemas-add .tab-pane,
#telecom-schema-edit .tab-pane {
  bottom: 5px;
}
#telecom-schemas-add .index-row,
#telecom-schema-edit .index-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#telecom-schemas-add .index-row .row,
#telecom-schema-edit .index-row .row {
  margin-right: 0;
}
#telecom-schemas-add .index-cell,
#telecom-schema-edit .index-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: center;
}
#telecom-schemas-add .property-row,
#telecom-schema-edit .property-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#telecom-schemas-add .property-cell,
#telecom-schema-edit .property-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
}
#telecom-schemas-add .type-cell,
#telecom-schema-edit .type-cell {
  padding: 0 10px;
}
#telecom-schemas-add .values-cell,
#telecom-schema-edit .values-cell {
  -webkit-box-flex: 3;
      -ms-flex: 3 0 450px;
          flex: 3 0 450px;
  padding: 10px 10px;
}

#telecom-transfer {
  margin-bottom: 15px;
}
#telecom-transfer input,
#telecom-transfer select {
  margin-bottom: 5px;
}
#telecom-transfer input.moment-picker__input {
  margin-bottom: 0;
}
#telecom-transfer form[name=transferForm] {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 30px;
  min-width: 850px;
}
#telecom-transfer form[name=transferForm] .horizontal-radio-label {
  margin-top: 5px;
  margin-right: 20px;
}
#telecom-transfer form[name=transferForm] .horizontal-radio-label:last-of-type {
  margin-right: 0;
}
#telecom-transfer form[name=transferForm] .address-row {
  margin-left: -15px;
  margin-right: -15px;
}
#telecom-transfer form[name=transferForm] .address-row .form-group:first-of-type {
  margin-left: 0;
}
#telecom-transfer form[name=transferForm] .address-row .form-group:last-of-type {
  margin-right: 0;
}
#telecom-transfer form[name=transferForm] .tollfree-numbers {
  width: 100%;
  margin-bottom: 10px;
}
#telecom-transfer form[name=transferForm] .tollfree-numbers .number-row {
  padding-bottom: 5px;
}
#telecom-transfer form[name=transferForm] .did-numbers {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
#telecom-transfer form[name=transferForm] .did-numbers .did-numbers__input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
#telecom-transfer form[name=transferForm] .did-numbers .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}
#telecom-transfer form[name=transferForm] .did-numbers .error-message {
  margin-bottom: 5px;
}
#telecom-transfer form[name=transferForm] .did-numbers .form-group {
  margin-bottom: 5px;
}
#telecom-transfer form[name=transferForm] .zip-box {
  padding-right: 0px;
}
#telecom-transfer form[name=transferForm] .narrower {
  max-width: 470px;
}
#telecom-transfer .button__loading,
#telecom-transfer .button__remove {
  background-color: transparent;
}
#telecom-transfer .button__loading:disabled i,
#telecom-transfer .button__remove:disabled i {
  color: #ccc;
}
#telecom-transfer .button__loading.loading::after {
  color: #aaa;
  background-color: transparent;
}
#telecom-transfer .drop-box {
  height: 14rem;
  padding-top: 3rem;
}

.upload {
  min-height: 100%;
}
.upload .drop-box {
  display: inline-block;
  background: #fff;
  border: 3px dashed #ddd;
  border-radius: 10px;
  width: 100%;
  height: 20rem;
  text-align: center;
  padding-top: 6rem;
  margin: 10px 0;
}
.upload .drop-box i {
  color: #ccc;
  margin: 0 0 0 5vw;
}
.upload .dragover {
  border: 3px dashed #00f;
  border-radius: 10px;
}
.upload .footer {
  margin-top: 1.5rem;
}
.upload .footer button,
.upload .footer a {
  margin-right: 1.5rem;
}
.upload .ratesheets {
  padding: 0;
  list-style-type: none;
  font-size: 1.6rem;
}
.upload .ratesheet {
  padding-top: 1rem;
}
.upload .ratesheet--heading {
  background-color: #56aac6;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bolder;
  border-radius: 10px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.upload .ratesheet--data {
  border-bottom: 1px solid #ccc;
}
#telecom-transfer.upload .drop-box {
  max-width: 550px;
}

#directory-translations-index .jsoneditor {
  border: 1px solid #b8b8b8;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#directory-translations-index .fixtable-cell-editable {
  cursor: text;
}
#directory-translations-index .fixtable-cell-editable input {
  height: 40px;
  padding: 5px 3px;
  line-height: 1em;
}
#directory-translations-index .fixtable-cell-editable input:focus {
  outline-color: #56aac6;
}
#directory-translations-index .fixtable-cell-editable em,
#directory-translations-index .fixtable-cell-editable input::-webkit-input-placeholder {
  color: #b8b8b8;
  font-style: italic;
  line-height: 16px;
}
#directory-translations-index .fixtable-cell-editable em,
#directory-translations-index .fixtable-cell-editable input:-ms-input-placeholder {
  color: #b8b8b8;
  font-style: italic;
  line-height: 16px;
}
#directory-translations-index .fixtable-cell-editable em,
#directory-translations-index .fixtable-cell-editable input::placeholder {
  color: #b8b8b8;
  font-style: italic;
  line-height: 16px;
}
#directory-translations-index .fixtable-cell-editing {
  padding: 0;
}

.font-133pct {
  font-size: 1.33333em;
}

#webchat-deployment-edit .alert-banner {
  margin-bottom: 5px;
  padding: 5px;
  text-align: left;
}
#webchat-deployment-edit .form-control {
  font-size: 14px;
  letter-spacing: normal;
}
#webchat-deployment-edit .ui-select-container {
  border: 1px solid #b8b8b8;
  border-radius: 4px;
}
#webchat-deployment-edit .ui-select-container.has-error {
  border-color: #ff563a;
}
#webchat-deployment-edit .ui-select-toggle {
  padding: 0.7rem 1.5rem;
}
#webchat-deployment-edit .ui-select-toggle .btn {
  margin-top: 5px;
}
#webchat-deployment-edit .radio {
  margin-top: 0;
}

#home-welcome {
  width: 1080px;
}
#home-welcome td {
  vertical-align: inherit;
}
#home-welcome .steps {
  margin: 0 auto;
  margin-bottom: 35px;
}
#home-welcome .steps .step {
  height: 600px;
  max-width: 500px;
  background-color: #fff;
  box-shadow: 0px 3px 4px -1.5px rgba(0,0,0,0.15);
  border-radius: 4px;
}
#home-welcome .steps .step a {
  font-size: 12pt;
  font-weight: 400;
}
#home-welcome .steps .step ul {
  margin-left: 35px;
}
#home-welcome .steps .step .thumb {
  background-image: url("https://dhqbrvplips7x.cloudfront.net/admin/3164.0.0-180/assets/blue-background.png");
}
#home-welcome .steps .step .thumb img {
  display: block;
}
#home-welcome .steps .step .step-number {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  font-size: 38pt;
  font-weight: 200;
  color: #38a8b4;
  position: relative;
  top: -251px;
  left: -35px;
}
#home-welcome .steps .step .content {
  position: relative;
  top: -50px;
}
#home-welcome .steps .step.one .description.center-justify {
  font-size: 11pt;
}
#home-welcome .steps .step.two .description.center-justify {
  margin-left: 30px;
  width: 250px;
  font-size: 11pt;
}
#home-welcome .steps .step.three .description.center-justify {
  font-size: 11pt;
}

#home-welcomeV2 {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  min-height: 100%;
}
#home-welcomeV2 .min-height-viewport {
  min-height: 100vh;
}
#home-welcomeV2 div .news-and-updates-container iframe {
  position: relative;
}
#home-welcomeV2 .highlighted {
  background-color: #afd9ee;
}
#home-welcomeV2 .home-welcomeV2-inner {
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
}
#home-welcomeV2 .home-welcomeV2-header {
  color: #56aac6;
  font-size: 2.1em;
  font-weight: 600;
}
#home-welcomeV2 .home-welcomeV2-header small {
  font-size: 1em;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 991px) {
  #home-welcomeV2 .welcomeV2-section:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #home-welcomeV2 .welcomeV2-section:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  #home-welcomeV2 .welcomeV2-section:nth-of-type(4n+1) {
    clear: left;
  }
}
#home-welcomeV2 .welcomeV2-section-header,
#home-welcomeV2 .welcomeV2-task-header {
  font-size: 16px;
  font-weight: 600;
}
#home-welcomeV2 .welcomeV2-section-header {
  padding-bottom: 3px;
  border-bottom: 1px solid #d8d8d8;
  margin: 20px 0 10px;
}
#home-welcomeV2 .welcomeV2-resource {
  font-size: 14px;
  line-height: 2.2;
  clear: right;
}
#home-welcomeV2 .welcomeV2-resource-count {
  float: right;
  font-size: 16px;
  line-height: 1.9;
}
#home-welcomeV2 .welcomeV2-task {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
#home-welcomeV2 .welcomeV2-task .row {
  padding: 20px 0;
}
#home-welcomeV2 .welcomeV2-task .btn-lg {
  margin-top: 20px;
}
#home-welcomeV2 .welcomeV2-task-name {
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
  margin: 10px 0;
}
#home-welcomeV2 .welcomeV2-task-description {
  font-size: 16px;
  font-weight: 300;
}
#home-welcomeV2 .welcomeV2-task-time {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}
#home-welcomeV2 .welcomeV2-task-time small {
  font-size: 18px;
}
#home-welcomeV2 .welcomeV2-task-checklist {
  list-style-image: url("https://dhqbrvplips7x.cloudfront.net/admin/3164.0.0-180/assets/checklist-item.png");
  padding-left: 20px;
}
#home-welcomeV2 .welcomeV2-task-checklist li {
  margin: 6px 0;
}

#widget-details .alert-banner {
  margin-bottom: 5px;
  padding: 5px;
  text-align: left;
}
#widget-details .form-control {
  font-size: 14px;
  letter-spacing: normal;
}
#widget-details .ui-select-container {
  border: 1px solid #b8b8b8;
  border-radius: 4px;
}
#widget-details .ui-select-container.has-error {
  border-color: #ff563a;
}
#widget-details .ui-select-toggle {
  padding: 0.7rem 1.5rem;
}
#widget-details .ui-select-toggle .btn {
  margin-top: 5px;
}
#widget-details .radio {
  margin-top: 0;
}
#widget-details .bold {
  font-weight: bold;
}
#widget-details .widget-type-label {
  font-size: 14px;
  margin-left: 20px;
}
#widget-details .vertical-radio-list .radio {
  margin-top: 0;
  margin-left: 40px;
  padding-right: 50px;
}
#widget-details .vertical-radio-list input[type='radio'] {
  margin-left: -30px;
}
#widget-details .vertical-radio-list .help-block {
  margin-left: 20px;
}
#widget-details #flow .btn-link {
  margin-top: 6px;
}
#widget-details .authentication-setting-label {
  margin-left: 40px;
}
#widget-details .widget-initializing {
  margin-top: 20px;
}

#widget-index .table-entry {
  font-weight: 400;
}

/*
 * PROBLEM:
 * We have an extra div - #menu-view - wrapping everything in the page which means that the
 * flex styles applied to the html and body tags don't actually do anything.
 *
 * SOLUTION:
 * Probably to eliminate that div by attaching the controller to an element
 * higher in the DOM? I'm not sure, somebody better at Angular should help with
 * this.
 */
#menu-view {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
/*
 * PROBLEM:
 * Sortable items  (using ng-sortable) are given a border. When panels are used
 * as the sortable elements, these borders are super ugly. And because sortable
 * items are attached to the body while being dragged, this cannot be fixed
 * with a page-level stylesheet.
 */
.panel.as-sortable-item {
  border: 0;
}


.assigned-toggle .bootstrap-switch-container .bootstrap-switch-handle-on,
.assigned-toggle .bootstrap-switch-container .bootstrap-switch-handle-off {
  opacity: 0;
}

person-grants {
  min-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
person-grants ul.dropdown-menu li.active .text-muted {
  color: #f6f6f6;
}
person-grants .pc-group {
  height: 2em;
  width: 2em;
}

.component-listing-card-outer-container {
  max-width: 210px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: opacity 0.2s ease-in;
          transition: opacity 0.2s ease-in;
}
.component-listing-card-outer-container.disabled {
  opacity: 0.3;
}
.component-listing-card-outer-container.disabled:hover {
  opacity: 1;
}
.component-listing-card-outer-container .ribbon {
  text-align: center;
  float: right;
  overflow: visible;
  position: relative;
  z-index: 0;
  right: -5px;
  top: 10px;
}
.component-listing-card-outer-container .ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 19px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 110px;
  display: block;
  background: #808080;
  box-shadow: 0 3px 10px -5px #000;
  position: absolute;
  top: 10px;
  right: -20px;
}
.component-listing-card-outer-container .card-container {
  background: #fff;
  width: 185px;
  height: 325px;
  border-radius: 5px;
  margin-right: 25px;
  margin-bottom: 55px;
  box-shadow: 0px 1px 3px 1px #d5d5d5;
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.component-listing-card-outer-container .card-container .card-icon-container {
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eee;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.component-listing-card-outer-container .card-container .card-icon-container img {
  max-height: 100px;
  max-width: 130px;
}
.component-listing-card-outer-container .card-container .card-title-desc-container {
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 163px;
  overflow: hidden;
}
.component-listing-card-outer-container .card-container .card-title-desc-container .card-title {
  font-size: 14px;
  margin-bottom: 5px;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.component-listing-card-outer-container .card-container .card-title-desc-container .card-description {
  font-size: 13px;
  font-weight: 300;
}
.component-listing-card-outer-container .card-container .card-title-desc-container .card-description span {
  height: 100%;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.component-listing-card-outer-container .card-container .card-controls-container {
  padding: 0 2rem 1rem;
}
.component-listing-card-outer-container.wide {
  max-width: 420px;
  width: 420px;
}
.component-listing-card-outer-container.wide .card-container {
  max-width: 395px;
  width: 395px;
}
.component-listing-card-outer-container.wide .card-container .card-icon-container > img {
  max-width: 310px;
}
.component-listing-card-outer-container.demoted .card-container {
  max-width: 185px;
}
.component-listing-card-outer-container.demoted .card-container .card-icon-container > img {
  max-width: 130px;
}

hour-day-select .input-group.hour-day-select-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  max-width: 19rem;
  padding: 10px;
}
hour-day-select .input-group.hour-day-select-control input[type="number"] {
  width: 40%;
}
hour-day-select .input-group.hour-day-select-control select.form-control {
  width: 60%;
  background-color: #eee;
  border-left: none;
  box-shadow: none;
  border-radius: 0 0.5rem 0.5rem 0;
}

interval-select .input-group.interval-select-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  max-width: 19rem;
}
interval-select .input-group.interval-select-control input[type="number"] {
  width: 40%;
}
interval-select .input-group.interval-select-control select.form-control {
  width: 60%;
  background-color: #eee;
  border-left: none;
  box-shadow: none;
  border-radius: 0 0.5rem 0.5rem 0;
}
