/** Alert */

.alert-holder .form-message { display: block; font-family: Helvetica, Arial; font-weight: normal; font-size: 12px; color: #FFFFFF; text-transform: none; padding: 9px 10px; background: #039EE0; border-radius: 1px; margin-bottom: 10px; line-height: 1.2em; letter-spacing: 0.6px; }
.alert-holder .form-message.success { background: #10AC84; }
.alert-holder .form-message.error { background: #DC3545; }
.alert-holder .form-message.warning { background: #FFC107; }
.alert-holder .form-message .close-parent { width: 20px; height: 20px; line-height: 11px; text-align: center; position: absolute; right: 5px; top: 4px; border: none; background: transparent; opacity: .9; }
.alert-holder .form-message-container .form-message:last-child { margin-bottom: 20px; }

.dashboard--header--button{
    width: 200px;
    float: right;
    position: relative;
    top: 0px;
    line-height: 65px;
}

.margin-left-5{
    margin-left: 5px;
}

.col-sm-3{
    width: 25%;
    float: left;
}

#form-share-email .form{
    margin-top: -5px;
}

#form-share-email .col-sm-3{
    padding-top: 12px;
}

.col-sm-9{
    width: 75%;
    float: left;
}

.email-me-modal-bg{
    content: ' ';
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1010;
    background: rgba(255,255,255,0.5);
    display: none;
    min-height: 5000px;
}
.email-me-modal{
    width: 50%;
    transform: translate(-50%);
    height: auto;
    position: fixed;
    top: 200px;
    left: 50%;
    z-index: 1020;
    display: none;
    background: #1A181C;
    padding: 10px 10px;
    border-radius: 4px;
}
.email-me-modal table input,
.email-me-modal table textarea,
.email-me-modal table{
    width: 100%;
}
.email-me-modal td{
    padding-bottom: 15px;
    color: white !important;
    padding-right: 5px;
}

.btn--noicon{
    padding: 0 10px !important;
}

.nav > li > a:hover, .nav > li > a:focus{
    background-color: transparent;
}

h4{
    line-height: 1.5;
}

.daterangepicker{
    top: 67px !important;
}

.select2-container--krajee-bs3 .select2-dropdown,
.select2-container--krajee-bs3 .select2-selection{
    background: #373737;
    border: 0;
    border-radius: 0;
}

.select2-container--krajee-bs3 .select2-results__option[aria-selected],
.select2-container--krajee-bs3 .select2-results__group,
.select2-container--krajee-bs3 .select2-results__option .select2-results__option{
    background: #252525;
    color: rgba(255, 255, 255, 0.8);
    border: 0;
    box-shadow: 0 -1px rgba(0, 0, 0, 0.5) inset;
    padding: 12px;
    font-size: 13px;
    line-height: 15px;
}

.select2-container--krajee-bs3 .select2-results__option[aria-selected],
.select2-container--krajee-bs3 .select2-results__option .select2-results__option{
    background: #444;
}

.select2-container--krajee-bs3 .select2-results__option[aria-selected]:nth-child(2n),
.select2-container--krajee-bs3 .select2-results__option .select2-results__option:nth-child(2n) {
    background: #575757;
}

.select2-container--krajee-bs3 .select2-results__option--highlighted[aria-selected],
.select2-container--krajee-bs3 .select2-results__option .select2-results__option:hover {
    background: #039EE0 !important;
    color: #fff;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4) inset;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.8);
    opacity: 1; /* Firefox */
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.8);
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.8);
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field{
    height: 42px;
    padding: 0 18px 0 12px;
    /*width: 100% !important;*/
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice{
    background: #039EE0;
    font-size: 13px;
    color: #fff;
    border: 1px solid transparent;
    line-height: 22px;
    height: 26px;
    border-radius: 0;
    margin: 8px 0 8px 6px;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice__remove{
    margin: 4px 0 0 6px;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__clear{
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.s2-togall-button{
    color: #039EE0;
}

.filter-container-div select,
.filter-container-div textarea,
.filter-container-div input[type="text"]{
    border: 0;
    border-radius: 0;
    background: #373737;
    padding: 0 18px 0 12px;
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
}

.filter-container-div select,
.filter-container-div input[type="text"]{
    height: 34px;
}

.filter-container-div input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.8);
    opacity: 1; /* Firefox */
}

.filter-container-div input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.8);
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.8);
}

.display-table-cell{
    display:table-cell;
}
.display-flex{
    display:flex;
}
.float-right{
    float:right;
}
.select-dark{
    background: #373737;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding: 5px 10px;
    height: 42px;
}

.filter-line-tags .buttons.blue {
    background: #0D477F;
    border: 1px solid transparent;
    color: #fff;
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
  }
  
  .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #039EE0;
  
    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;
  }
  
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .spinner .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.0) }
  }
  
  @keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }

  .cama-colored td{
      background: none;
  }
  
.select-type-line input:checked + b:after{
    top: 4px;
    left: 4px;
}
.details-header-center .group a{
    color: white;
    text-decoration: none;
}

.details-header-center-card .card-box-photo{
    float: left;
    height: 118px;
}
#statements-page .details-content-page-section{
    margin: 0 auto 25px auto;
}

