/* colors */
/* general styles */
html {
  font: 100% "Source Sans Pro", sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  height: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
}

body {
  height: 100%;
}

a {
  color: #f5f5f5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1 {
  font-size: 1em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 4em;
}

h5 {
  font-size: 5em;
}

h6 {
  font-size: 6em;
}

input[data-intl-tel-input-id], input[type=tel], input[type=text], input[type=email], input[type=password], input[type=date], input[type=number], textarea, select {
  width: 100%;
  padding: 8px;
  margin: 0.6em 0;
  display: inline-block;
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 3px;
  box-sizing: border-box;
  color: #343434;
}
input[data-intl-tel-input-id].tabulator-page-size, input[type=tel].tabulator-page-size, input[type=text].tabulator-page-size, input[type=email].tabulator-page-size, input[type=password].tabulator-page-size, input[type=date].tabulator-page-size, input[type=number].tabulator-page-size, textarea.tabulator-page-size, select.tabulator-page-size {
  width: auto;
}

input[data-intl-tel-input-id], input[type=tel] {
  padding-left: 52px !important;
}

input::placeholder {
  font-size: 1rem !important;
  color: #333 !important;
  line-height: 1.15 !important;
}

[v-cloak] {
  display: none !important;
}

.v-select {
  width: 100%;
  margin: 0.6em 0;
  display: inline-block;
  border-radius: 3px;
  box-sizing: border-box;
  color: #343434;
}

select {
  border-radius: 2px;
  height: 35px;
  background: #fff;
}

textarea {
  height: 10em;
  resize: none;
}

hr {
  color: #e8eced;
  border: 1px solid;
}

.file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input + label {
  color: #f5f5f5;
  background-color: #E55934;
  display: inline-block;
  cursor: pointer;
  padding: 0.3em 0.5em 0.3em 0.5em;
  border-radius: 3px;
  border: 0 solid #C81D11;
  border-bottom-width: 3px;
}

.file-input:focus + label,
.file-input + label:hover {
  background-color: #C81D11;
}

.file-input:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

/* text modifiers */
.text-blue {
  color: #4682b4;
}

.text-yellow {
  color: #FDE74C;
}

.text-green {
  color: #006600;
}

.text-red {
  color: #E55934;
}

.text-orange {
  color: #FA7921;
}

.text-dark {
  color: #333;
}

.text-whitesmoke {
  color: #f5f5f5;
}

/* background modifiers */
.bg-blue {
  background: #4682b4;
}

.bg-yellow {
  background: #FDE74C;
}

.bg-green {
  background: #008000;
}

.bg-red {
  background: #E55934;
}

.bg-orange {
  background: #FA7921;
}

.bg-white {
  background: #fff;
}

.bg-darkblue {
  background: #2a3132;
}

/* buttons */
.btn, .btn-orange, .btn-red, .btn-blue, .btn-yellow, .btn-green, .btn-gray {
  color: #f5f5f5;
  background-color: #E55934;
  cursor: pointer;
  border-radius: 3px;
  border-bottom-width: 3px;
  padding: 5px;
  display: inline-block;
  padding: 0.6em;
  padding-bottom: 0.4em;
  border: none;
}

.btn:hover, .btn-orange:hover, .btn-red:hover, .btn-blue:hover, .btn-yellow:hover, .btn-green:hover, .btn-gray {
  text-decoration: none;
  cursor: pointer;
}

.btn-green {
  background: #008000;
  border-bottom: 3px solid #006600;
}

.btn-yellow {
  border: none;
  color: #2a3132;
  background: #FDE74C;
}

.btn-blue {
  background: #4682b4;
  border: 0 solid #2a3132;
  border-bottom-width: 3px;
}

.btn-red {
  background: #E55934;
  border: 0 solid #C81D11;
  border-bottom-width: 3px;
}

.btn-orange {
  background: #FA7921;
  border: 0 solid #FF5800;
  border-bottom-width: 3px;
}

