.add-edit-installation label, #add-contact-form label {
  white-space: nowrap;
  margin-top: 7px; }

.statsLine {
  margin-bottom: 25px;
  border: 1px solid #333333;
  width: fit-content; }
  .statsLine span {
    padding: 10px;
    display: inline-block; }
    .statsLine span.label {
      color: #fff;
      background-color: #333333; }

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

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

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

.search-header {
  background-color: #0da575;
  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; }

#audit-table td[colspan]:not([colspan="1"]) {
  padding: 25px;
  background-color: #ebebeb; }
  #audit-table td[colspan]:not([colspan="1"]) table {
    table-layout: fixed;
    border: 1px solid #333333; }
    #audit-table td[colspan]:not([colspan="1"]) table tr:nth-child(odd) {
      background-color: #ebebeb; }
    #audit-table td[colspan]:not([colspan="1"]) table th {
      background-color: #333333;
      color: #fff;
      max-width: 100%;
      width: 250px; }

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: #333333;
  color: #fff; }
.dataTable tbody td {
  padding: 10px 18px !important; }

.dataTables_scrollBody {
  max-height: none !important;
  overflow: visible !important; }

.required {
  padding-left: 2px;
  color: #e47c68; }

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

input {
  padding: 5px; }

select {
  padding: 10px 5px; }

.swal2-actions button {
  background-color: #0da575 !important; }

h2.swal2-title {
  margin: 0 auto; }

div:where(.swal2-icon).swal2-warning {
  border-color: #e47c68 !important;
  color: #e47c68 !important; }

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

#audit-table_wrapper #custom-controls select {
  width: auto !important; }

#custom-controls select {
  width: auto !important; }

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

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

#add-contact-form {
  margin-top: 25px; }
  #add-contact-form input, #add-contact-form select {
    width: 100%; }

.formSection {
  border: 1px solid #808080;
  padding: 25px;
  margin-bottom: 25px; }
  .formSection .label {
    width: 32%;
    float: left; }
  .formSection .inputField {
    width: 60%;
    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; }
  .controlHolder .select2-container {
    width: 100% !important; }

#login {
  text-align: left;
  max-width: 380px;
  padding: 25px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #333333;
  background-color: #333333;
  color: #fff; }
  #login .logo {
    text-align: center;
    font-weight: 700;
    font-size: larger; }
    #login .logo img {
      width: 50%;
      clear: both; }
  #login label {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    visibility: hidden;
    height: 0; }
  #login .button {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #0da575;
    color: #fff;
    border: 1px solid #0da575;
    width: auto; }
    #login .button:hover {
      background-color: #333333;
      color: #fff;
      text-decoration: none; }
  #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: #0da575;
    color: #fff;
    border: 1px solid #0da575;
    width: auto; }
    #login #loginSubmit:hover, #login #changePasswordSubmit:hover {
      background-color: #333333;
      color: #fff; }
  #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: 24px;
    right: 10px; }
  #login .pw-eyeball {
    background-image: url("/static/img/View-Password.svg");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px; }
  #login .pw-eyeball-slash {
    background-image: url("/static/img/Hide-Password.svg");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px; }

.releaseOptions .formSection .controlHolder .inputField input, .releaseOptions .formSection .controlHolder .inputField input[type="text"] {
  width: auto !important; }

.equalCol .controlHolder .label, .equalCol .controlHolder .inputField {
  width: 50%; }
.equalCol .controlHolder .label {
  margin-top: 7px; }
.equalCol .controlHolder input[type="checkbox"] {
  margin-top: 14px; }

@media screen and (min-width: 760px) {
  .ui-dialog {
    min-width: 500px; }

  .add-edit-installation .addEdit {
    min-width: 680px; }
  .add-edit-installation input[type="checkbox"] {
    margin-top: 14px; } }
@media screen and (max-width: 759px) {
  .ui-dialog .inputField {
    width: 100%; }

  .add-edit-installation .addEdit {
    width: 100%; } }
body, html {
  font-size: 1rem;
  background-color: #eaeaea; }

#helpsection img {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; }
#helpsection table img {
  border: none; }

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

* {
  box-sizing: border-box; }

.center {
  text-align: center; }

.help_table {
  margin-left: auto;
  margin-right: auto; }
  .help_table td {
    vertical-align: middle; }

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

.copyright {
  margin-top: 25px;
  font-size: smaller;
  padding: 5px 20px; }

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

.titleArea {
  padding-top: 15px; }

.height100 {
  height: 100%; }

.userProfileHeader {
  background-color: #333333;
  padding: 15px;
  color: #fff;
  margin-bottom: 25px; }
  .userProfileHeader h1 {
    /*color: $light-font-color;*/
    font-size: 1.5rem; }
  .userProfileHeader p.profileEmail {
    /*font-weight: 700;*/ }
  .userProfileHeader h1, .userProfileHeader p {
    padding: 0;
    margin: 0 10px 0 0;
    display: inline-block; }

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

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

h1, h2, h3, h4, h5, h6 {
  color: #0da575;
  margin-top: 25px;
  margin-bottom: 25px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400 !important; }

.center {
  text-align: center; }

.centerObject {
  width: auto;
  margin-left: auto;
  margin-right: auto; }

.highlight {
  color: #0da575; }

#toolBar {
  color: #fff; }

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

#topBar .active {
  background-color: #0da575; }

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

.secondaryMenu {
  margin-left: 0;
  padding-left: 0; }

#sidebar {
  background-color: #333333;
  height: 100vh; }
  #sidebar ul {
    list-style: none;
    padding-left: 0; }
  #sidebar li > ul li {
    background-color: #808080; }
  #sidebar a {
    display: block;
    color: #9e9e9e;
    padding: 5px 10px; }
    #sidebar a.active {
      border-bottom: 2px solid #0da575; }

.btn, input[type="submit"], .button {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  background-color: #0da575;
  border-radius: 5px;
  color: #fff;
  width: auto;
  position: relative;
  display: inline-block; }
  .btn img, input[type="submit"] img, .button img {
    height: 15px; }
    .btn img.edit, input[type="submit"] img.edit, .button img.edit {
      margin-top: -5px; }
  .btn:hover, input[type="submit"]:hover, .button:hover {
    background-color: #333333;
    color: #fff; }
  .btn .tooltip, input[type="submit"] .tooltip, .button .tooltip {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none; }
    .btn .tooltip::after, input[type="submit"] .tooltip::after, .button .tooltip::after {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent #333 transparent; }
  .btn:hover .tooltip, input[type="submit"]:hover .tooltip, .button:hover .tooltip {
    visibility: visible;
    opacity: 1; }

.btn-primary {
  border-color: #0da575; }

input[type="submit"] {
  margin-left: auto;
  margin-right: auto;
  border: none; }

.ui-dialog-titlebar-close {
  background-color: #0da575;
  color: #fff; }
  .ui-dialog-titlebar-close:after {
    content: "x";
    position: relative;
    top: -6px; }

.loginButtons a, .loginButtons input {
  min-width: 100px;
  text-align: center; }
  .loginButtons a.button, .loginButtons input.button {
    display: block !important; }

.notes div {
  border: 1px solid #0da575;
  width: 25px; }

#new-password {
  margin-top: 10px; }
