@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-client {
  margin-left: 1rem;
}

html,
body {
  height: 100%;
}

body {
  background: #f7f7f7;
  color: #676a6d;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.page-title {
  font-weight: 100;
  color: #ccc;
}
.page-title span {
  font-weight: 700;
  color: #676a6d;
}

a {
  color: #666;
  font-weight: 500;
  transition: .3s all;
}
a:hover, a:active, a:focus {
  color: #FF581B;
  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: #FF581B;
  text-decoration: none;
}

.form-control {
  border-radius: 0px;
}
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.25);
  border-color: #999;
}

.btn-primary {
  color: #fff;
  background: #FF581B;
  border-color: #FF581B;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #e25521 !important;
  border-color: #e25521 !important;
}
.btn-primary:focus, .btn-primary:active {
  box-shadow: 0 0 0 0.2rem rgba(255, 88, 27, 0.25) !important;
}

.btn-details {
  color: #fff;
  background: #172743;
  border-color: #172743;
}
.btn-details:hover, .btn-details:active, .btn-details:focus {
  color: #fff;
  background: #283956 !important;
  border-color: #283956 !important;
}
.btn-details:focus, .btn-details:active {
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(255, 88, 27, 0.25) !important;
}

.navbar {
  padding: 0px;
  background: #FF581B;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 8px #ccc;
  border-bottom: 1px solid #eee;
}
.navbar .btn-resize {
  background: transparent;
  color: #fff;
}
.navbar .dropdown-item {
  font-size: 14px;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active {
  background: #FF581B;
  color: #fff;
}
.navbar .navbar-left {
  min-width: 250px;
  max-width: 250px;
  padding: 20px 10px;
  text-align: center;
  background: #FF581B;
  border-right: 1px solid #e25521;
  transition: all 0.3s;
}
.navbar .navbar-left.active {
  min-width: 110px;
  max-width: 110px;
}
.navbar .main-title {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0px;
  margin-right: 15px;
  display: inline-block;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
}
.navbar .navbar-nav .client-name {
  color: #fff;
  font-weight: 500;
}
.navbar .navbar-nav .bootstrap-select .btn {
  background: transparent;
  font-size: 14px;
  color: #fff;
  border: none;
  width: auto;
  max-width: 300px;
}
.navbar .navbar-nav .bootstrap-select .dropdown-menu .no-results {
  font-size: 13px;
  background: transparent;
}
.navbar .navbar-nav .toggle-messages::after {
  display: none;
}
@media (min-width: 768px) {
  .navbar .container-fluid {
    padding: 0px;
  }
}

label:not(.custom-control-label) {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
label.required:after {
  content: "*";
  color: red;
}

.form-control::placeholder {
  color: #ccc;
  font-size: 14px;
}

/* ---------------------------------------------------
    LOGIN STYLE
----------------------------------------------------- */
.login {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 0px 5px #eee;
}
.login .btn-login {
  padding: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  background: #eee;
}
.login .btn-login.active {
  color: #FF581B;
  background: #fff;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #fff;
  color: #111;
  border-right: 1px solid #eee;
  box-shadow: 1px 1px 5px #eee;
  transition: all 0.3s;
}
#sidebar i {
  margin-right: 5px;
  color: #111;
}
#sidebar a[data-toggle="collapse"] {
  position: relative;
}
#sidebar ul > li a {
  font-weight: 300;
  padding: 18px 20px;
  display: block;
  color: #111;
  border-bottom: 1px solid #eee;
}
#sidebar ul > li a:hover {
  background: #eee;
  padding-left: 25px;
  text-decoration: none;
}
#sidebar ul > li a:hover i {
  color: #111;
}
#sidebar ul > li a.active {
  padding-left: 25px;
  color: #FF581B;
}
#sidebar ul > li a[aria-expanded="true"] {
  background-color: #eee;
  padding-left: 25px;
}
#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 {
  color: #eee;
  text-decoration: none;
}
#sidebar ul > li.active a i {
  color: #fff;
}
#sidebar ul > li > ul {
  background: #fff;
}
#sidebar .collapse li.active a {
  color: #FF581B;
  position: relative;
}
#sidebar .collapse li.active a::after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  background: #FF581B;
}
#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;
  border: 1px solid #eee;
  box-shadow: 0px 0px 5px #eee;
}
#wrapper-content .main-content .card .card-header {
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  background: #fff;
  border: none;
}
#wrapper-content .main-content .card .card-footer {
  border-top: 1px solid #eee;
}
#wrapper-content .main-content .card .card-body .edit-section {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
  background: #eee;
  padding: 8px;
  margin-top: 10px;
  position: relative;
}
#wrapper-content .main-content .card .card-body .edit-section .btn-add {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
}
#wrapper-content .main-content .card .card-body #filters-wrapper #filters {
  background: #eee;
}
#wrapper-content .main-content .card .card-body #filters-wrapper #filters .row {
  padding: 15px;
}
#wrapper-content .main-content .card .card-body #filters-wrapper .form-group {
  margin-bottom: 0;
}
#wrapper-content .main-content .card .card-body #filters-wrapper .search .form-group {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  #wrapper-content .main-content .card .card-body #filters-wrapper .search .form-group .btn {
    position: absolute;
    right: 15px;
    top: 0;
  }
}
#wrapper-content .main-content .card .card-body .btn-upload {
  margin-bottom: 0px;
}
#wrapper-content .main-content .card .card-body .btn-upload .btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#wrapper-content .main-content .card .card-body .form-tabs .nav-tabs {
  display: block;
}
#wrapper-content .main-content .card .card-body .form-tabs .nav-tabs .nav-link {
  border-radius: 0;
  border: 1px solid #e9ecef;
}
#wrapper-content .main-content .card .card-body .form-tabs .nav-tabs .nav-link.active {
  color: #FF581B;
  background: #eee;
}
@media (min-width: 768px) {
  #wrapper-content .main-content .card .card-body .form-tabs {
    border-right: 1px solid #e9ecef;
  }
}
@media (max-width: 768px) {
  #wrapper-content .main-content .card .card-body .form-tabs {
    margin-bottom: 15px;
  }
}
#wrapper-content .main-content .card .card-body .chosen-container-multi .chosen-choices {
  border: 1px solid #ced4da;
  background: #fff;
  padding: .375rem .74rem;
  min-height: 38px;
}
#wrapper-content .main-content .card .card-body .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: #ccc;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  font-size: 14px;
  height: 24px;
}
#wrapper-content .main-content .card .card-body .chosen-container-multi .chosen-choices li.search-choice {
  margin: 0px 5px 0px 0;
  line-height: 15px;
  border: 1px solid #FF581B;
  background: transparent;
}
#wrapper-content .main-content .card .card-body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 5px;
}
#wrapper-content .main-content .card .card-body .chosen-container-multi.chosen-container-active .chosen-choices {
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.25);
  border-color: #999;
}
#wrapper-content .main-content .card .card-body .chosen-container-multi .chosen-results li {
  padding: 8px 6px;
}
#wrapper-content .main-content .card .card-body .chosen-container-multi .chosen-results li.highlighted {
  background-color: #FF581B;
  background-image: none;
  color: #fff;
}
#wrapper-content .main-content .card .card-body #invoice-canvas {
  width: 100%;
  height: auto;
}
#wrapper-content .main-content .card .card-body #invoice-scanye-wrapper {
  border: 1px solid #eee;
}
#wrapper-content .main-content .card .card-body #invoice-scanye-wrapper .image_viewer_inner_container {
  width: 100% !important;
  height: 900px !important;
}
#wrapper-content .main-content .card .card-body #invoice-scanye-wrapper .jqvsiv_toolbar {
  right: 10px;
  top: 10px;
}
#wrapper-content .main-content .card .card-body #invoice-scanye-wrapper .jqvsiv_toolbar .jqvsiv_toolbarButton {
  background: #fff;
  padding: 5px;
  border: 1px solid #eee;
}
#wrapper-content .main-content .card .card-body .invoice-details label {
  margin-bottom: 0;
}
#wrapper-content .main-content .card .card-body .invoice-details .box {
  background: #eee;
  padding: 15px;
}
#wrapper-content .main-content .card .card-body .invoice-details .box .title {
  font-size: 1rem;
  font-weight: 500;
}
#wrapper-content .main-content .card .card-body .invoice-details .box .btn-change, #wrapper-content .main-content .card .card-body .invoice-details .box .btn-add-contributor {
  padding: 2px 5px;
}
#wrapper-content .main-content .card .card-body .invoice-details .box .invoice-details-more {
  position: absolute;
  top: 15px;
  right: 30px;
}
#wrapper-content .main-content .card .card-body .invoice-details .amount-manage {
  max-width: 20px;
}
#wrapper-content .main-content .card .card-body .invoice-details .amount-manage .btn-amount-add {
  background: #CDDC39;
  color: #fff;
  font-size: 12px;
  border-radius: 0px;
  width: 20px;
  display: block;
  height: 20px;
  padding: 0;
  margin: 0 auto;
  margin-right: 8px;
}
#wrapper-content .main-content .card .card-body .invoice-details .amount-manage .btn-amount-delete {
  background: #dc2338;
  color: #fff;
  font-size: 12px;
  border-radius: 0px;
  width: 20px;
  display: block;
  height: 20px;
  padding: 0;
  margin: 0 auto;
  margin-right: 8px;
}
#wrapper-content .main-content .card .card-body .invoice-details #loader {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
}
#wrapper-content .main-content .card .card-body .invoice-details #loader #status {
  width: 122px;
  height: 173px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../img/fluid_spinner.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: -64px 0 0 -64px;
}
#wrapper-content .main-content .card .card-body .invoice-image .file-pages {
  margin-bottom: 10px;
}
#wrapper-content .main-content .card .card-body .invoice-image .file-pages a {
  border: 1px solid #eee;
  color: #FF581B;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
}
#wrapper-content .main-content .card .card-body .invoice-image .file-pages a:hover {
  border-color: #FF581B;
}
#wrapper-content .main-content .card.tile a {
  background: #fff;
  color: #111;
}
#wrapper-content .main-content .card.tile a .img-svg {
  fill: #fff;
  transition: .3s all;
}
#wrapper-content .main-content .card.tile a:hover {
  color: #FF581B;
}
#wrapper-content .main-content .card.tile a:hover .img-svg {
  fill: #FF581B;
}
#wrapper-content .main-content .card.tile .card-header {
  background: transparent;
}
#wrapper-content .main-content .card.tile .card-body {
  padding: 0;
}
#wrapper-content .main-content .card.tile .card-body .title {
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: 25px;
}
@media (max-width: 1400px) {
  #wrapper-content .main-content .card.tile .card-body .title {
    font-size: 0.8rem;
  }
}
#wrapper-content .main-content .card.system-stats {
  background: #132d50;
  color: #fff;
}
#wrapper-content .main-content .card.system-stats.api-countdown {
  background: #d4213d;
}
#wrapper-content .main-content .card.system-stats.api-countdown .api-key-countdown {
  font-size: 42px;
  display: block;
  text-align: center;
}
#wrapper-content .main-content .card.system-stats.api-countdown.success {
  background: #28a745;
}
#wrapper-content .main-content .card.system-stats .card-header {
  background: transparent;
}
#wrapper-content .main-content .card.system-stats .card-header .title {
  font-weight: 300;
  font-size: 22px;
}
#wrapper-content .main-content .card.system-stats .card-body .count-title {
  font-size: 14px;
  font-weight: 300;
}
#wrapper-content .main-content .card.system-stats .card-body .count {
  font-size: 42px;
}
#wrapper-content .main-content .card.system-stats .table-system-stats, #wrapper-content .main-content .card.system-stats .table-system-export-stats {
  display: table;
  width: 100%;
}
#wrapper-content .main-content .card.system-stats .table-system-stats .row, #wrapper-content .main-content .card.system-stats .table-system-export-stats .row {
  display: table-row;
}
#wrapper-content .main-content .card.system-stats .table-system-stats .row:hover, #wrapper-content .main-content .card.system-stats .table-system-export-stats .row:hover {
  background: rgba(255, 255, 255, 0.1);
}
#wrapper-content .main-content .card.system-stats .table-system-stats .col, #wrapper-content .main-content .card.system-stats .table-system-export-stats .col {
  display: table-cell;
  padding: 5px;
  border-top: 1px solid 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;
  padding: 5px;
}
.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 tbody tr td .position-input {
  width: 35px;
  height: 35px;
  font-size: 13px;
  padding: 7px;
  text-align: center;
}
.table tbody tr td .btn-action {
  font-size: 12px;
  padding: 5px 8px;
}
.table.table-hover tbody tr.active, .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: #FF581B;
}
.page-link:hover {
  color: #fff;
  border-color: #FF581B;
  background: #FF581B;
}