.download-file-name{
    position: relative;
    top: -17px;
    left: 25px;
}

table.result-table tbody td.rowspan{
    border-top: 1px solid #A3B1C8;
}
.page-fixhead-container table.result-table tbody td.rowspan{
    border: transparent !important;
}
.page-fixhead-container table.result-table tbody td.rowspan-transparent{
    border: transparent !important;
}

.floatThead-container table tr td {
    align-content: end;
}

.floatThead-container {
  position: sticky !important;
}

.home-top .floatThead-container {
    position: absolute !important;
}

.tr-default .rowspan-transparent{
    border-right: 1px solid white;
}

/* DASHBOARD CHART - START */
.chart-map-tip{
  bottom: 10px;
  left: 10px;
  height: 100px;
  width: 117px;
  position: absolute;
  z-index: 10;
  background: url("../img/charts/map-tip.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  pointer-events: none;
}

.dashboard-receipts-chart-nav{
  top: 10px;
}

.dashboard-popup-col-container{
    position: relative;
}

.dashboard-popup .popup-subtitle{
    height: 16px;
}

.dashboard-popup-container .column .cssscroll{
    height: 354px;
}

#popup_chart_3{
  min-height: 320px;
}

.preloader { display: block; width: 100%; position: relative; transform-origin: 50% 50%; min-width: 200px; animation: showUserMenu 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@keyframes showUserMenu { 0% { opacity: 0;
  transform: scale(0.8); }
  100% { transform: translateY(0px); } }

.spinner-loading { display: block; position: relative; width: 64px; height: 64px; margin: 50px auto; }

.spinner-loading div { transform-origin: 32px 32px; animation: lds-spinner 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite; }

.spinner-loading div:after { content: " "; display: block; position: absolute; top: 3px; left: 29px; width: 4px; height: 14px; border-radius: 3px; background: #039EE0 !important; }

.spinner-loading div:nth-child(1) { transform: rotate(0deg); animation-delay: -1.1s; }

.spinner-loading div:nth-child(2) { transform: rotate(30deg); animation-delay: -1s; }

.spinner-loading div:nth-child(3) { transform: rotate(60deg); animation-delay: -0.9s; }

.spinner-loading div:nth-child(4) { transform: rotate(90deg); animation-delay: -0.8s; }

.spinner-loading div:nth-child(5) { transform: rotate(120deg); animation-delay: -0.7s; }

.spinner-loading div:nth-child(6) { transform: rotate(150deg); animation-delay: -0.6s; }

.spinner-loading div:nth-child(7) { transform: rotate(180deg); animation-delay: -0.5s; }

.spinner-loading div:nth-child(8) { transform: rotate(210deg); animation-delay: -0.4s; }

.spinner-loading div:nth-child(9) { transform: rotate(240deg); animation-delay: -0.3s; }

.spinner-loading div:nth-child(10) { transform: rotate(270deg); animation-delay: -0.2s; }

.spinner-loading div:nth-child(11) { transform: rotate(300deg); animation-delay: -0.1s; }

.spinner-loading div:nth-child(12) { transform: rotate(330deg); animation-delay: 0s; }

@keyframes lds-spinner { 0% { opacity: 1; }
  100% { opacity: 0; } }

.dashboard-popup-col2 .map-box{
  z-index: 10;
}

table.result-table-simple tbody td, table.result-table-simple tbody th {
  color: #fff;
  background-color: transparent;
}
table.result-table-simple tbody tr:nth-child(2n) td, table.result-table-simple tbody tr:nth-child(2n) th {
  background-color: transparent;
}

/*  DASHBOARD CHART - END */

.text-right{
    text-align: right !important;
}
.text-center{
    text-align: center !important;
}

table.tablesorter td a.file-link,
table.zebra-table td a.file-link,
table.result-table td a.file-link{
    display: inline-block;
    height: 18px;
    vertical-align: middle;
}

table.tablesorter td a.file-link .table-icon-link,
table.zebra-table td a.file-link .table-icon-link,
table.result-table td a.file-link .table-icon-link{
    width: 20px;
    height: 18px;
    margin-left: 2px;
}

.cama-colored.row-color-blue td{
    background-color: #7B8CAD !important;
}
.cama-colored.row-color-cyan td{
    background-color: #58CAB9 !important;
}
.cama-colored.row-color-red td{
    background-color: #E29898 !important;
}
.text-red-highlight{
    color:darkred;
    font-weight: 600;
}
.select2-container--krajee-bs3 .select2-selection--single:before,
.select2-container--krajee-bs3 .select2-selection--multiple:before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../img/icons/blue-arrow-bottom.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 10px;
    top: 18px;
    right: 20px;
    animation: arrowFadeBottom 0.4s cubic-bezier(1, 0, 0, 1) both !important;
    transform-origin: 50% 50%;
}
.select2-container--krajee-bs3.select2-container--open .select2-selection--single:before,
.select2-container--krajee-bs3.select2-container--open .select2-selection--multiple:before {
    transform: rotate(-180deg);
    top: 15px;
    right: 27px;
    animation: arrowFadeTop 0.4s cubic-bezier(1, 0, 0, 1) both !important;
    transform-origin: 50% 50%;
}
.select2-container--krajee-bs3 .select2-selection--single {
    height: 42px;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-container--krajee-bs3.select2-container--open .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-container .select2-selection--single .select2-selection__clear {
    color: #039EE0;
    right: 30px;
    top: 4px;
    opacity: 1;
}

button.close{
    opacity: 1 !important;
}

.iframe-content .page-fixhead-container{
    top: 0;
}

.add-line .line{
    min-width: unset;
}
.mg-info-totals{
    border-top:1px double #039EE0;
    font-weight:bold;
}

@media screen and (max-width: 1366px) {
    .dashboard--header--title{
        width: 640px !important;
        max-width: 640px;
    }
    .dashboard--header--title span.quote{
        font-size:10px;
    }
    .dashboard--header--title span.quote b {
       font-size:14px;
    }
}
@media screen and (min-width: 1367px) {
    .dashboard--header--title{
        width: 800px !important;
        max-width: 800px;
    }
}

.form--error.form-success{
    background: #58CAB9;
}

.home-movies--container .movie--block--menu{
    z-index: 3;
}

.poster-no-thumb-title{
    position: absolute;
    font-size: 20px;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    text-transform: uppercase;
    font-family: Helvetica, Arial;
    letter-spacing: 0.4px;
    text-align: left;
    font-weight: normal;
    /* background: rgba(0,0,0,0.5); */
    padding: 10px;
}

body .unsold-distributor-btn {
    cursor: pointer;
    display: block;
    width: 251px;
    padding: 0px;
    margin: 0px;
    text-align: left;
    background: transparent;
    border: none;
    position: absolute;
    z-index: 5;
}

.unsold-distributor-airlines {
    top: 35px;
}

.map-box-top h3,
.map-box-top .map-info-box{
    line-height: 16px;
}
.map-box-top h3 *,
.map-box-top .map-info-box *{
    margin: 0;
}

.map-box-top .all{
    line-height: 16px;
}

.map-box-top-dashboard{
    margin-bottom: 10px;
}

.home-top--last-visited .last-visited-box .last-box-bottom .title-2 .tags.center-tags,
.details-header-stats .stats-border .tags.center-tags{
    text-align: center;
    float: none;
}

.amcharts-chart-div > a{
    display: none !important;
}

.details-header-stats .stats-border.no-overflow{
    overflow: initial;
}

.speech-bubble{
    background-image: url(../img/icon_bubble.svg);
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    left: 4px;
    top: 4px;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}

.table-icon-link.table-download-cloud {
    background-image: url(../img/icons/table-buttons/download.svg);
    background-size: 70%;
}

.table-links a.button {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.table-links .button .icon-download,
.table-links .button i.download {
    background-image: url(../img/icons/table-buttons/download-white.svg);
    background-size: 70%;
}

.table-icon-link.table-preview-light {
    background-image: url(../img/icons/table-buttons/eye-blue-light.svg);
}

.secure-document-form{
    max-width: 500px;
    padding-top: 10px;
}

.hover-scroll td.td-with-scroll {
    padding: 0;
    height: 28px;
}

.hover-scroll td.scrolling-tags:hover span{
    animation: marquee 12s linear infinite;
}

.home-top--statements .scrolling-tags {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
  }
  
  .home-top--statements .scrolling-tags span {
    display: inline-block;
    animation: marquee 12s linear infinite;
  }
  
  .home-top--statements .scrolling-tags span:nth-of-type(2) {
    transform: translate(100%, 0);
    animation-delay: 6s;
  }
  
  @keyframes marquee {
    0% {
      transform: translate(100%, 0);
    }
    100% {
      transform: translate(-100%, 0);
    }
  }

  .export-menu-container{
      display: inline-block;
  }
  
  /* RTM timeline */
  
  .rtm-timeline {
      font-family: Arial, sans-serif;
      position: relative;
      max-width: 900px;
      margin: auto;
      margin-top: 20px;
      color: #0D477F;
  }

  .rtm-timeline * {
      box-sizing: border-box;
  }
  
  .rtm-timeline table {
      width: 100%;
      border-spacing: 0;
      border-collapse: collapse;
  }
  .rtm-timeline td {
      padding: 0;
  }
  
  .rtm-timeline td.rtm-date {
      width: 25px;
      color: #1F93FF;
  }
  
  .rtm-timeline td.rtm-date > div {
      width: 25px;
      height: 54px;
      position: relative;
  }
  
  .rtm-timeline td.rtm-date > div > div {
      border: 1px solid #1F93FF;
      display: inline-block;
      transform: rotate(-90deg);
      position: absolute;
      bottom: -25px;
      left: 0;
      height: 25px;
      padding: 5px;
      text-align: center;
      width: 54px;
      transform-origin: left top 0;
      font-size: 10px;
  }
  
  
  .rtm-timeline td.rtm-first {
      width: 40px;
  }
  
  .rtm-timeline td.rtm-first > div {
      width: 40px;
  }
  
  .rtm-timeline td.rtm-first > div > div {
      bottom: -40px;
      height: 40px;
  }
  
  .rtm-timeline td.rtm-time {
      vertical-align: middle;
      position: relative;
      min-width: 24px;
  }
  
  .rtm-timeline td.rtm-time > div:not(.rtm-today) {
      padding: 3px 10px;
      text-align: center;
      position: relative;
      height: 24px;
  }
  
  .rtm-timeline td.rtm-time > div:not(.rtm-today) > div {
      position: absolute;
      left: 0;
      right: 0;
      font-size: 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding: 0 4px;
  }
  
  .rtm-timeline td.rtm-time > div:not(.rtm-today) > span {
      color: transparent;
  }
  
  .rtm-timeline td.rtm-time.rtm-time-monthly > div:not(.rtm-today) {
      background: #e6ebf1;
  }
  
  .rtm-timeline td.rtm-time.rtm-time-bimonthly > div:not(.rtm-today) {
      background: #cad3e1;
  }
  
  .rtm-timeline td.rtm-time.rtm-time-quarterly > div:not(.rtm-today) {
      background: #a3b0c7;
  }
  
  .rtm-timeline td.rtm-time.rtm-time-semiyearly > div:not(.rtm-today) {
      background: #039ee0;
      color: white;
  }
  
  .rtm-timeline td.rtm-time.rtm-time-yearly > div:not(.rtm-today) {
      background: #0d477f;
      color: white;
  }
  
  .rtm-timeline td.rtm-time.rtm-time-biyearly > div:not(.rtm-today) {
      background: #092e51;
      color: white;
  }
  
  .rtm-timeline td.rtm-arrow {
      width: 25px;
  }
  
  .rtm-timeline td.rtm-arrow > div {
      width: 0px;
      height: 0px;
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent;
      border-left: 25px solid #e6ebf1;
  }
  
  .rtm-timeline td.rtm-arrow.rtm-arrow-bimonthly > div {
      border-left-color: #b0c5d2;
  }
  .rtm-timeline td.rtm-arrow.rtm-arrow-quarterly > div {
      border-left-color: #cad3e1;
  }
  .rtm-timeline td.rtm-arrow.rtm-arrow-semiyearly > div {
      border-left-color: #039ee0;
  }
  .rtm-timeline td.rtm-arrow.rtm-arrow-yearly > div {
      border-left-color: #0d477f;
  }
  .rtm-timeline td.rtm-arrow.rtm-arrow-biyearly > div {
      border-left-color: #092e51;
  }
  
  .rtm-timeline .rtm-today {
      position: absolute;
      transform: translateX(-50%);
      top: -10px;
  }
  .rtm-timeline .rtm-today > div {
      width: 4px;
      background: white;
      height: 35px;
      margin: auto;
  }
  .rtm-timeline .rtm-today > span {
      background: #373737;
      color: white;
      font-size: 12px;
  }
  
  /* RTM timeline end */

  .scroll-mt-30 .scrollbox-bar{
      margin-top: 30px;
  }

  .uppercase{
      text-transform: uppercase !important;
  }

.details-content.cama-single-tabs .details-content-top {
    background: #1a181c;
    padding: 0;
    height: 40px;
}

.details-content.cama-single-tabs .details-content-top ul {
    table-layout: fixed;
}

.details-content.cama-single-tabs .details-content-top ul li {
    padding: 0 1px;
    min-width: initial;
}

.details-content.cama-single-tabs .details-content-top ul li button {
    background: #373737;
    /*border-radius: 15px 15px 0 0;*/
    height: 40px;
    line-height: 40px;
}

.details-content.cama-single-tabs .details-content-top ul li button i {
    background-position-y: 30% !important;
}

.details-content.cama-single-tabs .details-content-top ul li button i.unsold {
    background-position-y: 70% !important;
}

.details-content.cama-single-tabs .details-content-top ul li button i.bankdetails {
    margin-top: 3px;
}

.details-content.cama-single-tabs .details-content-top ul li::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    top: -10px;
    border-top: 20px solid transparent;
    border-right: 20px solid #1a181c;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 3;
}

.details-content.cama-single-tabs .details-content-top ul li::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    top: -10px;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #1a181c;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 3;
}
@media screen and (max-width: 1200px) {
    .details-content.cama-single-tabs .details-content-top ul li button {
        font-size: 12px;
        padding-left: 15px;
    }
}

.reporting-form input[type="text"],
.reporting-form input[type="password"]{
    height: 42px;
    width: 100%;
}

hr {
    border-top: 1px solid #039EE0;
}

.has-error {
    color: #a94442;
}

.dashboard--header--user ul li a i.account-details {
    background-image: url(../img/icons/dashboard-top/user-avatar.svg);
}

.dashboard--header--user ul li a i.message-from-freeway {
    background-image: url(../img/icons/dashboard-top/bell.svg);
}

.field-beneficiarybankaccount-is_for_all_future_titles label {
    color: #039EE0;
    font-weight: bold;
}

@media screen and (min-width: 900px) {
    #phone-form-countrycode {
        width: 365px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: top;
    }
    #phone-form-areacode {
        width: 95px;
        margin-right: 5px;
        display: inline-block;
    }
    #phone-form-phonenumber {
        width: 140px;
        display: inline-block;
    }
}

