@font-face {
  font-family: oswald;
  src: url(/webapp/static/fonts/Oswald-VariableFont_wght.ttf); }
@font-face {
  font-family: oswald;
  src: url(/webapp/static/fonts/Oswald-VariableFont_wght.ttf); }
body, html {
  font-size: 1rem;
  background-color: #eaeaea; }

#parent-container > h1 {
  margin-top: 50px;
  margin-bottom: 65px; }

* {
  box-sizing: border-box; }

.error {
  display: block;
  background-color: #ff0000;
  color: #F1F1F1;
  border: 1px solid #F1F1F1;
  padding: 5px;
  margin-top: 5px; }

.highlight {
  color: #ff0000; }

.matchColPadding {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5); }

.swal2-title {
  text-align: center; }

.login {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .login h2 {
    color: #fff;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5); }

.logo {
  margin-left: 0;
  padding-left: 0; }
  .logo .logoHolder {
    background-color: #009344; }

.mainBody {
  min-height: 450px; }

.userInfoBar {
  text-align: right;
  padding: 5px; }

.error-message {
  background-image: url("/static/img/alert.svg");
  background-repeat: no-repeat;
  padding-left: 40px;
  color: #ff0000; }

.titleArea {
  padding-top: 15px; }

.height100 {
  height: 100%; }

img {
  max-width: 100%;
  height: auto; }

#fullPage {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }

h1, h2 {
  font-family: oswald, "sans-serif"; }

h3, h4, h5 {
  font-family: Arial, "Helvetica Neue", Helvetica, "sans-serif"; }

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  margin-top: 25px;
  margin-bottom: 25px;
  width: -moz-fit-content;
  width: fit-content; }

footer {
  Padding: 25px;
  margin-top: 50px; }

@font-face {
  font-family: oswald;
  src: url(/webapp/static/fonts/Oswald-VariableFont_wght.ttf); }
.statsLine {
  margin-bottom: 25px;
  border: 1px solid #009344;
  width: fit-content; }
  .statsLine span {
    padding: 10px;
    display: inline-block; }
    .statsLine span.label {
      color: #fff;
      background-color: #009344; }

.dataTables_scroll {
  margin-top: 5px; }

.search-table thead {
  position: sticky;
  top: 0; }

.search-header-row {
  position: sticky;
  top: 45px; }

.addeditCompany label {
  min-width: 250px; }

.search-header {
  background-color: #000000;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem; }

.company-list-control input, .installation-list-control input {
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px; }
.company-list-control label, .installation-list-control label {
  margin-top: 10px;
  margin-bottom: 10px; }

table td {
  vertical-align: top;
  padding: 5px; }

.topInfoArea .label {
  white-space: nowrap; }

.dt-left {
  text-align: left; }

.dt-center {
  text-align: center; }

.dt-right {
  text-align: right; }

.activeSelected {
  background-color: #a1b7d9; }

.dataTable th {
  background-color: #009344;
  color: #fff; }
.dataTable tbody td {
  padding: 10px 18px !important; }

.dataTables_paginate {
  display: inline-flex;
  margin-top: 10px; }
  .dataTables_paginate a.paginate_button {
    display: inline-block;
    border: 1px solid #0041A2;
    background-color: transparent;
    color: #009344;
    padding: 10px;
    margin-right: 1px;
    margin-left: 1px; }
    .dataTables_paginate a.paginate_button img {
      height: 1em;
      width: 1em; }
  .dataTables_paginate a.paginate_button:hover {
    background-color: #0041A2;
    color: #fff !important; }

.length-menu-control {
  margin-top: 12px;
  margin-left: 10px; }
  .length-menu-control select {
    width: auto; }

.dataTables_length, .dataTables_filter {
  margin-bottom: 15px; }
  .dataTables_length label select, .dataTables_filter label select {
    width: auto; }

.actionCol, .noWrap {
  white-space: nowrap; }

.aci-datatable.dataTable.no-footer tbody tr:nth-child(even) {
  background-color: #eaeaea; }

@font-face {
  font-family: oswald;
  src: url(/webapp/static/fonts/Oswald-VariableFont_wght.ttf); }
.required {
  padding-left: 2px;
  color: #e47c68; }

.addEdit {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }

input {
  padding: 5px; }

select {
  padding: 10px 5px; }

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="date"], input[type="number"], select, textarea {
  width: 100%; }

input.col-8 {
  margin-right: calc(var(--bs-gutter-x) * .5);
  margin-left: calc(var(--bs-gutter-x) * .5);
  width: 90%; }

#custom-controls select {
  width: auto !important; }
#custom-controls label {
  font-weight: 700; }

form {
  margin-bottom: 25px; }
  form button {
    margin-top: 5px; }

.profileForm {
  max-width: 540px;
  margin-right: auto;
  margin-left: auto; }

.form-submit {
  text-align: center; }

.sectionTitle {
  background-color: #eaeaea;
  padding: 5px;
  margin-top: -43px;
  width: fit-content; }
  .sectionTitle h3 {
    color: #000000;
    font-size: 1rem;
    font-weight: 700;
    padding: 0;
    margin: 0; }

.formSection {
  border: 1px solid #59DA95;
  padding: 25px;
  margin-bottom: 25px; }
  .formSection label {
    /*width: 32%;
    float: left;*/
    margin-bottom: 15px;
    margin-top: 15px; }
  .formSection input, .formSection .select2 {
    /*width: 60% !important;
    float: left;*/ }

.controlHolder {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  margin-left: 0; }
  .controlHolder div {
    /* for address fields on Company Add/Edit */ }
    .controlHolder div input:nth-child(3), .controlHolder div input:nth-child(5) {
      margin-top: 5px; }

#login {
  text-align: left;
  max-width: 380px;
  padding: 25px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #009344;
  background-color: #009344;
  color: #fff;
  /*label {
  	margin-top: 0.5rem;
  	margin-bottom: 0.5rem;
  	visibility: hidden;
  	height: 0;
  }*/ }
  #login .loginLabel {
    text-align: right;
    padding-top: 5px; }
  #login .divSpacing {
    margin-bottom: 10px; }
  #login #loginSubmit, #login #changePasswordSubmit {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #000000;
    color: #fff;
    border: 1px solid #000000;
    width: auto; }
    #login #loginSubmit:hover, #login #changePasswordSubmit:hover {
      background-color: #009344;
      color: #fff; }
  #login a {
    color: #fff; }
  #login .row {
    margin-left: 0;
    margin-right: 0; }
  #login .forgotlink {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5); }
  #login p.submit {
    margin-top: 1rem;
    text-align: center; }
  #login .row {
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  #login #password-toggle, #login #old_password_toggle, #login #new_password_toggle, #login #cfm_password_toggle {
    position: absolute;
    top: 7px;
    right: 20px; }
  #login #toggle-old-password, #login #toggle-password, #login #toggle-password2, #login #toggle_confirm_password_id, #login #toggle_password_id {
    position: absolute;
    top: 7px;
    right: 30px; }
  #login .pw-eyeball {
    background-image: url("/webapp/static/images/View-Password.svg");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px; }
  #login .pw-eyeball-slash {
    background-image: url("/webapp/static/images/Hide-Password.svg");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px; }

