﻿.swiper-container .balance.active,
.account-gridster .balance.active {
    display: block;
}

.slick-dots {
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
    /*position: absolute;*/
}

#LIVE20 {
    height: 0px
}

.slick-dots li {
    display: inline-block;
}

.process-close {
    float: right;
    font-size: 12px;
    margin-right: 20px;
    margin-top: -20px;
    font-weight: bold;
    /*  text-transform: uppercase;*/
    color: #2d4050;
    line-height: 48px;
    background: url(../../img/icons/icon-close-2.png) 100% 18px no-repeat;
    background-size: 10px;
    padding-right: 16px;
}

.slick-dots button {
    width: 10px;
    height: 10px;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0;
    margin: 0 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    border: 3px solid #FFF;
    background: #dedede;
}

.slick-dots .slick-active button {
    border: 3px solid #F28700;
    background: #F28700;
}

.swiper-container .balance,
.account-gridster .balance {
    display: none;
}

.plain-list.generic-review {
    margin-bottom: 0px !important;
}

.Location-01-WF {
    background-image: url(../../img/icons/Location-01-WF.png);
}

.Chat-01-WF {
    background-image: url(../../img/icons/Chat-01-WF.png);
}

.PDF-Metro {
    background-image: url(../../img/icons/pdf.png);
}

.Excel-Metro {
    background-image: url(../../img/icons/Excel.png);
}

.Phone-WF {
    background-image: url(../../img/icons/Phone-WF.png);
}

.Time-WF {
    background-image: url(../img/icons/Time-WF.png);
}

.Mail-WF {
    background-image: url(../../img/icons/Mail-WF.png);
}

.House-09 {
    background-image: url(../../img/icons/House-09.png);
}

.Facebook-Metro {
    background-image: url(../../img/icons/Facebook-Metro.png);
}

.Linkedin-Metro {
    background-image: url(../../img/icons/LinkedIn-Metro-3.png);
}

.Twitter-Bird {
    background-image: url(../../img/icons/Twitter-Bird.png);
}

.Help-icon {
    background-image: url(../img/icons/Help-icon.png);
}

.web-button.image-button {
    display: inline-block;
    float: right;
    width: 39px;
    height: 39px;
    background-color: #148cb8;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.main-content.popup-content {
    width: 100% !important;
    /* margin-top: -150px;*/
}

    .main-content.popup-content .widget {
        border: none !important;
    }

.main-content.content-account-details {
    min-height: 200px !important;
}

.main-content.content-card-details {
    min-height: 300px !important;
}

.widget-transaction-list .table-row {
    cursor: pointer;
}

.exchange-list .skr {
    padding-left: 10px;
}

    .exchange-list .skr .info-txt-1 {
        margin-left: 10px;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #919191;
        /*    text-transform: uppercase;*/
        margin-bottom: 0;
    }

/*-- autocomplete --*/
.ui-menu {
    border: 1px solid #ebebeb !important;
    -webkit-box-shadow: inset 0px -21px 25px -7px rgba(230, 230, 230, 0.75);
    -moz-box-shadow: inset 0px -21px 25px -7px rgba(230, 230, 230, 0.75);
    box-shadow: inset 0px -21px 25px -7px rgba(230, 230, 230, 0.75);
    /*-webkit-border-radius: 10px;
  moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;*/
    overflow: hidden;
}

.ui-autocomplete.ui-menu .ui-menu-item {
    background: transparent !important;
    border: none !important;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #464637;
    font-weight: 500;
    padding: 7px 15px !important;
}

    .ui-autocomplete.ui-menu .ui-menu-item:hover {
        background: #EBF8FD !important;
        border: none !important;
        color: #10a7e0;
        padding: 7px 15px !important;
    }

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}


.combobox-item {
    font-size: 18px !important;
    color: #fff !important;
    background: #239bc8 !important;
    -webkit-transition: background 0.3s ease !important;
    -moz-transition: background 0.3s ease !important;
    -ms-transition: background 0.3s ease !important;
    -o-transition: background 0.3s ease !important;
    transition: background 0.3s ease !important;
    border: none;
}

    .combobox-item:hover {
        background: #2baada !important;
    }

.combobox-item {
    color: #fff !important;
}

/* ==================================================
    =TABLES filter
===================================================== */


.overlay-dark {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

body.-overlay-active .overlay-dark {
    opacity: 1;
    visibility: visible;
}

.transaction-nav {
    position: fixed;
    max-width: 540px;
    height: 100vh;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 100;
    overflow: auto;
    transform: translateX(100%);
    transition: all 0.4s ease;
    padding: 0 15px 0 35px;
}

    .transaction-nav.active {
        transform: translateX(0);
    }

    .transaction-nav .inner {
        padding-top: 25px;
        padding-bottom: 40px;
        padding-right: 10px;
    }

    .transaction-nav form {
        width: 100%;
        max-width: 100%;
    }

        .transaction-nav form .group {
            max-width: 100%;
        }

    .transaction-nav .btn-wrapper {
        padding-top: 30px;
    }

    .transaction-nav h3 {
        /*font-size: 24px;*/
        color: #ed1b3c;
    }

    .transaction-nav .close-filter {
        font-family: 'Roboto Condensed', sans-serif;
        /*    text-transform: uppercase;*/
        font-size: 14px;
        color: #555;
    }

        .transaction-nav .close-filter .icon {
            display: inline-block;
            width: 8px;
            height: 8px;
            background: url(../../img/icons/close-filter.png) 0 0 no-repeat;
            background-size: 8px 8px;
            overflow: hidden;
            text-indent: -500px;
            top: -1px;
            position: relative;
            margin-left: 2px;
        }

    .transaction-nav .inner-container {
        margin-top: 40px;
    }

    .transaction-nav .mCSB_scrollTools,
    .transaction-nav .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 7px;
    }

    .transaction-nav .mCSB_scrollTools {
        opacity: 1 !important;
    }

        .transaction-nav .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
        .transaction-nav .mCSB_scrollTools_onDrag .mCSB_dragger {
            background: #f57b00;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -ms-border-radius: 100px;
            border-radius: 100px;
            opacity: 1 !important;
        }

        .transaction-nav .mCSB_scrollTools .mCSB_draggerRail {
            background: #fff;
        }

    .transaction-nav .mCSB_inside > .mCSB_container {
        margin-right: 15px;
    }

    .transaction-nav .form-template {
        margin-top: 15px;
    }

    .transaction-nav .slat-title {
        color: #555555;
        font-size: 14px;
    }