#phone-form-countrycode .select2-container--krajee-bs3 .select2-selection--single {
    padding-left: 35px;
}

#phone-form-countrycode .select2-container--krajee-bs3 .select2-selection--single:before {
    top: 15px;
    right: initial;
    left: 8px;
    background-position: center;
}

.form-line-checkbox label {
    color: white;
    display: block;
}

.radio-list label {
    color: white;
}

.requires-asterisk {
    color: #a94442;
    margin-left: 5px;
}

.dropdown-filter-header {
    padding-top: 10px;
}

.dropdown-filter-header [data-dropdown] {
    text-transform: uppercase;
    position: relative;
    width: 120px;
    cursor: pointer;
}

.dropdown-filter-header [data-dropdown]:after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../img/icons/blue-arrow-bottom.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 10px;
    top: 20px;
    right: 20px;
    animation: arrowFadeBottom 0.4s cubic-bezier(1, 0, 0, 1) both !important;
    transform-origin: 50% 50%;
}

.dropdown-filter-header [data-dropdown].active:after {
    transform: rotate(-180deg);
    top: 8px;
    right: 27px;
    animation: arrowFadeTop 0.4s cubic-bezier(1, 0, 0, 1) both !important;
    transform-origin: 50% 50%;
}

.filter-line-no-min-height .filter-line {
    min-height: auto;
}

