.mainContent {
  background: linear-gradient(rgba(248, 250, 252, 0.9), rgba(248, 250, 252, 0.9)), url("/images/cropped-favicon-270x270.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-orange, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-orange:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-orange:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-orange:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-yellow, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-yellow:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-yellow:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-yellow:active {
  color: rgba(255, 255, 255, 0.5);
}

.btn-orange {
  background-color: #f6993f;
  border-color: #f6993f;
}
.btn-orange:hover {
  background-color: #f4800b;
  border-color: #f4800b;
}
.btn-orange:focus, .btn-orange.focus {
  background-color: #f4800b;
  border-color: #f4800b;
  box-shadow: 0 0 0 0.2rem rgba(248, 179, 109, 0.5);
}
.btn-orange.disabled, .btn-orange:disabled {
  background-color: #f6993f;
  border-color: #f6993f;
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
  background-color: #f4800b;
  border-color: #1f6fb2;
}
.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 179, 109, 0.5);
}

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #c6e0f5;
}

.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #95c5ed;
}

.table-hover .table-orange:hover {
  background-color: #b0d4f1;
}
.table-hover .table-orange:hover > td, .table-hover .table-orange:hover > th {
  background-color: #b0d4f1;
}

.btn-outline-orange {
  color: #f6993f;
  border-color: #f6993f;
}
.btn-outline-orange:hover {
  background-color: #f6993f;
  border-color: #f6993f;
}
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 179, 109, 0.5);
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #f6993f;
  background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .btn-outline-orange.dropdown-toggle {
  background-color: #f6993f;
  border-color: #f6993f;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 179, 109, 0.5);
}

.badge-orange {
  background-color: #f6993f;
}
.badge-orange:hover, .badge-orange:focus {
  background-color: #f4800b;
}
.badge-orange:focus, .badge-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 179, 109, 0.5);
}

.alert-orange {
  color: #1b4b72;
  background-color: #d6e9f8;
  border-color: #c6e0f5;
}
.alert-orange hr {
  border-top-color: #b0d4f1;
}
.alert-orange .alert-link {
  color: #113049;
}

.list-group-item-orange {
  color: #1b4b72;
  background-color: #c6e0f5;
}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #1b4b72;
  background-color: #b0d4f1;
}
.list-group-item-orange.list-group-item-action.active {
  background-color: #1b4b72;
  border-color: #1b4b72;
}

.bg-orange {
  background-color: #f6993f !important;
}

a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #f4800b !important;
}

.border-orange {
  border-color: #f6993f !important;
}

.text-orange {
  color: #f6993f !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: #1b4b72 !important;
}

.btn-yellow {
  background-color: #ffed4a;
  border-color: #ffed4a;
}
.btn-yellow:hover {
  background-color: #e6cf00;
  border-color: #e6cf00;
}
.btn-yellow:focus, .btn-yellow.focus {
  background-color: #e6cf00;
  border-color: #e6cf00;
  box-shadow: 0 0 0 0.2rem rgba(255, 250, 204, 0.5);
}
.btn-yellow.disabled, .btn-yellow:disabled {
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
  background-color: #e6cf00;
  border-color: #1f6fb2;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus,
.btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 250, 204, 0.5);
}

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #c6e0f5;
}

.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
  border-color: #95c5ed;
}

.table-hover .table-orange:hover {
  background-color: #b0d4f1;
}
.table-hover .table-orange:hover > td, .table-hover .table-orange:hover > th {
  background-color: #b0d4f1;
}

.btn-outline-yellow {
  color: #ffed4a;
  border-color: #ffed4a;
}
.btn-outline-yellow:hover {
  background-color: #ffed4a;
  border-color: #ffed4a;
}
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 250, 204, 0.5);
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #ffed4a;
  background-color: transparent;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active,
.btn-outline-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-yellow.dropdown-toggle {
  background-color: #ffed4a;
  border-color: #ffed4a;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 250, 204, 0.5);
}

.badge-yellow {
  background-color: #ffed4a;
}
.badge-yellow:hover, .badge-yellow:focus {
  background-color: #e6cf00;
}
.badge-yellow:focus, .badge-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 250, 204, 0.5);
}

.alert-yellow {
  color: #1b4b72;
  background-color: #d6e9f8;
  border-color: #c6e0f5;
}
.alert-yellow hr {
  border-top-color: #b0d4f1;
}
.alert-yellow .alert-link {
  color: #113049;
}

.list-group-item-yellow {
  color: #1b4b72;
  background-color: #c6e0f5;
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #1b4b72;
  background-color: #b0d4f1;
}
.list-group-item-yellow.list-group-item-action.active {
  background-color: #1b4b72;
  border-color: #1b4b72;
}

.bg-yellow {
  background-color: #ffed4a !important;
}

a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #e6cf00 !important;
}

.border-yellow {
  border-color: #ffed4a !important;
}

.text-yellow {
  color: #ffed4a !important;
}
.text-yellow.with-shadow {
  text-shadow: 0 0 3px #000;
  padding-left: 1px;
}

a.text-orange:hover, a.text-orange:focus {
  color: #1b4b72 !important;
}

.loader img {
  width: 100px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: block;
}

#sidebarCollapse {
  height: 43px;
  margin-right: 0.2em;
  font-size: 0.8em;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -250px;
  z-index: 1000;
  background: #373737;
  color: #e9ebed;
  transition: all 0.3s;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
#sidebar img.siteLogo {
  height: 100%;
  padding: 10px 5px;
  transform: scale(0.9);
}
#sidebar .sidebar-header {
  padding: 0 10px;
  overflow: hidden;
  background: green;
}
#sidebar hr {
  margin: 0;
  border-top: 0;
  border-bottom: 1em solid #131313;
}
#sidebar ul p {
  color: #fff;
  padding: 10px;
}
#sidebar ul i.fas,
#sidebar ul i.far,
#sidebar ul i.fab,
#sidebar ul svg[data-prefix=fas],
#sidebar ul svg[data-prefix=far],
#sidebar ul svg[data-prefix=fab] {
  margin-right: 5px;
  width: 30px;
}
#sidebar ul.components li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #373737;
}
#sidebar ul.components li a:hover {
  color: #fff;
  background: #222;
}
#sidebar ul ul {
  border-top: 0;
}
#sidebar ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  color: #ddd;
  background: #666;
  border-left-color: #666;
}
#sidebar ul li.active > a,
#sidebar a[aria-expanded=true] {
  color: #fff;
}
#sidebar ul li a:hover,
#sidebar ul li.active > a {
  border-left-color: green;
}
#sidebar ul li.active > a {
  background: #222;
}
#sidebar ul li.active li.active a {
  background: #222;
  color: #fff;
}
#sidebar a[aria-expanded=true] {
  background: #222;
  border-left-color: #222;
}
#sidebar a[data-toggle=collapse] {
  position: relative;
}
#sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#sidebar.active {
  left: 0;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#dismiss {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  right: 10px;
  text-align: left;
  line-height: 0.4em;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: 1px solid #e5e5e5;
}