body.-filter-open {
    overflow: hidden;
}

.account-small-slider .slide {
    display: none;
}

.account-small-slider.slick-initialized .slide {
    display: block !important;
}

#prelogin-product-details {
    /*-webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -ms-transform: translateY(-px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);*/
}

.prelogin-full.sign-up-steps {
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -ms-transform: translateY(-px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
}

.socialfooter {
    float: right;
}

    .socialfooter li {
        display: inline;
        list-style-type: none;
        margin-right: 36px;
        float: left;
    }

        .socialfooter li a {
            display: inline-block;
            height: 25px;
            text-indent: -9999px;
            overflow: hidden;
            background-repeat: no-repeat;
        }

    .socialfooter .icon-linkedin-2 {
        width: 15px;
        background-size: 15px;
    }

    .socialfooter .icon-facebook-2 {
        width: 7px;
        background-size: 7px;
    }

    .socialfooter .icon-twitter-2 {
        width: 17px;
        background-size: 17px;
        background-position: center 2px;
    }

.dd-options {
    overflow-y: scroll;
    max-height: 250px;
}


.contacts-slider {
    width: 650px;
    margin: 0 auto;
}

    .contacts-slider img {
        width: 200px;
        height: 200px;
    }

.contact-picker-wrapper img {
    height: 46px;
    width: 46px;
}
    /*.contact-picker-wrapper img.circle-img.selected {
    border: solid 6px rgb(32, 154, 199);
}*/

    .contact-picker-wrapper img.circle-img {
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

.contact-picker-wrapper .contact-img {
    cursor: pointer;
}

.contact-picker-wrapper {
    margin-bottom: 20px;
}

.error-icon {
    background-image: url(../../img/icons/error-icon-small.png);
    background-size: 18px;
}

.arrow-down-n {
    background-image: url(../../img/icons/arrow-bottom-4.png);
    background-size: 18px;
}

.input-icon {
    display: inline-block;
    float: right;
    width: 39px;
    height: 39px;
    background-color: #148cb8;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.custom-form .input-icon-wrap .input-icon:hover {
    background-color: #179ecf;
}

.custom-form .input-icon-wrap .input-icon.icon-book-1 {
    background-size: 18px;
}

.bottom-actions {
    position: fixed;
    width: 94%;
    bottom: 20px;
    padding: 25px 40px 0px 10px;
}

.no-margin {
    margin: 0;
}

.no-border {
    border: 0;
}

.group .plain-list {
    margin-bottom: 0px;
}

#map-view {
    min-height: 500px;
}



/*Self Care  - default accounts management */
.widget-select-account, .widget-select-group {
    padding: 0;
    border-radius: 5px;
    width: 94%;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
}

    .widget-select-account .account-select, .widget-select-account .group-select, .widget-select-group .account-select, .widget-select-group .group-select {
        position: relative;
    }

        .widget-select-account .account-select .item, .widget-select-account .group-select .item, .widget-select-group .account-select .item, .widget-select-group .group-select .item {
            padding: 10px 20px 10px 0;
        }

    .widget-select-account .account-selected, .widget-select-account .group-selected, .widget-select-group .account-selected, .widget-select-group .group-selected {
        padding: 10px 20px;
    }

    .widget-select-account .acc-img, .widget-select-group .acc-img {
        left: 20px;
    }

    .widget-select-account .group-selected::before, .widget-select-account .account-selected::before, .widget-select-group .group-selected::before, .widget-select-group .account-selected::before {
        right: 10px;
    }

/*Choose widgets height fix*/
#sortable-container {
    height: 100%;
}

}

/* Custom scrollbar */
.mCustomScrollBox .mCSB_scrollTools {
}

.mCustomScrollBox .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 10px;
}

.mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 10px;
    background: #49505a;
    bottom: 1px;
}

.mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 10px;
    top: 1px;
    background: #ebeced;
}

.mCustomScrollBox .mCSB_scrollTools.mCSB_1_scrollbar.mCS-light.mCSB_scrollTools_horizontal {
    bottom: 1px;
}

.mCustomScrollBox .mCSB_inside > .mCSB_container {
    margin-right: 15px;
}

.mCustomScrollBox .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 10px;
}

.mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 7px;
    background: transparent;
    bottom: 1px;
}

.mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar {
    width: 7px;
    top: 0px;
    background: var(--P1);
}

.mCustomScrollBox .mCSB_scrollTools.mCSB_1_scrollbar.mCS-light.mCSB_scrollTools_horizontal {
    bottom: 1px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}

.widget-buttons .btn-1 {
    margin-bottom: 0;
}

#popup-content-side .configure-exchange-widget {
    height: 68px;
}



#page-header .site-logo a {
    width: 186px;
    height: 48px;
}


.popup-24 {
    display: block;
    background: #FFFFFF;
    width: 100% !important;
}



#page-header .main-nav li {
    margin-right: 16px;
}

.profile-bar {
    display: flex;
    align-items: center;
}

    .profile-bar a {
        background-position: left;
    }

.custom-exchange-widget p {
    font-family: "Roboto", sans-serif;
}

.custom-exchange-widget .currency-detail {
    font-family: "Roboto", sans-serif;
}

.title-1 span {
    letter-spacing: 0;
}


.unread {
    float: left;
    position: relative;
}

