@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext");
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-11-27, 15:28:48
    Author     : Konrad
*/
.switch {
  font-size: 1rem;
  position: relative; }
  .switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0; }
    .switch input + label {
      position: relative;
      min-width: calc(calc(2.375rem * .8) * 2);
      border-radius: calc(2.375rem * .8);
      height: calc(2.375rem * .8);
      line-height: calc(2.375rem * .8);
      display: inline-block;
      cursor: pointer;
      outline: none;
      user-select: none;
      vertical-align: middle;
      text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem); }
    .switch input + label::before,
    .switch input + label::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: calc(calc(2.375rem * .8) * 2);
      bottom: 0;
      display: block; }
    .switch input + label::before {
      right: 0;
      background-color: #dee2e6;
      border-radius: calc(2.375rem * .8);
      transition: 0.2s all; }
    .switch input + label::after {
      top: 2px;
      left: 2px;
      width: calc(calc(2.375rem * .8) - calc(2px * 2));
      height: calc(calc(2.375rem * .8) - calc(2px * 2));
      border-radius: 50%;
      background-color: white;
      transition: 0.2s all; }
    .switch input:checked + label::before {
      background-color: #17a2b8; }
    .switch input:checked + label::after {
      margin-left: calc(2.375rem * .8); }
    .switch input:focus + label::before {
      outline: none;
      box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25); }
    .switch input:disabled + label {
      color: #868e96;
      cursor: not-allowed; }
    .switch input:disabled + label::before {
      background-color: #e9ecef; }
  .switch.switch-sm {
    font-size: 0.875rem; }
    .switch.switch-sm input + label {
      min-width: calc(calc(1.9375rem * .8) * 2);
      height: calc(1.9375rem * .8);
      line-height: calc(1.9375rem * .8);
      text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem); }
    .switch.switch-sm input + label::before {
      width: calc(calc(1.9375rem * .8) * 2); }
    .switch.switch-sm input + label::after {
      width: calc(calc(1.9375rem * .8) - calc(2px * 2));
      height: calc(calc(1.9375rem * .8) - calc(2px * 2)); }
    .switch.switch-sm input:checked + label::after {
      margin-left: calc(1.9375rem * .8); }
  .switch.switch-lg {
    font-size: 1.25rem; }
    .switch.switch-lg input + label {
      min-width: calc(calc(3rem * .8) * 2);
      height: calc(3rem * .8);
      line-height: calc(3rem * .8);
      text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem); }
    .switch.switch-lg input + label::before {
      width: calc(calc(3rem * .8) * 2); }
    .switch.switch-lg input + label::after {
      width: calc(calc(3rem * .8) - calc(2px * 2));
      height: calc(calc(3rem * .8) - calc(2px * 2)); }
    .switch.switch-lg input:checked + label::after {
      margin-left: calc(3rem * .8); }
  .switch + .switch {
    margin-left: 1rem; }

html,
body {
  height: 100%; }

body {
  background: #F3F5F8;
  color: #676a6d;
  font-size: 14px;
  font-family: 'Roboto', sans-serif; }

a {
  color: #666;
  font-weight: 500;
  transition: .3s all; }
  a:hover, a:active, a:focus {
    color: #17a2b8;
    text-decoration: none; }