#backToAdmin {
  position: fixed;
  right: 0;
  top: 70px;
  border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  margin-right: -5px;
  z-index: 1051;
}

#pageTitle {
  border-bottom: 1px solid #bbb;
}
#pageTitle #titleAndBreadcrumbs h2 img {
  margin-top: -7px;
  margin-left: -4px;
}

#siteFooter {
  padding: 10px 20px;
  height: 40px;
  overflow: hidden;
}

#insideFooter {
  position: fixed;
  z-index: 2;
  margin: 0 auto;
  bottom: 40px;
  width: 420px;
  left: 50%;
  margin-left: -210px;
}

#subPageModal #modal-fake-fullscreen .modal-body {
  padding-bottom: 40px;
}
#subPageModal #modal-fake-fullscreen .modal-footer {
  height: 40px;
}
#subPageModal #modal-fake-fullscreen .modal-footer > * {
  margin: 0;
}

@media (max-width: 576px) {
  #insideFooter {
    width: 100%;
    left: 0;
    margin: 0;
  }
}

#subPageContainer {
  margin: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
  min-height: calc(100vh - 70px - 40px - 40px);
  /* Window height - header height (70px) - footer height (40px) - pageMargin(20px top and bottom) */
}

#subPageModal #modal-fake-fullscreen.modal-dialog {
  margin: 0;
  max-width: none;
}
#subPageModal #modal-fake-fullscreen .modal-body {
  overflow-y: auto;
}
#subPageModal #modal-fake-fullscreen-content.modal-content {
  box-shadow: none;
  overflow: hidden;
  max-height: 100vh;
}

/* Make the customized modal closer bigger, to make it more useable on mobile devices (for all modals) */
.modal-header button.close,
.modal-header button.close-secondary {
  min-width: 30px;
  min-height: 30px;
  text-align: right;
}

@media (max-width: 767px) {
  #modal-fake-fullscreen.modal-dialog {
    width: 100%;
  }
}

.breadcrumb {
  background: transparent;
  border-radius: 0;
  padding: 0.3rem 0 0.1rem 0;
}
.breadcrumb i.fas,
.breadcrumb i.far,
.breadcrumb i.fab,
.breadcrumb svg[data-prefix=fas],
.breadcrumb svg[data-prefix=far],
.breadcrumb svg[data-prefix=fab] {
  margin-right: 5px;
  color: #888;
}

@media screen and (max-width: 767px) {
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    display: none;
  }

  .breadcrumb-item {
    padding-right: 0.5rem;
  }

  .breadcrumb-item::after {
    display: inline-block;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
  }

  .breadcrumb-item:last-child::after {
    display: none;
  }
}

.guest-outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.guest-middle {
  display: table-cell;
  vertical-align: middle;
}

.guest-box {
  margin-left: auto;
  margin-right: auto;
}

.site-logo {
  background-color: #fff !important;
  margin-bottom: 5%;
}
.site-logo .card-body {
  padding: 10px;
}

.site-logo img {
  max-width: 100%;
}

.form-group.has-error .form-control {
  border-color: #e3342f;
}
.form-group.has-error .form-control-feedback {
  color: #e3342f;
}
.form-group.has-success .form-control {
  border-color: #38c172;
}
.form-group.has-success .form-control-feedback {
  color: #38c172;
}
.form-group .input-group.select-i-group {
  width: 100%;
}
.form-group .input-group.select-i-group input.form-control {
  width: calc(100% - 100px);
}
.form-group .input-group.select-i-group select.form-control {
  width: 100px;
}

.form-horizontal .form-group .form-control-feedback {
  right: 16px;
}

.ms-container {
  background: transparent url("../images/switch.png") no-repeat 50% 50%;
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  max-width: 100%;
}

.form-control {
  border-radius: 4px;
}