.msg-read {
    background: #209ac7 url(../../img/icons/icon-opened-msg.png) no-repeat center center;
    background-size: 20px;
}

.msg-unread {
    background: #eb0255 url(../../img/icons/icon-mail-3.png) no-repeat center center;
    background-size: 20px;
}

.list-options {
    position: absolute;
    right: 3px;
    top: 3px;
    zoom: 1;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

    .list-options:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .list-options li {
        float: left;
        display: inline-block;
        width: 45px;
        height: 28px;
        background-color: #494f5a;
        text-indent: -999px;
        background-repeat: no-repeat;
        cursor: pointer;
    }

        .list-options li.active {
            background-color: #fff;
        }

    .list-options .option-slider {
        background-image: url(../../img/icons/slider-1.png);
        background-position: center -23px;
    }

        .list-options .option-slider.active {
            background-position: center 7px;
        }

    .list-options .option-list {
        background-image: url(../../img/icons/list-1.png);
        background-position: center -24px;
    }

        .list-options .option-list.active {
            background-position: center 7px;
        }

/*.account-list {
  width: 100%; }
  .account-list > li {
    opacity: 0.4;
    width: 100%;
    left: 0;
    margin-bottom: 10px; }
  .account-list .list-item.active {
    z-index: 10; }
  .account-list .list-item.dragging {
    z-index: 15; }
  .account-list .inner {
    display: block;
    zoom: 1;
    width: 100%;
    max-width: 1000px;
    background-color: #494f5a;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 0;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: background 0.24s ease;
    -moz-transition: background 0.24s ease;
    -ms-transition: background 0.24s ease;
    -o-transition: background 0.24s ease;
    transition: background 0.24s ease;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5); }
    .account-list .inner:after {
      display: block;
      visibility: hidden;
      height: 0;
      clear: both;
      content: "."; }
  .account-list .col {
    float: left; }
  .account-list .col-1 {
    width: 55%;
    padding-left: 52px; }
  .account-list .drag {
    position: absolute;
    top: 11px;
    left: 20px;
    display: inline-block;
    cursor: pointer;
    padding: 15px 0; }
  .account-list .drag li {
    width: 16px;
    height: 1px;
    background: #fff;
    margin-bottom: 5px;
    -webkit-transition: background 0.24s ease;
    -moz-transition: background 0.24s ease;
    -ms-transition: background 0.24s ease;
    -o-transition: background 0.24s ease;
    transition: background 0.24s ease; }
  .account-list .col-1 h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 300;
    line-height: 39px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    top: -4px;
    -webkit-transition: color 0.24s ease;
    -moz-transition: color 0.24s ease;
    -ms-transition: color 0.24s ease;
    -o-transition: color 0.24s ease;
    transition: color 0.24s ease; }
  .account-list .col-1 p {
    font-size: 12px;
    color: #c4c4c4;
    letter-spacing: 0.5px;
    line-height: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    top: -2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .account-list .col-2 {
    width: 45%;
    text-align: right;
    margin-top: 4px;
    padding-right: 10px;
    zoom: 1; }
    .account-list .col-2:after {
      display: block;
      visibility: hidden;
      height: 0;
      clear: both;
      content: "."; }
  .account-list .col-2 .amount {
    float: right;
    font-size: 30px;
    font-weight: 500;
    line-height: 48px;
    color: #fff;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: color 0.24s ease;
    -moz-transition: color 0.24s ease;
    -ms-transition: color 0.24s ease;
    -o-transition: color 0.24s ease;
    transition: color 0.24s ease; }
  .account-list .selected .inner {
      background: #148cb8 url(../../img/bg/acc-bg-1.png) center bottom no-repeat;
       opacity: 1;

  }
  .account-list .selected .drag li {
    background: #494f5a; }
  .account-list .selected .col-1 h2 {
    color: #494f5a; }
  .account-list .selected .col-2 .amount {
    color: #494f5a; }
  .account-list .selected .select-3 div.fancy-select div.trigger,
  .account-list .selected .select-3 div.fancy-select select:focus + div.trigger.open {
    color: #494f5a; }
  .account-list .selected .select-3 div.fancy-select div.trigger:after {
    border-color: #494f5a transparent transparent transparent; }
  .account-list .selected .col-2 .icon-wrap .icon-money-3 {
    background-image: url(../../img/icons/icon-money.png); }
  .account-list .col-2 .select-3 {
    float: right; }
  .account-list .col-2 .icon-wrap {
    height: 53px;
    float: right;
    border-left: 1px solid #a0a2a5; }
  .account-list .col-2 .icon-wrap i {
    display: inline-block;
    width: 26px;
    height: 53px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px;
    margin-left: 20px;
    margin-right: 15px; }*/

.twitter-button {
    width: 49px !important;
    height: 20px !important;
    margin-top: 4px;
}

.none-display {
    display: none !important;
}

.slider-1.ui-widget-content {
    height: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    background: #dadada;
}

    .slider-1.ui-widget-content .ui-widget-header {
        background: #209ac7;
    }

    .slider-1.ui-widget-content .ui-slider-handle {
        width: 21px;
        height: 21px;
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        -ms-border-radius: 11px;
        border-radius: 11px;
        background: #209ac7;
        border: 3px solid #209ac7;
        cursor: pointer;
        top: -9px;
        margin-left: -10px;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

        .slider-1.ui-widget-content .ui-slider-handle:hover {
            background: #209ac7;
        }

        .slider-1.ui-widget-content .ui-slider-handle:focus {
            outline: none;
        }

.slider-wrapper {
    margin-bottom: 20px;
    margin-top: 30px;
}

.slider-range {
    zoom: 1;
}

    .slider-range:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .slider-range span {
        font-size: 12px;
        color: #525252;
        font-weight: 700;
        /*   text-transform: uppercase;*/
    }

    .slider-range .min {
        float: left;
    }

    .slider-range .max {
        float: right;
    }


.slider-circle {
    /*top: -6px;*/
    margin-left: 400px;
    margin-top: -10px;
    border-radius: 50%;
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 1;
    background: green;
}



    .slider-circle.gray {
        background: linear-gradient(to bottom, #a9a9a9 0%, #e6e6e6 100%) !important;
    }

    .slider-circle.red {
        background: linear-gradient(to bottom, #209ac7 0%, #209ac7 100%);
    }

.bg-color-2 {
    background-color: #eb0255;
}

/*
 * Timepicker stylesheet
 * Highly inspired from datepicker
 * FG - Nov 2010 - Web3R 
 *
 * version 0.0.3 : Fixed some settings, more dynamic
 * version 0.0.4 : Removed width:100% on tables
 * version 0.1.1 : set width 0 on tables to fix an ie6 bug
 */

.ui-timepicker-inline {
    display: inline;
    background: white;
}

#ui-timepicker-div {
    padding: 0.2em;
}

.ui-timepicker-table {
    display: inline-table;
    width: 0;
    background: white;
}

    .ui-timepicker-table table {
        margin: 0.15em 0 0 0;
        border-collapse: collapse;
    }

.ui-timepicker-hours, .ui-timepicker-minutes {
    padding: 0.2em;
}

.ui-timepicker-table .ui-timepicker-title {
    line-height: 1.8em;
    text-align: center;
    color: #148cb8
}

.ui-timepicker-table td {
    padding: 0.1em;
    width: 2.2em;
}

.ui-timepicker-table th.periods {
    padding: 0.1em;
    width: 2.2em;
}

/* span for disabled cells */
.ui-timepicker-table td span {
    display: block;
    padding: 0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;
    text-align: right;
    text-decoration: none;
}
/* anchors for clickable cells */
.ui-timepicker-table td a {
    display: block;
    padding: 0.2em 0.3em 0.2em 0.5em;
    width: 100%;
    cursor: pointer;
    text-align: right;
    text-decoration: none;
}


/* buttons and button pane styling */
.ui-timepicker .ui-timepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

    .ui-timepicker .ui-timepicker-buttonpane button {
        margin: .5em .2em .4em;
        cursor: pointer;
        padding: .2em .6em .3em .6em;
        width: auto;
        overflow: visible;
    }
/* The close button */
.ui-timepicker .ui-timepicker-close {
    float: right
}

/* the now button */
.ui-timepicker .ui-timepicker-now {
    float: left;
}

/* the deselect button */
.ui-timepicker .ui-timepicker-deselect {
    float: left;
}

.text-ovetflow {
    text-overflow: ellipsis;
    overflow-wrap: inherit;
    overflow: hidden;
    line-height: unset !important;
}

.account-selected-choices {
    background-color: #209ac7;
    border-radius: 10px;
}



.popup-inner .widget-tabs {
    margin-bottom: 30px;
    padding-top: 0px !important;
}

    .popup-inner .widget-tabs li.active,
    .popup-inner .widget-tabs li:hover {
        color: #148cb8 !important;
    }

    .popup-inner .widget-tabs li.active,
    .popup-inner .widget-tabs li a:hover {
        color: #148cb8 !important;
    }

        .popup-inner .widget-tabs li.active a,
        .popup-inner .widget-tabs li:hover a {
            color: #148cb8 !important;
        }

.full-width {
    width: 100%;
}

.details-transfer {
    background-color: #eb0255;
    border-radius: 5px;
}

    .details-transfer:hover {
        background-color: #fd3c81;
    }

.icon-calendar-1 {
    background: url(../../img/icons/icon-calendar-1.png) 0 0 no-repeat;
    background-size: 20px 20px;
}

.icon-calendar-2 {
    background: url(../../img/icons/icon-calendar-2.png) 0 0 no-repeat;
}

.icon-calendar-3 {
    background: url(../../img/icons/icon-calendar-3.png) 0 0 no-repeat;
    background-size: 20px;
}



.dropdown-image {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../../img/icons/arrow-down-white.png');
    background-repeat: no-repeat;
    background-size: 6.5px 6px;
    background-position: 96% 48%;
}

.dropdown-image-selfcare {
    background-position: 99% 48% !important;
}

#side-modal-payment-recivers-profiles .reciver-info {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 5px;
    background-color: #fff;
    transition: all ease-in-out 0.6s;
}

    #side-modal-payment-recivers-profiles .reciver-info:hover {
        background-color: #f2f2f2;
    }

#side-modal-payment-recivers-profiles .hidden {
    display: none;
    transition: all ease-in-out 1s;
}