.pt-0 {
    padding-top: 0 !important;
}

.btn {
    border-radius: 0;
}

.field-beneficiarybankaccount-routing_no{
    position: relative;
}

.field-beneficiarybankaccount-routing_no i{
    color: red;
}

.field-beneficiarybankaccount-routing_no .routing-number-info{
    position: absolute;
    background-color: black;
    color: #ffffff;
    border: 1px solid #039EE0;
    top: 30px;
    left: 0;
    padding: 10px 10px 5px;
    z-index: 1000;
}

.field-beneficiarybankaccount-routing_no .routing-number-info h1{
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

.field-beneficiarybankaccount-routing_no .routing-number-info p{
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}


@media screen and (min-width: 900px) {
    .field-beneficiarybankaccount-beneficiary_address_country,
    .field-beneficiarybankaccount-bank_address_country {
        width: 16%;
        display: inline-block;
        vertical-align: top;
    }
    .field-beneficiarybankaccount-beneficiary_address_city,
    .field-beneficiarybankaccount-bank_address_city {
        width: 16%;
        padding-right: 5px;
        display: inline-block;
        vertical-align: top;
    }
    .field-beneficiarybankaccount-beneficiary_address_address,
    .field-beneficiarybankaccount-bank_address_address {
        width: 43%;
        padding-right: 5px;
        display: inline-block;
        vertical-align: top;
    }
    .field-beneficiarybankaccount-beneficiary_address_zipcode,
    .field-beneficiarybankaccount-bank_address_zipcode {
        width: 8%;
        padding-right: 5px;
        display: inline-block;
        vertical-align: top;
    }
    .field-beneficiarybankaccount-beneficiary_address_state,
    .field-beneficiarybankaccount-bank_address_state {
        width: 16%;
        padding-right: 5px;
        display: inline-block;
        vertical-align: top;
    }

    .field-beneficiarybankaccount-swift_code {
        width: 25%;
        padding-right: 8px;
        vertical-align: top;
        float: left;
    }
    .field-beneficiarybankaccount-routing_no {
        width: 75%;
        display: inline-block;
        vertical-align: top;
    }

    .field-beneficiarybankaccount-account_iban_number_type,
    .field-beneficiarybankaccount-account_iban_number {
        width: 33.33%;
        padding-right: 8px;
        vertical-align: top;
        float: left;
    }
    .field-beneficiarybankaccount-currency_id {
        width: 33.33%;
        display: inline-block;
        vertical-align: top;
    }

    #bank_state_branch-div {
        width: 33%;
        display: inline-block;
        vertical-align: top;
    }

    #bank_branch_code-div {
        width: 33%;
        display: inline-block;
        vertical-align: top;
    }

    #bank_code-div {
        width: 33%;
        display: inline-block;
        vertical-align: top;
    }

    #transit_number-div {
        width: 33%;
        display: inline-block;
        vertical-align: top;
    }

    #financial_institution_number-div {
        width: 33%;
        display: inline-block;
        vertical-align: top;
    }

    #further_details-div.bsb-shown {
        width: 33%;
        display: inline-block;
        vertical-align: top;
    }
}