.input-daterange .form-control:first-of-type {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.input-daterange .form-control:last-of-type {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

input.form-control,
.bootstrap-select button,
select.form-control,
span.input-group-text {
  height: 34px;
}

.input-group-append {
  font-size: 12px;
}

.bootstrap-select .btn,
.input-group-btn .btn {
  padding: 3px 12px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 5px !important;
}

.bootstrap-select .dropdown-menu.show {
  min-width: auto !important;
  width: 100%;
}

.btn-mn120 {
  min-width: 120px;
}

.form-group .inputField .custom-control.custom-checkbox, .form-group .inputField .custom-control.custom-radio {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.form-group .inputField .custom-control input[type=text] {
  margin-top: 0.5em;
}

.form-group span.inputLike {
  display: inline-block;
  padding-left: 12px;
  margin-bottom: 0.5rem;
}

a.formConfirmOverlay {
  height: 30px;
  position: absolute;
  float: left;
  z-index: 1;
}

span.formConfirmOverlay {
  margin-left: 10px;
}

.form-group .inlineBtn {
  margin: 5px 15px;
}

h4.modal-title.hasCloser {
  display: inline;
}

.alert-jquery {
  display: none;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-jquery ul {
  margin-bottom: 0;
  margin-left: 2em;
}

.dark-group,
.light-group {
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 10px 15px;
  margin-top: 10px;
}

.dark-group {
  background: #f5f5f5;
}

.light-group {
  background: #fff;
}

.sub-group .sub-group {
  width: 100%;
  padding-bottom: 0.5rem;
}

.dark-group.thick,
.light-group.thick {
  margin-top: 0;
}

label.mg-t5 {
  margin-top: 5px 0;
}

div.h34,
input.form-control.h34,
button.h34 {
  height: 34px !important;
}

ul.checkboxList {
  padding: 0;
  margin: 0;
}

ul.checkboxList li {
  list-style: none;
  margin-right: 10px;
  display: inline-block;
  min-width: 150px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

ul.checkboxList li label {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

#deleteButton {
  color: #fff;
}

#itemTagList {
  margin-top: 20px;
}

#itemTags span {
  display: inline-block;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 2px 7px;
  margin: 0 5px 5px 0;
}

.inputField .listOfAttributes ul {
  border: 1px solid #d2d6de;
  border-radius: 3px;
  background: #eee;
  padding: 0 0 0 30px;
}

.form-control.otherTextInput {
  width: 90%;
  display: inline-block;
  margin-left: -3px;
}

.scale-labels {
  font-size: 0.9em;
}
.scale-labels h5 {
  font-size: 1em;
  font-weight: bold;
}
.scale-labels .scale-label {
  width: 33.3%;
  padding-left: 1rem;
}
.scale-labels .dark-group {
  margin-top: 0;
}

@media screen and (max-width: 575px) {
  .scale-labels {
    margin-right: 15px;
    margin-left: 15px;
    padding-left: 2rem;
  }
}
.ui-widget-content.primary-blue {
  background: #ccc;
}

.ui-widget-content.primary-blue .ui-slide-handle:focus,
.ui-widget-content.primary-blue .ui-state-focus {
  outline-width: 0;
  outline: none;
}

.ui-widget-content.primary-blue .ui-state-active {
  border: 1px solid #3490dc;
  background: #3490dc;
}

.slider .tick {
  border-color: #fff;
  z-index: 2;
  position: absolute;
  height: 100%;
  font-size: 1.8em;
  line-height: 1.8em;
  background: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
  text-align: center;
}

.jquerySlider {
  height: 27px;
  margin-top: 3px;
  padding-top: 8px;
}

.photoBox {
  margin: 1rem 0 !important;
  position: relative;
}

.photoBox .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 10;
  outline: 0;
}

.photoBox .col-sm-3 {
  overflow: hidden;
}

.photoBox .img-thumbnail {
  max-width: 200px;
  max-height: 150px;
  width: 100%;
}

#uploadProgress {
  display: none;
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
}

#uploadProgress .bar {
  background-color: green;
  width: 0%;
  height: 10px;
  border-radius: 3px;
}

#uploadProgress .bar.primary-blue {
  background-color: #3490dc;
}

.photoBox .pbCover.wantToRemove {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
}

.photoBoxContent {
  margin-top: 0.5rem;
}

.photoBoxContent.wantToRemove {
  opacity: 0.3;
}

a#uploadButton,
a#uploadButton:hover {
  color: #fff !important;
}

.formTabs .nav-pills {
  border-bottom: 1px solid #eee;
}
.formTabs .nav-link {
  color: #666;
  font-size: 1.1em;
  border-radius: 0;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  cursor: pointer;
}
.formTabs .nav-link span.tabIcon {
  background: #f5f5f5;
  display: inline-block;
  margin-right: 0.5em;
  border-radius: 50%;
  height: 2.6em;
  width: 2.6em;
  line-height: 2.6em;
}
.formTabs .nav-link:hover {
  border-bottom-color: #aaa;
}
.formTabs .nav-link.active {
  background-color: transparent;
  color: #3490dc;
}
.formTabs .nav-link.active,
.formTabs .nav-link.active:hover {
  border-bottom-color: #3490dc;
}
.formTabs .nav-item {
  min-width: 200px;
}

form .invalid_form_input,
form .error {
  color: red;
}
form .invalid_form_input {
  flex-basis: 100%;
  display: block;
}
form input.invalid_form_input,
form select.invalid_form_input,
form button.invalid_form_input {
  border: 1px solid red;
}

.btn-group .btn.btn-sm {
  font-size: inherit;
}

.show-plant-areas {
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.show-plant-areas i {
  vertical-align: 10px;
}

select.generalSelect {
  color: #555;
  border-radius: 3px;
  padding: 0.2rem 0.5rem;
  border: 1px solid #aaa;
}

div.alert ul {
  margin-bottom: 0;
}
div.alert ul li {
  list-style: none;
}

textarea {
  min-height: 100px;
}

@media screen and (max-width: 575px) {
  .col-form-label.text-right {
    text-align: left !important;
    font-weight: bold;
  }

  .form-wizard-navigation .nav-item span.desc {
    display: none;
  }
}

#mapView {
  /* Tooltip text */
}
#mapView .gm-fullscreen-control {
  display: none;
  /* NEEDED! hides the default google maps fs button */
}
#mapView .vertical_interval_selector {
  width: 100px;
  position: relative !important;
  left: 10px;
  top: 10px;
  float: right;
}
#mapView .vertical_interval_selector .active, #mapView .vertical_interval_selector .map_navigation .active {
  background: lightskyblue !important;
}
#mapView .map_ajax_loader {
  opacity: 0.8;
  background: white;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  text-align: center;
  padding-top: 100px;
}
#mapView .map_loader {
  margin: auto;
  margin-top: 100px;
}
#mapView .alert_icon_holder {
  width: 130px;
  height: 50px;
  top: 0;
  left: -60px;
  position: relative;
}
#mapView .intervals_bar {
  display: none;
}
#mapView .main-navigation {
  cursor: pointer;
}
#mapView .main-navigation .main-navigation__link span {
  font-weight: normal;
}
#mapView .main-navigation__link-container-sub-dropdown {
  width: 200px;
  /* wider than lumisys 150px submenu */
}
#mapView .main-navigation__link-container-sub-dropdown span {
  margin-left: 0;
}
#mapView .main-navigation__link.disabled i, #mapView .main-navigation__link.disabled span {
  color: #888;
}
#mapView .map__bottom-container {
  z-index: 98;
  /* has to be under the open menu */
  padding: 20px 6px;
}
#mapView .map__bottom-container .btn-group .btn span {
  font-size: 12px;
}
#mapView .map__bottom-container .btn-group .btn span:not(:last-of-type) {
  margin-bottom: 0;
}
#mapView .map__bottom-container a {
  color: #fff;
  text-decoration: none;
}
#mapView .map__bottom-container a:hover {
  text-decoration: underline;
}
#mapView .map__filterBar-container, #mapView .infobar, #mapView .infobarItem, #mapView .infoContainer, #mapView .infoValue, #mapView .intervalValue {
  display: none;
}
#mapView .hl22 {
  line-height: 2.2;
}
#mapView .alert_item {
  position: relative;
  display: inline-block;
}
#mapView .customHtmlClass {
  transition: transform 1s, visibility 0.3s linear, opacity 0.3s linear;
}
#mapView .alert_item .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  top: -30px;
  left: -64px;
  z-index: 10000;
  margin: auto;
  padding: 5px;
  width: 180px;
}
#mapView .alert_item:hover .tooltiptext {
  visibility: visible;
}
#mapView .alert_item .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
#mapView .test_main-navigation-position {
  top: 10px;
  left: 8px;
}
.main-navigation__link-container-sub-dropdown #mapView.active .main-navigation__link span {
  font-weight: normal;
}
#mapView .third-level-indicator .sub-dropdown-item i + span {
  font-weight: normal;
}