#side-modal-payment-recivers-profiles .reciver-info:hover .hidden {
    display: block;
}

.currency-wrapper-config {
    height: 80px;
    padding-top: 25px;
}

.selfcare-dropdown {
    float: right;
    /*width: 100%;
    margin-top: 0px;*/
    margin-bottom: 20px;
    width: 66%;
    margin-top: -80px;
}

}





.popup-header-h3 {
    font-size: 30px;
    color: #2d4050;
    text-align: center;
    font-weight: 300;
    position: relative;
    margin-bottom: 20px;
}

    .popup-header-h3:after {
        content: '';
        width: 70px;
        height: 5px;
        background: #209ac7;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -35px;
    }

.error-message-text {
    color: #eb0255 !important;
    font-size: 13px;
    margin-bottom: 10px !important;
}

#popup-error-screen strong {
    color: #eb0255 !important;
}

.warning-new-pass {
    border: 2px solid #eb0255;
    color: #eb0255;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    margin: 20px;
    line-height: 17px;
    text-align: center;
}

.hourglassmark {
    width: 82px;
    height: 62px;
    display: inline-block;
    background: url(../../img/icons/hourglassmark.png) no-repeat center center;
    background-size: 82px;
}

.profile-bar-side {
    zoom: 1;
    margin-top: 16px;
    padding-left: 27px;
}

    .profile-bar-side:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .profile-bar-side .profile-option {
        float: left;
        width: 110px;
        padding-top: 10px;
    }

    .profile-bar-side .profile-img {
        float: left;
        position: relative;
        margin-left: 8px;
    }

    .profile-bar-side .img-box {
        width: 40px;
        height: 40px;
        overflow: hidden;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
    }

        .profile-bar-side .img-box img {
            width: 100%;
            height: auto;
        }

    .profile-bar-side a {
        display: inline-block;
        width: 22px;
        height: 22px;
        float: left;
        background-repeat: no-repeat;
        background-position: center center;
        margin-top: 10px;
        margin-left: 30px;
    }


