﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*Main colors*/
/*Fonts*/
/*standard*/
/*slider*/
/*General*/
/* ===============================================================================
    = Fonts
=============================================================================== */
/*Nunito*/
@font-face {
  font-family: 'Nunito';
  src: url("../../fonts/Nunito-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Nunito';
  src: url("../../fonts/Nunito-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Nunito';
  src: url("../../fonts/Nunito-Light.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Nunito';
  src: url("../../fonts/Nunito-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Nunito';
  src: url("../../fonts/Nunito-ExtraBold.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: #FFFFFF; }

/* ==================================================
    =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, .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% "Nunito", "Roboto", sans-serif;
  color: #FFFFFF;
  background-color: #36b2c9; }

/* 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 "Nunito", "Roboto", sans-serif;
  color: #FFFFFF;
  border: none;
  text-align: center;
  overflow: visible;
  cursor: pointer; }

.btn-w {
  width: 225px !important;
  height: 68px !important; }

/* ==================================================
    =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 "Nunito", "Roboto", sans-serif; }

h2 {
  font: 400 24px/1.2 "Nunito", "Roboto", sans-serif; }

h3 {
  font: 400 22px/1.2 "Nunito", "Roboto", sans-serif; }

h4 {
  font: 400 20px/1.2 "Nunito", "Roboto", sans-serif; }

h5 {
  font: 400 16px/1.2 "Nunito", "Roboto", sans-serif; }

h6 {
  font: 400 14px/1.2 "Nunito", "Roboto", 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: #777777; }

.place-1::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1; }

input.place-1:-ms-input-placeholder, textarea.place-1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #777777; }

.place-2:focus::-webkit-input-placeholder, .place-2:focus::-moz-placeholder {
  color: transparent; }

.place-2::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #36b2c9; }

.place-2::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #36b2c9;
  opacity: 1; }

input.place-2:-ms-input-placeholder, textarea.place-2:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #36b2c9; }

/* ===============================================================================
    =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: "Nunito", "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 10px;
  margin-right: 0;
  margin-bottom: 10px;
  -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;
  min-height: 48px;
  line-height: 20px; }
  .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;
    min-height: unset;
    line-height: unset; }
  .btn-1.small-btn {
    padding: 10px 15px;
    min-height: unset;
    line-height: unset; }
  .btn-1.xs-btn {
    padding: 8px 10px;
    min-height: unset;
    line-height: unset; }
  .btn-1.color-1 {
    background-color: #000D30;
    color: #FFFFFF; }
    .btn-1.color-1:hover {
      background-color: #00227d; }
    .btn-1.color-1.color-alt {
      background-color: #36b2c9;
      color: #FFFFFF; }
      .btn-1.color-1.color-alt:hover {
        background-color: #72c9d9; }
  .btn-1.color-2 {
    background-color: #36b2c9;
    color: #FFFFFF; }
    .btn-1.color-2:hover {
      background-color: #72c9d9; }
    .btn-1.color-2.link-btn {
      background-color: transparent;
      color: #36b2c9;
      margin-bottom: 0px; }
      .btn-1.color-2.link-btn:hover {
        color: #72c9d9; }
  .btn-1.color-3 {
    background-color: #777777;
    color: #FFFFFF; }
    .btn-1.color-3:hover {
      background-color: #9d9d9d;
      color: #FFFFFF; }
  .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(../../img/icons/icon-money-2.png); }
  .btn-1.color-5 {
    background-color: #FFFFFF;
    color: #36b2c9;
    -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: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 5px; }

.label-2 {
  display: block;
  font-size: 14px;
  color: #777777;
  margin-bottom: 5px; }

.input-1, .textarea-1 {
    display: block;
    font-family: "Nunito", "Roboto", sans-serif;
    width: 100%;
    border: 1px solid #134060;
    background: rgba(0, 13, 48, 0.5);
    font-size: 18px;
    color: #FFFFFF;
    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 #000d30;
    -moz-box-shadow: 0 0 0 0 #000d30;
    box-shadow: 0 0 0 0 #000d30;
    -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;
}

.change-pass .input-1{
    display: block;
    font-family: "Nunito", "Roboto", sans-serif;
    width: 100%;
    border: 1px solid #134060;
    background: rgba(166, 232, 244, 1);
    font-size: 18px;
    color: #FFFFFF;
    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 #000d30;
    -moz-box-shadow: 0 0 0 0 #000d30;
    box-shadow: 0 0 0 0 #000d30;
    -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::-webkit-input-placeholder {
  color: #FFFFFF; }

.input-1::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1; }

.input-1:-ms-input-placeholder {
  color: #FFFFFF; }

.input-prelogin .input-1 {
  background: #FFFFFF !important;
  border: 1px solid #36b2c9; }

.input-prelogin .input-1 {
  background: rgba(0, 13, 48, 0.5);
  border: 1px solid #36b2c9; }

.textarea-1 {
  height: 120px;
  resize: none;
  overflow: auto; }

.input-1:focus, .textarea-1:focus {
  -webkit-box-shadow: 0 2px 0 0 #000d30;
  -moz-box-shadow: 0 2px 0 0 #000d30;
  box-shadow: 0 2px 0 0 #000d30; }

.input-1.dark, .textarea-1.dark {
  background: #008fa9;
  border-color: #008fa9;
  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: #FFFFFF;
  -webkit-text-fill-color: #36b2c9; }

.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: #777777;
  width: 30px;
  height: 30px;
  display: block;
  font-family: "Nunito", "Roboto", 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: #36b2c9;
    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 #36b2c9; }

.hint-picure-wrapper p {
  font-family: "Nunito", "Roboto", sans-serif;
  font-size: 13px;
  color: #d0d0d0;
  margin-bottom: 5px; }

.error-msg {
  display: none;
  font-family: "Nunito", "Roboto", 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(../../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: "Nunito", "Roboto", sans-serif;
    font-size: 14px;
    color: #FFFFFF; }

.checkbox-2.styledCheckbox {
  display: inline-block;
  width: 66px;
  height: 36px;
  background-color: #777777;
  background-image: url(../../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: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.checked {
    background-color: #60c454; }
    .checkbox-2.styledCheckbox.checked:after {
      left: 35px; }

.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: "Nunito", "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #777777; }

.checkbox-wrap-2 .checkbox-label-3 {
  font-family: "Nunito", "Roboto", sans-serif;
  font-size: 14px;
  color: #777777;
  margin-left: 10px;
  position: relative;
  top: 9px; }

.checkbox-wrap-2 .checkbox-label-4 {
  font-family: "Nunito", "Roboto", sans-serif;
  font-size: 14px;
  color: #777777;
  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(../../img/icons/radio-1.png);
  background-size: 20px;
  cursor: pointer; }
  .radio-1.styledRadio.disabled {
    background-image: url(../../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: "Nunito", "Roboto", sans-serif;
    font-size: 14px;
    color: #FFFFFF; }

/* 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: #36b2c9 url(../../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: #72c9d9; }
    .file-wrapper .upload-btn:focus {
      outline: none; }
  .file-wrapper .file-name {
    width: 100%;
    display: inline-block;
    font-family: "Nunito", "Roboto", sans-serif;
    font-size: 18px;
    color: #36b2c9;
    padding: 8px 10px;
    padding-right: 50px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .file-wrapper .name-wrapper {
    overflow: hidden; }
  .file-wrapper.disabled .upload-btn {
    background-color: #062A4F;
    opacity: 0.5; }
    .file-wrapper.disabled .upload-btn:hover {
      background-color: #0b5096;
      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: #000d30;
  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: #008fa9;
  -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: #008fa9; }
  .select-1 .dd-option:hover {
    background: #000d30; }
    .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: #008fa9;
  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;
  font-weight: bold;
  color: #FFFFFF;
  padding: 8px 12px 7px 7px; }
  .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-item:hover {
    border: none;
    margin: 0;
    background: #b0e0e6;
    font-weight: 700;
    color: #FFFFFF; }
  body .ui-selectmenu-menu .ui-menu .ui-state-focus {
    border: none;
    margin: 0;
    background: #b0e0e6;
    font-weight: 700;
    color: #FFFFFF; }

div.fancy-select {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #062A4F; }
  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: "Nunito", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  text-transform: none;
  background-color: #000d30;
  -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: #e6e6e6;
  width: 100%;
  max-width: 100%;
  min-width: 0; }
  .select-1 div.fancy-select ul.options li {
    font-family: "Nunito", "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-transform: none;
    color: #FFFFFF;
    background-color: #000d30;
    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: lighten($slider, 15%);*/ }

/* 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: #062A4F;
  bottom: 1px; }

.mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 10px;
  top: 1px;
  background: #FFFFFF; }

.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: #FFFFFF; }

.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: #000d30; }

body .ui-datepicker .ui-datepicker-title {
  font-size: 16px;
  font-weight: 700;
  color: #008fa9; }

body .ui-widget-content .ui-state-default {
  background: none;
  color: #666666;
  font-size: 11px;
  padding-top: 4px;
  padding-bottom: 4px; }

body .ui-widget-header .ui-state-default {
  background: none;
  color: #666666;
  font-size: 11px;
  padding-top: 4px;
  padding-bottom: 4px; }

 body .ui-widget-header .ui-state-active, body .ui-widget-content .ui-state-hover, body .ui-widget-header .ui-state-hover {
    background: inherit;
    border: none;
    color: #FFFFFF;
}

body .ui-widget-content .ui-state-active {
    background: inherit;
    border: none;
    color: #495c68;
}

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: #000d30;
  background: #36b2c9;
  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(../../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(../../img/icons/arrow-right-1.png) center center no-repeat;
  background-size: 10px;
  border: none; }

/* Loaderi ----------------------------------------------------------------------------------------------- */
.cssload-container {
  width: 100%;
  height: 50px;
  text-align: center; }

.cssload-speeding-wheel {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: 3px solid #062A4F;
  -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 800ms infinite linear;
  -moz-animation: cssload-spin 800ms infinite linear;
  animation: cssload-spin 800ms infinite linear; }

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* 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: $darkblue;*/
    background-color: rgba(0, 13, 48, 0.1);
    /*opacity: 0.5;*/ }
  .custom-table .table-row.table-head:hover {
    /*background: $white;*/ }
  .custom-table .table-row.row-1 {
    border-bottom: 1px solid #134060; }

.custom-table .col-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0; }

.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: 5px; }

.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: #36b2c9; }

.custom-table .text-cl-2 {
  color: #a6e8f4; }

.custom-table .text-cl-3 {
  color: #36b2c9;
  font-weight: 900 !important; }

.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: 16px;
  font-weight: bold;
  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: "Nunito", "Roboto", 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 .tag-col {
  position: relative;
  padding-left: 55px; }

.custom-table .tag {
  width: 30px;
  height: 30px;
  float: left;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  font-family: "Nunito", "Roboto", 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: "Nunito", "Roboto", 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: #e6e6e6 url(../../img/icons/arrow-top-1.png) center center no-repeat; }
  .custom-table .tag.down:after {
    background: #e6e6e6 url(../../img/icons/arrow-bottom-2.png) center center no-repeat; }
  .custom-table .tag.tagcolor-1 {
    background-color: #60c454; }
  .custom-table .tag.tagcolor-2 {
    background-color: #5ec1d4; }
  .custom-table .tag.tagcolor-3 {
    background-color: #8069b4; }
  .custom-table .tag.tagcolor-4 {
    background-color: #5ec1d4; }
  .custom-table .tag.tagcolor-5 {
    background-color: #fdb750; }
  .custom-table .tag.tagcolor-6 {
    background-color: #eb0255; }
  .custom-table .tag.tagcolor-7 {
    background-color: #36b2c9; }

.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: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  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(../../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 #134060; }
  .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: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #FFFFFF;
  text-transform: uppercase; }

.table-head .head-txt-2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  color: #FFFFFF;
  text-transform: uppercase; }

.currency-wrapper {
  padding-left: 56px;
  padding-top: 5px; }
  .currency-wrapper:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: "."; }
  .currency-wrapper img {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 46px;
    height: 46px; }
  .currency-wrapper .currency-value, .currency-wrapper .currency {
    text-transform: uppercase;
    font-family: "Nunito", "Roboto", sans-serif;
    /*margin-bottom: 0;*/ }
  .currency-wrapper .currency-value {
    color: #36b2c9;
    font-size: 18px; }
  .currency-wrapper .currency {
    color: #d0d0d0;
    font-size: 14px; }
  .currency-wrapper p {
    margin-bottom: 7px; }

/* 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(../../img/icons/icon-alert-2.png);
  background-size: 24px; }

.icon-attachment-1 {
  background-image: url(../../img/icons/attachment-icon.png);
  background-size: 20px; }

.icon-atm-1 {
  background-image: url(../../img/icons/icon-atm-1.png);
  background-size: 18px; }

.icon-arrow-right {
  background-image: url(../../img/icons/arrow-icon-right.png);
  background-size: 18px; }

.icon-arrow-down {
  background-image: url(../../img/icons/arrow-down-icon.png);
  background-size: 18px; }

.icon-book-1 {
  background-image: url(../../img/icons/icon-book-1.png);
  background-size: 18px; }

.file-upload-add {
  background-image: url(../../img/icons/add-icon-white.png);
  background-size: 18px;
  margin-bottom: 10px; }

.file-upload-delete {
  background-image: url(../../img/icons/remove-icon-white.png);
  background-size: 18px; }

#AddFileButton_1_ID .label-1 {
  position: absolute;
  margin-top: 11px;
  margin-left: 50px; }

*[id^='DeleteFileButton_'] {
  margin-top: 20px; }

*[id^='DeleteFileButton_'] .label-1 {
  position: absolute;
  margin-top: 11px;
  margin-left: 50px; }

.icon-branch-1 {
  background-image: url(../../img/icons/icon-branch.png);
  background-size: 18px; }

.icon-branch-2 {
  background-image: url(../../img/icons/icon-branch-1.png);
  background-size: 18px; }

.icon-card-1 {
  background-image: url(../../img/icons/icon-card-1.png);
  background-size: 26px; }

.icon-card-2 {
  background-image: url(../../img/icons/icon-card-2.png);
  background-size: 26px; }

.icon-card-3 {
  background-image: url(../../img/icons/icon-card-3.png);
  background-size: 36px; }

.icon-card-4 {
  background-image: url(../../img/icons/icon-card-4.png);
  background-size: 26px; }

.icon-catalogue {
  background-image: url(../../img/icons/icon-catalogue.png);
  background-size: 40px; }

.icon-catalogue-2 {
  background-image: url(../../img/icons/icon-catalogue-2.png);
  background-size: 40px; }

.icon-catalogue-3 {
  background-image: url(../../img/icons/icon-catalogue-3.png);
  background-size: 40px; }

.icon-check-1 {
  background-image: url(../../img/icons/icon-check-3.png);
  background-size: 24px; }

.icon-clock-1 {
  background-image: url(../../img/icons/icon-clock-1.png);
  background-size: 24px; }

.icon-contact {
  background-image: url(../../img/icons/icon-contact.png);
  background-size: 40px; }

/*.icon-contact-1 {
    background-image: url(../../img/icons/icon-contact-1.png);
    background-size: 26px;
}*/
.icon-contact-2 {
  background-image: url(../../img/icons/icon-contact-2.png);
  background-size: 26px; }

.icon-dashboard-1 {
  background-image: url(../../img/icons/icon-dashboard-1.png);
  background-size: 26px; }

.icon-dashboard-2 {
  background-image: url(../../img/icons/icon-dashboard-2.png);
  background-size: 26px; }

.icon-download-1 {
  background-image: url(../../img/icons/icon-download-1.png);
  background-size: 14px; }

.icon-exit-1 {
  background-image: url(../../img/icons/exit-2.png);
  background-size: 20px; }

.icon-exchange {
  background-image: url(../../img/icons/icon-exchange-4.png);
  background-size: 40px; }

.icon-exchange-1 {
  background-image: url(../../img/icons/icon-exchange-1.png);
  background-size: 26px; }

.icon-exchange-2 {
  background-image: url(../../img/icons/icon-exchange-2.png);
  background-size: 26px; }

.icon-exchange-3 {
  background-image: url(../../img/menu/exchange.svg);
  background-size: 26px; }

.icon-eye {
  background-image: url(../../img/icons/icon-eye.png);
  background-size: 40px; }

.icon-facebook {
  background-image: url(../../img/icons/facebook.png);
  background-size: 9px; }

.icon-facebook-2 {
  background-image: url(../../img/icons/facebook.png);
  background-size: 9px; }

.icon-grid-1 {
  background-image: url(../../img/icons/icon-grid-1.png);
  background-size: 18px; }

.icon-help-1 {
  background-image: url(../../img/icons/help-icon-2.png);
  background-size: 20px; }

.icon-linkedin {
  background-image: url(../../img/icons/linkedin.png);
  background-size: 19px; }

.icon-linkedin-2 {
  background-image: url(../../img/icons/linkedin.png);
  background-size: 19px; }

.icon-login {
  background-image: url(../../img/icons/icon-login.png);
  background-size: 40px; }

.icon-mail-1 {
  background-image: url(../../img/icons/icon-mail-1.png);
  background-size: 24px; }

.icon-mail-2 {
  background-image: url(../../img/icons/icon-mail-2.png);
  background-size: 20px; }

.icon-mail-3 {
  background-image: url(../../img/icons/icon-mail-3.png);
  background-size: 20px;
  background-repeat: no-repeat; }

.icon-mail-4 {
  background-image: url(../../img/icons/icon-mail-4.png);
  background-size: 20px; }

/*.icon-money-1 {
    background-image: url(../../img/icons/icon-money-1.png);
    background-size: 26px;
}*/
.icon-money-2 {
  background-image: url(../../img/icons/icon-money-2.png);
  background-size: 26px; }

.icon-wrap .icon-money-2 {
  background-image: url(../../img/icons/icon-money-3.png);
  background-size: 26px; }

.icon-money-3 {
  background-image: url(../../img/menu/payments.svg);
  background-size: 33px; }

.icon-move-1 {
  background-image: url(../../img/icons/icon-move-1.png);
  background-size: 14px; }

.icon-move-2 {
  background-image: url(../../img/icons/icon-move-2.png);
  background-size: 14px; }

.icon-out-1 {
  background-image: url(../../img/icons/icon-out-1.png);
  background-size: 22px; }

.icon-out-2 {
  background-image: url(../../img/icons/icon-out-2.png);
  background-size: 22px; }

.icon-pin {
  background-image: url(../../img/icons/icon-pin.png);
  background-size: 40px; }

.icon-reset-1 {
  background-image: url(../../img/icons/icon-reset-1.png);
  background-size: 16px; }

.icon-reset-2 {
  background-image: url(../../img/icons/icon-reset-2.png);
  background-size: 16px; }

.icon-rss-1 {
  background-image: url(../../img/icons/icon-rss.png);
  background-size: 20px; }

/*.icon-safe-1 {
    background-image: url(../../img/icons/icon-safe-1.png);
    background-size: 26px;
}*/
.icon-safe-2 {
  background-image: url(../../img/icons/icon-safe-2.png);
  background-size: 26px; }

.icon-safe-3 {
  background-image: url(../../img/icons/icon-safe-3.png);
  background-size: 26px; }

.icon-safe-4 {
  background-image: url(../../img/menu/accounts.svg);
  background-size: 26px !important; }

.icon-search {
  background-image: url(../../img/icons/icon-search.png);
  background-size: 8px; }

.icon-service-1 {
  background-image: url(../../img/icons/icon-puzzle.png);
  background-size: 20px; }

.icon-service-2 {
  background-image: url(../../img/icons/icon-service-2.png);
  background-size: 20px; }

.icon-service-3 {
  background-image: url(../../img/icons/icon-service-3.png);
  background-size: 15px; }

.icon-service-4 {
  background-image: url(../../img/icons/icon-service-4.png);
  background-size: 18px; }

.icon-service-5 {
  background-image: url(../../img/icons/icon-service-5.png);
  background-size: 16px; }

.icon-service-6 {
  background-image: url(../../img/icons/icon-service-6.png);
  background-size: 20px; }

.icon-settings-1 {
  background-image: url(../../img/icons/icon-settings-1.png);
  background-size: 20px; }

.icon-settings-2 {
  background-image: url(../../img/icons/icon-settings-2.png);
  background-size: 20px; }

.icon-settings-3 {
  background-image: url(../../img/icons/icon-settings-3.png);
  background-size: 20px; }

.icon-settings-4 {
  background-image: url(../../img/icons/settings-5.png);
  background-size: 20px; }

.icon-question {
  background-image: url(../../img/icons/icon-question.png);
  background-size: 40px; }

.icon-tel-1 {
  background-image: url(../../img/icons/icon-tel-1.png);
  background-size: 24px; }

.icon-youtube {
  background-image: url(../../img/icons/youtube-icon-2.png);
  background-size: 22px; }

.icon-instagram {
  background-image: url(../../img/icons/instagram-icon.png);
  background-size: 19px; }

.icon-twitter {
  background-image: url(../../img/icons/twitter.png);
  background-size: 22px; }

.icon-twitter-2 {
  background-image: url(../../img/icons/twitter.png);
  background-size: 22px; }

/* -------------------------------------------------------------------------- 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: 10px; }
  #login-header .site-logo a {
    display: inline-block;
    width: 200px;
    height: 58px;
    background: url(../../img/bg/logo_novabanka.png) 0 0 no-repeat;
    background-size: contain;
    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: 14px;
      line-height: 14px;
      color: #FFFFFF;
      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: #ee3a42;
        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: #ee3a42; }
    #login-header .main-nav li i {
      display: block;
      width: 100%;
      height: 48px;
      background-repeat: no-repeat; }
  #login-header .main-nav .icon-login {
    background-position: center -62px; }
  #login-header .main-nav .icon-contact, #login-header .main-nav .icon-pin, #login-header .main-nav .icon-catalogue {
    background-position: center -60px; }
  #login-header .main-nav .icon-exchange {
    background-position: center center; }
  #login-header .main-nav .icon-eye {
    background-position: center -63px; }
  #login-header .main-nav .icon-question {
    background-position: center -60px; }

.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(../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: 75px; }
  .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: #FFFFFF;
  padding: 40px 22px 0px 22px; }
  .login-box .login-error {
    padding: 10px;
    border: 2px solid #ff0202;
    font-size: 14px;
    color: #ff0202;
    padding-left: 50px;
    background: url(../../img/icons/icon-alert.png) 10px center no-repeat;
    background-size: 24px; }
  .login-box h3 {
    font-size: 30px;
    color: #2d4050;
    font-weight: 300; }
  .login-box .input-1 {
    color: #36b2c9; }
  .login-box .forgot-pass {
    font-family: "Nunito", "Roboto", sans-serif;
    font-size: 13px;
    color: #36b2c9;
    font-style: italic;
    margin-top: -10px; }
    .login-box .forgot-pass a {
      color: #36b2c9; }
  .login-box .hint {
    font-family: "Nunito", "Roboto", sans-serif;
    font-size: 14px;
    color: #777777;
    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; }
  .login-box .smart-logo a {
    display: block;
    width: 40%;
    height: 65px;
    background: url(../../img/bg/smart-nova-logo.svg) 0 0 no-repeat;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    margin: auto; }
  .login-box .smart-logo i {
    display: block;
    width: 100%;
    height: 65px;
    background: url(../../img/bg/smart-nova-logo.svg) 0 0 no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    margin: auto; }

.migrated-user-smart-logo {
    display: block;
    width: 100%;
    height: 100px;
    background: url(../../img/bg/smart-nova-logo.svg) 0 0 no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    margin: auto;
}

.title-1 {
  font-family: "Nunito", "Roboto", 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: #FFFFFF; }
    .title-1.color-1 span:after {
      background: #FFFFFF; }
  .title-1.color-2 {
    color: #FFFFFF; }
    .title-1.color-2 span:after {
      background: #FFFFFF; }
  .title-1.color-3 {
    color: #FFFFFF; }
    .title-1.color-3 span:after {
      background: #eb0255; }
  .title-1.color-4 {
    color: #36b2c9; }
    .title-1.color-4 span:after {
      background: #36b2c9; }

.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: #36b2c9; }
    .title-2.color-1 span:after {
      background: #36b2c9; }
  .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-flag {
    float: left;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 10px; }
    .login-footer .lang-flag img {
      width: 100%;
      height: 100%; }
  .login-footer .lang-nav {
    float: left;
    padding: 5px 0;
    padding-right: 18px;
    margin-right: 30px;
    border-right: 2px solid #FFFFFF; }
    .login-footer .lang-nav li {
      float: left;
      width: 24px;
      height: 24px;
      margin-right: 20px;
      /*margin: 0 5px;*/ }
      .login-footer .lang-nav li img {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px; }
      .login-footer .lang-nav li a {
        display: block;
        font-family: "Nunito", "Roboto", 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: #ee3a42;
          position: absolute;
          display: inline-block;
          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-facebook {
  width: 9px;
  background-position: center -25px; }

.social .icon-twitter {
  width: 22px;
  background-position: center -26px; }

.social .icon-youtube {
  width: 22px;
  background-position: center 7px; }

.social .icon-instagram {
  width: 22px;
  background-position: center 5px; }

/* -------------------------------------------------------------------------- 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: 75px;
  background: #000d30;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50; }
  #page-header .site-branding {
    float: left;
    margin-top: 10px; }
  #page-header .site-logo a {
    display: block;
    width: 100px;
    height: 60px;
    background: url(../../img/bg/logo_novabanka.png) 0 0 no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    overflow: hidden; }
  #page-header .main-nav {
    float: left;
    padding: 10px 0 0 60px; }
    #page-header .main-nav:after {
      display: block;
      visibility: hidden;
      height: 0;
      clear: both;
      content: "."; }
    #page-header .main-nav li {
      float: left;
      margin-right: 35px; }
      #page-header .main-nav li a {
        font-size: 13px;
        text-transform: uppercase;
        line-height: 26px;
        font-weight: 700;
        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: #36b2c9; }
      #page-header .main-nav li i {
        display: inline-block;
        float: left;
        margin-right: 10px;
        width: 26px;
        height: 26px;
        background-size: 26px;
        background-position: center center;
        background-repeat: no-repeat; }
    #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 {
      position: absolute;
      top: -10px;
      left: -20px;
      width: 200px;
      background: #000d30;
      padding-top: 48px;
      -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.2);
      -moz-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
      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 .level-1 {
            top: 0px;
            padding-top: 0px;
            left: 200px;
        }
            #page-header .main-nav .submenu .level-1 li:hover a {
                background: #000d30;
            }
    #page-header .main-nav .open .submenu {
      opacity: 1;
      visibility: visible; }
    #page-header .main-nav .submenu li {
      width: 100%; }
      #page-header .main-nav .submenu li a {
        display: block;
        text-transform: none;
        padding: 6px 20px;
        background: #000d30;
        -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.active a, #page-header .main-nav .submenu li:hover a {
        background: #36b2c9;
        color: #FFFFFF; }

.profile-bar {
  float: right;
  margin-top: 16px; }
  .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: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
    .profile-bar .img-box img {
      width: 100%;
      height: auto; }
  .profile-bar .profile-img span {
    display: block;
    width: 26px;
    height: 26px;
    font-family: "Nunito", "Roboto", 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: 22px;
    height: 22px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10px;
    margin-left: 12px; }
  .profile-bar .icon-settings-1 {
    background-size: 20px; }
  .profile-bar .icon-out-1 {
    background-size: 22px; }

#main {
  /*background: $lightblue;
    background-image: $dashboard-bg-image;*/
  background-size: 100% 100%;
  height: 100%;
  padding-top: 75px; }

#page-header-left {
  width: 260px;
  height: 100%;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  /*@include box-shadow(9px 0px 18px 2px rgba(0,100,160,0.24));*/ }
  #page-header-left .site-branding {
    float: left;
    margin-top: 10px;
    width: 100%;
    padding: 0px 27px;
    margin-bottom: 20px;
    box-shadow: -4px 6px 12px rgba(255, 255, 255, 0.8); }
  #page-header-left .site-logo a {
    display: block;
    width: 100%;
    height: 65px;
    background: url(../../img/bg/logo_novabanka.png) 0 0 no-repeat;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    margin: auto; }
  #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: #777777;
      opacity: 0.5; }
    #page-header-left .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_draggerRail {
      width: 7px;
      background: #FFFFFF;
      bottom: 1px; }
  #page-header-left .mCustomScrollBox:hover .mCSB_scrollTools {
    opacity: 1; }
  #page-header-left .main-nav {
    padding: 25px 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: 5px solid transparent; }
      #page-header-left .main-nav li:hover {
        background-color: #F6F6F6;
        border-left: 5px solid #148cb8; }
      #page-header-left .main-nav li a {
        font-size: 13px;
        line-height: 26px;
        color: #666666;
        padding: 15px 0px 15px 27px;
        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: #008fa9; }
      #page-header-left .main-nav li i {
        display: inline-block;
        float: left;
        margin-right: 30px;
        width: 26px;
        height: 26px;
        background-size: 26px;
        background-position: center center;
        background-repeat: no-repeat; }
    #page-header-left .main-nav .has-menu {
      position: relative; }
    #page-header-left .main-nav .has-menu.open {
      background-color: #FFFFFF; }
      #page-header-left .main-nav .has-menu.open .subnav-trigger {
        color: #FFFFFF; }
        #page-header-left .main-nav .has-menu.open .subnav-trigger:hover {
          color: #008fa9; }
    #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;
        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: #008fa9;
        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: auto;
      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: auto;
      margin-top: 9px; }