@font-face {
  font-family: oswald;
  src: url(/webapp/static/fonts/Oswald-VariableFont_wght.ttf); }
.top-nav {
  background-color: #000; }

.dropdown-menu-right {
  right: 0 !important;
  left: auto !important; }

.navbar {
  background-color: #009344;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 25px; }
  .navbar .navbar-brand {
    min-height: 40px;
    margin-left: 15px;
    margin-bottom: 15px; }
    .navbar .navbar-brand img {
      max-height: 60px;
      width: auto; }
  .navbar .navbar-collapse .navbar-nav li.nav-item a {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem; }
  .navbar .navbar-collapse form {
    margin-left: 25px; }
  .navbar .d-flex input {
    margin-top: 25px; }
  .navbar .d-flex button {
    margin-top: 25px; }

.active {
  background-color: #000000; }

.navbar-dark .navbar-nav .nav-link {
  color: #fff; }

.nav-link:hover{
  background-color: #006730;
}
.secondaryMenu {
  margin-left: 0;
  padding-left: 0; }

#sidebar {
  background-color: #009344;
  height: 100vh; }
  #sidebar ul {
    list-style: none;
    padding-left: 0; }
  #sidebar li > ul li {
    background-color: #59DA95; }
  #sidebar a {
    display: block;
    color: #fff;
    padding: 5px 10px; }
    #sidebar a.active {
      background-color: #000000; }

@font-face {
  font-family: oswald;
  src: url(/webapp/static/fonts/Oswald-VariableFont_wght.ttf); }
.btn {
  padding: 5px 10px;
  background-color: #000000;
  border-radius: 5px;
  color: #fff; }
  .btn img {
    height: 15px; }
    .btn img.edit {
      margin-top: -5px; }
  .btn:hover {
    background-color: #009344;
    color: #fff; }

input[type="submit"], button {
  padding: 5px 10px;
  background-color: #000000;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff; }
  input[type="submit"]:hover, button:hover {
    background-color: #009344;
    color: #fff; }

@font-face {
  font-family: oswald;
  src: url(/webapp/static/fonts/Oswald-VariableFont_wght.ttf); }
.action-icon {
  margin-right: 4px;
  margin-left: 4px;
  width: 15px;
  height: auto; }

.action-icon:hover {
  cursor: pointer; }

  .email-logo{
    max-height: 60px;
    max-width: 40px;
  }