.btn-link {
  color: #111;
  font-weight: 500;
  font-size: 14px;
  transition: .3s all; }
  .btn-link:hover, .btn-link:active, .btn-link:focus {
    color: #17a2b8;
    text-decoration: none; }

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }
  .navbar .dropdown-item {
    font-size: 14px; }
    .navbar .dropdown-item.active, .navbar .dropdown-item:active {
      background: #17a2b8;
      color: #fff; }
  .navbar .main-title {
    color: #2f353a;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0px;
    margin-right: 15px; }

.nav-tabs {
  border-bottom: 1px solid #17a2b8; }
  .nav-tabs .nav-link {
    padding: 10px 8px;
    border-radius: 0px;
    font-weight: 400; }
    .nav-tabs .nav-link:hover {
      border-color: #e9ecef #e9ecef #17a2b8; }
    .nav-tabs .nav-link.active {
      font-weight: 500;
      color: #17a2b8;
      border-color: #17a2b8 #dee2e6 #fff; }

label.required:after {
  content: "*";
  color: red; }

.form-control::placeholder {
  color: #ccc;
  font-size: 14px; }

/* ---------------------------------------------------
    LOGIN STYLE
----------------------------------------------------- */
.login-wrapper {
  background: #fff;
  box-shadow: 1px 1px 10px #ddd;
  /*SOCIAL BUTTONS LOGIN*/ }
  .login-wrapper .login-box {
    padding: 40px; }
    .login-wrapper .login-box .title {
      font-size: 32px;
      color: #333; }
  .login-wrapper .register-box {
    background: #17a2b8;
    color: #fff;
    padding: 70px 40px 40px 40px; }
    .login-wrapper .register-box .title {
      text-transform: uppercase;
      font-size: 28px;
      font-weight: 400;
      margin-top: 25px; }
  .login-wrapper .btn-gp {
    padding-left: 45px;
    position: relative;
    background: #d34836;
    color: #fff;
    transition: .3s all; }
    .login-wrapper .btn-gp:hover {
      background: #b93a2a; }
    .login-wrapper .btn-gp i {
      position: absolute;
      left: 10px;
      top: 10px;
      padding-right: 5px;
      border-right: 1px solid #a0372a; }
  .login-wrapper .btn-fb {
    padding-left: 45px;
    position: relative;
    background: #3B5998;
    color: #fff;
    transition: .3s all; }
    .login-wrapper .btn-fb:hover {
      background: #2d477f; }
    .login-wrapper .btn-fb i {
      position: absolute;
      left: 10px;
      top: 10px;
      padding-right: 5px;
      border-right: 1px solid #213869; }
  .login-wrapper .hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5; }
    .login-wrapper .hr-text:before {
      content: '';
      background: linear-gradient(to right, transparent, #818078, transparent);
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px; }
    .login-wrapper .hr-text:after {
      content: attr(data-content);
      position: relative;
      display: inline-block;
      color: black;
      padding: 0 .5em;
      line-height: 1.5em;
      color: #818078;
      background-color: #fcfcfa; }
  .login-wrapper .public-header-logo {
    background: #17a2b8;
    padding: 20px; }
    .login-wrapper .public-header-logo .page-title {
      text-align: center;
      color: #fff;
      font-size: 22px;
      font-weight: normal;
      margin-top: 10px; }

.ue-img {
  box-shadow: 1px 1px 10px #ddd; }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  align-items: stretch; }

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #2f353a;
  color: #fff;
  transition: all 0.3s; }
  #sidebar i {
    margin-right: 5px;
    color: #73818f; }
  #sidebar a[data-toggle="collapse"] {
    position: relative; }
  #sidebar ul > li a {
    font-weight: 300;
    padding: 18px 20px;
    display: block;
    color: #fff; }
    #sidebar ul > li a:hover {
      background: #17a2b8;
      text-decoration: none; }
      #sidebar ul > li a:hover i {
        color: #fff; }
    #sidebar ul > li a[aria-expanded="true"] {
      background-color: #262a2e; }
      #sidebar ul > li a[aria-expanded="true"]::after {
        border-top: 0;
        border-right: .3em solid transparent;
        border-bottom: .3em solid;
        border-left: .3em solid transparent; }
  #sidebar ul > li.active a {
    background: #262a2e;
    text-decoration: none; }
    #sidebar ul > li.active a i {
      color: #fff; }
  #sidebar ul > li > ul {
    background: #1c1d1f; }
  #sidebar .collapse li.active a {
    color: #17a2b8;
    position: relative; }
    #sidebar .collapse li.active a::after {
      content: '';
      display: block;
      position: absolute;
      width: 2px;
      height: 100%;
      left: 0;
      top: 0;
      background: #17a2b8; }
  #sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }
  #sidebar.active {
    min-width: 110px;
    max-width: 110px;
    text-align: center; }
    #sidebar.active .dropdown-toggle::after {
      top: auto;
      bottom: 10px;
      right: 50%;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%); }
    #sidebar.active ul li a {
      padding: 20px 10px;
      text-align: center;
      font-size: 0.85em; }
      #sidebar.active ul li a i {
        margin-right: 0;
        display: block;
        font-size: 1.8em;
        margin-bottom: 5px;
        margin: 0 auto; }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#wrapper-content {
  width: 100%;
  padding: 30px 10px;
  min-height: 100vh;
  transition: all 0.3s; }
  #wrapper-content .main-content .card {
    border-radius: 0px; }
    #wrapper-content .main-content .card .card-header {
      font-size: 22px;
      font-weight: 300;
      text-transform: uppercase; }
    #wrapper-content .main-content .card .salda-raty .card-header {
      font-size: 16px;
      font-weight: 300;
      text-transform: uppercase;
      border-bottom: none; }
      #wrapper-content .main-content .card .salda-raty .card-header .card-link i {
        transition: .3s all; }
        #wrapper-content .main-content .card .salda-raty .card-header .card-link i.open {
          transform: rotate(90deg); }
    #wrapper-content .main-content .card .salda-raty .table .details {
      padding: 0; }
      #wrapper-content .main-content .card .salda-raty .table .details .table {
        background: #2f353a;
        color: #fff; }
        #wrapper-content .main-content .card .salda-raty .table .details .table tr:hover {
          background: rgba(255, 255, 255, 0.1); }