@media screen and (max-width: 992px) {
  #mapView .test_main-navigation-position {
    top: 0px;
    left: 0px;
  }
  #mapView .main-navigation__link-container-sub-dropdown {
    width: 100vw;
  }
}

.show-details .show-name {
  font-size: 18px;
  font-weight: bold;
  color: #88a7c1;
  padding-top: 25px;
}

.profile-sidebar {
  float: left;
  width: 300px;
  margin-right: 20px;
}

.profile-content {
  overflow: hidden;
}

.profile-sidebar-portlet {
  padding: 30px 0 0 !important;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #88a7c1;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0;
}

.profile-userbuttons a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
}

.profile-usermenu {
  margin-top: 30px;
  padding-bottom: 20px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 16px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 16px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

.profile-stat {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f4f7;
}

.profile-stat-title {
  color: #7f90a4;
  font-size: 25px;
  text-align: center;
}

.profile-stat-text {
  color: #5b9bd1;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.profile-desc-title {
  color: #7f90a4;
  font-size: 17px;
  font-weight: 600;
}

.profile-desc-text {
  color: #7e8c9e;
  font-size: 14px;
}

.profile-desc-link i {
  width: 22px;
  font-size: 19px;
  color: #abb6c4;
  margin-right: 5px;
}

.profile-desc-link a {
  font-size: 14px;
  font-weight: 600;
  color: #5b9bd1;
}

@media (max-width: 991px) {
  .profile-sidebar {
    float: none;
    width: 100% !important;
    margin: 0;
  }

  .profile-sidebar > .portlet {
    margin-bottom: 20px;
  }

  .profile-content {
    overflow: visible;
  }
}
#showFormValues .row {
  margin-bottom: 5px;
}
#showFormValues .row label,
#showFormValues .row span,
#showFormValues .row p.description {
  padding: 5px 12px;
}
#showFormValues .row label {
  min-height: 30px;
}
#showFormValues .row div {
  border-bottom: 1px solid #ddd;
}
#showFormValues .row span {
  display: inline-block;
}
#showFormValues .row span.iconAddon {
  width: 50px;
  border: 1px solid #ddd;
  border-bottom: 0;
  text-align: center;
}
#showFormValues .row p.description {
  margin-bottom: 0;
}
#showFormValues .row p.description span {
  padding: 0;
}
#showFormValues .row ul li {
  line-height: 30px;
}
#showFormValues .row ul li ul {
  padding-left: 0;
}
#showFormValues .row ul li li {
  list-style: none;
  line-height: 24px;
}
#showFormValues .row ul li li label {
  min-width: 200px;
  height: auto;
  line-height: 16px;
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
#showFormValues .row ul li li label::after {
  content: ":";
}
#showFormValues .row h4 {
  font-size: 16px;
  padding: 0;
  margin: 5px 0;
}
#showFormValues .row div.photos,
#showFormValues .row div.photo {
  border-bottom: none;
}
#showFormValues .row span.tag {
  background: #ddd;
  line-height: 16px;
  overflow: hidden;
  padding: 3px 5px !important;
  border-radius: 3px;
  font-size: 0.9em;
}
#showFormValues .row span.tag.tooltipster {
  max-height: 36px;
}

#showFormValues .noborder .row div {
  border-bottom: none;
}

a.thumbnail-link {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.img-thumbnail {
  max-width: 200px;
  max-height: 150px;
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  width: auto;
  height: auto;
}

@media screen and (max-width: 575px) {
  #showFormValues .row div {
    margin-bottom: 1rem;
    border-bottom: none;
  }
  #showFormValues .row label {
    text-align: left !important;
    font-weight: bold;
  }
}
.showPageActionIcons {
  font-size: 1.2em;
}
.showPageActionIcons a,
.showPageActionIcons #deleteButton {
  color: #555;
  display: inline-block;
  font-size: 1.1em;
  height: 1.6em;
  margin-left: 0.2em;
}
.showPageActionIcons a:hover,
.showPageActionIcons #deleteButton:hover {
  color: #888;
  cursor: pointer;
}
.showPageActionIcons a.disabled,
.showPageActionIcons a.disabled:hover {
  color: #bbb;
  cursor: not-allowed;
}

.listWithPadding ul {
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}
.listWithPadding ul li {
  margin-bottom: 0.5em;
}

.container {
  padding-left: 5px;
  padding-right: 0;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #38c172;
}

.toast-error {
  background-color: #e3342f;
}

.toast-info {
  background-color: #3490dc;
}

.toast-warning {
  background-color: #f6993f;
}

#sourceSelector {
  position: relative;
}
#sourceSelector .bootstrap-select {
  min-width: 200px;
  border-radius: 3px;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  margin-bottom: 0.3rem;
}
#sourceSelector .bootstrap-select:last-child {
  margin-left: 0.3rem;
}
#sourceSelector .bootstrap-select:disabled {
  background-color: #f8f8f8;
  color: #888;
}
#sourceSelector .bootstrap-select,
#sourceSelector input {
  height: 34px;
}
#sourceSelector input {
  padding: 0 1rem;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 1199px) {
  #sourceSelector .bootstrap-select {
    width: 100%;
  }
  #sourceSelector .bootstrap-select:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  #sourceSelector.text-right {
    text-align: left !important;
  }

  #sourceSelector .bootstrap-select {
    width: 49%;
    margin-bottom: 1rem;
  }
  #sourceSelector .bootstrap-select:last-child {
    float: right;
  }
}
@media screen and (max-width: 575px) {
  #sourceSelector .bootstrap-select {
    width: 100%;
  }
  #sourceSelector .bootstrap-select:last-child {
    float: none;
  }
}

#chartIntervals select.generalSelect {
  padding: 0 1rem;
  margin-top: -2px;
}
#chartIntervals .nav-link {
  min-width: 200px;
}

