@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap);* {
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #ffffff;
}

.header-body {
  background-color: transparent;
}

.header-wrapper {
  text-align: right;
}

.header-wrapper img {
  max-width: 100px;
  height: auto;
}

.cover-page-wrapper {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.cover-page-wrapper .cover-page-content {
  max-width: 225px;
  font-weight: 700;
  text-align: center;
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.cover-page-wrapper .cover-page-content .cover-logo {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.cover-page-wrapper .cover-page-content .cover-title,
.cover-page-wrapper .cover-page-content .cover-page-content {
  font-size: 32px;
  color: #000000;
}

.cover-page-wrapper .footer-wrapper {
  width: 100%;
  height: 30px;
}

.two-columns-layout {
  display: -webkit-box;
  display: flex;
}

.two-columns-layout div:first-child {
  margin-right: 80px;
}

h1,
.h1 {
  font-size: 18px;
  color: #00537a;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 32px;
}

h2,
.h2 {
  font-size: 16px;
  color: #00537a;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 18px;
}

h3,
.h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
}

h4,
.h4 {
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  color: #000000;
}

.is-med-bold {
  font-weight: 500;
}

.is-bold {
  font-weight: 700;
}

.is-red {
  color: #e2273c;
}

.keep-together {
  page-break-inside: avoid;
}

.break-before {
  page-break-before: always;
}

.break-after {
  page-break-after: always;
}

#monthlyBudget .table-data {
  margin-bottom: 0;
}

.monthlyBudget_yearBudget {
  margin-bottom: 50px;
}

.monthlyBudget_yearBudget--scrollable {
  overflow-x: auto;
}

.landscape {
  -webkit-transform: translateY(1175px) rotate(270deg);
  /* Chrome, Safari 3.1+ */
  -webkit-transform-origin: 0% 0%;
}

.plus-minus-icon {
  font-size: 17px;
  font-weight: 400;
}

.is-blue-title,
.is-blue-title td {
  color: #00537a;
  font-size: 11px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  background-color: #ffffff !important;
  text-transform: uppercase;
  margin: 0;
}

.no-background {
  background-color: transparent !important;
}

.table-data {
  border-collapse: collapse;
  margin-bottom: 50px;
  width: 80%;
}

.table-data.double-table th {
  border: none;
  padding-bottom: 24px;
}

.table-data.double-table td:first-child {
  width: auto;
}

.table-data.budget-table td {
  font-weight: 500;
}

.table-data.budget-table .big-total-line td {
  font-weight: 600;
}

.table-data.no-stripes tr:nth-child(even) td {
  background-color: #ffffff;
}

.table-data .is-gray-row td {
  background-color: #efefef !important;
  color: #545454;
}

.table-data .is-sub-row td:first-child {
  text-transform: none;
  padding-left: 20px;
}

.table-data th,
.table-data td {
  padding: 0 0 0 60px;
  text-align: right;
  white-space: nowrap;
  font-weight: 600;
}

.table-data th {
  color: #00537a;
  font-size: 12px;
  padding: 8px 12px;
  border-bottom: 1px solid #efefef;
}

.table-data th:first-child {
  text-align: left;
}

.table-data td {
  padding: 12px;
  font-size: 12px;
  width: 75px;
}

.table-data td:first-child,
.table-data td.data-label {
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 500;
  width: 50%;
}

.table-data td.data-label {
  width: auto;
}

.table-data tr:nth-child(even) td {
  background-color: #efefef;
}

.table-data tr.total-line td {
  border-top: 2px solid #000000;
  background-color: #ffffff;
  font-size: 12px;
}

.table-data .subtotal-cell {
  border-top: 2px solid #545454;
}

.table-data .big-total-line td {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  background-color: #ffffff !important;
  font-size: 12px;
}

.table-data .big-total-line.double-line td {
  border-bottom: 6px double #000000;
}

.table-data tr.empty-line td {
  background-color: #ffffff;
  padding: 12px 0;
}

.footer-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
          align-items: baseline;
}

.footer-wrapper .footer-logo {
  max-width: 95px;
  height: 22px;
}

.footer-wrapper .footer-pagination {
  font-size: 10px;
}

.footer-wrapper .footer-note {
  font-size: 10px;
  text-align: right;
  max-width: 100px;
}

.authPage {
  background-color: #00537a;
}

.authPage #app {
  width: 300px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 20px;
  margin-top: 100px;
  border-radius: 10px;
}

.authPage #app .navbar {
  position: relative;
  top: -75px;
}

.authPage #app .navbar .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.authPage #app .navbar .nav-link {
  text-align: right;
  -webkit-box-flex: 1;
          flex-grow: 1;
  align-self: center;
  color: #ffffff;
  text-decoration: none;
}

.authPage #app .navbar .nav-link:hover {
  color: #b3b3b3;
}

.authPage #app .authForm {
  margin-top: -30px;
}

.authPage #app .authForm .card-header {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

.authPage #app .authForm .form-group {
  margin: 10px 0 20px;
}

