@font-face {
    font-family: 'muller';
    src: url('../fonts/muller-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/muller-extrabold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'muller';
    src: url('../fonts/muller-light-webfont.woff2') format('woff2'),
         url('../fonts/muller-light-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}
@font-face {
    font-family: 'muller';
    src: url('../fonts/muller-medium-webfont.woff2') format('woff2'),
         url('../fonts/muller-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'muller';
    src: url('../fonts/muller-regular-webfont.woff2') format('woff2'),
         url('../fonts/muller-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
.font-light {font-weight:100;}
.font-normal {font-weight:400;}
.font-semi-bold { font-weight:500;}
.font-bold {font-weight:700;}
header {height:94px;}
html, body {height:100%;}
body {
  font-family: 'muller', sans-serif !important;
  font-weight: 100;
}
a:hover {
  text-decoration:none;
  opacity:0.8;
}
.bg-lightblue {background:#eff2f6;}
.text-lightblue {color:#a1c8f6;}
.text-lightblue:hover {
  color:#a1c8f6;
}
.btn-gradient-blue, .modal-footer .btn-primary {
  background: #88bcf9;
  background: linear-gradient(#a2d2fd,#88bcf9);
  border:none;
  outline:none;
  color:#fff;
}
.btn-gradient-red {
  background: #febcb9;
  background: linear-gradient(#febcb9,#f3a7a5);
  border:none;
  outline:none;
  color:#fff;
}
.btn-gradient-dark, .modal-footer .btn-secondary {
  background: #4e637c;
  background: linear-gradient(#637289,#4e637c);
  border:none;
  outline:none;
  color:#fff;
}
.btn-gradient-dark:hover {
  color:#fff;
}
.tabs-buttons-wrapper .btn-gradient-dark {
  background:#E6E6E6;
  color:#808080;
}
.tabs-buttons-wrapper .btn-gradient-dark.active {
  background: #4e637c;
  background: linear-gradient(#637289,#4e637c);
  color:#fff;
}
.btn-gradient-dark.inactive {
  background:#E6E6E6;
  color:#808080;
}
.btn-gradient-blue:hover, .btn-gradient-red:hover {
  opacity:0.8;
  color:#fff;
}
.border-dashed {
  border: 2px dashed #cccccc;
  border-radius: 16px;
}
.tabs-buttons-wrapper {
  border: 1px solid #cccccc;
    padding: 3px;
    border-radius: 8px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.login-form-wrapper {
  border:1px solid #CCCCCC;
  border-radius:10px;
}
.form-input-user, .form-input-password {
  border:none;
  font-size:14px;
  padding:25px 20px 25px 50px;
  border-radius:0;
  background: transparent;
}
.user-field-wrapper:before {
   content:"";
   width:19px;
   height:21px;
   background-size:cover;
   background:url('images/login-user.svg');
   position: absolute;
   top:15px;
   left:15px;
}
.password-field-wrapper:before {
   content:"";
   width:16px;
   height:21px;
   background-size:cover;
   background:url('images/login-lock.svg');
   position: absolute;
   top:15px;
   left:15px;
}
.show-password {
  position: absolute;
  right:15px;
  top:10px;
}
.sms-timer {
  position: absolute;
  right:15px;
  top:15px;
}
.show-password .active svg #Ellipse_5 {
  fill:#A1C8F6;
}
.form-input-user:focus, .form-input-password:focus {
  border-color:transparent;
  background: transparent;
  box-shadow:none;
}
.form-input-user, .form-input-user:focus {
  border-bottom:1px solid #CCCCCC;
}
.login-form-wrapper input::placeholder {
  color:#CCCCCC;
}
.relative {position: relative;}
.navbar img {max-height:50px; width:auto;}
.min-w-200 {min-width:200px;}
.h-180 {min-height:180px;}
.h-80 {height:80px;}
.w-48 {width:48%;}
.w-48-m-l {margin-left:2%;}
.support-link:h{
}
.text-black {color:#000 !important;}
.text-grey {color:#999999 !important;}

/** Menu **/

.navbar-nav {
      align-items: center;
}
.navbar-nav li {margin-right:15px;}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size:16px;
  font-weight: 300;
  padding-left:0 !important;
  padding-right:15px;
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  font-weight: 400;
  border-bottom:1.5px solid #95B3D8;
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover, .dropdown-item.active {
  background: transparent;
  color:#95B3D8;
}
.navbar-expand-lg .navbar-nav .nav-item:hover svg.hoverable-svg * {
  fill:#95B3D8 !important;
}
.sidebar-menu {
  padding:30px 50px;
}
.sidebar-menu .navbar-down {align-items: initial;}
.sidebar-menu .navbar-down li {margin-bottom: 20px;}
.sidebar-menu .navbar-down li a {
  color:rgba(0,0,0,.5);
  font-size: 16px;
    font-weight: 300;
    padding-left: 60px;
}
.sidebar-menu .navbar-down li svg {
  position: absolute;
  max-height: 24px;
  max-width: 32px;
  top:50%;
  transform: translateY(-50%);
}
.sidebar-menu .navbar-down li:hover svg * {
  fill:#95B3D8;
}
.sidebar-menu .navbar-down li a:hover {
  color:#95B3D8;
}
/** IB **/
.dashboard-container-height {height: calc(100% - 94px);}
.account-block:not(:first-child) {margin-top:60px;}
.account-wrapper {
  background: rgb(149,188,244);
  background: linear-gradient(135deg, rgba(149,188,244,1) 0%, rgba(169,206,249,1) 100%);
  border-radius: 16px;
  padding:20px;
  width:100%;
}
.account-wrapper .account-number {
  background: #94B5DE;
  padding:15px 20px;
  color:#fff;
  display: inline-block;
  margin-top: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.account-wrapper .balances {display: block;}
.account-wrapper .balances .balance-block {
  width:48%;
  display: inline-block;
  color:#fff;
  padding:15px 20px;
  border: 1px solid #fff;
  border-radius: 8px;
}
.account-wrapper .balances .balance-block:first-child {
    margin-right:2%;
}
.account-wrapper .balances .balance-block .balance-title {
  display: block;
  font-size: 20px;
}
.account-wrapper .balances .balance-block .balance-amount {
  font-weight: 400;
  font-size:30px;
  margin-right: 15px;
}
.account-wrapper .balances .balance-block .balance-currency {
  font-weight: 300;
  font-size: 20px;
}
.account-block .transactions-wrapper {
  background: #fff;
  padding:15px;
  border-radius: 10px;
}
.account-block .transactions-wrapper .transactions-collapser {
  height: 40px;
  width:40px;
  top:7px;
  right:7px;
  position: absolute;
  background: #EFF2F6;
  text-align: center;
  border-radius: 8px;
}
.account-block .transactions-wrapper .transactions-collapser:before {
  content: '\e874';
  font-family: Linearicons-Free;
  font-size: 12px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  color:#000;
}
.account-block .transactions-wrapper .transactions-collapser[aria-expanded="true"]:before {
  content: '\e873';
}
.transactions-rows .transaction-row {
  position: relative;
  border-bottom:1px solid #CCCCCC;
  padding:10px 0;
}
.transactions-rows .transaction-row:last-child {
  border-bottom: none;
}
.transactions-rows .transaction-icon {
  width:34px;
  height: 34px;
  border-radius: 8px;
  position: relative;
  background: rgba(237,28,37,0.2);
  display: inline-block;
}
.transactions-rows .transaction-icon:before {
  content: '\e878';
  font-family: Linearicons-Free;
  font-size: 12px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  color:#ED1C24;
}
.transactions-rows .transaction-icon.incoming {
  background: rgba(140,198,63,0.2);
}
.transactions-rows .transaction-icon.incoming:before {
  content: '\e877';
  color:#8CC63F;
}
.transaction-row .transaction-wrapper {
  display: inline-block;
  margin-left:20px;
}
.transaction-row .transaction-wrapper .transaction-title {
  font-size: 14px;
  position: relative;
  top:-2px;
}
.transaction-row .transaction-wrapper .transaction-date {
  font-size: 11px;
  color:#999999;
}
.transactions-rows .transaction-amount {
  position: absolute;
  right:0;
  top:5px;
  top:50%;
  transform: translateY(-50%);
}
.rounded {border-radius: .5rem!important;}
.w-100-px {width:100px;}
/* Inputs
------------------------------------
*/
span.required {color:red;}
label {
  margin-bottom:6px;
font-size:13px;
font-weight: normal;
}
.double-label {height:36px;}
.custom-control-input:checked~.custom-control-label::before {
  border-color: #88bcf9;
background-color: #88bcf9;
}
.custom-control-inline {
  line-height: 22px;
}
.form-control, textarea {
      border-radius: 0.6em;
      padding:0.65rem 1rem;
}
textarea {
  width:100%;
  border:1px solid #ced4da;
}
.form-control::placeholder {
  font-size: 12px;
  color:#ccc;
}
.form-control::-webkit-input-placeholder {
  font-size: 12px;
  color:#ccc;
}
.form-control::-moz-placeholder {
  font-size: 12px;
  color:#ccc;
}
.form-control:-ms-input-placeholder {
  font-size: 12px;
  color:#ccc;
}
.input-file-container {
  position: relative;
  width: 100%;
}
.input-group .form-control {border-right:none;}
.input-group-append {border:1px solid #ced4da; border-left:none;}
.input-group-append {
  background: #fff;
  padding:3px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.input-group-text {background-color: #EEF2F8;border:none; border-radius:6px !important;    position: relative;
    width: 90%;
    height: 90%;
    top: 5%;
    font-size: 10px;
  color:#808080;
}
select.custom-select {
  font-size: 12px;
  color:#ccc;
  border-radius: 0.6em;
  height: 38px;
}
.js .input-file-trigger {
  display: block;
  padding: 8px;
  border-radius: 8px;
  background: linear-gradient(#637289,#4e637c);
  color: #fff;
  font-size: 1rem;
  transition: all .4s;
  cursor: pointer;
  text-align: center;
}
.js .input-file {
  position: absolute;
  top: 0; left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #34495E;
  color: #fff;
}

.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.js .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}
.js .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}
/* Font Sizes
------------------------------------
tracking =a+b×e(c × z)

a, b and c are constants
a = -0.0223
b = 0.185
c = -0.1745
z = font size

*/
.fs-10 {
  font-size: 10px !important;
  letter-spacing: 0.0180093em;
  line-height: 15px;
}

.fs-11 {
  font-size: 10.5px !important;
  letter-spacing: 0.0128359em;
  line-height: 16px;
}

.fs-12 {
  font-size: 12px !important;
  letter-spacing: 0.00849077em;
  line-height: 18px;
}

.fs-13 {
  font-size: 13px !important;
  letter-spacing: 0.00484144em;
  line-height: 19px;
}

.fs-14 {
  font-size: 14px !important;
  letter-spacing: 0.00177646em;
  line-height: 22px;
}

.fs-15 {
  font-size: 15px !important;
  letter-spacing: -0.000797757em;
  line-height: 23px;
}

.fs-16 {
  font-size: 16px !important;
  letter-spacing: -0.00295978em;
  line-height: 24px;
}
.fs-28 {
    font-size: 28px !important;
    line-height: 36px;
}
.fs-35 {
    font-size: 35px !important;
    line-height: 45px;
}
.fs-40 {
    font-size: 40px !important;
    line-height: 50px;
}
.fs-45 {
    font-size: 45px !important;
    line-height: 55px;
}
.fs-55 {
    font-size: 55px !important;
    line-height: 70px;
}

/* Line-heights
------------------------------------
*/
.lh-normal {
  line-height: normal;
}

.lh-10 {
  line-height: 10px;
}

.lh-11 {
  line-height: 11px;
}

.lh-12 {
  line-height: 12px;
}

.lh-13 {
  line-height: 13px;
}

.lh-14 {
  line-height: 14px;
}

.lh-15 {
  line-height: 15px;
}

.lh-16 {
  line-height: 16px;
}
/* Scroll
------------------------------------
*/
.scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Overides
------------------------------------
*/
.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.no-overflow {
  overflow: hidden !important;
}

.auto-overflow {
  overflow: auto;
}

.reset-overflow {
  overflow: initial !important;
}

.center-margin {
  margin-left: auto;
  margin-right: auto;
}

.inherit-size {
  width: inherit;
  height: inherit;
}

.inherit-height {
  height: inherit;
}

.image-responsive-height {
  width: 100%;
}

.image-responsive-width {
  height: 100%;
}

.overlayer {
  position: absolute;
  display: block;
  z-index: 21;
}

.overlayer.fullwidth {
  width: 100%;
}

.overlayer-wrapper {
  position: relative;
  display: block;
  z-index: 10;
}

.overlay-fixed {
  position: fixed !important;
  top: auto !important;
}

.top-left {
  position: absolute !important;
  top: 0;
  left: 0;
}

.top-right {
  position: absolute !important;
  top: 1px;
  right: 0;
}

.bottom-left {
  position: absolute !important;
  bottom: 1px;
  left: 0;
}

.bottom-right {
  position: absolute !important;
  bottom: 0;
  right: 0;
}

.pull-bottom {
  position: absolute !important;
  bottom: 0;
}

.pull-up {
  position: absolute !important;
  top: 0;
}

.pull-center {
  left: 0;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.pull-center {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: table;
  z-index: 1;
}

.cursor {
  cursor: pointer;
}

.scroll-x-hidden {
  overflow-x: hidden !important;
}

.bg-transparent

/* Generic Padding Helpers
------------------------------------
*/
.p-t-0 {
  padding-top: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.padding-0 {
  padding: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-15-percent {
    padding-left: 15% !important;
    padding-right: 15% !important;
}

/* Generic Margin Helpers
------------------------------------
 */
.m-t-0 {
  margin-top: 0px;
}

.m-r-0 {
  margin-right: 0px;
}

.m-l-0 {
  margin-left: 0px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

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

.m-b-5 {
  margin-bottom: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-t-50 {
  margin-top: 50px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-t-70 {
  margin-top: 70px;
}
.m-t-80 {
  margin-top: 80px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.full-height {
  height: 100% !important;
}

.full-width {
  width: 100%;
}

.mw-80 {
  max-width: 80%;
}
.w-40 {width:40% !important;}

.hide {
  display: none !important;
}

.inline {
  display: inline-block !important;
}

.block {
  display: block !important;
}

/* Border Helpers
------------------------------------
*/
.b-a,
.b-r,
.b-l,
.b-t,
.b-b {
  border-style: solid;
  border-width: 0;
}

.b-none {
    border:none !important;
}

.b-r {
  border-right-width: 1px;
}

.b-l {
  border-left-width: 1px;
}

.b-t {
  border-top-width: 1px;
}

.b-b {
  border-bottom-width: 1px;
}

.b-a {
  border-width: 1px;
}

.b-dashed {
  border-style: dashed;
}

.b-thick {
  border-width: 2px;
}

.b-transparent {
  border-color: transparent;
}

.b-grey {
  border-color: rgba(33, 33, 33, 0.14);
}

.b-white {
  border-color: #fff;
}

.b-black {
  border-color: #000;
}

.b-primary {
  border-color: #14C8FA;
}

.b-complete {
  border-color: #0072EC;
}

.b-success {
  border-color: #19AD79;
}

.b-info {
  border-color: #3B4752;
}

.b-danger {
  border-color: #D83C31;
}

.b-warning {
  border-color: #FFd945;
}

/* Border Radius
------------------------------------
*/
.b-rad-sm {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.b-rad-md {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.b-rad-lg {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.no-border {
  border: none !important;
}
  .pricing-table thead tr {
  background: transparent !important;
}
.pricing-table thead tr th {
  background: white;
  font-weight: 500;
  text-transform: none;
  text-align: center;
  padding:15px 0;
  color: #646464;
  vertical-align: middle;
  font-size:12px;
}
.pricing-table {
  background: transparent !important;
}
.pricing-table th.no-bg {
  border:none;
  background: transparent;
}
.pricing-table th.eea {
  background: #8bbdf8;
  color:white;
}
.pricing-table th.noneea {
  background: #f3a7a5;
  color:white;
}
.pricing-table tr td:first-child {
  font-weight: 500;
  text-align: right;
}
.pricing-table tr td {
  font-size:12px;
  padding:8px;
  border:1px solid #ebebeb;
  text-align: center;
  vertical-align: middle;
}