@media screen and (max-width: 849px) {
  #chartIntervals .nav-link {
    min-width: 300px;
  }
}
.chartRibbon {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.chartRibbon h4 {
  margin-bottom: 15px;
}
.chartRibbon hr {
  margin: 10px 0;
}
.chartRibbon ul {
  padding-left: 0;
}
.chartRibbon ul li {
  list-style: none;
}
.chartRibbon .col-md-12 hr {
  max-width: 50%;
}

#graph {
  margin: 15px 0;
  position: relative;
  height: 50vh;
}

#graph,
#chart,
#indicators {
  max-width: 100%;
  width: 100%;
  position: relative;
  display: block;
}

#chart .spacer.left,
#chart .textBoxes {
  float: left;
}

#chart .spacer {
  position: relative;
  min-height: 1px;
}

#chart .spacer.left {
  width: 47px;
}

#chart .spacer.right {
  width: 14px;
  float: right;
}

#chart .textBoxes {
  width: calc(100% - 61px);
  display: flex;
}
#chart .textBoxes .container-fluid {
  width: 100%;
}
#chart .textBoxes .col-md-3 {
  border-right: 1px solid #ddd;
}
#chart .textBoxes .col-last {
  border-right: 0;
}

.textBoxes span.colorLabel {
  display: inline-block;
  width: 20px;
  height: 10px;
  border-radius: 3px;
  margin-right: 10px;
}
.textBoxes h5.dayTitle {
  background: #eee;
  border-radius: 0.3rem;
  margin-left: -1rem;
  padding: 0.3rem 1rem;
}

#chart.bar .spacer.right {
  width: 23px;
}

#chart.bar .textBoxes {
  width: calc(100% - 70px);
}

#chart.multi .spacer.right {
  width: 58px;
}

#chart.multi .textBoxes {
  width: calc(100% - 105px);
}

.chartRibbon:before,
.chartRibbon:after,
#chart .textBoxes:before,
#chart .textBoxes:after {
  display: table;
  content: " ";
}

.chartRibbon:after,
#chart .textBoxes:after {
  clear: both;
}

#parameterList {
  background-color: #eee;
  border-radius: 0.3rem;
  padding: 1rem;
  position: relative;
  border: 1px solid #ddd;
}

@media screen and (max-width: 575px) {
  #parameterList .text-right {
    text-align: left !important;
    padding: 1rem 2rem !important;
  }
  #parameterList .col-auto {
    width: 100%;
  }
}
ul.indexList {
  display: inline-block;
}

ul.indexList li {
  margin: 5px 0;
}

span.indexColor {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: bottom;
}

#ownLegend {
  margin-bottom: 20px;
}
#ownLegend ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#ownLegend ul ul li {
  display: inline-block;
  margin-left: 20px;
}
#ownLegend ul ul,
#ownLegend span.colorLabel {
  display: inline-block;
}
#ownLegend h5 {
  font-weight: bold;
}
#ownLegend span.colorLabel {
  width: 20px;
  height: 10px;
  border-radius: 3px;
  margin-right: 10px;
}

#dailyIndicators {
  margin-bottom: 30px;
}
#dailyIndicators .indicatorData {
  border: 1px solid #ccc;
  height: 12px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
}
#dailyIndicators .indicatorData .indicatorBar {
  height: 100%;
}
#dailyIndicators .indicatorHour {
  display: inline-block;
  font-size: 0.8em;
}
#dailyIndicators .indicatorHour.leftSide {
  float: left;
}
#dailyIndicators .indicatorHour.rightSide {
  float: right;
}

.showAlerts {
  color: #c3160d;
  font-size: 16px;
}

.chart-legends {
  margin: 0 auto 1em auto;
  text-align: center;
}
.chart-legends table {
  width: 100%;
}
.chart-legends ul {
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.chart-legends ul li {
  display: inline-block;
  margin: 0.3em 0;
}
.chart-legends .chart-legend {
  border-radius: 3px;
  text-align: right;
}
.chart-legends .chart-legend-label-text {
  padding: 0 1em 0 0.5em;
  text-align: left;
  cursor: pointer;
}

.chart-canvas {
  height: 400px;
}

#infectionInfo h3 {
  margin: 20px 0;
}
#infectionInfo h4, #infectionInfo h5 {
  margin-bottom: 10px;
}
#infectionInfo table {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  overflow-x: auto;
  padding-bottom: 20px;
}
#infectionInfo table th {
  background: #eee;
}
#infectionInfo table td, #infectionInfo table th {
  padding: 5px;
}
#infectionInfo ul {
  list-style: disc;
  margin-left: 20px;
}

@media screen and (max-width: 1199px) {
  .textBoxes strong {
    display: block;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 992px) {
  #leafWetnessDailySummary {
    display: none;
  }

  .textBoxes {
    margin-top: -2rem;
  }
  .textBoxes .col,
.textBoxes .col-sm-6 {
    margin-bottom: 2rem;
  }
  .textBoxes h5 {
    background: #eee;
    border-radius: 0.3rem;
    margin-left: -1rem;
    padding: 0.3rem 1rem;
  }
  .textBoxes strong {
    display: inline;
  }
  .textBoxes.infectionBoxes h5 {
    margin-left: 0;
  }

  .img-thumbnail {
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .textBoxes strong {
    display: block;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 575px) {
  .textBoxes .col,
.textBoxes .col-sm-6 {
    margin-bottom: 1rem;
  }
  .textBoxes strong {
    display: inline;
  }

  .chartRibbon .spacer {
    display: none !important;
  }
  .chartRibbon .textBoxes {
    width: 100% !important;
  }
  .chartRibbon .textBoxes h5 {
    margin-right: -1rem;
  }
}
@media screen and (max-width: 400px) {
  .textBoxes strong {
    display: block;
    margin-bottom: 0.3rem;
  }
}

span.inputLike.plantInfo,
#showFormValues span.plantInfo {
  padding-left: 12px;
  padding-top: 0;
  font-style: italic;
  display: block;
}

.form-group .custom-control.custom-checkbox.plantareaList {
  margin-left: 25px;
}

.form-group .custom-control.custom-checkbox.plantareaList label {
  line-height: normal;
}

.form-group .custom-control.custom-checkbox.plantareaList span {
  display: block;
  line-height: normal;
  margin-bottom: 10px;
  font-style: italic;
}

#selectedProducts .selectedProduct {
  margin: 30px 0;
}

