/*---------------------------------------------
-- 
---------------------------------------------*/
/*---------------------------------------------
-- 
---------------------------------------------*/
body {
  margin: 0;
}
body.is-home {
  display: flex;
  overflow: hidden;
}

* {
  outline: 0;
}

.button, body .shepherd-element .shepherd-button, button {
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  width: auto;
  white-space: nowrap;
}

.button, body .shepherd-element .shepherd-button, .button:focus, .button:visited {
  background: #03746a;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  font-size: 0.8em;
  padding: 1em 3em;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.button:hover, body .shepherd-element .shepherd-button:hover, .button:focus:hover, .button:visited:hover {
  background: #025b53;
  color: #fff;
  text-decoration: none;
}
.button.small, body .shepherd-element .shepherd-button, .button:focus.small, .button:visited.small {
  padding: 0.5em 1em;
}
.button.btn--cancel, body .shepherd-element .btn--cancel.shepherd-button, .button:focus.btn--cancel, .button:visited.btn--cancel {
  background: #fafafa;
  color: #333;
}

.toolbar {
  background: #fafafa;
  border-right: 1px solid #ddd;
  padding: 10px;
  position: relative;
  display: flex;
  flex-basis: 180px;
  flex-direction: column;
}
.toolbar button, .toolbar a {
  border-bottom: 1px solid #ddd;
  color: #333;
  display: block;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.toolbar button:hover, .toolbar a:hover {
  color: #03746a;
  text-decoration: none;
}
.toolbar button.last, .toolbar a.last {
  border-bottom: 0;
}
.toolbar .expander {
  flex-grow: 10;
}
.toolbar .paint-switcher.active {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.toolbar .with-submenu {
  position: relative;
}
.toolbar .with-submenu:hover .hidden-submenu {
  display: block;
}
.toolbar .hidden-submenu {
  display: none;
  background: #fafafa;
  border: 1px solid #ddd;
  position: absolute;
  padding: 0 10px;
  left: 100%;
  /*margin-left: 10px;*/
  top: -1px;
  z-index: 1;
}
.toolbar .hidden-submenu li {
  white-space: nowrap;
}
.toolbar .hidden-submenu li:last-child button, .toolbar .hidden-submenu li:last-child a {
  border-bottom: 0;
}
.toolbar .submenu button {
  display: flex;
  align-items: center;
}
.toolbar .tool-preview {
  display: inline-block;
  height: 50px;
  margin-right: 10px;
  width: 50px;
}
.toolbar .toolbar__options .material-symbols-outlined {
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.hints {
  align-items: center;
  cursor: pointer;
  background: #ddd;
  border-radius: 16px;
  display: flex;
  left: 100%;
  margin-left: 20px;
  position: absolute;
  top: 13px;
  z-index: 1;
}
.hints.no-hint {
  display: none;
}
.hints .icon {
  background: #fff;
  border-radius: 16px;
}
.hints .material-symbols-outlined {
  font-size: 27px;
  display: block;
}
.hints .text {
  padding: 0 1.5em 0 1em;
  white-space: nowrap;
  font-size: 0.9rem;
  transition: all 0.3s;
}
.hints.veil:not(:hover) .text {
  width: 0;
  padding: 0;
}
.hints.veil:not(:hover) .text .inner {
  visibility: hidden;
}

.body-canvas {
  flex-grow: 2;
  height: 100vh;
}

.context-menu {
  display: none;
  position: absolute;
  min-width: 90px;
  padding: 10px 0;
  background-color: white;
  box-shadow: 0 0 5px grey;
  border-radius: 3px;
}
.context-menu button {
  width: 100%;
  background-color: white;
  border: none;
  margin: 0;
  padding: 7px 10px;
  white-space: nowrap;
}
.context-menu button:hover {
  color: #03746a;
}
.context-menu hr {
  margin: 8px 0;
}

.month-slider {
  position: fixed;
  bottom: 10px;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.month-slider .noUi-target {
  height: 3em;
  padding: 0;
}
.month-slider .noUi-pips {
  top: 0;
  bottom: 0;
  height: auto;
  padding: 0;
}
.month-slider .noUi-pips .noUi-marker-horizontal.noUi-marker-large {
  background: #ddd;
  height: 100%;
  width: 1px;
}
.month-slider .noUi-pips .noUi-value-horizontal {
  line-height: 3em;
  font-size: 0.9em;
  color: #333;
  transform: none;
  width: 8.3333333333%;
}
.month-slider .noUi-pips .noUi-value-horizontal:last-child {
  display: none;
}
.month-slider .noUi-handle {
  border: 1px solid #ddd;
  border-radius: 0;
  background: #03746a;
  cursor: ew-resize;
  box-shadow: none;
  height: 3em;
  top: -1px;
  width: 1em;
}
.month-slider .noUi-handle:before, .month-slider .noUi-handle:after {
  display: none;
}
.month-slider .noUi-horizontal .noUi-handle {
  right: -0.5em;
}

.plants-sidebar {
  background: #fafafa;
  border-left: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 10px;
  position: relative;
  width: 220px;
}
.plants-sidebar .button--show-plants {
  margin-bottom: 1em;
  width: 100%;
}
.plants-sidebar .wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  overflow-y: auto;
  margin-right: -10px;
  padding-right: 10px;
}
.plants-sidebar .item {
  border-bottom: 1px solid #ddd;
  color: #333;
  cursor: pointer;
  display: block;
  padding: 10px;
  width: 100%;
}
.plants-sidebar .item:hover {
  color: #03746a;
  text-decoration: none;
}
.plants-sidebar .item:last-child {
  border-bottom: 0;
}
.plants-sidebar .item .name {
  text-transform: capitalize;
}
.plants-sidebar .item .name span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plants-sidebar .item .name small {
  font-size: 0.8em;
  float: right;
}
.plants-sidebar .item .name:after {
  content: "";
  display: block;
  clear: both;
}
.plants-sidebar .item .dimensions {
  margin-bottom: 5px;
  font-size: 0.9em;
}
.plants-sidebar .item .dimensions span {
  font-size: 1.4em;
  line-height: 0.8em;
}
.plants-sidebar .item .colors b {
  display: inline-block;
  font-size: 0.95em;
  padding: 1px 5px;
  border: 1px solid #ddd;
}
.plants-sidebar .item .color {
  border: 1px solid #ddd;
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  width: 20px;
  vertical-align: middle;
}

.reminders-alert {
  position: absolute;
  top: 10px;
  right: 100%;
  margin-right: 20px;
  margin-top: 10px;
}
.reminders-alert:after {
  content: "";
  display: block;
  clear: both;
}
.reminders-alert:hover .dropdown {
  display: block;
}
.reminders-alert .icon {
  background: url(../images/layout/icon-bell.svg) no-repeat 8px 7px;
  background-size: 30px 30px;
  height: 40px;
  width: 48px;
}
.reminders-alert .count {
  border-radius: 50%;
  background: #cc0000;
  color: #fff;
  font-style: normal;
  font-size: 0.8em;
  font-weight: 700;
  position: absolute;
  top: -10px;
  right: -10px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
  right: -2px;
  top: -5px;
}
.reminders-alert .dropdown {
  display: none;
  background: #fafafa;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  padding: 20px;
  right: 0;
  top: 100%;
  width: 400px;
}
.reminders-alert .reminders {
  max-height: 90vh;
  overflow-y: auto;
}
.reminders-alert .button, .reminders-alert body .shepherd-element .shepherd-button, body .shepherd-element .reminders-alert .shepherd-button {
  margin-top: 1em;
  float: right;
}

/*---------------------------------------------
-- form
---------------------------------------------*/
.form-pairs-group {
  display: flex;
  gap: 1em;
}
.form-pairs-group .form-pair {
  flex: 1 0;
}

.designer-form .form-pair {
  margin-bottom: 1em;
  position: relative;
}
.designer-form .form-pair label {
  background: #fff;
  font-size: 0.8em;
  font-weight: 500;
  position: absolute;
  padding: 0 5px;
  top: 0;
  left: 1em;
  margin-left: -5px;
  transform: translateY(-50%);
  z-index: 1;
}
.designer-form .form-pair .units {
  color: #ccc;
  font-size: 0.8em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.designer-form .form-pair .noUi-target {
  padding: 0;
  height: 3em;
  box-shadow: none;
}
.designer-form .form-pair .noUi-connects {
  border-radius: 0;
  cursor: pointer;
}
.designer-form .form-pair .noUi-horizontal .noUi-tooltip {
  border-radius: 0;
  border-color: #ddd;
  bottom: auto;
  font-size: 0.8em;
  top: 120%;
}
.designer-form .form-pair .noUi-handle {
  border: 1px solid #ddd;
  border-radius: 0;
  background: #FFF;
  cursor: ew-resize;
  box-shadow: none;
  height: 3em;
  top: -1px;
  width: 1em;
}
.designer-form .form-pair .noUi-handle:before, .designer-form .form-pair .noUi-handle:after {
  display: none;
}
.designer-form .form-pair .noUi-horizontal .noUi-handle {
  right: -0.5em;
}
.designer-form .form-pair.color-pair {
  padding-bottom: 3em;
  padding-top: 1em;
}
.designer-form .form-pair.color-pair input {
  display: none;
}
.designer-form .button-wrapper {
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 2em;
  display: flex;
}
.designer-form .actualize {
  margin-left: 1em;
}
.designer-form .actualize div {
  display: inline-block;
}

.edit-form {
  min-width: 360px;
  min-height: 400px;
  width: 520px;
}
.edit-form[data-layer=buildings] .noUi-horizontal .noUi-handle {
  display: none;
}
.edit-form form.show-color-picker .tab {
  height: auto !important;
}
.edit-form form.show-color-picker .color-picker {
  display: flex;
}
.edit-form form.show-color-picker .form-controls {
  display: none;
}
.edit-form .color-picker {
  display: none;
  align-items: center;
  justify-content: center;
  /*position: absolute;*/
  /*padding: 2em;*/
  /*		top: 0;
  		left: 0;*/
  min-height: 100%;
  /*right: 0;*/
  z-index: 402;
}
.edit-form .color-picker.show {
  display: flex;
}
.edit-form .color-picker__close {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  line-height: 21px;
}
.edit-form .color-picker__close:before {
  content: "";
  display: inline-block;
  border: 1px solid currentColor;
  border-width: 0 0 1px 1px;
  width: 20px;
  height: 8px;
  transform: rotate(-45deg);
  margin-right: 5px;
  vertical-align: top;
}
.edit-form .color-picker .positioner {
  position: relative;
}
.edit-form .color-picker__preview {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 30px;
  margin-bottom: 1em;
  margin-top: 1em;
}
.edit-form .color-picker__used-colors {
  display: flex;
  flex-wrap: wrap;
}
.edit-form .color-picker__used-colors > div {
  flex: 0 0 45px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 5px 5px 0;
}
.edit-form .select2-container .more-info-i {
  float: right;
  margin-right: 10px;
}
.edit-form .select2-results__option {
  border-bottom: 1px dotted #ddd;
}
.edit-form .reminders-tab-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.edit-form .reminders-tab-container input.button, .edit-form .reminders-tab-container body .shepherd-element input.shepherd-button, body .shepherd-element .edit-form .reminders-tab-container input.shepherd-button {
  width: 100%;
  height: 46px;
}
.edit-form .reminder-form {
  border-top: 1px solid #ddd;
  margin-top: 2em;
  padding-top: 2em;
  position: relative;
}
.edit-form .reminder-form .title {
  background: #fff;
  font-weight: bold;
  font-weight: 0.9em;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: -0.7em;
}
.edit-form .reminder-form .error {
  position: absolute;
}
.edit-form .reminders {
  flex: 2 0;
  overflow: auto;
  margin-right: -10px;
  padding-right: 10px;
}

.reminder {
  border: 1px solid #ddd;
  /*background: rgba($colorBorder, 0.4);*/
  padding: 10px 16px;
  position: relative;
  margin-bottom: 1em;
}
.reminder:after {
  content: "";
  display: block;
  clear: both;
}
.reminder:last-child {
  margin-bottom: 0;
}
.reminder.current {
  border-color: #cc0000;
}
.reminder.current h4 {
  color: #cc0000;
}
.reminder.current date {
  font-weight: bold;
  color: #cc0000;
}
.reminder h4 {
  font-weight: bold;
  margin-bottom: 1em;
  padding-right: 90px;
}
.reminder date {
  position: absolute;
  right: 16px;
  top: 10px;
  font-size: 0.9em;
}
.reminder hr {
  border-top: 1px dotted #ddd;
  margin: 1em 0;
}
.reminder li {
  line-height: 1.3em;
}
.reminder ul {
  list-style-type: circle;
  margin-left: 1em;
}
.reminder ul li {
  margin-bottom: 5px;
}

.plant-select2-item {
  padding-left: 60px;
  position: relative;
}
.plant-select2-item img {
  height: 45px;
  left: 0;
  top: 50%;
  margin-top: -23px;
  position: absolute;
  width: 50px;
  object-fit: contain;
}
.plant-select2-item small {
  float: right;
  white-space: nowrap;
}
.plant-select2-item em {
  clear: both;
  display: block;
  font-style: normal;
}
.plant-select2-item b {
  display: inline-block;
  margin-right: 5px;
  font-weight: normal;
  border: 1px solid currentColor;
  padding: 0 5px;
}

.more-info-i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #03746a;
  color: #fff;
  border-radius: 50%;
}
.more-info-i:hover, .more-info-i:focus, .more-info-i:active, .more-info-i:visited {
  color: #fff;
  background: #03655c;
  text-decoration: none;
}

.tabs[data-active="#tab-reminders"] form > .button-wrapper {
  display: none;
}

.tab-nav--reminders {
  position: relative;
}
.tab-nav--reminders em {
  border-radius: 50%;
  background: #cc0000;
  color: #fff;
  font-style: normal;
  font-size: 0.8em;
  font-weight: 700;
  position: absolute;
  top: -10px;
  right: -10px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
}

/*---------------------------------------------
-- plants list
---------------------------------------------*/
.plant-naming {
  text-transform: capitalize;
}

.plants-table [data-toggle] {
  cursor: pointer;
}
.plants-table .details-row {
  border-bottom-style: double;
  border-bottom-width: 3px;
  display: none;
}
.plants-table .details-row td {
  background: #fafafa;
}
.plants-table .details-row h3 {
  font-weight: bold;
  margin: 1em 0;
}

.close-plants-table {
  position: absolute;
  top: -4px;
  display: inline-block;
  width: 45px;
  height: 45px;
}
.close-plants-table:before, .close-plants-table:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  height: 30px;
  width: 1px;
  background-color: currentColor;
  transform-origin: center center;
}
.close-plants-table:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-plants-table:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*---------------------------------------------
-- reminders list
---------------------------------------------*/
.reminders-list {
  max-width: 680px;
  margin: 80px auto;
}

/*---------------------------------------------
-- tour
---------------------------------------------*/
body .shepherd-modal-overlay-container.shepherd-modal-is-visible {
  opacity: 0.7;
}

body .shepherd-element {
  padding: 15px;
  box-shadow: none;
  background: none;
  border-radius: 0;
}
body .shepherd-element header {
  height: auto;
  display: none;
}
body .shepherd-element .shepherd-content {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 1em 1em 0.5em;
}
body .shepherd-element .shepherd-text {
  margin-bottom: 0.75em;
}
body .shepherd-element .shepherd-button {
  width: 80px;
}
body .shepherd-element .shepherd-button.button--close {
  float: left;
  background-color: #cc0000;
}
body .shepherd-element .shepherd-button.button--back {
  margin-left: auto;
  border: 1px solid currentColor;
  background-color: #fff;
  color: #03746a;
}
body .shepherd-element[data-popper-placement^=right] {
  padding-left: 30px;
}
body .shepherd-element[data-popper-placement^=right] > .shepherd-arrow {
  left: 22px !important;
  z-index: 1;
}
body .shepherd-element[data-popper-placement^=top] {
  padding-bottom: 30px;
}
body .shepherd-element[data-popper-placement^=top] > .shepherd-arrow {
  bottom: 22px !important;
  z-index: 1;
}
body .shepherd-element[data-popper-placement^=left] {
  padding-right: 30px;
}
body .shepherd-element[data-popper-placement^=left] > .shepherd-arrow {
  right: 22px !important;
  z-index: 1;
}

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