.profile-bar-side {
    margin: 16px 0px;
    padding: 0px 10px;
}

    .profile-bar-side a {
        background-position: 0px 2px;
        transition: all ease 0.3s;
    }

        .profile-bar-side a:hover {
            background-position: 0px -20px;
        }

.accounts-widget-side {
    background: linear-gradient(rgba(53, 71, 86, 0.8), rgba(53, 71, 86, 0.8)), url(../../img/bg/bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 12px;
    position: relative;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    margin-bottom: 25px;
}

    .accounts-widget-side .account-tab {
        position: absolute;
        top: 80px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.account-tab-side .active {
    opacity: 1;
    visibility: visible;
}

.account-tab-side .active {
    opacity: 1;
    visibility: visible;
}

#account-slider-side {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 5px;
    margin-bottom: 25px;
    position: relative;
}

.accounts-widget-side .slider-button-prev-side,
.accounts-widget-side .slider-button-next-side {
    position: absolute;
    top: 40px;
    width: 50px;
    height: 50px;
    top: 200px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    opacity: 0.35;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 50;
}

.slider-tabs-side {
    zoom: 1;
    width: 100%;
    text-align: center;
    z-index: 10;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
}

.accounts-widget-side .tab-2-side {
    max-width: 1000px;
    width: 80%;
    padding-bottom: 24px;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.account-list-side {
    width: 100%;
}

    .account-list-side > li {
        width: 100%;
        left: 0;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .account-list-side .inner-side {
        display: block;
        zoom: 1;
        width: 100%;
        max-width: 1000px;
        background-color: #494f5a;
        background-position: left center;
        background-repeat: no-repeat;
        padding: 5px 0;
        margin: 0 auto;
        position: relative;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-transition: background 0.24s ease;
        -moz-transition: background 0.24s ease;
        -o-transition: background 0.24s ease;
        transition: background 0.24s ease;
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
    }

    .account-list-side .col-1-side h2 {
        font-size: 25px;
        color: #fff;
        font-weight: 300;
        line-height: 39px;
        margin-bottom: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        top: -4px;
        -webkit-transition: color 0.24s ease;
        -moz-transition: color 0.24s ease;
        -o-transition: color 0.24s ease;
        transition: color 0.24s ease;
    }

    .account-list-side .col-1-side p {
        font-size: 12px;
        color: #2d4050;
        letter-spacing: 0.5px;
        line-height: 12px;
        /*   text-transform: uppercase;*/
        margin-bottom: 0;
        position: relative;
        top: -2px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-weight: bold;
    }

.account-list .selected .inner-side {
    opacity: 1;
}

.account-list .selected .drag li {
    background: #494f5a;
}

/*.account-list .selected .col-1 h2 {
    color: #494f5a;
}

.account-list .selected .col-2 .amount {
    color: #494f5a;
}*/

.account-list .selected .select-3 div.fancy-select div.trigger,
.account-list .selected .select-3 div.fancy-select select:focus + div.trigger.open {
    color: #494f5a;
}

    .account-list .selected .select-3 div.fancy-select div.trigger:after {
        border-color: #494f5a transparent transparent transparent;
    }

.account-list .selected .col-2 .icon-wrap .icon-money-3 {
    background-image: url(../../img/icons/icon-money-1.png);
}

.account-list-side .col-2 .icon-wrap-side {
    float: right;
    height: 44px;
    border-left: 1px solid #fff;
}

    .account-list-side .col-2 .icon-wrap-side i {
        display: inline-block;
        width: 26px;
        height: 46px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 26px;
        margin-left: 15px;
        margin-right: 3px;
    }


#asseco-toolbar {
    bottom: 45px !important;
}

.slick-list {
    padding-top: 20px;
}

.slick-dots {
    z-index: 1;
}

.pfm-transactions-list .dropdown-1 .widget-select-group .content, .widget-transactions-pfm .dropdown-1 .widget-select-group .content, .pfm-financial-calendar .dropdown-1 .widget-select-group .content, .pfm-financial-treemap .dropdown-1 .widget-select-group .content, .pfm-financial-donut .dropdown-1 .widget-select-group .content, .pfm-financial-bar .dropdown-1 .widget-select-group .content {
    padding: 0px 20px 0px 20px;
}

.group {
    zoom: 1;
}

.popup-24 .amount input, .popup-24 .total-amount input {
    padding: 7px;
    border: 1px solid #b6b6b6;
    text-align: right;
    color: #209ac7;
    margin-top: 13px;
    border-radius: 5px;
    width: 100%;
}

.amount .group {
    width: 100%;
}

.group .group-inner {
    margin-bottom: 30px;
}


.popup-24 .remove {
    padding: 4px 8px;
}

.dropdown-1 .widget-select-group .group-icon {
    top: 5px;
}

.pfm-transactions-list .dropdown-1 .widget-select-group .group-select, .widget-transactions-pfm .dropdown-1 .widget-select-group .group-select, .pfm-financial-calendar .dropdown-1 .widget-select-group .group-select, .pfm-financial-treemap .dropdown-1 .widget-select-group .group-select, .pfm-financial-donut .dropdown-1 .widget-select-group .group-select, .pfm-financial-bar .dropdown-1 .widget-select-group .group-select {
    height: 250px;
    position: absolute;
}

.details-wrap,
.pfm-financial-treemap .details-wrap,
.pfm-financial-donut .details-wrap,
.pfm-financial-bar .details-wrap {
    display: none;
}

.popup-narrow {
    width: 500px;
}

.popup-24 .category, .popup-24 .add-new {
    width: 53%;
}

.select-1 .dd-selected-text {
    margin-right: 30px;
    text-transform: capitalize;
}

#main {
    margin-left: 0;
}

.pfm-categorization-rules .widget-options .options-list {
    top: 28px;
    box-shadow: 0 5px 13px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 13px 5px rgba(0, 0, 0, 0.2);
}

#side-modal-edit-goal p, #side-modal-create-goal p {
    margin-bottom: 0;
}