#selectedProducts .selectedProduct.dark-group,
#selectedProducts .selectedProduct.light-group {
  padding: 10px !important;
}

#loading.modal {
  text-align: center;
  padding: 0 !important;
}

#loading.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#loading .modal-dialog {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: auto;
}

#fbTimeline .entry-row {
  border-left: 1px solid #eee;
  display: table;
  width: 100%;
}

#fbTimeline .before-entry,
#fbTimeline .entry-content,
#fbTimeline .after-entry {
  display: table-cell;
}

#fbTimeline .before-entry {
  border-bottom: 1px solid #eee;
  min-width: 10px;
}

#fbTimeline .entry-body {
  display: block;
  margin-top: 10px;
  background: #eee;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  padding: 10px;
}

#fbTimeline .entry-body span.type {
  border: 1px solid #aaa;
  background: #fff;
  padding: 2px 3px;
  border-radius: 3px;
  margin-bottom: 5px;
  display: inline-block;
}

#fbTimeline .entry-body span.date {
  font-size: 0.9em;
}

#fbTimeline .entry-body span.action {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
}

.slider.slider-horizontal {
  width: 100%;
}

.slider-tick.in-selection,
.slider-selection.tick-slider-selection {
  background-color: #38c172;
  background-image: linear-gradient(to bottom, #38c172, #38c172);
}

.slider-handle {
  background-color: green;
  background-image: linear-gradient(to bottom, green, green);
}

table.dataTable.dt-styled {
  margin: 10px 0 20px 0 !important;
}

.table.dt-styled > thead > tr > th,
.table.dt-styled > tbody > tr > th,
.table.dt-styled > tfoot > tr > th,
.table.dt-styled > thead > tr > td,
.table.dt-styled > tbody > tr > td,
.table.dt-styled > tfoot > tr > td {
  padding: 12px 5px !important;
  line-height: 20px;
}

.table.dt-styled > thead > tr > th {
  border-bottom: 1px solid #aaa;
}

.table.dt-styled > tbody > tr > td {
  border-bottom: 1px solid #d5d5d5;
}

.table.dt-styled > thead > tr > th.sorting_asc,
.table.dt-styled > thead > tr > th.sorting_desc,
.table.dt-styled > thead > tr > th.sorting {
  padding-right: 30px !important;
}

.dt-styled th.text-center,
.dt-styled td.text-center {
  text-align: left;
}

.dt-styled th.text-center.realCenter,
.dt-styled td.realCenter {
  text-align: center;
}

.dt-styled.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.dt-styled a.actionIcon {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.2em;
  cursor: pointer;
}

.dt-styled .tableActionIcons {
  min-width: 100px;
}

.dt-styled a.actionIcon.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.table-toolbar.bigButtons,
.dt-filters {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.table-toolbar.bigButtons .btn {
  padding: 10px 2%;
  margin-bottom: 5px;
}

.dt-filters {
  margin-bottom: 20px;
}

.dt-caption {
  max-height: 40px;
  overflow: hidden;
  max-width: 350px;
}

.confirmation {
  min-width: 150px;
}

a.actionIcon.delete-item {
  color: #3490dc !important;
}

a.actionIcon.delete-item:hover {
  color: #1d68a7 !important;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0;
}

#list {
  position: relative;
}
#list div.dataTables_wrapper table {
  min-width: 768px;
}
#list #customDatatableSearch {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  min-width: 200px;
}

td h5 {
  font-size: 1em;
  font-weight: inherit;
}

tr.clickable-row:hover td {
  background: #ddd;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #list #customDatatableSearch {
    position: relative;
    width: 70%;
    margin: 0 auto 1rem auto;
  }
}
@media screen and (max-width: 800px) {
  #list {
    overflow-x: auto;
  }
  #list div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
  }
}

