﻿/**/
.c-form .c-form__label {
  display: block;
  width: 100%;
  letter-spacing: .05em;
  font-weight: 600; }
  .c-form .c-form__label small {
    font-weight: 400;
    color: #dc3939;
    letter-spacing: .04em; }

.c-form .c-form__row {
  display: flex;
  flex-flow: row wrap; }

.c-form .c-form__group {
  position: relative;
  margin-bottom: 1.4em; }
  .c-form .c-form__group .c-form__counter {
    position: absolute;
    bottom: -1.5em;
    left: 0;
    font-size: .8em; }
  .c-form .c-form__group .select2-container--default .select2-selection--single {
    border-bottom: 2px solid #c2cad8 !important; }
  .c-form .c-form__group.has-marginTop {
    margin-top: 1.4em; }
  .c-form .c-form__group .c-form__label {
    font-weight: 600;
    margin-bottom: .2em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .c-form .c-form__group .c-form__label.is-checkbox {
      font-weight: 400;
      letter-spacing: 0; }
  .c-form .c-form__group.is-inline.is-checkbox {
    display: inline; }
  .c-form .c-form__group.no-margin {
    margin-bottom: 0; }
  .c-form .c-form__group .c-input__metric {
    position: absolute;
    bottom: 2px;
    right: 0; }
  .c-form .c-form__group .c-form__control.date-picker, .c-form .c-form__group .c-form__control [type="password"] {
    padding-right: 2.8rem !important; }
  .c-form .c-form__group .c-form__control::-ms-reveal {
    display: none; }
  .c-form .c-form__group .c-form__control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-size: 1em; }
  .c-form .c-form__group .c-form__control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-style: italic;
    font-size: 1em; }
  .c-form .c-form__group .c-form__control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-size: 1em; }
  .c-form .c-form__group .c-form__control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-size: 1em; }
  .c-form .c-form__group .c-form__control:not(textarea) {
    background: transparent;
    width: 100% !important;
    border: none;
    border-bottom: 2px solid #c2cad8;
    height: 2em;
    line-height: 2em;
    box-shadow: none;
    font-size: 1em; }
    .c-form .c-form__group .c-form__control:not(textarea).input-validation-error {
      border-bottom-color: #dc3939; }
    .c-form .c-form__group .c-form__control:not(textarea).is-autofilled {
      border: none;
      font-style: italic; }
    .c-form .c-form__group .c-form__control:not(textarea).is-value {
      border: none; }
    .c-form .c-form__group .c-form__control:not(textarea) .dropdown-toggle {
      border: none;
      padding: 0;
      border-radius: 0 !important;
      line-height: 2em;
      background: transparent;
      box-shadow: none; }
      .c-form .c-form__group .c-form__control:not(textarea) .dropdown-toggle:focus {
        outline: none !important; }
    .c-form .c-form__group .c-form__control:not(textarea) .bs-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .c-form .c-form__group .c-form__control:not(textarea).disabled.is-value button {
      opacity: 1;
      cursor: default; }
    .c-form .c-form__group .c-form__control:not(textarea).disabled.is-value .bs-caret {
      display: none; }
    .c-form .c-form__group .c-form__control:not(textarea):disabled ~ .c-form__controlActions a, .c-form .c-form__group .c-form__control:not(textarea):read-only ~ .c-form__controlActions a {
      pointer-events: none;
      cursor: default; }
  .c-form .c-form__group textarea.c-form__control {
    background: transparent;
    width: 100% !important;
    border: none;
    border-bottom: 2px solid #c2cad8;
    min-height: 2em;
    max-height: 25em;
    height: auto;
    overflow: auto;
    line-height: 1.6em;
    box-shadow: none;
    font-size: 1em;
    display: block; }
    .c-form .c-form__group textarea.c-form__control.input-validation-error {
      border-bottom-color: #dc3939; }
    .c-form .c-form__group textarea.c-form__control.is-autofilled {
      border: none;
      font-style: italic;
      resize: none;
      min-height: unset;
      max-height: unset; }
    .c-form .c-form__group textarea.c-form__control.is-value {
      border: none; }
  .c-form .c-form__group .is-empty {
    height: 2em;
    line-height: 2em;
    margin: 0; }
  .c-form .c-form__group .c-form__controlActions {
    position: absolute;
    right: 0;
    bottom: 0; }
    .c-form .c-form__group .c-form__controlActions a, .c-form .c-form__group .c-form__controlActions i, .c-form .c-form__group .c-form__controlActions button {
      text-decoration: none;
      margin-left: .3em;
      background: transparent;
      border: 0; }
      .c-form .c-form__group .c-form__controlActions a:hover, .c-form .c-form__group .c-form__controlActions i:hover, .c-form .c-form__group .c-form__controlActions button:hover {
        cursor: pointer; }
      .c-form .c-form__group .c-form__controlActions a .icon-tsa-round-help, .c-form .c-form__group .c-form__controlActions i .icon-tsa-round-help, .c-form .c-form__group .c-form__controlActions button .icon-tsa-round-help {
        color: #82898c;
        font-size: 1.1em; }
      .c-form .c-form__group .c-form__controlActions a.is-calendar, .c-form .c-form__group .c-form__controlActions i.is-calendar, .c-form .c-form__group .c-form__controlActions button.is-calendar {
        color: #82898c;
        font-size: 1.1em; }
        .c-form .c-form__group .c-form__controlActions a.is-calendar:hover, .c-form .c-form__group .c-form__controlActions i.is-calendar:hover, .c-form .c-form__group .c-form__controlActions button.is-calendar:hover {
          color: #696f72; }
      .c-form .c-form__group .c-form__controlActions a.is-clear, .c-form .c-form__group .c-form__controlActions i.is-clear, .c-form .c-form__group .c-form__controlActions button.is-clear {
        color: #82898c;
        font-size: .95em;
        display: none; }
        .c-form .c-form__group .c-form__controlActions a.is-clear:hover, .c-form .c-form__group .c-form__controlActions i.is-clear:hover, .c-form .c-form__group .c-form__controlActions button.is-clear:hover {
          color: #696f72; }
      .c-form .c-form__group .c-form__controlActions a.is-search, .c-form .c-form__group .c-form__controlActions i.is-search, .c-form .c-form__group .c-form__controlActions button.is-search {
        color: #ffa14a;
        font-size: 1.1em; }
        .c-form .c-form__group .c-form__controlActions a.is-search:hover, .c-form .c-form__group .c-form__controlActions i.is-search:hover, .c-form .c-form__group .c-form__controlActions button.is-search:hover {
          color: #ff8717; }
      .c-form .c-form__group .c-form__controlActions a.is-viewMode, .c-form .c-form__group .c-form__controlActions i.is-viewMode, .c-form .c-form__group .c-form__controlActions button.is-viewMode {
        color: #82898c;
        font-size: 1.1em; }
        .c-form .c-form__group .c-form__controlActions a.is-viewMode:hover, .c-form .c-form__group .c-form__controlActions i.is-viewMode:hover, .c-form .c-form__group .c-form__controlActions button.is-viewMode:hover {
          color: #696f72; }
  @media (max-width: 768px) {
    .c-form .c-form__group .input-validation-error ~ .help-block {
      margin-bottom: 3em; } }
  .c-form .c-form__group .help-block, .c-form .c-form__group .is-validation__error {
    color: #dc3939;
    font-size: .9em;
    letter-spacing: .5px; }
    .c-form .c-form__group .help-block span, .c-form .c-form__group .is-validation__error span {
      position: absolute;
      font-size: 1em;
      margin: 0;
      right: 0; }
    .c-form .c-form__group .help-block:not(.isLarge) span, .c-form .c-form__group .is-validation__error:not(.isLarge) span {
      width: 100%; }
    .c-form .c-form__group .help-block.isLarge, .c-form .c-form__group .is-validation__error.isLarge {
      white-space: nowrap; }
      @media (max-width: 768px) {
        .c-form .c-form__group .help-block.isLarge, .c-form .c-form__group .is-validation__error.isLarge {
          position: relative;
          white-space: normal; } }
  .c-form .c-form__group.is-focused:after {
    background-color: #a3afc4;
    width: 100%;
    transition: 0.4s; }
  .c-form .c-form__group.is-required .help-block {
    margin: -2px 0 0;
    position: relative; }
    .c-form .c-form__group.is-required .help-block:before {
      display: block;
      content: "";
      position: relative;
      top: 0px;
      left: 0;
      width: 2em;
      height: 2px;
      background-color: #dc3939;
      z-index: 2; }
    .c-form .c-form__group.is-required .help-block > span {
      position: absolute;
      right: 0; }
  .c-form .c-form__group.is-required[data-contains-textarea]:before {
    bottom: 5px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .c-form .c-form__group.is-required[data-contains-textarea]:before {
        bottom: 0px; } }
  .c-form .c-form__group.is-disabled:before {
    display: none; }
  .c-form .c-form__group.is-disabled .c-form__label small {
    display: none; }
  .c-form .c-form__group.is-disabled .c-form__control {
    border-bottom: 0 !important; }
    .c-form .c-form__group.is-disabled .c-form__control button {
      cursor: default;
      pointer-events: none; }
    .c-form .c-form__group.is-disabled .c-form__control .bs-caret {
      display: none; }

.c-form.is-display .c-form__group {
  margin-bottom: 0; }

button.c-button__text {
  line-height: 2.6;
  text-decoration: underline;
  font-size: 1em;
  font-weight: 600;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  color: #036c9a;
  min-width: auto;
  padding-left: 1em !important; }
  button.c-button__text:hover {
    color: #012636; }

[class^="c-button"] {
  padding: 0.5em 1.4em 0.5em 1.4em;
  text-align: center;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  margin: 0.2em 0.4em 0.2em 0.4em;
  border-radius: .4em;
  overflow: hidden;
  letter-spacing: 1px;
  border-bottom: .35em solid;
  font-weight: 600;
  min-width: 8em;
  text-decoration: none; }
  [class^="c-button"] .c-button__text {
    border: none;
    padding: 0 !important;
    margin: 0 !important;
    cursor: inherit !important; }
  [class^="c-button"].c-button__primary {
    background-color: #ffa14a;
    border-bottom-color: #e08d41; }
    [class^="c-button"].c-button__primary:not([disabled]) {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      -webkit-transform: perspective(1px) translateZ(0);
      -moz-transform: perspective(1px) translateZ(0);
      -ms-transform: perspective(1px) translateZ(0);
      -o-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      -webkit-transition: color, 0.3s;
      -moz-transition: color, 0.3s;
      -ms-transition: color, 0.3s;
      -o-transition: color, 0.3s;
      transition: color, 0.3s;
      text-decoration: none; }
      [class^="c-button"].c-button__primary:not([disabled]):before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #e08d41;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        -moz-transform-origin: 50%;
        -ms-transform-origin: 50%;
        -o-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: transform, 0.3s;
        -moz-transition: transform, 0.3s;
        -ms-transition: transform, 0.3s;
        -o-transition: transform, 0.3s;
        transition: transform, 0.3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -ms-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      [class^="c-button"].c-button__primary:not([disabled]):hover, [class^="c-button"].c-button__primary:not([disabled]):focus, [class^="c-button"].c-button__primary:not([disabled]):active {
        color: #ffffff; }
        [class^="c-button"].c-button__primary:not([disabled]):hover:before, [class^="c-button"].c-button__primary:not([disabled]):focus:before, [class^="c-button"].c-button__primary:not([disabled]):active:before {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
    [class^="c-button"].c-button__primary:hover:not([disabled]) {
      border-bottom-color: #cd7321;
      text-decoration: none; }
    [class^="c-button"].c-button__primary:hover {
      border-bottom-color: #cd7321;
      text-decoration: none;
      color: #ffffff !important; }
  [class^="c-button"].c-button__default {
    color: #4f4b4b;
    background-color: #eeeeee;
    border-bottom-color: #dadada; }
    [class^="c-button"].c-button__default:not([disabled]) {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      -webkit-transform: perspective(1px) translateZ(0);
      -moz-transform: perspective(1px) translateZ(0);
      -ms-transform: perspective(1px) translateZ(0);
      -o-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      -webkit-transition: color, 0.3s;
      -moz-transition: color, 0.3s;
      -ms-transition: color, 0.3s;
      -o-transition: color, 0.3s;
      transition: color, 0.3s;
      text-decoration: none; }
      [class^="c-button"].c-button__default:not([disabled]):before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #dadada;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        -moz-transform-origin: 50%;
        -ms-transform-origin: 50%;
        -o-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: transform, 0.3s;
        -moz-transition: transform, 0.3s;
        -ms-transition: transform, 0.3s;
        -o-transition: transform, 0.3s;
        transition: transform, 0.3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -ms-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      [class^="c-button"].c-button__default:not([disabled]):hover, [class^="c-button"].c-button__default:not([disabled]):focus, [class^="c-button"].c-button__default:not([disabled]):active {
        color: #888888; }
        [class^="c-button"].c-button__default:not([disabled]):hover:before, [class^="c-button"].c-button__default:not([disabled]):focus:before, [class^="c-button"].c-button__default:not([disabled]):active:before {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
    [class^="c-button"].c-button__default:hover:not([disabled]) {
      border-bottom-color: #c1c1c1;
      text-decoration: none; }
  [class^="c-button"].c-button__link {
    border: none;
    color: #027BB5; }
  [class^="c-button"].c-button__excel {
    color: #ffffff;
    background-color: #568c52;
    border-bottom-color: #52804f;
    min-height: 2.95em;
    min-width: 10.1em !important;
    position: relative;
    display: inline-block; }
    [class^="c-button"].c-button__excel:not([disabled]) {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      -webkit-transform: perspective(1px) translateZ(0);
      -moz-transform: perspective(1px) translateZ(0);
      -ms-transform: perspective(1px) translateZ(0);
      -o-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      -webkit-transition: color, 0.3s;
      -moz-transition: color, 0.3s;
      -ms-transition: color, 0.3s;
      -o-transition: color, 0.3s;
      transition: color, 0.3s;
      text-decoration: none; }
      [class^="c-button"].c-button__excel:not([disabled]):before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #4c7948;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        -moz-transform-origin: 50%;
        -ms-transform-origin: 50%;
        -o-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: transform, 0.3s;
        -moz-transition: transform, 0.3s;
        -ms-transition: transform, 0.3s;
        -o-transition: transform, 0.3s;
        transition: transform, 0.3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -ms-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      [class^="c-button"].c-button__excel:not([disabled]):hover, [class^="c-button"].c-button__excel:not([disabled]):focus, [class^="c-button"].c-button__excel:not([disabled]):active {
        color: #ffffff; }
        [class^="c-button"].c-button__excel:not([disabled]):hover:before, [class^="c-button"].c-button__excel:not([disabled]):focus:before, [class^="c-button"].c-button__excel:not([disabled]):active:before {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
    [class^="c-button"].c-button__excel[disabled], [class^="c-button"].c-button__excel:disabled {
      cursor: wait; }
    [class^="c-button"].c-button__excel:hover:not([disabled]) {
      border-bottom-color: #334e31;
      text-decoration: none; }
  [class^="c-button"].c-button__danger {
    color: #ffffff;
    background-color: #e46464;
    border-bottom-color: #c02222; }
    [class^="c-button"].c-button__danger:not([disabled]) {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      -webkit-transform: perspective(1px) translateZ(0);
      -moz-transform: perspective(1px) translateZ(0);
      -ms-transform: perspective(1px) translateZ(0);
      -o-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      -webkit-transition: color, 0.3s;
      -moz-transition: color, 0.3s;
      -ms-transition: color, 0.3s;
      -o-transition: color, 0.3s;
      transition: color, 0.3s;
      text-decoration: none; }
      [class^="c-button"].c-button__danger:not([disabled]):before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #d62626;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        -moz-transform-origin: 50%;
        -ms-transform-origin: 50%;
        -o-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: transform, 0.3s;
        -moz-transition: transform, 0.3s;
        -ms-transition: transform, 0.3s;
        -o-transition: transform, 0.3s;
        transition: transform, 0.3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -ms-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      [class^="c-button"].c-button__danger:not([disabled]):hover, [class^="c-button"].c-button__danger:not([disabled]):focus, [class^="c-button"].c-button__danger:not([disabled]):active {
        color: #ffffff; }
        [class^="c-button"].c-button__danger:not([disabled]):hover:before, [class^="c-button"].c-button__danger:not([disabled]):focus:before, [class^="c-button"].c-button__danger:not([disabled]):active:before {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
    [class^="c-button"].c-button__danger:hover:not([disabled]) {
      border-bottom-color: #951a1a;
      text-decoration: none; }
  [class^="c-button"]:disabled, [class^="c-button"].is-disabled {
    opacity: 0.5;
    filter: 50;
    cursor: not-allowed !important;
    pointer-events: none; }
  [class^="c-button"][hidden] {
    display: none !important; }

.c-audience__button {
  min-height: 50px;
  min-width: 50px;
  max-width: 220px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 .85em 0 3.35em;
  background: #0088b0;
  color: #ffffff;
  display: inline-block;
  border: none;
  position: relative; }
  .c-audience__button img {
    float: left;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: .85em; }
  .c-audience__button[disabled] {
    cursor: not-allowed; }
    .c-audience__button[disabled] img {
      opacity: 0.5;
      filter: alpha(opacity=50); }

.c-audience__wrapper {
  float: left;
  line-height: initial; }

.c-audience__selection {
  padding: 1.5em .5em;
  position: relative; }
  .c-audience__selection .u-help {
    border-bottom: 1px solid #ccc;
    padding: 0 0 1em;
    margin-bottom: 1.5em;
    letter-spacing: 1px; }
  @media (min-width: 992px) {
    .c-audience__selection.is-divided:after {
      content: "";
      position: absolute;
      top: 0;
      left: 41.66666667%;
      width: 1px;
      background: #f8f8f8;
      height: 100%; } }
  @media (min-width: 992px) {
    .c-audience__selection .is-divided:after {
      content: "";
      position: absolute;
      top: -1.5em;
      right: 0;
      width: 1px;
      background: #f8f8f8;
      height: calc(100% + 3em); } }
  .c-audience__selection .is-separated {
    margin-top: 2em; }
  .c-audience__selection .c-modal__helper {
    padding: 10% 2em;
    border-bottom: none; }
    .c-audience__selection .c-modal__helper i {
      float: none; }
    @media (max-width: 992px) {
      .c-audience__selection .c-modal__helper {
        padding: 0em; }
        .c-audience__selection .c-modal__helper i {
          float: left; } }
  .c-audience__selection .c-form__label {
    font-weight: 500;
    margin-bottom: .8em; }
  .c-audience__selection .c-audience__radio .switch {
    width: 40px;
    height: 20px;
    margin: 0 .7em 0 0; }
    .c-audience__selection .c-audience__radio .switch .slider:before {
      height: 14px;
      width: 14px; }
    .c-audience__selection .c-audience__radio .switch input:checked + .slider:before {
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px); }
  .c-audience__selection span.filter-option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95% !important; }

.c-portal__switcher {
  min-width: 50px;
  max-width: 220px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 .85em 0 .85em;
  background: #0088b0;
  color: #ffffff;
  display: inline-block;
  border: none;
  position: relative;
  letter-spacing: 1px;
  text-align: center;
  float: left; }
  .c-portal__switcher i {
    font-size: 1.2em; }
  .c-portal__switcher span {
    margin-left: .25em; }

.c-portlet {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em; }
  .c-portlet.has-border {
    border: 3px solid #006da2; }
    .c-portlet.has-border .c-portlet__title {
      background: #006da2; }
  .c-portlet.has-border__top {
    border-top: 2px solid #048FCC; }
  .c-portlet.collapse.in .c-portlet__title i.icon-tsa-chevron-up {
    transform: rotate(180deg); }
  .c-portlet.c-portlet__collapsed .c-portlet__title i {
    transform: rotate(180deg); }
  .c-portlet.c-portlet__collapsed .c-portlet__body {
    display: none; }
  .c-portlet .c-portlet__title {
    background: #048FCC;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 1em;
    font-size: 1.15em; }
    .c-portlet .c-portlet__title a {
      color: #ffffff; }
      .c-portlet .c-portlet__title a.c-portlet__expand i {
        transition: all .5s; }
      .c-portlet .c-portlet__title a.c-portlet__expand.collapsed .icon-tsa-chevron-up {
        transform: rotate(180deg); }
      .c-portlet .c-portlet__title a:hover, .c-portlet .c-portlet__title a:focus, .c-portlet .c-portlet__title a:active {
        text-decoration: none; }
      .c-portlet .c-portlet__title a span {
        transition: all .3s ease-in-out;
        display: block; }
      .c-portlet .c-portlet__title a.collapsed span {
        transform: rotate(180deg); }
  .c-portlet .c-portlet__body {
    padding: 1em; }
    .c-portlet .c-portlet__body.is-bar {
      padding: 1em 1em 0; }
      @media (max-width: 992px) {
        .c-portlet .c-portlet__body.is-bar .c-button__primary {
          width: 50%;
          margin: .5em 0 1em; } }
      @media (max-width: 480px) {
        .c-portlet .c-portlet__body.is-bar .c-button__primary {
          width: 100%; } }
    .c-portlet .c-portlet__body.is-overflowed {
      overflow: hidden; }
    .c-portlet .c-portlet__body .c-portlet__header {
      margin: 0 -1em 1em;
      background: #97a6b9;
      padding: .9em 1em; }
      .c-portlet .c-portlet__body .c-portlet__header h3 {
        margin: 0;
        color: #ffffff;
        font-size: 1.1em;
        letter-spacing: 1px;
        font-weight: 600; }
      .c-portlet .c-portlet__body .c-portlet__header.is-first {
        margin: -1em -1em 1em; }

.c-portlet__footer {
  background-color: #f1f1f1;
  padding: 1em 1em 1em 1em; }
  .c-portlet__footer .c-portlet__actions [class^="c-button"]:last-child {
    margin: 0; }

.c-search__toggler {
  float: left;
  color: white;
  cursor: pointer;
  padding: 0 15px; }
  .c-search__toggler.is-open {
    background: #01799c; }

.c-search__form {
  background: #01799c;
  margin: -15px -20px 10px;
  transition: height .3s ease-in-out;
  height: 0;
  overflow: hidden;
  position: relative; }
  .c-search__form.is-open {
    height: 50px; }
  .c-search__form .c-search__group ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-style: normal;
    font-size: 1em; }
  .c-search__form .c-search__group ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-style: normal;
    font-size: 1em; }
  .c-search__form .c-search__group input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-style: normal;
    font-size: 1em; }
  .c-search__form .c-search__group input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-style: normal;
    font-size: 1em; }
  .c-search__form .c-search__group .c-form__control {
    background: transparent;
    border: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 1em;
    color: #fff; }
    @media (max-width: 480px) {
      .c-search__form .c-search__group .c-form__control {
        padding: 0 2em; } }
  .c-search__form .c-search__actions {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 480px) {
      .c-search__form .c-search__actions {
        right: 2em; } }
    .c-search__form .c-search__actions .c-search__action {
      color: #ffffff;
      margin: 0 .25em;
      font-size: .85em;
      cursor: pointer;
      text-decoration: none; }

.c-application__toolbar [class^="c-button"] {
  font-weight: 500;
  min-width: 4em;
  letter-spacing: .8px;
  margin: 0.2em 0.4em 0em 0.4em;
  padding: 0.6em 1.4em 0.6em 1.4em; }

table thead tr th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  color: #027BB5;
  font-weight: bold; }
  table thead tr th i.icon-tsa-sort-fa {
    color: #eeeeee; }

table tbody {
  /*tr {
            td {
                .u-ellipsis {
                    transform: translateY(-50%);
                    top: 50%;
                    position: absolute;
                }
            }
        }*/ }

.c-table__container {
  background: #f1f1f1;
  padding: 1em;
  position: relative;
  z-index: 0;
  margin: 0 -1em -1em; }
  @media (max-width: 480px) {
    .c-table__container {
      padding: .35em; } }
  .c-table__container .c-table__wrapper {
    background: #ffffff;
    padding: 1em; }
  .c-table__container table thead tr th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    color: #027BB5;
    font-weight: bold; }
    .c-table__container table thead tr th i.icon-tsa-sort-fa {
      color: #eeeeee;
      float: none !important;
      margin-left: .5em; }
  .c-table__container table tbody tr td {
    position: relative;
    vertical-align: middle; }
    .c-table__container table tbody tr td.c-table__wordBreak {
      word-break: break-all; }
      @media (min-width: 992px) {
        .c-table__container table tbody tr td.c-table__wordBreak {
          width: 15%; } }
    .c-table__container table tbody tr td .c-table__button {
      color: #e08d41;
      background: #ffffff;
      font-size: 1em;
      border-radius: 25px !important;
      border: 1px solid #ffa14a;
      padding: .3em 1.2em .3em 1.2em;
      line-height: 1em;
      text-decoration: none; }
      .c-table__container table tbody tr td .c-table__button:hover {
        background: #e08d41;
        color: #ffffff; }
  .c-table__container table.footable-details td.c-table__wordBreak {
    word-break: break-all; }
    @media (min-width: 992px) {
      .c-table__container table.footable-details td.c-table__wordBreak {
        width: auto; } }

.footable thead tr th i.icon-tsa-sort-fa, .footable thead tr th i.icon-tsa-sort-asc-fa, .footable thead tr th i.icon-tsa-sort-desc-fa {
  float: none !important;
  margin-left: .5em; }

.c-table__actionlink {
  color: #989898;
  text-decoration: none;
  border: none;
  background: transparent;
  position: relative;
  padding-left: .85em;
  margin-right: .85em;
  font-size: 1.1em;
  display: inline-block; }
  .c-table__actionlink:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 1em;
    top: .2em;
    background: #ccc; }
  .c-table__actionlink:hover {
    color: #4c4c4c;
    text-decoration: none; }
  .c-table__actionlink:first-child {
    padding-left: 0em; }
    .c-table__actionlink:first-child:before {
      display: none; }
  .c-table__actionlink:last-child {
    margin-right: 0em; }
  .c-table__actionlink:only-child:before {
    display: none; }

.c-filters {
  background: #f2fbff;
  margin: -1em -1em 0em;
  padding: 1em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  transition: all .3s ease-in-out; }
  .c-filters ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-size: 1em; }
  .c-filters ::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-size: 1em; }
  .c-filters input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-size: 1em; }
  .c-filters input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-size: 1em; }
  .c-filters:only-child:before {
    display: none; }

table tbody tr td {
  position: relative;
  vertical-align: middle; }
  table tbody tr td .c-table__button {
    color: #e08d41;
    background: #ffffff;
    font-size: 1em;
    border-radius: 25px !important;
    border: 1px solid #ffa14a;
    padding: .3em 1.2em .3em 1.2em;
    line-height: 1em;
    text-decoration: none; }
    table tbody tr td .c-table__button:hover {
      background: #e08d41;
      color: #ffffff; }

.c-filters {
  background: #f2fbff;
  margin: -1em -1em 0em;
  padding: 1em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  transition: all .3s ease-in-out; }
  .c-filters ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-size: 1em; }
  .c-filters ::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-size: 1em; }
  .c-filters input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-size: 1em; }
  .c-filters input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-size: 1em; }
  .c-filters [data-collapsable-filters] {
    transition: all .3s ease-in-out;
    max-height: 750px;
    overflow: hidden;
    padding-bottom: .2em; }
  .c-filters .c-form__actions {
    border-top: 1px solid #deecf5;
    padding-top: 1em;
    margin-top: .5em; }
    .c-filters .c-form__actions .c-button__link {
      display: inline-block;
      text-align: left;
      padding: 0.5em 0em 0.5em 0em;
      text-decoration: underline; }
    @media (max-width: 480px) {
      .c-filters .c-form__actions [data-main-actions] {
        width: 100%; }
        .c-filters .c-form__actions [data-main-actions] button, .c-filters .c-form__actions [data-main-actions] a {
          display: block;
          margin-bottom: .5em; }
          .c-filters .c-form__actions [data-main-actions] button.last-child, .c-filters .c-form__actions [data-main-actions] a.last-child {
            margin-bottom: 0; } }
  .c-filters.is-collapsed, .c-filters .is-collapsed {
    padding-top: 0; }
    .c-filters.is-collapsed.c-form, .c-filters .is-collapsed.c-form {
      margin-top: -1em; }
    .c-filters.is-collapsed .c-form__actions, .c-filters .is-collapsed .c-form__actions {
      margin-top: 0em;
      border-top: none; }
    .c-filters.is-collapsed [data-collapsable-filters], .c-filters .is-collapsed [data-collapsable-filters] {
      height: 0; }

.u-ellipsis {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.u-message {
  margin: 0 0 1em;
  padding: 1em;
  border-left: 5px solid #eeeeee;
  border-radius: 0;
  width: 100%; }
  .u-message i {
    margin-top: 2px; }
  .u-message p {
    margin-bottom: 0;
    font-style: normal;
    font-size: 0.9em; }
  .u-message.is-default {
    border-color: #eeeeee;
    color: #888888;
    background: #f9f9f9; }
    .u-message.is-default strong {
      color: #6f6f6f; }
  .u-message.is-danger {
    border-color: #dc3939;
    color: #dc3939;
    background: #fff0f0; }
    .u-message.is-danger strong {
      color: #dc3939; }
    .u-message.is-danger .u-link {
      color: #dc3939;
      text-decoration: underline; }
  .u-message.is-warning {
    border-color: #ffa14a;
    color: #de7e25;
    background: #fdf7e4; }
    .u-message.is-warning strong {
      color: #de7e25; }
    .u-message.is-warning .u-link {
      color: #de7e25;
      text-decoration: underline; }
  .u-message.is-info {
    border-color: #048fcc;
    color: #006da2;
    background: #e8f1f5; }
    .u-message.is-info strong {
      color: #006da2; }
    .u-message.is-info .u-link {
      color: #006da2;
      text-decoration: underline; }
  .u-message.is-success {
    border-color: #26C281;
    color: #a02929;
    background: #ffdbdb; }
    .u-message.is-success strong {
      color: #a02929; }
    .u-message.is-success .u-link {
      color: #a02929;
      text-decoration: underline; }

.u-help {
  padding: .85em 0;
  letter-spacing: 1px; }
  .u-help i {
    color: #ccc;
    font-size: 1.4em;
    float: left;
    margin-right: .5em; }

.c-tabs__wrapper {
  position: relative;
  margin: -1em -1em 0em;
  border-bottom: 1px solid #eee;
  background: white;
  position: relative;
  z-index: 3; }
  @media (max-width: 992px) {
    .c-tabs__wrapper > div {
      width: 100%; }
      .c-tabs__wrapper > div .c-tabs {
        width: 100%; } }
  .c-tabs__wrapper [class^="c-button"] {
    margin: .45em .65em; }
  .c-tabs__wrapper .c-tabs {
    float: left; }
    .c-tabs__wrapper .c-tabs .c-tabs__menu {
      float: left;
      min-width: 200px;
      text-align: center; }
      .c-tabs__wrapper .c-tabs .c-tabs__menu a {
        display: block;
        padding: 1.2em 0;
        font-weight: 600;
        color: #a3a3a3;
        position: relative;
        text-decoration: none; }
        .c-tabs__wrapper .c-tabs .c-tabs__menu a:after {
          position: absolute;
          content: "";
          width: 1px;
          height: 1em;
          right: 0;
          top: 1.5em;
          background: #ececec; }
      .c-tabs__wrapper .c-tabs .c-tabs__menu:last-child a:after {
        display: none; }
      .c-tabs__wrapper .c-tabs .c-tabs__menu.active a {
        color: #027BB5; }
      @media (max-width: 992px) {
        .c-tabs__wrapper .c-tabs .c-tabs__menu {
          width: 100%; }
          .c-tabs__wrapper .c-tabs .c-tabs__menu.active {
            background: #027BB5; }
            .c-tabs__wrapper .c-tabs .c-tabs__menu.active a {
              color: white; }
          .c-tabs__wrapper .c-tabs .c-tabs__menu a:after {
            display: none; } }
  .c-tabs__wrapper .js-active-tab {
    border: none; }
  .c-tabs__wrapper .js-tab-underline {
    width: 200px;
    height: 2px;
    left: 0px;
    bottom: -1px;
    position: absolute;
    background: #027BB5;
    transition: .5s ease; }
    @media (max-width: 992px) {
      .c-tabs__wrapper .js-tab-underline {
        display: none; } }

.c-tabs__item {
  display: none; }
  .c-tabs__item .c-filters {
    margin: 0 -1em 0; }
  .c-tabs__item.active {
    display: block; }

.c-searh__bar {
  background: #33a9d9;
  color: #ffffff;
  display: block;
  text-align: center;
  height: 6.5em;
  margin: -1em;
  line-height: 6em;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
  overflow: hidden; }
  @media (max-width: 992px) {
    .c-searh__bar {
      margin: -1em -1em 1em;
      height: 3.2em;
      line-height: 3em; } }
  .c-searh__bar.is-hospital:before {
    font-family: 'icomoon' !important;
    content: "\e922";
    position: absolute;
    z-index: 0;
    font-size: 8em;
    opacity: .3;
    top: 1rem;
    left: 1rem;
    font-weight: normal; }
  .c-searh__bar.is-search:before {
    font-family: 'icomoon' !important;
    content: "\e918";
    position: absolute;
    z-index: 0;
    font-size: 7em;
    opacity: .3;
    top: -.25em;
    right: -.2em;
    font-weight: normal; }
  .c-searh__bar .c-searh__battitle {
    font-size: 1.1em; }

.c-counters {
  text-align: right;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 0 1em 1.2em;
  margin: 0 -2em 1em;
  border-bottom: 1px solid #eee; }
  .c-counters strong {
    font-weight: 700;
    margin-right: 1em; }
  .c-counters.no-border {
    font-weight: 300;
    border: none;
    margin: 0 1.5em;
    padding: .65em 0; }
  .c-counters .c-counter__total {
    background: #cad7dd;
    border-radius: 2em;
    padding: .5em 1em;
    font-weight: bold;
    letter-spacing: .5px;
    margin-left: .35em; }
    .c-counters .c-counter__total.is-highlight {
      background: #ffa14a;
      color: #ffffff; }
  .c-counters .c-divider {
    display: inline-block;
    height: 1.5em;
    background: #d3d3d3;
    width: 1px;
    margin: 0 1em;
    position: relative;
    top: 7px; }

.footable-detail-row td {
  background: #f2fbff !important; }
  .footable-detail-row td .blockOverlay {
    background: #f2fbff !important;
    opacity: 1 !important; }
  .footable-detail-row td .u-loading {
    text-align: right;
    float: left; }
    .footable-detail-row td .u-loading > div {
      width: 1.1rem;
      height: 1.1rem;
      background-color: #82898c;
      margin: 0 .2rem;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
    .footable-detail-row td .u-loading .bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s; }
    .footable-detail-row td .u-loading .bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s; }

.footable-detail-row td .footable-details tr th {
  color: #027BB5 !important;
  background: #f2fbff !important;
  font-weight: 600 !important;
  letter-spacing: .5px; }

.is-empty {
  color: #6f6f6f;
  letter-spacing: 1.5px;
  text-align: center;
  display: block; }
  .is-empty .icon-tsa-emptyResult {
    display: block;
    margin-bottom: 0.25em;
    font-size: 2.5em;
    color: #d0d0d0;
    position: relative; }
    .is-empty .icon-tsa-emptyResult:before {
      content: "\e918"; }
    .is-empty .icon-tsa-emptyResult:after {
      content: "\e90c";
      font-size: .6em;
      background: white;
      border-radius: 50%;
      text-align: center;
      width: 1.2em;
      display: inline-block;
      height: 1.25em;
      line-height: 1.25em;
      position: absolute;
      left: 50%;
      color: #ffa14a;
      top: .45em;
      transform: translateX(-100%); }
  .is-empty p {
    margin-bottom: 0;
    letter-spacing: 1.5px;
    font-size: 0.95em;
    text-align: center; }

.tooltip in {
  filter: alpha(opacity=100);
  opacity: 1; }

.tooltip .tooltip-inner {
  background-color: #333333;
  border-radius: 0;
  text-align: left;
  max-width: 13em;
  font-family: "Open Sans",sans-serif;
  padding: .5em 1em;
  font-size: 1.1em;
  word-wrap: anywhere; }
  .tooltip .tooltip-inner strong {
    display: block;
    letter-spacing: .3px; }

.tooltip.top .tooltip-arrow {
  border-top-color: #333333; }

.tooltip.right .tooltip-arrow {
  border-right-color: #333333; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #333333; }

.tooltip.left .tooltip-arrow {
  border-left-color: #333333; }

.c-switch__label .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px; }

.c-switch__label .switch input {
  display: none; }

.c-switch__label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffa14a;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0.5; }

.c-switch__label .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

.c-switch__label input:checked + .slider {
  background-color: #ffa14a;
  opacity: 1; }

.c-switch__label input:focus + .slider {
  box-shadow: 0 0 1px #ffa14a; }

.c-switch__label input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px); }

.c-switch__label .slider.round {
  border-radius: 34px; }

.c-switch__label .slider.round:before {
  border-radius: 50%; }

.is-item__list .c-action__link {
  color: #989898;
  text-decoration: none;
  border: none;
  background: transparent;
  position: relative;
  padding-left: .85em;
  margin-right: .85em;
  font-size: 1.1em; }
  .is-item__list .c-action__link:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 1em;
    top: .2em;
    background: #ccc; }
  .is-item__list .c-action__link:hover {
    color: #4c4c4c; }
  .is-item__list .c-action__link:first-child:before {
    display: none; }
  .is-item__list .c-action__link.c-action__remove {
    color: #dc3939; }
    .is-item__list .c-action__link.c-action__remove:hover {
      text-decoration: none;
      color: #691313; }

.c-checkbox__wrapperInline {
  margin-top: .5em; }

.c-radio__wrapperInline {
  margin-top: .5em; }
  .c-radio__wrapperInline .is-child {
    padding-left: 1em;
    position: relative; }
    .c-radio__wrapperInline .is-child:before {
      width: 1px;
      content: "";
      height: 1em;
      background: #ccc;
      position: absolute;
      top: .2em;
      left: 0;
      display: inline-block; }

.c-radio__inline {
  display: inline-block; }

.c-radio__block {
  display: block; }

.c-radio__inline, .c-radio__block {
  margin-right: 1em; }
  .c-radio__inline [type="radio"]:checked,
  .c-radio__inline [type="radio"]:not(:checked), .c-radio__block [type="radio"]:checked,
  .c-radio__block [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .c-radio__inline [type="radio"]:checked + label,
  .c-radio__inline [type="radio"]:not(:checked) + label, .c-radio__block [type="radio"]:checked + label,
  .c-radio__block [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: 500;
    letter-spacing: 1px; }
  .c-radio__inline [type="radio"]:checked + label:before,
  .c-radio__inline [type="radio"]:not(:checked) + label:before, .c-radio__block [type="radio"]:checked + label:before,
  .c-radio__block [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #c2c2c2;
    border-radius: 100%;
    background: #fff; }
  .c-radio__inline [type="radio"]:checked + label:after,
  .c-radio__inline [type="radio"]:not(:checked) + label:after, .c-radio__block [type="radio"]:checked + label:after,
  .c-radio__block [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #048fcc;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .c-radio__inline [type="radio"]:not(:checked) + label:after, .c-radio__block [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .c-radio__inline [type="radio"]:checked + label:after, .c-radio__block [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

.c-checkbox__inline {
  display: inline-block;
  margin-right: 1em; }
  .c-checkbox__inline [type="checkbox"]:checked,
  .c-checkbox__inline [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .c-checkbox__inline [type="checkbox"]:checked ~ label,
  .c-checkbox__inline [type="checkbox"]:not(:checked) ~ label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: 500;
    letter-spacing: 1px;
    width: auto; }
  .c-checkbox__inline [type="checkbox"]:checked ~ label:before,
  .c-checkbox__inline [type="checkbox"]:not(:checked) ~ label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #c2c2c2;
    border-radius: 0;
    background: #fff; }
  .c-checkbox__inline [type="checkbox"]:checked ~ label:after,
  .c-checkbox__inline [type="checkbox"]:not(:checked) ~ label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #048fcc;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .c-checkbox__inline [type="checkbox"]:not(:checked) ~ label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .c-checkbox__inline [type="checkbox"]:checked ~ label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

.c-message {
  margin: .5em 0 0;
  padding: 1.2em 2em 1.2em 2em;
  border-left: 5px solid #eeeeee;
  border-radius: 0;
  position: relative; }
  .c-message [class^="icon"] {
    font-size: 1.2em;
    float: left;
    margin-right: 0.5em; }
  .c-message.is-danger {
    border-color: #dc3939;
    color: #dc3939;
    background: #fff0f0; }
    .c-message.is-danger i {
      margin-right: .5em;
      font-size: 1.5em;
      float: left; }
    .c-message.is-danger strong {
      color: #dc3939; }
    .c-message.is-danger p {
      margin-bottom: 0;
      font-style: italic;
      font-size: 0.9em; }
  .c-message.is-top {
    margin-top: 0;
    margin-bottom: 1em; }
  .c-message.is-warning {
    border-color: #ffa14a;
    color: #de7e25;
    background: #fdf7e4;
    font-size: 1em;
    letter-spacing: .8px;
    position: relative; }
    .c-message.is-warning i {
      margin-top: 2px; }
      .c-message.is-warning i.is-close {
        position: absolute;
        right: 2em;
        cursor: pointer; }
    .c-message.is-warning strong {
      color: #de7e25; }
    .c-message.is-warning p {
      margin-bottom: 0;
      font-style: italic;
      font-size: 1em;
      letter-spacing: 1px; }
    .c-message.is-warning.is-top {
      margin: 0 0 1em; }
    .c-message.is-warning.is-bottom {
      margin: 1em 0 0; }
    .c-message.is-warning.is-middle {
      margin: 1em 0; }
    .c-message.is-warning .u-link {
      color: #de7e25;
      text-decoration: underline; }
  .c-message.is-info {
    border-color: #048fcc;
    color: #006da2;
    background: #e8f1f5; }
    .c-message.is-info strong {
      color: #006da2; }
    .c-message.is-info .u-link {
      color: #006da2;
      text-decoration: underline; }
    .c-message.is-info p {
      margin-bottom: 0;
      font-size: 1em;
      letter-spacing: 1px; }
  .c-message.is-success {
    border-color: #26C281;
    color: #a02929;
    background: #ffdbdb; }
    .c-message.is-success strong {
      color: #a02929; }
    .c-message.is-success p {
      margin-bottom: 0;
      font-style: italic;
      font-size: 0.9em; }

.c-pill__round {
  color: #ffffff;
  border-radius: 3em;
  padding: .1em 1em;
  float: right;
  text-decoration: none;
  cursor: pointer;
  font-size: .85em;
  letter-spacing: 1px;
  line-height: 2;
  margin: 0 .5em; }
  .c-pill__round.is-primary {
    background: #048FCC; }
    .c-pill__round.is-primary:hover {
      background: #027BB5; }
  .c-pill__round.is-secondary {
    background: #ffa14a; }
    .c-pill__round.is-secondary:hover {
      background: #e08d41; }
  .c-pill__round:hover {
    color: #ffffff;
    text-decoration: none; }

@media (max-width: 767px) {
  .c-application__toolbar {
    width: 100%; }
    .c-application__toolbar [class^="c-button"]:only-child {
      width: 100%;
      margin: 0; } }

.dropdown-header .text {
  padding: 8px 0;
  color: #2d2d2d;
  text-decoration: none;
  display: block;
  clear: both;
  font-weight: 600;
  line-height: 18px;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 1px; }

.bootstrap-select > select {
  pointer-events: none; }

.c-documents__tabwrapper .c-documents__tablist .c-documents__tabitem {
  border-left: 3px solid transparent; }
  .c-documents__tabwrapper .c-documents__tablist .c-documents__tabitem a {
    font-size: 1em;
    margin: 0;
    padding: 10px 13px 8px;
    color: #6f6f6f;
    border: none;
    border-radius: 0; }
  .c-documents__tabwrapper .c-documents__tablist .c-documents__tabitem:hover, .c-documents__tabwrapper .c-documents__tablist .c-documents__tabitem.active {
    background: #fff;
    border-left: 3px solid #e08d41; }
    .c-documents__tabwrapper .c-documents__tablist .c-documents__tabitem:hover a, .c-documents__tabwrapper .c-documents__tablist .c-documents__tabitem.active a {
      background: #fff3c5;
      color: #e08d41; }
  .c-documents__tabwrapper .c-documents__tablist .c-documents__tabitem.requiredDoc {
    border-left-color: #bd2626; }
    .c-documents__tabwrapper .c-documents__tablist .c-documents__tabitem.requiredDoc a {
      background: #fff0f0;
      color: #bd2626;
      font-weight: 600; }
      .c-documents__tabwrapper .c-documents__tablist .c-documents__tabitem.requiredDoc a i {
        color: #bd2626;
        margin-top: 2px; }
  .c-documents__tabwrapper .c-documents__tablist .c-documents__tabitem.requiredDoc.active a {
    background: #fff3c5; }
  .c-documents__tabwrapper .c-documents__tablist .c-documents__tabitem.uploadedDoc {
    border-left-color: #1b9361; }
    .c-documents__tabwrapper .c-documents__tablist .c-documents__tabitem.uploadedDoc a {
      background: #cbf3e2 !important;
      color: #1b9361;
      font-weight: 600; }
      .c-documents__tabwrapper .c-documents__tablist .c-documents__tabitem.uploadedDoc a i {
        color: #1b9361;
        margin-top: 2px; }
  .c-documents__tabwrapper .c-documents__tablist .c-documents__tabitem.uploadedDoc.active a {
    background: #fff3c5; }

@media (max-width: 992px) {
  .tab-content {
    margin-top: 1em; } }

.c-dropFiles__wrapper {
  border: 2px dashed #98a6ba !important;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.01); }
  .c-dropFiles__wrapper.has-error {
    background: #fff0f0;
    border-color: #ca3030 !important;
    color: #ca3030 !important; }
    .c-dropFiles__wrapper.has-error .icon-tsa-file-upload {
      color: #ca3030 !important; }
  .c-dropFiles__wrapper .c-dropFiles__errors {
    border-top: 1px solid #ca3030 !important;
    width: 100%;
    padding: 1em; }
    .c-dropFiles__wrapper .c-dropFiles__errors > span {
      display: block; }

.c-dropFiles {
  min-height: 72px !important;
  padding: .85em !important; }
  @media (max-width: 480px) {
    .c-dropFiles {
      min-height: 80px; } }
  .c-dropFiles .dz-remove {
    padding: 0.5em 1em 0.5em 1em !important;
    text-align: center !important;
    color: #ffffff !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 1em;
    margin: .5em 0 0 0 !important;
    border-radius: .4em !important;
    overflow: hidden;
    letter-spacing: 1px;
    border-bottom: .35em solid !important;
    font-weight: 600;
    min-width: 7em;
    text-decoration: none !important;
    background: #ffa14a !important;
    border-bottom-color: #e08d41 !important; }
    .c-dropFiles .dz-remove:not([disabled]) {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      -webkit-transform: perspective(1px) translateZ(0);
      -moz-transform: perspective(1px) translateZ(0);
      -ms-transform: perspective(1px) translateZ(0);
      -o-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      -webkit-transition: color, 0.3s;
      -moz-transition: color, 0.3s;
      -ms-transition: color, 0.3s;
      -o-transition: color, 0.3s;
      transition: color, 0.3s;
      text-decoration: none !important; }
      .c-dropFiles .dz-remove:not([disabled]):before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #e08d41;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        -moz-transform-origin: 50%;
        -ms-transform-origin: 50%;
        -o-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: transform, 0.3s;
        -moz-transition: transform, 0.3s;
        -ms-transition: transform, 0.3s;
        -o-transition: transform, 0.3s;
        transition: transform, 0.3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -ms-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .c-dropFiles .dz-remove:not([disabled]):hover, .c-dropFiles .dz-remove:not([disabled]):focus, .c-dropFiles .dz-remove:not([disabled]):active {
        color: #ffffff; }
        .c-dropFiles .dz-remove:not([disabled]):hover:before, .c-dropFiles .dz-remove:not([disabled]):focus:before, .c-dropFiles .dz-remove:not([disabled]):active:before {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
    .c-dropFiles .dz-remove:hover:not([disabled]) {
      border-bottom-color: #cd7321;
      text-decoration: none !important; }
    .c-dropFiles .dz-remove:hover {
      border-bottom-color: #cd7321;
      text-decoration: none !important;
      color: #ffffff !important; }
  .c-dropFiles .dz-message {
    left: 0 !important;
    margin: 1em !important;
    height: auto !important;
    top: 0 !important;
    width: calc(100% - 2em) !important;
    position: relative !important;
    margin: 0 !important; }
    .c-dropFiles .dz-message > span {
      display: inline-block;
      text-align: left; }
      .c-dropFiles .dz-message > span span {
        float: left;
        font-size: 1em;
        letter-spacing: .5px;
        font-weight: 300; }
        @media (max-width: 480px) {
          .c-dropFiles .dz-message > span span.c-dropFile__message {
            width: 75%; } }
        .c-dropFiles .dz-message > span span strong {
          font-size: 1.2em;
          display: block;
          line-height: 1; }
        .c-dropFiles .dz-message > span span:first-child {
          color: #009ac6;
          font-size: 3.2em;
          font-style: normal;
          margin: 0 .4em 0 .25em; }
  .c-dropFiles .dz-preview {
    border: none !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) !important;
    background: white !important;
    margin: 0 1em 1em 0 !important;
    border-top: 4px solid transparent !important; }
    .c-dropFiles .dz-preview .dz-size {
      color: initial !important; }
    .c-dropFiles .dz-preview.dz-error {
      border-top: 4px solid #ca3030 !important; }
      .c-dropFiles .dz-preview.dz-error .dz-size {
        color: initial !important; }
      .c-dropFiles .dz-preview.dz-error .dz-error-message {
        display: none !important; }
      .c-dropFiles .dz-preview.dz-error .dz-remove {
        background: #ca3030 !important;
        border-bottom-color: #a12626 !important; }
        .c-dropFiles .dz-preview.dz-error .dz-remove:not([disabled]) {
          display: inline-block;
          vertical-align: middle;
          position: relative;
          -webkit-transform: perspective(1px) translateZ(0);
          -moz-transform: perspective(1px) translateZ(0);
          -ms-transform: perspective(1px) translateZ(0);
          -o-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
          -webkit-transition: color, 0.3s;
          -moz-transition: color, 0.3s;
          -ms-transition: color, 0.3s;
          -o-transition: color, 0.3s;
          transition: color, 0.3s;
          text-decoration: none !important; }
          .c-dropFiles .dz-preview.dz-error .dz-remove:not([disabled]):before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #a12626;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 50%;
            -moz-transform-origin: 50%;
            -ms-transform-origin: 50%;
            -o-transform-origin: 50%;
            transform-origin: 50%;
            -webkit-transition: transform, 0.3s;
            -moz-transition: transform, 0.3s;
            -ms-transition: transform, 0.3s;
            -o-transition: transform, 0.3s;
            transition: transform, 0.3s;
            -webkit-transition-timing-function: ease-out;
            -moz-transition-timing-function: ease-out;
            -ms-transition-timing-function: ease-out;
            -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
          .c-dropFiles .dz-preview.dz-error .dz-remove:not([disabled]):hover, .c-dropFiles .dz-preview.dz-error .dz-remove:not([disabled]):focus, .c-dropFiles .dz-preview.dz-error .dz-remove:not([disabled]):active {
            color: #ffffff; }
            .c-dropFiles .dz-preview.dz-error .dz-remove:not([disabled]):hover:before, .c-dropFiles .dz-preview.dz-error .dz-remove:not([disabled]):focus:before, .c-dropFiles .dz-preview.dz-error .dz-remove:not([disabled]):active:before {
              -webkit-transform: scaleX(1);
              -moz-transform: scaleX(1);
              -ms-transform: scaleX(1);
              -o-transform: scaleX(1);
              transform: scaleX(1); }
        .c-dropFiles .dz-preview.dz-error .dz-remove:hover:not([disabled]) {
          border-bottom-color: #a12626;
          text-decoration: none !important; }
        .c-dropFiles .dz-preview.dz-error .dz-remove:hover {
          border-bottom-color: #781c1c;
          text-decoration: none !important;
          color: #ffffff !important; }
  .c-dropFiles.dz-started {
    padding-bottom: 0 !important; }

.u-helper {
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
  padding: .5em 0 1em;
  letter-spacing: 1px; }
  .u-helper i {
    color: #ccc;
    font-size: 1.4em;
    margin-bottom: .5em;
    float: left;
    margin-right: .5em; }

.u-link {
  text-decoration: underline; }

.has-noPermission i {
  font-size: 50px;
  margin-top: 135px;
  color: #c4c4c5;
  display: block;
  margin-bottom: 2rem; }

.has-noPermission .c-error__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  color: #009ac6;
  width: 80%;
  margin: 0 auto; }

.has-noPermission .c-error__message {
  font-weight: 100;
  font-size: 20px;
  margin: 20px 0; }

.notify {
  bottom: 0 !important;
  margin: 0 !important;
  padding: 7px !important;
  text-align: center !important;
  background: white !important;
  opacity: 1 !important;
  font-weight: 600 !important;
  color: #dc3939; }
  .notify div:before {
    content: "\e90c";
    font-family: 'icomoon';
    font-size: 1em;
    margin-right: .5em; }

.u-loading {
  text-align: center; }
  .u-loading > div {
    width: 1.1rem;
    height: 1.1rem;
    background-color: #ffa14a;
    margin: 0 .1rem;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .u-loading .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .u-loading .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.datepicker.dropdown-menu:after {
  z-index: -1 !important; }

.datepicker.dropdown-menu:before {
  z-index: -1 !important; }

.datepicker.dropdown-menu.datepicker-orient-top:after {
  top: auto !important;
  bottom: -6px !important; }

.datepicker.dropdown-menu.datepicker-orient-top:before {
  top: auto !important;
  bottom: -9px !important; }

.datepicker.dropdown-menu {
  white-space: nowrap;
  width: 225px !important;
  z-index: 1060 !important; }
  .datepicker.dropdown-menu:after {
    z-index: -1; }
  .datepicker.dropdown-menu:before {
    z-index: -1; }
  .datepicker.dropdown-menu.datepicker-orient-top:after {
    top: auto;
    bottom: -6px; }
  .datepicker.dropdown-menu.datepicker-orient-top:before {
    top: auto;
    bottom: -9px; }
  .datepicker.dropdown-menu .table-condensed {
    width: 100%; }

.datepicker table thead th {
  border-bottom: none !important;
  color: #4f4b4b !important; }

.datepicker.dropdown-menu:after {
  width: 10px; }

.datepicker.dropdown-menu:before {
  width: 10px; }

.datepicker table tr td.active.active {
  background-color: #ffa14a !important;
  border-color: #ffa14a !important; }
  .datepicker table tr td.active.active:hover {
    background-color: #e08d41 !important;
    border-color: #e08d41 !important; }

.sweet-alert h2 {
  font-size: 1.35em !important;
  line-height: 1.2 !important;
  margin: 1.5em 0 .35em !important;
  padding: 0 1em !important; }

.sweet-alert p {
  padding: 0 2em !important; }

.sa-button-container {
  display: flex;
  justify-content: center;
  margin-top: 1.5em; }
  .sa-button-container .cancel, .sa-button-container .confirm {
    padding: 0.5em 1.4em 0.5em 1.4em;
    text-align: center;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    margin: 0.2em 0.4em 0.2em 0.4em;
    border-radius: .4em;
    overflow: hidden;
    letter-spacing: 1px;
    border-bottom: .35em solid;
    font-weight: 600;
    min-width: 8em;
    text-decoration: none;
    box-shadow: none !important; }
  .sa-button-container .cancel {
    order: 2;
    color: #4f4b4b;
    background-color: #eeeeee !important;
    border-bottom-color: #dadada; }
    .sa-button-container .cancel:not([disabled]) {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      -webkit-transform: perspective(1px) translateZ(0);
      -moz-transform: perspective(1px) translateZ(0);
      -ms-transform: perspective(1px) translateZ(0);
      -o-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      -webkit-transition: color, 0.3s;
      -moz-transition: color, 0.3s;
      -ms-transition: color, 0.3s;
      -o-transition: color, 0.3s;
      transition: color, 0.3s;
      text-decoration: none; }
      .sa-button-container .cancel:not([disabled]):before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #dadada;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        -moz-transform-origin: 50%;
        -ms-transform-origin: 50%;
        -o-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: transform, 0.3s;
        -moz-transition: transform, 0.3s;
        -ms-transition: transform, 0.3s;
        -o-transition: transform, 0.3s;
        transition: transform, 0.3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -ms-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .sa-button-container .cancel:not([disabled]):hover, .sa-button-container .cancel:not([disabled]):focus, .sa-button-container .cancel:not([disabled]):active {
        color: #4f4b4b; }
        .sa-button-container .cancel:not([disabled]):hover:before, .sa-button-container .cancel:not([disabled]):focus:before, .sa-button-container .cancel:not([disabled]):active:before {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
    .sa-button-container .cancel:hover {
      border-bottom-color: #c1c1c1;
      text-decoration: none; }
  .sa-button-container .confirm {
    background-color: #ffa14a !important;
    border-bottom-color: #cd7321 !important; }
    .sa-button-container .confirm:not([disabled]) {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      -webkit-transform: perspective(1px) translateZ(0);
      -moz-transform: perspective(1px) translateZ(0);
      -ms-transform: perspective(1px) translateZ(0);
      -o-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      -webkit-transition: color, 0.3s;
      -moz-transition: color, 0.3s;
      -ms-transition: color, 0.3s;
      -o-transition: color, 0.3s;
      transition: color, 0.3s;
      text-decoration: none; }
      .sa-button-container .confirm:not([disabled]):before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #e08d41;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        -moz-transform-origin: 50%;
        -ms-transform-origin: 50%;
        -o-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: transform, 0.3s;
        -moz-transition: transform, 0.3s;
        -ms-transition: transform, 0.3s;
        -o-transition: transform, 0.3s;
        transition: transform, 0.3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -ms-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .sa-button-container .confirm:not([disabled]):hover, .sa-button-container .confirm:not([disabled]):focus, .sa-button-container .confirm:not([disabled]):active {
        color: #ffffff; }
        .sa-button-container .confirm:not([disabled]):hover:before, .sa-button-container .confirm:not([disabled]):focus:before, .sa-button-container .confirm:not([disabled]):active:before {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
    .sa-button-container .confirm:hover:not([disabled]) {
      border-bottom-color: #cd7321 !important;
      text-decoration: none; }
  .sa-button-container .la-ball-fall {
    top: 16% !important; }

.introjs-tooltip {
  border: 3px solid #009cca !important;
  padding: 1em 1.5em 0;
  min-width: 240px;
  max-width: 300px; }
  .introjs-tooltip.c-menu__trigger {
    left: -10px !important; }
  .introjs-tooltip.has-levels__2.is-dependant__level, .introjs-tooltip.has-levels__2.is-invited__level, .introjs-tooltip.has-levels__2.is-doctors__level {
    left: 16.5% !important; }
  .introjs-tooltip.has-levels__3.is-dependant__level, .introjs-tooltip.has-levels__3.is-invited__level, .introjs-tooltip.has-levels__3.is-doctors__level {
    left: 12.5% !important; }
    @media (max-width: 1280px) {
      .introjs-tooltip.has-levels__3.is-dependant__level, .introjs-tooltip.has-levels__3.is-invited__level, .introjs-tooltip.has-levels__3.is-doctors__level {
        left: 5% !important; } }
  .introjs-tooltip.has-levels__4.is-dependant__level, .introjs-tooltip.has-levels__4.is-invited__level, .introjs-tooltip.has-levels__4.is-doctors__level {
    left: 3% !important; }
  @media (max-width: 1280px) {
    .introjs-tooltip {
      min-width: 25vw;
      max-width: 50vw; } }
  @media (max-width: 768px) {
    .introjs-tooltip {
      min-width: 58vw;
      max-width: 70vw; } }
  @media (max-width: 480px) {
    .introjs-tooltip {
      min-width: 58vw;
      max-width: 70vw;
      padding: 1em 1em 0; }
      .introjs-tooltip.introjs-bottom-left-aligned {
        left: 15px !important; } }

.introjs-tooltipbuttons {
  background: #009cca;
  margin: 1em -1.5em 0em;
  padding: .5em;
  float: left;
  width: calc(100% + 3em); }
  @media (max-width: 480px) {
    .introjs-tooltipbuttons {
      margin: 1em -1em 0em;
      width: calc(100% + 2em); } }
  .introjs-tooltipbuttons .introjs-button {
    margin-top: 0;
    font-size: .75em;
    font-family: "Open Sans",sans-serif;
    border: 0;
    background: transparent;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: underline;
    color: #fff; }
    .introjs-tooltipbuttons .introjs-button.introjs-skipbutton {
      float: left;
      color: #eee;
      font-weight: 300;
      text-decoration: none; }
    .introjs-tooltipbuttons .introjs-button.introjs-disabled {
      opacity: .5;
      text-decoration: none; }
    .introjs-tooltipbuttons .introjs-button:hover {
      box-shadow: none;
      background: rgba(0, 0, 0, 0.1) !important; }

.introjs-helperLayer {
  background: transparent;
  box-shadow: none;
  border: none; }

.introjs-helperNumberLayer {
  font-family: "Open Sans",sans-serif;
  font-size: .75em;
  text-shadow: none;
  background: #009cca;
  font-weight: 600;
  border: 0px solid white;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4); }
  .introjs-helperNumberLayer.headerTutorials {
    top: 16px; }

.introjs-arrow.bottom {
  border-top-color: #009cca;
  bottom: -13px; }

.introjs-arrow.top {
  border-bottom-color: #009cca;
  top: -13px; }

.introjs-arrow.left {
  border-right-color: #009cca;
  left: -13px; }

.introjs-arrow.right {
  border-left-color: #009cca;
  right: -13px; }

.introjs-tooltiptext {
  white-space: pre-wrap; }
  .introjs-tooltiptext h4 {
    font-weight: 800; }

.introjs-showElement, .introjs-showElement a, .introjs-showElement button, .introjs-showElement .c-circle__item, .introjs-showElement.c-circle__item, a.introjs-showElement {
  pointer-events: none !important; }

.introjs-fixParent button, .introjs-fixParent .c-user__button, .introjs-fixParent a {
  pointer-events: none !important; }

.page-content-wrapper.preventScroll, .c-modal__body.preventScroll {
  -ms-overflow-style: none !important; }

.page-content-wrapper.preventScroll::-webkit-scrollbar, .c-modal__body.preventScroll::-webkit-scrollbar {
  display: none !important; }

.dropdown-menu .bs-actionsbox .btn-group {
  display: flex; }
  .dropdown-menu .bs-actionsbox .btn-group button {
    padding: .5em 0 !important;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }

.bs-container.input-sm.custom.select-picker {
  height: 0;
  font-size: 1em; }

.select-picker select {
  left: 0 !important; }

.select-picker .filter-option {
  text-overflow: ellipsis;
  width: 90% !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap; }

.c-wizard__actions {
  float: right; }
  .c-wizard__actions li {
    float: left; }

.xs-font .introjs-hint {
  top: 2% !important; }
  .xs-font .introjs-hint.has-levels__3 {
    margin-left: 6.3%; }
    @media (min-width: 1600px) {
      .xs-font .introjs-hint.has-levels__3 {
        margin-left: 6.2%; } }

.md-font .introjs-hint {
  top: 1.5% !important; }
  .md-font .introjs-hint.has-levels__3 {
    margin-left: 5.4%; }
    @media (min-width: 1600px) {
      .md-font .introjs-hint.has-levels__3 {
        margin-left: 6.9%; } }

.lg-font .introjs-hint {
  top: 1.5% !important; }
  .lg-font .introjs-hint.has-levels__3 {
    margin-left: 6.8%; }
    @media (min-width: 1600px) {
      .lg-font .introjs-hint.has-levels__3 {
        margin-left: 6.6%; } }

.is-invisible * {
  opacity: 0;
  display: none;
  z-index: -1 !important; }

.introjs-hint {
  z-index: 3;
  margin-left: 2.75%; }
  @media (min-width: 1200px) {
    .introjs-hint.has-levels__3 {
      margin-left: 5.3%; } }
  @media (min-width: 1600px) {
    .introjs-hint.has-levels__3 {
      margin-left: 7.3%; } }
  .introjs-hint.has-levels__2 {
    margin-left: 15.4%; }
  .introjs-hint.is-dependant__level .introjs-hint-dot {
    border: 10px solid rgba(249, 89, 53, 0.36); }
  .introjs-hint.is-dependant__level .introjs-hint-pulse {
    border: 5px solid #f95935;
    background-color: white; }
  .introjs-hint.is-invited__level .introjs-hint-dot {
    border: 10px solid rgba(126, 204, 156, 0.36); }
  .introjs-hint.is-invited__level .introjs-hint-pulse {
    border: 5px solid #7ecc9c;
    background-color: white; }
  .introjs-hint.is-doctors__level .introjs-hint-dot {
    border: 10px solid rgba(0, 156, 202, 0.36); }
  .introjs-hint.is-doctors__level .introjs-hint-pulse {
    border: 5px solid #009cca;
    background-color: white; }

.introjs-hintReference .introjs-tooltip {
  border: 0 !important;
  padding: .75em;
  min-width: 8em;
  max-width: initial;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: left;
  border-radius: 0;
  font-size: .85em;
  letter-spacing: .4px; }
  .introjs-hintReference .introjs-tooltip .introjs-arrow.top {
    border-bottom-color: rgba(0, 0, 0, 0.8);
    top: -10px; }
  .introjs-hintReference .introjs-tooltip .introjs-arrow.top-middle {
    border-bottom-color: rgba(0, 0, 0, 0.8); }
  .introjs-hintReference .introjs-tooltip p {
    margin-bottom: 0;
    white-space: nowrap; }
  .introjs-hintReference .introjs-tooltip .introjs-button {
    display: none; }

.c-wizard__normalSteps {
  background: #f2fbff;
  margin: 0 0 1.5em;
  padding: 1em;
  position: relative; }
  .c-wizard__normalSteps small {
    display: block;
    margin-bottom: .5em; }
  .c-wizard__normalSteps .navbar {
    margin-top: 20px;
    margin-bottom: 0; }
    .c-wizard__normalSteps .navbar ul {
      position: absolute;
      width: 100%;
      top: 0; }
      .c-wizard__normalSteps .navbar ul li {
        opacity: 0;
        -webkit-transition: opacity, 0.5s, ease-in-out;
        -moz-transition: opacity, 0.5s, ease-in-out;
        -ms-transition: opacity, 0.5s, ease-in-out;
        -o-transition: opacity, 0.5s, ease-in-out;
        transition: opacity, 0.5s, ease-in-out; }
        .c-wizard__normalSteps .navbar ul li a {
          background: #ffffff;
          color: #98a6ba;
          border-radius: 50%;
          height: 3em;
          width: 3em;
          margin: 0;
          padding: 0;
          line-height: 3;
          text-align: center;
          text-decoration: none; }
          .c-wizard__normalSteps .navbar ul li a i {
            font-size: 1.2em;
            line-height: 2.5; }
        .c-wizard__normalSteps .navbar ul li.has-error a {
          background: #dc3939 !important;
          color: #ffffff; }
        .c-wizard__normalSteps .navbar ul li.no-error a {
          background: #26C281;
          color: #ffffff; }
        .c-wizard__normalSteps .navbar ul li.active a {
          background: #ffa14a;
          color: #ffffff; }
    .c-wizard__normalSteps .navbar #bar {
      height: 8px;
      margin-top: 16px;
      overflow: hidden;
      background: #ffffff;
      border-radius: 0;
      box-shadow: none;
      -webkit-box-shadow: none; }
      .c-wizard__normalSteps .navbar #bar .progress-bar {
        background: #26C281; }

.c-visibility__actions {
  background: #dae9ee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  padding: 1em 0; }
  .c-visibility__actions span {
    line-height: 1.4;
    float: left;
    margin-right: .5em;
    letter-spacing: .4px;
    text-transform: uppercase;
    font-size: 0.95em;
    font-weight: 400; }
  .c-visibility__actions a {
    font-size: 1.8rem;
    opacity: 0.3;
    margin: 0 5px;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #4f4b4b;
    text-decoration: none; }
    .c-visibility__actions a.is-active {
      opacity: 1;
      color: #048FCC; }

.c-applications ul .c-applications__item {
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-left: 3px solid #eeeeee;
  padding: .5em .5em .75em 1em;
  color: #6f6f6f; }
  .c-applications ul .c-applications__item:first-child {
    border-top: 1px solid #eeeeee; }
  .c-applications ul .c-applications__item label {
    margin-top: 5px;
    margin-bottom: 0; }
  .c-applications ul .c-applications__item label input + .slider {
    background-color: #ccc !important; }
  .c-applications ul .c-applications__item.is-disabled {
    border-left-color: #eeeeee; }
    .c-applications ul .c-applications__item.is-disabled label input + .slider {
      opacity: .2 !important;
      cursor: not-allowed !important; }
  .c-applications ul .c-applications__item.is-active {
    border-left-color: #26C281 !important;
    border-left: 3px solid; }
    .c-applications ul .c-applications__item.is-active label input + .slider {
      background-color: #ffa14a !important; }
    .c-applications ul .c-applications__item.is-active.is-disabled {
      border-left-color: rgba(38, 194, 129, 0.3) !important;
      border-left: 3px solid; }
  .c-applications ul .c-applications__item .c-application__name {
    line-height: 1em;
    font-weight: 600;
    color: #333; }
  .c-applications ul .c-applications__item .c-application__status {
    display: block;
    font-size: 0.85em;
    color: #98a6ba;
    line-height: 0.85em;
    font-weight: 600;
    letter-spacing: .3px; }
    .c-applications ul .c-applications__item .c-application__status.is-actived {
      color: #26C281; }
  .c-applications ul .c-applications__item .c-application__default {
    line-height: 2.2em;
    font-weight: 400;
    color: #8d8d8d;
    letter-spacing: .5px; }
  .c-applications ul .c-applications__item .c-application__toggler {
    float: left;
    display: block;
    line-height: 2.2em;
    margin-right: 1em;
    color: #c4c4c4;
    text-decoration: none; }
    .c-applications ul .c-applications__item .c-application__toggler i {
      margin-top: 10px;
      display: block; }
    .c-applications ul .c-applications__item .c-application__toggler:hover {
      text-decoration: none;
      color: #787878; }
  .c-applications ul .c-applications__item .c-accordion__content {
    max-height: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: max-height, 1.5s, ease;
    -moz-transition: max-height, 1.5s, ease;
    -ms-transition: max-height, 1.5s, ease;
    -o-transition: max-height, 1.5s, ease;
    transition: max-height, 1.5s, ease;
    margin: 0 !important; }
    .c-applications ul .c-applications__item .c-accordion__content ul {
      display: none; }
      .c-applications ul .c-applications__item .c-accordion__content ul li {
        border-top: 1px solid #dadada;
        padding-bottom: 5px; }
        .c-applications ul .c-applications__item .c-accordion__content ul li:first-child {
          border-top: none; }
        .c-applications ul .c-applications__item .c-accordion__content ul li label {
          font-weight: normal; }
    .c-applications ul .c-applications__item .c-accordion__content.is-open {
      max-height: 245px;
      width: calc(100% + 1.5em) !important;
      display: block;
      height: inherit;
      float: left;
      margin: .5em -1em -.75em !important;
      padding: 1em 1.5em;
      background: #f9f9f9; }
      .c-applications ul .c-applications__item .c-accordion__content.is-open ul {
        display: block; }
  .c-applications ul .c-applications__item .c-switch__wrapper .switch {
    float: left;
    margin-right: .5em; }
  .c-applications ul .c-applications__item .c-switch__wrapper .c-application__name {
    float: left;
    line-height: 1.4;
    margin: 0; }
  .c-applications ul .c-applications__item .c-switch__wrapper:nth-child(1) .c-application__name {
    margin-right: 2em;
    position: relative; }
    .c-applications ul .c-applications__item .c-switch__wrapper:nth-child(1) .c-application__name:after {
      content: "";
      width: 1px;
      background: #eeeeee;
      height: 1em;
      display: inline-block;
      position: absolute;
      right: -1em;
      top: .3em; }
  .c-applications ul .c-applications__item .c-switch__wrapper:nth-child(2) {
    margin-right: 1em; }

.c-form__group.is-viewMode:before {
  display: none; }

.c-form__group.is-viewMode .c-form__label small {
  display: none; }

.c-form__group.is-viewMode .c-form__control {
  border-bottom: 0 !important; }
  .c-form__group.is-viewMode .c-form__control button {
    color: #333 !important;
    opacity: 1; }
    .c-form__group.is-viewMode .c-form__control button .bs-caret {
      display: none; }

.c-form__group.is-viewMode .c-form__controlActions {
  display: none; }

.u-limit__50 {
  display: table-cell;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.u-nowrap {
  white-space: nowrap; }

.mt-1 {
  margin-top: 1em; }

.mb-n1 {
  margin-bottom: -1em; }

.introjs-overlay {
  z-index: 1060 !important; }

.introjs-showElement, tr.introjs-showElement > td, tr.introjs-showElement > th {
  z-index: 1070 !important; }

.introjs-helperLayer {
  z-index: 1080 !important; }

.is-custom__zIndex {
  z-index: 1085 !important; }

.introjs-tooltipReferenceLayer {
  z-index: 1090 !important; }

.introjs-fixParent.c-modal.in {
  z-index: 1050 !important; }

#modal_disclaimer {
  z-index: 3000 !important; }

.isMaintenancePage {
  width: 90%;
  margin: 4em auto; }
  @media (min-width: 1200px) {
    .isMaintenancePage {
      position: absolute;
      width: 75%;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  @media (min-width: 1600px) {
    .isMaintenancePage {
      width: 50%; } }
  .isMaintenancePage h2 {
    font-size: 2em;
    line-height: 1.4;
    font-weight: 700;
    color: #009ac6; }
  .isMaintenancePage .icon-tsa-cog-fa {
    font-size: 4em;
    color: #cdcdcd; }
  .isMaintenancePage p {
    font-size: 1.2em;
    letter-spacing: .4px;
    color: #777; }
  .isMaintenancePage .c-dateTime {
    color: #4b4b4b;
    letter-spacing: 1px;
    margin-bottom: 2em; }
    .isMaintenancePage .c-dateTime i {
      font-size: 1.12em;
      float: left;
      margin: 2px .55em;
      color: #949494; }

.c-form__value strong {
  font-weight: 600;
  margin-bottom: .2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
  letter-spacing: .05em; }

.c-form__value span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 10px; }

.c-mobileDivider {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.is-memberInformation .c-portlet__header {
  background: #03608c !important;
  color: #ffffff;
  text-transform: uppercase;
  padding: 1em !important;
  letter-spacing: 1px;
  margin-top: -1em !important; }

.page-sidebar {
  padding-inline-end: 0.4rem !important; }

.page-sidebar-menu {
  overflow: auto;
  height: calc(100vh - 110px);
  scrollbar-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.1);
  scrollbar-width: thin; }
  @media screen and (min-width: 768px) {
    .page-sidebar-menu {
      height: calc(100vh - 86px); } }
  .page-sidebar-menu::-webkit-scrollbar {
    width: 0.6rem;
    background-color: rgba(255, 255, 255, 0.1); }
  .page-sidebar-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5); }

.c-empty__application {
  min-height: 80vh;
  position: relative; }
  .c-empty__application .c-empty {
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    top: 50%; }
    .c-empty__application .c-empty i {
      font-size: 4rem;
      margin-bottom: 2rem;
      display: block;
      color: #009ac6; }
    .c-empty__application .c-empty p {
      font-size: 1.2em;
      color: #7c7c7c; }

.u-text__italic {
  font-style: italic; }

.u-display__flex {
  display: flex; }

.u-flex__wrap {
  flex-flow: row wrap; }

.u-flex__justify_between {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.u-align__end {
  align-items: end; }

.u-align__center {
  align-items: center; }

.u-margin__top-05 {
  margin-top: 0.5rem; }

.u-margin__top-1 {
  margin-top: 1rem; }

.u-font__size-normal-span span {
  font-size: 1em !important; }

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

.c-block__message {
  padding: 0.5rem 0.5rem 2rem;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 0 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 0 0;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 0 0;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 1.5rem;
  color: #4f4b4b; }
  .c-block__message .spinner {
    margin: 3rem auto; }

* {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  outline: none !important; }

body {
  background-color: #fafafa;
  overflow: visible; }

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans",sans-serif;
  font-weight: normal; }

.c-loginBackground {
  background: url(../images/bg-npi.jpg);
  position: fixed;
  left: 0px;
  top: 0;
  overflow: hidden;
  z-index: 0;
  opacity: 1;
  width: 100%;
  height: 100%; }

.c-signTsa {
  background: #FFFFFF;
  position: fixed;
  right: 0px;
  float: right;
  height: 100%;
  width: 500px;
  margin: 0px;
  padding: 0px;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 50px; }

.c-form__actions {
  margin: 20px 0; }
  .c-form__actions [class^="c-button"] {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.42857143;
    margin: 0;
    text-align: center;
    touch-action: manipulation;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    height: 45px;
    width: 49%;
    padding: 0 40px;
    border-bottom: 5px solid; }
    .c-form__actions [class^="c-button"].c-button__primary {
      background-color: #ffa14a;
      border-bottom-color: #e08d41;
      color: #ffffff; }
    .c-form__actions [class^="c-button"].c-button__default {
      background-color: #eeeeee;
      border-bottom-color: #dadada;
      color: #4f4b4b; }
  .c-form__actions a {
    float: right;
    line-height: 40px !important; }

.c-form .help-block {
  font-size: 0.85em; }

.c-form #g-recaptcha {
  margin: 15px 0 0; }

.c-form .c-validation__error {
  color: #dc3939;
  font-size: 0.85em;
  font-weight: 500; }

@media only screen and (max-width: 620px), (max-device-width: 620px) {
  .c-signTsa {
    position: relative;
    float: none;
    height: 100vh;
    width: 100%;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    padding: 0 20px;
    overflow: auto; }
  .c-loginBackground {
    opacity: 0;
    display: none;
    z-index: -999; }
  .c-signTsa .c-form__actions button, .c-form__actions a {
    padding: 0px 15px !important; } }