.detail-view {
    width: 100%;
    max-width: 100%;
}

.detail-view th {
    width: 1%;
    white-space: nowrap;
    padding: 2px 5px;
    padding-left: 0;
    color: #039EE0;
    font-weight: bold;
    text-align: left;
}

.detail-view td {
    padding: 2px 5px;
    color: white;
    text-align: left;
}

#bank-account-form .padding-block {
    padding-top: 15px;
}

#bank-account-form .form {
    margin-top: 0;
}

#bank-account-form input[type="text"] {
    height: 20px;
    padding: 2px 10px;
}

#bank-account-form .form-line {
    margin-bottom: 6px;
}

#bank-account-form .form-line label {
    margin-bottom: 1px;
}

#bank-account-form .help-block {
    margin-bottom: 2px;
}

#bank-account-form .select2-container--krajee-bs3 .select2-selection--single {
    height: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 35px;
}

#bank-account-form .select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}

#bank-account-form .select2-container--krajee-bs3 .select2-selection--single:before {
    top: 5px;
    right: initial;
    left: 8px;
    background-position: center;
}

#bank-account-form .select2-container .select2-selection--single .select2-selection__clear {
    top: 0px;
}

#bank-account-form .select2-container--krajee-bs3 .select2-selection--multiple {
    min-height: 20px;
    padding-left: 30px;
}