.checkbox-wrap-2 .checkbox-label-3 {
    float: left;
    margin-left: 0;
}

.checkbox-2.styledCheckbox {
    float: right;
}

.mCustomScrollBox .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.main-content.popup-content.popup-content-margin {
    margin-top: 0;
}

.hiddenBenefB {
    display: none;
}

.product-box .product-content {
    top: 145px;
}

.product-box:hover .product-content {
    transform: translateY(-145px);
    -moz-transform: translateY(-145px);
    -ms-transform: translateY(-145px);
    -webkit-transform: translateY(-145px);
    -o-transform: translateY(-145px);
}

.product-box .product-content h3 {
    height: 85px;
}

.process-close-becomeaclient {
    right: -5px;
    top: -80px;
    z-index: 1;
    position: absolute;
}

.pfm-financial-donut .col-right {
    z-index: 0;
}

.pfm-financial-calendar #calendar, .pfm-financial-treemap #calendar, .pfm-financial-donut #calendar, .pfm-financial-bar #calendar {
    display: table;
}

.popup-3 {
    height: auto;
}

.side-modal-popup .content-inner {
    /*height: calc(100vh - 200px);*/
}

.showmenu {
    display: inline-block !important;
}

.tips-trigger-new {
    display: inline-block;
    width: 22px;
    height: 22px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10px;
    margin-left: 12px;
    background-image: url('../../img/icons/help-icon-white.png');
    background-size: 20px 20px;
}

}

.popup-box {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width:
}

.popup-24 .popup-header {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}

#page-header .main-nav .submenu li a {
    /*  text-transform: uppercase;*/
}

form[id="form_PFMBudgetCreateFormID"] .select-1 .dd-options {
    position: relative;
}

.diferent {
    background-color: #eb0255 !important;
}

/* Custom tables ----------------------------------------------------------------------------------------------- */
.custom-table-payment .table-row {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .custom-table-payment .table-row:hover {
        background: #F0FBFF;
    }

    .custom-table-payment .table-row.table-head:hover {
        background: #fff;
    }

    .custom-table-payment .table-row.row-1 {
        border-bottom: 1px solid #ebeced;
        display: flex;
        align-items: center;
    }

.custom-table-payment .col-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
}

.custom-table-payment .col {
    padding: 8px 15px;
    position: relative;
}

.custom-table-payment .action-wrap-1 {
    zoom: 1;
}

    .custom-table-payment .action-wrap-1:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .custom-table-payment .action-wrap-1 .btn-1,
    .custom-table-payment .action-wrap-1 .btn-2 {
        display: inline-block;
        width: 31.3%;
        margin-right: 3%;
        float: left;
    }

        .custom-table-payment .action-wrap-1 .btn-1:last-child,
        .custom-table-payment .action-wrap-1 .btn-2:last-child {
            margin-right: 0;
        }

.custom-table-payment .row-1 .col.no-border:before {
    display: none;
}

.disabled-upload {
    color: rgb(134, 134, 134) !important;
    border-color: rgb(134, 134, 134) !important;
}

    .disabled-upload:hover {
        color: rgb(134, 134, 134) !important;
        border-color: rgb(134, 134, 134) !important;
        background-color: var(--K4) !important;
        cursor: default !important;
    }

.custom-table-payment .row-1 .col:before {
    content: '';
    width: 1px;
    height: 18px;
    background: #cfd0d2;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.custom-table-payment .pos-left {
    float: left;
}

.custom-table-payment .row-1 .col:first-child:before {
    display: none;
}

.custom-table-payment .col .center {
    text-align: center;
}

.custom-table-payment .text-cl-1 {
    color: #9c9c9c;
}

.custom-table-payment .text-cl-2 {
    color: #6c6c6c;
}

.custom-table-payment .text-cl-3 {
}

.custom-table-payment .text-cl-4 {
    color: #fc0001;
}

.custom-table-payment .text-cl-5 {
    color: #63c86c;
}

.custom-table-payment .text-lh-46 {
    line-height: 46px !important;
}

.custom-table-payment .text-1 {
    font-size: 14px;
    /*   text-transform: uppercase;*/
    line-height: 34px;
}

.custom-table-payment .text-2 {
    font-size: 14px;
    line-height: 17px;
    height: 34px;
    position: relative;
    white-space: normal;
    overflow: hidden;
}

    .custom-table-payment .text-2 span {
        display: inline-block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

.custom-table-payment .text-3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #148cb8;
}

.custom-table-payment .text-1-header {
    font-size: 14px;
    /*  text-transform: uppercase;*/
    line-height: 34px;
    color: #148cb8;
    font-weight: 600;
}

.custom-table-payment .text-2-header {
    font-size: 14px;
    line-height: 17px;
    height: 34px;
    position: relative;
    white-space: normal;
    overflow: hidden;
    color: #148cb8;
    font-weight: 600;
    /*  text-transform: uppercase;*/
}

    .custom-table-payment .text-2-header span {
        display: inline-block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        color: #148cb8;
        /*  text-transform: uppercase;*/
    }

.custom-table-payment .text-3-header {
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    color: #148cb8;
    /*   text-transform: uppercase;*/
}