.btn-gray {
  background: #DCDCDC;
  border: 0 solid #C0C0C0;
  color: #555555;
  border-bottom-width: 3px;
}

.btn-sm {
  padding: 0.3em;
}

span.btn-spacer {
  margin-right: 0.2em;
  margin-left: 0.2em;
}

.table-link {
  color: #f5f5f5;
  background: #2a3132;
  padding: 0.2em;
  margin-right: 0.2em;
}

/* forms */
.form-container {
  display: flex;
  flex-flow: column nowrap;
}

.form-row, .form-header-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .form-row, .form-header-row {
    flex-direction: column;
  }
}

.form-header-row {
  padding: 1em;
  justify-content: center;
}

.field-container {
  padding: 0.5em;
  flex-grow: 1;
  flex-basis: 0;
}

.file-field-container {
  display: flex;
  justify-content: center;
}

.field-help-text {
  color: #aaa;
  font-style: italic;
  float: right;
}

.submit-button-container {
  display: flex;
  justify-content: flex-end;
  padding-top: 1em;
  border-top: 1px solid #e8eced;
}
.submit-button-container.has-a-note {
  justify-content: space-between;
  align-items: center;
}

.submit-button-note {
  color: red;
}

/* general elements */
.container, .box {
  margin: 1em;
  padding: 1em;
}

.flex-container {
  margin: 1em;
  display: flex;
  justify-content: space-around;
}

.box {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 0px solid #4682b4;
  border-top-width: 3px;
}

.box-fullpage {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-height: 75vh;
}

.box-header-vertical-left, .box-header-vertical, .box-header, .box-header-visitors {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e8eced;
  padding-bottom: 1em;
}

.box-header-italic-subtitle {
  font-weight: 100;
  font-style: italic;
  margin-top: 0.6em;
  color: #333;
}

.box-header .box-header-subtitle, .box-header-visitors .box-header-subtitle {
  justify-self: end;
  padding-left: 1em;
  color: #333;
}

.box-header-vertical {
  flex-direction: column;
}

.box-header-vertical-left {
  flex-direction: column;
  align-items: flex-start;
}

.box-header-title {
  justify-self: start;
  color: #333;
}

.box-body {
  flex-grow: 1;
  position: relative;
}