/* ---------------------------------------------------
    PROFILE
----------------------------------------------------- */
.pz-status {
  font-weight: 300;
  font-size: 16px; }
  .pz-status span {
    color: #dc3545; }
  .pz-status.success span {
    color: #218838; }

.profile .pz-status {
  font-size: 14px; }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important; }

  .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }

  #sidebar.active {
    margin-left: 0 !important; }

  #sidebar .sidebar-header h3,
  #sidebar .CTAs {
    display: none; }

  #sidebar .sidebar-header strong {
    display: block; }

  #sidebar ul li a {
    padding: 20px 10px; }

  #sidebar ul li a span {
    font-size: 0.85em; }

  #sidebar ul li a i {
    margin-right: 0;
    display: block; }

  #sidebar ul ul a {
    padding: 10px !important; }

  #sidebar ul li a i {
    font-size: 1.3em; }

  #sidebar {
    margin-left: 0; }

  #sidebarCollapse span {
    display: none; }

  .container.h-100 {
    height: auto !important; } }
/*table*/
.table {
  margin-bottom: 0;
  font-size: 14px; }
  .table thead tr th.fit {
    white-space: nowrap;
    width: 1%; }
  .table tbody tr th.fit {
    white-space: nowrap;
    width: 1%; }
  .table tbody tr td {
    vertical-align: middle; }
    .table tbody tr td.fit {
      white-space: nowrap;
      width: 1%; }
    .table tbody tr td.label {
      color: #aaa;
      text-align: right; }
    .table tbody tr td.overpay {
      color: #13c33c; }
    .table tbody tr td.debt {
      color: #d4213d; }
    .table tbody tr td form {
      display: inline-block; }
    .table tbody tr td span.success {
      color: #218838; }
  .table.table-hover tbody tr:hover {
    background: #f7f7f7; }
  .table.dekretacje td a {
    color: #aaa; }
    .table.dekretacje td a:hover {
      color: #676a6d; }

/*pagination*/
.pagination {
  justify-content: center; }

.page-link {
  color: #17a2b8; }
  .page-link:hover {
    color: #fff;
    border-color: #17a2b8;
    background: #17a2b8; }

.page-item.active .page-link {
  background: #17a2b8;
  border-color: #17a2b8; }

/*sprawy*/
.case .title {
  font-size: 18px;
  color: #17a2b8; }

.case-docs p {
  margin-bottom: 0;
  line-height: 18px; }
.case-docs label {
  color: #aaa;
  margin-bottom: 0; }

/*dokumenty*/
.file .title {
  font-size: 18px;
  color: #17a2b8; }

.file-docs p {
  margin-bottom: 0;
  line-height: 18px; }
.file-docs label {
  color: #aaa;
  margin-bottom: 0; }

.file-group label {
  margin-bottom: 0; }

.btn-ublock {
  color: #28a745; }

.btn-unblock {
  color: #dc3545; }

i.success {
  color: #28a745; }

i.danger {
  color: #dc3545; }

.dotpay-status .payment-status {
  padding: 15px;
  margin-top: 15px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 30px;
  text-align: center; }
  .dotpay-status .payment-status h3 {
    font-size: 22px;
    font-weight: 400; }
  .dotpay-status .payment-status h4 {
    font-size: 20px;
    font-weight: 400; }
  .dotpay-status .payment-status .status {
    font-weight: 500; }
  .dotpay-status .payment-status .status-code {
    font-weight: 500; }
.dotpay-status .btn-dotpay {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px;
  color: #333;
  font-size: 18px;
  font-weight: 500; }
  .dotpay-status .btn-dotpay img {
    padding-right: 10px; }
  .dotpay-status .btn-dotpay:hover {
    border: 1px solid #28a745;
    background: #fff;
    color: #28a745; }

.sweetalert-lg {
  width: 900px !important;
  max-width: 900px !important;
  font-size: 13px !important; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #17a2b8; }

/*# sourceMappingURL=style_panel.css.map */