#bank-account-form .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice {
    line-height: 18px;
    height: 18px;
    margin: 3px 0 3px 6px;
}

#bank-account-form .select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 22px;
}

#bank-account-form .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice__remove {
    margin-top: 0;
}

#bank-account-form .select2-container--krajee-bs3 .select2-selection--multiple:before {
    top: 6px;
    right: initial;
    left: 8px;
    background-position: center;
}

#bank-account-form hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.label-spinner {
    border: 4px solid transparent;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 15px;
    height: 15px;
    -webkit-animation: spin .7s linear infinite;
    animation: spin .7s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.password-input-feedback-container {
    position: relative;
}

.password-input-feedback-container > input {
    padding-right: 34px;
    box-sizing: border-box;
    width: 100%;
}

.password-input-feedback {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/icons/table-buttons/eye-blue-light.svg);
    height: 32px;
    width: 32px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 2;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.form-line .password-input-feedback {
    top: 5px;
}

.login-info-text {
    color: #039EE0;
    font-size: 12px;
    width: 340px;
    position: relative;
    text-align: center;
    margin: auto auto 10px;
}

.blue-link {
    color: #039EE0;
    font-family: Helvetica-Bold, 'Arial Bold', Arial;
    font-weight: bold;
}

.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
    display: table;
    content: " ";
}

.details-content.cama-single-tabs .details-content-page:not(.keep-background) {
    background: #1a181c;
}

[data-active="fwp-docs-page"] #fwp-docs-page, [data-active="fwp-docs-page"]{
    display: block;
    background: #1a181c;
}

[data-active="invoices"] [data-page="invoices"] {
    opacity: 1;
    border-bottom: 3px solid #FFF;
}

#invoices-page .details-content-page-section {
    /*max-width: 1050px;*/
    margin: 0 auto 25px auto;
}

#invoices-page .accordion-top ul li button.active{
    background: #2F2F2F;
    color: #ffffff;
}

#invoices-page .accordion-content{
    background: #2F2F2F;
}

.w100{
    width: 100px !important;
}

.nowrap {
    white-space: nowrap !important;
}

#invoices-page .result-table thead td {
    padding: 10px;
}

.dashboard--header {
    z-index: 9999;
}

.deleted-bank-account-row>td{
    background:grey !important;
}
.report-hint{
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.report-hint > .report-hint-box{
    width: 25px;
    height: 25px;
    border: 1px solid #092e51;
    margin-right: 5px;
}

.report-hint > span{
    color: white;
}

.bg-closed{
    position: absolute;
    background-image: url("/web/image/cama_account_closed.png");
    top: 180px;
    width: 100%;
    height: 57px;
    background-repeat: no-repeat !important;
    display: block;
    background-position: 50% 50% !important;
    transform: rotate(40deg);
    background-size: 100%;
}

.bg-cama-closed-home-page{
    position: absolute;
    background-image: url("/web/image/cama_account_closed.png");
    width: 100%;
    height: 80%;
    background-repeat: no-repeat !important;
    display: block;
    background-position: 50% 60% !important;
    transform: rotate(40deg);
    z-index: 2;
    background-size: 100%;
}

.bg-magenta-light-hint{
    background-color: #f1e3e6 !important;
}

.bg-magenta-light td{
    background-color: #f1e3e6 !important;
}

.bg-magenta-light:nth-of-type(odd) td{
    background-color: #f1e3e6 !important;
}

.bg-magenta-light:hover:nth-of-type(odd) td{
    background-color: #ecf0f5 !important;
}

.overflow-y-scroll{
    overflow-y: scroll;
}

.overflow-after::after{
    display: none !important;
}

.details-header-center-content {
    color: white;
}

#single-cama-title {
    font-weight: bold;
    font-size: 16px;
}

