/* override theme colours */
#content-header .icon-box.pull-right a:hover {
  color: #38389a;
}

.theme-whbl #header-navbar .nav > li > a:hover, .theme-whbl #header-navbar .nav > li > a:focus, .theme-whbl #header-navbar .nav .open > a, .theme-whbl #header-navbar .nav .open > a:hover, .theme-whbl #header-navbar .nav .open > a:focus, .theme-whbl .navbar-toggle:hover, .theme-whbl .navbar-toggle:focus, .theme-whbl .mobile-search.active > .btn {
  background-color: #38389a;
}

.theme-whbl h1, .theme-whbl a, a:not(.btn):hover, a:not(.btn):focus, .theme-whbl .pagination > li > a, .theme-whbl .pagination > li > span, .theme-whbl .pagination > li > a:hover, .theme-whbl .pagination > li > span:hover, .theme-whbl .pagination > li > a:focus, .theme-whbl .pagination > li > span:focus, .theme-whbl .pagination > li > a:active, .theme-whbl .pagination > li > span:active {
  color: #2F2F83;
}

.theme-whbl #header-navbar, .theme-whbl .btn-primary, .theme-whbl .pagination > .active > a, .theme-whbl .pagination > .active > span, .theme-whbl .pagination > .active > a:hover, .theme-whbl .pagination > .active > span:hover, .theme-whbl .pagination > .active > a:focus, .theme-whbl .pagination > .active > span:focus {
  background-color: #2F2F83 !important;
  border-color: #2F2F83 !important;
}

.radio label:after {
  background-color: #2F2F83;
  border: 1px solid #2F2F83;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-top: 2px solid #2F2F83;
}

.radio input[type=radio]:checked + label:before, .radio input[type=radio]:hover + label:before {
  border-color: #2F2F83;
}

.dataTable thead tr th:hover {
  color: #2F2F83;
}

.checkbox-nice label:after {
  border: 3px solid #2F2F83;
  border-top: none;
  border-right: none;
}

.listing-header {
  display: flex;
  justify-content: space-between;
}

.right {
  float: right;
}

.project-btn-container {
  display: flex;
  justify-content: space-between;
}

.expense-container {
  display: flex;
}
.expense-container .left {
  width: 60%;
}
.expense-container .right {
  width: 40%;
  padding: 20px 20px 20px 30px;
}

.expense-data-container, .qbo-data-container {
  padding-bottom: 15px;
}

.expense-data-header, .qbo-data-header {
  display: flex;
  justify-content: space-between;
}
.expense-data-header .filename, .qbo-data-header .filename {
  font-size: larger;
  font-weight: bold;
}
.expense-data-header .status, .qbo-data-header .status {
  background-color: #9B9B9B;
  color: white;
  padding: 4px 15px;
  text-align: center;
  border-radius: 15px;
}

.btn-submission-container {
  display: flex;
  justify-content: space-between;
}

.dashboard-item-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.dashboard-item {
  width: 33%;
  border: #4B4B90 solid 0.5px;
  margin-top: 20px;
  padding: 20px;
}
.dashboard-item p {
  text-transform: uppercase;
  color: #4B4B90;
  font-weight: bolder;
  font-size: larger;
}
.dashboard-item .number {
  font-size: 150px;
}

.half-dashboard-item {
  width: 33%;
  border: #4B4B90 solid 0.5px;
  margin-top: 20px;
  padding: 20px;
}
.half-dashboard-item p {
  text-transform: uppercase;
  color: #4B4B90;
  font-weight: bolder;
  font-size: 18px;
}
.half-dashboard-item .content {
  font-size: 28px;
}

.pt-5 {
  padding-top: 30px;
}

.pt-4 {
  padding-top: 24px;
}

.pt-3 {
  padding-top: 18px;
}

.pt-2 {
  padding-top: 12px;
}

.pt-1 {
  padding-top: 6px;
}

#invoice-table {
  width: 100%;
  margin-bottom: 25px;
}
#invoice-table th, #invoice-table td {
  padding: 5px;
}

#total-column {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.total-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 15%;
  align-items: center;
  justify-items: end;
  margin-bottom: 15px;
}
.total-row strong {
  width: 150px;
}

.status-bubble {
  background-color: #4B4B90;
  color: white;
  font-weight: bolder;
  padding: 4px 15px;
  text-align: center;
  border-radius: 15px;
  width: fit-content;
}

.project-header {
  display: flex;
  justify-content: space-between;
}

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