/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*Main colors*/
/*btn style*/
/*Fonts*/
/*$menuleft:#FFFFFF;
$widgetdark:#FFFFFF;
$widgetdark-text:#005aaa;
$widgetlight:#FFFFFF;
$widgetlight-menu: #005aaa;
$widgetlight-text:#005aaa;
$accountsw: #005aaa;


$slider-link: #FFFFFF;
$selectedac: #5d81a3;
$slider-link-after: #FFFFFF;
$slider-option:#FFFFFF;
$slider-option-text:#005aaa;

$indicated-text:#005aaa;
$standard-text:#9da7b0;
$standard-text-bold:#5d81a3;
$option-link:#005aaa;

$btn1: #005aaa;
$btn1-hover: lighten($btn1, 15%);
$btn2: #ee3a42;
$btn2-hover: lighten($btn2, 15%);
$btn3: #5d81a3;
$btn3-hover: lighten($btn3, 15%);*/
/*new styles*/
/* ===============================================================================
    = Fonts
=============================================================================== */
@font-face {
    font-family: 'geomanist';
    src: url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.eot");
    src: url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.woff") format("woff"), url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'geomanist';
    src: url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.eot");
    src: url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.eot?#iefix") format("embedded-opentype"), url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.woff") format("woff"), url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'geomanist';
    src: url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.eot");
    src: url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.woff") format("woff"), url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'geomanist';
    src: url("/deweb/Themes/Poba/css/fonts/geomanist-bold-webfont.eot");
    src: url("/deweb/Themes/Poba/css/fonts/geomanist-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/deweb/Themes/Poba/fonts/geomanist-bold-webfont.woff") format("woff"), url("/deweb/Themes/Poba/fonts/geomanist-bold-webfont.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'geomanist';
    src: url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.eot");
    src: url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.eot?#iefix") format("embedded-opentype"), url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.woff") format("woff"), url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after {
        content: '';
        content: none;
    }

    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==================================================
    =SASS CSS
===================================================== */
/* ==================================================
    =Styles
===================================================== */
body {
    font: 100%;
    color: #444444;
}

/* ==================================================
    =Mixins
===================================================== */
/*dropkick mixins*/
/* ==================================================
    =General classes for usage
===================================================== */
.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.alignleft {
    float: left;
}

.aligncenter {
    margin: 0 auto;
}

.alignright {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.cf:before, .cf:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.container:before {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.widget:before, .widget:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

form ol > li:before, form ol > li:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.cf:after, .clear, .container:after, .widget:after, form ol > li:after {
    clear: both;
}

/* Defined in html element when using rem unit */
html {
    font: normal 62.5% "roboto", "geomanist", sans-serif;
    color: #FFFFFF;
    background-color: #f1f1f1;
}

/* apply a natural box layout model to all elements */
/* http://paulirish.com/2012/box-sizing-border-box-ftw/ */
/* Buggy in IE7, avoid if developing for IE7 */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* User generated  */
.user-content ul {
    list-style: disc;
    margin-left: 24px;
}

    .user-content ul ul {
        margin-left: 20px;
        margin-bottom: 0;
    }

    .user-content ul li {
        margin-bottom: 0;
    }

.user-content ol {
    margin-left: 24px;
    list-style: decimal;
}

    .user-content ol ol {
        list-style: lower-latin;
        margin-bottom: 0;
    }

.user-content ul ul {
    margin-bottom: 0;
}

.view ol ol {
    margin-bottom: 0;
}

.user-content li li {
    font-size: 1em;
}

/* Table */
table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

    table td, table th {
        vertical-align: middle;
    }

/* Normal form */
.normal-form input[type="text"], .normal-form input[type="password"], .normal-form input[type="datetime"], .normal-form input[type="datetime-local"], .normal-form input[type="date"], .normal-form input[type="month"], .normal-form input[type="time"], .normal-form input[type="week"], .normal-form input[type="number"], .normal-form input[type="email"], .normal-form input[type="url"], .normal-form input[type="search"], .normal-form input[type="tel"], .normal-form input[type="color"] {
    -webkit-appearance: none;
}

.normal-form textarea, .normal-form select {
    -webkit-appearance: none;
}

.normal-form textarea {
    overflow: auto;
}

.normal-form input[type="text"]:focus, .normal-form input[type="password"]:focus, .normal-form input[type="datetime"]:focus, .normal-form input[type="datetime-local"]:focus, .normal-form input[type="date"]:focus, .normal-form input[type="month"]:focus, .normal-form input[type="time"]:focus, .normal-form input[type="week"]:focus, .normal-form input[type="number"]:focus, .normal-form input[type="email"]:focus, .normal-form input[type="url"]:focus, .normal-form input[type="search"]:focus, .normal-form input[type="tel"]:focus, .normal-form input[type="color"]:focus {
    outline: none;
}

.normal-form textarea:focus, .normal-form select:focus {
    outline: none;
}

/* Button styling */
button {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px 0 0;
    font: bold 14px/20px "roboto", "geomanist", sans-serif;
    color: #FFFFFF;
    border: none;
    text-align: center;
    overflow: visible;
    cursor: pointer;
}

/* ==================================================
    =Typography
===================================================== */
h1, h2, h3, h4, h5, h6, p, table {
    margin-bottom: 20px;
}

.user-content ul, .user-content ol, .user-content dl {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
}

h1 {
    font: 400 32px/1.3 "roboto", "geomanist", sans-serif;
}

h2 {
    font: 400 24px/1.2 "roboto", "geomanist", sans-serif;
}

h3 {
    font: 400 22px/1.2 "roboto", "geomanist", sans-serif;
}

h4 {
    font: 400 20px/1.2 "roboto", "geomanist", sans-serif;
}

h5 {
    font: 400 16px/1.2 "roboto", "geomanist", sans-serif;
}

h6 {
    font: 400 14px/1.2 "roboto", "geomanist", sans-serif;
}

a {
    text-decoration: none;
}

/* Styling */
strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

sup {
    vertical-align: text-top;
    font-size: 75%;
}

sub {
    vertical-align: bottom;
    font-size: 75%;
}

blockquote {
    font-style: italic;
}

/* User generated  */
.user-content ul {
    list-style: disc;
    margin-left: 24px;
}

    .user-content ul ul {
        margin-left: 20px;
        margin-bottom: 0;
    }

    .user-content ul li {
        margin-bottom: 0;
    }

.user-content ol {
    margin-left: 24px;
    list-style: decimal;
}

    .user-content ol ol {
        list-style: lower-latin;
        margin-bottom: 0;
    }

.user-content ul ul {
    margin-bottom: 0;
}

.view ol ol {
    margin-bottom: 0;
}

.user-content li li {
    font-size: 1em;
}

/* Table */
table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

    table td, table th {
        vertical-align: middle;
    }

/* Normal form */
.normal-form input[type="text"], .normal-form input[type="password"], .normal-form input[type="datetime"], .normal-form input[type="datetime-local"], .normal-form input[type="date"], .normal-form input[type="month"], .normal-form input[type="time"], .normal-form input[type="week"], .normal-form input[type="number"], .normal-form input[type="email"], .normal-form input[type="url"], .normal-form input[type="search"], .normal-form input[type="tel"], .normal-form input[type="color"] {
    -webkit-appearance: none;
}

.normal-form textarea, .normal-form select {
    -webkit-appearance: none;
}

.normal-form input[type="text"]:focus, .normal-form input[type="password"]:focus, .normal-form input[type="datetime"]:focus, .normal-form input[type="datetime-local"]:focus, .normal-form input[type="date"]:focus, .normal-form input[type="month"]:focus, .normal-form input[type="time"]:focus, .normal-form input[type="week"]:focus, .normal-form input[type="number"]:focus, .normal-form input[type="email"]:focus, .normal-form input[type="url"]:focus, .normal-form input[type="search"]:focus, .normal-form input[type="tel"]:focus, .normal-form input[type="color"]:focus {
    outline: none;
}

.normal-form textarea:focus, .normal-form select:focus {
    outline: none;
}

/* ==================================================
    =Placeholders
===================================================== */
.place-1:focus::-webkit-input-placeholder, .place-1:focus::-moz-placeholder {
    color: transparent;
}

.place-1::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #676c6e;
}

.place-1::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #676c6e;
    opacity: 1;
}

input.place-1:-ms-input-placeholder, textarea.place-1:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #676c6e;
}

.place-2:focus::-webkit-input-placeholder, .place-2:focus::-moz-placeholder {
    color: transparent;
}

.place-2::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #209ac7;
}

.place-2::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #209ac7;
    opacity: 1;
}

input.place-2:-ms-input-placeholder, textarea.place-2:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #209ac7;
}

/* ===============================================================================
    =Site css
    for importing base.scss on top of media query doc copy this : @import 'base';
=============================================================================== */
body {
    overflow-x: hidden;
}

#wrapper {
    overflow: hidden;
}

/* Buttons */
.btn-1 {
    display: inline-block;
    width: 100%;
    border: none;
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 10px;
    margin-right: 0;
    margin-bottom: 10px;
    line-height: 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .btn-1:focus {
        outline: none;
    }

    .btn-1.big-btn {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        padding: 18px 10px;
    }

    .btn-1.small-btn {
        padding: 10px 15px;
    }

    .btn-1.xs-btn {
        padding: 8px 10px;
    }

    .btn-1.color-1 {
        background-color: #ff6e00;
        color: #FFF;
        border: 1px solid #ff6e00;
    }

        .btn-1.color-1:hover {
            background-color: #ff9a4d;
            color: #FFFFFF;
            border: 1px solid #ff6e00;
        }

    .btn-1.color-2 {
        background-color: #ff6e00;
        color: #FFFFFF;
    }

        .btn-1.color-2:hover {
            background-color: #ff9a4d;
        }

    .btn-1.color-3 {
        background-color: #444444;
        color: #FFFFFF;
    }

        .btn-1.color-3:hover {
            background-color: #6a6a6a;
        }

    .btn-1.color-4 {
        background-color: #FFFFFF;
        color: #000000;
    }

        .btn-1.color-4:hover {
            background-color: #000000;
            color: #FFFFFF;
        }

        .btn-1.color-4 .icon-money-1 {
            display: inline-block;
            width: 26px;
            height: 20px;
            background-size: 26px;
            background-repeat: no-repeat;
            position: relative;
            top: 3px;
            margin-right: 12px;
            -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;
        }

        .btn-1.color-4:hover .icon-money-1 {
            background-image: url(/deweb/Themes/Poba/img/icons/icon-money-2.png);
        }

    .btn-1.color-5 {
        background-color: #FFFFFF;
        color: #209ac7;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

        .btn-1.color-5:hover {
            opacity: 0.5;
        }

/* Form elements --------------------------------------------------------------------------------------------- */
.group:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}

.group .group-inner {
    margin-bottom: 20px;
}

    .group .group-inner.important {
        position: relative;
    }

    .group .group-inner.no-label {
        margin-top: 20px;
    }

    .group .group-inner.important:after {
        content: '*';
        position: absolute;
        top: -20px;
        right: 4px;
        font-size: 18px;
        color: #eb0255;
    }

.uk-grid .divider-10 {
    width: 100%;
    margin-bottom: 10px;
}

.uk-grid .divider-20 {
    width: 100%;
    margin-bottom: 20px;
}

.uk-grid .divider-30 {
    width: 100%;
    margin-bottom: 30px;
}

.label-1 {
    display: block;
    font-size: 14px;
    color: #444444;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.label-2 {
    display: block;
    font-size: 14px;
    color: #676c6e;
    margin-bottom: 5px;
}

.input-1, .textarea-1 {
    display: block;
    font-family: "roboto", "geomanist", sans-serif;
    width: 100%;
    border: 1px solid #cfd0d2;
    background: transparent;
    font-size: 18px;
    color: #ff6e00;
    padding: 8px 10px;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 0 #FFFFFF;
    -moz-box-shadow: 0 0 0 0 #FFFFFF;
    box-shadow: 0 0 0 0 #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .input-1.placeholder-color-1::-webkit-input-placeholder, .input-1.placeholder-color-1:-moz-placeholder, .input-1.placeholder-color-1::-moz-placeholder, .input-1.placeholder-color-1:-ms-input-placeholder {
        color: #209ac7;
    }

.textarea-1 {
    height: 120px;
    resize: none;
    overflow: auto;
}

    .input-1:focus, .textarea-1:focus {
        -webkit-box-shadow: 0 2px 0 0 #FFFFFF;
        -moz-box-shadow: 0 2px 0 0 #FFFFFF;
        box-shadow: 0 2px 0 0 #FFFFFF;
    }

    .input-1.dark, .textarea-1.dark {
        background: #444444;
        border-color: #444444;
        color: #FFFFFF;
    }

        .input-1.dark:focus, .textarea-1.dark:focus {
            -webkit-box-shadow: 0 0px 0 0 #FFFFFF;
            -moz-box-shadow: 0 0px 0 0 #FFFFFF;
            box-shadow: 0 0px 0 0 #FFFFFF;
        }

        .input-1.dark:disabled {
            opacity: 0.5;
        }

input:-webkit-autofill, textarea:-webkit-autofill {
    background-color: white;
    -webkit-text-fill-color: #ff6e00;
}

.grey-divider {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin: 20px 0 40px 0;
}

.password-hint {
    position: relative;
}

    .password-hint .hint {
        position: absolute;
        bottom: 5px;
        right: 7px;
    }

.hint {
    color: #676c6e;
    width: 30px;
    height: 30px;
    display: block;
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 17px;
    text-align: center;
    padding-top: 4px;
    background: #cfd0d2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

    .hint:hover {
        background: #209ac7;
        color: #FFFFFF;
    }

.hint-pictures {
    margin-bottom: 5px;
}

    .hint-pictures li {
        width: 57px;
        height: 58px;
        overflow: hidden;
        border: 5px solid #FFFFFF;
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .hint-pictures li img {
            width: 100%;
        }

        .hint-pictures li.active {
            border: 5px solid #209ac7;
        }

.hint-picure-wrapper p {
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 13px;
    color: #676c6e;
    margin-bottom: 5px;
}

.error-msg {
    display: none;
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 12px;
    color: #ff0202;
    font-weight: 700;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 0;
}

.error .error-msg {
    display: block;
}

.error .input-1, .error .textarea-1, .error .file-wrapper {
    -webkit-box-shadow: 0 2px 0 0 #ff0202;
    -moz-box-shadow: 0 2px 0 0 #ff0202;
    box-shadow: 0 2px 0 0 #ff0202;
}

    .error .input-1.dark, .error .textarea-1.dark {
        border-color: #ff0202;
        -webkit-box-shadow: 0 0 0 1px #ff0202;
        -moz-box-shadow: 0 0 0 1px #ff0202;
        box-shadow: 0 0 0 1px #ff0202;
    }

.error .select-4 div.fancy-select div.trigger {
    -webkit-box-shadow: inset 0 0 0 2px #ff0202 !important;
    -moz-box-shadow: inset 0 0 0 2px #ff0202 !important;
    box-shadow: inset 0 0 0 2px #ff0202 !important;
}

input:focus, textarea:focus, button:focus {
    outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -moz-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;
}

/* Checkbox */
.checkbox-1.styledCheckbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/deweb/Themes/Poba/img/icons/checkbox-1.png);
    background-repeat: no-repeat;
    background-position: 0px -20px !important;
    background-size: 20px;
    cursor: pointer;
}

    .checkbox-1.styledCheckbox.checked {
        background-position: 0px 0px !important;
    }

    .checkbox-1.styledCheckbox.disabled {
        opacity: 0.5;
    }

.checkbox-wrap {
    padding: 30px 0 10px 0;
}

    .checkbox-wrap .checkbox-1 {
        position: relative;
        top: 4px;
        margin-right: 5px;
    }

    .checkbox-wrap .checkbox-label {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 14px;
        color: #676c6e;
    }

.checkbox-2.styledCheckbox:not(.checkbox-parent) {
    display: inline-block;
    width: 66px;
    height: 36px;
    background-color: #676c6e;
    background-image: url(/deweb/Themes/Poba/img/icons/icon-check-2.png);
    background-repeat: no-repeat;
    background-position: 14px 13px !important;
    background-size: 36px;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    -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;
}

    .checkbox-2.styledCheckbox:not(.checkbox-parent):after {
        content: '';
        width: 28px;
        height: 28px;
        position: absolute;
        top: 4px;
        left: 3px;
        background: #FFFFFF;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        -ms-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        transition: left 0.3s ease;
        -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.4);
    }

    .checkbox-2.styledCheckbox:not(.checkbox-parent).checked {
        background-color: #ff6e00;
    }
    .checkbox-2.styledCheckbox:not(.checkbox-parent).disabled {
        background-color: #676c6e !important;
    }
        .checkbox-2.styledCheckbox:not(.checkbox-parent).checked:after {
            left: 35px;
        }

.checkbox-2.styledCheckbox.checkbox-parent {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: transparent;
    background-image: url(/deweb/Themes/Poba/img/icons/arrow-down-icon-1.png);
    background-repeat: no-repeat;
    background-position: 0px 0px !important;
    background-size: 36px;
    cursor: pointer;
    position: relative;
    -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;
}

    .checkbox-2.styledCheckbox.checkbox-parent.checked {
        background-image: url(/deweb/Themes/Poba/img/icons/arrow-up-icon-1.png);
    }

.checkbox-wrap-2:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}

.checkbox-wrap-2 .checkbox-1 {
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.checkbox-wrap-2 .checkbox-label-2 {
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #676c6e;
}

.checkbox-wrap-2 .checkbox-label-3 {
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 14px;
    color: #676c6e;
    margin-left: 10px;
    position: relative;
    top: 9px;
}

.checkbox-wrap-2 .checkbox-label-4 {
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 14px;
    color: #676c6e;
    margin-right: 10px;
    position: relative;
    top: -12px;
}

.fl-r {
    float: right !important;
}

/* Radio */
.radio-1.styledRadio {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/deweb/Themes/Poba/img/icons/radio-1.png);
    background-size: 20px;
    cursor: pointer;
}

    .radio-1.styledRadio.disabled {
        background-image: url(/deweb/Themes/Poba/img/icons/radio-disabled.png);
    }

.radio-wrap {
    padding-top: 8px;
}

    .radio-wrap .radio-1 {
        position: relative;
        top: 4px;
        margin-right: 5px;
    }

    .radio-wrap .radio-label {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 14px;
        color: #676c6e;
    }

/* Upload file */
.file-wrapper {
    display: block;
    width: 100%;
    height: 41px;
    position: relative;
    border: 1px solid #cfd0d2;
    background: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0px 0 0 #FFFFFF;
    -moz-box-shadow: 0 0px 0 0 #FFFFFF;
    box-shadow: 0 0px 0 0 #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .file-wrapper .upload-file {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }

    .file-wrapper .upload-btn {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: #209ac7 url(/deweb/Themes/Poba/img/icons/icon-upload.png) center center no-repeat;
        background-size: 14px;
        border: 0;
        position: absolute;
        right: 5px;
        top: 5px;
        padding: 0;
        margin: 0;
        -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;
    }

        .file-wrapper .upload-btn:hover {
            background-color: #51bce3;
        }

        .file-wrapper .upload-btn:focus {
            outline: none;
        }

    .file-wrapper .file-name {
        width: 100%;
        display: inline-block;
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 18px;
        color: #209ac7;
        padding: 8px 10px;
        padding-right: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .file-wrapper .name-wrapper {
        overflow: hidden;
    }

    .file-wrapper.disabled .upload-btn {
        background-color: #494f5a;
        opacity: 0.5;
    }

        .file-wrapper.disabled .upload-btn:hover {
            background-color: #6b7484;
            opacity: 0.5;
        }

/* Upload file 2 */
.custom-file-upload-2 {
    position: relative;
    overflow: hidden;
    outline: none;
}

    .custom-file-upload-2:hover {
        background: #fd3c81;
    }

    .custom-file-upload-2 input.file-input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.select-1 .dd-container {
    width: 100% !important;
}

.select-1 .dd-select {
    border: none;
    width: 100% !important;
}

.select-1 .ui-selectmenu-button, .select-1 .dd-selected {
    min-width: 60px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background: #FFFFFF;
    border: none;
}

.select-1 .dd-selected-text {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    cursor: pointer;
}

.select-1 .dd-pointer-down {
    border-top: solid 5px #FFFFFF;
}

.select-1 .dd-pointer-up {
    border-bottom: solid 5px #FFFFFF !important;
}

.select-1 .dd-options {
    width: 100% !important;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.select-1 .dd-option {
    font-size: 18px;
    color: #FFFFFF;
    background: #FFFFFF;
    -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;
    border: none;
}

    .select-1 .dd-option.dd-option-selected {
        background: #FFFFFF;
    }

    .select-1 .dd-option:hover {
        background: white;
    }

        .select-1 .dd-option:hover .dd-option-text {
            color: #FFFFFF;
        }

.error .select-1 .dd-select {
    border: 2px solid #ff0202;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.error .select-1 .dd-selected {
    padding: 8px;
}

.select-1.disabled {
    position: relative;
    pointer-events: none;
    opacity: 0.5;
}

    .select-1.disabled:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.select-2 .dd-container {
    width: 100% !important;
}

.select-2 .dd-select {
    border: none;
    width: 100% !important;
}

.select-2 .ui-selectmenu-button, .select-2 .dd-selected {
    min-width: 60px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background: #FFFFFF;
    border: none;
}

.select-2 .dd-selected-text {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
}

.select-2 .dd-pointer-down {
    border-top: solid 5px #FFFFFF;
}

.select-2 .dd-pointer-up {
    border-bottom: solid 5px #FFFFFF !important;
}

.select-2 .dd-options {
    width: 100% !important;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.select-2 .dd-option {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    background: #2d4050;
    -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;
    border: none;
}

    .select-2 .dd-option.dd-option-selected {
        background: #496781;
    }

    .select-2 .dd-option:hover {
        background: #496781;
    }

        .select-2 .dd-option:hover .dd-option-text {
            color: #FFFFFF;
        }

.select-2 .ui-selectmenu-button.ui-state-focus {
    outline: none;
}

    .select-2 .ui-selectmenu-button.ui-state-focus:focus {
        outline: none;
    }

.select-2 .ui-selectmenu-button span.ui-selectmenu-text {
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px 14px 10px 8px;
}

    .select-2 .ui-selectmenu-button span.ui-selectmenu-text:focus {
        outline: none;
    }

.select-2 .ui-selectmenu-button span.ui-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #FFFFFF transparent transparent transparent;
    right: 7px;
    margin-top: -3px;
}

body .ui-selectmenu-menu {
    margin-left: -1px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    background: #2d4050;
}

    body .ui-selectmenu-menu .ui-menu {
        border: none;
        padding-bottom: 0;
        -webkit-border-radius: 0 0 2px 2px;
        -moz-border-radius: 0 0 2px 2px;
        -ms-border-radius: 0 0 2px 2px;
        border-radius: 0 0 2px 2px;
    }

    body .ui-selectmenu-menu .ui-menu-item {
        font-size: 14px;
        color: #FFFFFF;
        border: none;
        background: #2d4050;
        padding: 5px 10px;
        font-weight: 700;
    }

    body .ui-selectmenu-menu .ui-menu .ui-state-focus {
        border: none;
        margin: 0;
        background: #FFFFFF;
        font-weight: 700;
        color: #FFFFFF;
    }

    body .ui-selectmenu-menu .ui-state-disabled {
        display: none;
    }

div.fancy-select {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #494f5a;
}

    div.fancy-select.disabled {
        opacity: 0.5;
    }

    div.fancy-select select:focus + div.trigger {
        -webkit-box-shadow: 0 0 0 2px #2d4050;
        -moz-box-shadow: 0 0 0 2px #2d4050;
        box-shadow: 0 0 0 2px #2d4050;
    }

        div.fancy-select select:focus + div.trigger.open {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    div.fancy-select div.trigger {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        padding: 10px 24px 9px 9px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        background: #acc0d0;
        border: 1px solid #acc0d0;
        border-top-color: #ccd8e3;
        color: #2d4050;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        width: 200px;
        -webkit-transition: all 240ms ease-out;
        -moz-transition: all 240ms ease-out;
        -ms-transition: all 240ms ease-out;
        -o-transition: all 240ms ease-out;
        transition: all 240ms ease-out;
    }

        div.fancy-select div.trigger:after {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border: 5px solid transparent;
            border-top-color: #2d4050;
            top: 20px;
            right: 9px;
        }

        div.fancy-select div.trigger.open {
            background: #2d4050;
            border: 1px solid #2d4050;
            color: #527491;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

            div.fancy-select div.trigger.open:after {
                border-top-color: #527491;
            }

    div.fancy-select ul.options {
        list-style: none;
        margin: 0;
        position: absolute;
        top: 40px;
        left: 0;
        visibility: hidden;
        opacity: 0;
        z-index: 50;
        max-height: 200px;
        overflow: auto;
        background: 1px solid #123939;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        border-top: 1px solid #123939;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        min-width: 200px;
        -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
        -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
        -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
        transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    }

        div.fancy-select ul.options.open {
            visibility: visible;
            top: 50px;
            opacity: 1;
            /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
            /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
            -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
            -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
            -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
            -o-transition: opacity 300ms ease-out, top 300ms ease-out;
            transition: opacity 300ms ease-out, top 300ms ease-out;
        }

        div.fancy-select ul.options.overflowing {
            top: auto;
            bottom: 40px;
            -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
            -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
            -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
            -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
            transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        }

            div.fancy-select ul.options.overflowing.open {
                top: auto;
                bottom: 50px;
                -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
                -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
                -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
                -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
                transition: opacity 300ms ease-out, bottom 300ms ease-out;
            }

        div.fancy-select ul.options li {
            padding: 8px 12px;
            color: #2b8686;
            cursor: pointer;
            white-space: nowrap;
            -webkit-transition: all 150ms ease-out;
            -moz-transition: all 150ms ease-out;
            -ms-transition: all 150ms ease-out;
            -o-transition: all 150ms ease-out;
            transition: all 150ms ease-out;
        }

            div.fancy-select ul.options li.selected {
                background: rgba(43, 134, 134, 0.3);
                color: rgba(255, 255, 255, 0.75);
            }

            div.fancy-select ul.options li.hover {
                color: #FFFFFF;
            }

/* Select-1 */
.select-1 div.fancy-select div.trigger {
    width: 100%;
    font-family: "roboto", "geomanist", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    text-transform: none;
    background-color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
    padding: 0px 15px 0px 10px;
    border: 0;
}

.select-1 div.fancy-select select:focus + div.trigger.open {
    color: #fdb750;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.select-1 div.fancy-select div.trigger:after {
    width: 40px;
    height: 30px;
    border: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #FFFFFF transparent transparent transparent;
    top: 17px;
    right: 10px;
}

.select-1 div.fancy-select ul.options {
    top: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    background: #f1f1f1;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

    .select-1 div.fancy-select ul.options li {
        font-family: "roboto", "geomanist", sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        text-transform: none;
        color: #FFFFFF;
        background-color: #FFFFFF;
        padding-left: 10px;
        padding-right: 10px;
    }

        .select-1 div.fancy-select ul.options li.selected {
            background: white;
        }

            .select-1 div.fancy-select ul.options li.selected:hover {
                background: white;
            }

        .select-1 div.fancy-select ul.options li:hover {
            background: white;
        }

/* Custom scrollbar */
.mCustomScrollBox .mCSB_scrollTools {
    opacity: 1;
}

.mCustomScrollBox .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 10px;
}

.mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 10px;
    background: #494f5a;
    bottom: 1px;
}

.mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 10px;
    top: 1px;
    background: #f1f1f1;
}

.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: #cfd0d2;
    bottom: 1px;
}

.mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar {
    width: 7px;
    top: 0px;
    background: #209ac7;
}

.mCustomScrollBox .mCSB_scrollTools.mCSB_1_scrollbar.mCS-light.mCSB_scrollTools_horizontal {
    bottom: 1px;
}

/* Datepicker calendar */
/* Calendar style */
body #ui-datepicker-div {
    width: 270px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background: #FFFFFF;
}

body .ui-widget-header {
    border: none;
    background: #FFFFFF;
}

body table thead th {
    background: none;
    font-size: 12px;
    color: #FFFFFF;
}

body .ui-datepicker .ui-datepicker-title {
    font-size: 16px;
    font-weight: 700;
    color: #676c6e;
}

body .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default {
    background: none;
    color: #676c6e;
    font-size: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
}

body .ui-widget-content .ui-state-active, body .ui-widget-header .ui-state-active, body .ui-widget-content .ui-state-hover, body .ui-widget-header .ui-state-hover {
    border-color: #ff6e00;
    background: #FFFFFF;
    color: #ff6e00;
}

body table tr:nth-child(even) td, body table tr:nth-child(even) th {
    background: none;
}

body .ui-icon {
    width: 20px;
    height: 20px;
}

body .ui-datepicker .ui-datepicker-prev, body .ui-datepicker .ui-datepicker-next {
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

body .ui-datepicker .ui-datepicker-prev {
    top: 4px;
    left: 0;
    margin-left: 5px;
}

body .ui-datepicker .ui-datepicker-next {
    top: 4px;
    right: 0;
    margin-right: 7px;
}

body .ui-widget-content .ui-state-highlight, body .ui-widget-header .ui-state-highlight, body .ui-widget-content .ui-state-highlight.ui-state-hover, body .ui-widget-header .ui-state-highlight.ui-state-hover {
    border-color: #ff6e00;
    background: #ff6e00;
    color: #FFFFFF;
}

body .ui-datepicker .ui-datepicker-prev.ui-state-hover, body .ui-datepicker .ui-datepicker-next.ui-state-hover {
    background: none;
    border: none;
    top: 4px;
}

body .ui-datepicker .ui-datepicker-prev.ui-state-hover {
    left: -2px;
}

body .ui-datepicker .ui-datepicker-next.ui-state-hover {
    right: -2px;
}

body .ui-datepicker .ui-datepicker-prev span, body .ui-datepicker .ui-datepicker-prev.ui-state-hover span {
    background: url(/deweb/Themes/Poba/img/icons/arrow-left-1.png) center center no-repeat;
    background-size: 10px;
    border: none;
}

body .ui-datepicker .ui-datepicker-next span, body .ui-datepicker .ui-datepicker-next.ui-state-hover span {
    background: url(/deweb/Themes/Poba/img/icons/arrow-right-1.png) center center no-repeat;
    background-size: 10px;
    border: none;
}

body .ui-datepicker th {
    color: #676c6e;
}

/* Loaderi ----------------------------------------------------------------------------------------------- */
.cssload-container {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.cssload-speeding-wheel {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 3px solid #494f5a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-animation: cssload-spin 1s infinite linear;
    -moz-animation: cssload-spin 1s infinite linear;
    animation: cssload-spin spin 1s infinite linear;
}

#page-content .cssload-speeding-wheel {
    position: fixed;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
}

@-webkit-keyframes cssload-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes cssload-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes cssload-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Custom tables ----------------------------------------------------------------------------------------------- */
.custom-table .table-row {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .custom-table .table-row:hover {
        background: #f0fbff;
    }

    .custom-table .table-row.table-head:hover {
        background: #FFFFFF;
    }

    .custom-table .table-row.row-1 {
        border-bottom: 1px solid #f1f1f1;
    }

.custom-table .col-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
}

.custom-table .col-text-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    margin-bottom: 0;
    font-size: 12px !important;
    line-height: 18px !important;
}

.custom-table .col {
    padding: 8px 15px;
    position: relative;
}

.custom-table .action-wrap-1:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}

.custom-table .action-wrap-1 .btn-1, .custom-table .action-wrap-1 .btn-2 {
    display: inline-block;
    width: 31.3%;
    margin-right: 3%;
    float: left;
}

    .custom-table .action-wrap-1 .btn-1:last-child, .custom-table .action-wrap-1 .btn-2:last-child {
        margin-right: 0;
    }

.custom-table .row-1 .col.no-border:before {
    display: none;
}

.custom-table .row-1 .col:before {
    content: '';
    width: 1px;
    height: 18px;
    background: #cfd0d2;
    position: absolute;
    left: 0;
    /*top: 50%;*/
    margin-top: 9px;
}

.custom-table .pos-left {
    float: left;
}

.custom-table .row-1 .col:first-child:before {
    display: none;
}

.custom-table .col .center {
    text-align: center;
}

.custom-table .text-cl-1 {
    color: #b6b6b6;
}

.custom-table .text-cl-2 {
    color: #676c6e;
}

.custom-table .text-cl-3 {
    color: #444444;
}

.custom-table .text-cl-4 {
    color: #ff0202;
}

.custom-table .text-cl-5 {
    color: #60c454;
}

.custom-table .text-lh-46 {
    line-height: 46px !important;
}

.custom-table .text-1 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 34px;
}

.custom-table .text-2 {
    font-size: 14px;
    line-height: 17px;
    height: 34px;
    position: relative;
    white-space: normal;
    overflow: hidden;
}

    .custom-table .text-2 span {
        display: inline-block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.custom-table .text-3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
}

.custom-table .text-4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 34px;
}

.custom-table .text-5 {
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 14px;
    line-height: 34px;
}

.custom-table .text-6 {
    font-size: 14px;
    line-height: 34px;
}

.custom-table .text-7 {
    font-size: 14px;
    line-height: 16px;
    height: 34px;
    position: relative;
    white-space: normal;
    overflow: hidden;
}

    .custom-table .text-7 span {
        display: inline-block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.custom-table .text-8 {
    font-size: 14px;
    line-height: 18px;
    white-space: normal;
    overflow: hidden;
    font-weight: 600;
}

.custom-table .text-9 {
    font-size: 14px;
    line-height: 18px;
    white-space: normal;
    overflow: hidden;
}

.custom-table .text-10 {
    font-size: 14px;
    line-height: 17px;
    height: 34px;
    position: relative;
    white-space: normal;
    overflow: hidden;
}

    .custom-table .text-10 span {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        height: 100%;
        white-space: nowrap;
    }

.custom-table .text-11 {
    font-size: 14px;
    line-height: 17px;
    height: 34px;
    position: relative;
    white-space: normal;
    overflow: hidden;
}

    .custom-table .text-11 span {
        overflow: hidden;
        width: 100%;
        height: 100%;
        word-break: break-all;
        white-space: normal;
    }

.custom-table .tag-col {
    position: relative;
    padding-left: 55px;
}

.custom-table .tag {
    width: 30px;
    height: 30px;
    float: left;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    border-radius: 10%;
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
}

    .custom-table .tag.tag-2 {
        font-family: "roboto", "geomanist", sans-serif;
        font-weight: 500;
    }

    .custom-table .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 .tag.up:after {
        background: #f1f1f1 url(/deweb/Themes/Poba/img/icons/remove-icon-red.png) center center no-repeat;
    }

    .custom-table .tag.down:after {
        background: #f1f1f1 url(/deweb/Themes/Poba/img/icons/add-icon-green.png) center center no-repeat;
    }

    .custom-table .tag.tagcolor-1 {
        background-color: #60c454;
    }

    .custom-table .tag.tagcolor-2 {
        background-color: #3bb3df;
    }

    .custom-table .tag.tagcolor-3 {
        background-color: #8069b4;
    }

    .custom-table .tag.tagcolor-4 {
        background-color: #3bb3df;
    }

    .custom-table .tag.tagcolor-5 {
        background-color: #fdb750;
    }

    .custom-table .tag.tagcolor-6 {
        background-color: #eb0255;
    }

    .custom-table .tag.tagcolor-7 {
        background-color: #209ac7;
    }

.red-text {
    color: #FF0000 !important;
}

.green-text {
    color: #68AC10 !important;
}

.custom-table .flag-col {
    position: relative;
    padding-left: 65px;
}

.custom-table .flag-box {
    display: inline-block;
    width: 38px;
    height: 38px;
    float: left;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    border-radius: 10%;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 10px;
}

    .custom-table .flag-box img {
        width: 100%;
        height: auto;
    }

.custom-table .table-btn {
    background: #2F333A;
    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;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

    .custom-table .table-btn:hover {
        background: #515864;
    }

.custom-table .col-btn-right:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}

.custom-table .col-btn-right p > span {
    float: left;
}

.custom-table .col-btn-right .btn-retry {
    display: inline-block;
    float: right;
    color: #FFFFFF;
    font-size: 14px;
}

.custom-table .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 .order {
    cursor: pointer;
}

.custom-table .order-icon {
    display: inline-block;
    width: 8px;
    height: 13px;
    background-image: url(/deweb/Themes/Poba/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 .order.down .order-icon {
    background-position: 0 -29px;
}

.custom-table .order.up .order-icon {
    background-position: 0 5px;
}

.custom-table.table-2 .col {
    padding-top: 8px;
    padding-bottom: 8px;
}

.custom-table.table-2 .tag {
    top: 14px;
}

.custom-table.border-top {
    border-top: 1px solid #f1f1f1;
}

    .custom-table.border-top .table-head {
        padding-top: 0;
    }

.custom-table .table-head.no-padding {
    padding-top: 0;
}

.custom-table .col.no-border:after {
    display: none;
}

.custom-table .col.high-padding {
    padding: 13px 15px 18px;
}

.custom-table.m-bottom {
    margin-bottom: 20px;
}

.table-head .head-txt-1 {
    font-size: 14px;
    line-height: 26px;
    color: #444444;
    text-transform: uppercase;
}

.table-head .head-txt-2 {
    font-size: 13px;
    line-height: 20px;
    color: #444444;
    text-transform: uppercase;
}

.currency-wrapper {
    padding-left: 46px;
    padding-top: 5px;
}

    .currency-wrapper:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .currency-wrapper img {
        position: absolute;
        top: 15px;
        left: 0;
        width: 46px;
        height: 46px;
    }

    .currency-wrapper .currency-value, .currency-wrapper .currency {
        text-transform: uppercase;
        font-family: "roboto", "geomanist", sans-serif;
        margin-bottom: 0;
    }

    .currency-wrapper .currency-value {
        color: #209ac7;
        font-size: 18px;
    }

    .currency-wrapper .currency {
        color: #676c6e;
        font-size: 14px;
    }

/* Grid --------------------------------------------------------------------------------------------- */
.grid:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}

.col-ls-1, .col-ls-2, .col-ls-3, .col-ls-4, .col-ls-5, .col-ls-6, .col-ls-7, .col-ls-8, .col-ls-9, .col-ls-10, .col-ls-11, .col-ls-12, .col-ls-13, .col-ls-14, .col-ls-15, .col-ls-16, .col-ls-17, .col-ls-18, .col-ls-19, .col-ls-20, .col-ls-21, .col-ls-22, .col-ls-23, .col-ls-24, .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12, .col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11, .col-ss-12 {
    float: left;
}

.col-ls-24 {
    width: 100%;
}

.col-ls-23 {
    width: 95.83333333%;
}

.col-ls-22 {
    width: 91.66666667%;
}

.col-ls-21 {
    width: 87.5%;
}

.col-ls-20 {
    width: 83.33333333%;
}

.col-ls-19 {
    width: 79.16666666%;
}

.col-ls-18 {
    width: 75%;
}

.col-ls-17 {
    width: 70.83333266%;
}

.col-ls-16 {
    width: 66.66666667%;
}

.col-ls-15 {
    width: 62.5%;
}

.col-ls-14 {
    width: 58.33333333%;
}

.col-ls-13 {
    width: 54.16666667%;
}

.col-ls-12 {
    width: 50%;
}

.col-ls-11 {
    width: 45.83333333%;
}

.col-ls-10 {
    width: 41.66666667%;
}

.col-ls-9 {
    width: 37.5%;
}

.col-ls-8 {
    width: 33.33333333%;
}

.col-ls-7 {
    width: 29.16666667%;
}

.col-ls-6 {
    width: 25%;
}

.col-ls-5 {
    width: 20.83333333%;
}

.col-ls-4 {
    width: 16.66666667%;
}

.col-ls-3 {
    width: 12.5%;
}

.col-ls-2 {
    width: 8.333333333%;
}

.col-ls-1 {
    width: 4.166666667%;
}

/* -------------------------------------------------------------------------- Icons */
.icon-alert-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-alert-2.png);
    background-size: 24px;
}

.icon-attachment-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/attachment-icon.png);
    background-size: 20px;
}

.icon-pdf-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/pdf1.png);
    background-repeat: no-repeat;
    background-size: 46px;
    height: 46px;
    padding-left: 55px;
    padding-top: 14px;
    color: #676c6e;
    font-size: 14px;
}

.icon-pdf {
    background-image: url(/deweb/Themes/Poba/img/icons/pdf1.png);
    background-repeat: no-repeat;
    background-size: 40px;
    height: 40px;
    display: block;
    padding-left: 45px;
    padding-top: 10px;
    padding-right: 10px;
    color: #ff6e00;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    float: left;
}

.icon-xml {
    background-image: url(/deweb/Themes/Poba/img/icons/xml.png);
    background-repeat: no-repeat;
    background-size: 40px;
    height: 40px;
    display: block;
    padding-left: 45px;
    padding-top: 10px;
    padding-right: 10px;
    color: #ff6e00;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    float: left;
}

.icon-xls {
    background-image: url(/deweb/Themes/Poba/img/icons/xls.png);
    background-repeat: no-repeat;
    background-size: 40px;
    height: 40px;
    display: block;
    padding-left: 45px;
    padding-top: 10px;
    padding-right: 10px;
    color: #ff6e00;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    float: left;
}

.icon-izv {
    background-image: url(/deweb/Themes/Poba/img/icons/izv.png);
    background-repeat: no-repeat;
    background-size: 40px;
    height: 40px;
    display: block;
    padding-left: 45px;
    padding-top: 10px;
    padding-right: 10px;
    color: #ff6e00;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    float: left;
}

.info-text {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-alert-1.png);
    background-repeat: no-repeat;
    background-size: 26px;
    height: 26px;
    display: block;
    margin-top: -10px;
    padding-left: 40px;
    padding-top: 3px;
    color: #60c454;
    font-size: 16px;
}

.blocked-text {
    height: 26px;
    display: block;
    margin-top: -25px;
    margin-bottom: 20px !important;
    padding-left: 40px;
    padding-top: 3px;
    color: #ff0202;
    font-size: 15px;
    text-align: right;
}

.icon-atm-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-atm-1.png);
    background-size: 18px;
}

.icon-arrow-right {
    background-image: url(/deweb/Themes/Poba/img/icons/arrow-icon-right.png);
    background-size: 18px;
}

.icon-arrow-down {
    background-image: url(/deweb/Themes/Poba/img/icons/arrow-down-icon.png);
    background-size: 18px;
}

.icon-book-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-book-1.png);
    background-size: 18px;
}

.icon-contacts {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-contacts.png);
    background-size: 36px;
}

.icon-search-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-search-1.png);
    background-size: 36px;
}

.icon-branch-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-branch.png);
    background-size: 18px;
}

.icon-branch-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-branch-bg.png);
    background-size: 24px;
}

.icon-branch-atm-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-branch-atm-bg.png);
    background-size: 24px;
}

.icon-card-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-cards.png);
    background-size: 26px;
}

.icon-card-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-atm-bg.png);
    background-size: 24px;
}

.icon-card-3 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-card-3.png);
    background-size: 36px;
}

.icon-card-4 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-card-bg.png);
    background-size: 40px;
}

.icon-catalogue {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-catalogue.png);
    background-size: 40px;
}

.icon-catalogue-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-catalogue-2.png);
    background-size: 40px;
}

.icon-catalogue-3 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-products.png);
    background-size: 40px;
}

.icon-check-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-check-3.png);
    background-size: 24px;
}

.icon-clock-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-clock-1.png);
    background-size: 24px;
}

.icon-contact {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-contact.png);
    background-size: 40px;
}

.icon-contact-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-contact.png);
    background-size: 26px;
}

.icon-contact-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-contact-2.png);
    background-size: 26px;
}

.icon-contact-3 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-contact-bg.png);
    background-size: 40px;
}

.icon-dashboard-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-home.png);
    background-size: 26px;
}

.icon-dashboard-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-dashboard-2.png);
    background-size: 26px;
}

.icon-download-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-download-1.png);
    background-size: 14px;
}

.icon-exit-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/exit-2.png);
    background-size: 20px;
}

.icon-exchange {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-exchange.png);
    background-size: 40px;
}

.icon-exchange-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-exchange.png);
    background-size: 26px;
}

.icon-exchange-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-exchange-2.png);
    background-size: 26px;
}

.icon-exchange-3 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-exchange-bg.png);
    background-size: 40px;
}

.icon-eye {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-eye.png);
    background-size: 40px;
}

.icon-facebook {
    background-image: url(/deweb/Themes/Poba/img/icons/facebook.png);
    background-size: 9px;
}

.icon-facebook-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/facebook-2.png);
    background-size: 9px;
}

.icon-grid-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-grid-1.png);
    background-size: 18px;
}

.icon-help-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/help-icon-2.png);
    background-size: 20px;
}

.icon-linkedin {
    background-image: url(/deweb/Themes/Poba/img/icons/linkedin.png);
    background-size: 19px;
}

.icon-linkedin-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/linkedin-2.png);
    background-size: 19px;
}

.icon-login {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-login-orange.png);
    background-size: 40px;
}

.icon-mail-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-mail-1.png);
    background-size: 24px;
}

.icon-mail-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-mail-bg.png);
    background-size: 40px;
}

.icon-mail-3 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-mail.png);
    background-size: 40px;
}

.icon-mail-4 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-mail-4.png);
    background-size: 20px;
}

.icon-money-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-payments.png);
    background-size: 26px;
}

.icon-money-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-money-2.png);
    background-size: 26px;
}

.icon-money-3 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-money-bg.png);
    background-size: 40px;
}

.icon-wrap .icon-money-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-money.png);
    background-size: 26px;
}

.icon-money-3 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-money-bg.png);
    background-size: 40px;
}

.icon-info {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-info.png);
    background-size: 40px;
}

.icon-move-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-move-1.png);
    background-size: 14px;
}

.icon-move-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-move-2.png);
    background-size: 14px;
}

.icon-out-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-logout.png);
    background-size: 40px;
}

.icon-out-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-out-2.png);
    background-size: 22px;
}

.icon-pin {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-pin.png);
    background-size: 40px;
}

.icon-reset-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-reset-1.png);
    background-size: 16px;
}

.icon-reset-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-reset-2.png);
    background-size: 16px;
}

.icon-rss-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-rss.png);
    background-size: 20px;
}

.icon-safe-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-accounts.png);
    background-size: 78px;
}

.icon-safe-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-safe-2.png);
    background-size: 26px;
}

.icon-safe-3 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-safe-3.png);
    background-size: 26px;
}

.icon-safe-4 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-account-bg.png);
    background-size: 40px;
}

.icon-plus {
    background-image: url(/deweb/Themes/Poba/img/icons/plus.png);
    background-size: 30px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.icon-minus {
    background-image: url(/deweb/Themes/Poba/img/icons/minus.png);
    background-size: 30px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.icon-plus-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/plus-1.png);
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.icon-minus-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/minus-1.png);
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.icon-search {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-search.png);
    background-size: 8px;
}

.icon-service-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-puzzle.png);
    background-size: 20px;
}

.icon-service-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-service-2.png);
    background-size: 20px;
}

.icon-service-3 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-service-3.png);
    background-size: 15px;
}

.icon-service-4 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-service-4.png);
    background-size: 18px;
}

.icon-service-5 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-service-5.png);
    background-size: 16px;
}

.icon-service-6 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-service-6.png);
    background-size: 20px;
}

.icon-settings-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-settings-1.png);
    background-size: 20px;
}

.icon-settings-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-settings-2.png);
    background-size: 20px;
}

.icon-settings-3 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-settings-bg.png);
    background-size: 40px;
}

.icon-settings-4 {
    background-image: url(/deweb/Themes/Poba/img/icons/settings-5.png);
    background-size: 20px;
}

.icon-question {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-advice.png);
    background-size: 40px;
}

.icon-question-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-advice-bg.png);
    background-size: 40px;
}

.icon-tel-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-tel-1.png);
    background-size: 24px;
}

.icon-youtube {
    background-image: url(/deweb/Themes/Poba/img/icons/youtube.png);
    background-size: 23px;
}

.icon-twitter {
    background-image: url(/deweb/Themes/Poba/img/icons/twitter.png);
    background-size: 22px;
}

.icon-twitter-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/twitter-2.png);
    background-size: 22px;
}

.icon-calculator {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-calculator.png);
    background-size: 23px;
    width: 21px !important;
    margin-left: 4px;
}

/* -------------------------------------------------------------------------- Login page */
#login-header {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0px;
    z-index: 100;
}

    #login-header .container {
        width: 100%;
        max-width: 100%;
    }

    #login-header .site-branding {
        margin-top: 30px;
    }

    #login-header .site-logo a {
        display: inline-block;
        width: 250px;
        height: 60px;
        background: url(/deweb/Themes/Poba/img/bg/logo-1.png) 0 0 no-repeat;
        background-size: 100%;
        text-indent: -9999px;
        overflow: hidden;
        margin-left: 60px;
    }

.menu-btn {
    display: none;
}

#login-header .main-nav {
    width: 830px;
    position: absolute;
    top: 15px;
    right: 20px;
}

    #login-header .main-nav:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    #login-header .main-nav li {
        float: left;
        margin: 0 15px;
    }

        #login-header .main-nav li a {
            display: inline-block;
            width: 88px;
            font-size: 16px;
            line-height: 18px;
            color: #676c6e;
            font-weight: 600;
            text-align: center;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -ms-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            transition: color 0.3s ease;
            position: relative;
        }

            #login-header .main-nav li a:after {
                content: '';
                width: 100%;
                height: 0px;
                background: #ff6e00;
                position: absolute;
                bottom: -14px;
                left: 0;
                -webkit-transition: height 0.3s ease;
                -moz-transition: height 0.3s ease;
                -ms-transition: height 0.3s ease;
                -o-transition: height 0.3s ease;
                transition: height 0.3s ease;
            }

            #login-header .main-nav li a.active:after, #login-header .main-nav li a:hover:after {
                height: 3px;
                background: #ff6e00;
            }

        #login-header .main-nav li i {
            display: block;
            width: 100%;
            height: 70px;
            margin-bottom: 7px;
            background-repeat: no-repeat;
        }

    #login-header .main-nav .icon-login {
        background-position: center;
        background-image: url(/deweb/Themes/Poba/img/icons/icon-login-orange.png) !important;
        background-size: 55px;
    }

    #login-header .main-nav .icon-contact {
        background-position: center;
        background-image: url(/deweb/Themes/Poba/img/icons/icon-contact-orange.png) !important;
        background-size: 55px;
    }

    #login-header .main-nav .icon-exchange {
        background-position: center;
        background-image: url(/deweb/Themes/Poba/img/icons/icon-exchange-orange.png) !important;
        background-size: 55px;
    }

    #login-header .main-nav .icon-pin {
        background-position: center;
        background-image: url(/deweb/Themes/Poba/img/icons/icon-facilities-orange.png) !important;
        background-size: 55px;
    }

    #login-header .main-nav .icon-catalogue {
        background-position: center;
        background-image: url(/deweb/Themes/Poba/img/icons/icon-products-orange.png) !important;
        background-size: 55px;
    }

    #login-header .main-nav .icon-eye {
        background-position: center -63px;
    }

    #login-header .main-nav .icon-question {
        background-position: center;
        background-image: url(/deweb/Themes/Poba/img/icons/icon-advice-orange.png) !important;
        background-size: 55px;
    }

.mobile-menu {
    display: none;
}

.page-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .page-cover img {
        width: 100vw;
        height: 100%;
        object-fit: cover;
    }

    .page-cover video {
        width: 100vw;
        height: 100%;
        object-fit: cover;
        width: 100vw;
        height: 100%;
        object-fit: cover;
    }

    .page-cover .mobile-img {
        display: none;
    }

    .page-cover .inner {
        position: absolute;
        top: 50%;
        left: 12%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-right: 20px;
    }

    .page-cover h2 {
        font-size: 22px;
    }

        .page-cover h2 strong {
            font-size: 38px;
            padding: 2px 15px 2px 10px;
            position: relative;
        }

        .page-cover h2 span {
            line-height: 32px;
            padding: 8px 10px 7px 10px;
            text-transform: uppercase;
            font-weight: 700;
            color: #262626;
            background: #FFFFFF;
            -webkit-box-decoration-break: clone;
            -ms-box-decoration-break: clone;
            -o-box-decoration-break: clone;
            box-decoration-break: clone;
        }

        .page-cover h2 strong {
            text-transform: uppercase;
            font-weight: 700;
            color: #262626;
            background: #FFFFFF;
            -webkit-box-decoration-break: clone;
            -ms-box-decoration-break: clone;
            -o-box-decoration-break: clone;
            box-decoration-break: clone;
        }

.mobile-detected .page-cover video, .tablet-detected .page-cover video {
    display: none;
}

.img-overlay:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/deweb/Themes/Poba/css/img/bg/overlay-2.png);
    opacity: 0.8;
}

.mobile-detected .page-cover video, .tablet-detected .page-cover video {
    display: none;
}

.login-content {
    width: 100%;
    position: absolute;
    bottom: 85px;
}

    .login-content:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .login-content .col-left {
        float: left;
        padding-left: 60px;
    }

    .login-content .col-right {
        float: right;
        width: 50%;
        padding-right: 80px;
        padding-top: 60px;
    }

        .login-content .col-right h2 {
            font-size: 56px;
            line-height: 60px;
            color: #FFFFFF;
            font-weight: 300;
        }

        .login-content .col-right p {
            font-size: 14px;
            color: #FFFFFF;
            line-height: 26px;
        }

        .login-content .col-right .btn-1 {
            display: inline-block;
            width: auto;
            min-width: 170px;
        }

.login-box {
    width: 408px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 40px 22px 0px 22px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

    .login-box .login-error {
        padding: 10px;
        border: 2px solid #ff0202;
        font-size: 14px;
        color: #ff0202;
        padding-left: 50px;
        background: url(/deweb/Themes/Poba/img/icons/icon-alert.png) 10px center no-repeat;
        background-size: 24px;
    }

    .login-box h3 {
        font-size: 30px;
        color: #2d4050;
        font-weight: 300;
        margin-bottom: 40px;
    }

    .login-box .input-1 {
        color: #ff6e00;
        background-color: #FFFFFF;
    }

    .login-box .forgot-pass {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 14px;
        color: #444444;
        font-style: italic;
        text-align: left;
        margin-bottom: 30px;
    }

        .login-box .forgot-pass a {
            color: #ff6e00;
        }

.login-box-fina {
    min-height: 250px;
}

.login-fina-desc {
    text-align: justify !important;
    line-height: 1.5;
}

    .login-box .hint {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 14px;
        color: #676c6e;
        margin-top: 40px;
        width: auto;
        background: transparent;
        text-align: left;
    }

        .login-box .hint img {
            float: left;
            width: 46px;
            height: 46px;
            position: relative;
            top: -16px;
            margin-right: 10px;
        }

    .login-box .group-submit .btn-1:first-child {
        margin-bottom: 10px;
    }

.title-1 {
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

    .title-1 span {
        position: relative;
    }

        .title-1 span:after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 36px;
            height: 3px;
        }

    .title-1.color-1 {
        color: #ff6e00;
    }

        .title-1.color-1 span:after {
            background: #ff6e00;
        }

    .title-1.color-2 {
        color: #ff6e00;
    }

        .title-1.color-2 span:after {
            background: #ff6e00;
        }

    .title-1.color-3 {
        color: #FFFFFF;
    }

        .title-1.color-3 span:after {
            background: #eb0255;
        }

.title-2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

    .title-2 span {
        position: relative;
    }

        .title-2 span:after {
            content: '';
            position: absolute;
            bottom: -7px;
            left: 0;
            width: 30px;
            height: 3px;
        }

    .title-2.color-1 {
        color: #209ac7;
    }

        .title-2.color-1 span:after {
            background: #209ac7;
        }

    .title-2.color-2 {
        color: #FFFFFF;
    }

        .title-2.color-2 span:after {
            background: #FFFFFF;
        }

    .title-2.color-3 {
        color: #000000;
    }

        .title-2.color-3 span:after {
            background: #000000;
        }

    .title-2.title-full {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding-bottom: 8px;
    }

        .title-2.title-full.color-3 {
            border-color: #cfd0d2;
        }

.login-footer {
    position: absolute;
    bottom: 15px;
    right: 10px;
    min-width: 310px;
}

    .login-footer:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .login-footer .lang-nav {
        float: left;
        padding: 5px 0;
        padding-right: 18px;
        border-right: 2px solid #FFFFFF;
        margin-right: 30px;
    }

        .login-footer .lang-nav:after {
            display: block;
            visibility: hidden;
            height: 0;
            clear: both;
            content: ".";
        }

        .login-footer .lang-nav li {
            float: left;
            margin: 0 10px;
        }

            .login-footer .lang-nav li a {
                display: block;
                font-family: "roboto", "geomanist", sans-serif;
                font-size: 14px;
                color: #FFFFFF;
                position: relative;
                -webkit-transition: color 0.3s ease;
                -moz-transition: color 0.3s ease;
                -ms-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

                .login-footer .lang-nav li a:after {
                    content: '';
                    width: 100%;
                    height: 0;
                    background: #ff6e00;
                    position: absolute;
                    bottom: -5px;
                    left: 0;
                    -webkit-transition: height 0.3s ease;
                    -moz-transition: height 0.3s ease;
                    -ms-transition: height 0.3s ease;
                    -o-transition: height 0.3s ease;
                    transition: height 0.3s ease;
                }

            .login-footer .lang-nav li:hover a:after, .login-footer .lang-nav li.active a:after {
                height: 3px;
            }

.social:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}

.social li {
    float: left;
    margin-right: 36px;
}

    .social li a {
        display: inline-block;
        height: 25px;
        text-indent: -9999px;
        overflow: hidden;
        background-repeat: no-repeat;
    }

.social .icon-linkedin {
    width: 19px;
    background-position: center -28px;
}

.social .icon-youtube {
    width: 23px;
    background-position: center -34px;
}

.social .icon-facebook {
    width: 9px;
    background-position: center -25px;
}

.social .icon-twitter {
    width: 22px;
    background-position: center -26px;
}

/* -------------------------------------------------------------------------- Header */
.container {
    width: 96%;
    margin: 0 auto;
    max-width: 1170px;
}

    .container:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

#page-header {
    width: 100%;
    height: 100px;
    background: #ff6e00;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}

    #page-header .site-branding {
        float: left;
        margin-top: 28px;
    }

    #page-header .site-logo a {
        display: block;
        width: 220px;
        height: 46px;
        background: url(/deweb/Themes/Poba/img/bg/logo.png) 0 0 no-repeat;
        background-size: 100%;
        text-indent: -9999px;
        overflow: hidden;
    }

    #page-header .main-nav {
        float: left;
        padding: 20px 0 0 30px;
    }

        #page-header .main-nav:after {
            display: block;
            visibility: hidden;
            height: 0;
            clear: both;
            content: ".";
        }

        #page-header .main-nav li {
            float: left;
            width: 90px;
            text-align: center;
        }

            #page-header .main-nav li a {
                font-size: 13px;
                text-transform: uppercase;
                line-height: 26px;
                font-weight: 500;
                display: block;
                height: 70px;
                margin-bottom: 10px;
                color: #FFFFFF;
                -webkit-transition: color 0.3s ease;
                -moz-transition: color 0.3s ease;
                -ms-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

                #page-header .main-nav li a:hover {
                    color: #444444;
                    font-weight: 700;
                }

            #page-header .main-nav li i {
                display: inline-block;
                float: left;
                margin-left: 25px;
                margin-right: 25px;
                width: 40px;
                height: 40px;
                background-size: 40px;
                background-position: center center;
                background-repeat: no-repeat;
            }

            #page-header .main-nav li .active:not(.not-open) {
                border-bottom: 2px solid #FFFFFF;
            }

            #page-header .main-nav li.open a {
                border-bottom: 2px solid #FFFFFF;
            }

        #page-header .main-nav .has-menu {
            position: relative;
        }

        #page-header .main-nav .subnav-trigger {
            position: relative;
            z-index: 1;
        }

        #page-header .main-nav .has-menu .subnav-trigger i {
            position: relative;
        }

        #page-header .main-nav .submenu {
            display: block;
            position: fixed;
            top: 100px;
            left: 0px;
            width: 100%;
            text-align: center;
            background: #FFFFFF;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        #page-header .main-nav .submenu-items {
            display: inline-block;
            width: auto;
            margin-left: auto;
            margin-right: auto;
        }

        #page-header .main-nav .open .submenu {
            opacity: 1;
            visibility: visible;
        }

        #page-header .main-nav .submenu li {
            display: block;
            float: left;
            position: relative;
            width: auto;
        }

            #page-header .main-nav .submenu li a {
                font-size: 13px;
                display: block;
                text-transform: none;
                padding: 6px 20px;
                background: #FFFFFF;
                color: #000000;
                font-weight: 600;
                height: 38px;
                margin-bottom: 0px;
                -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;
            }

            #page-header .main-nav .submenu li:hover a {
                color: #ff6e00 !important;
            }

            #page-header .main-nav .submenu li.active a {
                color: #ff6e00;
            }

.profile-bar {
    float: right;
    margin-top: 22px;
}

    .profile-bar:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .profile-bar .profile-option {
        float: left;
        width: 110px;
        padding-top: 10px;
    }

    .profile-bar .profile-img {
        float: left;
        position: relative;
    }

    .profile-bar .img-box {
        width: 55px;
        height: 55px;
        overflow: hidden;
        -webkit-border-radius: 10%;
        -moz-border-radius: 10%;
        -ms-border-radius: 10%;
        border-radius: 10%;
    }

        .profile-bar .img-box img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .profile-bar .profile-img span:not(.tooltiptext) {
        display: block;
        width: 26px;
        height: 26px;
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 12px;
        text-align: center;
        line-height: 20px;
        font-weight: 700;
        color: #FFFFFF;
        background: #eb0255;
        border: 3px solid #FFFFFF;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        position: absolute;
        top: -4px;
        right: -12px;
    }

    .profile-bar a {
        display: inline-block;
        width: 40px;
        height: 40px;
        float: left;
        background-repeat: no-repeat;
        background-position: center center;
        margin-top: 8px;
    }

    .profile-bar .icon-settings-1 {
        background-size: 20px;
    }

    .profile-bar .icon-out-1 {
        background-size: 40px;
    }

#main {
    background: #f1f1f1;
    height: 100%;
    padding-top: 140px;
}

#page-header-left {
    width: 300px;
    height: 100%;
    background: #ff6e00;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-box-shadow: -3px 1px 33px 0px #444444;
    -moz-box-shadow: -3px 1px 33px 0px #444444;
    box-shadow: -3px 1px 33px 0px #444444;
}

    #page-header-left .site-branding {
        float: left;
        margin-top: 30px;
        width: 100%;
        padding: 0px 27px;
        margin-bottom: 40px;
        /*@include box-shadow(-4px 6px 12px rgba(241, 241, 241, 0.8));*/
        border-bottom: #ff6e00 1px solid;
    }

    #page-header-left .site-logo a {
        display: block;
        width: 220px;
        height: 46px;
        background: url(/deweb/Themes/Poba/img/bg/logo.png) 0 0 no-repeat;
        background-size: 100%;
        text-indent: -9999px;
        overflow: hidden;
        margin: auto;
    }

    #page-header-left .profile-bar {
        margin-left: unset;
        margin-right: unset;
        position: absolute;
        top: 90px;
        left: 40px;
    }

        #page-header-left .profile-bar .img-box {
            width: 42px;
            height: 42px;
            margin-top: 7px;
            margin-left: 3px;
            margin-right: 14px;
        }

        #page-header-left .profile-bar a {
            margin-right: 6px;
        }

    #page-header-left .mCSB_inside > .mCSB_container {
        margin-right: 0;
    }

    #page-header-left .mCustomScrollBox .mCSB_scrollTools {
        position: absolute;
        width: 3px;
        height: auto;
        left: auto;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

        #page-header-left .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar {
            width: 3px;
            top: 0px;
            background: #676c6e;
            opacity: 0.5;
        }

        #page-header-left .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_draggerRail {
            width: 7px;
            background: #ff6e00;
            bottom: 1px;
        }

    #page-header-left .mCustomScrollBox:hover .mCSB_scrollTools {
        opacity: 1;
    }

    #page-header-left .main-nav {
        padding: 185px 0px 0px 0px;
    }

        #page-header-left .main-nav:after {
            display: block;
            visibility: hidden;
            height: 0;
            clear: both;
            content: ".";
        }

        #page-header-left .main-nav li {
            -webkit-transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            -ms-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
            border-left: 3px solid transparent;
        }

            #page-header-left .main-nav li:hover {
                background-color: #ff6e00;
                border-left: 3px solid #ff6e00;
            }

            #page-header-left .main-nav li a {
                font-size: 13px;
                text-transform: uppercase;
                line-height: 25px;
                color: #FFFFFF;
                padding: 15px 0px 15px 17px;
                display: block;
                -webkit-transition: color 0.3s ease;
                -moz-transition: color 0.3s ease;
                -ms-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                transition: color 0.3s ease;
                position: relative;
            }

                #page-header-left .main-nav li a:hover {
                    color: #111111;
                }

                #page-header-left .main-nav li a i {
                    display: inline-block;
                    float: left;
                    margin-left: 20px;
                    margin-right: 25px;
                    width: 40px;
                    height: 40px;
                    background-size: 40px;
                    background-position: 0 0;
                    background-repeat: no-repeat;
                    /*border-radius: 50%;
                    background-color: $slider;*/
                }

            #page-header-left .main-nav li .active {
                color: #444444 !important;
                font-weight: bold;
            }

                #page-header-left .main-nav li .active a {
                    color: #444444 !important;
                    font-weight: bold;
                }

        #page-header-left .main-nav .has-menu {
            position: relative;
        }

            #page-header-left .main-nav .has-menu.open {
                background-color: #ff6e00;
            }

                #page-header-left .main-nav .has-menu.open .subnav-trigger {
                    color: #FFFFFF;
                }

                    #page-header-left .main-nav .has-menu.open .subnav-trigger:hover {
                        color: #444444;
                    }

        #page-header-left .main-nav .subnav-trigger {
            position: relative;
            z-index: 1;
        }

        #page-header-left .main-nav .has-menu .subnav-trigger i {
            position: relative;
        }

        #page-header-left .main-nav .submenu {
            position: relative;
            width: 100%;
            background: transparent;
            padding-top: 0px;
            height: 0px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        #page-header-left .main-nav .open .submenu {
            opacity: 1;
            visibility: visible;
            height: auto;
        }

        #page-header-left .main-nav .submenu li {
            width: 100%;
            border-left: none;
        }

            #page-header-left .main-nav .submenu li a {
                display: block;
                text-transform: none;
                padding: 6px 20px 6px 75px;
                line-height: 25px;
                color: #FFFFFF;
                -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;
            }

            #page-header-left .main-nav .submenu li:hover a {
                color: #111111;
                border-left: none;
            }

        #page-header-left .main-nav .icon-arrow-right {
            background-size: 5px;
            position: absolute;
            height: 15px;
            width: 10px;
            background-repeat: no-repeat;
            right: 36px;
            top: 22px;
            margin-top: 9px;
        }

        #page-header-left .main-nav .icon-arrow-down {
            background-size: 8px;
            position: absolute;
            height: 15px;
            width: 10px;
            background-repeat: no-repeat;
            right: 36px;
            top: 22px;
            margin-top: 9px;
        }

.page-header-left_wrapper .menu-btn {
    position: absolute;
    top: 40px;
    left: -17px;
}

    .page-header-left_wrapper .menu-btn li {
        background: #676c6e;
        margin-bottom: 4px;
    }

.profile {
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.profile-bar {
    margin-left: -120px;
    margin-right: -45px;
}

    .profile-bar a {
        background-position: 0px 2px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

.inbox-count {
    position: relative;
    float: left;
    padding: 20px 0px 0px 27px;
    z-index: 100;
}

    .inbox-count .icon-mail-4 {
        padding: 13px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .inbox-count span {
        position: absolute;
        left: 42px;
        top: 5px;
        background-color: #ff6e00;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        padding: 5px 6px;
        color: #FFFFFF;
        font-weight: 600;
    }

    .inbox-count p {
        float: right;
        margin-left: 30px;
        font-size: 13px;
        color: #676c6e;
    }

        .inbox-count p:hover {
            color: #209ac7;
        }

.drop-select .select-3 {
    padding: 0px 27px;
}

    .drop-select .select-3 .fancy-select {
        text-transform: none;
    }

        .drop-select .select-3 .fancy-select .trigger {
            background: transparent;
            border: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            width: 100%;
            color: #209ac7;
            padding-left: 0px;
        }

            .drop-select .select-3 .fancy-select .trigger:after {
                top: 16px;
                border-top-color: #209ac7;
            }

        .drop-select .select-3 .fancy-select .options {
            background: #209ac7;
            width: 100%;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            border-top: none;
        }

        .drop-select .select-3 .fancy-select .open {
            top: 100%;
        }

        .drop-select .select-3 .fancy-select .options li {
            color: #FFFFFF;
            -webkit-transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            -ms-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
        }

            .drop-select .select-3 .fancy-select .options li .selected {
                color: #FFFFFF;
                background: rgba(255, 255, 255, 0.3);
            }

            .drop-select .select-3 .fancy-select .options li:hover {
                background: rgba(255, 255, 255, 0.3);
            }

.page-header-left_footer {
    height: auto;
    position: fixed;
    bottom: 20px;
    left: 50px;
    z-index: 100;
    width: 200px;
}

    .page-header-left_footer p {
        font-size: 13px;
        color: #b6b6b6;
    }

        .page-header-left_footer p span {
            color: #ff6e00;
            font-weight: 500;
        }

    .page-header-left_footer .page-header-left_footer__social-list {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
    }

        .page-header-left_footer .page-header-left_footer__social-list li {
            float: left;
            width: 25%;
            border: 1px solid #f1f1f1;
            padding: 20px;
        }

        .page-header-left_footer .page-header-left_footer__social-list a {
            display: inline-block;
            height: 20px;
            width: 20px;
            background-repeat: no-repeat;
        }

    .page-header-left_footer .lang-nav {
        float: left;
        position: relative;
        width: 180px;
    }

        .page-header-left_footer .lang-nav:after {
            display: block;
            visibility: hidden;
            height: 0;
            clear: both;
            content: ".";
        }

        .page-header-left_footer .lang-nav li {
            float: left;
            margin-right: 10px;
        }

            .page-header-left_footer .lang-nav li span {
                font-family: "roboto", "geomanist", sans-serif;
                font-size: 14px;
                line-height: 24px;
                text-transform: uppercase;
                color: #2d4050;
                font-weight: bold;
            }

            .page-header-left_footer .lang-nav li.active a, .page-header-left_footer .lang-nav li:hover a {
                text-decoration: underline;
            }

    .page-header-left_footer .lang-flag {
        float: left;
        width: 24px;
        height: 24px;
        -webkit-border-radius: 10%;
        -moz-border-radius: 10%;
        -ms-border-radius: 10%;
        border-radius: 10%;
        overflow: hidden;
        margin-right: 10px;
    }

        .page-header-left_footer .lang-flag img {
            width: 100%;
        }

.main-content.background-fix {
    padding: 90px 0px;
}

/* Accounts-widget ----------------------------------------------------------------------------------------------- */
.accounts-widget {
    background: url(/deweb/Themes/Poba/img/bg/Carousel_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 22px;
    position: relative;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    margin-bottom: 25px;
}

    .accounts-widget .bg-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        opacity: 0.1;
    }

.accounts-widget-one {
    padding-top: 0px;
}

    .accounts-widget-one .container-submenu-1 {
        position: absolute;
        top: 270px;
        background-color: transparent;
    }

    .accounts-widget-one .list-options-side-one {
        top: 10px;
    }

.accounts-select {
    text-align: center;
    margin-bottom: 30px;
}

    .accounts-select:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .accounts-select .group-inner {
        display: inline-block;
        width: 540px;
        position: relative;
    }

    .accounts-select p {
        display: inline-block;
        float: left;
        font-size: 12px;
        font-weight: 800;
        color: black;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-top: 18px;
        margin-bottom: 0;
        position: absolute;
        top: 1px;
        left: 10px;
        z-index: 2;
    }

    .accounts-select .fancy-select {
        display: inline-block;
        width: 100%;
        float: left;
    }

        .accounts-select .fancy-select .trigger {
            min-width: 250px;
            text-align: left;
        }

/*This was commented out in previous version--BEGIN*/
#account-slider {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 5px;
    margin-bottom: 25px;
}

    #account-slider .slick-slide {
        position: relative;
        transform: scale(0.8);
        outline: none !important;
    }

        #account-slider .slick-slide:after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
        }

        #account-slider .slick-slide.slick-center:after {
            display: none;
        }

    #account-slider .slick-current {
        transform: scale(1);
    }

    #account-slider .swiper-container {
        overflow: visible;
    }

    #account-slider .slide {
        padding: 0 10px;
    }

    #account-slider .account-box {
        width: 400px;
        margin: 0 auto;
        opacity: 0.4;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-box-shadow: 0 5px 28px 8px transparent;
        -moz-box-shadow: 0 5px 28px 8px transparent;
        box-shadow: 0 5px 28px 8px transparent;
    }

    #account-slider .slick-center .account-box {
        opacity: 1;
    }

    #account-slider .slick-dots {
        display: none !important;
    }

    #account-slider .swiper-pagination-1 {
        display: none;
        position: absolute;
        bottom: 17px;
        width: 100%;
        text-align: center;
        z-index: 50;
    }

    #account-slider .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        background: transparent;
        border: 2px solid #FFFFFF;
        opacity: 1;
        margin: 0 4px;
    }

    #account-slider .swiper-pagination-bullet-active {
        background: #FFFFFF;
    }

    #account-slider .owl-pagination {
        text-align: center;
    }

    #account-slider .owl-page {
        display: inline-block;
        width: 9px;
        height: 9px;
        background: transparent;
        border: 2px solid #8069b4;
        opacity: 1;
        margin: 0 4px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
    }

        #account-slider .owl-page.active {
            background: #8069b4;
        }

    #account-slider select {
        min-width: 60px;
        font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        background: #2d4050;
        border: none;
        padding: 10px 17px 11px 5px;
        margin-bottom: 3px;
    }

.accounts-widget .slider-button-prev, .accounts-widget .slider-button-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 137px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    opacity: 1.0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

    .accounts-widget .slider-button-prev:hover, .accounts-widget .slider-button-next:hover {
        opacity: 1;
    }

.accounts-widget .slider-button-prev {
    left: 50%;
    margin-left: -650px;
    background: transparent url(/deweb/Themes/Poba/img/icons/arrow-left-3.png) center center no-repeat;
    background-size: 35px;
}

.accounts-widget .slider-button-next {
    right: 50%;
    margin-right: -650px;
    background: transparent url(/deweb/Themes/Poba/img/icons/arrow-right-3.png) center center no-repeat;
    background-size: 35px;
}

.accounts-widget .slider-button-first {
    filter: grayscale(100%);
    pointer-events: none;
}

.accounts-widget .slider-button-last {
    filter: grayscale(100%);
    pointer-events: none;
}

.slider-tabs {
    width: 100%;
    text-align: center;
    z-index: 10;
    position: absolute;
    display: block;
}

    .slider-tabs:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .slider-tabs li {
        display: inline-block;
        padding: 8px 25px;
        position: relative;
    }

        .slider-tabs li a {
            display: inline-block;
            font-family: "roboto", "geomanist", sans-serif;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            color: #000000;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -ms-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            transition: color 0.3s ease;
        }

        .slider-tabs li:after {
            content: '';
            display: block;
            width: 20px;
            height: 0px;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -10px;
            background: #ff6e00;
            -webkit-transition: height 0.3s ease;
            -moz-transition: height 0.3s ease;
            -ms-transition: height 0.3s ease;
            -o-transition: height 0.3s ease;
            transition: height 0.3s ease;
        }

        .slider-tabs li.active a, .slider-tabs li:hover a {
            color: #ff6e00;
        }

.account-box {
    padding: 20px;
    position: relative;
}

    .account-box.account-bg-1 {
        background: #FFFFFF center bottom no-repeat;
        background-size: 100%;
        /*url(../../img/bg/acc-bg-1.png)*/
    }

    .account-box .widget-options {
        right: unset;
        left: 80px;
        top: 33px;
    }

    .account-box .account-main {
        position: relative;
        padding-left: 80px;
    }

    .account-box .acc-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        -webkit-border-radius: 10%;
        -moz-border-radius: 10%;
        -ms-border-radius: 10%;
        border-radius: 10%;
        overflow: hidden;
    }

        .account-box .acc-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .account-box .acc-nr {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 18px;
        color: #ff6e00;
        font-weight: 700;
        text-align: right;
        margin-bottom: 3px;
    }

    .account-box .acc-name {
        font-size: 14px;
        line-height: 26px;
        color: #676c6e;
        text-align: right;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-transform: uppercase;
    }

    .account-box .acc-owner {
        margin-bottom: 10px;
        color: #676c6e;
        text-align: right;
        text-transform: uppercase;
        font-size: 13px;
    }

    .account-box .options-link {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 10px;
        text-transform: uppercase;
        color: #FFFFFF;
        font-weight: 700;
        text-align: right;
    }
    /*  .account-box .main-balance {
    margin-bottom: 10px; }*/
    .account-box .main-balance:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .account-box .main-balance p {
        font-size: 36px;
        line-height: 40px;
        color: #676c6e;
        float: right;
        margin-bottom: 0;
    }

        .account-box .main-balance p span {
            font-size: 30px;
        }

        .account-box .main-balance p.font15 {
            font-size: 15px;
            line-height: 30px;
            clear: both;
        }

.sub-balance p {
    font-size: 23px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
}

.sub-balance {
    margin-bottom: -10px !important;
}

.sub-currency {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 13px;
    clear: both;
}

.account-box .select-2 {
    width: 60px;
    float: right;
    position: relative;
    margin-left: 10px;
    /*height: 30px;
        line-height: 50px;*/
    padding: 10px 0 10px 10px;
    text-align: right;
}

.account-box .acc-balance-txt {
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #676c6e;
    font-weight: 400;
    text-align: right;
    margin-bottom: 0px;
    margin-top: 20px;
}

.account-box .small-balance {
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
}

    .account-box .small-balance span {
        font-size: 17px;
    }

.account-box .transaction-txt {
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0px;
    position: absolute;
    bottom: 35px;
}

.account-box .btn-1 {
    line-height: 28px;
}

.account-box .account-btn {
    width: 58px;
    height: 58px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 18px;
    background-size: 50px;
    -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;
    background-image: url(/deweb/Themes/Poba/img/icons/icon-money.png);
}

    .account-box .account-btn:hover {
        /*border: 1px solid #fcefd6;*/
    }

.accounts-widget.single-slide #account-slider .account-box {
    opacity: 1 !important;
}

.widget-options {
    position: absolute;
    top: 10px;
    right: 5px;
    padding: 0 4px;
}

    .widget-options .trigger {
        cursor: pointer;
        padding: 0 5px;
    }

        .widget-options .trigger.color-2 li {
            background: #2F333A;
        }

        .widget-options .trigger li {
            width: 3px;
            height: 3px;
            background: #FFFFFF;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            border-radius: 100%;
            margin-bottom: 2px;
        }

        .widget-options .trigger.color-1 li {
            background: #ff6e00;
        }

    .widget-options .options-list {
        position: absolute;
        top: 20px;
        right: 0;
        display: none;
        background: #FFFFFF;
        -webkit-box-shadow: 0 10px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 0 rgba(0, 0, 0, 0.5);
        padding: 10px 20px;
        z-index: 1;
    }

        .widget-options .options-list a {
            display: block;
            font-family: "roboto", "geomanist", sans-serif;
            color: #ff6e00;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            white-space: nowrap;
            padding: 5px 0;
            -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;
        }

            .widget-options .options-list a:hover {
                color: #ff9a4d;
            }

        .widget-options .options-list.color-1 {
            background: #209ac7;
        }

            .widget-options .options-list.color-1 a:hover {
                color: #FFFFFF;
            }

.widget-options-list .trigger {
    background-image: url(/deweb/Themes/Poba/img/icons/more.png);
    background-position: top;
    background-repeat: no-repeat;
    height: 32px;
    width: 14px;
    float: left;
    position: relative;
    display: inline-block;
    margin-top: 12px;
    margin-right: 8px;
    cursor: pointer;
}

.widget-options-list .options-list-two {
    margin-top: 30px;
    margin-left: 30px;
    border: 1px solid #676c6e;
    cursor: pointer;
}

.widget-options-list .tooltiptext-lower {
    margin-left: -65px !important;
}

.accounts-widget .tab-2 {
    max-width: 1000px;
    width: 94%;
    padding-bottom: 24px;
    left: 50%;
    top: 100px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#account-list .search-1 input {
    color: #ff6e00;
    font-family: roboto, geomanist, sans-serif;
    font-size: 16px;
}

.account-list {
    width: 100%;
}

    .account-list > li {
        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;
        width: 100%;
        max-width: 1000px;
        background-color: #FFFFFF;
        background-position: left center;
        background-repeat: no-repeat;
        padding: 10px 0px 10px 0px;
        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;
        -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
        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 img {
        height: 60px;
        width: 60px;
        object-fit: contain;
        -webkit-border-radius: 10%;
        -moz-border-radius: 10%;
        -ms-border-radius: 10%;
        border-radius: 10%;
        float: left;
        margin-right: 20px;
    }

    .account-list .col {
        float: left;
    }

    .account-list .col-1 {
        width: 55%;
        padding-left: 20px;
    }

    .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: #FFFFFF;
            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: 20px;
        color: #FFFFFF;
        font-weight: 300;
        line-height: 35px;
        margin-bottom: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        -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-family: "roboto", "geomanist", sans-serif;
        font-size: 12px;
        color: #676c6e;
        line-height: 12px;
        text-transform: uppercase;
        margin-bottom: 0;
        position: relative;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        /*font-weight: bold;*/
    }

    .account-list .col-1 .acc-name {
        font-size: 13px;
        line-height: 14px;
        margin-bottom: 2px;
        font-weight: 500;
    }

    .account-list .col-1 .acc-nr {
        font-size: 20px;
        font-weight: 700;
        color: #ff6e00;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .account-list .col-1 .acc-owner {
        font-size: 11px;
        line-height: 12px;
        font-weight: 500;
    }

    .account-list .col-2 {
        width: 45%;
        text-align: right;
        margin-top: 4px;
        padding-right: 10px;
    }

        .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: 40px;
            color: #676c6e;
            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 .col-2 .trigger {
            width: 60px;
            margin: 4px 20px 0px 10px;
            background: #2d4050;
            border: none;
            color: #FFFFFF;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
        }

            .account-list .col-2 .trigger:after {
                top: 16px;
                right: 7px;
                border-top-color: #FFFFFF;
            }

    .account-list div.fancy-select ul.options.open {
        top: 40px;
        left: 10px;
        min-width: 60px;
        text-align: center;
        background: #2d4050;
        color: #FFFFFF;
    }

    .account-list div.fancy-select ul.options li {
        color: #FFFFFF;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

        .account-list div.fancy-select ul.options li:hover {
            background: #FFFFFF;
        }

        .account-list div.fancy-select ul.options li.selected {
            background: #FFFFFF;
            color: rgba(255, 255, 255, 0.75);
        }

    .account-list .selected .inner {
        background: #FFFFFF;
        opacity: 1;
    }

    .account-list .col-2 .select-3 {
        float: right;
    }

    .account-list .col-2 .icon-wrap {
        float: right;
        height: 44px;
        border-left: 1px solid #b6b6b6;
    }

        .account-list .col-2 .icon-wrap i {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 40px;
            margin-left: 20px;
            margin-right: 15px;
            margin-top: 3px;
        }

    .account-list .col-2 .acc-balance-txt {
        margin-right: 157px;
        margin-bottom: 0px;
        text-transform: uppercase;
        margin-top: -4px;
    }

    .account-list #searchAccountNumber {
        color: #ff6e00;
        font-family: roboto, geomanist, sans-serif;
        font-weight: 700;
    }

.more-list {
    min-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    -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;
    text-align: center;
    position: relative;
}

    .more-list .show-txt {
        display: inline-block;
        color: #FFFFFF;
    }

    .more-list .hide-txt {
        display: none;
        color: #FFFFFF;
    }

    .more-list .arrow {
        display: inline-block;
        width: 10px;
        height: 7px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        background: url(/deweb/Themes/Poba/img/icons/arrow-bottom-1.png) 0 0 no-repeat;
        position: absolute;
        top: 22px;
        left: 50%;
        margin-left: -5px;
    }

    .more-list.active .show-txt {
        display: none;
    }

    .more-list.active .hide-txt {
        display: inline-block;
    }

    .more-list.active .arrow {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.account-selected-slide {
    margin: 0 auto;
    width: 550px;
    height: 90px;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

    .account-selected-slide .account-box-selected {
        height: 90px;
        width: 540px;
    }

    .account-selected-slide .acc-info-selected {
        width: 300px;
        height: 90px;
        position: relative;
        float: left;
        padding: 15px;
    }

        .account-selected-slide .acc-info-selected .acc-name {
            color: #676c6e;
            font-size: 14px;
            display: block;
            margin-bottom: 5px;
        }

        .account-selected-slide .acc-info-selected .acc-nr {
            display: block;
            font-size: 18px;
            font-weight: 700;
            color: #ff6e00;
            margin-bottom: 5px;
        }

        .account-selected-slide .acc-info-selected .acc-owner {
            text-align: left;
            font-size: 13px;
            color: #676c6e;
        }

    .account-selected-slide .main-balance-selected {
        position: relative;
        float: left;
        width: 190px;
        height: 90px;
        padding-top: 27px;
    }

        .account-selected-slide .main-balance-selected .select-1 {
            float: right;
            margin-right: 5px;
        }

        .account-selected-slide .main-balance-selected .balance {
            font-size: 18px;
            float: right;
            margin-top: 3px;
            margin-right: 10px;
            color: #676c6e;
        }

        .account-selected-slide .main-balance-selected .acc-balance-txt {
            text-align: right;
            font-size: 10px;
            font-weight: 400;
            color: #676c6e;
            text-transform: uppercase;
            padding-right: 75px;
            margin-bottom: 3px;
        }

    .account-selected-slide .down-button {
        width: 40px;
        height: 40px;
        position: relative;
        float: left;
        margin-top: 25px;
        margin-left: 10px;
        background: url(/deweb/Themes/Poba/img/icons/arrow-down-icon-1.png);
        background-size: 40px;
        background-repeat: no-repeat;
    }

        .account-selected-slide .down-button.opened {
            width: 40px;
            height: 40px;
            position: relative;
            float: left;
            margin-top: 25px;
            margin-left: 10px;
            background: url(/deweb/Themes/Poba/img/icons/arrow-up-icon-1.png);
            background-size: 40px;
            background-repeat: no-repeat;
        }

    .account-selected-slide .ui-selectmenu-button span.ui-icon {
        width: 40px;
        height: 30px;
        border: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 4px 0 4px;
        border-color: #FFFFFF transparent transparent transparent;
        top: 17px;
        right: 7px;
    }

    .account-selected-slide .ui-selectmenu-button span.ui-selectmenu-text {
        color: #FFFFFF;
        padding: 0px 10px 0px 10px;
        font-family: "roboto", "geomanist", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.slide-list {
    height: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 410px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: lightgray;
}

.slide-list-item {
    width: 400px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.slide-list .visible {
    display: block !important;
}

.slide-list .hidden {
    display: none !important;
}

.slide-list-item .account-box {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border-bottom: 1px solid orange;
    opacity: unset !important;
    height: 75px;
    padding-top: 5px !important;
    min-height: 75px !important;
}

.slide-list-item .acc-info {
    width: 350px;
    position: relative;
    float: left;
}

.slide-list-item .main-balance {
    margin-top: 25px;
    display: none !important;
}

.slide-list-item .acc-name {
    height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Grid widgets ----------------------------------------------------------------------------------------------- */
/* Widget grid */
.widget-grid {
    width: 100%;
}

    .widget-grid .widget {
        background: none;
        float: left;
        border: none;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .widget-grid .widget-h-1 .widget-inner {
        height: 410px;
    }

    .widget-grid .widget-inner {
        background: #FFFFFF;
        position: relative;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }

    .widget-grid .cnt {
        padding: 10px 10px 0 10px;
    }

.widget-grid-options {
    position: relative;
    z-index: 9;
    margin-bottom: 10px;
}

    .widget-grid-options:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .widget-grid-options:before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        top: 10px;
        left: 0px;
        background: #cfd0d2;
    }

    .widget-grid-options .grid-title {
        float: left;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #b6b6b6;
        background: #f1f1f1;
        position: relative;
        padding-right: 10px;
    }

.grid-options {
    float: right;
    background: #f1f1f1;
    position: relative;
}

    .grid-options:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .grid-options .grid-option {
        float: left;
        margin-left: 20px;
        position: relative;
        padding: 2px 0;
    }

        .grid-options .grid-option > a {
            display: inline-block;
            font-size: 14px;
            color: #ff6e00;
            text-transform: uppercase;
            opacity: 0.4;
            line-height: 18px;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .grid-options .grid-option i {
            float: left;
            display: inline-block;
            width: 18px;
            height: 18px;
            background-size: auto 18px;
            background-repeat: no-repeat;
            background-position: center center;
            margin-right: 5px;
            position: relative;
        }

        .grid-options .grid-option.active > a, .grid-options .grid-option:hover > a {
            opacity: 1;
        }

    .grid-options .widget-select {
        position: relative;
        padding-right: 16px;
        z-index: 1;
    }

        .grid-options .widget-select:after {
            content: '';
            position: absolute;
            right: 0;
            top: 7px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            border-color: #2F333A transparent transparent transparent;
        }

    .grid-options .widget-select-menu {
        width: 150%;
        position: absolute;
        top: -10px;
        left: -10%;
        background: #FFFFFF;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
        padding-top: 50px;
        padding-bottom: 10px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .grid-options .widget-select-menu li {
            padding: 10px 15px;
            font-size: 14px;
            color: #ff6e00;
        }

        .grid-options .widget-select-menu .checkbox-1 {
            float: right;
            position: relative;
            top: -2px;
        }

    .grid-options .grid-option.active {
        z-index: 1;
    }

    .grid-options .active .widget-select-menu {
        opacity: 1;
        visibility: visible;
    }

.widget {
    position: relative;
    background: #FFFFFF;
}

    .widget .title-1 {
        font-size: 14px;
    }

        .widget .title-1 span:after {
            width: 36px;
        }

.widget-header:after, .widget-header .cnt:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}

.widget-header .col-left {
    float: left;
}

.widget-header .col-right {
    float: right;
}

.widget-header .table-head {
    padding-top: 14px;
}

.table-head {
    padding-top: 20px;
}

    .table-head .col {
        padding: 8px 15px;
    }

    .table-head p {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 12px;
        color: #676c6e;
        text-transform: uppercase;
        margin-bottom: 0;
    }

.widget-header.header-dark {
    background: #FFFFFF;
}

.widget-actions:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}

.widget-actions > li {
    float: left;
    margin-left: 10px;
}

.widget-actions i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.widget-actions .widget-options {
    position: static;
    margin-top: 2px;
}

.widget-actions .options-list {
    top: 28px;
    -webkit-box-shadow: 0 5px 13px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 13px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 13px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.widget-actions.widget-corner {
    position: absolute;
    top: 15px;
    right: 10px;
}

.mobile-detected .drag-handle, .tablet-detected .drag-handle {
    display: none;
}

.widget-tabs {
    width: 100%;
    padding-top: 14px;
}

    .widget-tabs:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .widget-tabs li {
        float: left;
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        /*&:hover:after {
            height: 3px;
        }*/
        /*&:hover a {
            color: $widgetdark-menu-hover;
        }*/
    }

        .widget-tabs li:after {
            content: '';
            display: block;
            width: 100%;
            height: 0px;
            background: #ff6e00;
            position: absolute;
            bottom: 0px;
            left: 0;
            -webkit-transition: height 0.3s ease;
            -moz-transition: height 0.3s ease;
            -ms-transition: height 0.3s ease;
            -o-transition: height 0.3s ease;
            transition: height 0.3s ease;
        }

        .widget-tabs li a {
            display: block;
            color: #444444;
            padding: 10px 5px;
            min-width: 85px;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -ms-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            transition: color 0.3s ease;
        }

        .widget-tabs li.active:after {
            height: 3px;
        }

        .widget-tabs li.active a {
            color: #ff6e00;
        }

    .widget-tabs.style-2 li {
        font-size: 14px;
    }

        .widget-tabs.style-2 li a {
            color: #676c6e;
        }

        .widget-tabs.style-2 li.active a, .widget-tabs.style-2 li:hover a {
            color: #ff6e00;
        }

.widget-buttons {
    padding: 12px !important;
}

    .widget-buttons:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

.widget-map {
    position: relative;
}

    .widget-map .widget-header {
        position: relative;
        z-index: 10;
    }

    .widget-map .map-search {
        width: calc(100% - 70px);
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #ff6e00;
        position: absolute;
        bottom: 13px;
        left: 10px;
        z-index: 10;
        background: #FFFFFF url(/deweb/Themes/Poba/img/icons/icon-search.png) 94% center no-repeat;
        background-size: 17px;
        border: none;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        padding: 12px 42px 12px 16px;
        border-bottom: 2px solid #ff6e00;
    }

        .widget-map .map-search:focus {
            outline: none;
        }

.widget-transactions .btn-1, .widget-transactions-pfm .btn-1 {
    float: right;
    max-width: 360px;
    width: 100%;
}

.widget-transactions .table-btn.btn-retry, .widget-transactions-pfm .table-btn.btn-retry {
    height: 25px;
    float: left;
    padding: 0 5px;
    position: relative;
    top: 5px;
}

    .widget-transactions .table-btn.btn-retry i, .widget-transactions-pfm .table-btn.btn-retry i {
        width: 15px;
        height: 15px;
        margin-right: 0;
        top: -6px;
        background-size: 12px;
    }

.widget-transactions .custom-table .tag, .widget-transactions-pfm .custom-table .tag {
    top: 10px;
}

.widget-transactions .widget-header {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.map-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

    .map-wrapper #map-canvas {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.map-wrapper-side-modal {
    position: static;
    margin: -20px 0 30px;
}

#map-canvas-side-modal {
    width: 100%;
    height: 245px;
}

.infobox-wrapper {
    display: none;
    background: #FFFFFF;
}

.infobox {
    width: 270px;
    background: #ff6e00 url(/deweb/Themes/Poba/img/icons/icon-card-2.png) 87% center no-repeat;
    background-size: 30px;
    padding: 10px 15px;
    padding-right: 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .infobox .loc-title {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
        color: #FFFFFF;
        margin-bottom: 3px;
    }

    .infobox .loc-info {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 13px;
        line-height: 16px;
        color: #FFFFFF;
        letter-spacing: 0.5px;
        margin-bottom: 0;
    }

    .infobox img {
        width: 15px;
        height: 15px;
    }

    .infobox.bg-atm {
        background-image: url(/deweb/Themes/Poba/img/icons/icon-atm-1.png);
    }

    .infobox.bg-branch {
        background-image: url(/deweb/Themes/Poba/img/icons/icon-branch-1.png);
    }

.gm-style img {
    width: 15px;
    height: 15px;
}

.widget-exchange .widget-buttons.two-buttons:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}

.widget-exchange .btn-1 {
    float: left;
    width: 49%;
}

.widget-exchange .widget-buttons .btn-1:first-child {
    margin-right: 2%;
}

.actions-wrap {
    margin-top: 20px;
}

    .actions-wrap:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .actions-wrap .action-box {
        float: left;
        width: 50%;
        height: 162px;
        padding: 22px 25px 0 25px;
    }

    .actions-wrap .action-1, .actions-wrap .action-3 {
        border-right: 1px solid #f1f1f1;
    }

    .actions-wrap .action-1, .actions-wrap .action-2 {
        border-bottom: 1px solid #f1f1f1;
    }

    .actions-wrap .action-box a {
        display: block;
        font-size: 14px;
        font-weight: 700;
        color: #2d4050;
        text-transform: uppercase;
        text-align: center;
    }

    .actions-wrap .action-box i {
        display: block;
        width: 78px;
        height: 78px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        margin: 0 auto;
        background-color: #FFFFFF;
        margin-bottom: 15px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 78px;
        -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;
    }

    .actions-wrap .action-box span {
        display: block;
    }

    .actions-wrap .action-box:hover i {
        background-color: #FFFFFF;
    }

.action-box .icon-card-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-cards-o.png);
    background-size: 78px;
}

.action-box .icon-question {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-advice.png);
    background-size: 40px;
}

.action-box .icon-contact-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-contact-orange.png);
    background-size: 78px;
}

.action-box .icon-dashboard-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-home-1.png);
    background-size: 78px;
}

.action-box .icon-safe-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-money.png);
    background-size: 78px;
}

.action-box .icon-catalogue-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-products-orange.png);
    background-size: 78px;
}

.action-box .icon-question {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-advice-orange.png);
    background-size: 78px;
}

.action-box .icon-money-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-payments-orange.png);
    background-size: 78px;
}

.action-box .icon-exchange-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-exchange-orange.png);
    background-size: 78px;
}

.action-box .icon-balance-transfer {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-balance-orange.png);
    background-size: 78px;
}

.action-box .icon-credit-transfer {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-domestic-orange.png);
    background-size: 78px;
}

.action-box .icon-cross-border {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-foreign-orange.png);
    background-size: 78px;
}

.action-box .icon-drafts {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-templates-orange.png);
    background-size: 78px;
}

.action-box .icon-transfers {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-transfers-orange.png);
    background-size: 78px;
}

.action-box .icon-transactions {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-transactions-orange.png);
    background-size: 78px;
}

.action-box .icon-statements {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-statement-orange.png);
    background-size: 78px;
}

.action-box .icon-standing-orders {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-standing-orange.png);
    background-size: 78px;
}

.action-box .icon-accounts {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-account-orange.png);
    background-size: 78px;
}

.action-box .icon-direct-debit {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-direct-debit-orange.png);
    background-size: 78px;
}

.widget-advertising h2 {
    font-size: 42px;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #2d4050;
    letter-spacing: -2px;
    line-height: 40px;
}

.widget-advertising .promo {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-advertising .apps {
    position: absolute;
    top: 120px;
    right: 15px;
}

    .widget-advertising .apps li {
        margin-bottom: 5px;
    }

#page-footer {
    background: #FFFFFF;
    padding-top: 20px;
}

    #page-footer:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    #page-footer .lang-nav {
        float: left;
    }

        #page-footer .lang-nav:after {
            display: block;
            visibility: hidden;
            height: 0;
            clear: both;
            content: ".";
        }

        #page-footer .lang-nav li {
            float: left;
            margin-right: 30px;
        }

            #page-footer .lang-nav li span {
                font-family: "roboto", "geomanist", sans-serif;
                font-size: 14px;
                line-height: 24px;
                text-transform: uppercase;
                color: #2d4050;
            }

            #page-footer .lang-nav li.active a, #page-footer .lang-nav li:hover a {
                text-decoration: underline;
            }

    #page-footer .lang-flag {
        float: left;
        width: 24px;
        height: 24px;
        -webkit-border-radius: 10%;
        -moz-border-radius: 10%;
        -ms-border-radius: 10%;
        border-radius: 10%;
        overflow: hidden;
        margin-right: 10px;
    }

        #page-footer .lang-flag img {
            width: 100%;
        }

    #page-footer .copy {
        float: right;
        font-size: 14px;
        color: #2d4050;
    }

.widget-calendar .ui-widget.ui-widget-content, .widget-calendar .ui-widget-content {
    border: none;
}

.widget-calendar .ui-datepicker {
    width: 100%;
    padding: 30px 0px;
}

.widget-calendar table thead th {
    color: #2d4050;
}

.widget-calendar .ui-datepicker .ui-datepicker-title {
    font-size: 17px;
    font-family: inherit;
    margin-bottom: 20px;
}

.widget-calendar .ui-widget-content .ui-state-default {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    padding-top: 11px;
}

.widget-calendar .ui-state-default {
    border: none;
}

.widget-calendar .ui-widget-content .ui-state-default {
    border: none;
    color: #676c6e;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.widget-calendar .ui-priority-secondary, .widget-calendar .ui-widget-content .ui-priority-secondary, .widget-calendar .ui-widget-header .ui-priority-secondary {
    opacity: 1;
    color: #f1f1f1;
    -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;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.widget-calendar .ui-widget-content .ui-state-active {
    border-color: #ff6e00;
    background: #ff6e00;
    color: #FFFFFF;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.widget-calendar .ui-widget-content .ui-state-hover {
    border-color: #ff9a4d;
    background: #ff9a4d;
    color: #676c6e;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.widget-calendar .ui-datepicker .ui-datepicker-prev span, .widget-calendar .ui-datepicker .ui-datepicker-prev.ui-state-hover span {
    background: url(/deweb/Themes/Poba/img/icons/arrow-left-2.png) center center no-repeat;
    background-size: 6px;
    border: none;
}

.widget-calendar .ui-datepicker .ui-datepicker-next span, .widget-calendar .ui-datepicker .ui-datepicker-next.ui-state-hover span {
    background: url(/deweb/Themes/Poba/img/icons/arrow-right-2.png) center center no-repeat;
    background-size: 6px;
    border: none;
}

.widget-calendar .ui-datepicker td {
    text-align: center;
}

#page-footer .social {
    float: right;
}

    #page-footer .social li a {
        display: inline-block;
        height: 25px;
        text-indent: -9999px;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    #page-footer .social .icon-linkedin-2 {
        width: 15px;
        background-size: 15px;
    }

    #page-footer .social .icon-facebook-2 {
        width: 7px;
        background-size: 7px;
    }

    #page-footer .social .icon-twitter-2 {
        width: 17px;
        background-size: 17px;
        background-position: center 2px;
    }

/* Payment between accounts ----------------------------------------------------------------------------------------------- */
.account-row {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

    .account-row.account-bg-1 {
        background: #2F333A url(/deweb/Themes/Poba/img/bg/acc-bg-2.png) center top no-repeat;
        background-size: cover;
    }

    .account-row.account-bg-2 {
        background: #2F333A url(/deweb/Themes/Poba/img/bg/acc-bg-3.png) center top no-repeat;
        background-size: cover;
    }

    .account-row.account-bg-3 {
        background: rgba(68, 68, 68, 0.8) url(/deweb/Themes/Poba/img/bg/acc-bg-4.png) center center no-repeat;
        background-size: cover;
    }

    .account-row .title-1 {
        width: 850px;
        text-align: left;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .account-row .swiper-pagination-1, .account-row .swiper-pagination-2 {
        display: none;
        position: absolute;
        bottom: 17px;
        width: 100%;
        text-align: center;
        z-index: 50;
    }

    .account-row .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        background: transparent;
        border: 2px solid #FFFFFF;
        opacity: 1;
        margin: 0 4px;
    }

    .account-row .swiper-pagination-bullet-active {
        background: #FFFFFF;
    }

    .account-row .swiper-button-prev, .account-row .swiper-button-next {
        width: 50px;
        height: 50px;
        top: 110px;
    }

    .account-row .swiper-button-prev {
        left: 50%;
        margin-left: -550px;
        background: #FFFFFF url(/deweb/Themes/Poba/img/icons/arrow-left-1.png) center center no-repeat;
    }

    .account-row .swiper-button-next {
        right: 50%;
        margin-right: -550px;
        background: #FFFFFF url(/deweb/Themes/Poba/img/icons/arrow-right-1.png) center center no-repeat;
    }

    .account-row .swiper-slide {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .account-row .swiper-slide-active {
        opacity: 1;
    }

    .account-row .account-box {
        text-align: center;
        padding: 15px;
    }

        .account-row .account-box .acc-img {
            width: 70px;
            height: 70px;
        }

        .account-row .account-box .account-main {
            display: inline-block;
            padding-left: 85px;
            padding-top: 10px;
        }

        .account-row .account-box .acc-nr, .account-row .account-box .acc-name {
            text-align: left;
        }

        .account-row .account-box .main-balance p {
            font-size: 48px;
        }

        .account-row .account-box .select-2 {
            margin-right: 110px;
        }

            .account-row .account-box .select-2 div.fancy-select div.trigger {
                padding: 9px 30px 9px 15px;
            }

                .account-row .account-box .select-2 div.fancy-select div.trigger:after {
                    top: 18px;
                }

            .account-row .account-box .select-2 div.fancy-select ul.options {
                top: 41px;
            }

        .account-row .account-box .main-balance {
            display: inline-block;
        }

            .account-row .account-box .main-balance .acc-balance-txt {
                width: 100%;
                float: left;
                font-family: "roboto", "geomanist", sans-serif;
                font-size: 11px;
                font-weight: 400;
                color: #cfd0d2;
                text-align: center;
                text-transform: uppercase;
            }

    .account-row .account-single {
        max-width: 920px;
        width: 94%;
        margin: 0 auto;
    }

        .account-row .account-single .account-box {
            padding: 15px 20px;
        }

            .account-row .account-single .account-box:after {
                display: block;
                visibility: hidden;
                height: 0;
                clear: both;
                content: ".";
            }

        .account-row .account-single .title-1 {
            float: left;
            text-align: left;
            width: 100%;
            margin-bottom: 25px;
        }

            .account-row .account-single .title-1 span:after {
                width: 36px;
            }

        .account-row .account-single .account-box .acc-nr {
            text-align: left;
        }

        .account-row .account-single .account-box .acc-name {
            text-align: left;
            font-size: 36px;
            line-height: 40px;
            margin-bottom: 0;
            white-space: normal;
        }

        .account-row .account-single .account-box .account-main {
            float: left;
            width: 50%;
            padding-top: 5px;
            margin-bottom: 0;
        }

        .account-row .account-single .account-box .main-balance {
            float: left;
            width: 50%;
            padding-top: 5px;
            margin-bottom: 0;
        }

            .account-row .account-single .account-box .main-balance p {
                float: none;
                text-align: right;
            }

        .account-row .account-single .account-box .acc-balance-txt {
            font-family: "roboto", "geomanist", sans-serif;
            font-size: 14px;
            line-height: 18px;
            color: #676c6e;
            font-weight: 400;
            text-align: right;
            padding-right: 146px;
            margin-bottom: 0px;
        }

        .account-row .account-single .account-box .main-balance .balance {
            font-size: 36px;
            line-height: 40px;
            margin-bottom: 0;
        }

            .account-row .account-single .account-box .main-balance .balance span {
                font-size: 14px;
            }

    .account-row .slider-tabs {
        position: relative;
        top: 25px;
    }

.steps {
    text-align: center;
    margin-bottom: 20px;
}

    .steps li {
        display: inline-block;
        width: 30px;
        height: 30px;
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 12px;
        line-height: 30px;
        font-weight: 700;
        color: #FFFFFF;
        background: #cfd0d2;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap;
        margin: 0 4px;
    }

        .steps li span {
            display: none;
        }

        .steps li.active {
            width: auto;
            height: auto;
            padding: 0 15px;
            color: #FFFFFF;
            background: #ff6e00;
        }

            .steps li.active span {
                display: inline-block;
            }

.main-content {
    width: 94%;
    max-width: 1170px;
    padding: 25px 0;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

    .main-content h2 {
        font-size: 30px;
        font-weight: 300;
    }

        .main-content h2 i {
            display: inline-block;
            float: left;
            width: 40px;
            height: 40px;
            background-repeat: no-repeat;
            background-position: center center;
            margin-right: 8px;
            border: none !important;
        }

    .main-content.content-full {
        max-width: 1170px;
    }

.content-white {
    background: #FFFFFF;
    border: 1px solid #cfd0d2;
    padding: 25px 40px;
    margin-bottom: 25px;
}

    .content-white .title-2 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

.widget-slat {
    margin-bottom: 20px;
}

    .widget-slat:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .widget-slat .col-left {
        width: 31%;
        float: left;
        margin-right: 4%;
    }

        .widget-slat .col-left h2 {
            margin-bottom: 20px;
        }

    .widget-slat .col-right {
        width: 65%;
        float: left;
    }

        .widget-slat .col-right .content {
            margin-bottom: 60px;
        }

            .widget-slat .col-right .content p {
                font-family: "roboto", "geomanist", sans-serif;
                font-size: 16px;
                color: #676c6e;
            }

                .widget-slat .col-right .content p span {
                    color: #209ac7;
                }

    .widget-slat h3 {
        position: relative;
        margin-bottom: 30px;
    }

        .widget-slat h3:before {
            content: '';
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: -10px;
            left: 0;
            background: #ff6e00;
        }

    .widget-slat .col-left p {
        font-size: 14px;
        color: #444444;
        line-height: 18px;
    }

        .widget-slat .col-left p span {
            color: #209ac7;
        }

    .widget-slat .plain-list {
        margin-bottom: 40px;
    }

.links-list {
    border-top: 1px solid #cfd0d2;
    margin-bottom: 40px;
}

    .links-list a {
        display: block;
        font-size: 14px;
        color: #ff6e00;
        font-weight: 700;
        border-bottom: 1px solid #cfd0d2;
        position: relative;
        padding: 15px 15px 15px 0;
        background: #FFFFFF;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .links-list a:after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 0 4px 5px;
            border-color: transparent transparent transparent #ff6e00;
            position: absolute;
            top: 50%;
            margin-top: -4px;
            right: 7px;
            -webkit-transition: right 0.3s ease;
            -moz-transition: right 0.3s ease;
            -ms-transition: right 0.3s ease;
            -o-transition: right 0.3s ease;
            transition: right 0.3s ease;
        }

        .links-list a:hover {
            background: #f0fbff;
            padding-left: 10px;
        }

            .links-list a:hover:after {
                right: 2px;
            }

.custom-form .input-select:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}

.custom-form .input-select .input-1 {
    width: calc(100% - 92px);
    float: left;
    text-align: right;
    font-weight: 700;
}

.custom-form .input-select .select-1 {
    float: right;
    width: 82px;
}

.custom-form .input-select .select-3 {
    float: right;
    width: 82px;
}

    .custom-form .input-select .select-3 .dk-selected {
        padding: 1.4rem 2.5rem 1.1rem 1.2rem;
        font-size: 14px;
        font-weight: 700;
    }

    .custom-form .input-select .select-3 .dk-option {
        font-size: 14px;
    }

.custom-form .dk-select-disabled {
    opacity: 0.5 !important;
}

.custom-form .input-select .select-3 select {
    padding: 0;
    font-size: 14px;
    padding: 1rem 2rem 1rem 1.2rem;
    font-weight: 700;
}

.custom-form .input-select .select-1 .dd-selected-text {
    font-size: 14px;
    font-weight: 600;
}

.custom-form .input-select .select-1 .dd-selected {
    padding: 12px;
}

.custom-form .input-select .select-1 .dd-option {
    font-size: 14px;
    font-weight: 600;
    padding-left: 12px;
}

.custom-form .input-select .error-msg {
    float: left;
    width: 100%;
    padding-right: 92px;
}

.custom-form .date-wrap {
    position: relative;
    max-width: 220px;
}

    .custom-form .date-wrap.full-width {
        max-width: none;
    }

    .custom-form .date-wrap:before {
        content: '';
        width: 20px;
        height: 21px;
        position: absolute;
        top: 10px;
        right: 10px;
        background: url(/deweb/Themes/Poba/img/icons/icon-calendar-1.png) 0 0 no-repeat;
        background-size: 20px;
        z-index: 1;
    }

    .custom-form .date-wrap.light:before {
        content: '';
        width: 20px;
        height: 21px;
        position: absolute;
        top: 10px;
        right: 10px;
        background: url(/deweb/Themes/Poba/img/icons/icon-calendar-2.png) 0 0 no-repeat;
        background-size: 20px;
        z-index: 1;
    }

.custom-form .date-checkbox .date-wrap {
    float: left;
    width: 250px;
    margin-right: 35px;
}

.custom-form .date-checkbox .checkbox-wrap {
    float: left;
}

.custom-form .input-icon-wrap:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}

.custom-form .input-icon-wrap .input-1 {
    width: calc(100% - 55px);
    float: left;
}

.custom-form .input-icon-wrap .input-icon {
    display: inline-block;
    float: right;
    width: 39px;
    height: 39px;
    background-color: #FFFFFF;
    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;
}

    .custom-form .input-icon-wrap .input-icon:hover {
        background-color: white;
    }

    .custom-form .input-icon-wrap .input-icon.icon-book-1 {
        background-size: 18px;
    }

.custom-form .checkbox-wrap-2 {
    display: inline-block;
}

    .custom-form .checkbox-wrap-2 .checkbox-2 {
        display: block;
        float: left;
    }

    .custom-form .checkbox-wrap-2 .checkbox-label-2 {
        display: block;
        float: left;
        padding-top: 11px;
        margin-left: 15px;
        margin-bottom: 10px;
    }

.custom-form .group-inner.error .dk-selected {
    border: 2px solid #ff0202;
}

.grey-input {
    background-color: grey;
    color: white;
}

.orange-input {
    background-color: #ff6e00;
    color: white;
}

.widget .widget-inner {
    position: relative;
}

.loader-wrap {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.cssload-container {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.notification {
    padding: 20px 25px 30px 25px;
    position: relative;
}

    .notification p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        text-align: center;
        color: #FFFFFF;
        text-transform: uppercase;
    }

        .notification p a {
            text-decoration: underline;
            color: #FFFFFF;
        }

    .notification i {
        display: inline-block;
        width: 24px;
        height: 24px;
        background-size: 24px;
        margin-right: 10px;
        position: relative;
        top: 5px;
    }

    .notification .close-btn {
        display: inline-block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -4px;
        background: url(/deweb/Themes/Poba/img/icons/icon-close-1.png);
        background-size: 8px;
    }

    .notification.green {
        background: #60c454;
    }

    .notification.red {
        background: #9b0000;
    }

    .notification.yellow {
        background: #FFCC00;
    }

.payment-widget, .pfm-post-v2 {
    position: relative;
}

    .payment-widget h2, .pfm-post-v2 h2 {
        width: 33%;
        margin-bottom: 50px;
    }

    .payment-widget .steps, .pfm-post-v2 .steps {
        position: absolute;
        left: 35%;
        top: 30px;
    }

    .payment-widget .links-list, .pfm-post-v2 .links-list {
        margin-top: 25px;
    }

.plain-list {
    margin-bottom: 60px;
}

    .plain-list div {
        border-bottom: 1px solid #cfd0d2;
        margin-bottom: 25px;
    }

        .plain-list div:after {
            display: block;
            visibility: hidden;
            height: 0;
            clear: both;
            content: ".";
        }

    .plain-list p {
        line-height: 20px;
        margin-bottom: 4px;
    }

    .plain-list a {
        color: #ff6e00;
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.1px;
        display: block;
        padding: 15px 0;
    }

    .plain-list .link-row {
        padding: 0 15px 0 0;
        position: relative;
    }

        .plain-list .link-row .value-description {
            font-weight: 400 !important;
        }

        .plain-list .link-row:after {
            content: "";
            width: 5px;
            height: 8px;
            display: block;
            background: url(/deweb/Themes/Poba/img/icons/arrow-right-2.png) no-repeat center center;
            background-size: 5px;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .plain-list .link-row:hover:after {
            right: 10px;
        }

        .plain-list .link-row .value-description {
            font-size: 18px;
            color: #ff6e00;
            font-weight: 400;
        }

    .plain-list .value-description {
        font-size: 18px;
        color: #ff6e00;
        font-weight: 400;
    }

        .plain-list .link-row .value-description span, .plain-list .value-description span {
            display: block;
            font-size: 14px;
            text-transform: uppercase;
            color: #676c6e;
        }

        .plain-list .link-row .value-description .data, .plain-list .value-description .data {
            text-transform: none;
        }

    .plain-list .key, #BlockadeFee span {
        float: left;
        font-size: 14px;
        text-transform: uppercase;
        color: #444444;
    }

    .plain-list .value {
        font-size: 18px;
        color: #ff6e00;
        float: right;
        text-align: right;
    }

        .plain-list .value.color-2 {
            color: #60c454;
        }

        .plain-list .value.color-3 {
            color: #eb0255;
        }

        .plain-list .value.icon-value {
            margin-bottom: 10px;
        }

            .plain-list .value.icon-value i {
                width: 30px;
                height: 30px;
                display: inline-block;
                margin-bottom: -8px;
            }

    .plain-list .key-value-link {
        position: absolute;
        right: 25px;
    }

        .plain-list .key-value-link a {
            padding: unset;
            border-color: transparent transparent transparent #ff6e00;
            border-style: solid;
            border-width: 4px 0 4px 5px;
            margin-top: 6px;
            padding: 0px;
        }

        .plain-list .key-value-link img {
            height: 15px;
            width: 15px;
        }

    .plain-list .plain-list-link {
        margin: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .plain-list .plain-list-link:hover {
            background: #f0fbff;
        }

    .plain-list .action-pointer {
        padding-right: 15px;
        overflow: hidden;
        position: relative;
    }

        .plain-list .action-pointer:after {
            content: "";
            width: 5px;
            height: 8px;
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -4px;
            background: url(/deweb/Themes/Poba/img/icons/arrow-right-2.png) no-repeat center center;
            background-size: 5px;
            visibility: visible;
        }

    .plain-list .tag.up, .plain-list .tag.down {
        padding-right: 20px;
    }

    .plain-list .tag.up {
        background: url(/deweb/Themes/Poba/img/icons/arrow-top-2.png) no-repeat right center;
        background-size: 11px;
    }

    .plain-list .tag.down {
        background: url(/deweb/Themes/Poba/img/icons/arrow-bottom-3.png) no-repeat right center;
        background-size: 11px;
    }

    .plain-list.border-top {
        padding-top: 25px;
        border-top: 1px solid #cfd0d2;
    }

#ConvertedPermFee, #ConvertedTempFee {
    display: none;
}

.side-modal-account-options h3 {
    margin-bottom: 10px !important;
    margin-top: 30px;
}

.side-modal-account-options a {
    border-bottom: 1px solid #f1f1f1;
}

    .side-modal-account-options a:hover {
        background: #f0fbff;
        padding-left: 10px;
    }

    .side-modal-account-options a:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 5px;
        border-color: transparent transparent transparent #ff6e00;
        position: absolute;
        margin-top: 2px;
        right: 7px;
        -webkit-transition: right 0.3s ease;
        -moz-transition: right 0.3s ease;
        -ms-transition: right 0.3s ease;
        -o-transition: right 0.3s ease;
        transition: right 0.3s ease;
    }

.icon-traveling {
    background: url(/deweb/Themes/Poba/img/icons/icon-traveling.png) no-repeat center center;
    background-size: 30px;
}

.plain-list.no-mb {
    margin-bottom: 0;
}

.payment-list .button-wrap {
    padding: 10px;
    text-align: right;
}

.payment-list .btn-1 {
    display: inline-block;
    width: auto;
    min-width: 350px;
}

/* PFM ----------------------------------------------------------------------------------------------- */
.pfm-post-v2 .uk-width-1-1.width-70 {
    width: 70%;
}

.pfm-post-v2 .uk-width-1-1 .group-inner .label-1 {
    text-transform: none;
    font-weight: 500;
    padding-bottom: 20px;
    font-size: 15px;
    color: #676c6e;
}

.pfm-post-v2 .widget-slat .col-right .content {
    margin-bottom: 40px;
}

.pfm-post-v2 .widget-slat .col-left p {
    line-height: 30px;
}

.pfm .pfm-notification .description p {
    float: left;
}

.pfm .pfm-notification .notification-condition {
    float: left;
    margin-top: -10px;
    width: 50px;
}

.pfm .pfm-notification .special-notif {
    color: #209ac7;
    font-weight: 600;
    font-size: 15px;
    margin-top: 15px;
}

.pfm .widget-buttons {
    width: 60%;
    margin: auto;
    margin-top: 15px;
}

.pfm-transactions-list .widget > .container, .widget-transactions-pfm .widget > .container, .pfm-financial-calendar .widget > .container, .pfm-financial-treemap .widget > .container, .pfm-financial-donut .widget > .container, .pfm-financial-bar .widget > .container {
    padding-bottom: 0px;
    width: 100%;
}

.pfm-transactions-list .widget, .widget-transactions-pfm .widget, .pfm-financial-calendar .widget, .pfm-financial-treemap .widget, .pfm-financial-donut .widget, .pfm-financial-bar .widget {
    border: none;
}

.pfm-transactions-list .table-head .head-txt-1, .widget-transactions-pfm .table-head .head-txt-1, .pfm-financial-calendar .table-head .head-txt-1, .pfm-financial-treemap .table-head .head-txt-1, .pfm-financial-donut .table-head .head-txt-1, .pfm-financial-bar .table-head .head-txt-1 {
    text-align: left;
}

.pfm-transactions-list .table-row, .widget-transactions-pfm .table-row, .pfm-financial-calendar .table-row, .pfm-financial-treemap .table-row, .pfm-financial-donut .table-row, .pfm-financial-bar .table-row {
    cursor: pointer;
}

.pfm-transactions-list .custom-table .order-icon, .widget-transactions-pfm .custom-table .order-icon, .pfm-financial-calendar .custom-table .order-icon, .pfm-financial-treemap .custom-table .order-icon, .pfm-financial-donut .custom-table .order-icon, .pfm-financial-bar .custom-table .order-icon {
    position: absolute;
    top: 15px;
    right: 10px;
}

.pfm-transactions-list .widget-actions.widget-corner, .widget-transactions-pfm .widget-actions.widget-corner, .pfm-financial-calendar .widget-actions.widget-corner, .pfm-financial-treemap .widget-actions.widget-corner, .pfm-financial-donut .widget-actions.widget-corner, .pfm-financial-bar .widget-actions.widget-corner {
    top: 0px;
    right: 0px;
}

.pfm-transactions-list .widget-actions .widget-options, .widget-transactions-pfm .widget-actions .widget-options, .pfm-financial-calendar .widget-actions .widget-options, .pfm-financial-treemap .widget-actions .widget-options, .pfm-financial-donut .widget-actions .widget-options, .pfm-financial-bar .widget-actions .widget-options {
    margin-top: 0px;
    padding: 0 0;
}

.pfm-transactions-list .widget-options .trigger-3, .widget-transactions-pfm .widget-options .trigger-3, .pfm-financial-calendar .widget-options .trigger-3, .pfm-financial-treemap .widget-options .trigger-3, .pfm-financial-donut .widget-options .trigger-3, .pfm-financial-bar .widget-options .trigger-3 {
    padding: 20px 25px;
    background: #eb0255;
    z-index: 60;
    position: relative;
    cursor: pointer;
}

    .pfm-transactions-list .widget-options .trigger-3 li, .widget-transactions-pfm .widget-options .trigger-3 li, .pfm-financial-calendar .widget-options .trigger-3 li, .pfm-financial-treemap .widget-options .trigger-3 li, .pfm-financial-donut .widget-options .trigger-3 li, .pfm-financial-bar .widget-options .trigger-3 li {
        width: 4px;
        height: 4px;
        background: #FFFFFF;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        margin-bottom: 2px;
    }

.pfm-transactions-list .widget-actions .options-list, .widget-transactions-pfm .widget-actions .options-list, .pfm-financial-calendar .widget-actions .options-list, .pfm-financial-treemap .widget-actions .options-list, .pfm-financial-donut .widget-actions .options-list, .pfm-financial-bar .widget-actions .options-list {
    top: 0px;
}

.pfm-transactions-list .widget-actions .options-list-2, .widget-transactions-pfm .widget-actions .options-list-2, .pfm-financial-calendar .widget-actions .options-list-2, .pfm-financial-treemap .widget-actions .options-list-2, .pfm-financial-donut .widget-actions .options-list-2, .pfm-financial-bar .widget-actions .options-list-2 {
    min-width: 280px;
}

    .pfm-transactions-list .widget-actions .options-list-2 li a, .widget-transactions-pfm .widget-actions .options-list-2 li a, .pfm-financial-calendar .widget-actions .options-list-2 li a, .pfm-financial-treemap .widget-actions .options-list-2 li a, .pfm-financial-donut .widget-actions .options-list-2 li a, .pfm-financial-bar .widget-actions .options-list-2 li a {
        font-weight: 500;
    }

        .pfm-transactions-list .widget-actions .options-list-2 li a:hover, .widget-transactions-pfm .widget-actions .options-list-2 li a:hover, .pfm-financial-calendar .widget-actions .options-list-2 li a:hover, .pfm-financial-treemap .widget-actions .options-list-2 li a:hover, .pfm-financial-donut .widget-actions .options-list-2 li a:hover, .pfm-financial-bar .widget-actions .options-list-2 li a:hover {
            background-color: #f1f1f1;
            color: #2F333A;
        }

    .pfm-transactions-list .widget-actions .options-list-2 .active, .widget-transactions-pfm .widget-actions .options-list-2 .active, .pfm-financial-calendar .widget-actions .options-list-2 .active, .pfm-financial-treemap .widget-actions .options-list-2 .active, .pfm-financial-donut .widget-actions .options-list-2 .active, .pfm-financial-bar .widget-actions .options-list-2 .active {
        background-image: url(/deweb/Themes/Poba/img/icons/icon-check-7.png);
    }

.pfm-transactions-list .custom-table .text-7, .widget-transactions-pfm .custom-table .text-7, .pfm-financial-calendar .custom-table .text-7, .pfm-financial-treemap .custom-table .text-7, .pfm-financial-donut .custom-table .text-7, .pfm-financial-bar .custom-table .text-7 {
    padding-top: 8px;
}

.pfm-transactions-list .custom-table .text-3, .widget-transactions-pfm .custom-table .text-3, .pfm-financial-calendar .custom-table .text-3, .pfm-financial-treemap .custom-table .text-3, .pfm-financial-donut .custom-table .text-3, .pfm-financial-bar .custom-table .text-3 {
    margin-right: 30px;
}

.pfm-transactions-list .trigger-2, .widget-transactions-pfm .trigger-2, .pfm-financial-calendar .trigger-2, .pfm-financial-treemap .trigger-2, .pfm-financial-donut .trigger-2, .pfm-financial-bar .trigger-2 {
    position: absolute;
    right: 0px;
    top: 6px;
    padding: 10px 10px 10px 20px;
}

    .pfm-transactions-list .trigger-2 li, .widget-transactions-pfm .trigger-2 li, .pfm-financial-calendar .trigger-2 li, .pfm-financial-treemap .trigger-2 li, .pfm-financial-donut .trigger-2 li, .pfm-financial-bar .trigger-2 li {
        width: 4px;
        height: 4px;
        display: block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: #b6b6b6;
        margin-bottom: 3px;
    }

.pfm-transactions-list .split, .widget-transactions-pfm .split, .pfm-financial-calendar .split, .pfm-financial-treemap .split, .pfm-financial-donut .split, .pfm-financial-bar .split {
    display: inline-block;
    width: 100%;
    border: 1px #FFFFFF solid;
    text-align: left;
    padding: 10px 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .pfm-transactions-list .split p, .widget-transactions-pfm .split p, .pfm-financial-calendar .split p, .pfm-financial-treemap .split p, .pfm-financial-donut .split p, .pfm-financial-bar .split p {
        color: #FFFFFF;
        font-size: 13px;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    .pfm-transactions-list .split:after, .widget-transactions-pfm .split:after, .pfm-financial-calendar .split:after, .pfm-financial-treemap .split:after, .pfm-financial-donut .split:after, .pfm-financial-bar .split:after {
        content: "";
        background: url("/deweb/Themes/Poba/img/icons/spliting-icon.png") no-repeat;
        display: inline-block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 30px;
        top: 20px;
    }

    .pfm-transactions-list .split:hover, .widget-transactions-pfm .split:hover, .pfm-financial-calendar .split:hover, .pfm-financial-treemap .split:hover, .pfm-financial-donut .split:hover, .pfm-financial-bar .split:hover {
        background: #209ac7;
    }

        .pfm-transactions-list .split:hover p, .widget-transactions-pfm .split:hover p, .pfm-financial-calendar .split:hover p, .pfm-financial-treemap .split:hover p, .pfm-financial-donut .split:hover p, .pfm-financial-bar .split:hover p {
            color: #FFFFFF;
        }

        .pfm-transactions-list .split:hover:after, .widget-transactions-pfm .split:hover:after, .pfm-financial-calendar .split:hover:after, .pfm-financial-treemap .split:hover:after, .pfm-financial-donut .split:hover:after, .pfm-financial-bar .split:hover:after {
            background: url("/deweb/Themes/Poba/img/icons/spliting-icon-2.png") no-repeat;
        }

.pfm-transactions-list .dropdown-1 .main-content .widget, .widget-transactions-pfm .dropdown-1 .main-content .widget, .pfm-financial-calendar .dropdown-1 .main-content .widget, .pfm-financial-treemap .dropdown-1 .main-content .widget, .pfm-financial-donut .dropdown-1 .main-content .widget, .pfm-financial-bar .dropdown-1 .main-content .widget {
    margin-bottom: 0px;
}

.pfm-transactions-list .dropdown-1 .widget-select-group, .widget-transactions-pfm .dropdown-1 .widget-select-group, .pfm-financial-calendar .dropdown-1 .widget-select-group, .pfm-financial-treemap .dropdown-1 .widget-select-group, .pfm-financial-donut .dropdown-1 .widget-select-group, .pfm-financial-bar .dropdown-1 .widget-select-group {
    margin-top: 0px;
    margin-bottom: 0px;
}

    .pfm-transactions-list .dropdown-1 .widget-select-group .group-icon-selected, .widget-transactions-pfm .dropdown-1 .widget-select-group .group-icon-selected, .pfm-financial-calendar .dropdown-1 .widget-select-group .group-icon-selected, .pfm-financial-treemap .dropdown-1 .widget-select-group .group-icon-selected, .pfm-financial-donut .dropdown-1 .widget-select-group .group-icon-selected, .pfm-financial-bar .dropdown-1 .widget-select-group .group-icon-selected {
        width: 17px;
        height: 17px;
    }

        .pfm-transactions-list .dropdown-1 .widget-select-group .group-icon-selected img, .widget-transactions-pfm .dropdown-1 .widget-select-group .group-icon-selected img, .pfm-financial-calendar .dropdown-1 .widget-select-group .group-icon-selected img, .pfm-financial-treemap .dropdown-1 .widget-select-group .group-icon-selected img, .pfm-financial-donut .dropdown-1 .widget-select-group .group-icon-selected img, .pfm-financial-bar .dropdown-1 .widget-select-group .group-icon-selected img {
            width: 17px;
            height: 17px;
        }

    .pfm-transactions-list .dropdown-1 .widget-select-group .group-icon-selected, .widget-transactions-pfm .dropdown-1 .widget-select-group .group-icon-selected, .pfm-financial-calendar .dropdown-1 .widget-select-group .group-icon-selected, .pfm-financial-treemap .dropdown-1 .widget-select-group .group-icon-selected, .pfm-financial-donut .dropdown-1 .widget-select-group .group-icon-selected, .pfm-financial-bar .dropdown-1 .widget-select-group .group-icon-selected {
        top: 9px;
    }

.pfm-transactions-list .dropdown-1 .widget-select-group, .widget-transactions-pfm .dropdown-1 .widget-select-group, .pfm-financial-calendar .dropdown-1 .widget-select-group, .pfm-financial-treemap .dropdown-1 .widget-select-group, .pfm-financial-donut .dropdown-1 .widget-select-group, .pfm-financial-bar .dropdown-1 .widget-select-group {
    padding: 0;
    padding-right: 0;
}

.pfm-transactions-list .dropdown-1 .group-selected, .widget-transactions-pfm .dropdown-1 .group-selected, .pfm-financial-calendar .dropdown-1 .group-selected, .pfm-financial-treemap .dropdown-1 .group-selected, .pfm-financial-donut .dropdown-1 .group-selected, .pfm-financial-bar .dropdown-1 .group-selected {
    padding: 10px 20px;
}

    .pfm-transactions-list .dropdown-1 .group-selected:before, .widget-transactions-pfm .dropdown-1 .group-selected:before, .pfm-financial-calendar .dropdown-1 .group-selected:before, .pfm-financial-treemap .dropdown-1 .group-selected:before, .pfm-financial-donut .dropdown-1 .group-selected:before, .pfm-financial-bar .dropdown-1 .group-selected:before {
        right: 20px;
    }

.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-0 {
    padding: 0 0 0 0;
}

.pfm-transactions-list .dropdown-1 .group-info, .widget-transactions-pfm .dropdown-1 .group-info, .pfm-financial-calendar .dropdown-1 .group-info, .pfm-financial-treemap .dropdown-1 .group-info, .pfm-financial-donut .dropdown-1 .group-info, .pfm-financial-bar .dropdown-1 .group-info {
    padding-left: 30px;
}

.pfm-transactions-list .dropdown-1 .widget-select-group .group-name-selected, .widget-transactions-pfm .dropdown-1 .widget-select-group .group-name-selected, .pfm-financial-calendar .dropdown-1 .widget-select-group .group-name-selected, .pfm-financial-treemap .dropdown-1 .widget-select-group .group-name-selected, .pfm-financial-donut .dropdown-1 .widget-select-group .group-name-selected, .pfm-financial-bar .dropdown-1 .widget-select-group .group-name-selected {
    font-size: 13px !important;
    text-transform: uppercase;
}

.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;
}

.pfm-transactions-list .dropdown-1 .widget-select-group .group-name, .widget-transactions-pfm .dropdown-1 .widget-select-group .group-name, .pfm-financial-calendar .dropdown-1 .widget-select-group .group-name, .pfm-financial-treemap .dropdown-1 .widget-select-group .group-name, .pfm-financial-donut .dropdown-1 .widget-select-group .group-name, .pfm-financial-bar .dropdown-1 .widget-select-group .group-name {
    font-size: 13px !important;
    text-transform: uppercase;
}

.pfm-transactions-list .dropdown-1 .content ul li, .widget-transactions-pfm .dropdown-1 .content ul li, .pfm-financial-calendar .dropdown-1 .content ul li, .pfm-financial-treemap .dropdown-1 .content ul li, .pfm-financial-donut .dropdown-1 .content ul li, .pfm-financial-bar .dropdown-1 .content ul li {
    font-size: 13px !important;
}

.pfm-transactions-list .widget-options, .widget-transactions-pfm .widget-options, .pfm-financial-calendar .widget-options, .pfm-financial-treemap .widget-options, .pfm-financial-donut .widget-options, .pfm-financial-bar .widget-options {
    position: unset;
}

#pfm-transaction-detail .map-wrapper-side-modal {
    position: static;
    margin: 11px 0 30px;
}

#pfm-transaction-detail .content-inner .title-1 {
    margin-bottom: 10px;
}

#pfm-transaction-detail .mCSB_inside > .mCSB_container {
    margin-right: 20px;
}

#pfm-transaction-detail .mCustomScrollBox .mCSB_scrollTools {
    position: absolute;
    width: 3px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    #pfm-transaction-detail .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar {
        width: 3px;
        top: 0px;
        background: #676c6e;
        opacity: 0.5;
    }

    #pfm-transaction-detail .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_draggerRail {
        width: 7px;
        background: #FFFFFF;
        bottom: 1px;
    }

#pfm-transaction-detail .mCustomScrollBox:hover .mCSB_scrollTools {
    opacity: 1;
}

#pfm-transaction-detail .value span {
    position: absolute;
    margin-top: -13px;
    background: #209ac7;
    padding: 3px 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #FFFFFF;
    font-weight: 500;
    right: 2px;
    font-family: "roboto", "geomanist", sans-serif;
    text-transform: uppercase;
}

#pfm-transaction-detail .pad-right {
    padding-right: 40px;
}

.widget-transactions-pfm .full-btn {
    max-width: 100%;
}

.widget-transactions-pfm .widget-tabs li a {
    color: #b6b6b6;
}

    .widget-transactions-pfm .widget-tabs li a:hover {
        color: #209ac7;
    }

.widget-transactions-pfm .widget-tabs .active a {
    color: #209ac7;
}

.widget-transactions-pfm .widget-grid .widget {
    padding: 10px 20px;
    padding-right: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 94%;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 10px;
}

.widget-transactions-pfm .widget-select-group {
    padding: 10px 20px;
    padding-right: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 94%;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 10px;
}

    .widget-transactions-pfm .widget-select-group .group-select {
        background: #209ac7;
    }

.widget-transactions-pfm .widget-buttons {
    padding: 7px;
}

.widget-transactions-pfm .overflow {
    overflow: visible;
}

.pfm-financial-calendar .widget-options, .pfm-financial-treemap .widget-options, .pfm-financial-donut .widget-options, .pfm-financial-bar .widget-options {
    padding: 0 0;
    margin-top: 0;
}

.pfm-financial-calendar .trigger-6, .pfm-financial-treemap .trigger-6, .pfm-financial-donut .trigger-6, .pfm-financial-bar .trigger-6 {
    font-size: 25px;
    display: block;
    background: #eb0255;
    color: #FFFFFF;
    padding: 7px 15px;
    z-index: 60;
    position: relative;
    cursor: pointer;
}

.pfm-financial-calendar .calendar-tools, .pfm-financial-treemap .calendar-tools, .pfm-financial-donut .calendar-tools, .pfm-financial-bar .calendar-tools {
    height: 80px;
    width: 100%;
    border-top: 2px solid #f1f1f1;
    padding: 14px 20px 0px 20px;
}

    .pfm-financial-calendar .calendar-tools .month-prev, .pfm-financial-calendar .calendar-tools .month-next {
        display: block;
        width: 37px;
        height: 37px;
        border: 1px solid #f1f1f1;
        content: "";
        float: right;
        background: url(/deweb/Themes/Poba/img/icons/arrows-sprite-1.png) no-repeat;
        background-position-y: 13px;
        background-position-x: 10px;
        background-size: 15px;
        cursor: pointer;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .pfm-financial-treemap .calendar-tools .month-prev, .pfm-financial-treemap .calendar-tools .month-next {
        display: block;
        width: 37px;
        height: 37px;
        border: 1px solid #f1f1f1;
        content: "";
        float: right;
        background: url(/deweb/Themes/Poba/img/icons/arrows-sprite-1.png) no-repeat;
        background-position-y: 13px;
        background-position-x: 10px;
        background-size: 15px;
        cursor: pointer;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .pfm-financial-donut .calendar-tools .month-prev, .pfm-financial-donut .calendar-tools .month-next {
        display: block;
        width: 37px;
        height: 37px;
        border: 1px solid #f1f1f1;
        content: "";
        float: right;
        background: url(/deweb/Themes/Poba/img/icons/arrows-sprite-1.png) no-repeat;
        background-position-y: 13px;
        background-position-x: 10px;
        background-size: 15px;
        cursor: pointer;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .pfm-financial-bar .calendar-tools .month-prev, .pfm-financial-bar .calendar-tools .month-next {
        display: block;
        width: 37px;
        height: 37px;
        border: 1px solid #f1f1f1;
        content: "";
        float: right;
        background: url(/deweb/Themes/Poba/img/icons/arrows-sprite-1.png) no-repeat;
        background-position-y: 13px;
        background-position-x: 10px;
        background-size: 15px;
        cursor: pointer;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .pfm-financial-calendar .calendar-tools .month-prev:hover, .pfm-financial-calendar .calendar-tools .month-next:hover {
        border: 1px solid #209ac7;
    }

    .pfm-financial-treemap .calendar-tools .month-prev:hover, .pfm-financial-treemap .calendar-tools .month-next:hover {
        border: 1px solid #209ac7;
    }

    .pfm-financial-donut .calendar-tools .month-prev:hover, .pfm-financial-donut .calendar-tools .month-next:hover {
        border: 1px solid #209ac7;
    }

    .pfm-financial-bar .calendar-tools .month-prev:hover, .pfm-financial-bar .calendar-tools .month-next:hover {
        border: 1px solid #209ac7;
    }

    .pfm-financial-calendar .calendar-tools .month-prev, .pfm-financial-treemap .calendar-tools .month-prev, .pfm-financial-donut .calendar-tools .month-prev, .pfm-financial-bar .calendar-tools .month-prev {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .pfm-financial-calendar .calendar-tools .month-next, .pfm-financial-treemap .calendar-tools .month-next, .pfm-financial-donut .calendar-tools .month-next, .pfm-financial-bar .calendar-tools .month-next {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        margin-right: 10px;
    }

.pfm-financial-calendar .widget-tabs, .pfm-financial-calendar h2 {
    padding: 0px 20px;
}

.pfm-financial-treemap .widget-tabs, .pfm-financial-treemap h2 {
    padding: 0px 20px;
}

.pfm-financial-donut .widget-tabs, .pfm-financial-donut h2 {
    padding: 0px 20px;
}

.pfm-financial-bar .widget-tabs, .pfm-financial-bar h2 {
    padding: 0px 20px;
}

.pfm-financial-calendar .widget > .container, .pfm-financial-treemap .widget > .container, .pfm-financial-donut .widget > .container, .pfm-financial-bar .widget > .container {
    width: 100%;
}

.pfm-financial-calendar header, .pfm-financial-treemap header, .pfm-financial-donut header, .pfm-financial-bar header {
    text-align: center;
}

.pfm-financial-calendar #calendar, .pfm-financial-treemap #calendar, .pfm-financial-donut #calendar, .pfm-financial-bar #calendar {
    width: 100%;
}

    .pfm-financial-calendar #calendar a, .pfm-financial-treemap #calendar a, .pfm-financial-donut #calendar a, .pfm-financial-bar #calendar a {
        color: #9b0000;
        text-decoration: none;
    }

    .pfm-financial-calendar #calendar ul, .pfm-financial-treemap #calendar ul, .pfm-financial-donut #calendar ul, .pfm-financial-bar #calendar ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .pfm-financial-calendar #calendar li, .pfm-financial-treemap #calendar li, .pfm-financial-donut #calendar li, .pfm-financial-bar #calendar li {
        display: block;
        float: left;
        width: 14.272%;
        padding: 5px;
        box-sizing: border-box;
        border: 2px solid #f1f1f1;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .pfm-financial-calendar #calendar ul.weekdays, .pfm-financial-treemap #calendar ul.weekdays, .pfm-financial-donut #calendar ul.weekdays, .pfm-financial-bar #calendar ul.weekdays {
        height: 40px;
        background: #9b0000;
    }

        .pfm-financial-calendar #calendar ul.weekdays li, .pfm-financial-treemap #calendar ul.weekdays li, .pfm-financial-donut #calendar ul.weekdays li, .pfm-financial-bar #calendar ul.weekdays li {
            text-align: center;
            text-transform: uppercase;
            line-height: 20px;
            border: none !important;
            padding: 10px 6px;
            color: #FFFFFF;
            font-size: 13px;
        }

    .pfm-financial-calendar #calendar .days li, .pfm-financial-treemap #calendar .days li, .pfm-financial-donut #calendar .days li, .pfm-financial-bar #calendar .days li {
        height: 100px;
    }

        .pfm-financial-calendar #calendar .days li:hover, .pfm-financial-treemap #calendar .days li:hover, .pfm-financial-donut #calendar .days li:hover, .pfm-financial-bar #calendar .days li:hover {
            border: 2px solid #209ac7;
        }

    .pfm-financial-calendar #calendar .date, .pfm-financial-treemap #calendar .date, .pfm-financial-donut #calendar .date, .pfm-financial-bar #calendar .date {
        text-align: right;
        margin-bottom: 5px;
        padding: 4px;
        background: transparent;
        color: #b6b6b6;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        font-size: 13px;
    }

    .pfm-financial-calendar #calendar .event, .pfm-financial-treemap #calendar .event, .pfm-financial-donut #calendar .event, .pfm-financial-bar #calendar .event {
        clear: both;
        display: block;
        font-size: 13px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        padding: 5px;
        margin-top: 40px;
        margin-bottom: 5px;
        line-height: 14px;
        background: #f1f1f1;
        border: 1px solid #82ddff;
        color: #209ac7;
        text-decoration: none;
    }

    .pfm-financial-calendar #calendar .event-desc, .pfm-financial-treemap #calendar .event-desc, .pfm-financial-donut #calendar .event-desc, .pfm-financial-bar #calendar .event-desc {
        color: #676c6e;
        margin: 3px 0 7px 0;
        text-decoration: none;
    }

    .pfm-financial-calendar #calendar .other-month, .pfm-financial-treemap #calendar .other-month, .pfm-financial-donut #calendar .other-month, .pfm-financial-bar #calendar .other-month {
        background: #f1f1f1;
        color: #676c6e;
    }

.pfm-financial-calendar .icon-1, .pfm-financial-treemap .icon-1, .pfm-financial-donut .icon-1, .pfm-financial-bar .icon-1 {
    background: url("/deweb/Themes/Poba/img/icons/calendar-icon-1.png") no-repeat;
    display: block;
    height: 28px;
    width: 26px;
    float: left;
    margin-top: 20%;
    margin-right: 7px;
}

.pfm-financial-calendar .icon-2, .pfm-financial-treemap .icon-2, .pfm-financial-donut .icon-2, .pfm-financial-bar .icon-2 {
    background: url("/deweb/Themes/Poba/img/icons/calendar-icon-2.png") no-repeat;
    display: block;
    height: 28px;
    width: 26px;
    float: left;
    margin-top: 20%;
    margin-right: 7px;
}

.pfm-financial-calendar .icon-3, .pfm-financial-treemap .icon-3, .pfm-financial-donut .icon-3, .pfm-financial-bar .icon-3 {
    background: url("/deweb/Themes/Poba/img/icons/calendar-icon-3.png") no-repeat;
    display: block;
    height: 28px;
    width: 26px;
    float: left;
    margin-top: 20%;
    margin-right: 7px;
}

.pfm-financial-calendar .icon-4, .pfm-financial-treemap .icon-4, .pfm-financial-donut .icon-4, .pfm-financial-bar .icon-4 {
    background: url("/deweb/Themes/Poba/img/icons/calendar-icon-4.png") no-repeat;
    display: block;
    height: 28px;
    width: 26px;
    float: left;
    margin-top: 20%;
    margin-right: 7px;
}

.pfm-financial-calendar .icon-5, .pfm-financial-treemap .icon-5, .pfm-financial-donut .icon-5, .pfm-financial-bar .icon-5 {
    background: url("/deweb/Themes/Poba/img/icons/calendar-icon-5.png") no-repeat;
    display: block;
    height: 28px;
    width: 32px;
    float: left;
    margin-top: 20%;
    margin-right: 7px;
}

.pfm-financial-calendar .select-3 .dk-selected, .pfm-financial-calendar .select-3 .dk-option {
    font-size: 15px;
    padding: 1rem 3rem 1rem 1rem;
}

.pfm-financial-treemap .select-3 .dk-selected, .pfm-financial-treemap .select-3 .dk-option {
    font-size: 15px;
    padding: 1rem 3rem 1rem 1rem;
}

.pfm-financial-donut .select-3 .dk-selected, .pfm-financial-donut .select-3 .dk-option {
    font-size: 15px;
    padding: 1rem 3rem 1rem 1rem;
}

.pfm-financial-bar .select-3 .dk-selected, .pfm-financial-bar .select-3 .dk-option {
    font-size: 15px;
    padding: 1rem 3rem 1rem 1rem;
}

.pfm-financial-calendar .details-wrap, .pfm-financial-treemap .details-wrap, .pfm-financial-donut .details-wrap, .pfm-financial-bar .details-wrap {
    display: none;
}

    .pfm-financial-calendar .details-wrap .show, .pfm-financial-treemap .details-wrap .show, .pfm-financial-donut .details-wrap .show, .pfm-financial-bar .details-wrap .show, .pfm-financial-calendar .day .selected, .pfm-financial-treemap .day .selected, .pfm-financial-donut .day .selected, .pfm-financial-bar .day .selected {
        display: block;
    }

.pfm-financial-calendar .head, .pfm-financial-treemap .head, .pfm-financial-donut .head, .pfm-financial-bar .head {
    height: 80px;
    text-align: center;
    position: relative;
    padding: 20px;
}

    .pfm-financial-calendar .head h3, .pfm-financial-treemap .head h3, .pfm-financial-donut .head h3, .pfm-financial-bar .head h3 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .pfm-financial-calendar .head p, .pfm-financial-treemap .head p, .pfm-financial-donut .head p, .pfm-financial-bar .head p {
        font-size: 15px;
        color: #b6b6b6;
    }

.pfm-financial-calendar .selected, .pfm-financial-treemap .selected, .pfm-financial-donut .selected, .pfm-financial-bar .selected {
    border: 2px solid #209ac7;
}

.pfm-financial-treemap #container {
    width: 100%;
    max-height: 500px;
    margin: auto;
    border: 1px solid #f1f1f1;
    border-left: none;
    border-right: none;
}

.yolo {
    font-size: 18px;
}

.pfm-financial-donut #container {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 500px;
    padding-top: 15px;
}

.pfm-financial-donut .col-left {
    width: 50%;
    margin-right: 0;
}

.pfm-financial-donut .col-right {
    width: 49%;
    padding: 60px;
    z-index: 10;
    position: relative;
}

.pfm-financial-donut .icon-1, .pfm-financial-donut .icon-4, .pfm-financial-donut .icon-5 {
    background: url(/deweb/Themes/Poba/img/icons/calendar-icon-5.png) no-repeat;
    display: block;
    height: 28px;
    width: 26px;
    float: left;
    margin: 12px 0px;
    margin-right: 7px;
}

.pfm-financial-donut .icon-2 {
    background: url(/deweb/Themes/Poba/img/icons/calendar-icon-4.png) no-repeat;
    display: block;
    height: 28px;
    width: 26px;
    float: left;
    margin: 12px 0px;
    margin-right: 7px;
}

.pfm-financial-donut .icon-3 {
    background: url(/deweb/Themes/Poba/img/icons/calendar-icon-3.png) no-repeat;
    display: block;
    height: 28px;
    width: 26px;
    float: left;
    margin: 12px 0px;
    margin-right: 7px;
}

.pfm-financial-donut .icon-4 {
    background: url(/deweb/Themes/Poba/img/icons/calendar-icon-2.png) no-repeat;
    display: block;
    height: 28px;
    width: 26px;
    float: left;
    margin: 12px 0px;
    margin-right: 7px;
}

.pfm-financial-donut .icon-5 {
    background: url(/deweb/Themes/Poba/img/icons/calendar-icon-1.png) no-repeat;
    display: block;
    height: 28px;
    width: 26px;
    float: left;
    margin: 12px 0px;
    margin-right: 7px;
}

.pfm-financial-donut .plain-list div {
    margin-bottom: 0;
}

.pfm-financial-donut .plain-list p {
    line-height: 0;
    margin: 10px 0px;
    margin-top: 26px;
}

.pfm-financial-donut .widget-slat {
    border: 1px solid #f1f1f1;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
}

.pfm-financial-donut .details-wrap {
    display: none;
}

.pfm-financial-donut .show {
    display: block;
}

.pfm-financial-bar #container {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 100%;
}

.pfm-financial-bar .col-right {
    width: 78%;
    margin-right: 0;
    float: right;
}

.pfm-financial-bar .col-left {
    width: 22%;
    z-index: 10;
    position: relative;
    margin-right: 0;
}

.pfm-financial-bar .icon-1, .pfm-financial-bar .icon-4, .pfm-financial-bar .icon-5 {
    background: url(/deweb/Themes/Poba/img/icons/calendar-icon-5.png) no-repeat;
    display: block;
    height: 28px;
    width: 26px;
    float: left;
    margin: 12px 0px;
    margin-right: 7px;
}

.pfm-financial-bar .icon-2 {
    background: url(/deweb/Themes/Poba/img/icons/calendar-icon-4.png) no-repeat;
    display: block;
    height: 28px;
    width: 26px;
    float: left;
    margin: 12px 0px;
    margin-right: 7px;
}

.pfm-financial-bar .icon-3 {
    background: url(/deweb/Themes/Poba/img/icons/calendar-icon-3.png) no-repeat;
    display: block;
    height: 28px;
    width: 26px;
    float: left;
    margin: 12px 0px;
    margin-right: 7px;
}

.pfm-financial-bar .icon-4 {
    background: url(/deweb/Themes/Poba/img/icons/calendar-icon-2.png) no-repeat;
    display: block;
    height: 28px;
    width: 26px;
    float: left;
    margin: 12px 0px;
    margin-right: 7px;
}

.pfm-financial-bar .icon-5 {
    background: url(/deweb/Themes/Poba/img/icons/calendar-icon-1.png) no-repeat;
    display: block;
    height: 28px;
    width: 26px;
    float: left;
    margin: 12px 0px;
    margin-right: 7px;
}

.pfm-financial-bar .plain-list {
    margin-top: 22px;
    margin-bottom: 0;
    padding-left: 20px;
}

    .pfm-financial-bar .plain-list div {
        margin-bottom: 16px;
        border: none;
    }

    .pfm-financial-bar .plain-list p {
        line-height: 0;
        margin: 10px 0px;
        margin-top: 26px;
    }

.pfm-financial-bar .widget-slat {
    border: 1px solid #f1f1f1;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
}

.pfm-budget {
    margin-top: 0px;
}

    .pfm-budget .widget {
        border: none;
    }

        .pfm-budget .widget > .container {
            width: 100%;
            padding-bottom: 0;
        }

    .pfm-budget .widget-actions.widget-corner {
        top: 19px;
        right: 20px;
    }

    .pfm-budget .top-padding h2 {
        font-weight: 500;
        padding-left: 20px;
    }

    .pfm-budget .widget-buttons {
        padding: 0px 0px;
    }

    .pfm-budget .btn-1 {
        padding: 15px 16px;
        font-size: 12px;
    }

    .pfm-budget .border {
        display: inline-block;
        width: 100%;
        margin: 20px 0px;
        background: #f1f1f1;
        height: 2px;
    }

    .pfm-budget .col-left {
        width: 50%;
        margin-right: 0;
        overflow: hidden;
    }

    .pfm-budget .col-right {
        width: 50%;
    }

    .pfm-budget #container {
        padding-left: 5%;
        width: 400px;
        margin: 0 auto;
        position: relative;
    }

    .pfm-budget .widget-slat {
        border-bottom: 2px solid #f1f1f1;
        margin-bottom: 0;
    }

    .pfm-budget .plain-list {
        padding: 120px 150px 100px 0px;
        margin-bottom: 0px;
    }

        .pfm-budget .plain-list div {
            margin-bottom: 20px;
        }

            .pfm-budget .plain-list div:nth-child(1) {
                border-top: 2px solid #f1f1f1;
                padding-top: 20px;
            }

        .pfm-budget .plain-list p {
            margin-bottom: 20px;
        }

    .pfm-budget .pfm-budget_budgets__details {
        border-bottom: 2px solid #f1f1f1;
        padding: 20px;
    }

    .pfm-budget .pfm-budget_budgets__details___left {
        width: 25%;
        float: left;
    }

        .pfm-budget .pfm-budget_budgets__details___left h3 {
            color: #209ac7;
            font-size: 20px;
            margin-bottom: 20px;
        }

        .pfm-budget .pfm-budget_budgets__details___left ul {
            float: left;
        }

            .pfm-budget .pfm-budget_budgets__details___left ul li {
                margin-bottom: 10px;
            }

            .pfm-budget .pfm-budget_budgets__details___left ul p {
                color: #676c6e;
                font-size: 14px;
                margin-bottom: 0;
            }

            .pfm-budget .pfm-budget_budgets__details___left ul span {
                color: #757575;
                font-weight: 600;
            }

            .pfm-budget .pfm-budget_budgets__details___left ul .span1 {
                color: #209ac7;
            }

            .pfm-budget .pfm-budget_budgets__details___left ul .span2 {
                color: #eb0255;
            }

    .pfm-budget .pfm-budget_budgets__details___right {
        float: left;
        width: 75%;
        position: relative;
    }

        .pfm-budget .pfm-budget_budgets__details___right .budget-bar {
            float: left;
            max-width: 700px;
            width: 80%;
            padding-top: 55px;
        }

        .pfm-budget .pfm-budget_budgets__details___right .bar-background {
            width: 100%;
            height: 14px;
            background: #f1f1f1;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            border-radius: 8px;
        }

        .pfm-budget .pfm-budget_budgets__details___right .bar-inner {
            background: #209ac7;
            height: 14px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            border-radius: 8px;
        }

    .pfm-budget .bar-value {
        padding-top: 36px;
        font-size: 34px;
        color: #209ac7;
        float: right;
        width: 15%;
    }

    .pfm-budget .bar-value-2 {
        padding-top: 36px;
        font-size: 34px;
        color: #209ac7;
        float: right;
        width: 15%;
        color: #eb0255;
    }

    .pfm-budget .trigger-2 {
        position: absolute;
        right: -8px;
        top: -17px;
        padding: 10px 10px 10px 20px;
        cursor: pointer;
    }

        .pfm-budget .trigger-2 li {
            width: 4px;
            height: 4px;
            display: block;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            background-color: #b6b6b6;
            margin-bottom: 3px;
        }

    .pfm-budget .icon-travel, .pfm-budget .icon-transport, .pfm-budget .icon-food, .pfm-budget .icon-bills {
        display: block;
        height: 40px;
        width: 40px;
        float: left;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 3px solid #FFFFFF;
        position: absolute;
        top: 40px;
        left: -30px;
    }

    .pfm-budget .icon-transport {
        background: url(/deweb/Themes/Poba/img/icons/icon-car.png) no-repeat;
        background-color: #209ac7;
        background-size: 22px;
        background-position: center;
    }

    .pfm-budget .icon-travel {
        background: url(/deweb/Themes/Poba/img/icons/plane-icon-2.png) no-repeat;
        background-color: #209ac7;
        background-size: 22px;
        background-position: center;
    }

    .pfm-budget .icon-food {
        background: url(/deweb/Themes/Poba/img/icons/icon-food.png) no-repeat;
        background-color: #209ac7;
        background-size: 16px;
        background-position: center;
    }

    .pfm-budget .icon-bills {
        background: url(/deweb/Themes/Poba/img/icons/icon-bills.png) no-repeat;
        background-color: #209ac7;
        background-size: 22px;
        background-position: center;
    }

    .pfm-budget .negative-acc {
        background-color: #eb0255;
    }

/*side-modal*/
#side-modal-new-budget h2, #side-modal-edit-budget h2 {
    margin-bottom: 15px;
    font-weight: 500;
}

#side-modal-new-budget p, #side-modal-edit-budget p {
    font-size: 15px;
    color: #676c6e;
    margin-bottom: 40px;
}

#side-modal-new-budget span, #side-modal-edit-budget span {
    color: #209ac7;
}

#side-modal-new-budget .category-info, #side-modal-edit-budget .category-info {
    width: 100%;
    position: relative;
    background: #f1f1f1;
    border-bottom: 3px solid #cfd0d2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 27px;
    margin-top: 17px;
    padding: 10px 20px 10px 10px;
}

    #side-modal-new-budget .category-info p, #side-modal-edit-budget .category-info p {
        color: #209ac7;
        font-size: 15px;
    }

    #side-modal-new-budget .category-info:before, #side-modal-edit-budget .category-info:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #f1f1f1 transparent;
        content: "";
        position: absolute;
        top: -10px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

#side-modal-new-budget .bulb, #side-modal-edit-budget .bulb {
    height: 50px;
    width: 50px;
    background: url(/deweb/Themes/Poba/img/icons/lightbulb-icon-2.png) no-repeat;
    display: block;
    margin: auto;
    background-position: center;
    background-size: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#side-modal-new-budget .mCSB_container, #side-modal-edit-budget .mCSB_container {
    height: 100%;
}

#side-modal-new-budget .dropdown-1 .group-select, #side-modal-edit-budget .dropdown-1 .group-select {
    height: 250px;
    overflow: scroll;
}

.pfm-financial-goals .widget {
    border: none;
}

    .pfm-financial-goals .widget > .container {
        padding-bottom: 0px;
    }

.pfm-financial-goals .widget-slat {
    margin-bottom: 0px;
}

.pfm-financial-goals .pfm-goal {
    padding: 25px 30px;
    overflow: hidden;
    border-top: 2px solid #f1f1f1;
}

.pfm-financial-goals .pfm-goal_info {
    float: left;
    width: 50%;
}

    .pfm-financial-goals .pfm-goal_info .pfm-goal_info__profile {
        float: left;
        width: 40px;
        height: 40px;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-right: 20px;
    }

        .pfm-financial-goals .pfm-goal_info .pfm-goal_info__profile img {
            width: 100%;
            height: auto;
        }

    .pfm-financial-goals .pfm-goal_info h3 {
        font-size: 18px;
        color: #209ac7;
        font-weight: 500;
    }

    .pfm-financial-goals .pfm-goal_info p {
        font-size: 11px;
        color: #757575;
        margin-bottom: 0px;
    }

.pfm-financial-goals .f-share {
    float: right;
    padding: 6px 11px;
    background-color: #4267b2;
    color: #FFFFFF;
    font-size: 11px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .pfm-financial-goals .f-share:before {
        background: url("/deweb/Themes/Poba/img/icons/face-icon.png");
        background-repeat: no-repeat;
        display: block;
        width: 13px;
        height: 13px;
        content: "";
        float: left;
        background-size: 13px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        padding-right: 10px;
    }

    .pfm-financial-goals .f-share:hover {
        opacity: 0.8;
    }

.pfm-financial-goals .pfm-goal_progress-bar {
    width: 100%;
    float: left;
    padding: 23px 0px;
}

.pfm-financial-goals .bar-background {
    width: 90%;
    height: 14px;
    background: #f1f1f1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    float: left;
}

.pfm-financial-goals .bar-inner {
    background: #209ac7;
    height: 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.pfm-financial-goals .bar-value {
    font-size: 25px;
    color: #209ac7;
    position: absolute;
    right: 30px;
    margin-top: -13px;
}

    .pfm-financial-goals .bar-value p {
        margin-bottom: 0;
    }

.pfm-financial-goals .widget-buttons {
    padding: 0;
    padding-right: 20px;
}

.pfm-financial-goals .hidden {
    display: none;
    padding-top: 15%;
}

.pfm-financial-goals .bulb {
    height: 70px;
    width: 50px;
    background: url(/deweb/Themes/Poba/img/icons/lightbulb-icon-2.png) no-repeat;
    display: block;
    margin: auto;
    background-position: center;
    background-size: 37px;
    float: left;
    margin-right: 15px;
    margin-top: -5px;
}

.pfm-financial-goals .widget-slat .col-left .blue {
    color: #209ac7;
}

.pfm-financial-goals .show {
    display: block;
}

#side-modal-edit-goal .avatar-box, #side-modal-create-goal .avatar-box {
    width: 104px;
    height: 104px;
    overflow: hidden;
    margin: 0 auto;
}

    #side-modal-edit-goal .avatar-box img, #side-modal-create-goal .avatar-box img {
        width: 100%;
        height: auto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

#side-modal-edit-goal .avatar-btn, #side-modal-create-goal .avatar-btn {
    text-align: center;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #209ac7;
    margin-bottom: 44px;
    margin-top: 15px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    #side-modal-edit-goal .avatar-btn:hover, #side-modal-create-goal .avatar-btn:hover {
        text-decoration: underline;
    }

#side-modal-edit-goal .group, #side-modal-create-goal .group {
    position: relative;
}

    #side-modal-edit-goal .group .date-wrap:before, #side-modal-create-goal .group .date-wrap:before {
        content: '';
        width: 20px;
        height: 21px;
        position: absolute;
        top: 32px;
        right: 15px;
        background: url(/deweb/Themes/Poba/img/icons/icon-calendar-1.png) 0 0 no-repeat;
        background-size: 20px;
        z-index: 1;
    }

#side-modal-edit-goal p, #side-modal-create-goal p {
    font-size: 13px;
    color: #676c6e;
    margin-bottom: 50px;
}

#side-modal-create-goal-step2 p {
    font-size: 13px;
    color: #676c6e;
    margin-bottom: 50px;
}

#side-modal-create-goal-step2 .radio-wrap {
    float: left;
}

    #side-modal-create-goal-step2 .radio-wrap .radio-1 {
        top: 24px;
        margin-right: 25px;
    }

#side-modal-create-goal-step2 img {
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
}

#side-modal-create-goal-step2 .acc-profile {
    float: right;
}

#side-modal-create-goal-step2 .acc-info {
    float: left;
    margin-left: 20px;
}

    #side-modal-create-goal-step2 .acc-info p {
        margin-bottom: 5px;
    }

    #side-modal-create-goal-step2 .acc-info .acc-name {
        color: #209ac7;
        font-size: 15px;
    }

    #side-modal-create-goal-step2 .acc-info .acc-number {
        color: #676c6e;
        font-size: 13px;
    }

    #side-modal-create-goal-step2 .acc-info .status {
        font-size: 13px;
        color: #60c454;
    }

#side-modal-create-goal-step2 .new-account .acc-name {
    padding-top: 24px;
}

#side-modal-create-goal-step3 .confirm-text, #side-modal-create-goal-step4 .confirm-text {
    margin-bottom: 30px;
    font-size: 13px;
    color: #676c6e;
}

#side-modal-create-goal-step3 .top-text, #side-modal-create-goal-step4 .top-text {
    font-size: 13px;
    color: #676c6e;
    margin-bottom: 50px;
}

#side-modal-create-goal-step3 h3, #side-modal-create-goal-step4 h3 {
    margin-bottom: 0px;
}

#side-modal-create-goal-step3 .btn-1, #side-modal-create-goal-step4 .btn-1 {
    font-size: 11px;
}

.pfm-categorization-rules h2 {
    padding-left: 20px;
}

.pfm-categorization-rules .widget {
    border: none;
    margin-top: 50px;
}

    .pfm-categorization-rules .widget > .container {
        width: 100%;
    }

.pfm-categorization-rules .custom-table {
    margin-top: 40px;
}

    .pfm-categorization-rules .custom-table .row-1 .col:before {
        background: transparent;
    }

    .pfm-categorization-rules .custom-table .table-row.row-1 {
        border-bottom: 2px solid #f1f1f1;
    }

    .pfm-categorization-rules .custom-table.border-top {
        border-top: 2px solid #f1f1f1;
    }

.pfm-categorization-rules span {
    color: #209ac7;
}

.pfm-categorization-rules .trigger-2 {
    top: -7px;
}

.pfm-categorization-rules .widget-select-group .group-select .item .widget {
    margin-top: 0px;
}

.pfm-categorization-rules .widget-options .options-list {
    top: -9px;
}

.pfm-categorization-rules .dropdown-1 {
    padding-bottom: 6px;
}

#side-modal-pfm-rule-details .title-2.title-full {
    margin-top: 65px;
}

#side-modal-pfm-new-rule .info-p {
    font-size: 13px;
    color: #676c6e;
    margin: 30px 0px 45px 0px;
}

#side-modal-pfm-new-rule .rule-details {
    margin-bottom: 40px;
}

    #side-modal-pfm-new-rule .rule-details p {
        font-size: 15px;
        font-weight: 600;
        color: #676c6e;
        float: left;
    }

#side-modal-pfm-new-rule .checkbox-2.styledCheckbox {
    float: right;
}

#side-modal-pfm-new-rule2 .checkbox-2.styledCheckbox {
    float: right;
}

#side-modal-pfm-new-rule2 .rule-details {
    margin-bottom: 70px;
}

    #side-modal-pfm-new-rule2 .rule-details p {
        font-size: 15px;
        font-weight: 600;
        color: #676c6e;
        float: left;
    }

#side-modal-pfm-new-rule2 h3 {
    font-size: 12px;
    margin-bottom: 0px;
}

#side-modal-pfm-new-rule2 .info-p {
    font-size: 13px;
    color: #676c6e;
    margin: 30px 0px 45px 0px;
}

#side-modal-pfm-new-rule2 .custom-table .row-1 .col:before {
    background: transparent;
}

#side-modal-pfm-new-rule2 .checkbox-2.styledCheckbox {
    margin-right: 20px;
}

/*popup-24--------------------------------------------------------------------------------------------------------------*/
.popup-24 .dropdown-1 .widget-select-group {
    float: left;
}

.popup-24 .dropdown-1 .group-info {
    padding-left: 15px;
}

.popup-24 .dropdown-1 .widget-select-group .group-icon-selected {
    width: 20px;
    height: 20px;
}

    .popup-24 .dropdown-1 .widget-select-group .group-icon-selected img {
        width: 20px;
        height: 20px;
    }

.popup-24 .dropdown-1 .widget-select-group .group-name-selected {
    font-size: 13px !important;
}

.popup-24 .dropdown-1 .widget-select-group .group-name {
    font-size: 14px !important;
}

.popup-24 .dropdown-1 .content ul li {
    font-size: 14px;
}

.popup-24 .amount, .popup-24 .total-amount {
    margin: 0px 10px 0px 15px;
    float: left;
    width: 25%;
}

    .popup-24 .amount input, .popup-24 .total-amount input {
        padding: 10px;
        border: 1px solid #b6b6b6;
        text-align: right;
        color: #209ac7;
        margin-top: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        width: 100%;
    }

    .popup-24 .amount p, .popup-24 .category p, .popup-24 .total-amount p {
        font-size: 15px;
        color: #676c6e;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

.popup-24 .amount {
    float: left;
}

.popup-24 .category {
    float: left;
    width: 63%;
    float: left;
}

.popup-24 .add-new {
    width: 63%;
    float: left;
    padding: 35px 0px;
}

    .popup-24 .add-new a {
        color: #209ac7;
    }

        .popup-24 .add-new a p {
            font-size: 15px;
            margin-bottom: 0px;
        }

            .popup-24 .add-new a p span {
                display: inline-block;
                background: #209ac7;
                color: white;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                padding: 1px 6px;
                margin-right: 8px;
            }

.popup-24 .remove {
    margin: 38px 0px 0px 12px;
    float: left;
    display: inline-block;
    background: #676c6e;
    color: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 4px 7px;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .popup-24 .remove:hover {
        background: #eb0255;
    }

.popup-24 .popup-header p {
    font-size: 14px;
    text-align: center;
    margin: 30px 0px 50px 0px;
    padding: 10px;
    line-height: 20px;
    color: #676c6e;
}

    .popup-24 .popup-header p span {
        color: #209ac7;
    }

.popup-24 .divider {
    display: block;
    width: 100%;
    height: 1px;
    background: #b6b6b6;
    margin: 20px 0px;
}

/* Payment confirmation ----------------------------------------------------------------------------------------------- */
.succes-box {
    text-align: center;
}

    .succes-box .checkmark {
        margin-bottom: 20px;
    }

    .succes-box p {
        font-size: 30px !important;
        font-family: "roboto", "geomanist", sans-serif;
        color: #676c6e;
        font-weight: 100;
        line-height: 38px !important;
    }

.checkmark {
    width: 82px;
    height: 62px;
    display: inline-block;
    background: url(/deweb/Themes/Poba/img/icons/checkmark.png) no-repeat center center;
    background-size: 82px;
}

.links-list-2 p {
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #ff6e00;
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #cfd0d2;
}

.links-list-2 a {
    display: block;
    font-size: 16px;
    color: #676c6e;
    font-weight: 600;
    border-bottom: 1px solid #cfd0d2;
    position: relative;
    padding: 15px 15px 15px 30px;
    background: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .links-list-2 a:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 5px;
        border-color: transparent transparent transparent #ff6e00;
        position: absolute;
        top: 50%;
        margin-top: -4px;
        left: 0;
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        -ms-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        transition: left 0.3s ease;
    }

    .links-list-2 a:hover {
        background: #f0fbff;
        padding-left: 25px;
    }

        .links-list-2 a:hover:after {
            left: 5px;
        }

.geolocation-wrapper {
    position: relative;
    width: 100%;
    height: 375px;
    margin-bottom: 20px;
}

    .geolocation-wrapper .search-box {
        background: #FFFFFF;
        position: absolute;
        left: 3%;
        bottom: 20px;
        width: 93%;
    }

    .geolocation-wrapper .search-1 {
        border: none;
        border-bottom: 3px solid #209ac7;
    }

#geolocation-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Transaction list ----------------------------------------------------------------------------------------------- */
.main-content .widget {
    margin-bottom: 20px;
}

    .main-content .widget .widget-header {
        position: relative;
        z-index: 10;
    }

        .main-content .widget .widget-header .cnt {
            padding: 10px 10px 0 10px;
        }

    .main-content .widget .title-1 {
        font-size: 14px;
    }

.main-content .widget-white {
    background: #FFFFFF;
    border: 1px solid #cfd0d2;
}

.widget-transaction-list {
    background: #FFFFFF;
}

.hidden-content {
    display: none;
}

.widget-actions .options-list-2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background: #FFFFFF;
    padding: 0;
    min-width: 200px;
}

    .widget-actions .options-list-2 li a {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
        color: #2F333A;
        padding: 11px 22px;
        background-color: #FFFFFF;
    }

        .widget-actions .options-list-2 li a:hover {
            background-color: #f1f1f1;
            color: #2F333A;
        }

    .widget-actions .options-list-2 .border {
        border-bottom: 1px solid #f1f1f1;
    }

    .widget-actions .options-list-2 .active {
        background-image: url(/deweb/Themes/Poba/img/icons/icon-check-4.png);
        background-position: 92% center;
        background-repeat: no-repeat;
        background-size: 12px;
    }

.account-row h3 {
    width: 100%;
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    position: absolute;
    top: 6px;
    left: 0px;
    text-transform: uppercase;
    text-align: center;
}

.account-row.account-bg-1 {
    background: #FFFFFF;
}

    .account-row.account-bg-1 .bg-overlay.overlay-1, .account-row.account-bg-1 .bg-overlay.overlay-2 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        opacity: 1.0;
        background-image: url(/deweb/Themes/Poba/img/bg/acc-bg-4.png);
    }

.account-small-slider {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

    .account-small-slider .slide {
        padding: 0 10px;
    }

    .account-small-slider .slick-slide {
        outline: none !important;
    }

    .account-small-slider .account-box {
        position: relative;
        background: #FFFFFF;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        padding: 10px 15px;
        opacity: 0.5;
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }

        .account-small-slider .account-box:after {
            display: block;
            visibility: hidden;
            height: 0;
            clear: both;
            content: ".";
            content: "";
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 9999;
            visibility: visible;
        }

    .account-small-slider .slick-center .account-box {
        opacity: 1;
    }

        .account-small-slider .slick-center .account-box:after {
            display: none;
        }

    .account-small-slider .account-box .acc-name {
        font-size: 14px;
        margin-bottom: 0;
    }

    .account-small-slider .account-box .acc-nr {
        font-size: 18px;
        font-weight: 700;
        color: #ff6e00;
    }

    .account-small-slider .account-main {
        float: left;
        width: 50%;
    }

    .account-small-slider .balance-slat {
        float: left;
        width: 50%;
        padding-top: 12px;
    }

    .account-small-slider .select-1 {
        float: right;
    }

    .account-small-slider .ui-selectmenu-button span.ui-selectmenu-text {
        font-family: "roboto", "geomanist", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 0px 15px 0px 10px;
    }

    .account-small-slider .ui-selectmenu-button span.ui-icon {
        width: 40px;
        height: 30px;
        border: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 4px 0 4px;
        border-color: #FFFFFF transparent transparent transparent;
        top: 17px;
        right: 7px;
    }

    .account-small-slider .account-box .main-balance {
        display: block;
        margin-bottom: 0px;
    }

        .account-small-slider .account-box .main-balance .acc-balance-txt {
            color: #2d4050;
            text-align: right;
            line-height: 16px;
            padding-right: 72px;
        }

        .account-small-slider .account-box .main-balance .balance {
            float: right;
            font-size: 18px;
            line-height: 22px;
            padding-right: 10px;
        }

    .account-small-slider .account-box .select-2 {
        float: right;
        margin-right: 0;
        position: relative;
        top: -2px;
    }

    .account-small-slider .slick-dots {
        display: none !important;
    }

    .account-small-slider .account-box .main-balance .current-txt {
        position: absolute;
        text-align: left;
    }

    .account-small-slider .account-box .main-balance .current-bal, .account-small-slider .account-box .main-balance .current-currency {
        font-size: 15px;
        float: left;
        line-height: 22px;
        margin-right: 0;
    }

.single-slide .account-small-slider .slide {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
}

    .single-slide .account-small-slider .slide .account-box {
        opacity: 1 !important;
    }

.single-slide .slider-button-prev, .single-slide .slider-button-next {
    display: none;
}

.account-row .slider-button-prev, .account-row .slider-button-next {
    position: absolute;
    top: 40px;
    width: 50px;
    height: 50px;
    top: 63px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    opacity: 0.50;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

    .account-row .slider-button-prev:hover, .account-row .slider-button-next:hover {
        opacity: 1;
    }

.account-row .slider-button-prev {
    left: 50%;
    margin-left: -640px;
    background: transparent url(/deweb/Themes/Poba/img/icons/arrow-left-3.png) center center no-repeat;
    background-size: 35px;
}

.account-row .slider-button-next {
    right: 50%;
    margin-right: -640px;
    background: transparent url(/deweb/Themes/Poba/img/icons/arrow-right-3.png) center center no-repeat;
    background-size: 35px;
}

.account-row .slider-button-first {
    filter: grayscale(100%);
    pointer-events: none;
}

.account-row .slider-button-last {
    filter: grayscale(100%);
    pointer-events: none;
}

#urgency-warning-message p, #charge-warning-message p, #instant-warning-message p {
    color: #ff0202;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.amount-turnover {
    padding-left: 5px;
    font-weight: bold;
}

.custom-table .turnover-text {
    height: 25px;
}

.cursor-none {
    cursor: default !important;
    background: white !important;
}
/* Transaction calendar view ----------------------------------------------------------------------------------------------- */
.calendar .table-head {
    background: #209ac7;
    padding-top: 0;
    border-bottom: 4px solid #209ac7;
}

    .calendar .table-head:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

.calendar .th {
    position: relative;
    height: 40px;
    float: left;
    width: 14.28%;
    text-align: center;
}

    .calendar .th p {
        color: #FFFFFF;
        font-size: 14px;
        position: relative;
        font-family: "roboto", "geomanist", sans-serif;
        text-transform: none;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .calendar .th:after {
        content: "";
        height: 17px;
        width: 1px;
        display: block;
        background: #FFFFFF;
        position: absolute;
        top: 12px;
        right: 0;
    }

    .calendar .th:last-child:after {
        display: none;
    }

.calendar .tr {
    border-right: 1px solid #d0d0d0;
}

    .calendar .tr:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

.calendar .td {
    position: relative;
    height: 90px;
    float: left;
    width: 14.28%;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
}

    .calendar .td p {
        font-family: "roboto", "geomanist", sans-serif;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 14px;
        color: #000000;
        margin: 0;
    }

        .calendar .td p span {
            display: none;
        }

    .calendar .td a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.calendar .last-month p, .calendar .next-month p {
    color: #d0d0d0;
}

.time-lapse-trigger {
    width: 190px;
    margin: 10px auto 20px;
}

.transaction-tracker-wrapper {
    position: absolute;
    bottom: 5px;
    left: 10px;
}

.transaction-tracker {
    padding: 4px 7px 2px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

    .transaction-tracker:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .transaction-tracker p {
        display: inline-block;
        color: #FFFFFF !important;
        font-size: 14px !important;
        margin: -3px 0 0 0 !important;
        float: left;
        position: static !important;
    }

    .transaction-tracker .tranaction-down, .transaction-tracker .tranaction-up {
        float: left;
        margin-right: 5px;
    }

.tranaction-down, .tranaction-up {
    width: 11px;
    height: 11px;
    display: inline-block;
}

.tranaction-down {
    background: url(/deweb/Themes/Poba/img/icons/arrow-bottom-4.png) no-repeat center center;
    background-size: 11px;
}

.tranaction-up {
    background: url(/deweb/Themes/Poba/img/icons/arrow-bottom-5.png) no-repeat center center;
    background-size: 11px;
}

.transaction-tracker.up {
    background: #eb0255;
}

.transaction-tracker.down {
    background: #60c454;
}

.side-modal-popup .custom-table {
    margin-bottom: 30px;
}

#balance-evolution-chart, #bar-view {
    width: 100%;
    height: 520px;
}

/* Prelogin ATM/branch ----------------------------------------------------------------------------------------------- */
.prelogin-full {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-240px);
    -moz-transform: translateY(-240px);
    -ms-transform: translateY(-240px);
    transform: translateY(-240px);
}

    .prelogin-full:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .prelogin-full .inner {
        width: 94%;
        height: 500px;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        background: #FFFFFF;
        -webkit-box-shadow: 2px 10px 20px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 2px 10px 20px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 2px 10px 20px 0 rgba(0, 0, 0, 0.3);
        position: relative;
    }

        .prelogin-full .inner:after {
            display: block;
            visibility: hidden;
            height: 0;
            clear: both;
            content: ".";
        }

    .prelogin-full .scrollable-content {
        overflow: hidden;
        height: 100%;
    }

    .prelogin-full .col-left {
        float: left;
        width: 300px;
        padding: 20px;
    }

    .prelogin-full .input-search {
        position: relative;
    }

        .prelogin-full .input-search .input-1 {
            -webkit-box-shadow: 0 2px 0 0 #FFFFFF;
            -moz-box-shadow: 0 2px 0 0 #FFFFFF;
            box-shadow: 0 2px 0 0 #FFFFFF;
        }

    .prelogin-full .search-btn {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 20px;
        height: 100%;
        background: url(/deweb/Themes/Poba/img/icons/icon-search.png) center center no-repeat;
        background-size: 17px;
        border: none;
        margin-right: 0;
    }

    .prelogin-full h2 {
        font-size: 27px;
        color: #676c6e;
        font-weight: 500;
        margin-bottom: 25px;
    }

    .prelogin-full .col-left p {
        font-size: 14px;
        color: #676c6e;
    }

        .prelogin-full .col-left p span {
            color: #209ac7;
        }

    .prelogin-full .col-left a {
        color: #ff6e00;
        text-decoration: underline;
    }

    .prelogin-full .col-left img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .prelogin-full .col-right {
        width: calc(100% - 300px);
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding: 0 20px 20px 10px;
    }

    .prelogin-full .col-content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.5s ease, visability 0.5s ease;
        -moz-transition: opacity 0.5s ease, visability 0.5s ease;
        -ms-transition: opacity 0.5s ease, visability 0.5s ease;
        -o-transition: opacity 0.5s ease, visability 0.5s ease;
        transition: opacity 0.5s ease, visability 0.5s ease;
    }

        .prelogin-full .col-content.active {
            opacity: 1;
            visibility: visible;
        }

    .prelogin-full .col-head {
        width: 100%;
        height: 48px;
        padding: 0 20px 0 300px;
        position: absolute;
    }

        .prelogin-full .col-head .close {
            float: right;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            color: #2d4050;
            line-height: 48px;
            background: url(/deweb/Themes/Poba/img/icons/icon-close-2.png) 100% 18px no-repeat;
            background-size: 10px;
            padding-right: 16px;
        }

    .prelogin-full .select-1 .dd-option, .prelogin-full .select-1 .dd-selected {
        color: #FFFFFF;
        text-decoration: none;
    }

    .prelogin-full.full-break .col-right {
        top: 40px;
    }

    .prelogin-full .content-2 {
        background: #FFFFFF;
        padding: 12px;
    }

    .prelogin-full .map-list, .prelogin-full .mCustomScrollBox:focus, .prelogin-full .mCSB_container:focus {
        outline: none !important;
    }

    .prelogin-full .mCSB_inside > .mCSB_container {
        margin-right: 20px;
    }

.facilities-list-full {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

    .facilities-list-full:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .facilities-list-full .inner {
        width: 94%;
        height: 500px;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        background: #FFFFFF;
        -webkit-box-shadow: 2px 10px 20px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 2px 10px 20px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 2px 10px 20px 0 rgba(0, 0, 0, 0.3);
        position: relative;
    }

        .facilities-list-full .inner:after {
            display: block;
            visibility: hidden;
            height: 0;
            clear: both;
            content: ".";
        }

    .facilities-list-full .scrollable-content {
        overflow: hidden;
        height: 100%;
    }

    .facilities-list-full .col-left {
        float: left;
        width: 300px;
        padding: 20px;
    }

    .facilities-list-full .input-search {
        position: relative;
    }

        .facilities-list-full .input-search .input-1 {
            -webkit-box-shadow: 0 2px 0 0 #FFFFFF;
            -moz-box-shadow: 0 2px 0 0 #FFFFFF;
            box-shadow: 0 2px 0 0 #FFFFFF;
        }

    .facilities-list-full .search-btn {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 20px;
        height: 100%;
        background: url(/deweb/Themes/Poba/img/icons/icon-search.png) center center no-repeat;
        background-size: 17px;
        border: none;
        margin-right: 0;
    }

    .facilities-list-full h2 {
        font-size: 27px;
        color: #676c6e;
        font-weight: 500;
        margin-bottom: 25px;
    }

    .facilities-list-full .col-left p {
        font-size: 14px;
        color: #676c6e;
    }

        .facilities-list-full .col-left p span {
            color: #209ac7;
        }

    .facilities-list-full .col-left a {
        color: #ff6e00;
        text-decoration: underline;
    }

    .facilities-list-full .col-left img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .facilities-list-full .col-right {
        width: calc(100% - 300px);
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding: 0 20px 20px 10px;
    }

    .facilities-list-full .col-content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.5s ease, visability 0.5s ease;
        -moz-transition: opacity 0.5s ease, visability 0.5s ease;
        -ms-transition: opacity 0.5s ease, visability 0.5s ease;
        -o-transition: opacity 0.5s ease, visability 0.5s ease;
        transition: opacity 0.5s ease, visability 0.5s ease;
    }

        .facilities-list-full .col-content.active {
            opacity: 1;
            visibility: visible;
        }

    .facilities-list-full .col-head {
        width: 100%;
        height: 48px;
        padding: 0 20px 0 300px;
        position: absolute;
    }

        .facilities-list-full .col-head .close {
            float: right;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            color: #2d4050;
            line-height: 48px;
            background: url(/deweb/Themes/Poba/img/icons/icon-close-2.png) 100% 18px no-repeat;
            background-size: 10px;
            padding-right: 16px;
        }

    .facilities-list-full .select-1 .dd-option, .facilities-list-full .select-1 .dd-selected {
        color: #FFFFFF;
        text-decoration: none;
    }

    .facilities-list-full.full-break .col-right {
        top: 40px;
    }

    .facilities-list-full .content-2 {
        background: #FFFFFF;
        padding: 12px;
    }

    .facilities-list-full .map-list, .facilities-list-full .mCustomScrollBox:focus, .facilities-list-full .mCSB_container:focus {
        outline: none !important;
    }

    .facilities-list-full .mCSB_inside > .mCSB_container {
        margin-right: 20px;
    }

.map-list {
    height: 100%;
    overflow-y: auto;
}

    .map-list li {
        border-bottom: 1px solid #cfd0d2;
        padding: 20px 0;
        cursor: pointer;
    }

    .map-list .item-main {
        position: relative;
        padding: 0px 30px 0px 66px;
    }

        .map-list .item-main.has-content:after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            border-color: #494f5a transparent transparent transparent;
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -4px;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: transform 0.3s ease;
            -moz-transition: transform 0.3s ease;
            -ms-transition: transform 0.3s ease;
            -o-transition: transform 0.3s ease;
            transition: transform 0.3s ease;
        }

    .map-list .active .item-main.has-content:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .map-list .item-main i {
        display: inline-block;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 0;
        margin-top: -10px;
        background-size: 50px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .map-list .name {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 18px;
        color: #2F333A;
        margin-bottom: 0;
    }

    .map-list .cat-name {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 14px;
        color: #676c6e;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .map-list .item-info {
        padding-top: 20px;
    }

        .map-list .item-info li {
            position: relative;
            padding: 5px 0px 5px 66px;
            border: 0;
            cursor: auto;
        }

        .map-list .item-info i {
            display: inline-block;
            width: 24px;
            height: 24px;
            position: absolute;
            top: 50%;
            left: 15px;
            margin-top: -12px;
            background-size: 24px;
            background-repeat: no-repeat;
            background-position: center center;
        }

    .map-list .info-txt-1 {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 14px;
        color: #676c6e;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .map-list .info-txt-2 {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 18px;
        line-height: 22px;
        color: #2F333A;
        margin-bottom: 0;
    }

        .map-list .info-txt-2 a {
            color: #2F333A;
        }

/*=====================================
	Dropkick dd css
======================================*/
.select-3 {
    position: relative;
}

    .select-3 select {
        width: 100%;
        padding: 1rem 5rem 1rem 1.2rem;
        font-size: 18px;
        font-weight: normal;
        font-family: "roboto", "geomanist", sans-serif;
        background-color: #209ac7;
        color: #FFFFFF;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        border: 1px solid #209ac7;
        outline: 0 !important;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }

    .select-3 .dk-select {
        display: block;
        width: 100%;
        line-height: 1;
        cursor: pointer;
        position: relative;
    }

    .select-3 .dk-selected {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        width: 100%;
        padding: 1.2rem 5rem 1.2rem 1.2rem;
        font-size: 18px;
        font-weight: normal;
        font-family: "roboto", "geomanist", sans-serif;
        background-color: #209ac7;
        color: #FFFFFF;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        border: 1px solid #209ac7;
        -webkit-transition: border-radius 0s ease;
        -moz-transition: border-radius 0s ease;
        -ms-transition: border-radius 0s ease;
        -o-transition: border-radius 0s ease;
        transition: border-radius 0s ease;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -ms-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
        outline: 0 !important;
        position: relative;
    }

        .select-3 .dk-selected:before {
            content: ' ';
            display: inline-block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 4rem;
            height: 100%;
            background-color: #209ac7;
            -webkit-transition: background-color 300ms ease;
            -moz-transition: background-color 300ms ease;
            -ms-transition: background-color 300ms ease;
            -o-transition: background-color 300ms ease;
            transition: background-color 300ms ease;
        }

        .select-3 .dk-selected:after {
            content: ' ';
            display: inline-block;
            right: 12px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            border: solid transparent;
            border-width: 6px 5px 0;
            border-top-color: #FFFFFF;
        }

    .select-3 .dk-select-options {
        list-style: none;
        padding-left: 0;
        position: absolute;
        z-index: 3;
        top: 42px;
        left: 0;
        right: 0;
        width: 100%;
        border: 1px solid #209ac7;
        border-top: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform-origin: center top;
        -moz-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
        -webkit-transition: -webkit-transform 300ms ease;
        -moz-transition: -webkit-transform 300ms ease;
        -ms-transition: -webkit-transform 300ms ease;
        -o-transition: -webkit-transform 300ms ease;
        transition: -webkit-transform 300ms ease;
    }

        .select-3 .dk-select-options .dk-option-selected {
            background-color: #209ac7;
            color: #FFFFFF;
        }

        .select-3 .dk-select-options .dk-option-highlight {
            background-color: #209ac7;
            color: #FFFFFF;
        }

    .select-3 .dk-option {
        padding: 1.2rem 5rem 1.2rem 1.2rem;
        font-size: 18px;
        font-weight: normal;
        font-family: "roboto", "geomanist", sans-serif;
        background-color: #209ac7;
        color: #FFFFFF;
        -webkit-transition: background-color 300ms ease;
        -moz-transition: background-color 300ms ease;
        -ms-transition: background-color 300ms ease;
        -o-transition: background-color 300ms ease;
        transition: background-color 300ms ease;
    }

    .select-3 .dk-select-open-down .dk-selected, .select-3 .dk-select-open-up .dk-selected {
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        .select-3 .dk-select-open-down .dk-selected:after, .select-3 .dk-select-open-up .dk-selected:after {
            border-width: 0 5px 6px;
            border-bottom-color: #FFFFFF;
        }

    .select-3 .dk-select-open-down .dk-select-options, .select-3 .dk-select-open-up .dk-select-options {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .select-3 select[data-dkcacheid] {
        display: none;
    }

.ie9 .dk-select-options {
    display: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    display: none;
}

.ie9 .dk-select-open-down .dk-select-options {
    display: block;
}

/* Prelogin Contact ----------------------------------------------------------------------------------------------- */
.prelogin-full .-no-col-head {
    padding-top: 20px;
}

.prelogin-full.-prelogin-autoheight {
    margin-top: 0;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
}

    .prelogin-full.-prelogin-autoheight .inner {
        height: auto;
        max-height: 550px;
        overflow: hidden;
    }

    .prelogin-full.-prelogin-autoheight .col-right {
        position: relative;
        float: left;
    }

.sample-bank-logo {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 15px;
    background: url(/deweb/Themes/Poba/img/photos/sample-logo.png) no-repeat center center;
    margin-bottom: -15px;
}

.bank-sample-title {
    margin-bottom: 0;
    font-family: "roboto", "geomanist", sans-serif;
    text-transform: uppercase !important;
    font-size: 24px !important;
    color: #2d4050 !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
}

#map-canvas-small {
    width: 100%;
    height: 360px;
}

.contact-data-wrapper {
    border-top: none;
    border-bottom: none;
    padding: 25px 0 5px;
}

    .contact-data-wrapper:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .contact-data-wrapper .half {
        position: relative;
        float: left;
        width: 50%;
        padding-right: 20px;
    }

    .contact-data-wrapper .data {
        position: relative;
        padding-left: 45px;
    }

        .contact-data-wrapper .data i {
            position: absolute;
            top: 0;
            left: 0;
        }

        .contact-data-wrapper .data p {
            font-family: "roboto", "geomanist", sans-serif;
            font-size: 15px;
            color: #ff6e00;
            word-break: normal;
            margin-bottom: 18px;
            font-weight: 900;
        }

            .contact-data-wrapper .data p span {
                text-transform: uppercase;
                font-size: 14px;
                color: #676c6e;
                display: block;
            }

            .contact-data-wrapper .data p a {
                color: #ff6e00;
                border-bottom: 1px solid transparent;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .contact-data-wrapper .data p a:hover {
                    border-bottom: 1px solid #ff6e00;
                }

.pin-icon {
    width: 24px;
    height: 24px;
    background: url(/deweb/Themes/Poba/img/icons/icon-pin-nb.png) no-repeat center center;
    background-size: 24px;
}

.phone-icon {
    width: 24px;
    height: 24px;
    background: url(/deweb/Themes/Poba/img/icons/icon-phone-nb.png) no-repeat center center;
    background-size: 24px;
}

.clock-icon {
    width: 24px;
    height: 24px;
    background: url(/deweb/Themes/Poba/img/icons/icon-clock-1.png) no-repeat center center;
    background-size: 24px;
}

.mail-icon {
    width: 24px;
    height: 18px;
    background: url(/deweb/Themes/Poba/img/icons/icon-mail-nb.png) no-repeat center center;
    background-size: 24px;
}

.globe-icon {
    width: 24px;
    height: 24px;
    background: url(/deweb/Themes/Poba/img/icons/icon-globe-nb.png) no-repeat center center;
    background-size: 24px;
}

.youtube-icon {
    width: 24px;
    height: 24px;
    background: url(/deweb/Themes/Poba/img/icons/icon-youtube-nb.png) no-repeat center center;
    background-size: 24px;
}

.linkedin-icon {
    width: 24px;
    height: 24px;
    background: url(/deweb/Themes/Poba/img/icons/icon-linkedin-nb.png) no-repeat center center;
    background-size: 24px;
}

.facebook-icon {
    width: 24px;
    height: 24px;
    background: url(/deweb/Themes/Poba/img/icons/icon-facebook-nb.png) no-repeat center center;
    background-size: 24px;
}

.twitter-icon {
    width: 24px;
    height: 22px;
    background: url(/deweb/Themes/Poba/img/icons/twitter-icon.png) no-repeat center center;
    background-size: 24px;
}

/* Prelogin Faq ----------------------------------------------------------------------------------------------- */
.accordian-title {
    font-family: "roboto", "geomanist", sans-serif;
    color: #ff6e00;
    font-size: 18px;
    padding-left: 60px;
    padding-right: 20px;
    position: relative;
    padding-top: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    font-weight: 900;
}

    .accordian-title i {
        position: absolute;
        top: 0;
        left: 0;
    }

    .accordian-title span {
        font-size: 14px;
        color: #757575;
        position: absolute;
        bottom: -20px;
        left: 60px;
    }

    .accordian-title:after {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        right: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 4px 0 4px;
        border-color: #ff6e00 transparent transparent transparent;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .accordian-title.active:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.accordian-wrapper {
    margin-bottom: 10px;
    border-bottom: 1px solid #cfd0d2;
    padding-bottom: 10px;
}

    .accordian-wrapper .hidden {
        display: none;
        padding-left: 60px;
        padding-top: 5px;
        padding-right: 15px;
    }

        .accordian-wrapper .hidden .contact-data-wrapper .data i {
            top: 10px;
        }

    .accordian-wrapper p {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 14px;
        color: #676c6e;
        line-height: 20px;
    }

    .accordian-wrapper .distance {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 14px;
        float: right;
        margin-right: 10px;
        color: #209ac7;
    }

    .accordian-wrapper .faq-atm-icon {
        display: inline-block;
        width: 48px;
        height: 48px;
        margin-right: 10px;
        background: url(/deweb/Themes/Poba/img/icons/atm-icon.png) no-repeat center center;
        background-size: 48px;
    }

    .accordian-wrapper .faq-atm-bank-icon {
        display: inline-block;
        width: 48px;
        height: 48px;
        margin-right: 10px;
        background: url(/deweb/Themes/Poba/img/icons/atm-bank-icon.png) no-repeat center center;
        background-size: 48px;
    }

    .accordian-wrapper .faq-bank-icon {
        display: inline-block;
        width: 48px;
        height: 48px;
        margin-right: 10px;
        background: url(/deweb/Themes/Poba/img/icons/bank-icon.png) no-repeat center center;
        background-size: 48px;
    }

.faq-help-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    background: url(/deweb/Themes/Poba/img/icons/icon-advice-bg.png) no-repeat center center;
    background-size: 48px;
}

/* ------------------------------------------------------------------------------------------ Popups */
.modal-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 120;
    display: none;
}

.modal-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.popup-box {
    width: 400px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    display: none;
}

    .popup-box .popup-inner {
        position: relative;
        padding: 0 20px 0px 20px;
    }

    .popup-box .scrollable-content {
        height: 200px;
        margin-bottom: 30px;
        border: 1px solid #cfd0d2;
        padding: 20px 10px 20px 20px;
        -webkit-box-shadow: inset 0px 0px 40px -20px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: inset 0px 0px 40px -20px rgba(0, 0, 0, 0.75);
        box-shadow: inset 0px 0px 40px -20px rgba(0, 0, 0, 0.75);
    }

    .popup-box .plain-list {
        margin-bottom: 30px;
    }

    .popup-box .scrollable-content p {
        font-size: 14px;
        color: #676c6e;
        line-height: 22px;
    }

    .popup-box .uk-grid {
        margin-left: -15px;
    }

        .popup-box .uk-grid > * {
            padding-left: 15px;
        }

    .popup-box .line-devider {
        width: 100%;
        height: 1px;
        background: #cfd0d2;
    }

    .popup-box .popup-header {
        padding-top: 10px;
    }

        .popup-box .popup-header:after {
            content: '';
            width: 70px;
            height: 5px;
            background: #ff6e00;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -35px;
        }


        .popup-box .popup-header h3 {
            font-size: 30px;
            color: #2d4050;
            text-align: center;
            font-weight: 300;
            position: relative;
            margin-bottom: 20px;
        }

        .popup-box .popup-header.popup-calculator h3 {
            font-size: 30px;
            color: #2d4050;
            text-align: left;
            font-weight: 300;
            position: relative;
            margin-bottom: 10px;
            padding-left: 40px;
        }

        .popup-box .popup-header.popup-calculator h4 {
            font-size: 15px;
            color: #2d4050;
            text-align: left;
            font-weight: 300;
            position: relative;
            margin-bottom: 10px;
            padding-left: 40px;
        }



    .popup-box .popup-inner > p, .popup-box .popup-inner > form > p {
        font-size: 15px;
        color: #676c6e;
        line-height: 22px;
    }

        .popup-box .popup-inner > p > span {
            color: #676c6e;
        }

    .popup-box .popup-inner.padding-top {
        padding-top: 20px;
    }

    .popup-box .warning-new-pass {
        border: 2px solid #eb0255;
        color: #eb0255;
        background-color: #eb0255;
        font-size: 13px;
        font-weight: 500;
        padding: 10px 10px 10px 10px;
        margin: 20px;
        display: none;
        line-height: 17px;
        text-align: center;
    }

    .popup-box .error {
        display: block;
    }

    .popup-box.popup-wide {
        max-width: 540px;
        width: 96%;
    }

.popup-1 .popup-header, .popup-2 .popup-header {
    height: 215px;
    position: relative;
    padding-top: 10px;
    margin-bottom: 25px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$white+0,e8e8e8+100 */
    background: #FFFFFF;
    /* Old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #f1f1f1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #f1f1f1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FFFFFF 0%, #f1f1f1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$white', endColorstr='$lightgrey', GradientType=0);
}

/* IE6-9 */
.popup-1 .header-img, .popup-2 .header-img {
    width: 280px;
    height: 145px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -140px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.popup-1 .authorize-sms, .popup-2 .authorize-sms {
    background-image: url(/deweb/Themes/Poba/img/bg/sms-authorize.png);
}

.popup-1 .authorize-token, .popup-2 .authorize-token {
    background-image: url(/deweb/Themes/Poba/img/bg/token-authorize.png);
}

.popup-1 .loading-info, .popup-2 .loading-info {
    background-image: url(/deweb/Themes/Poba/img/bg/loading-info.png);
}

.popup-1 .line-devider, .popup-2 .line-devider {
    margin-bottom: 20px;
}

.popup-1 .btn-1.resend-btn {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.popup-2 .btn-1.resend-btn {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.popup-2 .input-1 {
    margin-bottom: 60px;
}

.popup-3 {
    width: 1100px;
    height: 500px;
}

    .popup-3 .prelogin-full .inner {
        width: 100%;
    }

.popup-4 .selected-image {
    text-align: center;
    margin-bottom: 30px;
}

    .popup-4 .selected-image img {
        width: 100%;
        height: auto;
    }

.popup-4 .img-box {
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border: 5px solid #209ac7;
    margin-bottom: 10px;
}

.popup-4 .selected-image p {
    font-size: 14px;
    color: #676c6e;
}

.popup-6 p span {
    color: #209ac7;
}

.popup-6 .uk-width-1-1 {
    padding-top: 40px;
    padding-bottom: 50px;
}

.popup-head-img .popup-header {
    height: 190px;
    position: relative;
    padding-top: 10px;
    margin-bottom: 25px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$white+0,e8e8e8+100 */
    background: #FFFFFF;
    /* Old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #f1f1f1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #f1f1f1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FFFFFF 0%, #f1f1f1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$white', endColorstr='$lightgrey', GradientType=0);
    /* IE6-9 */
}

.popup-head-img .header-img {
    width: 280px;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -140px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.popup-head-img .activate-card {
    background-image: url(/deweb/Themes/Poba/img/photos/card-preview.jpg);
}

.popup-head-img .group-inner {
    position: relative;
}

.popup-head-img .dash:after {
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 19px;
    height: 1px;
    width: 6px;
    background: #b6b6b6;
}

.popup-single-check {
    padding: 0 !important;
}

.popup-box.popup-wide.popup-23 .popup-header p, #side-modal-new-budget .popup-header p, .pfm-post-v2 .popup-header p, .dropdown-1 .popup-header p {
    font-size: 15px;
    text-align: center;
    margin: 30px 0px 50px 0px;
}

.popup-box.popup-wide.popup-23 .select-3, #side-modal-new-budget .select-3, .pfm-post-v2 .select-3, .dropdown-1 .select-3 {
    margin-bottom: 60px;
}

.popup-box.popup-wide.popup-23 .divider, #side-modal-new-budget .divider, .pfm-post-v2 .divider, .dropdown-1 .divider {
    display: block;
    width: 100%;
    height: 1px;
    background: #b6b6b6;
    margin: 20px 0px;
}

.popup-box.popup-wide.popup-23 .widget-select-group, #side-modal-new-budget .widget-select-group, .pfm-post-v2 .widget-select-group, .dropdown-1 .widget-select-group {
    width: 100%;
}

    .popup-box.popup-wide.popup-23 .widget-select-group .group-select, #side-modal-new-budget .widget-select-group .group-select, .pfm-post-v2 .widget-select-group .group-select, .dropdown-1 .widget-select-group .group-select {
        height: 350px;
    }

    .popup-box.popup-wide.popup-23 .widget-select-group .group-icon, #side-modal-new-budget .widget-select-group .group-icon, .pfm-post-v2 .widget-select-group .group-icon, .dropdown-1 .widget-select-group .group-icon {
        width: 25px;
        height: 25px;
        top: 10px;
        position: absolute;
    }

    .popup-box.popup-wide.popup-23 .widget-select-group .group-icon-selected, #side-modal-new-budget .widget-select-group .group-icon-selected, .pfm-post-v2 .widget-select-group .group-icon-selected, .dropdown-1 .widget-select-group .group-icon-selected {
        width: 25px;
        height: 25px;
        top: 0px;
        position: absolute;
    }

        .popup-box.popup-wide.popup-23 .widget-select-group .group-icon img, #side-modal-new-budget .widget-select-group .group-icon img, .pfm-post-v2 .widget-select-group .group-icon img, .dropdown-1 .widget-select-group .group-icon img, .popup-box.popup-wide.popup-23 .widget-select-group .group-icon-selected img, #side-modal-new-budget .widget-select-group .group-icon-selected img, .pfm-post-v2 .widget-select-group .group-icon-selected img, .dropdown-1 .widget-select-group .group-icon-selected img {
            width: auto;
            height: auto;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
        }

    .popup-box.popup-wide.popup-23 .widget-select-group .group-name, .popup-box.popup-wide.popup-23 .widget-select-group .group-name-selected {
        font-size: 20px !important;
        color: #FFFFFF !important;
        margin-bottom: 0px;
        font-weight: lighter;
        font-family: "roboto", "geomanist", sans-serif;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    #side-modal-new-budget .widget-select-group .group-name, #side-modal-new-budget .widget-select-group .group-name-selected {
        font-size: 20px !important;
        color: #FFFFFF !important;
        margin-bottom: 0px;
        font-weight: lighter;
        font-family: "roboto", "geomanist", sans-serif;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .pfm-post-v2 .widget-select-group .group-name, .pfm-post-v2 .widget-select-group .group-name-selected {
        font-size: 20px !important;
        color: #FFFFFF !important;
        margin-bottom: 0px;
        font-weight: lighter;
        font-family: "roboto", "geomanist", sans-serif;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .dropdown-1 .widget-select-group .group-name, .dropdown-1 .widget-select-group .group-name-selected {
        font-size: 20px !important;
        color: #FFFFFF !important;
        margin-bottom: 0px;
        font-weight: lighter;
        font-family: "roboto", "geomanist", sans-serif;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .popup-box.popup-wide.popup-23 .widget-select-group .group-name, #side-modal-new-budget .widget-select-group .group-name, .pfm-post-v2 .widget-select-group .group-name, .dropdown-1 .widget-select-group .group-name {
        padding: 10px;
    }

        .popup-box.popup-wide.popup-23 .widget-select-group .group-name:hover, #side-modal-new-budget .widget-select-group .group-name:hover, .pfm-post-v2 .widget-select-group .group-name:hover, .dropdown-1 .widget-select-group .group-name:hover {
            background: #209ac7;
        }

.popup-box.popup-wide.popup-23 .content ul, #side-modal-new-budget .content ul, .pfm-post-v2 .content ul, .dropdown-1 .content ul {
    border-left: 1px dotted #FFFFFF;
}

    .popup-box.popup-wide.popup-23 .content ul li, #side-modal-new-budget .content ul li, .pfm-post-v2 .content ul li, .dropdown-1 .content ul li {
        font-size: 20px;
        color: #FFFFFF;
        margin-bottom: 0px;
        font-weight: lighter;
        font-family: "roboto", "geomanist", sans-serif;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 10px 20px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

        .popup-box.popup-wide.popup-23 .content ul li:hover, #side-modal-new-budget .content ul li:hover, .pfm-post-v2 .content ul li:hover, .dropdown-1 .content ul li:hover {
            background-color: #209ac7;
        }

.popup-box.popup-wide.popup-23 .widget-select-group .group-select .item:hover, #side-modal-new-budget .widget-select-group .group-select .item:hover, .pfm-post-v2 .widget-select-group .group-select .item:hover, .dropdown-1 .widget-select-group .group-select .item:hover {
    background-color: #209ac7;
}

.popup-box.popup-wide.popup-23 .group-info, #side-modal-new-budget .group-info, .pfm-post-v2 .group-info, .dropdown-1 .group-info {
    padding-left: 50px;
}

.popup-box.popup-wide.popup-23 .uk-grid, #side-modal-new-budget .uk-grid, .pfm-post-v2 .uk-grid, .dropdown-1 .uk-grid {
    margin-left: 4px;
    margin-right: 19px;
}

.popup-box.popup-wide.popup-23 .mCSB_inside > .mCSB_container, #side-modal-new-budget .mCSB_inside > .mCSB_container, .pfm-post-v2 .mCSB_inside > .mCSB_container, .dropdown-1 .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.popup-box.popup-wide.popup-23 .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar, #side-modal-new-budget .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar, .pfm-post-v2 .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar, .dropdown-1 .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
    top: 0px;
    background: #209ac7;
    opacity: 0.8;
}

.popup-box.popup-wide.popup-23 .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_draggerRail, #side-modal-new-budget .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_draggerRail, .pfm-post-v2 .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_draggerRail, .dropdown-1 .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 10px;
    background: #209ac7;
    bottom: 1px;
}

.popup-box.popup-wide.popup-23 .mCSB_scrollTools, #side-modal-new-budget .mCSB_scrollTools, .pfm-post-v2 .mCSB_scrollTools {
    position: absolute;
    width: 5px;
    height: auto;
    left: auto;
    top: 0;
    right: 6px;
    bottom: 0;
}

.dropdown-1 .mCSB_scrollTools {
    position: absolute;
    width: 5px;
    height: auto;
    left: auto;
    top: 0;
    right: 6px;
    bottom: 0;
}

.dropdown-1 .widget-select-group {
    width: 100%;
}

    .dropdown-1 .widget-select-group .group-select {
        height: 350px;
    }

    .dropdown-1 .widget-select-group .group-icon {
        width: 25px;
        height: 25px;
        top: 10px;
        position: absolute;
    }

    .dropdown-1 .widget-select-group .group-icon-selected {
        width: 25px;
        height: 25px;
        top: 0px;
        position: absolute;
    }

        .dropdown-1 .widget-select-group .group-icon img, .dropdown-1 .widget-select-group .group-icon-selected img {
            width: auto;
            height: auto;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
        }

    .dropdown-1 .widget-select-group .group-name, .dropdown-1 .widget-select-group .group-name-selected {
        font-size: 20px !important;
        color: #FFFFFF !important;
        margin-bottom: 0px;
        font-weight: lighter;
        font-family: "roboto", "geomanist", sans-serif;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .dropdown-1 .widget-select-group .group-name {
        padding: 10px;
    }

        .dropdown-1 .widget-select-group .group-name:hover {
            background: #209ac7;
        }

.dropdown-1 .content ul {
    border-left: 1px dotted #FFFFFF;
}

    .dropdown-1 .content ul li {
        font-size: 20px;
        color: #FFFFFF;
        margin-bottom: 0px;
        font-weight: lighter;
        font-family: "roboto", "geomanist", sans-serif;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 10px 20px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

        .dropdown-1 .content ul li:hover {
            background-color: #209ac7;
        }

.dropdown-1 .widget-select-group .group-select .item:hover {
    background-color: #209ac7;
}

.dropdown-1 .group-info {
    padding-left: 50px;
}

/*dropdown---------------------------------------------------*/
/*account-select----------------------------------------------*/
.application-wrapper-btn {
    width: 25%;
    margin-left: 20px;
    margin-top: 30px;
}

.application-wrapper .widget {
    background-color: #209ac7;
    border: none;
}

.application-wrapper .acc-lable {
    font-size: 13px;
    padding-left: 24px;
    text-transform: uppercase;
    color: #b6b6b6;
    margin-bottom: 0px;
}

.widget-select-account, .widget-select-group {
    padding: 10px 20px;
    padding-right: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 94%;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 10px;
}

    .widget-select-account img, .widget-select-group img {
        width: 50px;
        height: 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .widget-select-account .acc-img, .widget-select-group .acc-img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 0px;
        width: 50px;
        height: 50px;
    }

        .widget-select-account .acc-img img, .widget-select-group .acc-img img {
            width: 100%;
            height: 100%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

    .widget-select-account .acc-info, .widget-select-group .acc-info {
        padding-left: 70px;
    }

        .widget-select-account .acc-info .content, .widget-select-group .acc-info .content {
            padding: 0;
        }

    .widget-select-account .account-selected, .widget-select-account .group-selected {
        cursor: pointer;
        position: relative;
    }

    .widget-select-group .account-selected, .widget-select-group .group-selected {
        cursor: pointer;
        position: relative;
    }

    .widget-select-account .account-selected:after, .widget-select-account .group-selected:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .widget-select-group .account-selected:after, .widget-select-group .group-selected:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .widget-select-account .group-selected:before, .widget-select-account .account-selected:before {
        content: "";
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        right: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        border-color: #FFFFFF transparent transparent transparent;
    }

    .widget-select-group .group-selected:before, .widget-select-group .account-selected:before {
        content: "";
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        right: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        border-color: #FFFFFF transparent transparent transparent;
    }

    .widget-select-account .content, .widget-select-group .content {
        padding: 0px 20px 0px 20px;
        margin-bottom: 0px !important;
    }

    .widget-select-account .small, .widget-select-group .small {
        color: #82ddff !important;
        font-size: 15px !important;
        margin-bottom: 0px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .widget-select-account .acc-name, .widget-select-group .acc-name {
        font-size: 20px !important;
        color: #FFFFFF !important;
        margin-bottom: 0px;
        font-weight: lighter;
        font-family: "roboto", "geomanist", sans-serif;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .widget-select-account .acc-select-small, .widget-select-group .acc-select-small {
        font-size: 16px;
        color: #8069b4;
        margin-bottom: 0px;
    }

    .widget-select-account .big-s, .widget-select-group .big-s {
        font-size: 18px;
        color: #503d7a;
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .widget-select-account .big, .widget-select-group .big {
        font-size: 25px;
        color: #503d7a;
        margin-bottom: 0px;
        font-family: "roboto", "geomanist", sans-serif;
    }

    .widget-select-account .col-border, .widget-select-group .col-border {
        border-right: 1px solid #f1f1f1;
    }

    .widget-select-account .acc-select-border, .widget-select-group .acc-select-border {
        border-right: 1px solid #8069b4;
    }

    .widget-select-account .float-right, .widget-select-group .float-right {
        float: right;
        clear: both;
    }

    .widget-select-account .acc-drop-btn, .widget-select-group .acc-drop-btn {
        margin: 20px 0px 0px 50px;
        display: inline-block;
        background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.1) 100%);
        border: 1px solid #cfd0d2;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

        .widget-select-account .acc-drop-btn:hover, .widget-select-group .acc-drop-btn:hover {
            opacity: 0.7;
        }

    .widget-select-account .acc-list-btn, .widget-select-group .acc-list-btn {
        padding: 7px 10px;
    }

    .widget-select-account .triangle, .widget-select-group .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 5px 0 5px;
        border-color: #503d7a transparent transparent transparent;
        display: inline-block;
    }

    .widget-select-account .triangle-right, .widget-select-group .triangle-right {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 7px;
        border-color: transparent transparent transparent #8069b4;
        margin-left: 60px;
        margin-top: 20px;
    }

    .widget-select-account .triangle-right-white, .widget-select-group .triangle-right-white {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #FFFFFF;
        margin-left: -60px;
        margin-top: 15px;
        position: absolute;
        opacity: 0;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .widget-select-account .account-select, .widget-select-account .group-select {
        width: 100%;
        position: absolute;
        z-index: 40;
        left: 0px;
        top: 100%;
        margin-top: -3px;
        display: none;
        -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
    }

    .widget-select-group .account-select, .widget-select-group .group-select {
        width: 100%;
        position: absolute;
        z-index: 40;
        left: 0px;
        top: 100%;
        margin-top: -3px;
        display: none;
        -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
    }

    .widget-select-account .account-select .item, .widget-select-account .group-select .item {
        width: 100%;
        background-color: #209ac7;
        padding: 10px 20px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        cursor: pointer;
    }

    .widget-select-group .account-select .item, .widget-select-group .group-select .item {
        width: 100%;
        background-color: #209ac7;
        padding: 10px 20px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        cursor: pointer;
    }

    .widget-select-account .account-select .item:hover, .widget-select-account .group-select .item:hover {
        background-color: #209ac7;
    }

    .widget-select-group .account-select .item:hover, .widget-select-group .group-select .item:hover {
        background-color: #209ac7;
    }

    .widget-select-account .account-select .item:hover .triangle-right-white, .widget-select-account .group-select .item:hover .triangle-right-white {
        opacity: 1;
        margin-left: -40px;
    }

    .widget-select-group .account-select .item:hover .triangle-right-white, .widget-select-group .group-select .item:hover .triangle-right-white {
        opacity: 1;
        margin-left: -40px;
    }

    .widget-select-account .account-select .item .widget, .widget-select-account .group-select .item .widget {
        border: none;
        background-color: transparent;
        margin-bottom: 0px;
    }

    .widget-select-group .account-select .item .widget, .widget-select-group .group-select .item .widget {
        border: none;
        background-color: transparent;
        margin-bottom: 0px;
    }

    .widget-select-account .account-select .item img, .widget-select-account .group-select .item img {
        filter: grayscale(0%);
    }

    .widget-select-group .account-select .item img, .widget-select-group .group-select .item img {
        filter: grayscale(0%);
    }

    .widget-select-account .account-select .item .content .acc-select-small, .widget-select-account .group-select .item .content .acc-select-small {
        color: #82ddff !important;
    }

    .widget-select-group .account-select .item .content .acc-select-small, .widget-select-group .group-select .item .content .acc-select-small {
        color: #82ddff !important;
    }

    .widget-select-account .small, .widget-select-group .small, .widget-select-account .big-s, .widget-select-group .big-s, .widget-select-account .big, .widget-select-group .big {
        color: #FFFFFF;
    }

    .widget-select-account .desaturate, .widget-select-group .desaturate {
        filter: grayscale(100%);
    }

/* ------------------------------------------------------------------------------------------ Account */
.custom-list-1 {
    margin-bottom: 60px;
}

    .custom-list-1 li {
        padding: 50px 0 0 0;
        border-bottom: 1px solid #cfd0d2;
    }

        .custom-list-1 li:after {
            display: block;
            visibility: hidden;
            height: 0;
            clear: both;
            content: ".";
        }

    .custom-list-1 .left-content, .custom-list-1 .right-content {
        float: left;
        width: 50%;
        margin-bottom: 0;
    }

    .custom-list-1 .left-content {
        font-size: 14px;
        line-height: 22px;
        color: #676c6e;
        text-transform: uppercase;
        text-align: left;
    }

    .custom-list-1 .right-content {
        font-size: 18px;
        line-height: 22px;
        color: #2F333A;
        text-align: right;
    }

/* ------------------------------------------------------------------------------------------ P2P payment */
/*-- autocomplete --*/
.ui-menu {
    border: 1px solid #f1f1f1 !important;
    -webkit-box-shadow: 0px 0px 10px 0px #b6b6b6;
    -moz-box-shadow: 0px 0px 10px 0px #b6b6b6;
    box-shadow: 0px 0px 10px 0px #b6b6b6;
    overflow: hidden;
    background: #FFFFFF !important;
}

.ui-autocomplete.ui-menu .ui-menu-item {
    background: transparent !important;
    border: none !important;
    font-size: 18px;
    font-family: "roboto", "geomanist", sans-serif;
    color: #209ac7;
    font-weight: 500;
    padding: 7px 15px !important;
}

    .ui-autocomplete.ui-menu .ui-menu-item:hover {
        background: #209ac7 !important;
        border: none !important;
        color: #FFFFFF;
        padding: 7px 15px !important;
    }

.autoCompleteImgWrapper {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

    .autoCompleteImgWrapper img {
        width: 100%;
        height: auto;
    }

.autoCompleteImgLabel {
    display: inline-block;
    position: relative;
    top: -12px;
}

/* ------------------------------------------------------------------------------------------ Inbox */
.widget {
    border: 1px solid #cfd0d2;
}

    .widget > .container {
        width: 94%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .widget > .container.top-padding {
            padding-top: 20px;
        }

.widget-inbox .col-left {
    float: left;
    width: 27%;
}

    .widget-inbox .col-left h2 {
        font-size: 30px;
        font-weight: 300;
        margin-bottom: 30px;
    }

        .widget-inbox .col-left h2 i {
            display: inline-block;
            width: 40px;
            height: 40px;
            margin-right: 10px;
        }

.widget-inbox .col-right {
    float: left;
    width: 69%;
    margin-left: 4%;
}

.widget-inbox .search-1 {
    margin-bottom: 22px;
}

.widget-inbox .custom-table {
    margin-bottom: 20px;
}

    .widget-inbox .custom-table .table-row.row-first {
        border-top: 1px solid #f1f1f1;
    }

    .widget-inbox .custom-table .tag {
        background-repeat: no-repeat;
        background-position: center center;
    }

.widget-inbox .table-row {
    cursor: pointer;
    background: #FFFFFF;
    -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;
}

    .widget-inbox .table-row:hover {
        background: #f0fbff;
    }

    .widget-inbox .table-row .col {
        position: relative;
    }

        .widget-inbox .table-row .col .msg-title {
            padding-right: 130px;
        }

        .widget-inbox .table-row .col .msg-date {
            width: 120px;
            position: absolute;
            top: 12px;
            right: 0;
        }

            .widget-inbox .table-row .col .msg-date:after {
                content: '';
                width: 1px;
                height: 20px;
                background: #d0d0d0;
                position: absolute;
                left: 0;
                top: 8px;
            }

.arr-up-tag {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 20px;
    left: 10px;
    background: url(/deweb/Themes/Poba/img/icons/arrow-top-2.png) no-repeat center center;
    background-size: 11px;
}

.arr-down-tag {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 20px;
    left: 10px;
    background: url(/deweb/Themes/Poba/img/icons/arrow-bottom-3.png) no-repeat center center;
    background-size: 11px;
}

.select-1.icon-select .dd-selected {
    padding-left: 17px;
}

.select-1.icon-select .dd-selected-image {
    height: 18px;
    margin-right: 16px;
}

.select-1.icon-select .dd-option-image {
    height: 18px;
    margin-right: 16px;
    margin-top: 4px;
}

.select-1.icon-select .dd-selected-text, .select-1.icon-select .dd-option-text {
    line-height: 20px !important;
}

.select-1.icon-select .dd-option {
    padding-left: 17px;
}

.select-3.icon-select .dk-selected {
    padding-left: 55px;
}

    .select-3.icon-select .dk-selected:before {
        content: "";
        width: 20px;
        height: 18px;
        display: block;
        background: url(/deweb/Themes/Poba/img/icons/icon-mail-3.png) no-repeat center center;
        position: absolute;
        top: 12px;
        left: 14px;
        background-size: 20px;
    }

.message-options li {
    margin: 26px 0;
}

    .message-options li a {
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
        color: #676c6e;
    }

    .message-options li ul {
        padding-left: 15px;
    }

    .message-options li a span {
        display: inline-block;
        float: right;
        min-width: 24px;
        text-align: center;
    }

.message-options .active {
    color: #ff6e00;
}

.message-options a span.active {
    color: #FFFFFF;
    width: 24px;
    height: 24px;
    text-align: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    background: #ff3535;
}

.search-1 {
    border: 1px solid #cfd0d2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}

    .search-1:after {
        content: '';
        width: 17px;
        height: 17px;
        background: url(/deweb/Themes/Poba/img/icons/icon-search.png) 0 0 no-repeat;
        background-size: 17px;
        position: absolute;
        top: 14px;
        right: 20px;
    }

    .search-1 input {
        width: 100%;
        border: none;
        background: none;
        font-size: 14px;
        color: #209ac7;
        font-weight: 700;
        line-height: 46px;
        height: 46px;
        padding: 0 55px 0 20px;
        position: relative;
        z-index: 1;
    }

.side-modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1200;
    overflow: hidden;
}

.side-modal-popup {
    width: 540px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #FFFFFF;
    padding: 25px 30px 25px 40px;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

    .side-modal-popup .actions {
        margin-bottom: 20px;
    }

        .side-modal-popup .actions:after {
            display: block;
            visibility: hidden;
            height: 0;
            clear: both;
            content: ".";
        }

        .side-modal-popup .actions a {
            font-size: 14px;
            color: #494f5a;
            text-transform: uppercase;
            font-weight: 700;
        }

        .side-modal-popup .actions .close-box {
            background: url(/deweb/Themes/Poba/img/icons/icon-close-2.png) 100% 5px no-repeat;
            background-size: 8px;
            padding-right: 14px;
        }

        .side-modal-popup .actions .prev-box, .side-modal-popup .actions .next-box {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            left: 0;
        }

        .side-modal-popup .actions .prev-box {
            float: right;
            position: relative;
            padding-left: 10px;
        }

            .side-modal-popup .actions .prev-box:after {
                content: '';
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 4px 4px 4px 0;
                border-color: transparent #209ac7 transparent transparent;
                position: absolute;
                left: 0;
                top: 3px;
            }

            .side-modal-popup .actions .prev-box:hover {
                left: -5px;
            }

        .side-modal-popup .actions .next-box {
            float: right;
            position: relative;
            padding-right: 10px;
            margin-left: 20px;
        }

            .side-modal-popup .actions .next-box:after {
                content: '';
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 4px 0 4px 4px;
                border-color: transparent transparent transparent #209ac7;
                position: absolute;
                right: 0;
                top: 3px;
            }

            .side-modal-popup .actions .next-box:hover {
                left: 5px;
            }

    .side-modal-popup .content-inner {
        height: calc(100vh - 160px);
    }

        .side-modal-popup .content-inner h2 {
            font-size: 30px;
            line-height: 32px;
            font-weight: 300;
            color: #676c6e;
            margin-bottom: 35px;
        }

        .side-modal-popup .content-inner.no-action-btns {
            height: calc(100vh - 100px);
        }

    .side-modal-popup .inbox-content {
        margin-bottom: 30px;
    }

        .side-modal-popup .inbox-content h2 {
            font-size: 30px;
            line-height: 32px;
            font-weight: 300;
            color: #676c6e;
            margin-bottom: 5px;
        }

        .side-modal-popup .inbox-content h3 {
            font-size: 14px;
            color: #b6b6b6;
            text-transform: uppercase;
            margin-bottom: 30px;
        }

            .side-modal-popup .inbox-content h3 span {
                display: inline-block;
                width: 5px;
                height: 5px;
                background: #209ac7;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                border-radius: 3px;
                position: relative;
                top: -2px;
                margin: 0 5px;
            }

        .side-modal-popup .inbox-content p {
            font-size: 14px;
            color: #676c6e;
            line-height: 22px;
        }

        .side-modal-popup .inbox-content a {
            color: #209ac7;
            text-decoration: underline;
        }

        .side-modal-popup .inbox-content img {
            width: 100%;
            min-width: 100%;
            height: auto;
        }

    .side-modal-popup .bottom-actions {
        padding-top: 30px;
    }

        .side-modal-popup .bottom-actions:after {
            display: block;
            visibility: hidden;
            height: 0;
            clear: both;
            content: ".";
        }

        .side-modal-popup .bottom-actions .btn-1 {
            float: left;
            width: 49%;
        }

            .side-modal-popup .bottom-actions .btn-1:first-child {
                margin-right: 2%;
            }

    .side-modal-popup .attachments-title {
        font-size: 14px;
        color: #ff6e00;
        font-weight: 600;
        text-transform: uppercase;
        padding-bottom: 8px;
        border-bottom: 1px solid #cfd0d2;
        position: relative;
    }

        .side-modal-popup .attachments-title:after {
            content: '';
            width: 30px;
            height: 3px;
            position: absolute;
            bottom: 0;
            left: 0;
            background: #ff6e00;
        }

    .side-modal-popup .attachments {
        margin-bottom: 30px;
    }

        .side-modal-popup .attachments li {
            margin-bottom: 20px;
            padding-left: 40px;
            position: relative;
        }

        .side-modal-popup .attachments a {
            display: block;
        }

        .side-modal-popup .attachments i {
            display: inline-block;
            width: 30px;
            height: 30px;
            position: absolute;
            top: 0;
            left: 0;
            background-repeat: no-repeat;
            background-position: center center;
        }

        .side-modal-popup .attachments .name {
            font-size: 14px;
            color: #209ac7;
            font-weight: 700;
            margin-bottom: 0;
        }

        .side-modal-popup .attachments .doc {
            font-size: 14px;
            color: #676c6e;
            margin-bottom: 0;
        }

        .side-modal-popup .attachments .att-delete {
            width: 20px;
            height: 20px;
            background: url(/deweb/Themes/Poba/img/icons/icon-close-2.png) center center no-repeat;
            background-size: 8px;
            position: absolute;
            top: 0px;
            right: 0px;
        }

    .side-modal-popup.active {
        -webkit-transform: translateX(-540px);
        -moz-transform: translateX(-540px);
        -ms-transform: translateX(-540px);
        transform: translateX(-540px);
        -webkit-transition: transform 0.5s ease;
        -moz-transition: transform 0.5s ease;
        -ms-transition: transform 0.5s ease;
        -o-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
    }

    .side-modal-popup.inbox-bg-1 {
        background-image: url(/deweb/Themes/Poba/img/bg/msg-img.png);
        background-size: 140px;
        background-repeat: no-repeat;
        background-position: 450px 50px;
    }

.side-modal-inner .content-inner .title-1 {
    position: relative;
    margin-bottom: 30px;
}

    .side-modal-inner .content-inner .title-1:before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -10px;
        left: 0;
        background: #cfd0d2;
    }

.side-modal-inner .content-inner .plain-list {
    margin-bottom: 40px;
}

.side-modal-inner .content-inner .user-content p {
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    color: #676c6e;
}

.side-modal-inner .content-inner .user-content ul {
    list-style: none;
}

    .side-modal-inner .content-inner .user-content ul li {
        position: relative;
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 14px;
        color: #676c6e;
    }

        .side-modal-inner .content-inner .user-content ul li:after {
            content: "";
            width: 6px;
            height: 6px;
            display: block;
            background: #209ac7;
            position: absolute;
            left: -20px;
            top: 6px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -ms-border-radius: 100px;
            border-radius: 100px;
        }

.side-modal-inner .content-inner .attachments .btn-1 {
    margin-bottom: 30px;
}

.btn-1.full-width {
    margin: 0 0 20px 0 !important;
    width: 100% !important;
}

.inbox-2 {
    display: block;
}

    .inbox-2 h2 {
        font-size: 30px;
        line-height: 32px;
        font-weight: 300;
        color: #676c6e;
        margin-bottom: 5px;
    }

    .inbox-2 .input-1 {
        font-size: 14px;
        color: #676c6e;
    }

    .inbox-2 .textarea-1 {
        font-size: 14px;
        color: #676c6e;
        height: 360px;
    }

    .inbox-2 .attachments li {
        padding-right: 20px;
    }

    .inbox-2 .attachments .btn-1 {
        display: inline-block;
        width: auto;
        min-width: 225px;
    }

/*---------------------------------------side-modal-payment-recivers-profiles-----------*/
#side-modal-payment-recivers-profiles .id-tag {
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    border-radius: 10%;
    font-size: 17px;
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #ff6e00;
    margin-right: 15px;
    float: left;
}

#side-modal-payment-recivers-profiles .id-p {
    color: grey;
    margin-top: 8px;
    float: left;
    font-size: 15px;
    margin-bottom: 0px;
}

#side-modal-payment-recivers-profiles .id-tag-img {
    background: url("/deweb/Themes/Poba/img/icons/reciver-2.png") no-repeat center center;
    background-size: 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    padding-top: 6px;
    font-weight: 600;
    margin-right: 15px;
    float: left;
}

#side-modal-payment-recivers-profiles .id-img {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

#side-modal-payment-recivers-profiles .btn-1 {
    float: right;
    padding: 10px 10px;
    width: 25%;
    font-size: 14px;
    margin-right: 0%;
}

#side-modal-payment-recivers-profiles .reciver-info {
    border-top: 1px solid #cfd0d2;
    border-bottom: 1px solid #cfd0d2;
    padding: 10px 5px;
    background-color: #FFFFFF;
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
}

    #side-modal-payment-recivers-profiles .reciver-info:hover {
        background-color: #f1f1f1;
    }

#side-modal-payment-recivers-profiles .hidden {
    display: none;
    -webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}

#side-modal-payment-recivers-profiles .reciver-info:hover .hidden {
    display: block;
}

#side-modal-payment-recivers-profiles .show-content {
    display: block;
    background-color: #f1f1f1;
}

#side-modal-payment-recivers-profiles .plain-list {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    border-bottom: 2px solid #FFFFFF;
}

    #side-modal-payment-recivers-profiles .plain-list div {
        margin: 10px 5px;
        border-bottom: none;
    }

        #side-modal-payment-recivers-profiles .plain-list div:after {
            display: none;
        }

#side-modal-payment-recivers-profiles .cf:before {
    display: none;
}

#side-modal-payment-recivers-profiles .news .search-btn {
    position: absolute;
    right: 20px;
    width: 20px;
    background: url(/deweb/Themes/Poba/img/icons/icon-search.png) center center no-repeat;
    background-size: 17px;
    border: none;
    margin-right: 15px;
    margin-top: -30px;
}

#side-modal-payment-recivers-profiles .input-1 {
    display: block;
    font-family: "roboto", "geomanist", sans-serif;
    width: 100%;
    background: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    color: #503d7a;
    padding: 8px 10px;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0px 0 0 #FFFFFF;
    -moz-box-shadow: 0 0px 0 0 #FFFFFF;
    box-shadow: 0 0px 0 0 #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#side-modal-payment-recivers-profiles .actions .col-left {
    float: left;
    clear: both;
    margin-top: 40px;
}

    #side-modal-payment-recivers-profiles .actions .col-left h3 {
        font-size: 30px;
        margin-bottom: 0px;
        color: grey;
    }

#side-modal-payment-recivers-profiles .content-inner {
    height: calc(63vh - 0px);
}

#side-modal-payment-recivers-profiles .widget-tabs li, #side-modal-payment-recivers-profiles .widget-tabs a {
    width: 33%;
    color: grey;
    font-weight: 700;
    min-width: 150px;
}

    #side-modal-payment-recivers-profiles .widget-tabs li.active a, #side-modal-payment-recivers-profiles .widget-tabs li:hover a {
        color: #ff6e00;
    }

#side-modal-payment-recivers-profiles .btn-1 {
    margin-right: 4%;
    /*&:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 4px 5px 4px;
            border-color: transparent transparent $lightblue transparent;
            position: absolute;
            right: 3px;
            @include transform(rotate(180deg));
            margin-top: 7px;
            @include transition(all 0.3s ease);
        }*/
}

#side-modal-payment-recivers-profiles .reciver-info:hover .btn-1:after {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* ------------------------------------------------------------------------------------------ Prelogin steps */
/*--------------side-modal-currency---------------------------------------------------------------------------*/
#side-modal-currency-new .dashboard-shortcut-list {
    margin-top: 3%;
}

#side-modal-currency-new .description {
    height: 44px;
    border-bottom: 1px solid #b6b6b6;
}

    #side-modal-currency-new .description img {
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 7px;
        margin-right: 15px;
    }

#side-modal-currency-new .shortcut-name {
    font-size: 16px;
    color: #b6b6b6;
    margin-bottom: 0px;
    padding-top: 13px;
}

#side-modal-currency-new .notification-trigger, #side-modal-currency-new .trigger-mobile {
    margin-top: -29px;
}

#side-modal-currency-new .float-right {
    float: right !important;
}

#side-modal-currency-new .plain-list p {
    margin-bottom: 8px;
}

#side-modal-currency-new .col-left {
    float: left;
}

#side-modal-currency-new .col-right {
    float: right;
}

#side-modal-currency-new h2 {
    font-weight: 500;
}

#side-modal-currency-new .actions {
    margin-bottom: 40px;
}

    #side-modal-currency-new .actions p {
        font-size: 14px;
        color: #676c6e;
        line-height: 18px;
        margin-top: 8%;
    }

#side-modal-currency-new .content-inner {
    height: calc(100vh - 180px);
}

#side-modal-currency-new .inner-p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px !important;
    color: #b6b6b6;
    font-weight: 500;
}

    #side-modal-currency-new .inner-p span {
        color: #424242;
    }

#side-modal-currency-new .bottom-actions {
    padding-top: 0px;
}

#side-modal-currency-new .mCustomScrollBox {
    height: 80%;
}

#popup-content-side .dashboard-shortcut-list {
    margin-top: 3%;
}

#popup-content-side .description img {
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 7px;
    margin-right: 15px;
}

#popup-content-side .shortcut-name {
    font-size: 16px;
    color: #b6b6b6;
    margin-bottom: 0px;
    padding-top: 13px;
}

#popup-content-side .trigger-mobile {
    margin-top: -29px;
}

#popup-content-side .float-right {
    float: right !important;
}

#popup-content-side .plain-list p {
    margin-bottom: 8px;
}

#popup-content-side .col-left {
    float: left;
}

#popup-content-side h2 {
    font-weight: 500;
}

#popup-content-side .actions {
    margin-bottom: 40px;
}

    #popup-content-side .actions p {
        font-size: 14px;
        color: #676c6e;
        line-height: 18px;
        margin-top: 8%;
    }

#side-modal-currency-new .mCustomScrollBox {
    height: 90%;
}

#side-modal-currency-new .shortcut-name {
    font-size: 14px;
}

#side-modal-currency-new .actions .close-box {
    margin-right: 20px;
}

#side-modal-currency-new .trigger-mobile {
    margin-top: -26px;
}

#popup-content-side .dashboard-shortcut-list {
    margin-top: 3%;
}

#popup-content-side .description img {
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 7px;
    margin-right: 15px;
}

#popup-content-side .shortcut-name {
    font-size: 16px;
    color: #b6b6b6;
    margin-bottom: 0px;
    padding-top: 13px;
}

#popup-content-side .trigger-mobile {
    margin-top: -29px;
}

#popup-content-side .float-right {
    float: right !important;
}

#popup-content-side .plain-list p {
    margin-bottom: 8px;
}

#popup-content-side .col-left {
    float: left;
}

#popup-content-side h2 {
    font-weight: 500;
}

#popup-content-side .actions {
    margin-bottom: 40px;
}

    #popup-content-side .actions p {
        font-size: 14px;
        color: #676c6e;
        line-height: 18px;
        margin-top: 8%;
    }

#side-modal-currency-new .actions .close-box {
    margin-right: 20px;
}

#side-modal-currency-new .trigger-mobile {
    margin-top: -26px;
}

/*--------------side-modal-currency------------------------------------------------------------------------*/
.login-steps {
    margin-top: 20px;
    padding-right: 60px;
}

    .login-steps li {
        display: inline-block;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        background: #cfd0d2;
        height: 32px !important;
        min-width: 32px;
        text-align: center;
        color: #FFFFFF;
        padding: 9px 0px 0px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        .login-steps li.active {
            background: #209ac7;
            padding: 9px 22px 7px;
            height: auto !important;
        }

.prelogin-full.sign-up-steps .col-head {
    top: 20px;
    z-index: 1;
}

    .prelogin-full.sign-up-steps .col-head .close {
        line-height: 38px;
        background: url(/deweb/Themes/Poba/img/icons/icon-close-2.png) 100% 13px no-repeat;
        background-size: 10px;
    }

.prelogin-full.sign-up-steps .inner {
    height: 540px;
}

.prelogin-full.sign-up-steps .scrollable-content {
    margin-top: 20px;
    height: 375px;
    padding-bottom: 20px;
}

.prelogin-full.sign-up-steps .button-actions {
    border-top: 1px solid #d0d0d0;
    padding-top: 20px;
}

    .prelogin-full.sign-up-steps .button-actions:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .prelogin-full.sign-up-steps .button-actions .btn-1 {
        float: left;
        width: 49%;
    }

        .prelogin-full.sign-up-steps .button-actions .btn-1:first-child {
            margin-right: 2%;
        }

.prelogin-full.sign-up-steps .checkbox-wrap {
    padding: 0;
}

.mobile-entry:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}

.mobile-entry .select-3 {
    float: left;
    width: 100px;
}

    .mobile-entry .select-3 .dk-selected, .mobile-entry .select-3 .dk-option {
        padding: 1rem 2.5rem 1rem 1.2rem;
    }

.mobile-entry .input-1 {
    width: calc(100% - 110px);
    float: right;
}

.checkbox-wrap a {
    color: #676c6e;
    position: relative;
}

    .checkbox-wrap a span {
        color: #209ac7;
    }

.download-link {
    position: relative;
    padding-right: 35px !important;
}

    .download-link:after {
        content: "";
        width: 29px;
        height: 29px;
        display: block;
        background: url(/deweb/Themes/Poba/img/icons/download-icon.png) no-repeat center center;
        background-size: 29px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -15px;
    }

.info-content {
    margin-bottom: 20px;
}

    .info-content p {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 13px;
        margin-bottom: 10px;
        color: #676c6e;
        line-height: 20px;
    }

.button-actions .fl-r {
    margin-right: 0 !important;
}

.statements-wrapper {
    width: 100%;
    margin-top: 20px;
}

    .statements-wrapper:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

.statement-half {
    float: left;
    width: 50%;
    padding: 0 20px 0 0;
}

.statement-content {
    width: 100%;
    margin-bottom: 20px;
}

    .statement-content:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .statement-content .group-inner {
        float: right;
        width: 66px;
    }

    .statement-content .content-wrapper {
        float: left;
        width: calc(100% - 86px);
    }

    .statement-content p {
        margin-bottom: 0;
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 14px;
        color: #676c6e;
    }

    .statement-content a {
        margin-bottom: 0;
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 14px;
        color: #676c6e;
        color: #209ac7;
        text-decoration: underline;
    }

.statement-half:last-child {
    padding-right: 0;
    padding: 0 0 0 20px;
    border-left: 1px solid #d0d0d0;
}

.checkmark-icon {
    width: 61px;
    height: 42px;
    display: inline-block;
    background: url(/deweb/Themes/Poba/img/icons/icon-check-6.png) no-repeat center center;
    background-size: 61px;
}

.error-icon {
    width: 43px;
    height: 43px;
    display: inline-block;
    background: url(/deweb/Themes/Poba/img/icons/error-icon.png) no-repeat center center;
    background-size: 43px;
}

.title-done {
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 30px;
    color: #209ac7;
    margin-top: 10px;
    font-weight: 100;
}

    .title-done .checkmark-icon {
        position: relative;
        top: 8px;
        margin-right: 10px;
    }

.title-error {
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 30px;
    color: #ff0202;
    margin-top: 10px;
    font-weight: 100;
}

    .title-error .error-icon {
        position: relative;
        top: 10px;
        margin-right: 10px;
    }

.sign-up-data-check {
    margin-top: 12px;
}

    .sign-up-data-check:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .sign-up-data-check .half {
        float: left;
        width: 50%;
        padding-right: 10px;
    }

        .sign-up-data-check .half:nth-child(2) {
            padding-left: 10px;
            padding-right: 0;
        }

    .sign-up-data-check p, .sign-up-data-check a {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 14px;
        color: #676c6e;
    }

    .sign-up-data-check p {
        margin-bottom: 10px;
    }

.data-control {
    border-bottom: 1px solid #cfd0d2;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

    .data-control:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .data-control .key, .data-control .value {
        margin-bottom: 0;
        font-size: 14px;
    }

    .data-control .key {
        float: left;
        text-transform: uppercase;
        color: #676c6e;
    }

    .data-control .value {
        color: #209ac7;
        float: right;
    }

.download-link-1 {
    display: block;
    padding-right: 40px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .download-link-1 .download-icon {
        position: absolute;
        top: 5px;
        right: 0;
    }

    .download-link-1:hover {
        color: #209ac7;
    }

.download-icon {
    width: 29px;
    height: 29px;
    display: inline-block;
    background: url(/deweb/Themes/Poba/img/icons/download-icon.png) no-repeat center center;
    background-size: 29px;
}

#map-canvas-signup {
    width: 100%;
    height: 295px;
}

.error-log-wrapper {
    margin-top: 15px;
}

    .error-log-wrapper p {
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 14px;
        color: #676c6e;
    }

.error-log .hidden {
    margin-top: 35px;
    display: none;
}

.error-log-title {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "roboto", "geomanist", sans-serif;
    color: #676c6e;
    border-bottom: 1px solid #d0d0d0;
    text-align: center;
    cursor: pointer;
}

    .error-log-title span {
        background: #FFFFFF;
        padding: 0 35px 0 10px;
        position: relative;
        top: 9px;
    }

        .error-log-title span:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -2px;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            border-color: #d0d0d0 transparent transparent transparent;
        }

/* ------------------------------------------------------------------------------------------ News */
.news .icon-rss-1 {
    background-repeat: no-repeat;
    background-position: 5px 7px;
}

.news .custom-table .tag.tagcolor-6 {
    background-color: #209ac7;
}

.news .widget-slat h3 {
    color: #676c6e;
}

    .news .widget-slat h3:before {
        display: none;
    }

.news .search-btn {
    position: absolute;
    top: 35px;
    right: 39px;
    width: 20px;
    background: url(/deweb/Themes/Poba/img/icons/icon-search-2.png) center center no-repeat;
    background-size: 17px;
    border: none;
}

.news .input-1 {
    font-size: 13px;
    color: #676c6e;
    padding: 12px 10px;
}

.news .custom-table .text-cl-1, .news .widget-slat .col-left p {
    color: #676c6e;
}

.news .group {
    border-bottom: 1px solid #f1f1f1;
}

.news .custom-table .row-1 .col:before {
    display: none;
}

.news .custom-table .text-2 {
    line-height: 33px;
    white-space: nowrap;
}

.news .widget-buttons {
    padding: 30px 0px 12px 0px;
}

.news .custom-table span {
    text-transform: none;
}

.news .custom-table .text-1 {
    font-weight: 600;
}

.news .custom-table .table-row.row-1 {
    cursor: pointer;
}

/* ------------------------------------------------------------------------------------------ News-modal */
#side-modal-news .input-search {
    position: relative;
}

    #side-modal-news .input-search .input-1 {
        -webkit-box-shadow: 0 2px 0 0 #8069b4;
        -moz-box-shadow: 0 2px 0 0 #8069b4;
        box-shadow: 0 2px 0 0 #8069b4;
    }

#side-modal-news .search-btn {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 20px;
    height: 100%;
    background: url(/deweb/Themes/Poba/img/icons/icon-search-2.png) center center no-repeat;
    background-size: 17px;
    border: none;
    margin-right: 0;
}

#side-modal-news .title-4:before {
    display: none;
}

#side-modal-news h3 span {
    color: #676c6e;
}

#side-modal-news .col-left {
    float: left;
    width: 90%;
}

    #side-modal-news .col-left img {
        position: absolute;
        left: 116px;
        top: 17px;
        width: auto;
        height: auto;
    }

    #side-modal-news .col-left p {
        font-size: 13px;
    }

#side-modal-news .button-wrap {
    margin-top: 20px;
}

#side-modal-news .table-row {
    cursor: pointer;
}

#side-modal-news img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

#side-modal-news p {
    font-size: 15px;
    color: #676c6e;
    margin-bottom: 10px;
}

#side-modal-news i {
    color: #209ac7;
}

#side-modal-news br {
    line-height: 40px;
}

#side-modal-news .content-inner {
    height: calc(100vh - 250px) !important;
}

#side-modal-news .plain-list div {
    border-bottom: none;
}

#side-modal-news .plain-list a {
    color: #209ac7;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: inherit;
    display: inline;
    padding: 0px 0px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    #side-modal-news .plain-list a:hover {
        text-decoration: underline;
    }

#side-modal-news .close-box {
    margin-bottom: 20px;
}

/* ------------------------------------------------------------------------------------------ Product catalogue */
.product-cat-slat .widget-grid-options {
    text-align: center;
}

.product-cat-slat .grid-options {
    display: inline-block;
    float: none;
    background: #FFFFFF;
    padding: 0 20px;
}

    .product-cat-slat .grid-options .grid-option {
        margin-left: 0;
    }

.product-list:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}

.prelogin-product .product-list {
    height: 440px;
}

.prelogin-product .product-box {
    float: left;
    width: 49%;
    margin-bottom: 10px;
}

    .prelogin-product .product-box:nth-child(odd) {
        margin-right: 2%;
    }

.product-box {
    height: 276px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid #cfd0d2;
}

    .product-box .title-1 {
        position: absolute;
        top: 10px;
        left: 10px;
        opacity: 1;
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }

        .product-box .title-1 span:after {
            bottom: -4px;
        }

    .product-box .product-content {
        width: 100%;
        height: 100%;
        padding: 10px;
        background: rgba(45, 64, 80, 0.75);
        position: absolute;
        top: 185px;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: transform 0.5s ease;
        -moz-transition: transform 0.5s ease;
        -ms-transition: transform 0.5s ease;
        -o-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
    }

    .product-box h3 {
        font-size: 36px;
        color: #FFFFFF;
        font-weight: 300;
        margin-bottom: 0;
    }

    .product-box .product-content p {
        font-size: 14px;
        color: #FFFFFF;
    }

    .product-box .product-content h3, .product-box .product-content p {
        padding: 0 10px;
    }

    .product-box .circle {
        display: inline-block;
        width: 12px;
        height: 12px;
        position: relative;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        margin-right: 8px;
        top: 2px;
    }

        .product-box .circle.color-1 {
            background: #eb0255;
        }

        .product-box .circle.color-2 {
            background: #209ac7;
        }

    .product-box .btn-1 {
        position: absolute;
        bottom: 10px;
        width: 96%;
        left: 2%;
    }

    .product-box:hover .title-1 {
        opacity: 0;
    }

    .product-box:hover .product-content {
        -webkit-transform: translateY(-185px);
        -moz-transform: translateY(-185px);
        -ms-transform: translateY(-185px);
        transform: translateY(-185px);
    }

    .product-box .recommended {
        width: 220px;
        font-size: 14px;
        color: #FFFFFF;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        background: #eb0255;
        padding: 70px 0 10px 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: -75px;
        top: -24px;
        width: 200px;
    }

.product-slider {
    position: relative;
    margin-bottom: 20px;
}

    .product-slider .title-1 {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 10;
        margin-top: 20px;
    }

        .product-slider .title-1 span:after {
            width: 100%;
        }

    .product-slider .slide {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .product-slider .product-inner {
        width: 100%;
    }

    .product-slider h3 {
        font-size: 40px;
        font-weight: 300;
        color: #FFFFFF;
    }

        .product-slider h3 strong {
            font-weight: 600;
        }

    .product-slider .product-inner {
        height: 330px;
        padding-left: 53%;
        padding-right: 13%;
        padding-top: 50px;
        padding-bottom: 30px;
    }

        .product-slider .product-inner p {
            font-size: 14px;
            color: #FFFFFF;
            line-height: 24px;
        }

    .product-slider .btn-1 {
        width: auto;
        display: inline-block;
        min-width: 200px;
    }

    .product-slider .slider-button-prev, .product-slider .slider-button-next {
        position: absolute;
        top: 40px;
        width: 50px;
        height: 50px;
        top: 130px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        cursor: pointer;
        opacity: 0.15;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

        .product-slider .slider-button-prev:hover, .product-slider .slider-button-next:hover {
            opacity: 1;
        }

    .product-slider .slider-button-prev {
        left: 15px;
        background: #FFFFFF url(/deweb/Themes/Poba/img/icons/arrow-left-1.png) center center no-repeat;
        background-size: 25px;
    }

    .product-slider .slider-button-next {
        right: 15px;
        background: #FFFFFF url(/deweb/Themes/Poba/img/icons/arrow-right-1.png) center center no-repeat;
        background-size: 25px;
    }

    .product-slider .slick-dots {
        width: 100%;
        position: absolute;
        top: 15px;
        left: 0;
        text-align: center;
    }

        .product-slider .slick-dots li {
            display: inline-block;
            width: 6px;
            height: 6px;
            margin-right: 6px;
        }

        .product-slider .slick-dots button {
            text-indent: -9999px;
            overflow: hidden;
            padding: 0;
            width: 6px;
            height: 6px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            background: transparent;
            border: 1px solid #FFFFFF;
            background: transparent;
        }

        .product-slider .slick-dots .slick-active button {
            background: #FFFFFF;
        }

.product-wrapper .widget-grid-options {
    text-align: center;
}

.product-wrapper .grid-options {
    display: inline-block;
    float: none;
    padding: 0 20px;
}

    .product-wrapper .grid-options .grid-option {
        margin-left: 0;
    }

.product-wrapper .product-box {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.product-wrapper .product-list .product-box:nth-child(3n + 3) {
    margin-right: 0;
}

.product-single {
    border: none;
}

    .product-single .title-1 {
        margin-bottom: 20px;
        position: relative;
    }

        .product-single .title-1:after {
            content: '';
            width: 100%;
            height: 1px;
            background: #d0d0d0;
            position: absolute;
            bottom: -10px;
            left: 0;
        }

        .product-single .title-1.no-margin {
            margin-bottom: 10px;
        }

            .product-single .title-1.no-margin:after {
                display: none;
            }

    .product-single .product-info li {
        float: left;
        width: 48%;
    }

        .product-single .product-info li:nth-child(odd) {
            margin-right: 4%;
        }

    .product-single .info-inner {
        height: 360px;
        margin-bottom: 10px;
    }

        .product-single .info-inner p {
            font-size: 14px;
            color: #676c6e;
        }

        .product-single .info-inner ul {
            margin-bottom: 20px;
        }

        .product-single .info-inner .content-list li {
            font-size: 14px;
            color: #676c6e;
            position: relative;
            padding-left: 10px;
        }

            .product-single .info-inner .content-list li:after {
                content: '';
                position: absolute;
                top: 6px;
                left: 0px;
                width: 5px;
                height: 5px;
                background: #209ac7;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                border-radius: 3px;
            }

    .product-single .download {
        font-size: 14px;
        color: #676c6e;
    }

        .product-single .download a {
            display: inline-block;
            width: 28px;
            height: 28px;
            margin-left: 10px;
            -webkit-border-radius: 14px;
            -moz-border-radius: 14px;
            -ms-border-radius: 14px;
            border-radius: 14px;
            background-color: #209ac7;
            background-repeat: no-repeat;
            background-position: center center;
            position: relative;
            top: 9px;
        }

    .product-single .product-actions {
        border-top: 1px solid #d0d0d0;
        padding-top: 20px;
    }

        .product-single .product-actions:after {
            display: block;
            visibility: hidden;
            height: 0;
            clear: both;
            content: ".";
        }

        .product-single .product-actions .btn-1 {
            float: left;
            width: 49%;
        }

            .product-single .product-actions .btn-1:first-child {
                margin-right: 2%;
            }

.product-info {
    background: #f1f1f1;
    padding: 0 20px;
    margin-bottom: 20px;
}

    .product-info ul:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .product-info li {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0px 15px 0px;
        color: #494f5a;
        text-transform: uppercase;
        border-bottom: 1px solid #FFFFFF;
    }

        .product-info li span {
            color: #ff6e00;
            font-size: 18px;
            line-height: 20px;
            text-transform: none;
            float: right;
        }

body .ui-selectmenu-menu .ui-widget-content[id^="select-currency"] .ui-menu-item {
    background: #209ac7;
    font-family: "roboto", "geomanist", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
}

body .ui-selectmenu-menu .ui-widget-content[id^="select-currency"] .ui-state-focus {
    background: #209ac7;
}

body .ui-selectmenu-menu .ui-menu {
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

/* ------------------------------------------------------------------------------------------ Selfcare my profile */
.account-row.profile-row {
    text-align: center;
    padding: 15px;
}

    .account-row.profile-row .img-box {
        display: inline-block;
        width: 120px;
        height: 120px;
        -webkit-border-radius: 10%;
        -moz-border-radius: 10%;
        -ms-border-radius: 10%;
        border-radius: 10%;
        overflow: hidden;
        float: left;
    }

        .account-row.profile-row .img-box img {
            width: 100%;
            height: auto;
        }

    .account-row.profile-row .img-box-wrapper {
        width: auto;
        margin: auto;
        display: inline-block;
        height: 120px;
    }

    .account-row.profile-row p {
        font-size: 36px;
        color: #676c6e;
        font-weight: 700;
        margin-left: 10px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        float: left;
    }

.selfcare-widget h2 {
    margin-bottom: 40px;
}

.selfcare-widget .col-right {
    position: relative;
}

.selfcare-widget .position-top {
    width: 100%;
    position: absolute;
    top: -76px;
    left: 0;
    padding-left: 0;
}

.profile-img-group {
    height: 120px;
    position: relative;
    margin: 10px auto 10px auto;
}

    .profile-img-group .img-box {
        width: 120px;
        height: 120px;
        -webkit-border-radius: 10%;
        -moz-border-radius: 10%;
        -ms-border-radius: 10%;
        border-radius: 10%;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        background: #676c6e;
    }

        .profile-img-group .img-box img {
            width: 100%;
            height: auto;
            opacity: 1;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
            -webkit-border-radius: 10%;
            -moz-border-radius: 10%;
            -ms-border-radius: 10%;
            border-radius: 10%;
        }

        .profile-img-group .img-box span {
            width: 100%;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            color: #FFFFFF;
            text-align: center;
            position: absolute;
            top: 40px;
            left: 0;
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

    .profile-img-group .cancel-link {
        width: 35px;
        height: 35px;
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: #eb0255;
        background-image: url(/deweb/Themes/Poba/img/icons/close.png);
        background-position: center center;
        background-size: 10px;
        background-repeat: no-repeat;
        border: 3px solid #FFFFFF;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        border-radius: 18px;
        -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;
        display: block;
    }

        .profile-img-group .cancel-link:hover {
            background-color: #eb0255;
            display: block;
        }

    .profile-img-group:hover .img-box img {
        opacity: 0.5;
    }

    .profile-img-group:hover .img-box span {
        opacity: 1;
    }

.popup-profile-thumb-wrapper {
    width: 44px;
    height: 45px;
    overflow: hidden;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    margin: 0 auto 40px;
    text-align: center;
}

    .popup-profile-thumb-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* ------------------------------------------------------------------------------------------ Selfcare authentication */
.img-flag {
    width: 46px;
}

    .img-flag img {
        width: 100%;
        height: auto;
    }

    .img-flag .img-box span {
        opacity: 1;
    }

.flag-slider {
    height: 52px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    margin: 40px 0;
}

    .flag-slider .slide {
        text-align: center;
    }

        .flag-slider .slide img {
            display: inline-block;
            width: 49px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            -ms-border-radius: 25px;
            border-radius: 25px;
            -webkit-transition: border 0.3s ease;
            -moz-transition: border 0.3s ease;
            -ms-transition: border 0.3s ease;
            -o-transition: border 0.3s ease;
            transition: border 0.3s ease;
            border: 3px solid #FFFFFF;
            cursor: pointer;
        }

            .flag-slider .slide img:hover {
                border-color: #209ac7;
            }

    .flag-slider .slick-prev, .flag-slider .slick-next {
        width: 15px;
        height: 45px;
        position: absolute;
        top: 0;
        padding: 0;
        text-indent: -999px;
        overflow: hidden;
        background: transparent;
        margin-right: 0;
    }

        .flag-slider .slick-prev:after, .flag-slider .slick-next:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -2px;
            margin-top: -5px;
            width: 0;
            height: 0;
            border-style: solid;
        }

    .flag-slider .slick-prev {
        left: 0;
    }

        .flag-slider .slick-prev:after {
            border-width: 5px 5px 5px 0;
            border-color: transparent #209ac7 transparent transparent;
        }

    .flag-slider .slick-next {
        right: 0;
    }

        .flag-slider .slick-next:after {
            border-width: 5px 0 5px 5px;
            border-color: transparent transparent transparent #209ac7;
        }

/* ------------------------------------------------------------------------------------------ Selfcare my applications */
.-border-top {
    border-top: 1px solid #cfd0d2;
}

.application-head {
    position: relative;
    padding-right: 20px;
}

    .application-head.-border-top {
        padding-top: 13px;
        margin-top: 24px;
        border-top: 1px solid #cfd0d2;
    }

    .application-head h3 {
        color: #209ac7;
        margin-bottom: 0;
        font-family: "roboto", "geomanist", sans-serif;
        font-weight: normal;
        font-size: 18px;
        margin-bottom: 2px;
    }

        .application-head h3:before {
            display: none;
        }

    .application-head p {
        margin-bottom: 0;
        font-family: "roboto", "geomanist", sans-serif;
        font-weight: normal;
        color: #676c6e;
        font-size: 14px;
        margin-bottom: 13px;
    }

    .application-head .widget-options {
        right: 0;
        top: 20px;
    }

.document-actions {
    border-top: 1px solid #cfd0d2;
}

    .document-actions:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .document-actions p {
        font-family: "roboto", "geomanist", sans-serif;
        color: #676c6e;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .document-actions .btn-1 {
        height: 35px;
        width: auto;
        padding: 8px 13px;
        margin: 8px 3px;
    }

    .document-actions .custom-file-upload-2 {
        margin-right: 0;
    }

    .document-actions .description {
        float: left;
        width: 50%;
        padding-top: 14px;
    }

    .document-actions .btn-wrapper {
        float: right;
        width: 50%;
        text-align: right;
    }

.attachment-wrapper {
    position: relative;
    padding-right: 75px;
}

    .attachment-wrapper p {
        font-family: "roboto", "geomanist", sans-serif;
        color: #676c6e;
        font-size: 15px;
        margin-bottom: 0px;
        position: relative;
        padding-left: 35px;
        margin-bottom: 30px;
        word-break: break-all;
    }

        .attachment-wrapper p:before {
            content: "";
            display: inline-block;
            width: 30px;
            height: 30px;
            position: absolute;
            top: -6px;
            left: 0;
            background: url(/deweb/Themes/Poba/img/icons/attachment-icon.png) no-repeat center center;
            background-size: 20px;
        }

    .attachment-wrapper .delete {
        font-family: "roboto", "geomanist", sans-serif;
        color: #676c6e;
        font-size: 15px;
        text-transform: uppercase;
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 20px;
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        -ms-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }

        .attachment-wrapper .delete:after {
            content: "";
            width: 9px;
            height: 9px;
            display: block;
            position: absolute;
            top: 5px;
            right: 0;
            background: url(/deweb/Themes/Poba/img/icons/error-icon-small.png) no-repeat center center;
            background-size: 9px;
        }

        .attachment-wrapper .delete:hover {
            color: #ff0202;
        }

/* ------------------------------------------------------------------------------------------ Selfcare my documents */
.document-wrapper {
    padding-left: 35px;
}

    .document-wrapper .format-icon {
        left: 0;
        position: absolute;
    }

    .document-wrapper .folder-icon {
        left: 0;
        position: absolute;
    }

.format-icon {
    padding-top: 12px;
    text-align: center;
    width: 40px;
    height: 40px;
    display: block;
    text-transform: uppercase;
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background: #ff6e00;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    border-radius: 10%;
}

.folder-icon {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-folder.png);
    background-size: 40px;
    width: 40px;
    height: 40px;
}

/* ------------------------------------------------------------------------------------------ Selfcare notifications */
.user-notification-list {
    border-top: 1px solid #cfd0d2;
}

.notification-wraper {
    border-bottom: 1px solid #cfd0d2;
}

    .notification-wraper:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .notification-wraper .description {
        float: left;
        padding-top: 14px;
        margin-left: 10px;
        width: calc(100% - 150px);
    }

        .notification-wraper .description p {
            font-family: "roboto", "geomanist", sans-serif;
            color: #555555;
            font-size: 16px;
            margin-bottom: 0;
        }

    .notification-wraper .notification-group-title {
        margin-left: 10px;
    }

        .notification-wraper .notification-group-title p {
            font-family: "roboto", "geomanist", sans-serif;
            color: #555555;
            font-size: 16px;
            margin-bottom: 0;
        }

        .notification-wraper .notification-group-title:after {
            display: block;
            visibility: hidden;
            height: 0;
            clear: both;
            content: ".";
        }

        .notification-wraper .notification-group-title p {
            margin-bottom: 15px;
        }

    .notification-wraper .notification-trigger, .notification-wraper .notification-condition {
        float: right;
    }

    .notification-wraper .schedule-checkbox {
        display: block;
        float: left;
        margin: 4px 10px 10px;
    }

    .notification-wraper .schedule-checkbox-description {
        display: block;
        float: left;
        margin: 4px 10px 10px;
        padding-top: 11px;
    }

    .notification-wraper .checkbox-wrap-2 {
        margin: 7px 0 4px;
        margin-right: 10px;
    }

    .notification-wraper .notification-condition {
        width: 130px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .notification-wraper .notification-condition input[type="text"], .notification-wraper .notification-condition input[type="number"] {
            font-family: "roboto", "geomanist", sans-serif;
            color: #676c6e;
            font-size: 14px;
            text-align: right;
            border: 1px solid #cfd0d2;
            background: #FFFFFF;
            outline: none;
            width: 100%;
            font-weight: 600;
            padding: 11px 13px 10px 10px;
        }

    .notification-wraper .hidden {
        clear: both;
        border-top: 1px solid #cfd0d2;
        background: #f1f1f1;
        padding: 15px 0 3px 0;
        display: none;
    }

        .notification-wraper .hidden:after {
            display: block;
            visibility: hidden;
            height: 0;
            clear: both;
            content: ".";
        }

    .notification-wraper .sub-notification:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .notification-wraper .sub-notification p {
        font-size: 15px;
    }

.notification-divider {
    height: 1px;
    clear: both;
    width: 100%;
    background: #cfd0d2;
    margin: 5px 0 15px 0;
}

/* ------------------------------------------------------------------------------------------ Cards */
.card-preview {
    margin-bottom: 20px;
}

    .card-preview img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.col-right.expanable {
    display: none;
}

.title-1.-more .plus {
    font-family: "roboto", "geomanist", sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 18px;
    width: 18px;
    height: 18px;
    display: block;
    line-height: 18px;
    text-align: center;
    background-color: #ff6e00;
    position: absolute;
    right: 0;
    bottom: -9px;
    font-weight: 800;
}

    .title-1.-more .plus .idle:after, .title-1.-more .plus .focus:after {
        display: none;
    }

    .title-1.-more .plus .idle {
        display: inline;
    }

    .title-1.-more .plus.active .idle {
        display: none;
    }

    .title-1.-more .plus.active .focus {
        display: inline;
    }

    .title-1.-more .plus .focus {
        display: none;
        position: relative;
    }

.title-1.link-list-align {
    margin-bottom: 8px;
}

.plain-list .checkbox-2.styledCheckbox:after {
    opacity: 1;
    visibility: visible;
}

.plain-list .checkbox-wrap-2 {
    margin-bottom: 0;
    border: none;
}

    .plain-list .checkbox-wrap-2 .checkbox-2.styledCheckbox {
        margin-bottom: 5px;
        float: right;
        margin-top: -17px;
    }

.plain-list .m-bottom {
    margin-bottom: 20px;
}

.card-logo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: auto;
}

    .card-logo img {
        width: 100%;
        height: auto;
        display: block;
    }

.payment-widget .full-width, .pfm-post-v2 .full-width {
    width: 100%;
}

.custom-table.card-limit .col {
    margin-bottom: -2px;
}

.custom-table.card-limit .col-text {
    margin-top: 2px;
}

.no-margin {
    margin-bottom: 0 !important;
}

.no-border {
    border: none !important;
}

.hidden-col {
    display: none;
}

.action-list li {
    border-bottom: 1px solid #cfd0d2;
    padding: 8px 10px;
    font-size: 14px;
    color: #676c6e;
}

    .action-list li:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .action-list li .details {
        float: left;
        width: calc(100% - 110px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .action-list li:first-child {
        border-top: 1px solid #cfd0d2;
    }

.action-list .icon, .action-list .icon-rounded {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #676c6e;
    color: #FFFFFF;
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px;
}

.action-list .btn-1 {
    padding: 8px 10px;
    float: right;
    width: 110px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.ws-30-50 {
    margin: 30px 0 50px 0 !important;
}

/* ------------------------------------------------------------------------------------------ Bill presentment */
.table-corner-button {
    position: absolute;
    top: 70px;
    right: 3%;
    width: auto;
    padding: 8px 35px !important;
}

/* ------------------------------------------------------------------------------------------ Tips and tricks */
.tips-and-tricks-modal-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.tips-and-tricks-modal {
    width: 540px;
    background: #2d4050;
    position: absolute;
    top: 249px;
    left: 50%;
    margin-left: -270px;
}

    .tips-and-tricks-modal .modal-inner {
        position: relative;
    }

    .tips-and-tricks-modal .modal-header {
        padding: 15px 120px 0;
        position: relative;
        margin-bottom: 40px;
    }

        .tips-and-tricks-modal .modal-header h3 {
            text-align: center;
            font-family: "roboto", "geomanist", sans-serif;
            font-weight: 100;
            color: #FFFFFF;
            font-size: 30px;
        }

        .tips-and-tricks-modal .modal-header:after {
            content: "";
            width: 70px;
            height: 5px;
            background: #FFFFFF;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -35px;
        }

    .tips-and-tricks-modal .modal-content-wrapper {
        height: 300px;
        padding: 0 50px;
        margin-bottom: 30px;
        text-align: center;
    }

        .tips-and-tricks-modal .modal-content-wrapper h4 {
            text-transform: uppercase;
            font-family: "roboto", "geomanist", sans-serif;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 25px;
            color: #FFFFFF;
        }

        .tips-and-tricks-modal .modal-content-wrapper p {
            font-family: "roboto", "geomanist", sans-serif;
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 400;
        }

    .tips-and-tricks-modal .modal-content {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tips-and-tricks-modal .close-modal {
        text-align: center;
        text-transform: uppercase;
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 25px;
        color: #FFFFFF;
        width: 100%;
        display: block;
    }

    .tips-and-tricks-modal:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 130px 130px 0;
        border-color: transparent #209ac7 transparent transparent;
    }

    .tips-and-tricks-modal:after {
        content: "";
        width: 50px;
        height: 51px;
        position: absolute;
        top: 15px;
        right: 15px;
        background: url(/deweb/Themes/Poba/img/icons/lightbulb-icon.png) no-repeat center center;
        background-size: 50px;
    }

.widget.widget-tips-and-tricks .widget-inner {
    background: #444444;
    border: none;
    padding-bottom: 75px;
}

.widget.widget-tips-and-tricks .widget-header {
    background: transparent;
}

.widget.widget-tips-and-tricks .widget-buttons.two-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .widget.widget-tips-and-tricks .widget-buttons.two-buttons .btn-1 {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .widget.widget-tips-and-tricks .widget-buttons.two-buttons .btn-1:hover {
            color: #ff9a4d;
        }

.widget.widget-tips-and-tricks .tips {
    padding: 0 30px;
    position: absolute;
    left: 0;
    bottom: 100px;
}

    .widget.widget-tips-and-tricks .tips h4 {
        font-family: "roboto", "geomanist", sans-serif;
        font-weight: 100;
        font-size: 30px;
        color: #ff6e00;
        margin-bottom: 45px;
    }

    .widget.widget-tips-and-tricks .tips p {
        font-family: "roboto", "geomanist", sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        font-size: 14px;
    }

.widget.widget-tips-and-tricks:before {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 130px 130px 0;
    border-color: transparent #ff6e00 transparent transparent;
    visibility: visible;
    z-index: 2;
}

.widget.widget-tips-and-tricks:after {
    content: "";
    width: 50px;
    height: 51px;
    position: absolute;
    top: 15px;
    right: 25px;
    background: url(/deweb/Themes/Poba/img/icons/lightbulb-icon.png) no-repeat center center;
    background-size: 50px;
    visibility: visible;
    z-index: 2;
}

.widget-buttons.two-buttons .btn-1 {
    color: #FFFFFF;
    float: left;
    width: 49%;
}

    .widget-buttons.two-buttons .btn-1:first-child {
        margin-right: 2%;
    }

.msg-widget-wrapper .msg-status:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}

.msg-widget-wrapper .msg-status .unread-msgs, .msg-widget-wrapper .msg-status .total-msgs {
    float: left;
    width: 50%;
    padding: 15px 0 15px 30px;
}

    .msg-widget-wrapper .msg-status .unread-msgs p, .msg-widget-wrapper .msg-status .total-msgs p {
        margin-bottom: 0;
        display: inline-block;
        font-family: "roboto", "geomanist", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
    }

    .msg-widget-wrapper .msg-status .unread-msgs .msg-counter, .msg-widget-wrapper .msg-status .total-msgs .msg-counter {
        font-weight: 100;
        margin-right: 5px;
        font-size: 48px;
    }

.msg-widget-wrapper .msg-status .unread-msgs {
    color: #676c6e;
    border-right: 1px solid #f1f1f1;
}

.msg-widget-wrapper .msg-status .total-msgs {
    color: #676c6e;
}

.msg-widget-wrapper .msg-container {
    height: 212px;
}

    .msg-widget-wrapper .msg-container .msg {
        border-bottom: 1px solid #f1f1f1;
        padding: 8px 15px;
        position: relative;
    }

        .msg-widget-wrapper .msg-container .msg:after {
            display: block;
            visibility: hidden;
            height: 0;
            clear: both;
            content: ".";
        }

        .msg-widget-wrapper .msg-container .msg p {
            margin-bottom: 0;
            font-family: "roboto", "geomanist", sans-serif;
            font-size: 14px;
        }

    .msg-widget-wrapper .msg-container .tag {
        width: 34px;
        height: 35px;
        float: left;
        margin-right: 15px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
    }

    .msg-widget-wrapper .msg-container .msg-unread {
        background: #eb0255 url(/deweb/Themes/Poba/img/icons/icon-mail-3.png) no-repeat center center;
        background-size: 20px;
    }

    .msg-widget-wrapper .msg-container .msg-red {
        background: #209ac7 url(/deweb/Themes/Poba/img/icons/icon-opened-msg.png) no-repeat center center;
        background-size: 20px;
    }

    .msg-widget-wrapper .msg-container .msg-content {
        float: left;
        width: 60%;
        height: 36px;
        padding-right: 10px;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .msg-widget-wrapper .msg-container .sender {
        color: #676c6e;
    }

    .msg-widget-wrapper .msg-container .msg-date {
        color: #676c6e;
        float: right;
        margin-top: 10px;
        position: relative;
    }

    .msg-widget-wrapper .msg-container .msg.important .msg-date:after {
        content: "";
        width: 2px;
        height: 13px;
        display: block;
        background: url(/deweb/Themes/Poba/img/icons/icon-important.png) no-repeat center center;
        background-size: 2px;
        position: absolute;
        top: 3px;
        left: -15px;
    }

    .msg-widget-wrapper .msg-container .short-txt {
        color: #2d4050;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 16px;
        max-height: 32px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

body .introjs-tooltip {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    min-width: 300px;
}

body .introjs-helperNumberLayer {
    border: 0;
    background: #eb0255;
    font-size: 16px;
    color: #FFFFFF;
    text-shadow: none;
}

body .introjs-tooltiptext {
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

body .introjs-bullets ul li a.active {
    background: #209ac7;
}

body .introjs-button {
    width: 60px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    padding: 10px 10px;
    font-family: "roboto", "geomanist", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body .introjs-skipbutton {
    float: left;
    background: #d0d0d0;
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    body .introjs-skipbutton:hover {
        background: #676c6e;
        color: #FFFFFF;
    }

body .introjs-prevbutton, body .introjs-nextbutton {
    background: #209ac7;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    body .introjs-prevbutton:hover, body .introjs-nextbutton:hover {
        background: #209ac7;
        color: #FFFFFF;
    }

body .introjs-prevbutton {
    margin-right: 5px;
}

.tips-trigger {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    color: #676c6e;
    display: block;
    font-size: 14px;
    font-family: "roboto", "geomanist", sans-serif;
    text-align: center;
    font-weight: 600;
    padding-top: 2px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .tips-trigger:hover {
        background: #209ac7;
        color: #FFFFFF;
    }

.relative {
    position: relative;
}

.half {
    position: relative;
    float: left;
    width: 50%;
}

.half-right {
    position: relative;
    float: right;
    width: 50%;
}

.custom-exchange {
    display: flex;
    position: relative;
    padding-top: 70px;
}

    .custom-exchange:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .custom-exchange .border-left {
        border-left: 1px solid #d0d0d0;
    }

    .custom-exchange .half {
        margin-bottom: 60px;
    }

    .custom-exchange h1 {
        font-family: "roboto", "geomanist", sans-serif;
        color: #757575;
        font-size: 32px;
        text-align: center;
        padding: 0px 15px 30px 15px;
    }

    .custom-exchange .button-center {
        position: absolute;
        bottom: -45px;
        left: calc(50% - 125px);
        display: block;
        width: 250px;
        margin: auto;
        margin-top: 30px;
    }

    .custom-exchange .currency-wrapper {
        width: 150px;
        margin: auto;
        padding-top: 0px;
        margin-bottom: 10px;
    }

        .custom-exchange .currency-wrapper img {
            top: 2px;
            left: 15px;
            width: 40px;
            height: 40px;
        }

        .custom-exchange .currency-wrapper p {
            font-size: 36px;
        }

    .custom-exchange p {
        text-align: center;
        font-size: 16px;
        font-family: "roboto", "geomanist", sans-serif;
        color: #757575;
    }

    .custom-exchange .custom-currency-details {
        box-sizing: border-box;
        margin-top: 50px;
    }

        .custom-exchange .custom-currency-details:after {
            display: block;
            visibility: hidden;
            height: 0;
            clear: both;
            content: ".";
        }

    .custom-exchange .currency-detail {
        font-family: "roboto", "geomanist", sans-serif;
        padding-top: 25px;
        position: relative;
        font-size: 36px;
        color: #2d4050;
    }

        .custom-exchange .currency-detail span {
            font-size: 16px;
            width: 100%;
            color: #757575;
            position: absolute;
            top: 5px;
            left: 0px;
        }

    .custom-exchange .custom-exchange-ad {
        font-size: 18px;
        padding: 45px 65px;
        line-height: 150%;
    }

.custom-exchange-widget {
    position: relative;
    padding-top: 95px;
}

    .custom-exchange-widget:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .custom-exchange-widget .border-left {
        border-left: 1px solid #d0d0d0;
    }

    .custom-exchange-widget h1 {
        font-family: "roboto", "geomanist", sans-serif;
        color: #757575;
        font-size: 32px;
        text-align: center;
        padding: 0px 15px 30px 15px;
    }

    .custom-exchange-widget .button-center {
        position: absolute;
        bottom: -45px;
        left: calc(50% - 125px);
        display: block;
        width: 250px;
        margin: auto;
        margin-top: 30px;
    }

    .custom-exchange-widget .currency-wrapper {
        width: 150px;
        margin: auto;
        padding-top: 0px;
        margin-bottom: 10px;
    }

        .custom-exchange-widget .currency-wrapper img {
            top: 2px;
            left: 15px;
            width: 40px;
            height: 40px;
        }

        .custom-exchange-widget .currency-wrapper p {
            font-size: 27px;
        }

    .custom-exchange-widget p {
        text-align: center;
        font-size: 16px;
        font-family: "roboto", "geomanist", sans-serif;
        color: #757575;
    }

    .custom-exchange-widget .custom-currency-details {
        box-sizing: border-box;
        margin-top: 10px;
    }

        .custom-exchange-widget .custom-currency-details:after {
            display: block;
            visibility: hidden;
            height: 0;
            clear: both;
            content: ".";
        }

    .custom-exchange-widget .currency-detail {
        font-family: "roboto", "geomanist", sans-serif;
        padding-top: 25px;
        position: relative;
        font-size: 36px;
        color: #2d4050;
    }

        .custom-exchange-widget .currency-detail span {
            font-size: 16px;
            width: 100%;
            color: #757575;
            position: absolute;
            top: 5px;
            left: 0px;
        }

    .custom-exchange-widget .custom-exchange-ad {
        font-size: 18px;
        padding: 45px 65px;
        line-height: 150%;
    }

/* ==================================================
    =Sticky footer
===================================================== */
#wrapper {
    position: relative;
    min-height: 100vh;
    background: #f1f1f1;
    padding-bottom: 200px;
}

#page-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
}

.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(/deweb/Themes/Poba/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;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    border: 3px solid #FFFFFF;
    background: #FFFFFF;
}

.slick-dots .slick-active button {
    border: 3px solid #ff6e00;
    background: #ff6e00;
}

.swiper-container .balance, .account-gridster .balance {
    display: none;
}

.plain-list.generic-review {
    margin-bottom: 0px !important;
}

.Location-01-WF {
    background-image: url(/deweb/Themes/Poba/img/icons/Location-01-WF.png);
}

.Chat-01-WF {
    background-image: url(/deweb/Themes/Poba/img/icons/Chat-01-WF.png);
}

.PDF-Metro {
    background-image: url(/deweb/Themes/Poba/img/icons/pdf.png);
}

.Excel-Metro {
    background-image: url(/deweb/Themes/Poba/img/icons/Excel.png);
}

.Phone-WF {
    background-image: url(/deweb/Themes/Poba/img/icons/Phone-WF.png);
}

.Time-WF {
    background-image: url(/deweb/Themes/Poba/css/img/icons/Time-WF.png);
}

.Mail-WF {
    background-image: url(/deweb/Themes/Poba/img/icons/Mail-WF.png);
}

.House-09 {
    background-image: url(/deweb/Themes/Poba/img/icons/House-09.png);
}

.Facebook-Metro {
    background-image: url(/deweb/Themes/Poba/img/icons/Facebook-Metro.png);
}

.Linkedin-Metro {
    background-image: url(/deweb/Themes/Poba/img/icons/LinkedIn-Metro-3.png);
}

.Twitter-Bird {
    background-image: url(/deweb/Themes/Poba/img/icons/Twitter-Bird.png);
}

.Help-icon {
    background-image: url(/deweb/Themes/Poba/css/img/icons/Help-icon.png);
}

.web-button.image-button {
    display: inline-block;
    float: right;
    width: 39px;
    height: 39px;
    background-color: #FFFFFF;
    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 !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;
}

.main-content.popup-content {
    width: 100% !important;
    z-index: 15;
    position: relative;
}

    .main-content.popup-content .widget {
        border: none !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", "geomanist", sans-serif;
        font-size: 14px;
        color: #676c6e;
        text-transform: uppercase;
        margin-bottom: 0;
    }

/*-- autocomplete --*/
.ui-menu {
    border: 1px solid #f1f1f1 !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);
    overflow: hidden;
}

.ui-autocomplete.ui-menu .ui-menu-item {
    background: transparent !important;
    border: none !important;
    font-size: 14px;
    font-family: "roboto", "geomanist", sans-serif;
    color: #464637;
    font-weight: 500;
    padding: 7px 15px !important;
}

    .ui-autocomplete.ui-menu .ui-menu-item:hover {
        background: #209ac7 !important;
        border: none !important;
        color: #FFFFFF;
        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: #FFFFFF !important;
    background: #209ac7 !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;
    color: #FFFFFF !important;
}

    .combobox-item:hover {
        background: #51bce3 !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;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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: #FFFFFF;
    z-index: 100;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0 15px 0 35px;
}

    .transaction-nav.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        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 {
        color: #ff0202;
    }

    .transaction-nav .close-filter {
        font-family: "roboto", "geomanist", sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        color: #676c6e;
    }

        .transaction-nav .close-filter .icon {
            display: inline-block;
            width: 8px;
            height: 8px;
            background: url(/deweb/Themes/Poba/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 {
        width: 7px;
        opacity: 1 !important;
    }

        .transaction-nav .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
            width: 7px;
            background: #ff6e00;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -ms-border-radius: 100px;
            border-radius: 100px;
            opacity: 1 !important;
        }

    .transaction-nav .mCSB_scrollTools_onDrag .mCSB_dragger {
        background: #ff6e00;
        -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: #FFFFFF;
    }

    .transaction-nav .mCSB_inside > .mCSB_container {
        margin-right: 15px;
    }

    .transaction-nav .form-template {
        margin-top: 15px;
    }

    .transaction-nav .slat-title {
        color: #676c6e;
        font-size: 14px;
    }

body.-filter-open {
    overflow: hidden;
}

.account-small-slider .slide {
    display: none;
}

.account-small-slider.slick-initialized .slide {
    display: block !important;
}

.prelogin-full.sign-up-steps {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-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 {
    margin-bottom: 20px;
}

    .contact-picker-wrapper img {
        height: 46px;
        width: 46px;
    }

        .contact-picker-wrapper img.circle-img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

    .contact-picker-wrapper .contact-img {
        cursor: pointer;
    }

.error-icon {
    background-image: url(/deweb/Themes/Poba/img/icons/error-icon-small.png);
    background-size: 18px;
}

.arrow-down-n {
    background-image: url(/deweb/Themes/Poba/img/icons/arrow-bottom-4.png);
    background-size: 18px;
}

.input-icon {
    display: inline-block;
    margin-left: -15px;
    width: 39px;
    height: 39px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    -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;
}

.custom-form .input-icon-wrap .input-icon:hover {
    background-color: #494f5a;
}

.custom-form .input-icon-wrap .input-icon.icon-book-1 {
    background-size: 18px;
}

.bottom-actions {
    position: fixed;
    width: 90%;
    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;
}

.unread-notifications {
    display: block;
    width: 22px;
    height: 22px;
    font-family: "roboto", "geomanist", sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    color: #ff6e00;
    background-color: #FFFFFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -8px;
    left: 9px;
    padding-top: 5px;
}

/*Self Care  - default accounts management */
.widget-select-account, .widget-select-group {
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    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 {
        position: relative;
    }

    .widget-select-group .account-select, .widget-select-group .group-select {
        position: relative;
    }

    .widget-select-account .account-select .item, .widget-select-account .group-select .item {
        padding: 10px 20px 10px 0;
    }

    .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 {
        padding: 10px 20px;
    }

    .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 {
        right: 10px;
    }

    .widget-select-group .group-selected::before, .widget-select-group .account-selected::before {
        right: 10px;
    }

/*Choose widgets height fix*/
#sortable-container {
    min-height: 800px;
    height: 100%;
}

/* Custom scrollbar */
.mCustomScrollBox .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 10px;
}

.mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 10px;
    background: #494f5a;
    bottom: 1px;
}

.mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 10px;
    top: 1px;
    background: #f1f1f1;
}

.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: #cfd0d2;
    bottom: 1px;
}

.mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar {
    width: 7px;
    top: 0px;
    background: #ff6e00;
}

.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: 48px;
    border-bottom: 1px solid #b6b6b6;
}

    #popup-content-side .configure-exchange-widget .notification-trigger {
        margin-top: -29px;
    }

.popup-box .popup-inner {
    /*background-color: $whiteFFF;*/
}

.popup-24 {
    display: block;
    background: #FFFFFF;
    width: 100% !important;
}

.profile-bar {
    margin-left: 0;
    margin-right: 0;
}

    .profile-bar a {
        background-position: left;
    }

.custom-exchange-widget p, .custom-exchange-widget .currency-detail {
    font-family: "roboto", "geomanist", sans-serif;
}

.title-1 span {
    letter-spacing: 0;
}

.unread {
    float: left;
    position: relative;
}

.msg-read {
    background: #ff6e00 url(/deweb/Themes/Poba/img/icons/icon-opened-msg.png) no-repeat center center;
    background-size: 20px;
}

.msg-unread {
    background: #ff6e00 url(/deweb/Themes/Poba/img/icons/icon-mail-3.png) no-repeat center center;
    background-size: 20px;
}

.list-options {
    position: absolute;
    right: 3px;
    top: 3px;
    /*@include 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: $darkblue;*/
        text-indent: -999px;
        background-repeat: no-repeat;
        cursor: pointer;
    }

        .list-options li.active {
            /*background-color: $white;*/
        }

    .list-options .option-slider {
        background-image: url(/deweb/Themes/Poba/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(/deweb/Themes/Poba/img/icons/list-1.png);
        background-position: center -24px;
    }

        .list-options .option-list.active {
            background-position: center 7px;
        }

.list-options {
    position: absolute;
    right: 30px;
    top: 30px;
    overflow: hidden;
}

    .list-options:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .list-options li {
        float: left;
        display: inline-block;
        width: 38px;
        height: 21px;
        text-indent: -999px;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .list-options .option-slider {
        background-image: url(/deweb/Themes/Poba/img/icons/grid-icon-1.png);
        background-position: center 7px;
        background-size: 20px;
    }

        .list-options .option-slider.active {
            background-position: center -15px;
        }

    .list-options .option-list {
        background-image: url(/deweb/Themes/Poba/img/icons/list-icon-1.png);
        background-position: center 5.5px;
        background-size: 21px;
    }

        .list-options .option-list.active {
            background-position: center -15px;
        }

.account-box .main-balance .currency-no-select {
    font-size: 18px;
    margin-left: 2px;
    color: #F36F20;
}

.twitter-button {
    width: 49px !important;
    height: 20px !important;
    margin-top: 4px;
}

.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: #cfd0d2;
}

    .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:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}

.slider-range span {
    font-size: 12px;
    color: #424242;
    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;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 1;
    background: green;
}

    .slider-circle.gray {
        background: linear-gradient(to bottom, #b6b6b6 0%, #d0d0d0 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: #FFFFFF;
}

.ui-timepicker-table td, .ui-timepicker-table th.periods {
    padding: 0.1em;
    width: 2.2em;
}

    .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;
    }

    .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;
    }

/* span for disabled cells */
/* anchors for clickable cells */
/* 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;
    }

.ui-timepicker .ui-timepicker-close {
    float: right;
}

.ui-timepicker .ui-timepicker-now, .ui-timepicker .ui-timepicker-deselect {
    float: left;
}

/* The close button */
/* the now button */
/* the deselect button */
.popup-inner .widget-tabs {
    margin-bottom: 30px;
    padding-top: 0px !important;
}

.full-width {
    width: 100%;
}

.details-transfer {
    background-color: #eb0255;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

    .details-transfer:hover {
        background-color: #fd3c81;
    }

.icon-calendar-1 {
    background: url(/deweb/Themes/Poba/img/icons/icon-calendar-1.png) 0 0 no-repeat;
    background-size: 20px 20px;
}

.icon-calendar-2 {
    background: url(/deweb/Themes/Poba/img/icons/icon-calendar-2.png) 0 0 no-repeat;
    background-size: 30px;
}

.icon-calendar-3 {
    background: url(/deweb/Themes/Poba/img/icons/icon-calendar-3.png) 0 0 no-repeat;
    background-size: 20px;
}

.widget-tabs.login-methods a {
    color: white !important;
}

.widget-tabs.login-methods li.active a, .widget-tabs.login-methods li:hover a {
    color: #ff6e00 !important;
}

.widget-tabs.login-methods li:after {
    background: #ff6e00;
}

.dropdown-image {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("/deweb/Themes/Poba/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 #cfd0d2;
    border-bottom: 1px solid #cfd0d2;
    padding: 10px 5px;
    background-color: #FFFFFF;
    transition: all ease-in-out 0.6s;
}

    #side-modal-payment-recivers-profiles .reciver-info:hover {
        background-color: #f1f1f1;
    }

#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 0px 10px;
    margin: 20px;
    line-height: 17px;
    text-align: center;
}

.hourglassmark {
    width: 82px;
    height: 62px;
    display: inline-block;
    background: url(/deweb/Themes/Poba/img/icons/hourglassmark.png) no-repeat center center;
    background-size: 82px;
}

.profile-bar-side {
    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: 10px;
    }

    .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: 100%;
            object-fit: contain;
        }

    .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;
    }

#main-side {
    background: #f1f1f1;
    margin-left: 300px;
}

.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(/deweb/Themes/Poba/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;
    -ms-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    margin-bottom: 25px;
}

.list-options-side {
    position: absolute;
    right: 30px;
    top: 30px;
    overflow: hidden;
}

    .list-options-side:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .list-options-side li {
        float: left;
        display: inline-block;
        width: 38px;
        height: 21px;
        text-indent: -999px;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .list-options-side .option-slider {
        background-image: url(/deweb/Themes/Poba/img/icons/grid-icon-1.png);
        background-position: center 6px;
        background-size: 20px;
    }

        .list-options-side .option-slider.active {
            background-position: center -15px;
        }

    .list-options-side .option-list {
        background-image: url(/deweb/Themes/Poba/img/icons/list-icon-1.png);
        background-position: center 5.5px;
        background-size: 20px;
    }

        .list-options-side .option-list.active {
            background-position: center -15px;
        }

.list-options-side-one {
    overflow: hidden;
    z-index: 51;
    top: 108px;
    right: 10px;
    position: fixed;
}

    .list-options-side-one:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    .list-options-side-one li {
        float: left;
        display: inline-block;
        width: 38px;
        height: 21px;
        text-indent: -999px;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .list-options-side-one .option-slider {
        background-image: url(/deweb/Themes/Poba/img/icons/grid-icon-1.png);
        background-position: center 6px;
        background-size: 20px;
    }

        .list-options-side-one .option-slider.active {
            background-position: center -15px;
        }

    .list-options-side-one .option-list {
        background-image: url(/deweb/Themes/Poba/img/icons/list-icon-1.png);
        background-position: center 5.5px;
        background-size: 20px;
    }

        .list-options-side-one .option-list.active {
            background-position: center -15px;
        }

.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;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.account-tab-side .active {
    opacity: 1;
    visibility: visible;
    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;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 50;
}

.slider-tabs-side {
    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;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    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;
        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;
        -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
    }

    .account-list-side .col-1-side h2 {
        font-size: 25px;
        color: #FFFFFF;
        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-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, .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(/deweb/Themes/Poba/img/icons/icon-money-1.png);
}

.selected .icon-money-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-money-3.png);
}

.account-list-side .col-2 .icon-wrap-side {
    float: right;
    height: 44px;
    border-left: 1px solid #FFFFFF;
}

    .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;
    }

.social li {
    margin-right: 26px !important;
}

#asseco-toolbar {
    bottom: 45px !important;
}

.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;
}

.popup-24 .amount input, .popup-24 .total-amount input {
    padding: 7px;
    border: 1px solid #b6b6b6;
    text-align: right;
    color: #209ac7;
    margin-top: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    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;
    max-height: calc(100% - 30px);
}

.popup-24 .category, .popup-24 .add-new {
    width: 53%;
}

.select-1 .dd-selected-text {
    margin-right: 30px;
}

#main {
    margin-left: 0;
}

.pfm-categorization-rules .widget-options .options-list {
    top: 28px;
    -webkit-box-shadow: 0 5px 13px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 13px 5px rgba(0, 0, 0, 0.2);
    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 {
    -webkit-transform: translateY(-145px);
    -moz-transform: translateY(-145px);
    -ms-transform: translateY(-145px);
    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: 40px;
    height: 40px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 12px !important;
    margin-left: 0px;
    margin-right: 2px;
    background-image: url("/deweb/Themes/Poba/img/icons/icon-hint.png");
    background-size: 40px 40px;
}

.tips-refresh-new {
    display: inline-block;
    width: 40px;
    height: 40px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 7px !important;
    margin-left: 6px;
    margin-right: 2px;
    background-image: url("/deweb/Themes/Poba/img/icons/refresh_accounts.png");
    background-size: 40px 40px;
}

}

.popup-box {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.popup-24 .popup-header {
    background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
}

#page-header .main-nav .submenu li a {
    text-transform: uppercase;
    color: #000000;
}

form[id="form_PFMBudgetCreateFormID"] .select-1 .dd-options {
    position: relative;
}

.diferent {
    background-color: #eb0255 !important;
}

/* Custom tables ----------------------------------------------------------------------------------------------- */
.custom-table-payment .table-row {
    -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;
}

    .custom-table-payment .table-row:hover {
        background: #f0fbff;
    }

    .custom-table-payment .table-row.table-head:hover {
        background: #FFFFFF;
    }

    .custom-table-payment .table-row.row-1 {
        border-bottom: 1px solid #f1f1f1;
        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: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;
}

.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: #b6b6b6;
}

.custom-table-payment .text-cl-2 {
    color: #676c6e;
}

.custom-table-payment .text-cl-4 {
    color: #ff0202;
}

.custom-table-payment .text-cl-5 {
    color: #60c454;
}

.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%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.custom-table-payment .text-3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #444444;
}

.custom-table-payment .text-1-header {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 34px;
    color: #444444;
    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: #444444;
    font-weight: 600;
    text-transform: uppercase;
}

    .custom-table-payment .text-2-header span {
        display: inline-block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #444444;
        text-transform: uppercase;
    }

.custom-table-payment .text-3-header {
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    color: #444444;
    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", "geomanist", 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%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        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", "geomanist", sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    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", "geomanist", 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: #f1f1f1 url(/deweb/Themes/Poba/css/img/icons/arrow-top-1.png) center center no-repeat;
    }

    .custom-table-payment .tag.down:after {
        background: #f1f1f1 url(/deweb/Themes/Poba/css/img/icons/arrow-bottom-2.png) center center no-repeat;
    }

    .custom-table-payment .tag.tagcolor-1 {
        background-color: #60c454;
    }

    .custom-table-payment .tag.tagcolor-2 {
        background-color: #3bb3df;
    }

    .custom-table-payment .tag.tagcolor-3 {
        background-color: #8069b4;
    }

    .custom-table-payment .tag.tagcolor-4 {
        background-color: #209ac7;
    }

    .custom-table-payment .tag.tagcolor-5 {
        background-color: #fdb750;
    }

    .custom-table-payment .tag.tagcolor-6 {
        background-color: #eb0255;
    }

    .custom-table-payment .tag.tagcolor-7 {
        background-color: #209ac7;
    }

.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: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    border-radius: 10%;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 10px;
}

    .custom-table-payment .flag-box img {
        width: 100%;
        height: auto;
    }

.custom-table-payment .table-btn {
    background: #2F333A;
    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;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

    .custom-table-payment .table-btn:hover {
        background: #515864;
    }

.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: #FFFFFF;
    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(/deweb/Themes/Poba/css/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 #f1f1f1;
}

    .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;
    }

.table-row.row-1.grid.custom-table-payment {
    border-bottom: #FFFFFF 1px solid;
    background-color: #f1f1f1;
    color: #FFFFFF !important;
}

.container-menu {
    width: 96%;
    margin: 0 auto;
    max-width: 1310px;
}

.container-menu-rt {
    width: 96%;
    margin: 0 auto;
    max-width: 1210px;
}

.container-menu .drop-select {
    padding: 20px 0 0 0;
    display: block;
}

    .container-menu .drop-select .select-3 {
        margin-top: 5px;
        padding: 0px;
        overflow: hidden;
    }

        .container-menu .drop-select .select-3 select {
            background-color: #FFFFFF;
            color: #ff6e00;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            -ms-border-radius: 7px;
            border-radius: 7px;
            border: 1px solid #FFFFFF;
            padding: 3px 7px 5px 7px;
            height: 48px;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 700;
            white-space: normal;
        }

.container-submenu {
    height: 40px;
    background-color: white;
    width: 100%;
    display: block;
    position: absolute;
    top: 100px;
}

.container-submenu-1 {
    position: fixed;
    display: block;
    z-index: 10;
    top: 100px;
    width: 100%;
    height: 40px;
    background-color: white;
    padding-top: 5px;
}

#form_InfoFormId {
    background: #FFFFFF;
}

#form_InfoFormId {
    background: #FFFFFF;
}

.select-3 {
    position: relative;
}

    .select-3 select {
        width: 100%;
        padding: 1rem 5rem 1rem 1.2rem;
        font-size: 18px;
        font-weight: normal;
        font-family: "Open Sans", sans-serif;
        background-color: #919191;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        border: 1px solid #919191;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        outline: 0 !important;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }

    .select-3 .dk-select {
        display: block;
        width: 100%;
        line-height: 1;
        cursor: pointer;
        position: relative;
    }

    .select-3 .dk-selected {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        width: 100%;
        padding: 1.2rem 5rem 1.2rem 1.2rem;
        font-size: 18px;
        font-weight: normal;
        font-family: "Open Sans", sans-serif;
        background-color: #919191;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        border: 1px solid #919191;
        -webkit-transition: border-radius 0s ease;
        -moz-transition: border-radius 0s ease;
        -o-transition: border-radius 0s ease;
        transition: border-radius 0s ease;
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
        outline: 0 !important;
        position: relative;
    }

        .select-3 .dk-selected:before {
            content: ' ';
            display: inline-block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 4rem;
            height: 100%;
            background-color: #919191;
            -webkit-transition: background-color 300ms ease;
            -moz-transition: background-color 300ms ease;
            -o-transition: background-color 300ms ease;
            transition: background-color 300ms ease;
        }

        .select-3 .dk-selected:after {
            content: ' ';
            display: inline-block;
            right: 12px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            border: solid transparent;
            border-width: 6px 5px 0;
            border-top-color: #ffffff;
        }

    .select-3 .dk-select-options {
        list-style: none;
        padding-left: 0;
        position: absolute;
        z-index: 3;
        top: 42px;
        left: 0;
        right: 0;
        width: 100%;
        border: 1px solid #919191;
        border-top: none;
        -webkit-border-radius: 0 0 0px 0px;
        -moz-border-radius: 0 0 0px 0px;
        border-radius: 0 0 0px 0px;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center top;
        -moz-transform-origin: center top;
        -ms-transform-origin: center top;
        -o-transform-origin: center top;
        transform-origin: center top;
        -webkit-transition: -webkit-transform 300ms ease;
        -moz-transition: -moz-transform 300ms ease;
        -o-transition: -o-transform 300ms ease;
        transition: transform 300ms ease;
    }

        .select-3 .dk-select-options .dk-option-selected {
            background-color: #fa9600;
            color: #ffffff;
        }

        .select-3 .dk-select-options .dk-option-highlight {
            background-color: #fa9600;
            color: #fff;
        }

    .select-3 .dk-option {
        padding: 1.2rem 5rem 1.2rem 1.2rem;
        font-size: 18px;
        font-weight: normal;
        font-family: "Open Sans", sans-serif;
        background-color: #919191;
        color: #fff;
        -webkit-transition: background-color 300ms ease;
        -moz-transition: background-color 300ms ease;
        -o-transition: background-color 300ms ease;
        transition: background-color 300ms ease;
    }

    .select-3 .dk-select-open-down .dk-selected,
    .select-3 .dk-select-open-up .dk-selected {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-border-radius: 0px 0px 0 0;
        -moz-border-radius: 0px 0px 0 0;
        border-radius: 0px 0px 0 0;
    }

        .select-3 .dk-select-open-down .dk-selected:after,
        .select-3 .dk-select-open-up .dk-selected:after {
            border-width: 0 5px 6px;
            border-bottom-color: #ffffff;
        }

    .select-3 .dk-select-open-down .dk-select-options,
    .select-3 .dk-select-open-up .dk-select-options {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }

    .select-3 select[data-dkcacheid] {
        display: none;
    }

.icon-service-fix {
    background-color: #00ace8;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 7px;
    position: absolute;
    border: none;
}

/* ==================================================
    =Media Queries
===================================================== */
@media only screen and (max-width: 1400px) {
    .pfm-transactions-list .custom-table .text-7, .widget-transactions-pfm .custom-table .text-7, .pfm-financial-calendar .custom-table .text-7, .pfm-financial-treemap .custom-table .text-7, .pfm-financial-donut .custom-table .text-7, .pfm-financial-bar .custom-table .text-7 {
        padding-top: 5px;
    }
}

@media only screen and (max-width: 1382px) {
    .account-small-slider {
        padding-left: 40px;
        padding-right: 40px;
    }

    .slide-list {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .accounts-widget .slider-button-prev {
        left: 5px;
        margin-left: 0;
    }

    .accounts-widget .slider-button-next {
        right: 5px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1340px) {
    #page-header .main-nav .submenu li a {
        font-size: 12px;
        padding: 6px 9px;
    }
}

@media only screen and (max-width: 1300px) {
    .account-row .slider-button-prev {
        left: 10px;
        margin-left: 0px;
    }

    .account-row .slider-button-next {
        right: 10px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1270px) {
    #page-header .main-nav li a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1250px) {
    #page-header .main-nav li {
        width: 80px;
    }

        #page-header .main-nav li a {
            font-size: 11px;
        }

        #page-header .main-nav li i {
            margin-left: 20px;
            margin-right: 20px;
        }
}

@media only screen and (max-width: 1150px) {
    #page-header .main-nav li {
        width: 70px;
    }

        #page-header .main-nav li a {
            font-size: 10px;
        }

        #page-header .main-nav li i {
            margin-left: 15px;
            margin-right: 15px;
        }

    #page-header .main-nav .submenu li a {
        font-size: 10px;
        padding: 6px 10px;
    }

    #page-header .main-nav {
        padding-left: 10px;
    }

    #page-header .site-logo a {
        margin-top: 5px;
        width: 160px;
        height: 35px;
    }

    .slider-tabs li a {
        font-size: 11px;
    }

    .profile-bar .img-box {
        width: 40px;
        height: 40px;
    }

    .profile-bar a {
        width: 30px;
        height: 30px;
    }

    .tips-trigger-new {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }

    .tips-refresh-new {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }

    .icon-mail-3 {
        background-size: 30px;
    }

    .profile-bar {
        margin-top: 28px;
    }

        .profile-bar .icon-out-1 {
            background-size: 30px;
        }

    .unread-notifications {
        width: 18px;
        height: 18px;
        font-size: 10px;
        left: 6px;
    }
}

@media only screen and (min-width: 1200px) and (max-height: 800px) {
    .login-content {
        bottom: 25px;
    }

    #login-header {
        top: 10px;
    }

    .login-main {
        padding-top: 160px;
    }

    .prelogin-full {
        top: 0;
        padding-top: 0px;
        position: relative;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

        .prelogin-full.-prelogin-autoheight {
            position: relative;
            top: 0;
            padding-top: 0px;
            -webkit-transform: translateY(0%);
            -moz-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
        }

        .prelogin-full .inner {
            height: calc(100vh - 250px);
        }

    .prelogin-product .product-list {
        height: calc(100vh - 310px);
        min-height: 290px;
    }

    .product-single .info-inner {
        height: calc(100vh - 390px);
        min-height: 250px;
    }
}

@media only screen and (min-width: 1200px) and (max-height: 660px) {
    .login-main {
        padding-top: 160px;
    }

    .login-content {
        position: relative;
    }

    .prelogin-full {
        top: 0;
        padding-top: 0px;
        position: relative;
    }

        .prelogin-full.-prelogin-autoheight {
            top: -20px;
        }

    .popup-box .prelogin-full {
        padding-bottom: 0;
    }

    .prelogin-full .inner {
        min-height: 385px;
    }

    .page-prelogin-atm .login-main {
        padding-top: 160px;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1250px) {
    .account-small-slider .account-box .main-balance .current-txt {
        position: relative;
        text-align: right;
    }

    .account-small-slider .account-box .main-balance .current-bal {
        float: right;
        padding-right: 75px;
    }

    .account-small-slider .account-box .main-balance .current-currency {
        display: none;
    }
}

/* ==================================================
    =High def devices
===================================================== */
#form_InitialFormId .main-content.popup-content {
    margin-top: 0;
}

.account-box .widget-options .trigger {
    cursor: pointer;
    padding: 7px 16px 5px 5px;
    font-size: 0;
    background-image: url("/deweb/Themes/Poba/img/icons/more.png");
    background-position: top;
    background-repeat: no-repeat;
    height: 32px;
}

.account-box .select-2 {
    width: 60px;
    float: right;
    position: absolute;
    margin-left: 10px;
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 40px;
    padding-left: 10px;
}

.account-box .main-balance p {
    margin-right: 80px;
}

.account-box .main-balance::after {
    padding-bottom: 10px;
}

.account-small-slider .ui-selectmenu-button span.ui-selectmenu-text {
    color: #FFF;
    padding: 0px 10px 0px 10px;
}

.account-small-slider .account-box .main-balance .balance {
    margin-right: 0 !important;
}

.account-row h3 {
    color: #FFF;
}

.select-1 .ui-selectmenu-button, .select-1 .dd-selected {
    background: #ff6e00;
}

.select-1 .dd-option.dd-option-selected {
    background: #676c6e;
}

.select-1 .dd-option {
    background: #444444;
}

    .select-1 .dd-option:hover {
        background: #ff6e00;
    }

.main-content h2 i {
    border: 1px solid #ff6e00;
}

.options-list-two {
    position: absolute;
    left: 0;
    display: none;
    background: #FFFFFF;
    -webkit-box-shadow: 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    z-index: 1;
}

    .options-list-two a {
        display: block;
        font-family: "geomanist", sans-serif;
        color: #ff6e00;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 5px 0;
        -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;
    }

.widget-options .options-list a:hover {
    color: #ff9a4d;
}

.widget-options .options-list.color-1 {
    background: #209ac7;
}

    .widget-options .options-list.color-1 a:hover {
        color: #FFFFFF;
    }

.select-2 .ui-selectmenu-button span.ui-selectmenu-text {
    background: #ff6e00;
}

body .ui-selectmenu-menu .ui-menu .ui-state-focus {
    background: #444;
}

.account-list .selected .col-2 .icon-wrap .icon-money-3 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-money-1-pod.png);
}

.icon-twitter-2-left {
    background-image: url(/deweb/Themes/Poba/img/icons/twitter-2-grey.png);
    background-size: 22px;
}

.icon-facebook-2-left {
    background-image: url(/deweb/Themes/Poba/img/icons/facebook-2-grey.png);
    background-size: 9px;
}

.icon-linkedin-2-left {
    background-image: url(/deweb/Themes/Poba/img/icons/linkedin-2-grey.png);
    background-size: 19px;
}

.bank-atm-label {
    font-size: 12px !important;
}

@media only screen and (max-height: 660px) and (min-width: 1200px) {
    .bigger-inner {
        min-height: 410px !important;
    }
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 80px;
        height: 20px;
        background-color: #676c6e;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1001;
        bottom: 150%;
        left: 93%;
        margin-left: -45px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tooltip .tooltiptext-lower {
        visibility: hidden;
        width: 120px;
        background-color: #676c6e;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1001;
        bottom: 100%;
        left: 93%;
        margin-left: -45px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
        height: auto;
    }


    .tooltip .tooltip-pdf-fix {
        width: 80px;
        margin-left: -230px !important;
    }

    .tooltip .tooltip-xls-fix {
        width: 80px;
        margin-left: -175px !important;
    }

    .tooltip .tooltip-camt-fix {
        width: 80px;
        margin-left: -120px !important;
    }

    .tooltip .tooltip-izv-fix {
        width: 80px;
        margin-left: -65px !important;
    }

    .tooltip .tooltiptext-button {
        left: 57%;
        bottom: 100%;
    }

.tooltip-button {
    display: block;
}

    .tooltip-button .tooltiptext-lower {
        display: block;
        left: 93%;
        margin-left: -60px;
    }

.tooltip .tooltiptext-lower::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #676c6e transparent transparent transparent;
}

.tooltip .tooltip-bottom {
    visibility: hidden;
    width: 120px;
    background-color: #676c6e;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1001;
    top: 135% !important;
    left: 50% !important;
    margin-left: -60px !important;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

    .tooltip .tooltip-bottom::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #FF6E00 transparent;
    }

.selected .tooltip:hover .tooltiptext-lower {
    visibility: visible;
    opacity: 1;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #676c6e transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltip-bottom {
    visibility: visible;
    opacity: 1;
}

.icon-close-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-close-2.png);
    background-size: 14px;
    opacity: 0.7;
}

.icon-close-1 {
    background-image: url(/deweb/Themes/Poba/img/icons/icon-close-1.png);
    background-size: 14px;
    opacity: 0.7;
}

body .ui-selectmenu-menu .ui-menu .ui-state-focus {
    border: none;
    margin: 0;
    background: #374e61;
    font-weight: 700;
    color: #fff;
}

.normal-line-height {
    line-height: 14px !important;
}

.smaller-font {
    font-size: 12px !important;
}

/* ==================================================
   SELECTIZE CUSTOMIZARTION FOOR COMBOBOX
===================================================== */
.selectize-dropdown .optgroup-header {
    padding-top: 7px;
    font-weight: bold;
    font-size: 0.85em;
}

.selectize-dropdown .optgroup {
    border-top: 1px solid #f0f0f0;
}

    .selectize-dropdown .optgroup:first-child {
        border-top: 0 none;
    }

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
    border: 1px solid #cfd0d2;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #ff6e00;
    font-family: inherit;
    font-size: 18px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 10px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .selectize-input.disabled {
        opacity: 1 !important;
    }

.selectize-control.single .selectize-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: white;
    background-image: none;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
    padding: 10px;
}

/* ==================================================
   ACCOUNT AND CREDITOR AUTOCOMPLETE 
===================================================== */
.ui-menu-item .name {
    font-size: 25px;
    font-family: 'geomanist', sans-serif;
    color: #00497b;
}

.ui-menu-item .acc-number {
    font-size: 18px;
    color: #919191;
    font-family: 'geomanist', sans-serif;
    float: right;
    margin-top: 5px;
}

.ui-menu-item:hover .name {
    color: #fff !important;
}

.ui-menu-item:hover .acc-number {
    color: #fff !important;
}

.ui-menu-item .address {
    font-size: 14px;
    color: #919191;
    font-family: 'Roboto-Regular';
    float: left;
}

.ui-menu-item .id-tag {
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    padding-top: 6px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #95d88d;
    margin-right: 15px;
    float: left;
}

.previous-message {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #d6d6d6;
    margin-bottom: 15px;
}

.icon-attachment-2 {
    background-image: url(/deweb/Themes/Poba/img/icons/attachment-icon.png);
    background-size: 20px;
    background-repeat: no-repeat;
    float: right;
    display: inline-block;
    width: 20px;
    height: 21px;
    margin-top: 5px;
}

.popup-25 .popup-buttons {
    margin-top: 10px;
}

.side-modal-inbox {
    background-image: url(/deweb/Themes/Poba/img/bg/msg-img.png);
    background-size: 140px;
    background-repeat: no-repeat;
    background-position: 400px 50px;
}

.side-modal-options-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #28007c;
    margin-top: 4px;
    float: right;
    padding-right: 15px;
}

    .side-modal-options-triangle :after {
        display: none;
    }

/* ==================================================
   Local Currency Helper
===================================================== */
.currency-helper-p {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.currency-helper-span {
    font-size: .8em;
    color: #444444
}
.header-system {
    height: auto !important;
}

.document-messages {
    padding: 15px 0 60px 0;
}

    .document-messages p {
        font-size: 20px;
        letter-spacing: 0.5px;
        text-align: center;
    }
.user-document-msg-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 60px;
}
.document-warning {
    height: fit-content !important;
    background: white !important;
}

    .document-warning h3 {
        font-weight: 500;
    }
.error-bg {
    width: 90%;
    margin: 0 auto;
    padding: 40px 22px 40px 22px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
}

    .error-bg p {
        font-size: 17px;
        color: #676c6e;
    }

@font-face{font-family:'geomanist';src:url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.eot?");src:url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.ttf") format("truetype");font-weight:normal;font-style:normal;}@font-face{font-family:'geomanist';src:url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.eot?");src:url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.ttf") format("truetype");font-weight:300;font-style:normal;}@font-face{font-family:'geomanist';src:url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.eot?");src:url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.ttf") format("truetype");font-weight:600;font-style:normal;}@font-face{font-family:'geomanist';src:url("/deweb/Themes/Poba/css/fonts/geomanist-bold-webfont.eot?");src:url("/deweb/Themes/Poba/css/fonts/geomanist-bold-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-bold-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-bold-webfont.ttf") format("truetype");font-weight:700;font-style:normal;}@font-face{font-family:'geomanist';src:url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.eot?");src:url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.ttf") format("truetype");font-weight:800;font-style:normal;}@media only screen and (max-width:1200px){.col-ms-12{width:100%;}.col-ms-11{width:91.66666667%;}.col-ms-10{width:83.33333333%;}.col-ms-9{width:75%;}.col-ms-8{width:66.66666667%;}.col-ms-7{width:58.33333333%;}.col-ms-6{width:50%;}.col-ms-5{width:41.66666667%;}.col-ms-4{width:33.33333333%;}.col-ms-3{width:25%;}.col-ms-2{width:16.66666667%;}.col-ms-1{width:8.33333333%;}.col-ms-hidden{display:none;}.custom-table .btn-retry span{display:none;}.custom-table .btn-retry i{width:15px;background-size:14px;margin-right:0;}#login-header{top:20px;}#login-header .main-nav{top:0;width:620px;}#login-header .main-nav li{margin:0 5px;}.login-main{padding-top:160px;}.login-content{position:relative;bottom:0;}.login-content .col-left{padding-left:20px;padding-right:20px;width:50%;}.login-box{width:100%;}.login-content .col-right{width:50%;padding-top:0;padding-left:20px;}.login-content .col-right h2{font-size:48px;line-height:50px;}#account-slider .swiper-button-prev{margin-left:-470px;}#account-slider .swiper-button-next{margin-right:-470px;}.account-small-slider{padding-left:100px;padding-right:100px;}.account-row .slider-button-prev{left:3%;margin-left:0;}.account-row .slider-button-next{right:3%;margin-right:0;}.account-row .swiper-button-prev{margin-left:-470px;}.account-row .swiper-button-next{margin-right:-470px;}.content-white.left-padding{padding-left:40px;}.content-white.left-padding h2,.content-white.left-padding h3{width:100%;position:relative;left:0;}.content-white.left-padding h2{margin-bottom:30px;}.content-white.left-padding h3{margin-top:20px;margin-bottom:30px;}.prelogin-full{top:0;padding-top:0;padding-bottom:30px;position:relative;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.prelogin-full.-prelogin-autoheight{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);}.prelogin-full.-prelogin-autoheight .inner{max-height:none;}.prelogin-full .inner{min-height:385px;}.page-prelogin-atm .login-main{padding-top:160px;}.account-row .title-1{width:100%;padding-left:85px;}.product-box h3{font-size:25px;line-height:40px;}.product-slider .product-inner{padding-left:33%;}.popup-box .prelogin-full{padding-bottom:0;}.popup-3{width:96%;}#page-header-left{width:70px;overflow:initial;}#page-header-left .site-branding{padding:0 0 0 23px;}#page-header-left .site-branding .site-logo a{background-size:250px;}#page-header-left .profile{padding-bottom:35px;}#page-header-left .profile-bar{padding-left:19px;}#page-header-left .profile-bar a{display:none;}#page-header-left .inbox-count{padding:7px 0 0 23px;}#page-header-left .inbox-count span{top:-5px;left:35px;}#page-header-left .inbox-count p{display:none;}#page-header-left .drop-select{display:none;}#page-header-left .main-nav li a{text-indent:-9999px;padding:15px 0 15px 12px;}#page-header-left .main-nav li span{display:none;}#page-header-left .main-nav .has-menu span{display:none;}#page-header-left .page-header-left_footer{display:none;}.account-list .col-2 .trigger{background:transparent;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;width:70px;color:#209ac7;padding-left:0;}.account-list .col-2 .trigger:after{top:16px;border-top-color:#209ac7;margin-right:5px;}#page-header-left.mobile{width:260px;}#page-header-left.mobile .site-branding{padding:0 27px 0 27px;}#page-header-left.mobile .site-branding .site-logo a{background-size:100%;}#page-header-left.mobile .profile{padding-bottom:15px;}#page-header-left.mobile .profile-bar{padding-left:27px;}#page-header-left.mobile .profile-bar a{display:block;}#page-header-left.mobile .inbox-count{padding:7px 0 0 27px;}#page-header-left.mobile .inbox-count span{top:-5px;left:43px;}#page-header-left.mobile .inbox-count p{display:block;}#page-header-left.mobile .drop-select{display:block;}#page-header-left.mobile .main-nav li a{text-indent:0;}#page-header-left.mobile .main-nav li span{display:block;}#page-header-left.mobile .main-nav .has-menu span{display:block;}#page-header-left.mobile .page-header-left_footer{display:block;}#main{padding-top:0;}.page-header-left_wrapper .menu-btn{display:block;cursor:pointer;width:100%;background:transparent;height:98px;top:0;left:0;}.page-header-left_wrapper .menu-btn ul{padding-top:40px;}.menu-btn li{width:21px;height:2px;background:#fff;margin-bottom:7px;}.page-header-left_wrapper.menu-btn .second{position:relative;}.page-header-left_wrapper .menu-btn.with-notify .second{width:21px;}.page-header-left_wrapper.menu-btn.with-notify .second:after{content:'';width:8px;height:8px;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;border-radius:100%;position:absolute;right:-10px;top:-3px;background:#eb0255;}.custom-table .row-1 .col:nth-child(4):before{display:none;}#main-side{margin-left:70px;}#main{padding-top:140px;}.profile-bar-side a,.profile-bar-side-no-display{display:none;}.profile-bar-side .profile-img{float:left;position:relative;margin-left:6px;}#page-header-left.mobile .inbox-count{padding:7px 0 0 23px;}#page-header-left.mobile .inbox-count span{left:35px;}.widget-select-account .acc-drop-btn,.widget-select-group .acc-drop-btn{margin:20px 0 0 35px;}}@media only screen and (max-width:1000px){.pfm-financial-donut .widget-slat .col-left{width:100%;float:left;}.pfm-financial-donut .widget-slat .col-right{width:100%;float:left;padding:30px;}.pfm-financial-donut .widget-slat .col-right .key,.pfm-financial-donut .widget-slat .col-right .value{width:auto;}.pfm-budget{margin-top:0;}.pfm-budget .pfm-budget_budgets__details___left{width:100%;float:left;}.pfm-budget .pfm-budget_budgets__details___right{float:left;width:100%;position:relative;}.pfm-budget .icon-travel,.pfm-budget .icon-bills,.pfm-budget .icon-transport,.pfm-budget .icon-food{top:16px;left:0;}.pfm-budget .pfm-budget_budgets__details___right .budget-bar{width:82%;padding-top:30px;margin-right:30px;margin-left:10px;}.pfm-budget .bar-value,.pfm-budget .bar-value-2{padding-top:20px;font-size:24px;width:10%;}.pfm-budget .widget-options{position:absolute;top:-115px;right:5px;padding:0 4px;}.pfm-budget .plain-list{padding:0 20px 0 20px;}.pfm-budget #container{padding-left:0;height:400px;}}

@font-face{font-family:'geomanist';src:url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.eot?");src:url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.ttf") format("truetype");font-weight:normal;font-style:normal;}@font-face{font-family:'geomanist';src:url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.eot?");src:url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.ttf") format("truetype");font-weight:300;font-style:normal;}@font-face{font-family:'geomanist';src:url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.eot?");src:url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.ttf") format("truetype");font-weight:600;font-style:normal;}@font-face{font-family:'geomanist';src:url("/deweb/Themes/Poba/css/fonts/geomanist-bold-webfont.eot?");src:url("/deweb/Themes/Poba/css/fonts/geomanist-bold-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-bold-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-bold-webfont.ttf") format("truetype");font-weight:700;font-style:normal;}@font-face{font-family:'geomanist';src:url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.eot?");src:url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.ttf") format("truetype");font-weight:800;font-style:normal;}@media only screen and (max-width:980px){body{background:#ff6e00;}#main{padding-top:0;}.menu-btn{display:block;cursor:pointer;}.menu-btn li{width:21px;height:2px;background:#fff;margin-bottom:7px;}.menu-btn .second{position:relative;}.menu-btn.with-notify .second{width:21px;}.menu-btn.with-notify .second:after{content:'';width:8px;height:8px;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;border-radius:100%;position:absolute;right:-10px;top:-3px;background:#ff0202;}.mobile-menu{display:block;position:absolute;width:270px;height:auto;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}.mobile-menu .main-nav li{margin:20px 15px;}.mobile-menu .main-nav li a{display:inline-block;width:100%;font-size:16px;line-height:20px;font-weight:700;color:#fff;text-align:left;text-transform:uppercase;-webkit-transition:color .3s ease;-moz-transition:color .3s ease;-ms-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease;position:relative;}.mobile-menu .main-nav li a p{position:absolute;top:10px;left:55px;}.mobile-menu .main-nav li i{display:block;float:left;width:40px;height:40px;background-repeat:no-repeat;background-size:40px;margin-right:15px;}.mobile-menu .main-nav li a.active{color:#fff;}.mobile-menu .main-nav li a.active p{border-bottom:3px solid #fff;}.mobile-menu .main-nav .icon-login{background-image:url(/deweb/Themes/Poba/img/icons/icon-login-white.png);}.mobile-menu .main-nav .icon-pin{background-image:url(/deweb/Themes/Poba/img/icons/icon-facilities-white.png);}.mobile-menu .main-nav .icon-catalogue{background-image:url(/deweb/Themes/Poba/img/icons/icon-products.png);}.mobile-menu .main-nav .icon-eye{background-position:center -32px;}.mobile-menu .main-nav a.active .icon-dashboard-3{background-image:url(/deweb/Themes/Poba/img/icons-2x/icon-dashboard-2.png);}.mobile-menu .main-nav a.active .icon-safe-3{background-image:url(/deweb/Themes/Poba/img/icons-2x/icon-safe-2.png);}.mobile-menu .main-nav a.active .icon-card-4{background-image:url(/deweb/Themes/Poba/img/icons-2x/icon-card-2.png);}.mobile-menu .main-nav a.active .icon-money-3{background-image:url(/deweb/Themes/Poba/img/icons-2x/icon-money-2.png);}.mobile-menu .main-nav a.active .icon-exchange-3{background-image:url(/deweb/Themes/Poba/img/icons-2x/icon-exchange-2.png);}.mobile-menu .main-nav a.active .icon-contact-3{background-image:url(/deweb/Themes/Poba/img/icons-2x/icon-contact-3.png);}.mobile-menu .main-nav .submenu{display:none;padding-left:20px;}.mobile-menu .main-nav .submenu li{margin:10px 15px;}.mobile-menu .main-nav .submenu li a{font-size:14px;}.container-submenu{height:40px;background-color:#fff;width:100%;display:block;position:absolute;top:50px;}.container-submenu-1{position:fixed;display:block;z-index:10;top:50px;width:100%;height:40px;background-color:#fff;padding-top:5px;}#login-header{top:0;}#login-header .main-nav{display:none;}#login-header .menu-btn{position:absolute;top:15px;right:20px;}#login-header .site-logo a{margin-left:20px;}#wrapper{-webkit-transform:scale(1) translate3d(0,0,0);-moz-transform:scale(1) translate3d(0,0,0);-ms-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0);-webkit-transition:transform .2s ease;-moz-transition:transform .2s ease;-ms-transition:transform .2s ease;-o-transition:transform .2s ease;transition:transform .2s ease;}.menu-open #wrapper{-webkit-transform:scale(.85) translate3d(-260px,0,0);-moz-transform:scale(.85) translate3d(-260px,0,0);-ms-transform:scale(.85) translate3d(-260px,0,0);transform:scale(.85) translate3d(-260px,0,0);}.fixed-height #wrapper{height:100vh;overflow:hidden;}.prelogin-full.full-break .col-left,.prelogin-full.full-break .col-right{width:100%;float:none;}.prelogin-full.sign-up-steps .col-left,.prelogin-full.sign-up-steps .col-right{width:100%;float:none;}.prelogin-full.full-break .col-right,.prelogin-full.sign-up-steps .col-right{position:static;padding-left:20px;}.prelogin-full.full-break .inner{height:auto;}.prelogin-full.sign-up-steps .inner,.prelogin-full.sign-up-steps .scrollable-content{height:auto;}.login-steps{margin-top:-20px;}.prelogin-full.sign-up-steps .col-head{top:5px;}.login-main{padding-top:140px;}#page-header{height:50px;}#page-header .main-nav,#page-header .profile-bar{display:none;}#page-header .site-branding{margin-top:15px;}#page-header .site-logo a{width:133px;height:35px;}#page-header .menu-btn{display:block;float:right;margin-top:14px;}#page-header .menu-btn li{background:#fff;}.mobile-menu .profile-bar{zoom:1;float:left;padding-left:6px;margin-bottom:40px;}.mobile-menu .profile-bar:after{display:block;visibility:hidden;height:0;clear:both;content:".";}.mobile-menu .profile-bar .profile-option{width:93%;padding-top:10px;}.mobile-menu .profile-bar .profile-img{float:left;position:relative;}.mobile-menu .profile-bar .img-box{width:55px;height:55px;overflow:hidden;-webkit-border-radius:10%;-moz-border-radius:10%;-ms-border-radius:10%;border-radius:10%;}.mobile-menu .profile-bar .img-box img{width:100%;height:auto;}.mobile-menu .profile-bar .profile-img span{display:block;width:26px;height:26px;font-family:"roboto","geomanist",sans-serif;font-size:12px;text-align:center;line-height:20px;font-weight:700;color:#fff;background:#ff0202;border:3px solid #2d4050;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;border-radius:100%;position:absolute;top:-4px;right:-12px;}.mobile-menu .profile-bar a{display:inline-block;width:40px;height:40px;float:left;background-repeat:no-repeat;background-position:center center;margin-top:10px;margin-left:20px;}.mobile-menu .profile-bar .icon-mail-3{background-size:40px;}.mobile-menu .profile-bar .icon-out-1{background-size:40px;}.mobile-menu .profile-bar .icon-settings-3{background-size:20px;}.mobile-menu .profile-bar .icon-out-3{background-size:22px;}.mobile-menu .profile-bar .profile-icons{float:right;margin-right:25px;}.mobile-menu .profile-bar .select-1 div.fancy-select div.trigger{color:#fff;}.mobile-menu .profile-bar .select-1 div.fancy-select div.trigger:after{border-color:#fff transparent transparent transparent;}.mobile-menu .profile-bar .select-1 div.fancy-select select:focus+div.trigger.open{color:#fff;}.mobile-menu .profile-bar .select-1 div.fancy-select ul.options{border:1px solid #2f333a;background:#2f333a;}.mobile-menu .profile-bar .select-1 div.fancy-select ul.options li{color:#2f333a;color:#fff;}.mobile-menu .profile-bar .select-1 div.fancy-select ul.options li.selected{background:#494f5a;color:#fff;}.mobile-menu .profile-bar .select-1 div.fancy-select ul.options li.selected:hover{background:#494f5a;color:#fff;}.mobile-menu .profile-bar .select-1 div.fancy-select ul.options li:hover{background:#606876;color:#fff;}.account-list .col-1{width:50%;padding-top:9px;}.account-list .col-2{width:50%;}.account-list .col-1 h2{font-size:16px;line-height:26px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.account-list .col-1 p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.account-list .col-2 .amount{font-size:14px;}.account-list .col-2 .icon-wrap{margin-left:10px;}.account-list .select-3 div.fancy-select div.trigger{padding-left:5px;padding-right:20px;}.account-list .select-3 div.fancy-select div.trigger:after{right:0;}.accordian-wrapper .distance{float:none;margin-top:5px;}.content-white.left-padding{padding-left:20px;}.account-row{padding:0;}.account-small-slider{padding:35px 0 0;}.account-small-slider .slide{padding:0;}.account-small-slider .account-box{opacity:1;padding-top:25px;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0;padding-bottom:40px;}.account-small-slider .account-box .acc-name{font-size:25px;}.account-small-slider .account-box .main-balance .balance{font-size:24px;}.account-small-slider .account-box .acc-nr{margin-bottom:10px;}.account-small-slider .slick-dots{display:block;}.single-slide .account-small-slider .slide{width:100%;}.account-small-slider .slick-dots{display:block !important;text-align:center;position:absolute;bottom:0;width:100%;}.account-small-slider .slick-dots li{display:inline-block;margin:0 2px;}.account-small-slider .slick-dots li button{width:9px;height:9px;background:transparent;border:2px solid #fff;opacity:1;padding:0;text-indent:-9999px;overflow:hidden;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;border-radius:6px;}.account-small-slider .slick-dots .slick-active button{background:#fff;}.account-row .slider-button-prev,.account-row .slider-button-next{display:none;}.account-row .account-single .account-box{padding-bottom:40px;}.account-row .account-single .account-box .acc-name,.account-row .account-single .account-box .main-balance .balance{font-size:25px;line-height:30px;}.account-row .slider-tabs{position:relative;top:0;}.widget-slat .col-left,.widget-slat .col-right{float:none;width:100%;margin-right:0;}.widget-slat .col-left{margin-bottom:30px;}.payment-widget h2{width:70%;}.payment-widget .steps{left:auto;right:15px;}.account-row .swiper-button-prev{margin-left:0;left:10px;}.account-row .swiper-button-next{margin-right:0;right:10px;}.account-row h3{z-index:1;top:10px;text-align:left;padding-left:16px;}.account-row .title-2{padding-left:20px;}.account-row .main-balance p{font-size:25px;margin-top:0;}.content-white{padding:25px 20px;}.widget-inbox .col-left{width:100%;}.widget-inbox .col-right{width:100%;margin-left:0;}.message-options li{margin:10px 0;}.product-slider .product-inner{padding-left:13%;}.product-wrapper .product-box{width:49%;margin-right:2%;}.product-wrapper .product-list .product-box:nth-child(3n+3){margin-right:2%;}.product-wrapper .product-list .product-box:nth-child(even){margin-right:0;}.product-single .info-inner{height:auto;min-height:0;}.popup-3{width:100%;height:100%;overflow:auto;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0;}.selfcare-widget .position-top{position:static;margin-bottom:30px;}.account-select .content{padding:0 !important;}#main{padding-top:100px;}#page-header .site-branding{margin-top:10px;}.popup-3{height:100%;}.slider-circle{top:25px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;position:absolute;width:15px;height:15px;z-index:1;background:#008000;}.unread-notifications{top:19px;right:117px;}.menu-btn.with-notify:hover .second:after{background-color:#ff6e00;}.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;}.pfm-financial-calendar .widget-slat .col-right,.pfm-financial-treemap .widget-slat .col-right,.pfm-financial-donut .widget-slat .col-right,.pfm-financial-bar .widget-slat .col-right{width:33%;float:right;margin-bottom:0;}.pfm-financial-calendar .widget-slat .col-left,.pfm-financial-treemap .widget-slat .col-left,.pfm-financial-donut .widget-slat .col-left,.pfm-financial-bar .widget-slat .col-left{width:60%;float:left;margin-bottom:0;}.pfm-financial-calendar .widget-slat .col-left .custom-form.uk-grid .group,.pfm-financial-treemap .widget-slat .col-left .custom-form.uk-grid .group,.pfm-financial-donut .widget-slat .col-left .custom-form.uk-grid .group,.pfm-financial-bar .widget-slat .col-left .custom-form.uk-grid .group{width:50%;}.pfm-financial-calendar .widget-slat .col-left .uk-grid>*,.pfm-financial-treemap .widget-slat .col-left .uk-grid>*,.pfm-financial-donut .widget-slat .col-left .uk-grid>*,.pfm-financial-bar .widget-slat .col-left .uk-grid>*{padding-left:10px;}.pfm-financial-calendar .widget-slat .col-left .uk-grid,.pfm-financial-treemap .widget-slat .col-left .uk-grid,.pfm-financial-donut .widget-slat .col-left .uk-grid,.pfm-financial-bar .widget-slat .col-left .uk-grid{margin-left:-15px;}.pfm-financial-calendar .select-3 select,.pfm-financial-treemap .select-3 select,.pfm-financial-donut .select-3 select,.pfm-financial-bar .select-3 select{padding:.8rem 0 .8rem 1.2rem;font-size:13px;}.widget-select-account .col-ss-12,.widget-select-group .col-ss-12{width:100%;}.widget-select-account .float-right,.widget-select-group .float-right{float:none;}.widget-select-account .col-border,.widget-select-group .col-border{border-right:none !important;border-bottom:1px solid #f1f1f1;}.widget-select-account .widget-select-account.content,.widget-select-group .widget-select-account.content{padding:10px 0 0 0;}.widget-select-account .acc-drop-btn,.widget-select-group .acc-drop-btn{position:absolute !important;top:0 !important;right:20px !important;}}@media only screen and (max-width:900px){.prelogin-full .contact-data-wrapper .half{float:none;width:100%;}.prelogin-full .contact-data-wrapper .map-wrapper{position:relative;margin-bottom:20px;}}@media only screen and (max-width:860px){.pfm-financial-calendar #calendar .weekdays,.pfm-financial-calendar #calendar .other-month{display:none;margin-bottom:0;}.pfm-financial-treemap #calendar .weekdays,.pfm-financial-treemap #calendar .other-month{display:none;margin-bottom:0;}.pfm-financial-donut #calendar .weekdays,.pfm-financial-donut #calendar .other-month{display:none;margin-bottom:0;}.pfm-financial-bar #calendar .weekdays,.pfm-financial-bar #calendar .other-month{display:none;margin-bottom:0;}.pfm-financial-calendar #calendar li,.pfm-financial-treemap #calendar li,.pfm-financial-donut #calendar li,.pfm-financial-bar #calendar li{height:auto !important;border:1px solid #f1f1f1;width:100%;padding:10px;margin-bottom:0;}.pfm-financial-calendar #calendar .date,.pfm-financial-treemap #calendar .date,.pfm-financial-donut #calendar .date,.pfm-financial-bar #calendar .date{float:left;text-align:left;}.pfm-financial-calendar .custom-form.uk-grid .group,.pfm-financial-treemap .custom-form.uk-grid .group,.pfm-financial-donut .custom-form.uk-grid .group,.pfm-financial-bar .custom-form.uk-grid .group{width:auto;}.pfm-financial-calendar .uk-width-1-2,.pfm-financial-treemap .uk-width-1-2,.pfm-financial-donut .uk-width-1-2,.pfm-financial-bar .uk-width-1-2{width:50%;float:left;}.pfm-financial-calendar .uk-width-1-3,.pfm-financial-treemap .uk-width-1-3,.pfm-financial-donut .uk-width-1-3,.pfm-financial-bar .uk-width-1-3{width:33.33%;float:left;}.pfm-financial-calendar .icon-1,.pfm-financial-calendar .icon-2,.pfm-financial-calendar .icon-3,.pfm-financial-calendar .icon-4,.pfm-financial-calendar .icon-5{float:right;margin-top:auto;}.pfm-financial-treemap .icon-1,.pfm-financial-treemap .icon-2,.pfm-financial-treemap .icon-3,.pfm-financial-treemap .icon-4,.pfm-financial-treemap .icon-5{float:right;margin-top:auto;}.pfm-financial-donut .icon-1,.pfm-financial-donut .icon-2,.pfm-financial-donut .icon-3,.pfm-financial-donut .icon-4,.pfm-financial-donut .icon-5{float:right;margin-top:auto;}.pfm-financial-bar .icon-1,.pfm-financial-bar .icon-2,.pfm-financial-bar .icon-3,.pfm-financial-bar .icon-4,.pfm-financial-bar .icon-5{float:right;margin-top:auto;}}@media only screen and (max-width:840px){.pfm-financial-bar .widget-slat .col-right{width:67%;float:right;}.pfm-financial-bar .widget-slat .col-left{width:33%;float:left;}.pfm-financial-bar .widget-slat .col-left .key,.pfm-financial-bar .widget-slat .col-left .value{width:auto;}}@media only screen and (max-width:800px){#side-modal-new-budget .mCSB_container,#side-modal-edit-budget .mCSB_container{height:auto;}}@media only screen and (max-width:768px){.application-wrapper-btn{width:100% !important;margin-top:30px;padding:0 20px;margin-left:0 !important;}}@media only screen and (max-width:740px){.pfm-budget{margin-top:50px;}}

@font-face{font-family:'geomanist';src:url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.eot?");src:url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.ttf") format("truetype");font-weight:normal;font-style:normal;}@font-face{font-family:'geomanist';src:url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.eot?");src:url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.ttf") format("truetype");font-weight:300;font-style:normal;}@font-face{font-family:'geomanist';src:url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.eot?");src:url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.ttf") format("truetype");font-weight:600;font-style:normal;}@font-face{font-family:'geomanist';src:url("/deweb/Themes/Poba/css/fonts/geomanist-bold-webfont.eot?");src:url("/deweb/Themes/Poba/css/fonts/geomanist-bold-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-bold-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-bold-webfont.ttf") format("truetype");font-weight:700;font-style:normal;}@font-face{font-family:'geomanist';src:url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.eot?");src:url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.ttf") format("truetype");font-weight:800;font-style:normal;}@media only screen and (max-width:720px){.col-ss-12{width:100%;}.col-ss-11{width:91.66666667%;}.col-ss-10{width:83.33333333%;}.col-ss-9{width:75%;}.col-ss-8{width:66.66666667%;}.col-ss-7{width:58.33333333%;}.col-ss-6{width:50%;}.col-ss-5{width:41.66666667%;}.col-ss-4{width:33.33333333%;}.col-ss-3{width:25%;}.col-ss-2{width:16.66666667%;}.col-ss-1{width:8.33333333%;}.col-ss-hidden{display:none;}.login-main{padding-top:100px;}.login-content{padding:0 20px;}.login-content .col-left{width:100%;padding:0;}.login-content .col-right{width:100%;padding:0;margin-bottom:30px;}.login-content .col-right h2{font-size:25px;line-height:30px;}.slider-tabs{top:410px;}.slider-tabs li{padding:8px 5px;}.slider-tabs li a{font-size:12px;}.widget-grid .widget-h-1 .widget-inner{height:auto;}.widget-grid .widget-map .widget-inner,.widget-grid .widget-map .wap-wrapper{height:400px;}.page-prelogin-atm .login-main{padding-top:90px;}.prelogin-full .inner{height:auto;}.prelogin-full h2{font-size:20px;}.prelogin-full .col-left{width:100%;float:none;}.prelogin-full .col-right{position:relative;width:100%;top:0;left:0;height:300px;}.prelogin-full .col-right.prelogin-map{height:300px;}.account-row .account-single .account-box .account-main{width:100%;}.account-row .account-single .account-box .main-balance{width:100%;}.account-row .account-single .account-box .main-balance p{text-align:left;padding-left:80px;}.prelogin-full .col-right,.prelogin-full .product-list{height:auto;}.product-slider .product-inner{padding-left:20px;padding-right:20px;}.product-slider .slider-button-prev,.product-slider .slider-button-next{display:none;}.product-slider .slick-dots{top:auto;bottom:0;}.product-slider h3{font-size:25px;}.product-single .product-info li{width:100%;}.product-single .product-info li:nth-child(odd){margin-right:0;}.account-small-slider .single-slide .small-slider .slide{width:550px;margin-left:auto;margin-right:auto;}.account-small-slider .single-slide .slider-button-prev,.account-small-slider .single-slide .slider-button-next{display:none;}.sign-up-data-check .half{width:100%;padding:0;}.sign-up-data-check .half:nth-child(2){width:100%;padding:0;}#map-canvas-signup{margin-top:20px;}.custom-table.card-limit .checkbox-wrap-2.fl-r{float:left !important;}.calendar .table-head{display:none;}.calendar .table-body{border-top:1px solid #d0d0d0;}.calendar .td{width:100%;height:auto;min-height:40px;}.calendar .td a{padding:10px;}.calendar .td p{position:static;margin-bottom:0;float:left;}.calendar .td p span{display:inline-block;margin-left:10px;}.calendar .td .event-wrapper:last-child{margin-bottom:0;}.transaction-tracker-wrapper{position:static;bottom:0;left:0;float:right;}.time-lapse-trigger{width:100%;margin:20px auto 25px;}.custom-table .action-wrap-1 .btn-1,.custom-table .action-wrap-1 .btn-2{display:inline-block;width:100%;margin-right:0%;margin-bottom:10px;float:none;}.custom-table .action-wrap-1 .btn-1:last-child,.custom-table .action-wrap-1 .btn-2:last-child{margin-bottom:0;}.table-corner-button{position:static;margin:10px 0;}.widget.widget-tips-and-tricks .widget-header{margin-bottom:40px;}.widget.widget-tips-and-tricks .tips{position:relative;bottom:0;}.widget.widget-tips-and-tricks:before{border-width:0 65px 65px 0;}.widget.widget-tips-and-tricks:after{content:"";width:25px;height:26px;position:absolute;top:8px;right:16px;background:url(/deweb/Themes/Poba/img/icons/lightbulb-icon.png) no-repeat center center;background-size:25px;}#page-header-left{width:100%;height:50px;overflow:hidden;}#page-header-left .site-branding{padding:0 0 0 0;height:50px;position:relative;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin-top:0;margin-bottom:0;width:170px;float:right;}#page-header-left .site-branding h1{float:right;margin-right:20px;margin-top:7px;font:400 50px/1.3 "roboto","geomanist",sans-serif;}#page-header-left .site-branding .site-logo a{background-size:130px;overflow:hidden;}#page-header-left .profile,#page-header-left .main-nav{display:none;}.page-header-left_footer{display:none;}#main{margin:0;}.slider-tabs{top:auto !important;}.list-options{top:60px !important;}.page-header-left_wrapper .menu-btn{padding-top:18px;padding-left:20px;}.page-header-left_wrapper .menu-btn ul{padding-top:20px;padding-left:40px;}#page-header-left.mobile{width:260px;height:100%;overflow:visible;}#page-header-left.mobile .site-branding{float:left;margin-top:10px;width:100%;padding:0 27px 0 27px;margin-bottom:20px;-webkit-box-shadow:-4px 6px 12px rgba(241,241,241,.8);-moz-box-shadow:-4px 6px 12px rgba(241,241,241,.8);box-shadow:-4px 6px 12px rgba(241,241,241,.8);height:auto;}#page-header-left.mobile .site-branding h1{float:none;margin-right:0;margin-top:0;font:400 32px/1.3 "roboto","geomanist",sans-serif;}#page-header-left.mobile .site-branding .site-logo a{background-size:100%;overflow:visible;height:65px;}#page-header-left.mobile .profile,#page-header-left.mobile .main-nav{display:block;}#page-header-left.mobile .page-header-left_wrapper .menu-btn{top:0;z-index:100;}#page-header-left.mobile .page-header-left_wrapper .menu-btn ul{padding-top:40px;padding-left:10px;}.page-header-left_wrapper .menu-btn{padding-top:0;padding-left:0;margin-left:-20px;}.page-header-left_footer{display:block;}#main-side{margin:50px 0 0 0;}.profile-img-group{width:120px;height:120px;position:relative;margin:100px auto 40px auto;}.popup-box.popup-wide{height:auto;max-width:720px;width:96% !important;top:0;}.popup-24 .category,.popup-24 .add-new{width:100%;}.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;-webkit-transform:translate(0%,0%);-moz-transform:translate(0%,0%);-ms-transform:translate(0%,0%);transform:translate(0%,0%);}.col-header:nth-child(2):before,.col:nth-child(2):before{display:none;}.pfm-transactions-list .custom-table .row-1 .col:before,.widget-transactions-pfm .custom-table .row-1 .col:before,.pfm-financial-calendar .custom-table .row-1 .col:before,.pfm-financial-treemap .custom-table .row-1 .col:before,.pfm-financial-donut .custom-table .row-1 .col:before,.pfm-financial-bar .custom-table .row-1 .col:before{display:none;}.pfm-transactions-list .custom-table .col,.widget-transactions-pfm .custom-table .col,.pfm-financial-calendar .custom-table .col,.pfm-financial-treemap .custom-table .col,.pfm-financial-donut .custom-table .col,.pfm-financial-bar .custom-table .col{padding:8px 8px;position:relative;}.pfm-transactions-list .custom-table .text-6,.widget-transactions-pfm .custom-table .text-6,.pfm-financial-calendar .custom-table .text-6,.pfm-financial-treemap .custom-table .text-6,.pfm-financial-donut .custom-table .text-6,.pfm-financial-bar .custom-table .text-6{padding-left:50px;}.pfm-transactions-list .trigger-2,.widget-transactions-pfm .trigger-2,.pfm-financial-calendar .trigger-2,.pfm-financial-treemap .trigger-2,.pfm-financial-donut .trigger-2,.pfm-financial-bar .trigger-2{top:-94px;right:10px;}.pfm-financial-goals .widget{margin-top:60px;}.pfm-financial-goals .pfm-goal_progress-bar{width:90%;}.pfm-categorization-rules .trigger-2{top:-44px;right:0;}.pfm-categorization-rules .custom-table .text-6{padding-left:10px;}.popup-24 .amount,.popup-24 .total-amount{margin:15px 10px 0 0;width:50%;}.popup-24 .category{width:100%;}.popup-24 .remove{margin:51px 0 0 12px;}}@media only screen and (max-height:680px){#page-header-left.mobile{overflow-x:hidden;}.page-header-left_footer{position:relative;margin-top:20%;}#page-header-left .site-branding{padding:0 7px 0 21px;}}

@font-face{font-family:geomanist;src:url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.eot");src:url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:geomanist;src:url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.eot");src:url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:geomanist;src:url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.eot");src:url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.ttf") format("truetype");font-weight:600;font-style:normal}@font-face{font-family:geomanist;src:url("/deweb/Themes/Poba/css/fonts/geomanist-bold-webfont.eot");src:url("/deweb/Themes/Poba/css/fonts/geomanist-bold-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-bold-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-bold-webfont.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:geomanist;src:url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.eot");src:url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.ttf") format("truetype");font-weight:800;font-style:normal}@media only screen and (max-width:600px){.mobile-menu{width:240px}.account-list .col-2 .icon-wrap,.account-row .slider-button-next,.account-row .slider-button-prev,.accounts-widget .slider-button-next,.accounts-widget .slider-button-prev,.page-cover .desktop-img,.pfm-financial-bar .widget-slat .col-left .key,.widget-inbox .table-row .col .msg-date:after{display:none}.page-cover .mobile-img{display:block}#login-header .site-logo a{width:150px;height:36px}#account-slider .account-box{width:300px;padding:15px}#account-slider .small-balance,#account-slider .transaction-txt{padding-right:75px}.account-box .account-main{padding-top:30px;padding-left:0}.account-box .acc-img,.account-row .account-box .acc-img{width:40px;height:40px}.account-box .main-balance p{font-size:25px}#account-slider{margin-bottom:0}#account-slider .slick-dots li{display:inline-block;margin:0 4px}#account-slider .slick-dots li button{width:9px;height:9px;background:0 0;border:2px solid #fff;opacity:1;padding:0;text-indent:-9999px;overflow:hidden;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;border-radius:6px}#account-slider .slick-dots .slick-active button{background:#fff}.account-list .col-1 .drag{top:9px}.document-actions .description,.widget-grid-options .grid-title{margin-bottom:10px}.widget-grid-options .grid-options{padding-right:10px}.widget-grid-options .grid-option{clear:both;margin-bottom:10px}.account-row,.account-row .account-box .account-main{padding-top:0}.account-row .account-box .acc-name,.account-row .account-box .main-balance .balance{font-size:18px}.custom-list-1 li{padding:25px 0 5px}.custom-list-1 .left-content,.custom-list-1 .right-content,.plain-list .key,.plain-list .value{width:100%;text-align:left}.widget-inbox .table-row .col .msg-title{padding-right:0;font-size:14px;line-height:20px;white-space:pre-wrap;padding-top:8px}.widget-inbox .table-row .col .msg-date{width:100%;position:static}.widget-select-account .acc-name{font-size:14px!important}.widget-select-account .acc-select-small,.widget-select-account .small{font-size:12px!important}.widget-select-account .acc-img{left:-10px}.account-row .account-single .account-box .main-balance p,.widget-select-account .acc-info{padding-left:50px}.account-row .account-single .account-box .acc-nr{margin-top:0;text-align:left}.account-row .account-single .account-box .acc-name{text-align:left}.account-row .account-single .account-box .account-main{padding-left:50px;padding-top:0;margin-bottom:10px}.account-row .account-single .account-box .acc-name,.account-row .account-single .account-box .main-balance .balance{font-size:22px;line-height:26px}.custom-form.uk-grid .group,.document-actions .btn-wrapper,.document-actions .description,.pfm-financial-bar .widget-slat .col-left .value,.pfm-financial-donut .widget-slat .col-right .value,.prelogin-full .prelogin-product .product-box{width:100%}.account-row .title-1{padding-left:12px}.account-row.row-title{padding-top:10px}.payment-widget h2{width:100%;margin-bottom:20px}.payment-widget .steps{position:static;margin-bottom:30px}.payment-list .btn-1{width:100%;min-width:0}.side-modal-popup{width:100%;padding:25px 5px 25px 20px}.side-modal-popup .bottom-actions{padding-right:20px}.side-modal-popup.active{left:0;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.plain-list .checkbox-wrap-2 .checkbox-2.styledCheckbox{float:left;margin-bottom:10px;margin-top:0}.popup-1 .popup-header h3,.popup-2 .popup-header h3{font-size:24px}.popup-7 .dash:after{right:50%;margin-right:-3px;top:50px}.login-main{padding-bottom:90px;min-height:100vh}.prelogin-full .prelogin-product .product-box:nth-child(odd),.product-single .product-actions .btn-1:first-child,.product-wrapper .product-list .product-box:nth-child(3n+3){margin-right:0}.product-wrapper .product-box{width:100%;margin-right:0}.product-single .product-actions .btn-1{width:100%;margin-bottom:10px}.prelogin-full .col-head{padding-left:0;padding-right:20px}.statement-half,.statement-half:last-child{width:100%;padding:0;border:none}#wrapper{padding-bottom:200px}#page-footer{position:absolute}.document-actions .btn-wrapper .btn-1{width:100%;margin:0 0 10px}.tips-and-tricks-modal{width:95%;left:0;margin:0 auto;position:relative;top:250px}.tips-and-tricks-modal .modal-content-wrapper{height:auto;margin-bottom:40px;padding:0 25px}.tips-and-tricks-modal .modal-content{top:50%;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.tips-and-tricks-modal .modal-header{padding:15px 50px 0}.tips-and-tricks-modal:before{border-width:0 65px 65px 0}.tips-and-tricks-modal:after{content:"";width:25px;height:26px;position:absolute;top:8px;right:6px;background:url(/deweb/Themes/Poba/img/icons/lightbulb-icon.png) center center/25px no-repeat}body,body.popup-open{position:relative}.popup-3{height:auto;overflow:visible}.widget-calendar .ui-datepicker{padding:30px 0}.widget-inner-exchange{height:380px!important}.yolo .yolo{font-size:12px;word-break:break-all}.pfm-financial-donut .widget-slat .col-right{padding:10px}.pfm-financial-donut .widget-slat .col-right .key{width:auto}.pfm-financial-bar .widget-slat .col-left .plain-list p,.pfm-financial-donut .widget-slat .col-right .plain-list p{margin:20px 0}.pfm-financial-donut .widget-slat .col-right .plain-list div,.selfcare-dropdown{margin-bottom:20px}.pfm-financial-bar .widget-slat .col-left .icon-1,.pfm-financial-bar .widget-slat .col-left .icon-2,.pfm-financial-bar .widget-slat .col-left .icon-3,.pfm-financial-bar .widget-slat .col-left .icon-4,.pfm-financial-bar .widget-slat .col-left .icon-5,.pfm-financial-donut .widget-slat .col-right .icon-1,.pfm-financial-donut .widget-slat .col-right .icon-2,.pfm-financial-donut .widget-slat .col-right .icon-3,.pfm-financial-donut .widget-slat .col-right .icon-4,.pfm-financial-donut .widget-slat .col-right .icon-5{margin:0 10px 10px 0}.pfm-financial-bar .widget-slat .col-left .plain-list{margin-top:24px;margin-bottom:0;padding-left:10px}.pfm-financial-bar .widget-slat .col-right{width:87%;float:right}.pfm-financial-bar .widget-slat .col-left{padding:10px;width:10%;float:left}.pfm-financial-bar .widget-slat .col-left .plain-list div{border:none;margin-bottom:32px}.pfm-budget .pfm-budget_budgets__details___right .budget-bar{width:70%;margin-right:0}.pfm-budget .bar-value,.pfm-budget .bar-value-2{width:20%}.widget-select-account .account-select p .big,.widget-select-group .account-select p .big{font-size:20px}.widget-select-account .account-select .item,.widget-select-group .account-select .item{padding:20px!important}.widget-select-account{padding:20px 35px 20px 20px!important}.modal-container{position:absolute;height:100%}.selfcare-dropdown{float:right;width:100%;margin-top:0}#account-slider .slick-dots{display:block!important;margin-top:20px;text-align:center;position:relative!important;bottom:0;width:100%}.popup-box{max-width:900px;width:100%;top:0;left:0;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.widget-transactions .btn-1,.widget-transactions-pfm .btn-1{max-width:600px}.group-inner.position-top{float:unset!important;width:100%!important;margin-top:0!important}}@media only screen and (max-width:500px){.pfm-categorization-rules .top-padding h2{margin-bottom:80px;font-size:25px;text-align:center}.pfm-categorization-rules .btn-1{font-size:10px}.pfm-categorization-rules .widget-actions>li{float:none;margin-left:0}.pfm-categorization-rules .widget-actions.widget-corner{top:65px;left:0;width:100%;padding:0 20px}#side-modal-currency-new .dashboard-shortcut-list{margin-top:0}#side-modal-currency-new p{margin-bottom:0!important}#side-modal-currency-new .btn-1{font-size:15px}#side-modal-currency-new .mCustomScrollBox{height:90%}#side-modal-currency-new .shortcut-name{font-size:14px}#side-modal-currency-new .actions .close-box{margin-right:20px}#side-modal-currency-new .trigger-mobile{margin-top:-26px}.balance-amount{font-size:30px!important}.account-box .main-balance p span{font-size:20px!important}.selfcare-dropdown{float:right;width:100%;margin-top:0;margin-bottom:20px}}

@font-face{font-family:geomanist;src:url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.eot");src:url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-regular-webfont.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:geomanist;src:url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.eot");src:url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-light-webfont.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:geomanist;src:url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.eot");src:url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-medium-webfont.ttf") format("truetype");font-weight:600;font-style:normal}@font-face{font-family:geomanist;src:url("/deweb/Themes/Poba/css/fonts/geomanist-bold-webfont.eot");src:url("/deweb/Themes/Poba/css/fonts/geomanist-bold-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-bold-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-bold-webfont.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:geomanist;src:url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.eot");src:url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.eot?#iefix") format("embedded-opentype"),url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.woff") format("woff"),url("/deweb/Themes/Poba/fonts/geomanist-book-webfont.ttf") format("truetype");font-weight:800;font-style:normal}@media only screen and (max-width:450px){#page-footer .copy,#page-footer .lang-nav,#page-footer .social{text-align:center;width:100%}.login-footer{position:absolute;bottom:15px;right:10px;min-width:310px}.social li{margin-right:25px}#account-slider .account-box{width:90vw}.account-box.account-bg-1{background:0 0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#account-slider .slide{background:#fff;margin:10px}#account-slider .account-small-slider .slide{background:unset;margin:0}.account-list .col-1,.account-list .col-2{width:100%}.account-list .col-2 .amount{font-size:22px}.widget-grid .widget{padding:0}.custom-table .tag-col{padding-left:50px}.custom-table .text-3,.custom-table .text-3 span,.map-list .name{font-size:14px}.widget-tabs li a{padding:10px;min-width:0}.widget-transactions .table-btn.btn-retry{display:none}.widget-advertising h2{font-size:32px;line-height:30px}#page-footer{position:absolute;padding-bottom:60px}#page-footer .lang-nav{margin-bottom:20px}#page-footer .lang-nav li,#page-footer .social li{display:inline-block;float:none;margin:0 20px}#page-footer .copy{position:absolute;bottom:0;left:0}.account-row .account-box .account-main{padding-left:0}.account-row .account-box .select-2{width:66px;margin-left:10px}.account-row .account-box .select-2 div.fancy-select div.trigger{font-size:12px;padding:6px 22px 4px 8px}.account-row .account-box .select-2 div.fancy-select div.trigger:after{top:15px}.map-list li{padding:10px 0}.map-list .item-main{padding:0 30px 0 36px}.map-list .item-main i{width:30px;height:30px;background-size:17px;margin-top:0;top:0}#side-modal-create-goal-step2 .btn-1,#side-modal-pfm-new-rule2 .custom-table .text-7,#side-modal-pfm-new-rule2 .rule-details p,.contact-data-wrapper .data p span,.map-list .cat-name,.map-list .info-txt-1,.pfm-financial-goals .widget-tabs.style-2 li{font-size:12px}.map-list .item-info li{padding:5px 0 5px 36px}.map-list .item-info i{width:30px;height:15px;margin-top:0;top:4px;left:3px;background-size:14px}.map-list .info-txt-2{font-size:14px;line-height:18px}.accordian-title{padding-left:60px;font-size:13px}.accordian-title .faq-help-icon{position:static;display:block;margin-bottom:10px}.accordian-title:after{top:10px}.accordian-wrapper .hidden{padding-left:10px}.accordian-wrapper .distance{float:none;margin-top:5px}.contact-data-wrapper .data p{font-size:13px}.popup-box{width:96%;left:2%;top:60px;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.popup-box h3{padding:20px}.popup-box .popup-links li{padding:20px 0}.popup-1 .label-1{margin-top:0}.product-info li span{display:block;width:100%}.popup-3{width:100%;top:0;left:0}.notification-wraper .sub-notification{position:relative;margin-bottom:20px}.notification-wraper .schedule-checkbox{display:block;float:left;margin:4px 10px 10px}.notification-wraper .schedule-checkbox-description{display:block;float:left;margin:4px 10px 10px;padding-top:11px}.widget.widget-tips-and-tricks:before{right:0}.widget.widget-tips-and-tricks:after{right:6px}.pfm-financial-goals .pfm-goal_info{width:64%}.pfm-financial-goals .pfm-goal_info h3,.pfm-financial-goals .pfm-goal_info p{float:left}.pfm-financial-goals .pfm-goal_info__profile{float:none;margin-bottom:10px}.pfm-financial-goals .pfm-goal_progress-bar{width:75%}.pfm-financial-goals .hidden{padding-top:170px}.pfm-financial-goals .widget-actions>li{float:right;margin-left:10px;width:90%}.pfm-financial-goals .widget-slat{padding-top:60px}.pfm-financial-goals .widget-actions.widget-corner{right:0;top:80px;width:100%}.pfm-financial-goals .widget-actions.widget-corner li{margin-left:0;width:100%;padding:0 15px}.pfm-financial-goals .pfm-goal{padding:25px 15px}.pfm-financial-goals .widget-buttons{padding-right:0}.pfm-financial-goals .widget-tabs{padding-top:20px}#side-modal-create-goal-step2 .acc-info{float:left;margin-left:0;margin-top:10px;width:100%}#side-modal-create-goal-step2 .new-account .acc-name{padding-top:15px}.custom-table.table-2 .col{padding:8px 0}.arr-up-tag,.transferlistp{left:0}.custom-table .text-6{float:right;padding-right:10px}.custom-table.table-2 .tag{top:11px}.col-text.text-1.text-cl-1.left.exchange-tranp{float:right;padding-right:15px}}@media only screen and (max-width:400px){#page-header-left.mobile{width:100%}#page-header-left.mobile .site-branding .site-logo a{background-size:230px}}@media only screen and (max-width:350px){.pfm-budget .top-padding h2{margin-bottom:50px}.pfm-budget .btn-1{font-size:11px}.pfm-budget .widget-actions>li{float:none;margin-left:0}.pfm-budget .widget-actions.widget-corner{top:65px;left:0;width:100%;padding:0 20px}.transferlistp{left:0}.custom-table .text-6{padding-right:2px}}@media only screen and (min-device-width:320px) and (max-device-width:480px){#pfm-click-mobile-link{display:block!important}}
