/*************************************
 * CONFIG
 */
/*************************************
 * MIXINS
 */
/*************************************
 * Opacity animation for spin.js
 */
@keyframes ladda-spinner-line-fade {
  0%, 100% {
    opacity: 0.22;
    /* minimum opacity */ }
  1% {
    opacity: 1; } }
/*************************************
 * BUTTON BASE
 */
.ladda-button {
  position: relative; }

/* Spinner animation */
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none; }

/* Button label */
.ladda-button .ladda-label {
  position: relative;
  z-index: 3; }

/* Progress bar */
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  transition: 0.1s linear all !important; }

.ladda-button[data-loading] .ladda-progress {
  display: block; }

/*************************************
 * EASING
 */
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important; }

.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  transition: 0.3s ease all !important; }

/*************************************
 * EXPAND RIGHT
 */
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px; }
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: -12px; }
.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px; }
  .ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
    opacity: 1; }
  .ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
    padding-right: 40px; }

/*************************************
 * EXPAND LEFT
 */
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px; }
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px; }
.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px; }
  .ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
    opacity: 1; }
  .ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
    padding-left: 40px; }

/*************************************
 * EXPAND UP
 */
.ladda-button[data-style=expand-up] {
  overflow: hidden; }
  .ladda-button[data-style=expand-up] .ladda-spinner {
    top: -32px;
    left: 50%;
    margin-left: 0; }
  .ladda-button[data-style=expand-up][data-loading] {
    padding-top: 54px; }
    .ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
      opacity: 1;
      top: 26px;
      margin-top: 0; }
    .ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
      padding-top: 32px; }
      .ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
        top: 4px; }

/*************************************
 * EXPAND DOWN
 */
.ladda-button[data-style=expand-down] {
  overflow: hidden; }
  .ladda-button[data-style=expand-down] .ladda-spinner {
    top: 62px;
    left: 50%;
    margin-left: 0; }
  .ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
    top: 40px; }
  .ladda-button[data-style=expand-down][data-loading] {
    padding-bottom: 54px; }
    .ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
      opacity: 1; }
    .ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
      padding-bottom: 32px; }

/*************************************
 * SLIDE LEFT
 */
.ladda-button[data-style=slide-left] {
  overflow: hidden; }
  .ladda-button[data-style=slide-left] .ladda-label {
    position: relative; }
  .ladda-button[data-style=slide-left] .ladda-spinner {
    left: 100%;
    margin-left: 0; }
  .ladda-button[data-style=slide-left][data-loading] .ladda-label {
    opacity: 0;
    left: -100%; }
  .ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%; }

/*************************************
 * SLIDE RIGHT
 */
.ladda-button[data-style=slide-right] {
  overflow: hidden; }
  .ladda-button[data-style=slide-right] .ladda-label {
    position: relative; }
  .ladda-button[data-style=slide-right] .ladda-spinner {
    right: 100%;
    margin-left: 0;
    left: 16px; }
    [dir="rtl"] .ladda-button[data-style=slide-right] .ladda-spinner {
      right: auto; }
  .ladda-button[data-style=slide-right][data-loading] .ladda-label {
    opacity: 0;
    left: 100%; }
  .ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%; }

/*************************************
 * SLIDE UP
 */
.ladda-button[data-style=slide-up] {
  overflow: hidden; }
  .ladda-button[data-style=slide-up] .ladda-label {
    position: relative; }
  .ladda-button[data-style=slide-up] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: 1em; }
  .ladda-button[data-style=slide-up][data-loading] .ladda-label {
    opacity: 0;
    top: -1em; }
  .ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0; }

/*************************************
 * SLIDE DOWN
 */
.ladda-button[data-style=slide-down] {
  overflow: hidden; }
  .ladda-button[data-style=slide-down] .ladda-label {
    position: relative; }
  .ladda-button[data-style=slide-down] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: -2em; }
  .ladda-button[data-style=slide-down][data-loading] .ladda-label {
    opacity: 0;
    top: 1em; }
  .ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0; }

/*************************************
 * ZOOM-OUT
 */
.ladda-button[data-style=zoom-out] {
  overflow: hidden; }

.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  transform: scale(2.5); }

.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block; }

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  transform: scale(0.5); }

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  transform: none; }

/*************************************
 * ZOOM-IN
 */
.ladda-button[data-style=zoom-in] {
  overflow: hidden; }

.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  transform: scale(0.2); }

.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block; }

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  transform: scale(2.2); }

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  transform: none; }

/*************************************
 * CONTRACT
 */
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px; }

.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0; }

.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px; }

.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0; }

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1; }

/*************************************
 * OVERLAY
 */
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px transparent; }

.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0; }

.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  /*outline: 10000px solid rgba( 0, 0, 0, 0.5 );*/
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8); }

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0; }

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1; }

[dir="rtl"] .ladda-spinner > div {
  left: 25% !important; }