.page-item.active .page-link {
  background: #FF581B;
  border-color: #FF581B;
}

/*sprawy*/
.case .title {
  font-size: 18px;
  color: #FF581B;
}

.case-docs p {
  margin-bottom: 0;
  line-height: 18px;
}
.case-docs label {
  color: #aaa;
  margin-bottom: 0;
}

/*dokumenty*/
.file .title {
  font-size: 18px;
  color: #FF581B;
}

.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: #FF581B;
}

.switch input:checked + label::before {
  background-color: #FF581B;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: #FF581B;
}

.tox-statusbar__branding {
  display: none;
}

.datepicker-dropdown {
  padding: 10px;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.table-summary-wrapper {
  background: #dee2e6;
}

.table-summary th {
  background: #172743;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}

.table-summary-details {
  background: transparent !important;
}
.table-summary-details td {
  border: none;
  border-bottom: 1px solid #ddd;
}
.table-summary-details td.quarter-td {
  border-bottom: 0;
  border-left: 1px solid #ddd;
  text-align: center;
}
.table-summary-details tr:last-child td {
  border: none;
}

.font-awesome .fa {
  font-family: "Font Awesome 5 Free", Open Sans;
  font-weight: 501;
  font-size: 13px;
}

/*# sourceMappingURL=style_panel.css.map */