.grid {
  position: absolute;
  height: 100%;
  width: 100%;
  flex-grow: 1;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown:hover {
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2a3132;
  min-width: 15em;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* base.html & header.html */
.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header {
  background-color: #2a3132;
  display: flex;
  justify-content: space-between;
  padding: 0.5em 0.5em 0.8em 0.5em;
}
@media (max-width: 1024px) {
  .header {
    flex-direction: column;
  }
}

.header-logo-link {
  display: flex;
}

.header-logo-img {
  width: 40px;
  height: 40px;
}

.header-logo-text {
  align-self: center;
  margin-left: 0.3em;
  font-size: 1.3em;
}
@media (max-width: 1024px) {
  .header-logo-text {
    margin: 0.5em;
    border-right: 0 none !important;
  }
}

@media (max-width: 1024px) {
  #vue-app-search-bar {
    width: 100%;
    margin: 1em;
    border: 1px solid white;
  }
}

.header-left {
  align-self: center;
  justify-jelf: start;
}

.header-right {
  align-self: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1024px) {
  .header-right {
    flex-wrap: wrap;
  }
}

.side {
  background: navy;
  flex-shrink: 0;
  width: 75px;
}
.side.bigger {
  width: 125px;
}

.side-second {
  background: none;
  position: absolute;
  left: 75px;
  z-index: 3;
}

.side-group {
  background: #0047AB;
  z-index: 3;
}

.side-icon-link {
  cursor: pointer;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  min-height: 3em;
  padding: 0.3em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.side.bigger .side-icon-link {
  padding: 0.6em 0.3em;
}

.side-icon-link:hover {
  background: #2a3132;
}

.side-icon-link-active {
  background: linear-gradient(to right, #2a3132 95%, #50C878 5%);
}

.side-icon-group-link-active {
  background: #fff;
  color: #4682b4;
}

.side-icon-spacer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #e8eced;
}

.side-icon {
  justify-self: center;
  font-size: 1em;
}

.side-icon-text {
  text-align: center;
  font-size: 0.8em;
  margin-top: 0.3em;
  font-weight: bold;
}

.bigger .side-icon-text {
  font-size: 0.9em;
  letter-spacing: 0.1px;
}

.content {
  display: flex;
  flex-grow: 1;
  background-color: #fefefe;
}

.footer {
  display: flex;
  background-color: #2a3132;
  color: #fff;
  padding: 0.8em 1em 0.8em 1em;
  justify-content: center;
}

/* login.html */
.login-body {
  margin: 0;
  padding: 0;
}

.login-container {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 100%;
}

.login-form-container {
  align-self: center;
  margin: 5em 0;
}

.login-image-bg {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-image: url("../img/login-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-image-box {
  opacity: 0.9;
}

.login-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-image-container-logo-container {
  display: flex;
  align-items: center;
}
.login-image-container-logo-container h3 {
  font-size: 1.18em;
  text-align: center;
}

.login-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  opacity: 0.9;
}

.login-image {
  width: 306px;
  height: 100px;
  margin-bottom: 1em;
  margin-right: 1em;
}

.company-logo {
  max-width: 175px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}

hr.logo-hr {
  color: #ccc;
}

.login-image-minerva {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}

.login-image-property {
  height: 150px;
  margin-bottom: 1em;
}

.login-box-header {
  justify-self: center;
}

.login-box-header-title {
  justify-self: center;
  color: #2a3132;
}

.login-btn {
  font-size: 1em;
}

/* index.html */
.index {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-top: 1em;
  width: 100vw;
}

.card, .module-card, .second-separator, .first-separator {
  box-shadow: 0 1px px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.first-separator {
  margin: 0 1em 0 1em;
  padding: 0.5em 1em 0.5em 1em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.index-module-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.index-module-row-first .module-card .module-card-first:hover {
  background: linear-gradient(to top, #2a3132 98%, #008000 2%);
}

.second-separator {
  margin: 0 1em 0 1em;
  padding: 0.5em 1em 0.5em 1em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.module-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #4682b4;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 1em;
  width: 29%;
}

.module-card-image {
  width: 120px;
  height: 120px;
}

.module-card-first {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1em 0 1em 0;
  position: relative;
}

.module-card-second {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1em 0 1em 0;
  position: relative;
}

.index-module-row-second .module-card .module-card-second:hover {
  background: linear-gradient(to top, #2a3132 98%, #E55934 2%);
}

.module-card-first-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 5px;
  width: 1.5em;
  height: 1.5em;
  border-radius: 5px 0 0 0;
}

.module-card-first-link:hover {
  background: linear-gradient(to top, #008000 95%, #008000 5%);
}

.module-card-second-link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: center;
  padding: 0.3em;
  border: 1px solid #f5f5f5;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 5px 0 0 0;
}

.module-card-second-link:hover {
  background: linear-gradient(to top, #008000 95%, #008000 5%);
}

.module-content {
  display: flex;
  width: 100vw;
}

.module-content-right {
  flex-grow: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.module-content-right.index-hero {
  justify-content: center;
  align-items: center;
}
.module-content-right.index-hero .index-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10em;
}
.module-content-right.index-hero h1 {
  font-size: 2em;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
.module-content-right.index-hero h1 span {
  color: #E55934;
}
.module-content-right.index-hero h2 {
  margin-top: 2em;
}
.module-content-right.index-hero h2 a {
  font-size: 0.7em;
  position: relative;
  top: -10px;
}
.module-content-right.index-hero .freq-searched {
  width: 750px;
  text-align: center;
  margin-top: 1.8em;
  font-size: 1.2em;
}
.module-content-right.index-hero .freq-searched a {
  white-space: nowrap;
  margin: 0.5em 1em;
  display: inline-block;
}

/* noty */
#noty_layout__topCenter {
  top: 2%;
  width: 600px;
}

.noty_theme__metroui.noty_bar .noty_body {
  padding: 1em;
  font-size: 1.2em;
}

/* selectize */
.selectize-input {
  z-index: 1;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
  border-color: #b8b8b8;
  background: #fff;
  font-size: 1em;
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 3px;
  padding: 9px;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
  width: 100%;
  font-size: 1em;
}

.selectize-control, .selectize-input {
  margin-top: 0.3em;
}

.selectize-dropdown .active {
  background-color: #008000;
  color: #f5f5f5;
}

.selectize-dropdown {
  z-index: 2;
}

/* Visitors */
.visitors-site {
  height: 100%;
  background-color: #2a3132;
  display: flex;
  flex-direction: column;
}

.visitors-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex-grow: 1;
}

.visitors-wheelnav-container {
  min-height: 512px;
  display: flex;
  align-self: center;
}

#visitors-wheelnav {
  flex-grow: 1;
}

.visitors-form-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.box-visitors-form {
  flex-grow: 1;
}

.visitors-footer {
  align-self: center;
  display: flex;
  justify-content: center;
}

.visitors-footer-link {
  display: flex;
  align-items: center;
  padding-bottom: 2em;
}

.visitors-footer-text {
  font-size: 2em;
}

text {
  font: 2em "Source Sans Pro", sans-serif !important;
}

.chart-container.sales-by-month text {
  font: 1.5em "Source Sans Pro", sans-serif !important;
}

.box-header-visitors {
  justify-content: center;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #4682b4;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #f5f5f5;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #4682b4;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #4682b4;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #f5f5f5;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #4682b4;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
  background: #4682b4;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  height: 8.4px;
}

input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}

input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}

.range-input-container {
  display: flex;
  margin-top: 0.5em;
}

.range-value {
  display: inline-block;
  position: relative;
  color: #f5f5f5;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #4682b4;
  padding: 5px 10px;
  margin-left: 8px;
}

.range-value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #4682b4;
  border-bottom: 7px solid transparent;
  content: "";
}

/* Selectize */
.selectize-input > input {
  font-size: 1.2em;
}

.selectize-control.multi .selectize-input > div {
  background: #4682b4;
  color: #f5f5f5;
  border: 1px solid #0073bb;
}

.selectize-dropdown .create {
  color: #f5f5f5;
}

/* Tables */
.table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  color: #333;
}

