/* _____________________________________ generals */
html {
  font-size: 15px; }

body {
  font-size: 15px;
  color: #043C75;
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 1.3em; }

small {
  font-size: 0.8rem; }

h1 {
  font-size: 1.25rem;
  font-weight: bold; }

h2 {
  font-size: 1.1rem;
  font-weight: bold; }

p {
  font-size: 1rem; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

footer {
  text-align: center; }

.clickable {
  cursor: pointer; }

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

.min-height {
  min-height: 92vh; }

.logo {
  background-image: url("/images/png/logo-beraqua.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 150px;
  height: 120px;
  display: inline-block; }

.navbar-toggler-icon {
  color: white; }

.main {
  margin: 90px 0 50px; }

.bb-orange {
  border-bottom: 2px solid #F47920; }
  .bb-orange.light {
    border-color: #F47920aa; }

.box-cream {
  background-color: #FCF7E4;
  padding: 10px 30px; }
  .box-cream.full {
    width: 100%; }

.notification {
  padding: 15px 30px;
  color: #A94442;
  border-radius: 0 0 4px 4px;
  font-size: 0.8em; }

.status {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%; }

.status-1 {
  background-color: #c3e6cb; }

.status-2 {
  background-color: #ffeeba; }

.status-3 {
  background-color: #f5c6cb; }

.status-4 {
  background-color: #a7bde1; }

.status-5 {
  background-color: #f97000; }

/* form stlyes */
.input-group-text {
  border-color: #043C75;
  border-width: 0 0 2px 0; }

.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid;
  border-style: solid;
  color: #043C75; }
  .form-control.small {
    font-size: 0.7rem; }
  .form-control.orange {
    border-color: #F47920; }
  .form-control.blue {
    border-color: #043C75; }
  .form-control.is-invalid {
    border-color: #dc3545; }
  .form-control::-webkit-input-placeholder {
    color: #043C75cc; }
  .form-control::-moz-placeholder {
    color: #043C75cc; }
  .form-control:-ms-input-placeholder {
    color: #043C75cc; }
  .form-control::-ms-input-placeholder {
    color: #043C75cc; }

.form-icon {
  position: relative; }
  .form-icon .icon {
    height: 15px;
    width: auto;
    position: absolute;
    left: 0;
    bottom: 1rem; }
  .form-icon .form-control {
    padding-left: 35px; }

.btn {
  background-color: initial;
  color: #043C75;
  padding: 14px 20px;
  border: 2px solid #F47920;
  border-width: 1px;
  line-height: 1em;
  max-width: 100%;
  white-space: normal; }
  .btn.btn-small {
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 10px 20px; }
  .btn.btn-light {
    border-color: #F47920cc; }
  .btn.btn-invalid {
    border-color: #f90808;
    background-color: #f6abab; }

.btn.dropdown-toggle {
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 10px 18px 10px 10px;
  border-bottom: 2px solid #F47920;
  font-size: 0.75rem;
  text-align: left; }
  .btn.dropdown-toggle::after {
    position: absolute;
    right: 8px; }
  .btn.dropdown-toggle.blue {
    border-color: #043C75; }
    .btn.dropdown-toggle.blue ~ .dropdown-menu {
      border: 0; }
      .btn.dropdown-toggle.blue ~ .dropdown-menu .dropdown-item {
        background-color: rgba(0, 69, 130, 0.18);
        border-bottom: 1px solid rgba(4, 60, 117, 0.3); }
        .btn.dropdown-toggle.blue ~ .dropdown-menu .dropdown-item:hover {
          background-color: rgba(0, 69, 130, 0.3); }

.dropdown.full {
  width: 100%; }
  .dropdown.full .dropdown-menu, .dropdown.full .dropdown-toggle {
    width: 100%; }

.dropdown-menu {
  font-size: 0.75rem;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #F47920; }
  .dropdown-menu .dropdown-item {
    color: #043C75; }

/* navbar */
.nav-background {
  background: url("/images/jpg/nav-background-2.jpg") no-repeat top center;
  background-size: cover; }

.navbar .navbar-collapse {
  justify-content: flex-end; }
.navbar .nav-title {
  color: #043C75;
  margin-left: 35px; }
.navbar .nav-item a {
  display: inline-block;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
  margin: 0 8px;
  padding-bottom: 14px; }
  .navbar .nav-item a:last-child {
    margin-right: 0; }
  .navbar .nav-item a:hover, .navbar .nav-item a.active {
    padding-bottom: 12px;
    border-bottom: 2px solid #F47920; }

.vertical-center {
  margin: 1em 0 1em; }

.disabled, .readonly {
  background-color: #e9ecef; }

/* Tables */
table.simple td, .table.simple td {
  padding-bottom: 25px; }
  table.simple td:first-child, .table.simple td:first-child {
    padding-right: 40px; }
table.table-small, .table.table-small {
  font-size: 0.8rem; }
table.orange th, table.orange td, .table.orange th, .table.orange td {
  border-color: #F47920aa; }
table.orange thead th, table.orange thead td, .table.orange thead th, .table.orange thead td {
  border: 0; }

/* Maps */
#map {
  width: 100%;
  height: 70vh;
  position: relative; }

.delete-menu {
  position: absolute;
  background: white;
  padding: 3px;
  color: #666;
  font-weight: bold;
  border: 1px solid #999;
  font-family: sans-serif;
  font-size: 12px;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
  margin-top: -10px;
  margin-left: 10px;
  cursor: pointer; }

.delete-menu:hover {
  background: #eee; }

/* _____________________________________ page-home */
/* _____________________________________ page-welcome */
.hardware-info, .tank-info {
  position: absolute;
  top: 280px;
  right: 10%;
  min-width: 280px;
  background: white;
  border: solid 1px #043C75; }
  .hardware-info .table th:first-child, .tank-info .table th:first-child {
    border-top: none; }

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

.is-invalid > .multiselect__tags {
  border-color: #dc3545;
}

div.multiselect__tags {
  border-radius: 0px;
  border: 0px solid #043c75;
  border-bottom-width: 2px;
  max-height: 180px;
  overflow-block: scroll;
  overflow: scroll;
}