@font-face {
  font-family: Cerebri Sans;
  font-weight: 400;
  font-style: normal;
  src: url(../../webfonts/Cerebri-Sans/CerebriSans-Regular.eot);
  src: url(../../webfonts/Cerebri-Sans/CerebriSans-Regular.eot?#iefix) format("embedded-opentype"), url(../../webfonts/Cerebri-Sans/CerebriSans-Regular.woff) format("woff"), url(../../webfonts/Cerebri-Sans/CerebriSans-Regular.ttf) format("truetype"); }
@font-face {
  font-family: Cerebri Sans;
  font-weight: 500;
  font-style: normal;
  src: url(../../webfonts/Cerebri-Sans/CerebriSans-Medium.eot);
  src: url(../../webfonts/Cerebri-Sans/CerebriSans-Medium.eot?#iefix) format("embedded-opentype"), url(../../webfonts/Cerebri-Sans/CerebriSans-Medium.woff) format("woff"), url(../../webfonts/Cerebri-Sans/CerebriSans-Medium.ttf) format("truetype"); }
@font-face {
  font-family: Cerebri Sans;
  font-weight: 600;
  font-style: normal;
  src: url(../../webfonts/Cerebri-Sans/CerebriSans-SemiBold.eot);
  src: url(../../webfonts/Cerebri-Sans/CerebriSans-SemiBold.eot?#iefix) format("embedded-opentype"), url(../../webfonts/Cerebri-Sans/CerebriSans-SemiBold.woff) format("woff"), url(../../webfonts/Cerebri-Sans/CerebriSans-SemiBold.ttf) format("truetype"); }
.text-bold {
  font-weight: bold; }

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: #f9fbfd; }

.fib-wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%; }
  @media (max-width: 767.98px) {
    .fib-wrapper {
      display: block;
      position: relative;
      overflow: auto;
      height: auto; } }
  .fib-wrapper > .fib-sidebar {
    position: fixed;
    width: 250px;
    background-color: #0066b3;
    border-right: 1px solid #e3ebf6; }
    .fib-wrapper > .fib-sidebar .mCSB_inside > .mCSB_container {
      margin-right: 0; }
    @media (min-width: 768px) {
      .fib-wrapper > .fib-sidebar {
        height: 100%; } }
    @media (max-width: 767.98px) {
      .fib-wrapper > .fib-sidebar {
        width: 100%;
        position: relative;
        /*min-height: 0;
        display: flex;*/
        			/*.fib-navbar-collapse {
        				//max-height: 280px;
                        min-height: 0;
        				overflow-y: auto;
        			}*/ } }
    .fib-wrapper > .fib-sidebar .navbar {
      background: none !important; }
      @media (max-width: 767.98px) {
        .fib-wrapper > .fib-sidebar .navbar {
          background-color: #ffffff !important;
          width: 100%; }
          .fib-wrapper > .fib-sidebar .navbar .navbar-brand {
            text-transform: uppercase; }
            .fib-wrapper > .fib-sidebar .navbar .navbar-brand > small {
              display: none; } }
      @media (min-width: 768px) {
        .fib-wrapper > .fib-sidebar .navbar {
          height: 100%;
          display: block;
          padding: 0; }
          .fib-wrapper > .fib-sidebar .navbar .navbar-brand {
            text-transform: uppercase;
            color: #ffffff;
            line-height: 23px;
            text-align: left;
            width: 100%;
            padding-top: 10px;
            margin-right: 0;
            padding-left: 20px; }
            .fib-wrapper > .fib-sidebar .navbar .navbar-brand > small {
              display: block;
              font-weight: 300;
              font-size: 15px; } }
      .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements {
        height: calc(100% - 65px);
        margin-top: 5px;
        overflow-y: auto; }
        .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav {
          width: 100%; }
        .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav {
          /*.nav-item.dropdown:hover {
          	background-color: #0066b3;
          }*/ }
          .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item:not(.dropdown) > .nav-link {
            color: #fff;
            font-size: 14px;
            font-weight: 300;
            padding: 15px 5px 15px 5px;
            display: flex;
            								/*> i {
                                                text-align: center;
                                                display: inline-block;
                                                width: 35px;
                                            }*/ }
            .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item:not(.dropdown) > .nav-link div:nth-child(1) {
              text-align: center;
              flex-shrink: 0;
              width: 38px; }
            .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item:not(.dropdown) > .nav-link div:nth-child(2) {
              flex: 1 1 auto !important; }
            .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item:not(.dropdown) > .nav-link div:nth-child(3) {
              width: 35px;
              text-align: center;
              align-self: flex-end; }
          .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item:hover:not(.dropdown) > a > div {
            font-weight: 600; }
          .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.active:not(.dropdown) {
            margin-left: 10px;
            margin-right: 10px; }
            .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.active:not(.dropdown) > a {
              background-color: #ffffffde;
              border-radius: 3px; }
              .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.active:not(.dropdown) > a > div {
                font-weight: 700;
                color: #095aab; }
          .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.dropdown > a.nav-link > div {
            font-size: 14px; }
          .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.dropdown > a.nav-link {
            color: #fff;
            font-size: 14px;
            font-weight: 300;
            padding: 15px 5px 15px 5px;
            display: flex; }
            .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.dropdown > a.nav-link div:nth-child(1) {
              text-align: center;
              flex-shrink: 0;
              width: 38px; }
            .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.dropdown > a.nav-link div:nth-child(2) {
              flex: 1 1 auto !important; }
            .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.dropdown > a.nav-link div:nth-child(3) {
              width: 35px;
              text-align: center;
              align-self: flex-end; }
          .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.dropdown .nav .nav-item {
            padding-left: 10px;
            padding-right: 10px; }
            .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.dropdown .nav .nav-item > .nav-link {
              color: #fff;
              font-size: 14px;
              font-weight: 300;
              padding: 15px 5px 15px 5px;
              display: flex;
              /*> i {
              	text-align: center;
              	display: inline-block;
              	width: 35px;
              }*/ }
              .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.dropdown .nav .nav-item > .nav-link div:nth-child(1) {
                text-align: center;
                flex-shrink: 0;
                width: 38px; }
              .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.dropdown .nav .nav-item > .nav-link div:nth-child(2) {
                flex: 1 1 auto !important; }
              .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.dropdown .nav .nav-item > .nav-link div:nth-child(3) {
                width: 35px;
                text-align: center;
                align-self: flex-end; }
          .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.dropdown .nav > .nav-item:hover > a > div {
            font-weight: 600; }
          .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.dropdown .nav > .nav-item.active {
            margin-left: 0;
            margin-right: 0; }
            .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.dropdown .nav > .nav-item.active > a {
              background-color: #ffffffde;
              border-radius: 3px; }
              .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.dropdown .nav > .nav-item.active > a > div {
                font-weight: 700;
                color: #095aab; }
          .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.dropdown .nav hr {
            margin: 2px 0 2px 0; }
        @media (max-width: 767.98px) {
          .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements {
            width: 100%; }
            .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav {
              display: block; }
              .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item {
                margin: 0 !important; }
                .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.active:not(.dropdown) a {
                  background-color: #ecececde; }
                .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.dropdown > a.nav-link {
                  color: #000000 !important; }
                .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item.dropdown .nav > .nav-item.active a {
                  background-color: #ecececde !important; }
                .fib-wrapper > .fib-sidebar .navbar .fib-sidebar-elements .navbar-nav .nav-item > a.nav-link {
                  color: #000000 !important; } }
  .fib-wrapper > .fib-page {
    margin-left: 250px;
    width: calc(100% - 250px);
    height: 100%;
    background-color: #f9fbfd;
    /*@media (min-width: 768px) {
        min-height: 0;
    }*/ }
    @media (max-width: 767.98px) {
      .fib-wrapper > .fib-page {
        width: 100%;
        margin-left: 0;
        height: auto; } }
    .fib-wrapper > .fib-page .fib-site-top-navbar {
      position: relative;
      width: 100%;
      height: 67px;
      background-color: #fff;
      border-bottom: 1px solid #e3ebf6; }
      .fib-wrapper > .fib-page .fib-site-top-navbar .navbar-brand {
        font-size: 1.0625rem;
        line-height: inherit;
        display: inline-block;
        white-space: nowrap;
        color: rgba(18, 38, 63, 0.9); }
    .fib-wrapper > .fib-page > .fib-content {
      height: 100%;
      width: 100%;
      overflow-y: auto;
      padding-bottom: 40px; }
    .fib-wrapper > .fib-page .fib-content::-webkit-scrollbar {
      width: 6px;
      background-color: #F5F5F5; }
    .fib-wrapper > .fib-page .fib-content::-webkit-scrollbar-thumb {
      background-color: rgba(134, 134, 134, 0.79); }
    .fib-wrapper > .fib-page .fib-content::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(70, 70, 70, 0.3);
      background-color: #F5F5F5; }

.flex-no-wrap {
  flex-wrap: nowrap; }

.text-no-wrap {
  text-wrap: none;
  white-space: nowrap; }

.cursor-pointer {
  cursor: pointer; }

.text-line-through {
  text-decoration: line-through; }

.d-hidden {
  display: none; }

.pt-px-1 {
  padding-top: 1px !important; }

.pb-px-1 {
  padding-bottom: 1px !important; }

.pl-px-1 {
  padding-left: 1px !important; }

.pr-px-1 {
  padding-right: 1px !important; }

.mt-px-1 {
  margin-top: 1px !important; }

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

.ml-px-1 {
  margin-left: 1px !important; }

.mr-px-1 {
  margin-right: 1px !important; }

.pt-px-2 {
  padding-top: 2px !important; }

.pb-px-2 {
  padding-bottom: 2px !important; }

.pl-px-2 {
  padding-left: 2px !important; }

.pr-px-2 {
  padding-right: 2px !important; }

.mt-px-2 {
  margin-top: 2px !important; }

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

.ml-px-2 {
  margin-left: 2px !important; }

.mr-px-2 {
  margin-right: 2px !important; }

.pt-px-3 {
  padding-top: 3px !important; }

.pb-px-3 {
  padding-bottom: 3px !important; }

.pl-px-3 {
  padding-left: 3px !important; }

.pr-px-3 {
  padding-right: 3px !important; }

.mt-px-3 {
  margin-top: 3px !important; }

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

.ml-px-3 {
  margin-left: 3px !important; }

.mr-px-3 {
  margin-right: 3px !important; }

.pt-px-4 {
  padding-top: 4px !important; }

.pb-px-4 {
  padding-bottom: 4px !important; }

.pl-px-4 {
  padding-left: 4px !important; }

.pr-px-4 {
  padding-right: 4px !important; }

.mt-px-4 {
  margin-top: 4px !important; }

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

.ml-px-4 {
  margin-left: 4px !important; }

.mr-px-4 {
  margin-right: 4px !important; }

.pt-px-5 {
  padding-top: 5px !important; }

.pb-px-5 {
  padding-bottom: 5px !important; }

.pl-px-5 {
  padding-left: 5px !important; }

.pr-px-5 {
  padding-right: 5px !important; }

.mt-px-5 {
  margin-top: 5px !important; }

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

.ml-px-5 {
  margin-left: 5px !important; }

.mr-px-5 {
  margin-right: 5px !important; }

.pt-px-6 {
  padding-top: 6px !important; }

.pb-px-6 {
  padding-bottom: 6px !important; }

.pl-px-6 {
  padding-left: 6px !important; }

.pr-px-6 {
  padding-right: 6px !important; }

.mt-px-6 {
  margin-top: 6px !important; }

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

.ml-px-6 {
  margin-left: 6px !important; }

.mr-px-6 {
  margin-right: 6px !important; }

.pt-px-7 {
  padding-top: 7px !important; }

.pb-px-7 {
  padding-bottom: 7px !important; }

.pl-px-7 {
  padding-left: 7px !important; }

.pr-px-7 {
  padding-right: 7px !important; }

.mt-px-7 {
  margin-top: 7px !important; }

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

.ml-px-7 {
  margin-left: 7px !important; }

.mr-px-7 {
  margin-right: 7px !important; }

.pt-px-8 {
  padding-top: 8px !important; }

.pb-px-8 {
  padding-bottom: 8px !important; }

.pl-px-8 {
  padding-left: 8px !important; }

.pr-px-8 {
  padding-right: 8px !important; }

.mt-px-8 {
  margin-top: 8px !important; }

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

.ml-px-8 {
  margin-left: 8px !important; }

.mr-px-8 {
  margin-right: 8px !important; }

.pt-px-9 {
  padding-top: 9px !important; }

.pb-px-9 {
  padding-bottom: 9px !important; }

.pl-px-9 {
  padding-left: 9px !important; }

.pr-px-9 {
  padding-right: 9px !important; }

.mt-px-9 {
  margin-top: 9px !important; }

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

.ml-px-9 {
  margin-left: 9px !important; }

.mr-px-9 {
  margin-right: 9px !important; }

.pt-px-10 {
  padding-top: 10px !important; }

.pb-px-10 {
  padding-bottom: 10px !important; }

.pl-px-10 {
  padding-left: 10px !important; }

.pr-px-10 {
  padding-right: 10px !important; }

.mt-px-10 {
  margin-top: 10px !important; }

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

.ml-px-10 {
  margin-left: 10px !important; }

.mr-px-10 {
  margin-right: 10px !important; }

.pt-px-11 {
  padding-top: 11px !important; }

.pb-px-11 {
  padding-bottom: 11px !important; }

.pl-px-11 {
  padding-left: 11px !important; }

.pr-px-11 {
  padding-right: 11px !important; }

.mt-px-11 {
  margin-top: 11px !important; }

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

.ml-px-11 {
  margin-left: 11px !important; }

.mr-px-11 {
  margin-right: 11px !important; }

.pt-px-12 {
  padding-top: 12px !important; }

.pb-px-12 {
  padding-bottom: 12px !important; }

.pl-px-12 {
  padding-left: 12px !important; }

.pr-px-12 {
  padding-right: 12px !important; }

.mt-px-12 {
  margin-top: 12px !important; }

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

.ml-px-12 {
  margin-left: 12px !important; }

.mr-px-12 {
  margin-right: 12px !important; }

.pt-px-13 {
  padding-top: 13px !important; }

.pb-px-13 {
  padding-bottom: 13px !important; }

.pl-px-13 {
  padding-left: 13px !important; }

.pr-px-13 {
  padding-right: 13px !important; }

.mt-px-13 {
  margin-top: 13px !important; }

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

.ml-px-13 {
  margin-left: 13px !important; }

.mr-px-13 {
  margin-right: 13px !important; }

.pt-px-14 {
  padding-top: 14px !important; }

.pb-px-14 {
  padding-bottom: 14px !important; }

.pl-px-14 {
  padding-left: 14px !important; }

.pr-px-14 {
  padding-right: 14px !important; }

.mt-px-14 {
  margin-top: 14px !important; }

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

.ml-px-14 {
  margin-left: 14px !important; }

.mr-px-14 {
  margin-right: 14px !important; }

.pt-px-15 {
  padding-top: 15px !important; }

.pb-px-15 {
  padding-bottom: 15px !important; }

.pl-px-15 {
  padding-left: 15px !important; }

.pr-px-15 {
  padding-right: 15px !important; }

.mt-px-15 {
  margin-top: 15px !important; }

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

.ml-px-15 {
  margin-left: 15px !important; }

.mr-px-15 {
  margin-right: 15px !important; }

.pt-px-16 {
  padding-top: 16px !important; }

.pb-px-16 {
  padding-bottom: 16px !important; }

.pl-px-16 {
  padding-left: 16px !important; }

.pr-px-16 {
  padding-right: 16px !important; }

.mt-px-16 {
  margin-top: 16px !important; }

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

.ml-px-16 {
  margin-left: 16px !important; }

.mr-px-16 {
  margin-right: 16px !important; }

.pt-px-17 {
  padding-top: 17px !important; }

.pb-px-17 {
  padding-bottom: 17px !important; }

.pl-px-17 {
  padding-left: 17px !important; }

.pr-px-17 {
  padding-right: 17px !important; }

.mt-px-17 {
  margin-top: 17px !important; }

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

.ml-px-17 {
  margin-left: 17px !important; }

.mr-px-17 {
  margin-right: 17px !important; }

.pt-px-18 {
  padding-top: 18px !important; }

.pb-px-18 {
  padding-bottom: 18px !important; }

.pl-px-18 {
  padding-left: 18px !important; }

.pr-px-18 {
  padding-right: 18px !important; }

.mt-px-18 {
  margin-top: 18px !important; }

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

.ml-px-18 {
  margin-left: 18px !important; }

.mr-px-18 {
  margin-right: 18px !important; }

.pt-px-19 {
  padding-top: 19px !important; }

.pb-px-19 {
  padding-bottom: 19px !important; }

.pl-px-19 {
  padding-left: 19px !important; }

.pr-px-19 {
  padding-right: 19px !important; }

.mt-px-19 {
  margin-top: 19px !important; }

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

.ml-px-19 {
  margin-left: 19px !important; }

.mr-px-19 {
  margin-right: 19px !important; }

.pt-px-20 {
  padding-top: 20px !important; }

.pb-px-20 {
  padding-bottom: 20px !important; }

.pl-px-20 {
  padding-left: 20px !important; }

.pr-px-20 {
  padding-right: 20px !important; }

.mt-px-20 {
  margin-top: 20px !important; }

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

.ml-px-20 {
  margin-left: 20px !important; }

.mr-px-20 {
  margin-right: 20px !important; }

.pt-px-21 {
  padding-top: 21px !important; }

.pb-px-21 {
  padding-bottom: 21px !important; }

.pl-px-21 {
  padding-left: 21px !important; }

.pr-px-21 {
  padding-right: 21px !important; }

.mt-px-21 {
  margin-top: 21px !important; }

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

.ml-px-21 {
  margin-left: 21px !important; }

.mr-px-21 {
  margin-right: 21px !important; }

.pt-px-22 {
  padding-top: 22px !important; }

.pb-px-22 {
  padding-bottom: 22px !important; }

.pl-px-22 {
  padding-left: 22px !important; }

.pr-px-22 {
  padding-right: 22px !important; }

.mt-px-22 {
  margin-top: 22px !important; }

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

.ml-px-22 {
  margin-left: 22px !important; }

.mr-px-22 {
  margin-right: 22px !important; }

.pt-px-23 {
  padding-top: 23px !important; }

.pb-px-23 {
  padding-bottom: 23px !important; }

.pl-px-23 {
  padding-left: 23px !important; }

.pr-px-23 {
  padding-right: 23px !important; }

.mt-px-23 {
  margin-top: 23px !important; }

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

.ml-px-23 {
  margin-left: 23px !important; }

.mr-px-23 {
  margin-right: 23px !important; }

.pt-px-24 {
  padding-top: 24px !important; }

.pb-px-24 {
  padding-bottom: 24px !important; }

.pl-px-24 {
  padding-left: 24px !important; }

.pr-px-24 {
  padding-right: 24px !important; }

.mt-px-24 {
  margin-top: 24px !important; }

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

.ml-px-24 {
  margin-left: 24px !important; }

.mr-px-24 {
  margin-right: 24px !important; }

.pt-px-25 {
  padding-top: 25px !important; }

.pb-px-25 {
  padding-bottom: 25px !important; }

.pl-px-25 {
  padding-left: 25px !important; }

.pr-px-25 {
  padding-right: 25px !important; }

.mt-px-25 {
  margin-top: 25px !important; }

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

.ml-px-25 {
  margin-left: 25px !important; }

.mr-px-25 {
  margin-right: 25px !important; }

.pt-px-26 {
  padding-top: 26px !important; }

.pb-px-26 {
  padding-bottom: 26px !important; }

.pl-px-26 {
  padding-left: 26px !important; }

.pr-px-26 {
  padding-right: 26px !important; }

.mt-px-26 {
  margin-top: 26px !important; }

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

.ml-px-26 {
  margin-left: 26px !important; }

.mr-px-26 {
  margin-right: 26px !important; }

.pt-px-27 {
  padding-top: 27px !important; }

.pb-px-27 {
  padding-bottom: 27px !important; }

.pl-px-27 {
  padding-left: 27px !important; }

.pr-px-27 {
  padding-right: 27px !important; }

.mt-px-27 {
  margin-top: 27px !important; }

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

.ml-px-27 {
  margin-left: 27px !important; }

.mr-px-27 {
  margin-right: 27px !important; }

.pt-px-28 {
  padding-top: 28px !important; }

.pb-px-28 {
  padding-bottom: 28px !important; }

.pl-px-28 {
  padding-left: 28px !important; }

.pr-px-28 {
  padding-right: 28px !important; }

.mt-px-28 {
  margin-top: 28px !important; }

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

.ml-px-28 {
  margin-left: 28px !important; }

.mr-px-28 {
  margin-right: 28px !important; }

.pt-px-29 {
  padding-top: 29px !important; }

.pb-px-29 {
  padding-bottom: 29px !important; }

.pl-px-29 {
  padding-left: 29px !important; }

.pr-px-29 {
  padding-right: 29px !important; }

.mt-px-29 {
  margin-top: 29px !important; }

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

.ml-px-29 {
  margin-left: 29px !important; }

.mr-px-29 {
  margin-right: 29px !important; }

.pt-px-30 {
  padding-top: 30px !important; }

.pb-px-30 {
  padding-bottom: 30px !important; }

.pl-px-30 {
  padding-left: 30px !important; }

.pr-px-30 {
  padding-right: 30px !important; }

.mt-px-30 {
  margin-top: 30px !important; }

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

.ml-px-30 {
  margin-left: 30px !important; }

.mr-px-30 {
  margin-right: 30px !important; }

.pt-px-31 {
  padding-top: 31px !important; }

.pb-px-31 {
  padding-bottom: 31px !important; }

.pl-px-31 {
  padding-left: 31px !important; }

.pr-px-31 {
  padding-right: 31px !important; }

.mt-px-31 {
  margin-top: 31px !important; }

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

.ml-px-31 {
  margin-left: 31px !important; }

.mr-px-31 {
  margin-right: 31px !important; }

.pt-px-32 {
  padding-top: 32px !important; }

.pb-px-32 {
  padding-bottom: 32px !important; }

.pl-px-32 {
  padding-left: 32px !important; }

.pr-px-32 {
  padding-right: 32px !important; }

.mt-px-32 {
  margin-top: 32px !important; }

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

.ml-px-32 {
  margin-left: 32px !important; }

.mr-px-32 {
  margin-right: 32px !important; }

.pt-px-33 {
  padding-top: 33px !important; }

.pb-px-33 {
  padding-bottom: 33px !important; }

.pl-px-33 {
  padding-left: 33px !important; }

.pr-px-33 {
  padding-right: 33px !important; }

.mt-px-33 {
  margin-top: 33px !important; }

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

.ml-px-33 {
  margin-left: 33px !important; }

.mr-px-33 {
  margin-right: 33px !important; }

.pt-px-34 {
  padding-top: 34px !important; }

.pb-px-34 {
  padding-bottom: 34px !important; }

.pl-px-34 {
  padding-left: 34px !important; }

.pr-px-34 {
  padding-right: 34px !important; }

.mt-px-34 {
  margin-top: 34px !important; }

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

.ml-px-34 {
  margin-left: 34px !important; }

.mr-px-34 {
  margin-right: 34px !important; }

.pt-px-35 {
  padding-top: 35px !important; }

.pb-px-35 {
  padding-bottom: 35px !important; }

.pl-px-35 {
  padding-left: 35px !important; }

.pr-px-35 {
  padding-right: 35px !important; }

.mt-px-35 {
  margin-top: 35px !important; }

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

.ml-px-35 {
  margin-left: 35px !important; }

.mr-px-35 {
  margin-right: 35px !important; }

.pt-px-36 {
  padding-top: 36px !important; }

.pb-px-36 {
  padding-bottom: 36px !important; }

.pl-px-36 {
  padding-left: 36px !important; }

.pr-px-36 {
  padding-right: 36px !important; }

.mt-px-36 {
  margin-top: 36px !important; }

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

.ml-px-36 {
  margin-left: 36px !important; }

.mr-px-36 {
  margin-right: 36px !important; }

.pt-px-37 {
  padding-top: 37px !important; }

.pb-px-37 {
  padding-bottom: 37px !important; }

.pl-px-37 {
  padding-left: 37px !important; }

.pr-px-37 {
  padding-right: 37px !important; }

.mt-px-37 {
  margin-top: 37px !important; }

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

.ml-px-37 {
  margin-left: 37px !important; }

.mr-px-37 {
  margin-right: 37px !important; }

.pt-px-38 {
  padding-top: 38px !important; }

.pb-px-38 {
  padding-bottom: 38px !important; }

.pl-px-38 {
  padding-left: 38px !important; }

.pr-px-38 {
  padding-right: 38px !important; }

.mt-px-38 {
  margin-top: 38px !important; }

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

.ml-px-38 {
  margin-left: 38px !important; }

.mr-px-38 {
  margin-right: 38px !important; }

.pt-px-39 {
  padding-top: 39px !important; }

.pb-px-39 {
  padding-bottom: 39px !important; }

.pl-px-39 {
  padding-left: 39px !important; }

.pr-px-39 {
  padding-right: 39px !important; }

.mt-px-39 {
  margin-top: 39px !important; }

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

.ml-px-39 {
  margin-left: 39px !important; }

.mr-px-39 {
  margin-right: 39px !important; }

.pt-px-40 {
  padding-top: 40px !important; }

.pb-px-40 {
  padding-bottom: 40px !important; }

.pl-px-40 {
  padding-left: 40px !important; }

.pr-px-40 {
  padding-right: 40px !important; }

.mt-px-40 {
  margin-top: 40px !important; }

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

.ml-px-40 {
  margin-left: 40px !important; }

.mr-px-40 {
  margin-right: 40px !important; }

.pt-px-41 {
  padding-top: 41px !important; }

.pb-px-41 {
  padding-bottom: 41px !important; }

.pl-px-41 {
  padding-left: 41px !important; }

.pr-px-41 {
  padding-right: 41px !important; }

.mt-px-41 {
  margin-top: 41px !important; }

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

.ml-px-41 {
  margin-left: 41px !important; }

.mr-px-41 {
  margin-right: 41px !important; }

.pt-px-42 {
  padding-top: 42px !important; }

.pb-px-42 {
  padding-bottom: 42px !important; }

.pl-px-42 {
  padding-left: 42px !important; }

.pr-px-42 {
  padding-right: 42px !important; }

.mt-px-42 {
  margin-top: 42px !important; }

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

.ml-px-42 {
  margin-left: 42px !important; }

.mr-px-42 {
  margin-right: 42px !important; }

.pt-px-43 {
  padding-top: 43px !important; }

.pb-px-43 {
  padding-bottom: 43px !important; }

.pl-px-43 {
  padding-left: 43px !important; }

.pr-px-43 {
  padding-right: 43px !important; }

.mt-px-43 {
  margin-top: 43px !important; }

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

.ml-px-43 {
  margin-left: 43px !important; }

.mr-px-43 {
  margin-right: 43px !important; }

.pt-px-44 {
  padding-top: 44px !important; }

.pb-px-44 {
  padding-bottom: 44px !important; }

.pl-px-44 {
  padding-left: 44px !important; }

.pr-px-44 {
  padding-right: 44px !important; }

.mt-px-44 {
  margin-top: 44px !important; }

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

.ml-px-44 {
  margin-left: 44px !important; }

.mr-px-44 {
  margin-right: 44px !important; }

.pt-px-45 {
  padding-top: 45px !important; }

.pb-px-45 {
  padding-bottom: 45px !important; }

.pl-px-45 {
  padding-left: 45px !important; }

.pr-px-45 {
  padding-right: 45px !important; }

.mt-px-45 {
  margin-top: 45px !important; }

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

.ml-px-45 {
  margin-left: 45px !important; }

.mr-px-45 {
  margin-right: 45px !important; }

.pt-px-46 {
  padding-top: 46px !important; }

.pb-px-46 {
  padding-bottom: 46px !important; }

.pl-px-46 {
  padding-left: 46px !important; }

.pr-px-46 {
  padding-right: 46px !important; }

.mt-px-46 {
  margin-top: 46px !important; }

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

.ml-px-46 {
  margin-left: 46px !important; }

.mr-px-46 {
  margin-right: 46px !important; }

.pt-px-47 {
  padding-top: 47px !important; }

.pb-px-47 {
  padding-bottom: 47px !important; }

.pl-px-47 {
  padding-left: 47px !important; }

.pr-px-47 {
  padding-right: 47px !important; }

.mt-px-47 {
  margin-top: 47px !important; }

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

.ml-px-47 {
  margin-left: 47px !important; }

.mr-px-47 {
  margin-right: 47px !important; }

.pt-px-48 {
  padding-top: 48px !important; }

.pb-px-48 {
  padding-bottom: 48px !important; }

.pl-px-48 {
  padding-left: 48px !important; }

.pr-px-48 {
  padding-right: 48px !important; }

.mt-px-48 {
  margin-top: 48px !important; }

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

.ml-px-48 {
  margin-left: 48px !important; }

.mr-px-48 {
  margin-right: 48px !important; }

.pt-px-49 {
  padding-top: 49px !important; }

.pb-px-49 {
  padding-bottom: 49px !important; }

.pl-px-49 {
  padding-left: 49px !important; }

.pr-px-49 {
  padding-right: 49px !important; }

.mt-px-49 {
  margin-top: 49px !important; }

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

.ml-px-49 {
  margin-left: 49px !important; }

.mr-px-49 {
  margin-right: 49px !important; }

.pt-px-50 {
  padding-top: 50px !important; }

.pb-px-50 {
  padding-bottom: 50px !important; }

.pl-px-50 {
  padding-left: 50px !important; }

.pr-px-50 {
  padding-right: 50px !important; }

.mt-px-50 {
  margin-top: 50px !important; }

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

.ml-px-50 {
  margin-left: 50px !important; }

.mr-px-50 {
  margin-right: 50px !important; }

.fa-size-10px {
  font-size: 10px !important; }

.fa-size-11px {
  font-size: 11px !important; }

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

.fa-size-13px {
  font-size: 13px !important; }

.fa-size-14px {
  font-size: 14px !important; }

.fa-size-15px {
  font-size: 15px !important; }

.fa-size-16px {
  font-size: 16px !important; }

.fa-size-17px {
  font-size: 17px !important; }

.fa-size-18px {
  font-size: 18px !important; }

.fa-size-19px {
  font-size: 19px !important; }

.fa-size-20px {
  font-size: 20px !important; }

.fa-size-21px {
  font-size: 21px !important; }

.fa-size-22px {
  font-size: 22px !important; }

.fa-size-23px {
  font-size: 23px !important; }

.fa-size-24px {
  font-size: 24px !important; }

.fa-size-25px {
  font-size: 25px !important; }

.font-size-10px {
  font-size: 10px !important; }

.font-size-11px {
  font-size: 11px !important; }

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

.font-size-13px {
  font-size: 13px !important; }

.font-size-14px {
  font-size: 14px !important; }

.font-size-15px {
  font-size: 15px !important; }

.font-size-16px {
  font-size: 16px !important; }

.font-size-17px {
  font-size: 17px !important; }

.font-size-18px {
  font-size: 18px !important; }

.font-size-19px {
  font-size: 19px !important; }

.font-size-20px {
  font-size: 20px !important; }

.font-size-21px {
  font-size: 21px !important; }

.font-size-22px {
  font-size: 22px !important; }

.font-size-23px {
  font-size: 23px !important; }

.font-size-24px {
  font-size: 24px !important; }

.font-size-25px {
  font-size: 25px !important; }

.font-size-26px {
  font-size: 26px !important; }

.font-size-27px {
  font-size: 27px !important; }

.font-size-28px {
  font-size: 28px !important; }

.font-size-29px {
  font-size: 29px !important; }

.font-size-30px {
  font-size: 30px !important; }

.fib-content .header {
  padding-top: 1.5rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3ebf6;
  margin-bottom: 20px; }
  .fib-content .header .pre-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #95aac9; }
  .fib-content .header .title {
    color: #12263f;
    font-weight: 500;
    font-size: 1.625rem;
    margin-bottom: 0; }
    .fib-content .header .title small {
      font-size: 15px; }
.fib-content form .form-group {
  margin-bottom: 1.375rem; }
  .fib-content form .form-group label {
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #12263f;
    margin-bottom: .5rem; }
  .fib-content form .form-group small.form-text {
    margin-top: 0;
    margin-bottom: .5rem; }
.fib-content form hr {
  border-top: 1px solid #e3ebf6; }

.text-muted {
  color: #95aac9 !important; }

.nav-overflow {
  display: flex;
  overflow-x: auto;
  padding-bottom: 1px;
  flex-wrap: nowrap; }

.nav-header-tabs {
  margin-top: 0;
  margin-bottom: -20px;
  border-bottom-width: 0; }
  .nav-header-tabs .nav-item {
    margin-right: 25px; }
    .nav-header-tabs .nav-item .nav-link {
      padding: 1rem 0;
      padding-top: 1.2rem;
      padding-bottom: 1.2rem; }
    .nav-header-tabs .nav-item .nav-link.active {
      color: #12263f;
      border-color: transparent transparent #2c7be5;
      background-color: transparent;
      font-weight: 500; }
    .nav-header-tabs .nav-item .nav-link:not(.active):not(.disabled) {
      color: #536078; }
    .nav-header-tabs .nav-item .nav-link:not(.active):not(.disabled):hover {
      color: #323b48;
      border-color: transparent; }
    .nav-header-tabs .nav-item .nav-link.disabled {
      color: #c7c7c7; }

.nav-item[data-disabled="true"] {
  cursor: no-drop !important; }
  .nav-item[data-disabled="true"] .nav-link {
    pointer-events: none !important;
    color: #c7c7c7 !important; }

.data-table-length-select {
  display: inline !important;
  width: auto !important; }

.data-table-filter-input {
  display: inline !important;
  width: 240px !important; }

.dataTables_filter {
  margin-top: 10px;
  margin-right: 10px; }

.dataTables_length {
  margin-top: 10px;
  margin-left: 10px; }

.dataTables_info {
  margin-top: 3px;
  margin-left: 10px; }

.dataTables_paginate {
  margin-bottom: 10px;
  margin-right: 10px; }

table.dataTable.no-footer {
  border-bottom: 1px solid #edf2f9; }

table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid #edf2f9; }

.btn-primary-important {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.table-small-content.table td {
  padding: 5px 15px 5px 15px !important; }

.form-control,
.ql-editor,
.ql-tooltip input,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container .select2-selection--single {
  font-size: .9375rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #12263f;
  border: 1px solid #d2ddec;
  border-radius: .375rem;
  background-color: #fff;
  background-clip: padding-box; }

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
select:hover,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
select:focus,
.select2,
.btn:active,
.btn.active,
.form-control:focus,
.nav-link {
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  -webkit-box-shadow: none !important; }

.is-warning {
  border-color: #fba912 !important; }

.card {
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  background-color: #fff;
  border: 1px solid #edf2f9; }
  .card .card-header {
    margin-bottom: 0;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #edf2f9;
    background-color: transparent; }
    .card .card-header .card-header-title {
      font-size: .9375rem;
      font-weight: 500;
      line-height: 1.1;
      letter-spacing: -.02em;
      margin-bottom: 0; }

.card.card-table {
    /*@media (min-width: 768px) {

        .table-responsive {
            position: absolute;
            background-color: #ffffff;
            border-bottom: 1px solid #edf2f9;
            border-left: 1px solid #edf2f9;
            border-right: 1px solid #edf2f9;
        }

    }*/ }
  .card.card-table .table {
    margin-bottom: 0; }
    .card.card-table .table thead th {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: #798aa9;
      border-bottom-width: 1px;
      background-color: #f9fbfd;
      padding: .9375rem; }
    .card.card-table .table tbody td {
      padding: .9375rem;
      font-size: 14px;
      vertical-align: middle;
      border-top: 1px solid #edf2f9;
      color: #12263f; }
      .card.card-table .table tbody td .fib-a-icon {
        font-size: 16px;
        margin-right: 10px; }
      .card.card-table .table tbody td .fib-a-icon:last-child {
        margin-right: 0; }
  .card.card-table .table.table-nowrap tr {
    white-space: nowrap; }
  .card.card-table .table.table-hover tbody tr:hover td, .card.card-table .table.table-hover tbody tr:hover th {
    background-color: #f9fbfd; }

.fib-card.fib-card-blue {
  background-color: #3563ff;
  color: white; }
  .fib-card.fib-card-blue .fib-wizard-step-number {
    color: white;
    border-color: white; }

.fib-card.fib-card-green {
  background-color: #1c9816;
  color: white; }
  .fib-card.fib-card-green .fib-wizard-step-number {
    color: white;
    border-color: white; }

.fib-wizard-step-number {
  width: 50px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  border: 2px solid #666;
  color: #666; }

.fib-number-in-circle {
  width: 35px;
  height: 35px;
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-right: 10px;
  margin-top: -5px;
  border: 2px solid #666;
  text-align: center;
  border-radius: 50%; }

.fib-list-style-upper-greek {
  list-style-type: decimal; }

.card.fib-card-light .card-header {
  background-color: rgba(255, 255, 255, 0); }

.no-border-radius-top-left {
  border-top-left-radius: 0; }

.no-border-radius-top-right {
  border-top-right-radius: 0; }

.no-border-radius-bottom-left {
  border-bottom-left-radius: 0; }

.no-border-radius-bottom-right {
  border-bottom-right-radius: 0; }

.no-border-radius-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.no-border-radius-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.no-border-top {
  border-top: 0; }

.btn-sm {
  font-size: .8125rem;
  line-height: 1.75;
  padding: .125rem .5rem;
  border-radius: .25rem; }

.btn-white {
  color: #283e59;
  border-color: #e3ebf6;
  background-color: #fff; }

.btn-white:hover {
  color: #283e59;
  border-color: #d2ddec;
  background-color: #f9fbfd; }

.btn-light-blue {
  color: white;
  background-color: #4177e5;
  border-color: #4286f5; }

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none; }

.badge-block {
  display: block;
  width: 100%; }

.badge-table-entry {
  padding: 10px;
  font-size: 89%; }

.badge-table-entry.badge-table-entry-small {
  padding: 8px !important;
  font-size: 70% !important; }

.badge-grey {
  background-color: #f9fbfd; }

.badge-border {
  border: 1px solid #dee2e6; }

.btn-card-header {
  margin-top: -11px;
  margin-bottom: -7px; }

.fib-login-bg {
  background: #75cdf6;
  background: -moz-linear-gradient(45deg, #181f69 0%, #3b9cff 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #181f69), color-stop(100%, #3b9cff));
  background: -webkit-linear-gradient(45deg, #181f69 0%, #3b9cff 100%);
  background: -o-linear-gradient(45deg, #181f69 0%, #3b9cff 100%);
  background: -ms-linear-gradient(45deg, #181f69 0%, #3b9cff 100%);
  background: linear-gradient(45deg, #181f69 0%, #3b9cff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181f69', endColorstr='#3b9cff', GradientType=1 ); }

.fib-login {
  width: 500px;
  padding: 35px 45px 35px 45px;
  background-color: #ffffff;
  border-radius: 3px;
  border-right: 30px solid #4286f5;
  -webkit-box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 575.98px) {
    .fib-login {
      border: none;
      border-radius: 0; } }
  .fib-login .title {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2376f6; }
  .fib-login .subtitle {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #2376f6; }
  .fib-login .login-form {
    margin-top: 25px; }
    .fib-login .login-form label {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 600;
      color: #677173; }
    .fib-login .login-form .options {
      font-size: 13px;
      margin-bottom: 15px; }
    .fib-login .login-form button {
      text-transform: uppercase; }

.blockquote.side-border-color-green {
  border-left: 3px solid #28a745 !important; }

.blockquote.side-border-color-blue {
  border-left: 3px solid #007bff !important; }

.hide {
  display: none; }

.ssh-key {
  font-family: "Courier New", Courier, monospace;
  color: #6f6f6f;
  /*:nth-child(3n) {
      color: #5d5d5d !important;
  }*/ }
  .ssh-key :nth-child(6n+2), .ssh-key :nth-child(6n+1) {
    color: #417cae !important;
    font-weight: 600; }

/* customer center */
.user-detail-boxes {
  color: #737373; }

.user-detail-boxes .box {
  border: 1px solid #edf2f9;
  border-radius: 3px;
  margin-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); }

.user-detail-boxes .box .info {
  padding: 25px;
  padding-right: 0;
  z-index: 100; }

.user-detail-boxes .box .info h3 {
  margin-bottom: 0; }

.user-detail-boxes .box .icon {
  height: 107px;
  text-align: center;
  width: 100px;
  padding: 10px;
  padding-top: 25px;
  background-color: #fafafa; }

.dashboard-alt-header {
  padding-bottom: 0 !important; }
  .dashboard-alt-header h6.pre-title {
    font-size: 18px !important;
    color: #5f6c7f !important; }

/*@media (min-width: 768px) {

    .fib-sidebar {

        background-color: #031b4d !important;


        .navbar-nav {

            > .nav-item.active {
                background-color: rgba(250,250,250,.2) !important;
            }

            > .nav-item:hover {
                background-color: #0a1b3d !important;
            }

        }

    }

}*/
.invoice .card-header {
  padding: .75rem 10px; }
.invoice .card-body {
  padding: 20px 10px 20px 10px; }
.invoice .return-address {
  font-size: 11px;
  border-bottom: 1px solid #cdcdcd; }
.invoice .customer-address .address {
  margin-top: 10px; }
.invoice .customer-address .customer-name {
  font-size: 18px; }
.invoice .invoice-id {
  font-weight: 400;
  font-size: 20px; }
.invoice .product-configuration {
  margin-bottom: 0;
  font-size: 14px; }
.invoice .invoice-table {
  border: none;
  margin-bottom: 0; }
  .invoice .invoice-table tr td, .invoice .invoice-table tr th {
    border-left: none;
    border-right: none; }
  .invoice .invoice-table thead tr th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .invoice .invoice-table tbody tr td {
    border: none; }
  .invoice .invoice-table tfoot tr:first-of-type td {
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .invoice .invoice-table tfoot .tr-subtotal td {
    padding-top: 5px;
    padding-bottom: 10px; }
  .invoice .invoice-table tfoot .tr-tax {
    font-size: 12px;
    text-align: right; }
    .invoice .invoice-table tfoot .tr-tax td {
      border-bottom: 1px solid rgba(0, 0, 0, 0.125);
      padding-top: 0;
      padding-bottom: 10px; }
  .invoice .invoice-table tfoot tr td {
    border: none; }
  .invoice .invoice-table tfoot .tr-total {
    font-weight: bold; }
  .invoice .invoice-table .position .position-title {
    font-weight: 400;
    font-size: 18px; }
  .invoice .invoice-table .position .position-description {
    font-weight: 300;
    font-size: 15px;
    padding-left: 5px; }

.payment-gateways .gateway {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 15px;
  font-size: 18px;
  text-align: center;
  color: #373737;
  margin-bottom: 25px;
  font-weight: 500;
  min-height: 80px;
  border-radius: 3px; }
  .payment-gateways .gateway div {
    margin-top: 10px; }
  .payment-gateways .gateway img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%; }
.payment-gateways .gateway:not([data-disabled="true"]):hover {
  background-color: #f5f5f5; }
.payment-gateways .gateway:not([data-disabled="true"]):active {
  background-color: #e1e1e1; }
.payment-gateways .gateway[data-disabled="true"] {
  cursor: not-allowed; }
  .payment-gateways .gateway[data-disabled="true"] img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
  .payment-gateways .gateway[data-disabled="true"] div {
    color: #959595; }
.payment-gateways .gateway-selected {
  background-color: rgba(0, 68, 166, 0.13);
  border-color: rgba(0, 104, 214, 0.49); }
.payment-gateways .gateway-selected:not([data-disabled="true"]):hover, .payment-gateways .gateway-selected:not([data-disabled="true"]):active {
  background-color: rgba(0, 68, 166, 0.13);
  border-color: rgba(0, 104, 214, 0.49); }

.location-selection .location {
  border: 1px solid #edf2f9;
  border-radius: 3px;
  width: 170px;
  margin-right: 35px;
  margin-bottom: 15px; }
  .location-selection .location:last-child {
    margin-right: 0; }
  .location-selection .location .country-flag {
    padding: 10px; }
    .location-selection .location .country-flag > img {
      width: 70px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .location-selection .location .country {
    font-size: 20px;
    font-weight: 400;
    text-align: center; }
  .location-selection .location .city {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 5px; }
  .location-selection .location.not-available {
    background-color: #f6f6f6 !important;
    border-color: #edf2f9;
    color: #afafaf; }
    .location-selection .location.not-available .country-flag > img {
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }

.os-selection .os {
  border: 1px solid #edf2f9;
  border-radius: 3px;
  width: 170px;
  margin-right: 35px;
  margin-bottom: 15px; }
  .os-selection .os .logo {
    padding: 10px; }
    .os-selection .os .logo > img {
      width: 70px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .os-selection .os .name {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px; }
  .os-selection .os .select2-selection {
    border: none !important;
    border-top: 1px solid #edf2f9 !important;
    border-radius: 0 !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important; }
  .os-selection .os.selected {
    border-color: #007bff;
    background-color: #f5f9ff; }
    .os-selection .os.selected .select2-selection {
      border-top: 1px solid #007bff !important; }
    .os-selection .os.selected .logo > img {
      -webkit-filter: grayscale(0%);
      /* Safari 6.0 - 9.0 */
      filter: none; }

.dropdown-os-version {
  border-color: #edf2f9 !important; }
  .dropdown-os-version .select2-results__option {
    font-size: 14px; }

.hardware-selection .hardware {
  border: 1px solid #edf2f9;
  border-radius: 3px;
  width: 170px;
  margin-right: 35px;
  margin-bottom: 15px; }
  .hardware-selection .hardware.selected {
    border-color: #007bff !important;
    background-color: #f5f9ff !important; }
  .hardware-selection .hardware:hover {
    border-color: rgba(0, 132, 255, 0.31);
    background-color: #f5f9ff; }
    .hardware-selection .hardware:hover > .button > button {
      border-top: 1px solid rgba(0, 132, 255, 0.31); }
  .hardware-selection .hardware .name {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 300;
    text-align: center; }
  .hardware-selection .hardware .price {
    text-align: center;
    border-bottom: 1px solid #edf2f9;
    padding-bottom: 15px; }
    .hardware-selection .hardware .price span {
      display: block;
      font-size: 24px;
      margin-bottom: 0; }
    .hardware-selection .hardware .price small {
      display: block;
      font-size: 13px;
      margin-top: -5px; }
  .hardware-selection .hardware .details {
    margin-top: 10px; }
    .hardware-selection .hardware .details > span {
      text-align: center;
      display: block;
      color: #000000;
      font-weight: 400;
      font-size: 17px; }
      .hardware-selection .hardware .details > span > span {
        color: #a3a6ad;
        font-weight: 300;
        font-size: 14px; }
      .hardware-selection .hardware .details > span.delimiter {
        border-bottom: 1px solid #edf2f9;
        width: 100%;
        height: 1px;
        margin: 10px 0 10px 0; }
      .hardware-selection .hardware .details > span:last-child {
        margin-bottom: 10px; }
  .hardware-selection .hardware .button > button {
    border-radius: 0 0 1px 1px; }

.extension-selection .extension {
  border: 1px solid #edf2f9;
  border-radius: 3px;
  min-width: 230px;
  width: 230px;
  margin-right: 35px;
  margin-bottom: 15px;
  padding: 15px; }
  .extension-selection .extension:hover {
    border-color: rgba(0, 132, 255, 0.31);
    background-color: #f5f9ff; }
  .extension-selection .extension.not-available {
    background-color: #f6f6f6 !important;
    border-color: #edf2f9;
    color: #afafaf; }
  .extension-selection .extension .speed, .extension-selection .extension .traffic, .extension-selection .extension .keyname {
    font-size: 20px; }
  .extension-selection .extension .traffic-limit {
    font-size: 13px;
    margin-top: -3px; }
  .extension-selection .extension .price, .extension-selection .extension .keyfingerprint {
    margin-top: 5px; }
  .extension-selection .extension.selected {
    border-color: #007bff;
    background-color: #f5f9ff; }
  .extension-selection .extension:last-child {
    margin-right: 0; }

/*# sourceMappingURL=theme.css.map */