.popupChart #graph {
  margin: 0;
  height: auto;
}
.popupChart .ribbon {
  margin-bottom: 0 !important;
}
.popupChart .ribbon .spacer.right {
  width: 11px;
}
.popupChart .ribbon .textBoxes,
.popupChart .ribbon .infoBox {
  font-size: 11px;
}
.popupChart .ribbon .textBoxes table {
  width: 100%;
  border-collapse: separate !important;
}
.popupChart .ribbon .textBoxes td {
  padding: 5px 2px;
  text-align: center;
}
.popupChart .ribbon .textBoxes .helper {
  color: #aaa;
}
.popupChart .ribbon .textBoxes .alertData {
  color: red;
  font-size: 16px;
}
.popupChart .ribbon .textBoxes .showAlerts {
  cursor: pointer;
}
.popupChart .ribbon .textBoxes .dataBox {
  font-size: 12px;
}
.popupChart .ribbon .textBoxes .dataBox div {
  background: #eee;
  padding: 5px;
  border-radius: 3px;
}
.popupChart .ribbon .textBoxes ul.infoList {
  text-align: left;
}
.popupChart .ribbon .textBoxes ul.infoList li {
  margin-bottom: 5px;
}
.popupChart .ribbon .textBoxes ul.infoList i.fa {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  vertical-align: -1px;
}
.popupChart .ribbon .textBoxes td.rotatedText {
  position: relative;
}
.popupChart .ribbon .textBoxes td.rotatedText div {
  position: absolute;
  top: 42%;
  transform-origin: center center;
  width: 60px;
}
.popupChart .ribbon .textBoxes td.rotatedText div.rotateLeft {
  transform: rotate(-90deg);
  left: -18px;
}
.popupChart .ribbon .textBoxes td.rotatedText div.rotateRight {
  transform: rotate(90deg);
  right: -18px;
}
.popupChart .ribbon .textBoxes td.clockDiagram {
  width: 22%;
  padding: 5px;
  position: relative;
}
.popupChart .ribbon .textBoxes td.clockDiagram .clockSeparator {
  position: absolute;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: dashed;
  border-width: 0;
  z-index: 1;
}
.popupChart .ribbon .textBoxes td.clockDiagram .clockSeparator.vertical {
  margin-left: -5px;
  height: 0;
  width: 100%;
  top: 50%;
  border-bottom-width: 1px;
}
.popupChart .ribbon .textBoxes td.clockDiagram .clockSeparator.horizontal {
  margin-top: -5px;
  height: 100%;
  width: 0;
  left: 50%;
  border-left-width: 1px;
}
.popupChart .ribbon .textBoxes td.clockDiagram .clockSeparator.horizontal.lastMeasurement {
  margin-top: 0;
  height: calc(50% - 5px);
  border-style: solid;
  border-color: red;
  transform-origin: bottom center;
}
.popupChart .ribbon .textBoxes tr.infoButtons td {
  padding: 10px 0;
}
.popupChart .ribbon .textBoxes tr.infoButtons .popupChartInfo {
  padding: 3px 2px;
}
.popupChart .ribbon .textBoxes tr.infoButtons .popupChartInfo div {
  padding: 0;
}
.popupChart .ribbon .textBoxes tr.infoButtons .popupChartInfo .left {
  float: left;
}
.popupChart .ribbon .textBoxes tr.infoButtons .popupChartInfo .right {
  float: right;
}
.popupChart .ribbon .textBoxes td.today {
  background: #e5e5e5;
  border-radius: 2px;
}
.popupChart .ribbon .textBoxes.daySummary td.minMaxData {
  font-size: 0;
}
.popupChart .ribbon .textBoxes.daySummary td.minMaxData span {
  font-size: 11px;
  display: inline-block;
}
.popupChart .ribbon .textBoxes.daySummary td.minMaxData span.valueIcon {
  width: 10%;
}
.popupChart .ribbon .textBoxes.daySummary td.minMaxData span.valueText {
  color: #fff;
  width: 80%;
  padding: 1px;
  text-align: center;
  border-radius: 2px;
}
.popupChart .ribbon .textBoxes.daySummary td.alertData:last-child,
.popupChart .ribbon .textBoxes.daySummary td.minMaxData:last-child {
  border: 0;
}
.popupChart .ribbon .textBoxes.daySummary td.riskData {
  font-size: 0;
}
.popupChart .ribbon .textBoxes.daySummary td.riskData span {
  font-size: 11px;
  display: inline-block;
}
.popupChart .ribbon .textBoxes.daySummary td.riskData span.riskIcon {
  width: 15%;
}
.popupChart .ribbon .textBoxes.daySummary td.riskData span.riskText {
  background: #eee;
  width: 90%;
  border-radius: 2px;
  padding: 1px 5px;
}
.popupChart .ribbon .infoBox h5 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.popupChart .ribbon .infoBox ul {
  margin-left: 20px;
}
.popupChart .ribbon .infoBox ul li {
  margin-bottom: 5px;
}
.popupChart .ribbon .infoBox select {
  width: 100%;
  background: #f5f5f5;
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-size: 14px;
}
.popupChart .infoButtons {
  background: #eee;
  padding: 10px 0;
}
.popupChart .ribbon.infoButtons {
  margin-top: 20px;
  height: 60px;
}
.popupChart ul.radioList {
  list-style: none;
  font-size: 11px;
  text-align: left;
  margin-top: 10px;
}
.popupChart ul.radioList li {
  display: inline-block;
  width: 150px;
  overflow: hidden;
  margin: 5px 5px 5px 0;
}
.popupChart ul.radioList li div {
  display: table-cell;
  vertical-align: top;
}
.popupChart ul.radioList li div.tableLike {
  display: table;
}
.popupChart ul.radioList li div.radioButton {
  width: 20px;
}
.popupChart ul.radioList li div.labelText {
  background: #eee;
  border-radius: 3px;
  padding: 3px 5px;
  width: 100%;
}
.popupChart ul.radioList input[type=radio] {
  margin-right: 5px;
  vertical-align: -2px;
}
.popupChart ul.radioList label {
  font-weight: normal;
  margin-bottom: 0;
}
.popupChart .chartInfo {
  font-size: 11px;
}
.popupChart .chartInfo h5 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.popupChartInfo span.tooltipster {
  font-size: 22px;
}
.popupChartInfo div.left,
.popupChartInfo div.right {
  width: 50%;
  display: inline-block;
}
.popupChartInfo .left {
  text-align: left;
}
.popupChartInfo .right {
  text-align: right;
}

.popupSunSummary {
  font-size: 0.9em;
}
.popupSunSummary h5 {
  font-weight: bold;
}

.popupSun {
  width: 100%;
  position: relative;
}
.popupSun div {
  position: absolute;
}
.popupSun .sunInfo {
  bottom: 0;
  padding: 5px;
  font-size: 11px;
  background: #eee;
  border-radius: 3;
}
.popupSun .sunrise {
  left: 0;
}
.popupSun .sunset {
  right: 0;
}
.popupSun .sunBox {
  width: 200px;
  height: 200px;
  position: relative;
  margin: -70px auto 0 auto;
  text-align: center;
  vertical-align: bottom;
  overflow: hidden;
}
.popupSun .sunPath {
  left: 0;
  bottom: -100px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px dashed #ccc;
  background: linear-gradient(rgba(255, 230, 60, 0) 50%, rgba(255, 230, 60, 0.2) 50%);
  transition: transform 2s ease;
}
.popupSun .sunIcon {
  z-index: 2;
  bottom: -10px;
  width: 210px;
  color: orange;
  left: calc(50% - 105px);
  text-align: left;
  transition: transform 2s ease;
}

table tr.unseen {
  font-weight: bold;
}

.popupDatatable {
  font-size: 0.9em;
  margin: -1rem 0;
}
.popupDatatable .table.dt-styled > tbody > tr > td {
  padding: 8px 5px !important;
  line-height: normal;
}
.popupDatatable th {
  display: none;
}
.popupDatatable td:first-child,
.popupDatatable td:nth-child(3) span {
  font-size: 0.7rem;
}
.popupDatatable td:nth-child(3) {
  max-width: 200px;
}
.popupDatatable td:nth-child(3) span.alertLogDescription {
  display: inline-block;
  max-height: 2rem;
  overflow: hidden;
}
.popupDatatable td:nth-child(2),
.popupDatatable td:last-child {
  text-align: center;
  width: 30px;
}
.popupDatatable tr.unseen td:nth-child(1) {
  border-left: 5px solid #444;
}