.custom-table-payment .text-4 {
    font-size: 16px;
    font-weight: 700;
    /*  text-transform: uppercase;*/
    line-height: 34px;
}

.custom-table-payment .text-5 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 34px;
}

.custom-table-payment .text-6 {
    font-size: 14px;
    line-height: 34px;
}

.custom-table-payment .text-7 {
    font-size: 14px;
    line-height: 16px;
    height: 34px;
    position: relative;
    white-space: normal;
    overflow: hidden;
}

    .custom-table-payment .text-7 span {
        display: inline-block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

.custom-table-payment .tag-col {
    position: relative;
    /*! padding-left: 55px; */
}

.custom-table-payment .tag {
    width: 30px;
    height: 30px;
    float: left;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    /* text-transform: uppercase;*/
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
}

    .custom-table-payment .tag.tag-2 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }

    .custom-table-payment .tag:after {
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        top: -5px;
        left: -5px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
    }

    .custom-table-payment .tag.up:after {
        background: #f6f7f5 url(../img/icons/arrow-top-1.png) center center no-repeat;
    }

    .custom-table-payment .tag.down:after {
        background: #f6f7f5 url(../img/icons/arrow-bottom-2.png) center center no-repeat;
    }

    .custom-table-payment .tag.tagcolor-1 {
        background-color: #b0d583;
    }

    .custom-table-payment .tag.tagcolor-2 {
        background-color: #e17979;
    }

    .custom-table-payment .tag.tagcolor-3 {
        background-color: #9878ce;
    }

    .custom-table-payment .tag.tagcolor-4 {
        background-color: #54c3f2;
    }

    .custom-table-payment .tag.tagcolor-5 {
        background-color: #fdb750;
    }

    .custom-table-payment .tag.tagcolor-6 {
        background-color: #eb0557;
    }

    .custom-table-payment .tag.tagcolor-7 {
        background-color: #239bc8;
    }

.custom-table-payment .flag-col {
    position: relative;
    padding-left: 65px;
}

.custom-table-payment .flag-box {
    display: inline-block;
    width: 38px;
    height: 38px;
    float: left;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 10px;
}

    .custom-table-payment .flag-box img {
        width: 100%;
        height: auto;
    }

.custom-table-payment .table-btn {
    background: #41454e;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

    .custom-table-payment .table-btn:hover {
        background: #515661;
    }

.custom-table-payment .col-btn-right {
    zoom: 1;
}

    .custom-table-payment .col-btn-right:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .custom-table-payment .col-btn-right p > span {
        float: left;
    }

    .custom-table-payment .col-btn-right .btn-retry {
        display: inline-block;
        float: right;
        color: #fff;
        font-size: 14px;
    }

.custom-table-payment .btn-retry i {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    position: relative;
    top: 5px;
}

.custom-table-payment .order {
    cursor: pointer;
}

.custom-table-payment .order-icon {
    display: inline-block;
    width: 8px;
    height: 13px;
    background-image: url(../img/icons/arrows-sprite-1.png);
    background-repeat: no-repeat;
    background-position: 0 -13px;
    background-size: 8px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.custom-table-payment .order.down .order-icon {
    background-position: 0 -29px;
}

.custom-table-payment .order.up .order-icon {
    background-position: 0 5px;
}

.custom-table-payment.table-2 .col {
    padding-top: 8px;
    padding-bottom: 8px;
}

.custom-table-payment.table-2 .tag {
    top: 14px;
}

.custom-table-payment.border-top {
    border-top: 1px solid #ebeced;
}

    .custom-table-payment.border-top .table-head {
        padding-top: 0;
    }

.custom-table-payment .table-head.no-padding {
    padding-top: 0;
}

.custom-table-payment .col.no-border:after {
    display: none;
}

.custom-table-payment .col.high-padding {
    padding: 13px 15px 18px;
}

.custom-table-payment.m-bottom {
    margin-bottom: 20px;
}


.col-header {
    padding: 0 15px;
    position: relative;
}

    .col-header::before {
        content: '';
        width: 1px;
        height: 18px;
        background: #cfd0d2;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -9px;
    }

    .col-header:first-child:before {
        display: none;
    }
/* .col-header::after {
        content: '';
        display: block;
        width: 36px;
        height: 5px;
        background: #148cb8;
        position: absolute;
        bottom: 0px;
        left: 15px;
        -webkit-transition: height 0.3s ease;
        -moz-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }
    .col-header:last-child::after {
        content: '';
        display: block;
        width: 36px;
        height: 5px;
        background: #148cb8;
        position: absolute;
        bottom: 0px;
        right: 15px;
        left: unset;
        -webkit-transition: height 0.3s ease;
        -moz-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
    } */


.table-row.row-1.grid.custom-table-payment {
    border-bottom: #148cb8 1px solid;
    background-color: #f3f3f3;
    color: #FFF !important;
}

@media only screen and (max-width: 1270px) {
    #page-header .main-nav li a {
        font-size: 12px;
    }

    #page-header .main-nav li i {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .custom-table .row-1 .col:nth-child(4):before {
        display: none;
    }

    #main {
        padding-top: 75px;
    }


    .profile-bar-side a {
        display: none;
    }

    .profile-bar-side-no-display {
        display: none;
    }

    #page-header-left.mobile .inbox-count {
        padding: 7px 0px 0px 23px;
    }

        #page-header-left.mobile .inbox-count span {
            left: 35px;
        }
}

#page-header .container-menu {
    display: flex;
    align-items: center;
    height: 100%;
}