.details-header-center-content::-webkit-scrollbar { width: 6px; background: #373737; }

.details-header-center-content::-webkit-scrollbar-track { border-radius: 10px; background: #373737; }

.details-header-center-content::-webkit-scrollbar-thumb { box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); background: #999; border-radius: 10px; transition: 0.4s; }

.details-header-center-content::-webkit-scrollbar-thumb:hover { background: #039EE0; }


/** Scrollbar */
/*.suwala-doubleScroll-scroll-wrapper{*/
/*    margin-bottom: 10px;*/
/*}*/

/* width */
.suwala-doubleScroll-scroll-wrapper::-webkit-scrollbar, .double-scrollbar::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.suwala-doubleScroll-scroll-wrapper::-webkit-scrollbar-track, .double-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.suwala-doubleScroll-scroll-wrapper::-webkit-scrollbar-thumb, .double-scrollbar::-webkit-scrollbar-thumb {
    background: #039EE0;
    border-radius: 10px;
}

.breadcrumb-title{
    color: #ffffff;
    text-decoration: none;
}

.breadcrumb-title:hover,
.breadcrumb-title:active,
.breadcrumb-title:focus
{
    text-decoration: none;
    color: #039EE0;
}

.phone-verification-code{
    display: flex;
    align-items: center;
}

.phone-verification-code span{
    color: #039EE0;
    font-size: 18px;
    height: 24px;
    margin-left: 10px;
    font-weight: bold;
}

.phoneselect-message{
    max-width: 480px;
    width: 100%;
    display: block;
    border: 2px solid #4672c4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 5px;
    padding: 10px;
}

.phoneselect-message span{
    text-decoration: underline;
}

.phoneselect-contact{
    font-style: italic;
}

.cgr-receipts-block-container {
    height: 47px;
}

.cgr-receipts-block-container input[type="text"] {
    height: 47px;
}

.cgr-receipts-block-containe .select2-container--krajee-bs3 .select2-selection--single {
    height: 47px;
}

.main-page-header-button {
    margin-top: 0px !important;
    margin-left: 15px;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    position: relative;
    display: inline-block;
    border-radius: 1px;
    min-width: 70px;
}

.cgr-receipts-filter-line-tags .buttons{
    height: 47px;
}

.login-div {
    position: absolute;
    width: 100%;
    height: 100%;
}

.notification .badge {
    position: absolute;
    top: -13px;
    right: -12px;
    border-radius: 50%;
    background-color: #db3737;
    color: white;
    height: 28px;
    width: 28px;
    text-align: center;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-message-badge {
    border-radius: 50%;
    background-color: #db3737;
    color: white;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 13px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -23px;
    margin-right: 8px;
    margin-left: 8px;
}

.news-page-popup,
.news-popup{
    width: 100%;
    backdrop-filter: blur(5px);
    z-index:2000;
    background-color: rgba(0,0,0, 0.4);
    filter: alpha(opacity=80);
    min-width: 1024px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.popup-text-name {
    font-weight: bold;
    padding: 0px 10px 10px 10px;
}

.popup-text-date {
    padding-top: 10px;
    padding-bottom: 5px;
}

.news-page-popup-content-div,
.news-popup-content-div {
    position: fixed;
    top: 25%;
    width: 376px;
    height: 500px;
    margin: 10px;
    background-color: #13487D;
    z-index:2001;
    color: white;
    text-align: center;
    overflow: hidden;
}

.news-popup-logo-img {
    height: 45px;
    margin: auto;
}

.news-item-content-div {
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.popup-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 5px;
}
.popup-text a{
    color:#36bdf6;
}

.without-img-popup-text {
    height:350px;
}

.with-img-popup-text {
    height: 120px;
}

.popup-text p {
    max-height: 100px;
    overflow: hidden;
    line-height: 20px;
    margin: 0;
    padding: 0 10px 0 10px;
}

.news-popup-img {
    height: 235px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
}

.news-popup-img img {
    margin: auto;
    height: 250px;
    max-width: 100%;
    object-fit: cover;
}

.news-popup-logo {
    height: 50px;
    text-align: center;
    margin: 5px;
}

.two-factor-holder-select h1 i, .two-factor-holder-call h1 i, .two-factor-holder-sms h1 i {
    cursor: pointer;
    float: right;
}

.auto-grid {
    --auto-grid-min-size: 25rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 1rem;
    padding: 2px;
}
.auto-grid .news-item {
    text-align: center;
    background: #13487D;
    color: #ffffff;
    box-shadow: 5px 5px 5px black;
    width: 364px;
    height: 450px;
    cursor: pointer;
}
#news-page-div {
    padding-right: 300px;
    padding-left: 15px;
    padding-bottom: 30px;
    padding-top: 15px;
}

#news-page-div .news-item {
    margin: -2px;
    border: 1px solid transparent;
    padding-top: 30px;
}

#news-page-div .news-item:hover {
    border-color: #039EE0;
}

.unread-popup {
    display: flex;
    justify-content: flex-end;
    color: white;
}

.news-popup-close {
    display: flex;
    justify-content: flex-end;
    color: white;
    padding: 5px 10px;
}

.news-popup-close i {
    color: white;
}

.news-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    padding: 0px 10px;
    text-decoration: none;
    height: 34px;
    width: 80px;
    top: 12px;
}

.website-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    padding: 0px 10px;
    text-decoration: none;
    height: 34px;
    width: 110px;
    top: 4px;
}

.news-item-content {
    display: flex;
    height: 365px;
    justify-content: space-between;
    flex-flow: column;
}

.cama_tooltip-container {
    position: relative;
    /*display: inline-block;*/
}

.cama_tooltip {
    position: absolute;
    z-index: 10000;
    width: 200%;
    background-color: #1a181c;
    color: #039ee0;
    text-align: left;
    border-radius: 5px;
    padding: 10px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.cama_tooltip::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #1a181c;
}

#result-table tr > td {
      white-space: normal;
}