.bbchTable {
  border-collapse: collapse;
  margin: 20px 10px;
  font-size: 10px;
  line-height: 10px;
}
.bbchTable td {
  height: 10px;
  padding: 0 !important;
}
.bbchTable td.y_axis {
  border-right: 2px solid #555;
  width: 30px;
  padding: 0 3px !important;
  text-align: center;
}
.bbchTable td.y_axis.green {
  background: lightgreen;
}
.bbchTable td.y_axis.bottom {
  border-right: 0;
}
.bbchTable td.x_axis {
  border-top: 2px solid #555;
  text-align: right;
}
.bbchTable td.x_axis i.fa {
  display: inline-block;
  margin-right: 2px;
}
.bbchTable td.x_axis i.fa.green {
  color: mediumseagreen;
}
.bbchTable td.x_axis.noborder {
  border-top: 0;
}
.bbchTable td.bbch_cell,
.bbchTable td.pr_cell {
  width: 10px;
}
.bbchTable td.bbch_cell {
  border-style: solid;
  border-color: #ddd;
  border-right-width: 1px;
  border-top-width: 1px;
  border-left: 0;
  border-bottom: 0;
}
.bbchTable td.bbch_cell.bbch_today {
  border-right-color: #444;
  border-right-style: dashed;
}
.bbchTable td.bbch_cell.bbch_forecast {
  background: #eee;
}

#tableChart #bbch_tab div {
  margin-left: 30px;
  margin-right: 10px;
}
#tableChart .infoButtons {
  padding: 10px 10px 10px 30px;
}
#tableChart .textBoxes .right {
  width: 48%;
  vertical-align: -2px;
  padding-right: 5px;
}

#navtab-w-map-icons {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1050;
  display: none;
  width: 400px;
}
#navtab-w-map-icons .modal-content {
  height: 600px;
  right: 10px;
  bottom: 55px;
}
#navtab-w-map-icons .loader {
  width: 100%;
  height: 200px;
  text-align: center;
}
#navtab-w-map-icons .chart-canvas {
  height: 200px;
}
#navtab-w-map-icons .chart-canvas canvas {
  position: absolute;
  top: 0;
  left: 0;
}
#navtab-w-map-icons .chart-legends {
  font-size: 11px;
  padding-top: 140px;
  margin-bottom: -130px;
}
#navtab-w-map-icons .chart-legends ul {
  margin-bottom: 5px;
}
#navtab-w-map-icons .clockDiagram .chart-canvas {
  height: 64px;
}
#navtab-w-map-icons .clockDiagram .chart-canvas canvas {
  top: auto;
  left: auto;
}
#navtab-w-map-icons .clockDiagram .clockChart {
  max-height: 64px;
}
#navtab-w-map-icons .modal-footer button.close {
  font-size: inherit;
  opacity: 1;
  color: #fff;
  background-color: #38c172;
  text-shadow: none;
}
#navtab-w-map-icons .more_info {
  font-size: 1.2em;
  color: #666;
  margin-top: -0.1em;
}
#navtab-w-map-icons .more_info span {
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  text-align: right;
}
#navtab-w-map-icons .modal-dialog__navtabs .nav-item .nav-link.tab-alert-1, #navtab-w-map-icons .modal-dialog__navtabs .nav-item .nav-link.tab-alert-1 span, #navtab-w-map-icons .modal-dialog__navtabs .nav-item .nav-link.tab-alert-1 i {
  color: #c3160d;
}
#navtab-w-map-icons .modal-dialog__navtabs .nav-item .nav-link.tab-alert-2, #navtab-w-map-icons .modal-dialog__navtabs .nav-item .nav-link.tab-alert-2 span, #navtab-w-map-icons .modal-dialog__navtabs .nav-item .nav-link.tab-alert-2 i {
  color: #f3aa18;
}
#navtab-w-map-icons #list div.dataTables_wrapper table {
  min-width: auto;
}

#L1header {
  cursor: pointer;
}

.modal-dialog__navtabs {
  min-height: 48px;
}

.modal__w-navtab .modal-body .tab-pane .body {
  padding: 0.9rem 1rem;
}

@media screen and (max-width: 992px) {
  #navtab-w-map-icons .textBoxes {
    margin-top: 0;
  }
}
@media screen and (max-width: 430px) {
  #navtab-w-map-icons {
    width: 100%;
    height: 100vh;
  }
  #navtab-w-map-icons .modal-content {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.modal-footer .leftButton {
  position: absolute;
  left: 1rem;
  /* = modal-footer padding */
}

.modal-md.w800 {
  max-width: 800px;
}

.modal-xl.w1140 {
  max-width: 1140px;
}

.modal-content .modal-header .close-secondary {
  text-shadow: none;
  opacity: 1;
  margin: 0;
  padding: 0;
  font-size: 16px;
  outline: none !important;
  background-color: transparent;
  border: 0;
}
.modal-content .modal-header .close-secondary i {
  color: #ffffff;
}

.modal__w-navtab .modal-body .tab-pane .header {
  padding: 0.7rem 1rem;
}

.custom-scrollbar ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.custom-scrollbar ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #777;
  background: #ccc;
}
.custom-scrollbar ::-webkit-scrollbar-thumb {
  background: #848484;
  border-radius: 3px;
  box-shadow: inset 0 0 5px #777;
}
.custom-scrollbar:hover ::-webkit-scrollbar-thumb {
  background: #45c742;
}

.stationModule .form-wizard .nav-pills > a,
.stationModule .form-wizard .nav-pills > a:link,
.stationModule .form-wizard .nav-pills > a:visited,
.stationModule .form-wizard .nav-pills > a:hover,
.stationModule .form-wizard .nav-pills > a:focus .form-wizard .nav-pills > a:active {
  background-color: transparent;
  border: none;
  color: black;
}
.stationModule .form-wizard .nav-pills .number.done {
  background-color: #919699 !important;
  color: white;
}
.stationModule .form-wizard .nav-pills .number {
  background-color: #eee;
  text-align: center !important;
  padding: 11px 15px 13px;
  margin-right: 10px;
  height: 45px;
  width: 45px;
  border-radius: 50% !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
}
.stationModule .wizard-progress-bar {
  height: 0.7rem !important;
  width: 80%;
}
.stationModule .progress-bar {
  background-color: #919699 !important;
}
.stationModule .panel-body {
  margin: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
}
.stationModule .detail-panel-container {
  background-color: #f8fafc;
}
.stationModule .panel-body-title {
  padding-left: 22px;
  padding-top: 10px;
}
.stationModule .panel-action {
  padding-right: 17px;
  padding-top: 15px;
}
.stationModule .panel-action > span {
  font-size: 1.1rem;
}
.stationModule .panel-action > a {
  color: inherit;
  text-decoration: inherit;
  padding: 0 5px;
}
.stationModule .sub-group.dt-filters {
  width: 100% !important;
}
.stationModule .sub-group.dt-filters > select {
  width: 100% !important;
}