.table tbody tr {
  display: flex;
}

.table tbody tr th {
  font-weight: bolder;
  background-color: #4682b4;
  color: #f5f5f5;
  border: 1px solid #ddd;
}

.table tbody tr td {
  padding: 0.5em;
  border: 1px solid #ddd;
  width: 50%;
}

td.title {
  background: #4682b4;
  color: #f5f5f5;
}

.flex-table td .vs__selected-options {
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
}
.flex-table thead, .flex-table tbody, .flex-table tr {
  display: flex;
  flex: 1;
}
.flex-table thead, .flex-table tbody {
  flex-direction: column;
}
.flex-table th {
  font-weight: bolder;
  color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 0.5em;
  flex: 1;
  min-width: 0;
}
.flex-table td {
  padding: 0.5em;
  border: 1px solid #ddd;
  flex: 1;
  min-width: 0;
}
.flex-table td.title, .flex-table th.title {
  background: #4682b4;
  color: #f5f5f5;
}
.flex-table td.options-column, .flex-table th.options-column {
  flex-grow: 0;
  flex-basis: 20px;
}

.center {
  justify-content: center;
  align-items: center;
}

.row {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 1250px) {
  .row {
    width: 80vw;
    flex-direction: column;
  }
}
.column-tenant-25 {
  width: 25%;
}

@media screen and (max-width: 1250px) {
  .column-tenant-25 {
    width: 80vw;
  }
}
.column-tenant-75 {
  width: 75%;
}

@media screen and (max-width: 1250px) {
  .column-tenant-75 {
    width: 80vw;
  }
}
@media screen and (min-width: 1251px) {
  .row-grid {
    width: 92vw;
  }
}
.column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.justify-space-around {
  justify-content: space-around;
}