.page-header-left_wrapper .menu-btn {
  position: absolute;
  top: 40px;
  left: -17px; }
  .page-header-left_wrapper .menu-btn li {
    background: #777777;
    margin-bottom: 4px; }

.profile {
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f4f4; }

.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;
  /*&:hover {
        p {
            color: darken($standard-text, 20%);
        }

        .icon-mail-4 {
            background-image: url(../../img/icons/icon-mail-4.png);
            background-size: 20px;
        }
    }*/ }
  .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: #ff6868;
    -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: #666666; }

.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: #36b2c9;
      padding-left: 0px; }
      .drop-select .select-3 .fancy-select .trigger:after {
        top: 16px;
        border-top-color: #36b2c9; }
    .drop-select .select-3 .fancy-select .options {
      background: #36b2c9;
      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); }

.drop-select.user-select {
  width: 200px;
  padding: 0px 0 0px 0px;
  display: inline-block;
  margin-top: 20px; }

.page-header-left_footer {
  width: 100%;
  position: relative;
  text-align: center;
  height: auto;
  margin-top: 21%; }
  .page-header-left_footer p {
    font-size: 13px;
    color: #666666; }
    .page-header-left_footer p span {
      color: #008fa9; }
  .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 #f4f4f4;
      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;
    margin: 0px 0px 25px 0px;
    position: relative;
    width: 180px;
    left: 50%;
    margin-left: -79px; }
    .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: 30px; }
      .page-header-left_footer .lang-nav li span {
        font-family: "Nunito", "Roboto", 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 span, .page-header-left_footer .lang-nav li:hover a span {
        color: #008fa9; }
  .page-header-left_footer .lang-flag {
    float: left;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid grey; }
    .page-header-left_footer .lang-flag img {
      width: 100%; }

.main-content.background-fix {
  padding: 90px 0px; }

/* Accounts-widget ----------------------------------------------------------------------------------------------- */
.accounts-widget {
  /*background: linear-gradient(rgba(53, 71, 86, 0.8), rgba(53, 71, 86, 0.8)), url(../img/bg/bg-1.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 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;
  background: rgba(0, 13, 48, 0.5); }
  .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 .overlay-1 {
    /*background-image: url(../../img/bg/bg-1.jpg);*/ }

.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; }
    #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 .swiper-container {
    overflow: visible; }
  #account-slider .slide {
    padding: 0 10px; }
  #account-slider .account-box {
    width: 378px;
    margin: 0 auto;
    opacity: 0.4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -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;
  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; }