.cama-colored.row-financial-overview-lighter td{
    background: #E2ECF8 !important;
}

.cama-colored.row-financial-overview-dark td{
    background: #CBD4E2 !important;
}

.financial-overview-table-list .table-links {
    margin-bottom: 5px !important;
}

.financial-overview-filter {
    padding: 10px !important;
}

.pw-info-text {
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
}

.bg-bank-controlled-home-page{
    position: absolute;
    background-image: url("/web/image/bank-controlled.png");
    width: 100%;
    height: 80%;
    background-repeat: no-repeat !important;
    display: block;
    background-position: 50% 60% !important;
    transform: rotate(83deg);
    z-index: 2;
    background-size: 85%;
}

.bg-bank-controlled{
    position: absolute;
    background-image: url(/web/image/bank-controlled.png);
    width: 100%;
    height: 80%;
    background-repeat: no-repeat !important;
    display: block;
    background-position: 50% 100% !important;
    transform: rotate(90deg);
    z-index: 2;
    background-size: 85%;
    top: 50px;
    left: 20px;
}

#bank-info-controlled-img{
    position: absolute;
    z-index: 2;
    width: 14%;
    right: 0px;
    bottom: 0px;
}

.nav-badge {
    display: inline-block;
    min-width: -1px;
    padding: 2px 4px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #db3737;
    border-radius: 10px;
    margin-left: 6px;
}

.nav-badge-div {
    width: 65px;
    text-align: center;
}

#routing-no-label-div {
    display: flex;
}

.top-message-box {
    margin:0px;
}

.cama_da_tooltip-container {
    position: relative;
    /*display: inline-block;*/
}

.da-show-more-parent-div {
    display: flex !important;
    justify-content: right;
}

.da-show-more-div {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding-right: 10px;
}

.floatThead-table {
	height: 34px;
    width: 100% !important;
}

.floatThead-container table tr td {
	white-space: normal;
}

.floatThead-wrapper .floatThead-container {
    top: 0 !important;
}

.home-top .floatThead-wrapper .floatThead-container {
    top: -30px !important;
}

.cama_da_tooltip {
    position: absolute;
    z-index: 10000;
    width: 425px;
    background-color: #FFF;
    color: #039EE0;
    text-align: left;
    border-radius: 5px;
    padding: 10px;
    top: -110%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(243, 242, 242, 0);
}

.cama_da_tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #FFF transparent transparent;
}

.main-tooltip-container:hover .main-tooltip{
    visibility:visible !important;
}

.beneficiaryid-label {
    display: flex;
    color: #039EE0;
}

#beneficiary_not_in_list-checkbox-div {
    padding-left: 15px;
}

.bank-details-hidden-field {
    visibility: hidden;
    position: absolute;
    opacity: 0;
}

.single-cama-story {
    font-style: italic;
}

.single-cama-story-with {
    padding-bottom: 10px !important;
}

.single-cama-data-div {
    display: flex;
    padding-bottom: 2px;
}

.single-cama-data-title {
    width: 80px;
}


.range-input-filter {
  display: flex;
}

.range-separator-filter {
  background: #373737;
  color: white;
}
.range-input-filter-placeholder {
  background: #373737;
  color: white;
}

.range-separator-filter span {
  top: 20%;
  position: relative;
}

.range-input-filter,
.range-input-filter-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
}

.range-input-filter-placeholder {
  z-index: 2;
}

.range-input-filter {
  z-index: 1;
}


.range-input-filter input[type="text"]:active,
.range-input-filter input[type="text"]:focus  {
  position: relative !important;
  z-index: -1 !important;
}

.iframe-content .range-input-filter input[type="text"],
.iframe-content .range-separator-filter,
.iframe-content .range-input-filter-placeholder {
  height: 42px !important;
}

.range-input-filter input[type="text"],
.range-separator-filter,
.range-input-filter-placeholder {
  height: 34px !important;
}

.range-input-filter-placeholder span {
  color: rgb(215 215 215);
  top: 20%;
  position: relative;
  padding-left: 10px;
}

.date-picker-range {
    width: 300px;
}

.base-select {
    width: 125px;
}

.da-details-content-page-section {
    padding: 0px 35px 0px 10px;
    display: block;
    position: relative;
}

.da-filter-line {
    min-height: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
}

.da-filter-line-tags .buttons {
    height: 42px;
}

.da-filter-line-tags .buttons svg {
    top: 13px !important;
}

#das-page .iframe-content .fixhead {
    margin-left: 0 !important;
}

div.fixhead:has(.da-iframe-table) {
  margin-left: 0 !important;
}

.dashboard-add-new-bank-details-button {
    padding-top: 20px !important;
}

.button-holder .buttons {
    display: inline-block;
    padding: 0px 10px 0 10px;
    font-size: 13px;
    color: #039EE0;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    line-height: 24px;
    height: 26px;
    text-decoration: none;

    background: transparent;
    border: 1px solid #039EE0;
}

.button-holder .buttons svg {
    position: absolute;
    top: 5px;
}

.button-holder .buttons span {
    margin-left: 20px;
}

.button-holder .buttons:hover {
    background: #36BDF6;
    color: #FFF;
    transition: 0.15s;
}