.dash-panel-blue-inverted {
  display: flex;
  flex-direction: column;
  margin: 1em;
  background: #fff;
  border-radius: 2px;
}

.dash-panel-blue-inverted .dash-panel-info {
  height: 80px;
  display: flex;
  padding: 1em;
  align-items: center;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-width: 3px;
  border-top-color: #4682b4;
}

.dash-panel-blue-inverted .dash-panel-info .dash-panel-icon-container {
  flex: 1;
  color: #4682b4;
}

.dash-panel-blue-inverted .dash-panel-info .dash-panel-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #4682b4;
}

.dash-panel-blue-inverted .dash-panel-info .dash-panel-text h1 {
  margin-bottom: 20px;
}

.dash-panel-blue-inverted .dash-panel-info .dash-panel-text h3 {
  font-size: 3em;
}

.dash-panel-blue-inverted .dash-panel-details {
  background: #fff;
  padding: 1em;
  display: flex;
  align-items: center;
  height: 25px;
}

.dash-panel-blue-inverted .dash-panel-details h1 {
  color: black;
}

.dash-panel-blue-inverted .dash-panel-details h1 a {
  color: #4682b4;
}

.dash-panel-blue {
  display: flex;
  flex-direction: column;
  margin: 1em;
  background: #4682b4;
  border-radius: 2px;
}

.dash-panel-blue .dash-panel-info {
  height: 80px;
  display: flex;
  padding: 1em;
  align-items: center;
}

.dash-panel-blue .dash-panel-info .dash-panel-icon-container {
  flex: 1;
  color: #fff;
}

.dash-panel-blue .dash-panel-info .dash-panel-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.dash-panel-blue .dash-panel-info .dash-panel-text h1 {
  margin-bottom: 20px;
}

.dash-panel-blue .dash-panel-info .dash-panel-text h3 {
  font-size: 3em;
}

.dash-panel-blue .dash-panel-details {
  background: #fff;
  padding: 1em;
  display: flex;
  align-items: center;
  height: 25px;
}

.dash-panel-blue .dash-panel-details h1 {
  color: #4682b4;
}

.dash-panel-blue .dash-panel-details h1 a {
  color: #4682b4;
}

.dash-panel-green {
  display: flex;
  flex-direction: column;
  margin: 1em;
  background: #008000;
  border-radius: 2px;
}

.dash-panel-green .dash-panel-info {
  height: 80px;
  display: flex;
  padding: 1em;
  align-items: center;
}

.dash-panel-green .dash-panel-info .dash-panel-icon-container {
  flex: 1;
  color: #fff;
}

.dash-panel-green .dash-panel-info .dash-panel-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.dash-panel-green .dash-panel-info .dash-panel-text h1 {
  margin-bottom: 20px;
}

.dash-panel-green .dash-panel-info .dash-panel-text h3 {
  font-size: 3em;
}

.dash-panel-green .dash-panel-details {
  background: #fff;
  padding: 1em;
  display: flex;
  align-items: center;
  height: 25px;
}

.dash-panel-green .dash-panel-details h1 {
  color: #008000;
}

.dash-panel-green .dash-panel-details h1 a {
  color: #008000;
}

.dash-panel-red {
  display: flex;
  flex-direction: column;
  margin: 1em;
  background: #E55934;
  border-radius: 2px;
}

.dash-panel-red .dash-panel-info {
  height: 80px;
  display: flex;
  padding: 1em;
  align-items: center;
}

.dash-panel-red .dash-panel-info .dash-panel-icon-container {
  flex: 1;
  color: #fff;
}

.dash-panel-red .dash-panel-info .dash-panel-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.dash-panel-red .dash-panel-info .dash-panel-text h1 {
  margin-bottom: 20px;
}

.dash-panel-red .dash-panel-info .dash-panel-text h3 {
  font-size: 1em;
}