.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: #FFFFFF url(../../img/icons/arrow-left-1.png) center center no-repeat;
  background-size: 25px; }

.accounts-widget .slider-button-next {
  right: 50%;
  margin-right: -650px;
  background: #FFFFFF url(../../img/icons/arrow-right-1.png) center center no-repeat;
  background-size: 25px; }

.slider-tabs {
  width: 100%;
  text-align: center;
  z-index: 10;
  margin-bottom: 10px; }
  .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: "Nunito", "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      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; }
    .slider-tabs li:after {
      content: '';
      display: block;
      width: 20px;
      height: 0px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -10px;
      background: #FFFFFF;
      -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: #FFFFFF; }
    .slider-tabs li.active:after {
      height: 3px; }

.account-box {
  padding: 20px;
  position: relative; }
  .account-box.account-bg-1 {
    background: #000d30;
    background-size: 100%; }
  .account-box .account-main {
    position: relative;
    padding-top: 10px;
    padding-left: 80px; }
  .account-box .acc-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden; }
    .account-box .acc-img img {
      width: 100%;
      height: auto; }
  .account-box .acc-nr {
    font-family: "Nunito", "Roboto", sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: right;
    margin-bottom: 0px; }
  .account-box .acc-name {
    font-size: 24px;
    line-height: 26px;
    color: #FFFFFF;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .account-box .options-link {
    font-family: "Nunito", "Roboto", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    text-align: right; }
  .account-box .main-balance {
    margin-bottom: 35px; }
  .account-box .main-balance-cards {
    margin-bottom: 10px; }
  .main-balance.main-balance-cards.main-balance-cards-currents {
    margin-bottom: 10px;  }
.cardStatusActive {
    width: auto;
    height: auto;
    border: none;
    display: block;
    background-color: green;
    color: white;
    padding: 3px;
    margin-top: 3px;
    width: fit-content;
}
.cardStatusInactive {
    width: auto;
    height: auto;
    border: none;
    display: block;
    background-color: #7c7776;
    color: white;
    padding: 3px;
    margin-top: 3px;
    width: fit-content;
}
    .account-box .main-balance:after {
      display: block;
      visibility: hidden;
      height: 0;
      clear: both;
      content: "."; }
    .account-box .main-balance p {
      font-size: 33px;
      line-height: 40px;
      color: #FFFFFF;
      float: right;
      margin-bottom: 0; }
      .account-box .main-balance p span {
        font-size: 30px; }
  .account-box .select-2 {
    width: 60px;
    float: right;
    position: relative;
    margin-left: 10px;
    /*height: 30px;
        line-height: 50px;*/
    text-align: right; }
  .account-box .acc-balance-txt {
    font-family: "Nunito", "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #36b2c9;
    font-weight: 700;
    text-align: right;
    margin-bottom: 7px; }
  .account-box .card-holder-name-txt {
    font-family: "Nunito", "Roboto", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #36b2c9;
    font-weight: 700;
    text-align: left; }
    p.card-holder-name-txt {
        margin-bottom: 0px;
        margin-top: 72px;
    }
    .amount-type-text{
        asd
    }
    p.acc-name {
        margin-bottom: 6px;
    }
.card-holder-name-debit-txt {
    bottom: 45px;
    font-size: 20px;
    text-transform: uppercase;
    color: #36b2c9;
    font-weight: 700;
    text-align: left;
    margin-top: 72px;
}
.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: "Nunito", "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #a0ddf4;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0px;
    position: absolute;
    bottom: 25px; }
  .account-box .btn-1 {
    line-height: 28px; }
  .account-box .account-btn {
    width: 58px;
    height: 58px;
    background-color: #000D30;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-size: 34px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
    -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-box .account-btn:hover {
      background-color: #00227d; }

.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: #148cb8; }
    .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: #148cb8; }
  .widget-options .options-list {
    position: absolute;
    top: 20px;
    right: 0;
    display: none;
    background: #000d30;
    -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: "Nunito", "Roboto", sans-serif;
      color: #FFFFFF;
      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: #148cb8; }
    .widget-options .options-list.color-1 {
      background: #36b2c9; }
      .widget-options .options-list.color-1 a:hover {
        color: #FFFFFF; }

.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 {
  width: 100%; }
  .account-list > li {
    width: 100%;
    left: 0;
    margin-bottom: 10px;
    cursor: pointer; }
  .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: #000d30;
    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);
    opacity: 0.4; }
    .account-list .inner:after {
      display: block;
      visibility: hidden;
      height: 0;
      clear: both;
      content: "."; }
  .account-list img {
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 20px; }
  .account-list .col {
    float: left; }
  .account-list .col-1 {
    width: 55%;
    padding-left: 52px; }
  .account-list .drag {
    position: absolute;
    top: 11px;
    left: 20px;
    display: inline-block;
    cursor: pointer;
    padding: 15px 0; }
    .account-list .drag li {
      width: 16px;
      height: 1px;
      background: #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-size: 12px;
    color: #d0d0d0;
    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 .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: 48px;
      color: #FFFFFF;
      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: 26px;
      height: 53px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 26px;
      margin-left: 20px;
      margin-right: 15px; }

.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(../../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); }

/* 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: rgba(0, 13, 48, 0.5);
    overflow: hidden;
    position: relative;
    height: 410px;
    /*border: 1px solid $monogrey;*/ }
  .widget-grid .cnt {
    padding: 10px 10px 0 10px; }

.widget-grid-options {
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
  /*&:before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        top: 10px;
        left: 0px;
        background: $monogrey;
    }*/ }
  .widget-grid-options:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: "."; }
  .widget-grid-options .grid-title {
    float: left;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    /*background: $lightgrey;*/
    position: relative;
    padding-right: 10px; }

.grid-options {
  float: right;
  /*background: $lightgrey;*/
  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: #FFFFFF;
      text-transform: uppercase;
      opacity: 0.4;
      -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: 14px;
      height: 14px;
      background-size: auto 14px;
      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: 4px;
      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: #000d30;
    -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: #FFFFFF; }
    .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: rgba(0, 13, 48, 0.5); }
  .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;
  border-bottom: 1px solid #134060; }

.table-head {
  padding-top: 20px; }
  .table-head .col {
    padding: 8px 15px; }
  .table-head p {
    font-family: "Nunito", "Roboto", sans-serif;
    font-size: 12px;
    color: #36b2c9;
    text-transform: uppercase;
    margin-bottom: 0; }

