body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  background: #fcfdff;
  color: #8798ad;
}
header {
  position: fixed;
  top: 0px;
  left: 240px;
  right: 0px;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  text-align: right;
  border-bottom: 1px solid #e4e8f0;
  z-index: 90;
  background: #fcfdff;
}
header a {
  margin-left: 15px;
  font-size: 12px;
  color: #8798ad;
}
.icon {
  font-family: "Material Design Icons", sans-serif;
  color: #747579;
  text-decoration: none !important;
}
.icon::before {
  content: "\F0F06";
}
.icon.icon-wplaty:before {
  content: "\F0116";
}
.icon.icon-edit:before {
  color: #61a920;
  content: "\F090C";
}
.icon.icon-move:before {
  content: "\F01D9";
}
.icon.icon-view:before {
  content: "\F06D0";
}
.icon.icon-remove:before {
  color: #ff4861;
  content: "\F1398";
}
.icon.icon-copy:before {
  content: "\F018F";
}
.icon.icon-uzytkownicy:before {
  content: "\F0B55";
}
.icon.icon-zamowienia:before {
  content: "\F126F";
}
.icon.icon-promowanie:before {
  content: "\F126F";
}
.icon.icon-wyplaty:before {
  content: "\F0117";
}
.icon.icon-dostep:before {
  content: "\F0237";
}
.icon.icon-wiadomosci:before {
  content: "\F12CA";
}
.icon.icon-partnerzy:before {
  content: "\F0CF1";
}
.icon.icon-faktury:before {
  content: "\F11D7";
}
.icon.icon-skarbonki:before {
  content: "\F1006";
}
.icon.icon-blog:before {
  content: "\F0AA7";
}
.icon.icon-ustawienia:before {
  content: "\F061B";
}
.icon.icon-slownik:before {
  content: "\F00BE";
}
.icon.icon-checked:before {
  content: "\F05E0";
}
.icon.icon-checked {
  color: #468df7;
}
.icon.icon-checked.unreaded {
  color: #8798ad;
}
.icon.icon-media-o-nas:before {
  content: "\F0395";
}
.icon.icon-naleznosci:before {
  content: "\F1097";
}
.icon.icon-add-cash:before {
  content: "\F1261";
  color: #468df7;
  cursor: pointer;
}
.icon.icon-history:before {
  content: "\F02DA";
}
.icon.icon-history.highlight {
  color: #c65749;
}
.icon.icon-confirm-cash::before {
  content: "\F012C";
  color: #468df7;
  cursor: pointer;
}
.icon.icon-raporty:before {
  content: "\F081F";
}
.icon.icon-faq:before {
  content: "\F0B59";
}
.icon.icon-influencerzy:before {
  content: "\F0013";
}
.icon.icon-platnosci:before {
  content: "\F0DB8";
}
.icon.icon-send:before {
  content: "\F048A";
}
.icon.icon-refund:before {
  content: "\F0A9C";
}
.sidebar {
  position: fixed;
  top: 0px;
  width: 240px;
  bottom: 0px;
  left: 0px;
  box-shadow: 0px 0px 30px #e5e8ef;
  background: #FFF;
  padding: 15px;
  z-index: 93;
  overflow-y: auto;
}
.sidebar .logo {
  margin-bottom: 20px;
}
.sidebar > ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.sidebar > ul > li > a {
  display: block;
  padding: 6px 0px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.sidebar > ul > li > a .icon {
  font-size: 20px;
  font-weight: 400;
  color: #c3c9d5;
  width: 20px;
  margin-right: 15px;
  text-align: left;
  position: relative;
  top: 2px;
  display: inline-block;
}
.sidebar > ul > li:hover > a,
.sidebar > ul > li.active > a,
.sidebar > ul > li.in > a {
  color: #468df7;
}
.sidebar > ul > li ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.sidebar > ul > li ul > li a {
  padding: 3px 15px 3px 40px;
  display: block;
  color: #8798ad;
  text-decoration: none;
}
.sidebar > ul > li ul > li a .icon {
  display: none;
}
.sidebar > ul > li ul > li:hover a,
.sidebar > ul > li ul > li.active a,
.sidebar > ul > li ul > li.in a {
  color: #468df7;
}
span.counts {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #8798ad;
  text-align: center;
  position: relative;
  top: -2px;
  margin-left: 6px;
  color: #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 10px;
  display: inline-block;
}
span.counts.active {
  background: #468df7 !important;
}
.contents {
  position: absolute;
  top: 0px;
  left: 240px;
  right: 0px;
  bottom: 0px;
  padding: 60px 20px;
}
.contents .data-header {
  position: relative;
  margin-bottom: 20px;
}
.contents .data-header h2 {
  max-width: 50%;
}
.contents .data-header .data-modules a {
  color: #8798ad;
  font-weight: bold;
  margin-right: 12px;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid #e4e8f0;
  padding: 0px 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-decoration: none !important;
}
.contents .data-header .data-modules a span {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #8798ad;
  text-align: center;
  position: relative;
  top: -2px;
  margin-left: 6px;
  color: #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 10px;
  display: inline-block;
}
.contents .data-header .data-modules a.active {
  background: #468df7;
  color: #FFF;
  border: 1px solid #468df7;
}
.contents .data-header .data-modules a.active span {
  background: #FFF;
  color: #468df7;
}
.contents .data-header form {
  position: absolute;
  top: 0px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  right: 0px;
  max-width: 50%;
}
.contents .data-header form.payment_moneybox {
  max-width: 80%;
}
.contents .data-header form > div {
  margin-left: 15px;
}
.contents .data-header form .search {
  width: 100%;
  max-width: 300px;
}
.contents .data-header form .search.search-target {
  min-width: 250px;
}
.contents .data-header form .date-filter {
  width: 100%;
  max-width: 300px;
}
.contents .data-header form .export-xls {
  width: 100%;
  max-width: 300px;
}
.contents .table-header {
  padding: 0px !important;
  display: none;
}
.contents .table-header .table-scroll {
  overflow: hidden;
}
.contents .table-header table {
  margin: 0px !important;
  border-bottom: 1px solid #e4e8f0;
  box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
}
.contents .table-header.in {
  position: fixed;
  display: block;
  left: 240px;
  right: 0px;
  top: 40px;
  background: #FFF;
  padding-left: 20px !important;
}
.contents .data-table,
.contents .table-header {
  padding-bottom: 60px;
}
.contents .data-table::before,
.contents .data-table::after,
.contents .table-header::before,
.contents .table-header::after {
  clear: both;
  display: block;
  content: " ";
}
.contents .data-table table,
.contents .table-header table {
  border-collapse: separate;
  border-spacing: 0px 4px;
}
.contents .data-table table thead tr th,
.contents .table-header table thead tr th {
  text-transform: uppercase;
  font-weight: bold;
  color: #bfc5d2;
  font-size: 12px;
  border: 0px;
}
.contents .data-table table thead tr th[data-sort],
.contents .table-header table thead tr th[data-sort] {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.contents .data-table table thead tr th[data-sort]::after,
.contents .table-header table thead tr th[data-sort]::after {
  font-family: "Material Design Icons", sans-serif;
  position: absolute;
  right: 0px;
  font-size: 16px;
  content: "\F0140";
  color: #468df7;
  top: 5px;
}
.contents .data-table table thead tr th[data-sort].sort-asc::after,
.contents .table-header table thead tr th[data-sort].sort-asc::after {
  content: "\F0143";
}
.contents .data-table table tbody tr td,
.contents .table-header table tbody tr td {
  padding: 10px;
  border: 0px;
  background: #FFF;
  border-bottom: 1px solid #f2f6ff;
  color: #2e384d;
  vertical-align: middle;
}
.contents .data-table table tbody tr td a,
.contents .table-header table tbody tr td a {
  color: #468df7;
}
.contents .data-table table tbody tr td .icon,
.contents .table-header table tbody tr td .icon {
  font-size: 16px;
  margin: 0px 5px;
}
.contents .data-table table tbody tr td .actions,
.contents .table-header table tbody tr td .actions {
  text-align: right;
  margin: 0px 0px auto auto;
}
.contents .data-table table tbody tr:hover td,
.contents .table-header table tbody tr:hover td {
  background: rgba(252,253,255,0.7);
  border-bottom: 1px solid #e4e8f0;
}
.contents .data-footer {
  position: fixed;
  bottom: 0px;
  left: 240px;
  right: 0px;
  background: #FFF;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #e4e8f0;
  z-index: 89;
}
.contents .data-footer .button {
  margin-left: 20px;
}
.contents .data-footer .pagination {
  margin: 10px 10px auto auto;
  display: table;
  float: right;
}
.contents .data-footer .pagination > li > a {
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.contents .data-footer .pagination > li.active a,
.contents .data-footer .pagination > li:hover a {
  color: #FFF;
  background: #468df7;
}
img {
  max-width: 100%;
  height: auto !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #2e384d;
}
h1,
h2 {
  font-family: "Jost", sans-serif;
  font-size: 28px;
  margin: 30px 0px;
  color: #2e384d;
}
h1.is-center,
h2.is-center {
  text-align: center;
}
h2 {
  color: #2e384d;
  margin: 0px 0px 20px 0px;
}
h2 span {
  color: #8798ad;
  font-size: 14px;
}
.hidden {
  display: none !important;
}
tr.unreaded {
  background-color: #73706b !important;
  color: #fff !important;
}
tr.unreaded td a {
  color: #fff !important;
}
.nav-tabs {
  border-bottom: 1px solid #e4e8f0;
}
.nav-tabs > li > a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #bfc5d2;
}
.nav-tabs > li.active > a {
  border-color: #e4e8f0;
  border-bottom: 1px solid #FFF;
}
.nav-tabs > li:hover > a {
  border-color: #e4e8f0;
  background: transparent;
}
.form-wrapper {
  padding-bottom: 60px;
}
.tab-content {
  background: #FFF;
  border-left: 1px solid #e4e8f0;
  border-right: 1px solid #e4e8f0;
  border-bottom: 1px solid #e4e8f0;
  padding: 30px 30px 0px;
}
.tab-content h1:first-child,
.tab-content h2:first-child,
.tab-content h3:first-child {
  margin-top: 0px;
}
.tab-content::before,
.tab-content::after {
  clear: both;
  display: block;
  content: " ";
}
.tab-content .edit-section {
  margin-bottom: 30px;
}
.tab-content .edit-section .info-data {
  display: table;
}
.tab-content .edit-section .info-data > div {
  display: table-row;
}
.tab-content .edit-section .info-data > div span {
  display: table-cell;
  padding: 5px 20px 5px 0px;
}
.tab-content .edit-section .info-data > div span:last-child {
  color: #2e384d;
}
.tab-content .edit-section .info-data > div span:last-child a {
  color: inherit;
  border-bottom: 1px dotted #2e384d;
}
.tab-content .edit-section .form-group + .info-data {
  margin-top: 30px;
}
.form-footer {
  position: fixed;
  bottom: 0px;
  left: 240px;
  right: 0px;
  background: #FFF;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #e4e8f0;
  z-index: 89;
}
.form-footer .button {
  margin-left: 20px;
}
.upload-errors,
.video-errors,
.payment-errors {
  color: #a94442;
}
.payments {
  display: block;
}
.payments .title {
  width: 30%;
  float: left;
}
.payments .payments-content {
  width: 65%;
  float: right;
}
.payments .amounts {
  background: #FFF;
}
.payments .tab-content .tab-pane .payment-method,
.payments .tab-content .tab-pane .payer-data,
.payments .tab-content .tab-pane .summary {
  background: #FFF;
}
.payments .tab-content .tab-pane .payment-method .methods {
  display: block;
}
.payments .tab-content .tab-pane .payment-method .methods:before,
.payments .tab-content .tab-pane .payment-method .methods:after {
  clear: both;
  display: block;
  content: " ";
}
.payments .tab-content .tab-pane .payment-method .methods .item {
  max-width: 25%;
  padding: 10px;
  float: left;
  line-height: 1;
}
.payments .tab-content .tab-pane .payment-method .methods .item > div {
  border: 1px solid #DDD;
  padding: 10px;
  height: 90px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.payments .tab-content .tab-pane .payment-method .methods .item > div:hover {
  border: 3px solid #468df7;
}
.payments .tab-content .tab-pane .payment-method .methods .item > div img {
  max-width: 100%;
  height: auto !important;
}
.payments .tab-content .tab-pane .payment-method .methods .item.in > div {
  border: 3px solid #468df7;
}
.messages form {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e8f0;
}
.messages form .form-group {
  border-bottom: 0px;
}
.messages form button {
  display: table;
  margin: 0px 0px auto auto;
}
.messages .message-item {
  margin-bottom: 4px;
  padding: 10px;
  border: 0px;
  background: #FFF;
  border-bottom: 1px solid #f2f6ff;
  color: #2e384d;
  vertical-align: middle;
  padding-left: 80px;
  min-height: 70px;
  position: relative;
}
.messages .message-item .initials {
  background: #468df7;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  position: absolute;
  left: 10px;
  top: 10px;
}
.messages .message-item .initials.admin {
  background: #c65749;
}
.messages .message-item.in {
  margin-left: 30px;
}
.messages .message-item .client-name,
.messages .message-item .message-data {
  font-weight: bold;
  float: left;
  width: 50%;
}
.messages .message-item .client-name a,
.messages .message-item .message-data a {
  color: #000;
}
.messages .message-item .sender {
  float: left;
  width: 50%;
}
.messages .message-item .date {
  width: 50%;
}
.messages .message-item .message-data {
  float: right;
  width: 50%;
  text-align: right;
}
.messages .message-item .message-data .fund-url,
.messages .message-item .message-data .support-name,
.messages .message-item .message-data .support-nr {
  display: inline;
  margin-right: 10px;
  color: #000;
}
.messages .message-item .content {
  width: 50%;
  display: block;
}
.window-middle {
  margin: 40px auto;
  width: 100%;
  max-width: 400px;
  background: #FFF;
  padding: 30px;
  border: 1px solid #e4e8f0;
}
.window-middle .title {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #2e384d;
  font-size: 20px;
  text-align: center;
}
.window-middle .form-group {
  border: 0px;
  padding: 10px 0px 0px 0px;
}
.window-middle .links {
  text-align: center;
}
.window-middle button {
  display: table;
  margin: 15px auto;
}
.window-middle::before,
.window-middle::after {
  clear: both;
  display: block;
  content: " ";
}
span.fund-url {
  color: #8798ad;
}
.el-buttons {
  padding-top: 35px;
  text-align: center;
}
.el-buttons.has-large {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .el-buttons.has-large {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.el-buttons.has-large .el-button {
  margin: 0px;
}
.el-buttons.has-large .el-button + .el-button {
  margin-left: 30px;
}
.el-buttons.has-large .s-large {
  width: 100%;
  min-width: 1px !important;
}
@media (max-width: 767px) {
  .el-buttons {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .el-buttons .el-button {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    margin: 0px 5px 10px 5px !important;
    margin-bottom: 10px;
  }
  .el-buttons .s-large {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    margin: 0px 0px 10px !important;
  }
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.margin-top-15 {
  margin-top: 15px;
}
.buttons .button-2fa.button-time-counter {
  line-height: 15px;
}
.buttons .button-2fa.button-time-counter[disabled="disabled"] {
  cursor: not-allowed;
}
.buttons .button-2fa span {
  display: block;
}
.code-label {
  margin-top: 15px;
}