.dash-panel-red .dash-panel-details {
  background: #fff;
  padding: 1em;
  display: flex;
  align-items: center;
  height: 25px;
}

.dash-panel-red .dash-panel-details h1 {
  color: #E55934;
}

.dash-panel-red .dash-panel-details h1 a {
  color: #E55934;
}

.dash-panel-orange {
  display: flex;
  flex-direction: column;
  margin: 1em;
  background: #FA7921;
  border-radius: 2px;
}

.dash-panel-orange .dash-panel-info {
  height: 80px;
  display: flex;
  padding: 1em;
  align-items: center;
}

.dash-panel-orange .dash-panel-info .dash-panel-icon-container {
  flex: 1;
  color: #fff;
}

.dash-panel-orange .dash-panel-info .dash-panel-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.dash-panel-orange .dash-panel-info .dash-panel-text h1 {
  margin-bottom: 20px;
}

.dash-panel-orange .dash-panel-info .dash-panel-text h3 {
  font-size: 1em;
}

.dash-panel-orange .dash-panel-details {
  background: #fff;
  padding: 1em;
  display: flex;
  align-items: center;
  height: 25px;
}

.dash-panel-orange .dash-panel-details h1 {
  color: #FA7921;
}

.dash-panel-orange .dash-panel-details h1 a {
  color: #FA7921;
}

.chart-box {
  display: flex;
  justify-content: center;
}

.chart-container {
  height: 500px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1250px) {
  .chart-container {
    width: 70vw;
  }
}
.dash-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

@media screen and (max-width: 1250px) {
  .dash-container {
    align-items: center;
  }
}
/*# sourceMappingURL=css/style.css.map */
.message-template-avb-field {
  background: #4682b4;
  color: #f5f5f5;
  padding: 0.3em;
  border-radius: 2px;
  margin: 0.1em;
}

.td-report {
  width: 152px;
  padding: 0;
  border: 0;
}

.hide-until-fa-loads {
  opacity: 0;
}

html.fontawesome-i2svg-complete .hide-until-fa-loads {
  opacity: 1;
}

.cost-calculator {
  border-top: 1px solid #CCC;
}

.cost-calculator * {
  color: #333;
}

.cost-calculator .cc-row {
  display: flex;
  border-bottom: 1px solid #CCC;
}

.cost-calculator .cc-label {
  display: flex;
  padding: 8px;
  flex: 1;
  border-right: 1px solid #CCC;
}

.cost-calculator .cc-bold {
  font-weight: bold;
}

.cost-calculator .cc-value {
  display: flex;
  padding: 8px;
  flex: 1;
  justify-content: flex-end;
}

subtitle, div.subtitle {
  font-weight: 100;
  line-height: 1.2;
  font-size: 0.9em;
  margin-top: 0.6em;
  color: #868080;
}

.lease-display-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.tabulator-selected {
  background: rgba(255, 255, 0, 0.3) !important;
}

.tabulator-row.tabulator-row-even {
  background-color: rgba(70, 130, 180, 0.2);
}

.column-tenant-50 {
  width: 50%;
}

.column-tenant-25 {
  width: 25%;
}

.tabulator-tableHolder {
  background: white;
}

*[class*=iti] {
  color: black;
}

div.iti {
  width: 100%;
  margin-top: 12px;
}

#attachments,
#attachments-elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.attachment-container {
  width: 226px;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}

.attachment-link {
  display: block;
  margin: 12px;
  border: 1px solid black;
  width: 200px;
  height: 300px;
}

.attachment-title {
  display: block;
  color: black;
  height: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.attachment-remove {
  text-align: center;
  color: black;
}

.btn-add-attachment {
  position: relative;
}

.btn-add-attachment input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: block;
  width: 49.6px;
}

.btn-add-attachment .btn-yellow {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-image-container-logo-container {
  text-align: center;
}

@media (max-width: 1024px) {
  .multiple-choices-grid {
    display: flex !important;
    flex-wrap: wrap;
  }
  .multiple-choices-grid input[type=text] {
    max-width: 150px;
  }
}

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