@media only screen and (max-width: 980px) {
    #main {
        padding-top: 50px;
    }

    .popup-3 {
        height: 100%;
    }

    .slider-circle {
        top: 25px;
        border-radius: 50%;
        position: absolute;
        width: 15px;
        height: 15px;
        z-index: 1;
        background: green;
    }

    .unread-notifications {
        top: 19px;
        right: 117px;
    }

    .menu-btn.with-notify:hover .second:after {
        background-color: #148cb8;
    }

    /*.popup-3 {
        height: 552px;
        max-width: 600px;
        width: 100%;
    }*/

    .main-content.popup-content {
        margin-top: 0;
    }

    .process-close-becomeaclient {
        right: 0;
        top: -10px;
        z-index: 1;
        position: relative;
    }

    .payment-widget .steps {
        position: static;
        margin-bottom: 30px;
    }

    .account-small-slider {
        padding: 25px 0 20px 0;
    }

        .account-small-slider .slick-dots {
            bottom: 25px;
        }

    .account-row h3 {
        z-index: 1;
        top: 5px;
    }

    .menu-btn li {
        width: 30px;
    }

    .main-nav .open-mobile .submenu {
        display: block !important;
    }
}


@media only screen and (max-width: 720px) {
    #main-side {
        margin: 50px 0 0 0;
    }

    .profile-img-group {
        width: 120px;
        height: 120px;
        position: relative;
        margin: 100px auto 40px auto;
    }

    .popup-24 {
        /*height: 100%;*/
    }

    .popup-box.popup-wide {
        height: auto;
        max-width: 720px;
        width: 96% !important;
        top: 0;
    }



    .popup-24 .category, .popup-24 .add-new {
        width: 100%;
    }

    /*.popup-1 .popup-header, .popup-2 .popup-header {
            height: auto;
        }*/

    .pfm-categorization-rules .widget-options .options-list {
        top: -10px;
    }

    .steps li {
        margin-top: 10px;
    }

    .popup-narrow {
        width: 100%;
    }

    .popup-box {
        max-width: 900px;
        width: 100%;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
    }

    .col-header:nth-child(2):before {
        display: none;
    }

    .col:nth-child(2):before {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .selfcare-dropdown {
        float: right;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    #account-slider .slick-dots {
        display: block !important;
        text-align: center;
        margin-top: 20px;
        text-align: center;
        position: relative !important;
        bottom: 0;
        width: 100%;
    }

    .popup-box {
        max-width: 900px;
        width: 100%;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
    }
}

@media screen and (max-width: 500px) {
    .balance-amount {
        font-size: 30px !important;
    }

    .account-box .main-balance p span {
        font-size: 20px !important;
    }

    .selfcare-dropdown {
        float: right;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    /*.account-box .main-balance p {
    font-size: 30px;
    }
    .account-box .main-balance p span {
        font-size: 20px;
    }*/
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #pfm-click-mobile-link {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    .widget-inner-exchange {
        height: 380px !important;
    }
}

.news .search-messages-1 {
    border: 1px solid #209ac7 !important;
    margin-left: auto;
}

.search-messages-icon-1 {
    margin-top: -29px !important;
}

.search-templates-1 {
    margin-left: auto;
}

.search-templates-icon-1 {
    margin-top: -29px !important;
}

.uploadedDocuments {
    display: flex;
}

.uploadedDocuments-item {
    display: flex;
    align-items: center;
}

    .uploadedDocuments-item .icon-holder {
        width: 10% !important;
        margin: 15px !important;
    }

        .uploadedDocuments-item .icon-holder i {
            position: relative !important;
            display: inline-block !important;
        }

        .uploadedDocuments-item .icon-holder.remove-attachment {
            margin-left: auto !important;
            cursor: pointer;
        }

.input-data-icon-holder {
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sorting-options {
    display: flex;
    flex-direction: row;
    margin-right: 5px;
    margin-left: 5px;
}

@media only screen and (max-width: 500px) {
    .sorting-options {
        display: flex;
        flex-direction: column;
    }

        .sorting-options .select-2 {
            margin: 5px;
        }
}

.sorting-options .dd-select {
    margin-right: 5px;
    margin-left: 5px;
    height: 32px !important;
    border: 1px solid var(--P0) !important;
    color: #000 !important;
    font-family: 'roboto-regilar';
    font-size: 16px !important;
    line-height: 19px !important;
    background-color: #fff !important;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    width: 180px !important;
}

.sorting-options .dd-selected {
    padding: 6px !important;
    border: 0px !important;
}

.sorting-options .dd-selected-text {
    font-family: 'roboto-regilar';
    color: #000;
    background-color: #fff;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    font-weight: 400 !important;
}

.sorting-options .dd-options {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    color: var(--P0);
}

    .sorting-options .dd-options:hover {
        background-color: var(--P0);
        color: #fff;
        box-shadow: 0 0 10px 100px var(--P0) inset;
    }

.sorting-options .select-2 .dd-pointer {
    margin-top: -1px !important;
}

.sorting-options .select-2 .dd-pointer-down {
    border: solid 5px transparent;
    border-top: solid 5px var(--P0) !important;
}

.sorting-options .select-2 .dd-pointer-up {
    border: solid 5px transparent !important;
    border-bottom: solid 5px var(--P0) !important;
    margin-top: -8px;
}

.widget-content-search-hold.sort-hold {
    justify-content: flex-end;
}

.sorting-span {
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    font-family: 'roboto-regular';
    font-weight: 400;
    color: #868686;
    cursor: default;
}

.sorting-options .select-2 {
    margin-left: 5px;
    background: #fff;
}

.reload-captcha {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #209ac7;
    font-style: italic;
    cursor: pointer;
}

.margin-left-5{
    margin-left: 5px;
}

.rendered-switch{
    width: 100%;
}

.page-content-notification-fix{
    margin-top: 0px !important;
}

.triangle-top-white {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    margin-left: 40%;
    border-color: transparent transparent #fff transparent;
    filter: drop-shadow(0 -1px 0px rgba(0, 0, 0, 0.5));
}

.checkbox-warning {
    padding: 10px 20px;
    box-shadow: 3px 1px 10px 1px;
    text-align: -webkit-center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
}

    .checkbox-warning p {
        margin-bottom: 0px;
    }

.warning-new-pass.info {
    color: var(--OK) !important;
    border-color: var(--OK) !important;
}