.widget-header.header-dark {
  background: #000d30; }

.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: "Nunito", "Roboto", sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: relative; }
    .widget-tabs li:after {
      content: '';
      display: block;
      width: 100%;
      height: 0px;
      background: #36b2c9;
      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: #36b2c9;
      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, .widget-tabs li:hover:after {
      height: 3px; }
    .widget-tabs li.active a {
      color: #FFFFFF; }
    .widget-tabs li:hover a {
      color: #FFFFFF; }
  .widget-tabs.style-2 li {
    font-size: 14px; }
    .widget-tabs.style-2 li a {
      color: #36b2c9; }
    .widget-tabs.style-2 li.active a, .widget-tabs.style-2 li:hover a {
      color: #FFFFFF; }

.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: 9; }
  .widget-map .map-search {
    width: calc(100% - 20px);
    font-family: "Nunito", "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #36b2c9;
    position: absolute;
    bottom: 13px;
    left: 10px;
    z-index: 10;
    background: #FFFFFF url(../../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 #36b2c9; }
    .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; }

.map-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .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: #36b2c9 url(../../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: "Nunito", "Roboto", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 3px; }
  .infobox .loc-info {
    font-family: "Nunito", "Roboto", 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(../../img/icons/icon-atm-1.png); }
  .infobox.bg-branch {
    background-image: url(../../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: 32px 25px 0 25px; }
  .actions-wrap .action-1, .actions-wrap .action-3 {
    border-right: 2px solid #e6e6e6; }
  .actions-wrap .action-1, .actions-wrap .action-2 {
    border-bottom: 1px solid #e6e6e6; }
  .actions-wrap .action-box a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #36b2c9;
    text-transform: uppercase;
    text-align: center; }
  .actions-wrap .action-box i {
    display: block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto;
    background-color: #36b2c9;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px;
    -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: #72c9d9; }

.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: #000d30;
  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: 10px; }
      #page-footer .lang-nav li span {
        font-family: "Nunito", "Roboto", sans-serif;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
        color: #FFFFFF; }
      #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: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 10px; }
    #page-footer .lang-flag img {
      width: 100%; }
  #page-footer .copy {
    float: right;
    font-size: 14px;
    color: #FFFFFF; }

.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: #666666;
  -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: #e6e6e6;
  -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: #36b2c9;
  background: #36b2c9;
  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: #36b2c9;
  background: #36b2c9;
  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-datepicker .ui-datepicker-prev span, .widget-calendar .ui-datepicker .ui-datepicker-prev.ui-state-hover span {
  background: url(../../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(../../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;
    background-position: center -24px; }
  #page-footer .social .icon-facebook-2 {
    width: 7px;
    background-size: 7px;
    background-position: center -22px; }
  #page-footer .social .icon-twitter-2 {
    width: 17px;
    background-size: 17px;
    background-position: center -23px; }

/* Payment between accounts ----------------------------------------------------------------------------------------------- */
.account-row {
  padding-top: 15px;
  padding-bottom: 18px;
  position: relative;
  z-index: 15; }
  .account-row.account-bg-1 {
    background: #2F333A url(../../img/bg/acc-bg-2.png) center top no-repeat;
    background-size: cover; }
  .account-row.account-bg-2 {
    background: #2F333A url(../../img/bg/acc-bg-3.png) center top no-repeat;
    background-size: cover; }
  .account-row.account-bg-3 {
    background: rgba(0, 13, 48, 0.5); }
  .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(../../img/icons/arrow-left-1.png) center center no-repeat; }
  .account-row .swiper-button-next {
    right: 50%;
    margin-right: -550px;
    background: #FFFFFF url(../../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: "Nunito", "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #36b2c9;
        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: "Nunito", "Roboto", sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #e6e6e6;
      font-weight: 700;
      text-align: right;
      padding-right: 35px;
      margin-bottom: 0px; }
    .account-row .account-single .account-box .main-balance .balance {
      font-size: 36px;
      line-height: 40px;
      margin-bottom: 0; }
    #balance-type {
        line-height: 23px;
        font-size: 11px;
        float: right;
        margin-right: 7px;
        color: #5a777d;
        text-transform: uppercase;
    }
      .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: "Nunito", "Roboto", sans-serif;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
    background: #e6e6e6;
    -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: #000D30; }
      .steps li.active span {
        display: inline-block; }

.main-content {
  width: 94%;
  max-width: 1170px;
  padding: 25px 0;
  margin: 0 auto; }
  .main-content h2 {
    font-size: 30px;
    font-weight: 300; }
    .main-content h2 i {
      display: inline-block;
      float: left;
      width: 36px;
      height: 36px;
      background-repeat: no-repeat;
      background-position: center center;
      margin-right: 8px; }
  .main-content.content-full {
    max-width: 1170px; }

.content-white {
  background: rgba(0, 13, 48, 0.5);
  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: "Nunito", "Roboto", sans-serif;
        font-size: 16px;
        color: #FFFFFF; }
        .widget-slat .col-right .lineheight p {
            line-height: 1.8;
            
        }
        .widget-slat .col-right .content p span {
          color: #36b2c9; }
  .widget-slat h3 {
    position: relative;
    margin-bottom: 30px; }
    .widget-slat h3:before {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: -10px;
      left: 0;
      background: #FFFFFF;
      display: none; }
  .widget-slat .col-left p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px; }
    .widget-slat .col-left p span {
      color: #36b2c9; }
  .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: #FFFFFF;
    font-weight: 700;
    border-bottom: 1px solid #cfd0d2;
    position: relative;
    padding: 15px 15px 15px 0;
    background: #000d30;
    padding-left: 10px;
    -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 #ffffff;
      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: rgba(0, 13, 48, 0.5);
      padding-left: 15px; }
      .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(../../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(../../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: rgba(0, 13, 48, 0.5);
  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: lighten($slider, 15%);*/ }
  .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; }

.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(../../img/icons/icon-close-1.png);
    background-size: 8px; }
  .notification.green {
    background: #60c454; }
  .notification.red {
    background: #9b0000; }

.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 div.modal-transaction-details {
    margin-bottom: 5px; }
  .plain-list p {
    line-height: 20px;
    margin-bottom: 4px; }
  .plain-list a {
    color: #a6e8f4;
    font-family: "Nunito", "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1px;
    display: block;
    padding: 15px 0; }
    .plain-list a:hover {
      color: #FFFFFF; }
  .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(../../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: #008fa9;
      font-weight: 400; }
  .plain-list .value-description {
    font-size: 18px;
    color: #008fa9;
    font-weight: 400; }
  .plain-list .link-row .value-description span, .plain-list .value-description span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #777777; }
  .plain-list .link-row .value-description .data, .plain-list .value-description .data {
    text-transform: none; }
  .plain-list .key {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF; }
  .plain-list .value {
    font-size: 18px;
    color: #a6e8f4;
    float: 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 .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(../../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(../../img/icons/arrow-top-2.png) no-repeat right center;
    background-size: 11px; }
  .plain-list .tag.down {
    background: url(../../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; }

.icon-traveling {
  background: url(../../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: #777777; }

.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: #36b2c9;
  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: #e6e6e6;
  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(../../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 #000d30 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: #000d30;
  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("../../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: #36b2c9; }

.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("../../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 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: #777777;
    opacity: 0.5; }
  #pfm-transaction-detail .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 7px;
    bottom: 1px; }

#pfm-transaction-detail .mCustomScrollBox:hover .mCSB_scrollTools {
  opacity: 1; }

#pfm-transaction-detail .value span {
  position: absolute;
  margin-top: -13px;
  background: #36b2c9;
  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: "Nunito", "Roboto", 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: #36b2c9; }

.widget-transactions-pfm .widget-tabs .active a {
  color: #36b2c9; }

.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: #36b2c9; }

.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 #e6e6e6;
  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 #e6e6e6;
  content: "";
  float: right;
  background: url(../../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 #e6e6e6;
  content: "";
  float: right;
  background: url(../../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 #e6e6e6;
  content: "";
  float: right;
  background: url(../../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 #e6e6e6;
  content: "";
  float: right;
  background: url(../../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 #36b2c9; }

.pfm-financial-treemap .calendar-tools .month-prev:hover, .pfm-financial-treemap .calendar-tools .month-next:hover {
  border: 1px solid #36b2c9; }

.pfm-financial-donut .calendar-tools .month-prev:hover, .pfm-financial-donut .calendar-tools .month-next:hover {
  border: 1px solid #36b2c9; }

.pfm-financial-bar .calendar-tools .month-prev:hover, .pfm-financial-bar .calendar-tools .month-next:hover {
  border: 1px solid #36b2c9; }

.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 #e6e6e6;
  -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 #36b2c9; }

.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: #e6e6e6;
  border: 1px solid #a6e8f4;
  color: #36b2c9;
  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: #777777;
  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: #e6e6e6;
  color: #777777; }

.pfm-financial-calendar .icon-1, .pfm-financial-treemap .icon-1, .pfm-financial-donut .icon-1, .pfm-financial-bar .icon-1 {
  background: url("../../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("../../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("../../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("../../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("../../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 #36b2c9; }

.pfm-financial-treemap #container {
  width: 100%;
  max-height: 500px;
  margin: auto;
  border: 1px solid #e6e6e6;
  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(../../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(../../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(../../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(../../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(../../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 #e6e6e6;
  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(../../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(../../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(../../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(../../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(../../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 #e6e6e6;
  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: #e6e6e6;
    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 #e6e6e6;
    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 #e6e6e6;
        padding-top: 20px; }
    .pfm-budget .plain-list p {
      margin-bottom: 20px; }
  .pfm-budget .pfm-budget_budgets__details {
    border-bottom: 2px solid #e6e6e6;
    padding: 20px; }
  .pfm-budget .pfm-budget_budgets__details___left {
    width: 25%;
    float: left; }
    .pfm-budget .pfm-budget_budgets__details___left h3 {
      color: #008fa9;
      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: #FFFFFF;
        font-size: 14px;
        margin-bottom: 0; }
      .pfm-budget .pfm-budget_budgets__details___left ul span {
        color: #FFFFFF;
        font-weight: 600; }
      .pfm-budget .pfm-budget_budgets__details___left ul .span1 {
        color: #008fa9; }
      .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: #e6e6e6;
      -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: #008fa9;
      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: #008fa9;
    float: right;
    width: 15%; }
  .pfm-budget .bar-value-2 {
    padding-top: 36px;
    font-size: 34px;
    color: #36b2c9;
    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(../../img/icons/icon-car.png) no-repeat;
    background-color: #36b2c9;
    background-size: 22px;
    background-position: center; }
  .pfm-budget .icon-travel {
    background: url(../../img/icons/plane-icon-2.png) no-repeat;
    background-color: #008fa9;
    background-size: 22px;
    background-position: center; }
  .pfm-budget .icon-food {
    background: url(../../img/icons/icon-food.png) no-repeat;
    background-color: #008fa9;
    background-size: 16px;
    background-position: center; }
  .pfm-budget .icon-bills {
    background: url(../../img/icons/icon-bills.png) no-repeat;
    background-color: #008fa9;
    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: #777777;
  margin-bottom: 40px; }

#side-modal-new-budget span, #side-modal-edit-budget span {
  color: #36b2c9; }

#side-modal-new-budget .category-info, #side-modal-edit-budget .category-info {
  width: 100%;
  position: relative;
  background: #e6e6e6;
  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: #36b2c9;
  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 #e6e6e6 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(../../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 #e6e6e6; }

.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: #008fa9;
    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("../../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: #e6e6e6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  float: left; }

.pfm-financial-goals .bar-inner {
  background: #008fa9;
  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: #008fa9;
  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(../../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: #36b2c9; }

.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: #36b2c9;
  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(../../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: #777777;
  margin-bottom: 50px; }

#side-modal-create-goal-step2 p {
  font-size: 13px;
  color: #777777;
  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: #36b2c9;
    font-size: 15px; }
  #side-modal-create-goal-step2 .acc-info .acc-number {
    color: #777777;
    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: #777777; }

#side-modal-create-goal-step3 .top-text, #side-modal-create-goal-step4 .top-text {
  font-size: 13px;
  color: #777777;
  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 #134060; }
  .pfm-categorization-rules .custom-table.border-top {
    border-top: 2px solid #134060; }

.pfm-categorization-rules span {
  color: #008fa9; }

.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: #777777;
  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: #777777;
    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: #777777;
    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: #777777;
  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: #36b2c9;
  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: #777777;
  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: #36b2c9; }
    .popup-24 .add-new a p {
      font-size: 15px;
      margin-bottom: 0px; }
      .popup-24 .add-new a p span {
        display: inline-block;
        background: #36b2c9;
        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: #777777;
  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: #777777; }
  .popup-24 .popup-header p span {
    color: #36b2c9; }

.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: "Nunito", "Roboto", sans-serif;
    color: #777777;
    font-weight: 100; }

.checkmark {
  width: 82px;
  height: 62px;
  display: inline-block;
  background: url(../../img/icons/checkmark.png) no-repeat center center;
  background-size: 82px; }

.links-list-2 p {
  font-family: "Nunito", "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #d0d0d0;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #cfd0d2; }

.links-list-2 a {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 600;
  border-bottom: 1px solid #cfd0d2;
  position: relative;
  padding: 15px 15px 15px 30px;
  background: #000d30;
  -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 #ffffff;
    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: rgba(0, 13, 48, 0.5);
    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 #36b2c9; }

#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: rgba(0, 13, 48, 0.5); }

.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: "Nunito", "Roboto", 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: #000d30;
      color: #FFFFFF; }
  .widget-actions .options-list-2 .border {
    border-bottom: 1px solid #e6e6e6; }
  .widget-actions .options-list-2 .active {
    background-image: url(../../img/icons/icon-check-4.png);
    background-position: 92% center;
    background-repeat: no-repeat;
    background-size: 12px; }

.account-row h3 {
  width: 100%;
  font-family: "Nunito", "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  top: -7px;
  left: 0px;
  text-transform: uppercase;
  text-align: center; }

.account-row.account-bg-1 {
  background: #000d30; }
  .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: 0.1;
    background-image: url(../../img/bg/bg-1.jpg); }

.account-small-slider {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }
  .account-small-slider .slide {
    padding: 0 10px; }
  .account-small-slider .account-box {
    position: relative;
    background: #000d30;
    -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: 18px;
    margin-bottom: 0; }
  .account-small-slider .account-box .acc-nr {
    font-size: 14px;
    font-weight: 500;
    color: #36b2c9; }
  .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: "Nunito", "Roboto", 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;
      margin-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; }

.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: 45px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  opacity: 0.15;
  -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: #FFFFFF url(../../img/icons/arrow-left-1.png) center center no-repeat;
  background-size: 25px; }

.account-row .slider-button-next {
  right: 50%;
  margin-right: -640px;
  background: #FFFFFF url(../../img/icons/arrow-right-1.png) center center no-repeat;
  background-size: 25px; }

/* Transaction calendar view ----------------------------------------------------------------------------------------------- */
.calendar .table-head {
  background: #0064A0;
  padding-top: 0;
  border-bottom: 4px solid #0064A0; }
  .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: "Nunito", "Roboto", 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: "Nunito", "Roboto", 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(../../img/icons/arrow-bottom-4.png) no-repeat center center;
  background-size: 11px; }

.tranaction-up {
  background: url(../../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: rgba(0, 13, 48, 0.5);
    -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 #000d30;
      -moz-box-shadow: 0 2px 0 0 #000d30;
      box-shadow: 0 2px 0 0 #000d30;
      padding-right: 32px; }
  .prelogin-full .search-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 100%;
    background: url(../../img/icons/icon-search.png) center center no-repeat;
    background-size: 17px;
    border: none;
    margin-right: 0; }
  .prelogin-full h2 {
    font-size: 27px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 25px; }
  .prelogin-full .col-left p {
    line-height: 18px;
    font-size: 16px;
    color: #d0d0d0; }
    .prelogin-full .col-left p span {
      color: #36b2c9; }
  .prelogin-full .col-left a {
    color: #36b2c9;
    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: calc(100% - 50px);
    padding: 0 20px 10px 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: 16px;
      font-weight: bold;
      text-transform: uppercase;
      color: #FFFFFF;
      line-height: 48px;
      background: url(../../img/icons/close.png) 100% 18px no-repeat;
      background-size: 10px;
      padding-right: 16px; }
    .prelogin-full .col-head .close-alt {
      color: #36b2c9 !important;
      background: url(../../img/icons/icon-close-2.png) 100% 18px no-repeat;
      background-size: 10px; }
  .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: $white;*/
    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; }

.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: #FFFFFF 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;
    top: 50%;
    left: 0;
    margin-top: -25px;
    background-color: #36b2c9;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center; }
  .map-list .name {
    font-family: "Nunito", "Roboto", sans-serif;
    font-size: 18px;
    color: #36b2c9;
    margin-bottom: 0; }
  .map-list .cat-name {
    font-family: "Nunito", "Roboto", sans-serif;
    font-size: 16px;
    color: #e6e6e6;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 5px; }
  .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: "Nunito", "Roboto", sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0; }
  .map-list .info-txt-2 {
    font-family: "Nunito", "Roboto", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #36b2c9;
    margin-bottom: 0; }
    .map-list .info-txt-2 a {
      color: #36b2c9; }

/*=====================================
	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: "Nunito", "Roboto", sans-serif;
    background-color: #008fa9;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: 1px solid #008fa9;
    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: "Nunito", "Roboto", sans-serif;
    background-color: #36b2c9;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: 1px solid #36b2c9;
    -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: #36b2c9;
      -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 #36b2c9;
    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: #36b2c9;
      color: #FFFFFF; }
    .select-3 .dk-select-options .dk-option-highlight {
      background-color: #36b2c9;
      color: #FFFFFF; }
  .select-3 .dk-option {
    padding: 1.2rem 5rem 1.2rem 1.2rem;
    font-size: 18px;
    font-weight: normal;
    font-family: "Nunito", "Roboto", sans-serif;
    background-color: #36b2c9;
    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; }

.select-3-s {
  position: relative; }
  .select-3-s select {
    width: 100%;
    padding: 0.6rem 2rem 0.6rem 1.2rem;
    font-size: 16px;
    font-weight: normal;
    font-family: "Nunito", "Roboto", sans-serif;
    background-color: #008fa9;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: 1px solid #008fa9;
    outline: 0 !important;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
  .select-3-s .dk-select {
    display: block;
    width: 100%;
    line-height: 1;
    cursor: pointer;
    position: relative; }
  .select-3-s .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: "Nunito", "Roboto", sans-serif;
    background-color: #36b2c9;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: 1px solid #36b2c9;
    -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-s .dk-selected:before {
      content: ' ';
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 4rem;
      height: 100%;
      background-color: #36b2c9;
      -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-s .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-s .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 #36b2c9;
    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-s .dk-select-options .dk-option-selected {
      background-color: #36b2c9;
      color: #FFFFFF; }
    .select-3-s .dk-select-options .dk-option-highlight {
      background-color: #36b2c9;
      color: #FFFFFF; }
  .select-3-s .dk-option {
    padding: 1.2rem 5rem 1.2rem 1.2rem;
    font-size: 18px;
    font-weight: normal;
    font-family: "Nunito", "Roboto", sans-serif;
    background-color: #36b2c9;
    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-s .dk-select-open-down .dk-selected, .select-3-s .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-s .dk-select-open-down .dk-selected:after, .select-3-s .dk-select-open-up .dk-selected:after {
    border-width: 0 5px 6px;
    border-bottom-color: #FFFFFF; }
  .select-3-s .dk-select-open-down .dk-select-options, .select-3-s .dk-select-open-up .dk-select-options {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  .select-3-s 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(../../img/photos/sample-logo.png) no-repeat center center;
  margin-bottom: -15px; }

.bank-sample-title {
  margin-bottom: 0;
  font-family: "Nunito", "Roboto", 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: "Nunito", "Roboto", sans-serif;
      font-size: 15px;
      color: #FFFFFF;
      word-break: normal;
      margin-bottom: 18px;
      font-weight: 900; }
      .contact-data-wrapper .data p span {
        text-transform: uppercase;
        font-size: 14px;
        color: #d0d0d0;
        display: block; }
      .contact-data-wrapper .data p a {
        color: #36b2c9;
        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 #36b2c9; }

.pin-icon {
  width: 18px;
  height: 26px;
  margin-left: 2px;
  background: url(../../img/icons/ggl-pin-icon.png) no-repeat center center;
  background-size: 18px;
  -webkit-filter: brightness(100);
  -moz-filter: brightness(100);
  -ms-filter: brightness(100);
  -o-filter: brightness(100);
  filter: brightness(100); }

.phone-icon {
  width: 24px;
  height: 24px;
  background: url(../../img/icons/icon-tel-1.png) no-repeat center center;
  background-size: 24px;
  -webkit-filter: brightness(100);
  -moz-filter: brightness(100);
  -ms-filter: brightness(100);
  -o-filter: brightness(100);
  filter: brightness(100); }

.clock-icon {
  width: 24px;
  height: 24px;
  background: url(../../img/icons/icon-clock-1.png) no-repeat center center;
  background-size: 24px;
  -webkit-filter: brightness(100);
  -moz-filter: brightness(100);
  -ms-filter: brightness(100);
  -o-filter: brightness(100);
  filter: brightness(100); }

.mail-icon {
  width: 24px;
  height: 18px;
  background: url(../../img/icons/icon-mail-1.png) no-repeat center center;
  background-size: 24px;
  -webkit-filter: brightness(100);
  -moz-filter: brightness(100);
  -ms-filter: brightness(100);
  -o-filter: brightness(100);
  filter: brightness(100); }

.globe-icon {
  width: 24px;
  height: 24px;
  background: url(../../img/icons/globe-icon.png) no-repeat center center;
  background-size: 24px;
  -webkit-filter: brightness(1000);
  -moz-filter: brightness(1000);
  -ms-filter: brightness(1000);
  -o-filter: brightness(1000);
  filter: brightness(1000); }

.facebook-icon {
  width: 10px;
  height: 26px;
  margin-left: 6px;
  background: url(../../img/icons/facebook.png) no-repeat center center;
  background-position: center -30px;
  background-size: 10px;
  -webkit-filter: brightness(100);
  -moz-filter: brightness(100);
  -ms-filter: brightness(100);
  -o-filter: brightness(100);
  filter: brightness(100); }

.linkedin-icon {
  width: 24px;
  height: 20px;
  background: url(../../img/icons/linkedin-icon.png) no-repeat center center;
  background-size: 20px;
  -webkit-filter: brightness(100);
  -moz-filter: brightness(100);
  -ms-filter: brightness(100);
  -o-filter: brightness(100);
  filter: brightness(100); }

.youtube-icon {
  width: 18px;
  height: 20px;
  margin-left: 3px;
  background: url(../../img/icons/youtube-icon-2.png) no-repeat center center;
  background-size: 20px;
  -webkit-filter: brightness(100);
  -moz-filter: brightness(100);
  -ms-filter: brightness(100);
  -o-filter: brightness(100);
  filter: brightness(100); }

.twitter-icon {
  width: 24px;
  height: 22px;
  background: url(../../img/icons/twitter-icon.png) no-repeat center center;
  background-size: 24px;
  -webkit-filter: brightness(100);
  -moz-filter: brightness(100);
  -ms-filter: brightness(100);
  -o-filter: brightness(100);
  filter: brightness(100); }

.instagram-icon {
  width: 22px;
  height: 22px;
  background: url(../../img/icons/instagram-icon.png) no-repeat center center;
  background-size: 24px;
  -webkit-filter: brightness(100);
  -moz-filter: brightness(100);
  -ms-filter: brightness(100);
  -o-filter: brightness(100);
  filter: brightness(100); }

/* Prelogin Faq ----------------------------------------------------------------------------------------------- */
.accordian-title {
  font-family: "Nunito", "Roboto", sans-serif;
  color: #FFFFFF;
  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: #008fa9 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 #134060;
  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: "Nunito", "Roboto", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px; }
  .accordian-wrapper .distance {
    font-family: "Nunito", "Roboto", sans-serif;
    font-size: 14px;
    float: right;
    margin-right: 10px;
    color: #36b2c9; }
  .accordian-wrapper .faq-atm-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    background: url(../../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(../../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(../../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(../../img/icons/faq-icon.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-color: #000d30;
  background: url(../../img/bg/mash-dark.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: none; }
  .popup-box .widget.content-white {
    background-color: transparent !important; }
  .popup-box .popup-inner {
    position: relative;
    padding: 0 20px 0px 20px; }
  .popup-box .scrollable-content {
    height: 100%;
    margin-bottom: 30px;
    /*border: 1px solid $monogrey;*/
    padding: 20px 10px 20px 20px;
    /*@include 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: #777777;
    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: #36b2c9;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -35px; }
    .popup-box .popup-header h3 {
      font-size: 30px;
      color: #e6e6e6;
      text-align: center;
      font-weight: 300;
      position: relative;
      margin-bottom: 20px; }
  .popup-box .popup-inner > p, .popup-box .popup-inner > form > p {
    font-size: 15px;
    color: #e6e6e6;
    line-height: 22px; }
  .popup-box .popup-inner > p > span {
    color: #36b2c9; }
  .popup-box .popup-inner.padding-top {
    padding-top: 20px; }
  .popup-box .warning-new-pass {
    border: 2px solid #eb0255;
    color: #eb0255;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px 0px 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%, #e6e6e6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #e6e6e6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #FFFFFF 0%, #e6e6e6 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(../../img/bg/sms-authorize.png); }

.popup-1 .authorize-token, .popup-2 .authorize-token {
  background-image: url(../../img/bg/token-authorize.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 #36b2c9;
  margin-bottom: 10px; }

.popup-4 .selected-image p {
  font-size: 14px;
  color: #777777; }

.popup-6 p span {
  color: #36b2c9; }

.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%, #e6e6e6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #e6e6e6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #FFFFFF 0%, #e6e6e6 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(../../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: "Nunito", "Roboto", 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: "Nunito", "Roboto", 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: "Nunito", "Roboto", 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: "Nunito", "Roboto", 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: #36b2c9; }

.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: "Nunito", "Roboto", 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: #36b2c9; }

.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: #36b2c9; }

.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: #FFFFFF;
  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: #36b2c9;
  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: "Nunito", "Roboto", 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: #36b2c9; }

.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: "Nunito", "Roboto", 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: #36b2c9; }

.dropdown-1 .widget-select-group .group-select .item:hover {
  background-color: #36b2c9; }

.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: #008fa9;
  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: #a6e8f4 !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: "Nunito", "Roboto", 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: "Nunito", "Roboto", sans-serif; }

.widget-select-account .col-border, .widget-select-group .col-border {
  border-right: 1px solid #e6e6e6; }

.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: #008fa9;
  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: #008fa9;
  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: #36b2c9; }

.widget-select-group .account-select .item:hover, .widget-select-group .group-select .item:hover {
  background-color: #36b2c9; }

.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: #a6e8f4 !important; }

.widget-select-group .account-select .item .content .acc-select-small, .widget-select-group .group-select .item .content .acc-select-small {
  color: #008fa9 !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: #a6e8f4;
    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 #e6e6e6 !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: "Nunito", "Roboto", sans-serif;
  color: #36b2c9;
  font-weight: 500;
  padding: 7px 15px !important; }
  .ui-autocomplete.ui-menu .ui-menu-item:hover {
    background: #36b2c9 !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 #134060; }
  .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;
      float: none;
      width: 20px;
      height: 16px;
      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 #134060; }
  .widget-inbox .custom-table .tag {
    background-repeat: no-repeat;
    background-position: center center; }

.widget-inbox .table-row {
  cursor: pointer;
  /*background: $white;*/
  -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: rgba(0, 13, 48, 0.1); }
  .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: 130px;
      position: absolute;
      top: 12px;
      right: 0;
      padding-right: 8px; }
      .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(../../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(../../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: 10px; }

.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(../../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: #FFFFFF; }
  .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: #36b2c9; }

.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 #134060;
  -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(../../img/icons/icon-search.png) 0 0 no-repeat;
    -webkit-filter: brightness(100);
    -moz-filter: brightness(100);
    -ms-filter: brightness(100);
    -o-filter: brightness(100);
    filter: brightness(100);
    background-size: 17px;
    position: absolute;
    top: 14px;
    right: 20px; }
  .search-1 input {
    width: 100%;
    border: none;
    background: rgba(0, 13, 48, 0.5);
    font-size: 14px;
    color: #FFFFFF;
    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: 120;
  overflow: hidden; }

.side-modal-popup {
  width: 540px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #000d30;
  background: url(../../img/bg/mash-dark.png);
  background-repeat: no-repeat;
  background-size: cover;
  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: #FFFFFF;
      text-transform: uppercase;
      font-weight: 700; }
    .side-modal-popup .actions .close-box {
      float: left;
      background: url(../../img/icons/close.png) 100% 2px 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 #FFFFFF transparent transparent;
        position: absolute;
        left: 0;
        top: 2px; }
      .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 #FFFFFF;
        position: absolute;
        right: 0;
        top: 2px; }
      .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: #FFFFFF;
      margin-bottom: 35px; }
    .side-modal-popup .content-inner.no-action-btns {
      height: calc(100vh - 140px); }
  .side-modal-popup .inbox-content {
    margin-bottom: 30px; }
    .side-modal-popup .inbox-content h2 {
      font-size: 30px;
      line-height: 32px;
      font-weight: 300;
      color: #FFFFFF;
      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: #36b2c9;
        -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: #FFFFFF;
      line-height: 22px; }
    .side-modal-popup .inbox-content a {
      color: #36b2c9;
      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: #36b2c9;
    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: #36b2c9; }
  .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: #36b2c9;
      font-weight: 700;
      margin-bottom: 0; }
    .side-modal-popup .attachments .doc {
      font-size: 14px;
      color: #777777;
      margin-bottom: 0; }
    .side-modal-popup .attachments .att-delete {
      width: 20px;
      height: 20px;
      background: url(../../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); }
  .side-modal-popup.inbox-bg-1 {
    background-image: url(../../img/bg/msg-img.png);
    background-size: 140px;
    background-repeat: no-repeat;
    background-position: 450px 50px; }

/*.side-modal-popup::after {
    content: "";
    background: $dashboard-bg-image;
    background-repeat: no-repeat;
    opacity: 0.3;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    position: absolute;
    z-index: -1;
}*/
.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: "Nunito", "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  color: #777777; }

.side-modal-inner .content-inner .user-content ul {
  list-style: none; }
  .side-modal-inner .content-inner .user-content ul li {
    position: relative;
    font-family: "Nunito", "Roboto", sans-serif;
    font-size: 14px;
    color: #777777; }
    .side-modal-inner .content-inner .user-content ul li:after {
      content: "";
      width: 6px;
      height: 6px;
      display: block;
      background: #36b2c9;
      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: #777777;
    margin-bottom: 5px; }
  .inbox-2 .input-1 {
    font-size: 14px;
    color: #777777; }
  .inbox-2 .textarea-1 {
    font-size: 14px;
    color: #777777;
    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: 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; }

#side-modal-payment-recivers-profiles .id-p {
  color: #FFFFFF;
  margin-top: 8px;
  float: left;
  font-size: 15px;
  margin-bottom: 0px; }

#side-modal-payment-recivers-profiles .id-tag-img {
  background: url("../../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 #134060;
  border-bottom: 1px solid #134060;
  padding: 10px 5px;
  /*background-color: white;*/
  -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: rgba(0, 13, 48, 0.5); }

#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: #e6e6e6; }

#side-modal-payment-recivers-profiles .plain-list {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  border-bottom: 2px solid #e6e6e6; }
  #side-modal-payment-recivers-profiles .plain-list div {
    margin: 10px 5px;
    border-bottom: 1px solid #cfd0d2; }
    #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(../../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: "Nunito", "Roboto", 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: #d0d0d0;
  padding: 8px 10px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0px 0 0 #000d30;
  -moz-box-shadow: 0 0px 0 0 #000d30;
  box-shadow: 0 0px 0 0 #000d30;
  -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: #FFFFFF; }

#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: #36b2c9;
  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: #FFFFFF; }

#side-modal-payment-recivers-profiles .btn-1 {
  margin-right: 4%; }
  #side-modal-payment-recivers-profiles .btn-1:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #36b2c9 transparent;
    position: absolute;
    right: 3px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 7px;
    -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 .reciver-info:hover .btn-1:after {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

#exchange-filter {
  overflow: visible; }
  #exchange-filter .mCSB_container {
    height: calc(100vh - 130px);
    overflow: visible; }
  #exchange-filter .mCustomScrollBox {
    overflow: visible; }

/* ------------------------------------------------------------------------------------------ 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: #777777;
    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: #777777;
    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: #777777;
    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: "Nunito", "Roboto", 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: #36b2c9;
      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(../../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: #777777;
  position: relative; }
  .checkbox-wrap a span {
    color: #36b2c9; }

.download-link {
  position: relative;
  padding-right: 35px !important; }
  .download-link:after {
    content: "";
    width: 29px;
    height: 29px;
    display: block;
    background: url(../../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: "Nunito", "Roboto", sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    color: #777777;
    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: "Nunito", "Roboto", sans-serif;
    font-size: 16px;
    color: #FFFFFF; }
  .statement-content a {
    margin-bottom: 0;
    font-family: "Nunito", "Roboto", sans-serif;
    font-size: 14px;
    color: #777777;
    color: #36b2c9;
    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(../../img/icons/icon-check-6.png) no-repeat center center;
  background-size: 61px; }

.error-icon {
  width: 43px;
  height: 43px;
  display: inline-block;
  background: url(../../img/icons/error-icon.png) no-repeat center center;
  background-size: 43px; }

.title-done {
  font-family: "Nunito", "Roboto", sans-serif;
  font-size: 30px;
  color: #36b2c9;
  margin-top: 10px;
  font-weight: 100; }
  .title-done .checkmark-icon {
    position: relative;
    top: 8px;
    margin-right: 10px; }

.title-error {
  font-family: "Nunito", "Roboto", 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: "Nunito", "Roboto", sans-serif;
    font-size: 14px;
    color: #777777; }
  .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: #777777; }
  .data-control .value {
    color: #36b2c9;
    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: #36b2c9; }

.download-icon {
  width: 29px;
  height: 29px;
  display: inline-block;
  background: url(../../img/icons/download-icon.png) no-repeat center center;
  background-size: 29px; }

.download-icon-1 {
  width: 29px;
  height: 29px;
  display: inline-block;
  background: url(../../img/icons/download-icon.png) no-repeat center center;
  background-size: 29px;
  padding-top: 8px;
  padding-left: 40px;
  font-family: "Nunito", "Roboto", sans-serif;
  font-size: 15px;
  color: #148cb8; }

#map-canvas-signup {
  width: 100%;
  height: 295px; }

.error-log-wrapper {
  margin-top: 15px; }
  .error-log-wrapper p {
    font-family: "Nunito", "Roboto", sans-serif;
    font-size: 14px;
    color: #777777; }

.error-log .hidden {
  margin-top: 35px;
  display: none; }

.error-log-title {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Nunito", "Roboto", sans-serif;
  color: #777777;
  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: #008fa9; }

.news .widget-slat h3 {
  color: #777777; }
  .news .widget-slat h3:before {
    display: none; }

.news .search-btn {
  position: absolute;
  top: 35px;
  right: 39px;
  width: 20px;
  background: url(../../img/icons/icon-search-2.png) center center no-repeat;
  background-size: 17px;
  border: none; }

.news .input-1 {
  font-size: 13px;
  color: #777777;
  padding: 12px 10px; }

.news .custom-table .text-cl-1, .news .widget-slat .col-left p {
  color: #777777; }

.news .group {
  border-bottom: 1px solid #e6e6e6; }

.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(../../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: #777777; }

#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: #777777;
  margin-bottom: 10px; }

#side-modal-news i {
  color: #36b2c9; }

#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: 1px solid #cfd0d2; }

#side-modal-news .plain-list a {
  color: #a6e8f4;
  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 .product-content .expand {
      line-height: 18px; }
      .product-box .product-content .expand p {
        font-size: 15px; }
  .product-box h3 {
    font-size: 25px;
    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: #36b2c9; }
  .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(../../img/icons/arrow-left-1.png) center center no-repeat;
    background-size: 25px; }
  .product-slider .slider-button-next {
    right: 15px;
    background: #FFFFFF url(../../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: #777777; }
    .product-single .info-inner ul {
      margin-bottom: 20px; }
    .product-single .info-inner .content-list li {
      font-size: 14px;
      color: #777777;
      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: #36b2c9;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px; }
  .product-single .download {
    font-size: 14px;
    color: #777777; }
    .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: #36b2c9;
      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: 31%;
      margin-right: 2%; }

.product-info {
  background: #FFFFFF;
  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: #6C6C6C;
    text-transform: uppercase;
    border-bottom: 1px solid #d0d0d0; }
    .product-info li span {
      color: #008fa9;
      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: #36b2c9;
  font-family: "Nunito", "Roboto", 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: #36b2c9; }

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: 62px;
    height: 62px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    -ms-border-radius: 31px;
    border-radius: 31px;
    overflow: hidden; }
    .account-row.profile-row .img-box img {
      width: 100%;
      height: auto; }
  .account-row.profile-row p {
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 0; }

.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 {
  width: 120px;
  height: 120px;
  position: relative;
  margin: 10px auto 40px auto; }
  .profile-img-group .img-box {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #36b2c9; }
    .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: 60px;
      -moz-border-radius: 60px;
      -ms-border-radius: 60px;
      border-radius: 60px; }
    .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(../../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; }
    .profile-img-group .cancel-link:hover {
      background-color: #eb0255; }
  .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: #36b2c9; }
  .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 #36b2c9 transparent transparent; }
  .flag-slider .slick-next {
    right: 0; }
    .flag-slider .slick-next:after {
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent #36b2c9; }

/* ------------------------------------------------------------------------------------------ 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: #36b2c9;
    margin-bottom: 0;
    font-family: "Nunito", "Roboto", 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: "Nunito", "Roboto", sans-serif;
    font-weight: normal;
    color: #777777;
    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: "Nunito", "Roboto", sans-serif;
    color: #777777;
    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: "Nunito", "Roboto", sans-serif;
    color: #777777;
    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(../../img/icons/attachment-icon.png) no-repeat center center;
      background-size: 20px; }
  .attachment-wrapper .delete {
    font-family: "Nunito", "Roboto", sans-serif;
    color: #777777;
    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(../../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; }

.format-icon {
  padding-top: 9px;
  text-align: center;
  width: 36px;
  height: 36px;
  display: block;
  text-transform: uppercase;
  font-family: "Nunito", "Roboto", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  background: #777777;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px; }

/* ------------------------------------------------------------------------------------------ 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: "Nunito", "Roboto", sans-serif;
      color: #FFFFFF;
      font-size: 16px;
      margin-bottom: 0; }
  .notification-wraper .notification-group-title {
    margin-left: 10px; }
    .notification-wraper .notification-group-title p {
      font-family: "Nunito", "Roboto", sans-serif;
      color: #FFFFFF;
      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 .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: "Nunito", "Roboto", sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      text-align: right;
      border: 1px solid #134060;
      background: rgba(0, 13, 48, 0.5);
      outline: none;
      width: 100%;
      font-weight: 600;
      padding: 11px 13px 10px 10px; }
  .notification-wraper .hidden {
    clear: both;
    border-top: 1px solid #cfd0d2;
    /*background: $lightgrey;*/
    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: "Nunito", "Roboto", sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: block;
  line-height: 18px;
  text-align: center;
  background-color: #FFFFFF;
  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: #777777; }
  .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: #777777;
  color: #FFFFFF;
  font-family: "Nunito", "Roboto", 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: "Nunito", "Roboto", 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: "Nunito", "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 25px;
      color: #FFFFFF; }
    .tips-and-tricks-modal .modal-content-wrapper p {
      font-family: "Nunito", "Roboto", 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: "Nunito", "Roboto", 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 #36b2c9 transparent transparent; }
  .tips-and-tricks-modal:after {
    content: "";
    width: 50px;
    height: 51px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../../img/icons/lightbulb-icon.png) no-repeat center center;
    background-size: 50px; }

.widget.widget-tips-and-tricks .widget-inner {
  background: #2d4050;
  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: #36b2c9; }

.widget.widget-tips-and-tricks .tips {
  padding: 0 30px;
  position: absolute;
  left: 0;
  bottom: 100px; }
  .widget.widget-tips-and-tricks .tips h4 {
    font-family: "Nunito", "Roboto", sans-serif;
    font-weight: 100;
    font-size: 30px;
    color: #36b2c9;
    margin-bottom: 45px; }
  .widget.widget-tips-and-tricks .tips p {
    font-family: "Nunito", "Roboto", 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 #36b2c9 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(../../img/icons/lightbulb-icon.png) no-repeat center center;
  background-size: 50px;
  visibility: visible;
  z-index: 2; }

.widget-buttons.two-buttons .btn-1 {
  /*color: #0064A0;*/
  float: left;
  width: 49%;
  border: 0;
  color: #FFFFFF; }
  .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: "Nunito", "Roboto", 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: #FEC843;
  border-right: 1px solid #e6e6e6; }

.msg-widget-wrapper .msg-status .total-msgs {
  color: #36b2c9; }

.msg-widget-wrapper .msg-container {
  height: 212px; }
  .msg-widget-wrapper .msg-container .msg {
    border-bottom: 1px solid #e6e6e6;
    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: "Nunito", "Roboto", sans-serif;
      font-size: 14px; }
  .msg-widget-wrapper .msg-container .tag {
    width: 34px;
    height: 35px;
    float: left;
    margin-right: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px; }
  .msg-widget-wrapper .msg-container .msg-unread {
    background: #eb0255 url(../../img/icons/icon-mail-3.png) no-repeat center center;
    background-size: 20px; }
  .msg-widget-wrapper .msg-container .msg-red {
    background: #36b2c9 url(../../img/icons/icon-opened-msg.png) no-repeat center center;
    background-size: 20px; }
  .msg-widget-wrapper .msg-container .msg-content {
    float: left;
    width: 59%;
    height: 36px;
    padding-right: 10px;
    overflow: hidden; }
  .msg-widget-wrapper .msg-container .sender {
    color: #36b2c9; }
  .msg-widget-wrapper .msg-container .msg-date {
    color: #36b2c9;
    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(../../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: #FFFFFF; }

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: "Nunito", "Roboto", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 400; }

body .introjs-bullets ul li a.active {
  background: #36b2c9; }

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: "Nunito", "Roboto", 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: #777777;
    color: #FFFFFF; }

body .introjs-prevbutton, body .introjs-nextbutton {
  background: #36b2c9;
  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: #36b2c9;
  color: #FFFFFF; }

body .introjs-prevbutton {
  margin-right: 5px; }

.tips-trigger {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  color: #777777;
  display: block;
  font-size: 14px;
  font-family: "Nunito", "Roboto", 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: #36b2c9;
    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: "Nunito", "Roboto", 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: "Nunito", "Roboto", 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: "Nunito", "Roboto", 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: "Nunito", "Roboto", 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: "Nunito", "Roboto", 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: "Nunito", "Roboto", 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: #36b2c9;
  padding-bottom: 60px;
  background: url(../../img/bg/mash.png);
  background-size: cover; }

#page-footer {
  position: absolute;
  bottom: 0;
  width: 100%; }

.swiper-container .balance.active, .account-gridster .balance.active {
  display: block; }

.slick-dots {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin-bottom: 0;
  position: absolute; }

#LIVE20 {
  height: 0px; }

.slick-dots li {
  display: inline-block; }

.process-close {
  float: right;
  font-size: 12px;
  margin-right: 20px;
  margin-top: -20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2d4050;
  line-height: 48px;
  background: url(../../img/icons/icon-close-2.png) 100% 18px no-repeat;
  background-size: 10px;
  padding-right: 16px; }
  .process-close.process-close-2 {
    right: -5px;
    /*top: -5px;*/
    z-index: 1;
    position: absolute;
    font-size: 16px;
    color: #FFFFFF !important;
    background: url(../../img/icons/close.png) 100% 18px no-repeat;
    background-size: 10px; }
  .process-close.process-close-1 {
    right: -5px;
    top: -5px;
    z-index: 1;
    position: absolute;
    font-size: 16px;
    color: #FFFFFF !important;
    background: url(../../img/icons/close.png) 100% 18px no-repeat;
    background-size: 10px; }

.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 #000d30;
  background: #000d30; }

/*.swiper-container .balance, .account-gridster .balance {
        display: none;
    }*/
.plain-list.generic-review {
  margin-bottom: 0px !important; }

.Location-01-WF {
  background-image: url(../../img/icons/Location-01-WF.png); }

.Chat-01-WF {
  background-image: url(../../img/icons/Chat-01-WF.png); }

.PDF-Metro {
  background-image: url(../../img/icons/pdf.png); }

.Excel-Metro {
  background-image: url(../../img/icons/Excel.png); }

.Phone-WF {
  background-image: url(../../img/icons/Phone-WF.png); }

.Time-WF {
  background-image: url(../img/icons/Time-WF.png); }

.Mail-WF {
  background-image: url(../../img/icons/Mail-WF.png); }

.House-09 {
  background-image: url(../../img/icons/House-09.png); }

.Facebook-Metro {
  background-image: url(../../img/icons/Facebook-Metro.png); }

.Linkedin-Metro {
  background-image: url(../../img/icons/LinkedIn-Metro-3.png); }

.Twitter-Bird {
  background-image: url(../../img/icons/Twitter-Bird.png); }

.Help-icon {
  background-image: url(../img/icons/Help-icon.png); }

.web-button.image-button {
  display: inline-block;
  float: right;
  width: 39px;
  height: 39px;
  background-color: #000d30;
  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; }
  .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: "Nunito", "Roboto", sans-serif;
    font-size: 14px;
    color: #777777;
    text-transform: uppercase;
    margin-bottom: 0; }

.exchange-list p.text-1 {
  font-size: 16px;
  font-weight: 700; }

/*-- autocomplete --*/
.ui-menu {
  border: 1px solid #e6e6e6 !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: #008fa9 !important;
    border: none !important;
    font-size: 14px;
    font-family: "Nunito", "Roboto", sans-serif;
    color: #FFFFFF;
    font-weight: 500;
    padding: 7px 15px !important;
}
    .ui-autocomplete.ui-menu .ui-menu-item:hover {
        background: #36b2c9 !important;
        border: none !important;
        color: #495c68;
        padding: 7px 15px !important;
    }

.ui-menu-item:hover .ui-state-active {
    color: white; }

.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: #36b2c9 !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: #72c9d9 !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: "Nunito", "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #777777; }
    .transaction-nav .close-filter .icon {
      display: inline-block;
      width: 8px;
      height: 8px;
      background: url(../../img/icons/close-filter.png) 0 0 no-repeat;
      background-size: 8px 8px;
      overflow: hidden;
      text-indent: -500px;
      top: -1px;
      position: relative;
      margin-left: 2px; }
  .transaction-nav .inner-container {
    margin-top: 40px; }
  .transaction-nav .mCSB_scrollTools {
    width: 7px;
    opacity: 1 !important; }
    .transaction-nav .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      width: 7px;
      background: #f57b00;
      -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: #f57b00;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    opacity: 1 !important; }
  .transaction-nav .mCSB_scrollTools .mCSB_draggerRail {
    background: #FFFFFF; }
  .transaction-nav .mCSB_inside > .mCSB_container {
    margin-right: 15px; }
  .transaction-nav .form-template {
    margin-top: 15px; }
  .transaction-nav .slat-title {
    color: #777777;
    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(../../img/icons/error-icon-small.png);
  background-size: 18px; }

.arrow-down-n {
  background-image: url(../../img/icons/arrow-bottom-4.png);
  background-size: 18px; }

.input-icon {
  display: inline-block;
  float: right;
  width: 39px;
  height: 39px;
  background-color: #008fa9;
  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: #062A4F; }

.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: none; }

.group .plain-list {
  margin-bottom: 0px; }

#map-view {
  min-height: 500px; }

.unread-notifications {
  display: block;
  width: 18px;
  height: 18px;
  font-family: "Nunito", "Roboto", sans-serif;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  color: #FFFFFF;
  background: #36b2c9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: -8px;
  right: -8px;
  padding-top: 4px; }

/*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: #062A4F;
  bottom: 1px; }

.mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 10px;
  top: 1px;
  background: #FFFFFF; }

.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: #148cb8; }

.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: -23px; }

/*header logo fix*/
#page-header .site-branding {
  /*margin-top: 22px;*/ }

#page-header .site-logo a {
  width: 100px;
  height: 60px; }

.popup-box .popup-inner {
  /*background-color: $whiteFFF;*/ }

.popup-24 {
  display: block;
  background: #FFFFFF;
  width: 100% !important; }

#page-header .main-nav li {
  margin-right: 16px; }

.profile-bar {
  margin-left: 5px;
  margin-right: 0; }
  .profile-bar a {
    background-position: left; }
  .profile-bar.profile-bar-mobile {
    position: relative !important; }

.custom-exchange-widget p, .custom-exchange-widget .currency-detail {
  font-family: "Nunito", "Roboto", sans-serif; }

.title-1 span {
  letter-spacing: 0; }

.unread {
  float: left;
  position: relative; }

.msg-read {
  background: #36b2c9 url(../../img/icons/icon-opened-msg.png) no-repeat center center;
  background-size: 20px; }

.msg-unread {
  background: #eb0255 url(../../img/icons/icon-mail-3.png) no-repeat center center;
  background-size: 20px; }

.list-options {
  position: absolute;
  right: 3px;
  top: 3px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  .list-options:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: "."; }
  .list-options li {
    float: left;
    display: inline-block;
    width: 45px;
    height: 28px;
    background-color: #062A4F;
    text-indent: -999px;
    background-repeat: no-repeat;
    cursor: pointer; }
    .list-options li.active {
      background-color: #FFFFFF; }
  .list-options .option-slider {
    background-image: url(../../img/icons/slider-1.png);
    background-position: center -23px; }
    .list-options .option-slider.active {
      background-position: center 7px; }
  .list-options .option-list {
    background-image: url(../../img/icons/list-1.png);
    background-position: center -24px; }
    .list-options .option-list.active {
      background-position: center 7px; }

.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(../../img/icons/grid-icon-2.png);
    background-position: center 7px;
    background-size: 20px; }
    .list-options .option-slider.active {
      background-position: center -14px; }
  .list-options .option-list {
    background-image: url(../../img/icons/list-icon-2.png);
    background-position: center 5px;
    background-size: 20px; }
    .list-options .option-list.active {
      background-position: center -15px; }

.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: #36b2c9; }
  .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: #36b2c9;
    border: 3px solid #36b2c9;
    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: #36b2c9; }
    .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, #36b2c9 0%, #36b2c9 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: #008fa9; }

.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; }
  .popup-inner .widget-tabs li.active, .popup-inner .widget-tabs li:hover, .popup-inner .widget-tabs li.active, .popup-inner .widget-tabs li a:hover, .popup-inner .widget-tabs li.active a, .popup-inner .widget-tabs li:hover a {
    color: #36b2c9 !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(../../img/icons/icon-calendar-1.png) 0 0 no-repeat;
  background-size: 20px 20px; }

.icon-calendar-2 {
  background: url(../../img/icons/icon-calendar-2.png) 0 0 no-repeat;
  background-size: 30px; }

.icon-calendar-3 {
  background: url(../../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: #36b2c9 !important; }

.widget-tabs.login-methods li:after {
  background: #36b2c9; }

.dropdown-image {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../../img/icons/arrow-down-white.png");
  background-repeat: no-repeat;
  background-size: 6.5px 6px;
  background-position: 96% 48%; }

.dropdown-image-selfcare {
  background-position: 99% 48% !important; }

/*#side-modal-payment-recivers-profiles {
    .reciver-info {
        border-top: 1px solid $monogrey;
        border-bottom: 1px solid $monogrey;
        padding: 10px 5px;
        background-color: $white;
        transition: all ease-in-out 0.6s;

        &:hover {
            background-color: $lightgrey;
        }
    }

    .hidden {
        display: none;
        transition: all ease-in-out 1s;
    }

    .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: #FFFFFF;
  text-align: center;
  font-weight: 300;
  position: relative;
  margin-bottom: 20px; }
  .popup-header-h3:after {
    content: '';
    width: 70px;
    height: 5px;
    background: #36b2c9;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -35px; }

.error-message-text {
  color: #eb0255 !important;
  font-size: 17px !important;
  font-weight: bold;
  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(../../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: 8px; }
  .profile-bar-side .img-box {
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
    .profile-bar-side .img-box img {
      width: 100%;
      height: auto; }
  .profile-bar-side a {
    display: inline-block;
    width: 22px;
    height: 22px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10px;
    margin-left: 30px; }

#main-side {
  background: #e6e6e6;
  margin-left: 260px; }

.profile-bar-side {
  margin: 16px 0px;
  padding: 0px 10px; }
  .profile-bar-side a {
    background-position: 0px 2px;
    transition: all ease 0.3s; }
    .profile-bar-side a:hover {
      background-position: 0px -20px; }

.accounts-widget-side {
  background: linear-gradient(rgba(53, 71, 86, 0.8), rgba(53, 71, 86, 0.8)), url(../../img/bg/bg-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -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(../../img/icons/grid-icon-2.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(../../img/icons/list-icon-2.png);
    background-position: center 5.5px;
    background-size: 20px; }
    .list-options-side .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: #062A4F;
    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: #062A4F; }

.account-list .selected .col-1 h2, .account-list .selected .col-2 .amount {
  color: #062A4F; }

.account-list .selected .select-3 div.fancy-select div.trigger, .account-list .selected .select-3 div.fancy-select select:focus + div.trigger.open {
  color: #062A4F; }

.account-list .selected .select-3 div.fancy-select div.trigger:after {
  border-color: #062A4F transparent transparent transparent; }

.selected .icon-money-1 {
  background-image: url(../../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: 20px !important; }

#asseco-toolbar {
  bottom: 45px !important; }

.slick-list {
  padding-top: 20px; }

.slick-dots {
  z-index: 1; }

.list-options-side {
  top: 5px; }

.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: #36b2c9;
  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; }

.popup-24 .category, .popup-24 .add-new {
  width: 53%; }

.select-1 .dd-selected-text {
  margin-right: 10px; }

#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: 5px; }

.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: 70px; }

.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 - 130px); }

.side-modal-popup .content-inner.content-inner-small {
  height: calc(100vh - 220px) !important; }

.side-modal-popup .content-inner-side {
  height: calc(100vh - 210px); }

.side-modal-popup .content-inner-exchange {
  height: calc(100vh - 170px); }

.showmenu {
  display: inline-block !important; }

.tips-trigger-new {
  display: inline-block;
  width: 22px;
  height: 22px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 10px;
  margin-left: 12px;
  background-image: url("../../img/icons/help-icon-white.png");
  background-size: 20px 20px; }

.popup-box {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.popup-24 .popup-header {
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%); }

#page-header .main-nav .submenu li a {
  text-transform: uppercase; }

form[id="form_PFMBudgetCreateFormID"] .select-1 .dd-options {
  position: relative; }

.diferent {
  background-color: #eb0255 !important; }

/* Custom tables ----------------------------------------------------------------------------------------------- */
.custom-table-payment .table-row {
  -webkit-transition: 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 #134060;
    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: #36b2c9; }

.custom-table-payment .text-cl-2 {
  color: #777777; }

.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: #008fa9; }

.custom-table-payment .text-1-header {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 34px;
  color: #008fa9;
  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: #005aaa;
  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: #FFFFFF;
    text-transform: uppercase; }

.custom-table-payment .text-3-header {
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  color: #008fa9;
  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: "Nunito", "Roboto", sans-serif;
  font-size: 14px;
  line-height: 34px; }

.custom-table-payment .text-6 {
  font-size: 14px;
  line-height: 34px; }

.custom-table-payment .text-7 {
  font-size: 14px;
  line-height: 16px;
  height: 34px;
  position: relative;
  white-space: normal;
  overflow: hidden; }
  .custom-table-payment .text-7 span {
    display: inline-block;
    position: relative;
    top: 50%;
    -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: "Nunito", "Roboto", 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: "Nunito", "Roboto", sans-serif;
    font-weight: 500; }
  .custom-table-payment .tag:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: -5px;
    left: -5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
  .custom-table-payment .tag.up:after {
    background: #e6e6e6 url(../img/icons/arrow-top-1.png) center center no-repeat; }
  .custom-table-payment .tag.down:after {
    background: #e6e6e6 url(../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: #5ec1d4; }
  .custom-table-payment .tag.tagcolor-3 {
    background-color: #8069b4; }
  .custom-table-payment .tag.tagcolor-4 {
    background-color: #36b2c9; }
  .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: #36b2c9; }

.custom-table-payment .flag-col {
  position: relative;
  padding-left: 65px; }

.custom-table-payment .flag-box {
  display: inline-block;
  width: 38px;
  height: 38px;
  float: left;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 10px; }
  .custom-table-payment .flag-box img {
    width: 100%;
    height: auto; }

.custom-table-payment .table-btn {
  background: #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(../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 #e6e6e6; }
  .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: #000d30 1px solid;
  background-color: #134060;
  color: #FFFFFF !important; }

.container-menu {
  width: 96%;
  margin: 0 auto;
  max-width: 1270px; }

#CardStatusActive {
    border: none;
    background-color: green;
    margin-bottom: 0px;
    color: white;
    font-size: 15px;
    padding: 5px;
    max-width: fit-content;
    float: right;
}

#CardStatusInactive {
    border: none;
    background-color: #7c7776;
    margin-bottom: 0px;
    color: white;
    font-size: 15px;
    padding: 5px;
    max-width: fit-content;
    float: right;
}

/* ==================================================
    =Media Queries
===================================================== */
.icon-mail-4 {
  background-image: url(../../img/icons/icon-mail-4.png);
  background-size: 20px; }

.icon-dashboard-1 {
  background-image: url(../../img/menu/home.svg);
  background-size: 26px; }

.icon-money-1 {
  background-image: url(../../img/menu/payments.svg);
  background-size: 26px; }

.icon-safe-1 {
  background-image: url(../../img/menu/accounts.svg);
  background-size: 20px !important; }

.icon-card-1 {
  background-image: url(../../img/menu/cards.svg);
  background-size: 26px; }

.icon-exchange-1 {
  background-image: url(../../img/menu/exchange.svg);
  background-size: 26px; }

.icon-catalogue-3 {
  background-image: url(../../img/menu/products.svg);
  background-size: 26px; }

.icon-contact-1 {
  background-image: url(../../img/menu/contact.svg);
  background-size: 26px; }

.icon-arrow-down {
  background-image: url(../../img/icons/arrow-down-icon.png);
  background-size: 8px; }

.icon-arrow-right {
  background-image: url(../../img/icons/arrow-icon-right.png);
  background-size: 5px; }

.btn-1.full-width.calculate {
  padding: 10px 10px;
  margin-top: 14px !important;
  min-height: unset !important; }

.full-widget {
  width: 100%; }
  .full-widget .full-widget-style-2 {
    border-bottom: #148cb8 1px solid;
    background-color: #f1f1f1;
    color: #FFFFFF !important;
    padding-top: 0; }

.account-list .drag {
  z-index: -1; }

.account-list .selected .drag {
  z-index: 1; }

.selected .widget-options-list .options-list {
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
  background: #354756;
  -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; }
  .selected .widget-options-list .options-list a {
    display: block;
    font-family: "Nunito","Roboto";
    color: #FFFFFF;
    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; }
    .selected .widget-options-list .options-list a:hover {
      color: #148cb8; }

.account-box .main-balance .currency-no-select {
  font-size: 18px;
  margin-left: 2px;
  color: #F36F20;
  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 10px;
  margin-bottom: 3px; }

.balance-amount {
  text-align: right !important;
  font-size: 36px !important;
  line-height: 40px !important;
  margin-bottom: 0 !important;
  white-space: normal !important;
  margin-top: 15px !important; }

.account-row .account-single .account-box .acc-balance-txt {
  padding-right: 0;
  margin-top: -2px; }

.slide .account-box.account-bg-1 {
  min-height: 255px; }

.account-box .widget-options .trigger {
  cursor: pointer;
  background-image: url("../../img/icons/more.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat; }

/*#form_Authorization_EnterOtpFormId .popup-inner .widget-tabs{
    display:none;
}*/
/*#widget-map-canvas2{
    height:350px !important;
}*/
@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; }
  .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: 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; }
  #page-header .main-nav li i {
    display: none; } }

@media only screen and (max-width: 1250px) {
  #page-header .main-nav li a {
    font-size: 12px; }
  #page-header .main-nav li i {
    display: none; } }

@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; } }

/* ==================================================
    =High def devices
===================================================== */
#form_InitialFormId .main-content.popup-content {
  margin-top: 0; }

.icon-download-left {
  text-decoration: none;
  background: url(../../img/icons/icon-download-3.png) no-repeat;
  background-size: 30px;
  background-position: left;
  display: block;
  width: 90%;
  height: 30px;
  padding-top: 8px;
  padding-left: 40px;
  font-family: Nunito,"Roboto";
  font-size: 16px;
  color: #148cb8; }

.modal-container-test {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 120;
  display: none; }

.selectize-control.single .selectize-input {
  background: rgba(0, 13, 48, 0.5); }

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #FFFFFF; }

.selectize-dropdown {
  background: #36b2c9; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #FFFFFF transparent !important; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: rgba(0, 13, 48, 0.5); }

.selectize-control.single .selectize-input, .selectize-dropdown.single {
  border-color: #134060 !important; }

#prelogin-product-details .inner {
  background-color: white !important; }

#prelogin-product-details .product-single {
  background-color: white !important; }
  #prelogin-product-details .product-single h4 {
    color: #062A4F;
    padding: 15px;
    background: #e6e6e6; }
    #prelogin-product-details .product-single h4 span::after {
      background: #062A4F; }

#prelogin-product-details h2 {
  color: #000000; }

#prelogin-atm-details .inner {
  background-color: #000d30;
  background: url(../../img/bg/mash-dark.png); }

#prelogin-atm-details .product-single {
  background-color: white !important; }
  #prelogin-atm-details .product-single h4 {
    color: #062A4F;
    padding: 15px;
    background: #e6e6e6; }
    #prelogin-atm-details .product-single h4 span::after {
      background: #062A4F; }

#prelogin-atm-details h2 {
  color: #000000; }

.mCSB_container .group-inner {
  margin-bottom: 12px; }

.mCSB_container h3 {
  margin-bottom: 20px; }

div.contact-description {
  font-size: 16px;
  margin-top: -25px; }
  div.contact-description a {
    color: #36b2c9;
    text-decoration: underline; }

p.product-txt {
  margin-bottom: 10px !important; }

#faq-inner {
  background-color: #000d30;
  background: url(../../img/bg/mash-dark.png); }

.profile-bar.multi-user {
  display: inline-block;
  position: absolute; }

.mCSB_container div {
  margin-bottom: 5px !important; }
  .mCSB_container div p.value {
    font-size: 16px !important; }

.atm-branch-widget-header {
  padding: 5px;
  background: #FFFFFF;
  color: #36b2c9; }

.slick-slide {
  outline: none !important; }

/*@media only screen and (max-width: 1080px) {
    #page-header .menu-btn.multi-user {
        display: block;
        float: right;
        margin-top: 14px;
    }

    .profile-bar.multi-user {
        display: none;
    }

    #page-header .main-nav.multi-user {
        display: none;
    }

    .drop-select.user-select {
        margin-top: 10px;
        margin-left: 30px;
    }
}*/
/*.input-1 {
    #text-search {
        background: rgba(0, 13, 48, 0.5) url(../../img/icons/icon-search.png) 94% center no-repeat;
        background-size: 17px;
    }
}*/
