body {
  background-color: var(--gray0);
}

.small-red-dot {
  height: 8px;
  width: 8px;
  background-color: var(--alert);
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
}

.small-green-dot {
  height: 8px;
  width: 8px;
  background-color: var(--success30);
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
}

.small-blue-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary50);
}

.big-blue-dot {
  height: 20px;
  width: 20px;
  background-color: var(--primary50);
  border-radius: 50%;
  display: inline-block;
}

.fib-main-panel {
  display: flex;
}

.fib-main-panel .bg-img {
  flex: 0 0 590px;
  width: 590px;
  height: 100vh;
  position: relative;

  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.fib-main-panel .bg-img:before {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('img/fib-main-panel-bg-img.jpeg') no-repeat;
  background-size: cover;
  opacity: 50%;
}

.fib-main-panel .fib-logo {
  position: relative;
}

.fib-main-panel .content {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.fib-main-panel .remind-password-change-view,
.fib-main-panel .remind-password-view,
.fib-main-panel .login-form-view {
  display: block;
  width: 312px;
}

.remind-password-change-view .h500,
.remind-password-view .h500,
.login-form-view .h500 {
  margin-bottom: 31px;
}

.remind-password-change-view .text-button-primary.h200,
.remind-password-view .text-button-primary.h200,
.login-form-view .text-button-primary.h200 {
  position: relative;
  bottom: 28px;
}

.sec-remind-password-change-form label,
.sec-remind-password-form label,
.sec-login-form label {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}

.sec-remind-password-change-form input,
.sec-remind-password-form input,
.sec-login-form input {
  width: 100%;
  margin-bottom: 24px;
}

.sec-remind-password-change-form .actions,
.sec-remind-password-form .actions,
.sec-login-form .actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sec-remind-password-change-form .actions .loader-medium,
.sec-remind-password-form .actions .loader-medium,
.sec-login-form .actions .loader-medium {
  margin-right: 5px;
}

.sec-remind-password-change-form p.error,
.sec-remind-password-form p.error,
.sec-login-form p.error {
  color: var(--alert);
}

.sec-remind-password-form .success {
  margin-bottom: 28px;
}

nav.main-nav {
  position: relative;
  width: 100%;
  height: 64px;
  background-color: var(--white);
  box-shadow: 0px 6px 20px -2px rgba(26, 26, 26, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}

nav.main-nav .fib-logo {
  width: 183px;
  height: 28px;
  margin-left: 34px;
}

nav.main-nav .menu-logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  min-width: 183px;
}

nav.main-nav .alt-menu {
  margin-right: 26px;
}

nav.main-nav .main-menu li {
  display: inline-block;
  margin: 0 4px;
  margin-left: 10px;
}

nav.main-nav .main-menu a {
  display: inline-block;
  height: 64px;
  line-height: 64px;
  padding: 4px 16px 0 16px;
  box-sizing: border-box;
  border-bottom: solid 1px var(--gray40);
  text-decoration: none;
  color: var(--gray80);
}

nav.main-nav .main-menu div {
  display: inline-block;
  height: 64px;
  line-height: 64px;
  padding: 4px 16px 0 16px;
  box-sizing: border-box;
  border-bottom: solid 1px var(--gray40);
  text-decoration: none;
  color: var(--gray80);
  cursor: pointer;
}

nav.main-nav .main-menu a.active {
  background-color: var(--primary-light-blue);
}

nav.main-nav .main-menu div.active {
  background-color: var(--primary-light-blue);
}

nav.main-nav .main-menu a.active,
nav.main-nav .main-menu a:hover {
  border-bottom: solid 2px var(--primary50);
  color: var(--primary50);
}

nav.main-nav .main-menu div.active,
nav.main-nav .main-menu div:hover {
  border-bottom: solid 2px var(--primary50);
  color: var(--primary50);
}

nav.main-nav .alt-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav.main-nav .alt-menu>*>a {
  cursor: pointer;
  text-decoration: none;
  color: var(--black);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

nav.main-nav .alt-menu>li {
  border: solid 2px transparent;
}

nav.main-nav .alt-menu>li:hover,
nav.main-nav .alt-menu>li.active {
  border: solid 2px var(--primary50);
  border-radius: 40px;
  color: var(--primary50);
}

.has-alarms-wrapper {
  position: relative;
  cursor: pointer;
}

.has-alarms {
  position: absolute;
  top: 6px;
  right: 6px;
}

nav.main-nav .go-back {
  margin-right: 34px;
}

nav.main-nav .save-button {
  margin-right: 4px;
}

nav.secondary-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 44px;
  margin-bottom: 36px;
}

.fib-installation-list .installation-filters {
  position: sticky;
  top: 0;
  z-index: 5;
  justify-content: flex-start;
}

.fib-installation-list .installation-filters-tech {
  position: sticky;
  top: 0;
  z-index: 5;
  justify-content: space-between;
}

.fib-installation-list .installation-filters-group {
  display: flex;
  justify-content: flex-start;
  gap: 7px;
}

.fib-installation-list .installation-filters input {
  margin-right: 21px;
  width: 312px;
  box-sizing: border-box;
  display: inline-block;
}

.fib-installation-list .installation-filters .h200 {
  margin-right: 19px;
}

.fib-installation-list .installation-filters .chip {
  margin-right: 8px;
}

.fib-installation-list .clients-menu {
  position: sticky;
  top: 0;
}

.fib-installation-list .clients-menu .icon-check {
  display: none;
}

.fib-installation-list .clients-menu .active .icon-check {
  display: inline-block;
}

.fib-installation-list .client-installations .spider-list {
  margin-top: 23px;
}

.fib-installation-list .client-installations .well span {
  cursor: pointer;
}

.fib-installation-list .client-installations .well .actions {
  display: none;
  flex: 0 0 auto;
}

.fib-installation-list .client-installations .well .actions.techpanel {
  gap: 15px;
}


.fib-installation-list .client-installations .well:hover .actions {
  display: flex;
  justify-content: flex-end;
}

.fib-installation-list .client-installations .well.licensed-expired {
  justify-content: flex-start;
}

.fib-installation-list .client-installations .well.licensed-expired span {
  margin-right: 12px;
}

.fib-installation-list .client-installations .well:not(.licensed-expired):hover .title {
  width: 323px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.fib-create-installation .step-content {
  justify-content: center;
  flex-direction: column;
  margin-bottom: 16px;
}

.fib-create-installation .step-content>* {
  background-color: var(--white);
  border-radius: 8px;
  box-sizing: border-box;
  padding: 24px 48px;
}

.fib-create-installation .step-content-small {
  width: 566px;
  align-self: center;
}

.fib-create-installation .actions>* {
  margin: 0 5px;
}

.fib-create-installation .icon-solars {
  font-size: 204px;
  color: var(--gray40);
}

.fib-create-installation .add-button-container {
  margin: 42px 0 226px 0;
}

.fib-create-installation .step-content h3 {
  margin-bottom: 8px;
}

.fib-users-list li {
  margin-bottom: 8px;
}

.fib-users-list li .button-tertiary {
  margin-left: 16px;
}

.fib-users-list .error {
  color: var(--alert);
  text-align: left;
}

.fib-admin-installation .main-nav .middle {
  flex: 1;
}

.fib-admin-installation .main-nav .right,
.fib-admin-installation .main-nav .left {
  width: 325px;
}

.title-container {
  margin-top: 20px;
  margin-bottom: 16px;
}

.fib-admin-installation .buttons {
  margin-top: 16px;
}

.fib-admin-installation h3 {
  margin-bottom: 16px;
}

.fib-license .switch-big {
  margin-right: 10px;
  margin-left: 0;
}

.fib-license .button-tertiary {
  flex: 0 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}

.fib-license {
  position: relative;
}

.fib-license input[type="date"] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 40px;
  height: 40px;
  border: none !important;
  color: transparent;
  user-select: none;
  background: transparent !important;
}

.fib-license input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  color: transparent;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}

.fib-license input[type="date"]::-moz-selection {
  /* Code for Firefox */
  color: transparent;
  background: transparent;
}

.fib-license input[type="date"]::selection {
  color: transparent;
  background: transparent;
}

.sub-title {
  margin-bottom: 17px;
}

.fib-org-list .search .input-icon-after {
  width: 100%;
  margin-right: 24px;
}

.fib-org-list .search {
  width: 100%;
  margin-bottom: 23px;
}

.fib-org-list .search .square-button {
  flex: 1 0 auto;
}

.fib-org-list .clients .well {
  width: 100%;
}

.fib-org-list .org-list li:hover a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.fib-org-list .org-list li .icon-pen {
  display: none;
  cursor: pointer;
}

.fib-org-list .org-list li:hover .icon-pen {
  display: inline-block;
}

.fib-org-list .org-list li a:not(.active) .icon-check,
.fib-org-list .org-list li:hover .icon-check {
  display: none;
}

.fib-org-list table {
  margin-top: 12px;
}

.fib-org-list .license-type {
  width: 131px;
}

.fib-org-list .license {
  width: 115px;
}

.fib-org-list td.license-type,
.fib-org-list td.license {
  text-align: center;
}

.fib-org-list .add-client-button {
  width: auto;
  padding: 0px 10px 0px 10px;
  text-align: center;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}

.fib-org-list .search-panel {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: self-start;
  margin-left: 0px;
  width: 50%;
}

.fib-org-list .org-list .edit-org {
  display: flex;
  gap: 15px;
}

.fib-create-org .org-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
}

.fib-create-org .org-form .form-element {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  align-items: baseline;
  margin-bottom: 0px;
}

.fib-create-org .org-form .form-element label {
  width: 45%;
}

.fib-create-org p.error {
  margin-top: -10px;
  color: var(--alert);
}

.fib-edit-org .org-title {
  display: flex;
  align-items: baseline;
  gap: 50px;
  justify-content: space-between;
  width: 90%;
  margin-bottom: 40px;
}

.fib-edit-org .client-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3px;
  width: 90%;

}

.fib-edit-org .client-info .overall-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 50px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 5px solid #ccc;
}

.fib-edit-org .client-info .overall-info .left-panel,
.right-panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  width: 50%;
}


.fib-edit-org .client-info .overall-info .form-element {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 0px;
  gap: 20px;
}

.fib-edit-org .client-info .overall-info .form-element .hbox {
  width: 95%;
}

.fib-edit-org .client-info .overall-info .form-element label {
  width: 10%;
}

.fib-edit-org .client-info .overall-info .right-panel .form-element label:last-child {
  width: 100%;
}

.fib-edit-org .client-info .overall-info .form-element input {
  width: 70%;
}

.fib-edit-org .client-info .overall-info .right-panel .fib-license {
  width: 50%;
}

.fib-edit-org .client-info .client-assignments {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}

.fib-edit-org .client-info .client-assignments .user-assign,
.installation-assign {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  width: 100%;
  padding-top: 40px;
  flex: 2 100px;
}

.fib-edit-org .client-info .client-assignments .installation-assign {
  flex: 2 0px;
}

.fib-edit-org .right {
  width: 276px;
}

.modal-body-content .add-group {
  width: 100%;
}

.grid-adjustment {
  width: 100%;
  max-width: 100%;
}

#selectedLang {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  padding: 10px 12px;
}

.tree {
  margin-bottom: 50px;
}

.tree ul {
  line-height: 2em;
  list-style: none;
}

.tree li {
  margin-left: 20px;
  list-style: none;
}

.tree summary {
  cursor: pointer;
  list-style: none;
  list-style-type: none;
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}

.tree summary:marker {
  display: none;
  list-style: none;
  list-style-type: none;
}

.tree summary::-webkit-details-marker {
  display: none;
  list-style: none;
  list-style-type: none;
}

summary::-webkit-details-marker {
  display: none;
  list-style: none;
  list-style-type: none;
}

.new-tree summary::-webkit-details-marker {
  display: none;
}

/* summary::-webkit-details-marker { display: none } */

.tree ul li {
  position: relative;
  /* outline: 1px solid green; */
}

.tree ul li::before {
  position: absolute;
  left: -10px;
  top: 0px;
  border-left: 2px solid var(--primary50);
  border-bottom: 2px solid var(--primary50);
  content: "";
  width: 22px;
  height: 1em;
}

.tree ul li::after {
  position: absolute;
  left: -10px;
  bottom: 0px;
  border-left: 2px solid var(--primary50);
  content: "";
  width: 8px;
  height: 100%;
}

.tree ul li:last-child::after {
  display: none;
}

.tree .margin-left {
  margin-left: 0px;
}

ul.tree>li::after,
ul.tree>li::before {
  display: none;
}

.tree ul summary::before {
  position: absolute;
  left: -0.65em;
  top: .225em;
  content: "+";
  font-size: 30px;
  background: var(--gray05);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50em;
  border: 1px dashed black;
  z-index: 999;
  text-align: center;
  line-height: .50em;
}

.tree ul summary::after {
  line-height: .50em;
}

.tree ul details[open]>summary::before {
  content: "-";
  line-height: .55em;
}

.fib-edit-org .client-info .client-assignments .user-assign {
  border-right: 3px solid #ccc;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: baseline;
  flex-grow: 1;
}

.fib-edit-org .client-info .client-assignments .user-assign .user-add {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  align-items: baseline;
}

.fib-edit-org .client-info .client-assignments .installation-assign .installation-add {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  align-items: baseline;
}


.fib-edit-org .client-info .client-assignments .user-assign .users-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  width: 80%;
}

.fib-edit-org .client-info .client-assignments .user-assign .users-list .user-line {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: baseline;
  justify-content: space-between;
}

.fib-edit-org .client-info li.unassigned {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
}

.fib-edit-org .client-info li.unassigned input {
  width: 20px;
  height: 20px;
}

.fib-edit-org .client-info li.add-group {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}

.fib-edit-org .tree .add-group {
  padding-left: 20px;
}

.fib-edit-org sl-icon {
  height: 1.1em;
  width: 1.1em;
  vertical-align: sub;
  cursor: pointer;
}

.fib-edit-org .instal-status {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--success50);
}

.fib-edit-org .instal-status.not-active {
  color: var(--alert);
}

.fib-edit-org .instal-service {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-direction: row;
}

.fib-edit-org .instal-service.not-active {
  color: var(--alert);
}

.fib-edit-org .green-box {
  background-color: var(--success50);
  width: 18px;
  height: 18px;
}

.fib-edit-org .empty-box {
  background-color: var(--white);
  width: 18px;
  height: 18px;
}

.fib-edit-org .user-line a {
  color: var(--primary50);
  padding-left: 15px;
}

.fib-edit-org .instal-line {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: space-between;
  padding-left: 18px;
  align-items: center;

  height: 36px;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  background-color: var(--white);
  margin-left: 14px;
  padding-right: 20px;
}

.fib-edit-org .break-space {
  height: 5px
}


.fib-edit-org .insta-details {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;

}

.fib-edit-org .client-info .insta-box {
  border: 1px solid #ccc;
  width: 18px;
  height: 18px;
}

.sw-type-ahead {
  position: relative;
}

.sw-type-ahead .suggestions {
  position: absolute;
  background-color: var(--white);
  border: solid 1px var(--gray40);
  border-radius: 6px;
  box-shadow: 0px 6px 20px -2px rgba(26, 26, 26, 0.14), 0px 4px 6px rgba(26, 26, 26, 0.06);
  width: 100%;
  z-index: 10;
}

.sw-type-ahead .suggestions li {
  padding: 18px 16px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 0;
  cursor: pointer;
}

.sw-type-ahead .suggestions li.active,
.sw-type-ahead .suggestions li:hover {
  background-color: var(--gray0);
}

.fib-device-list .device-type {
  cursor: pointer;
  text-transform: capitalize;
}

.fib-device-list td.device-type {
  text-transform: capitalize;
}

/*==========================================*/

#fix-icon {
  padding-right: 10px;
  margin-left: 0px;
  top: 1px;
  position: relative;
  line-height: 16px;
  font-size: 15px;

}

.install-disabled {
  color: var(--gray40);
}

.margin-left10 {
  margin-left: 10px;
}

.install-disabled .badge-gray {
  margin-left: 15px;
}

.tech-panel {
  gap: 30px;
  align-items: center;
}

.tech-panel .square-button {
  margin-left: 25px;
}

.tech-panel-space {
  margin-left: 21px;
}

.tech-panel-space>i {
  padding-right: 4px;
}

.install-disabled {
  color: var(--gray60);
}

.tech-error-list {
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-basis: content;
  gap: 10px;
}

.tech-error-header {
  display: flex;
  margin-top: 45px;
  margin-bottom: 16px;
  width: 80%;
}

.install-details {
  margin-top: 45px;
  justify-content: center;
  max-width: 100%;
}

.install-details .badge-gray {
  margin-right: 10px;
}

.install-details-location {
  width: 80%;
}

.install-details-switches {
  gap: 16px;
  width: 80%;
  justify-content: center;
  align-content: flex-start;
  opacity: 0.3;
}

.switch-disabled {
  cursor: default;
}

.install-name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 30px;
}

.installation-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.install-details-gap {
  gap: 80px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.install-switch-gap {
  gap: 10px;
  height: 92px;
}

.install-params-main {
  gap: 14px;
  margin-top: 27px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.install-params-main-extra {
  gap: 14px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.install-list-issue {
  visibility: hidden;
  margin-right: 13px;
  height: 19px;
  width: 19px;
}

.install-list-issue.red-square {
  visibility: visible;
  margin-right: 13px;
  height: 19px;
  width: 19px;
  background-color: var(--alert);
  border-radius: 4px;
}

.install-list-issue.yellow-triangle {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 19px solid var(--nok-color);
  border-top: 0px solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  visibility: visible;
}

.tech-contact-panel {
  display: flex;
  flex-direction: row;
  gap: 200px;
  justify-content: center;
  align-items: baseline;
}

.tech-contact-panel .install-address,
.tech-install-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 50px;
}

.tech-install-contacts .install-user-phone {
  font-weight: 200;
  display: flex;
  flex-direction: column;
  gap:2px;
  justify-content: flex-start;
  align-items: flex-start;
}

.tech-install-contacts .install-user-phone .user-list {
  padding-left:15px;
}

.alerts-list {
  border-top: 1px solid var(--gray60);
  margin-top: 100px;
  margin-bottom: 30px;
}


.connect-install {
  background-color: var(--gray0);
}

.connect-install:hover {
  background-color: var(--gray40);
}

.connect-status {
  padding-top: 20px;
  padding-left: 15px;
}

.connect-install.disabled {
  background-color: var(--gray40);
  color: var(--white);
}

.install-logs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 50px;
  width: 100%;
}

.install-logs-line {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-around;
  width: 100%;
}

.select-log-level {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: baseline;
  justify-content: center;
}

.select-log-level select {
  padding: 10px 12px;
}

.tech-home-panel {
  display: flex;
  width: 100%;
  justify-content: center;
}

.tech-contact-panel .install-title {
  text-decoration: underline;
}

.tech-params.input-icon-after [class^="icon-"] {
  top: 0px;
}

.tech-param-actions>div {
  margin-left: 26px;
  color: var(--primary50);
}

.tech-param-actions i,
.tech-param-actions a {
  margin-right: 9px;
  color: var(--primary50);
}

.tech-param-actions .disabled i {
  color: var(--gray60);
}


.tech-list-devices div {
  margin-bottom: 10px;
}

.tech-list-devices .device-name {
  margin-bottom: 0px;
}

.install-params-main .thresholds {
  padding: 15px;
  margin-left: 0px;
  min-width:20%;
}

.tech-list-params div {
  margin-bottom: 10px;
}

.tech-list-current {
  align-items: flex-start;
}

.tech-list-header {
  margin-bottom: 13px;
}

.tech-list-header>div {
  margin-right: 24px;
}

.tech-list-devices .device-title-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  width: 100%;
  line-height: 15px;
  padding: 0 10px;
  text-transform: capitalize;
}

.tech-list-devices .device-name-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
}

.tech-list-devices .device-name-line span {
  overflow: visible;
}

.tech-list-devices .device-kind-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}


.tech-user-list-notify {
  background: var(--gray40);
  color: var(--black);
  border-radius: 8px;
  margin-right: 5px;
  margin-left: 5px;
}

.tech-thresholds {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: baseline;
  flex-direction: column;
}

.tech-thresholds .notsaved-warning {
  width: 100%;
  color: var(--alert);
  text-align: center;
  font-weight: 600;
}

.tech-list-thresholds {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 30px;
}

.tech-list-thresholds li {
  margin-bottom: 0px;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

.tech-list-thresholds .threshold-actions .button-secondary i {
  margin-left: 0px;
  padding: 0px;
  font-size: 20px;
}

.tech-list-thresholds .threshold-actions .button-secondary {
  padding: 5px;

}

.minus-expanded {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 14px;
  margin: 10px;
}

.minus-down {
  border-bottom: 1px solid var(--primary50);
}

.minus-up {
  border-top: 1px solid var(--primary50);
}

.threshold-param {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
}

.threshold-param input[type=text]:disabled,
.threshold-param input.error[type=text]:disabled,
.threshold-param select:disabled {
  background: var(--gray40);
  border: 1px solid var(--gray40);
}

.threshold-param .error {
  border: 1px solid var(--alert);
}


.threshold-setup .unit-margin {
  margin-left: 10px;
}


.threshold-actions {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-end;
  font-size: 18px;
  margin-lefT: 30px;
  margin-right: 30px;
}

.threshold-device {
  color: var(--primary50);
}

.threshold-condition {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.threshold-setup {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  gap: 20px;
}

.threshold-name {
  font-size: 18px;
  padding: 0px 10px;
}

.instal-status {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

}

.install-offline {
  color: var(--alert);
}

.install-online {
  color: var(--success50);
}


.chart-top {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
  height: fit-content;
}

.chart-top-extra {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  width: 100%;
  height: fit-content;
}

.container-extra {
  padding: 20px;
}

.chart-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.chart-row.chart-ranges {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
}


.chart-col {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.chart-group {
  display: flex;
  gap: 1em;
  align-items: flex-start;
}

.chart-group input {
  font: inherit;
  font-size: 14px;
  font-weight: 600;
}

.chart-row span {
  color: var(--primary50);
  font-size: 12px;
  font-weight: 600;
}

.chip-group {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}

.chip-group .chip i {
  color: var(--gray100);
}

.chart-col .chip {
  display: flex;
  align-items: center;
  gap: .5em;
}

.chart-navigation {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  width:100%;
}

.chart-navigation fib-chart {
  width:100%;
}

.chart-button {
  height: 100%;
  padding: 8px 16px !important;
  border: 1px solid var(--gray40);
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--white);
}

.chart-button:hover {
  border: 1px solid var(--primary50);
}


.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.tech-list-params .icon-check-fat {
  margin-left: 8px;
}

.tech-param-actions .text-button-primary {
  text-decoration: none;
}

.tech-list-params li {
  gap: 20px;
}

.fib-404 {
  font-size: 100px;
  color: var(--white);
  text-align: center;
  padding-top: 100px;
}

.background-404 {
  background-repeat: repeat-x;
  background-repeat: repeat-y;
  background-size: cover;
  height: 100%;
  min-height: 1000px;
}

.tech-list-current .square-button.small-button {
  width: 24px;
  height: 24px;
  line-height: 20px;
  margin-bottom: 13px;
}

.tech-list-current .square-button.small-button .icon-cross {
  line-height: 20px;
  font-size: 10px;

}

.tech-list-current-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.right-empty-box {
  margin-right: 25px;
  visibility: hidden;
}

.menu-center {
  width: 40%;
}

.installation-list li {
  display: flex;
  align-items: center;
}

.client-installations .installation-list {
  margin-top: 23px;
}

.installation-list .well .customer-buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.installation-list .well .customer-buttons a {
  display: none;
  flex: 0 0 auto;
}

.installation-list .well:hover .customer-buttons a {
  display: flex;
  justify-content: center;
}

.fib-advanced-alerts {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fib-advanced-alerts h4,
select {
  margin-right: 20px;
}

.fib-advanced-alerts-button {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: end;
}

.installation-alerts td {
  padding: 3px;
}

.install-list-margin {
  margin-left: 32px;
}

.margin-right {
  margin-right: 5px;
}

.margin-bottom {
  margin-bottom: 10px;
}

.margin-left {
  margin-left: 5px;
}

.map-margin-bottom {
  margin-bottom: 20px;
}

/* tooltip for errors */

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltip-text {
  visibility: hidden;
  background-color: var(--white);
  border: 1px solid var(--gray40);
  color: var(--black);
  text-align: center;
  padding: 5px 0px;
  border-radius: 500px;
  width: 200px;
  position: absolute;
  left: 70px;
  top: 30px;
  z-index: 1;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
}

.error-level-minor {
  background-color: var(--warning05);
}

.error-level-major {
  background-color: var(--alert);
  color: var(--white);
}

.error-level-warning {
  background-color: var(--warning50);
  color: var(--white);
}


/* for pagination definitions */
body {
  --page-width: 50px;
  --page-margin: 4px;
  --page-padding: 10px;
  --page-bg-color: var(--primary50);
  --border-radius: 5px;
  --page-hover-bg-color: var(--primary-light-blue);
  --page-bg-color: var(--white);
  --enable-short-style: none;
  --next-prev-distance: 5px;
  --current-page-fg-color: black;
  --current-page-bg-color: var(--primary-light-blue);
}

div.wrapper .current-page {
  border: 1px solid var(--primary50);
}

.loader-wrapper {
  height: calc(50vh + 4em);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fib-map-main {
  display: flex;
  width: 100vw;
}

.fib-map-wrapper {
  position: relative;
  width: 100%;
}

.fib-map-map {
  height: calc(100vh - 64px);
}

.fib-map-search-wrapper {
  width: 312px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 2em;
  right: 2em;
  z-index: 9;
}

.fib-map-search-wrapper input,
.fib-advanced-search-wrapper input {
  width: 100%;
}

.fib-map-search-wrapper input::-webkit-calendar-picker-indicator {
  display: none !important;
}

.fib-map-search-wrapper .icon-search {
  position: absolute;
  right: 1em;
}

.fib-advanced-search-wrapper .icon-search {
  position: relative;
  right: 32px;
}

.fib-advanced-search-wrapper {
  width: 312px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fib-map-switcher-wrapper {
  position: absolute;
  bottom: 2em;
  right: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.fib-map-details-wrapper {
  background: var(--gray0);
  -webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  z-index: 9;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.fib-map-details {
  max-height: calc(100vh - 64px - 4rem);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 2rem;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.fib-map-details-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top:20px;
}

.fib-map-flex-end {
  display: flex;
  justify-content: flex-end;
}

.fib-map-details-address {
  display: flex;
  justify-content: space-between;
  line-height: initial;
  gap: 10px;
}

.fib-map-details-address * {
  word-wrap: break-word;
  /* min-width: 35%; */
  width: 100%;
}

.fib-map-details-address .service-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fib-map-details-address .service-details span {
  font-weight: 600;
}

.fib-map-details-address .service-details .contact-line {
  padding: 5px;
}

.fib-map-alerts-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.fib-map-alerts-wrapper .accepted {
  background-color: var(--gray40);
}

.fib-map-details-row .list .well {
  justify-content: flex-start;
  gap: .25rem;
}

.pointer {
  cursor: pointer;
}

.fib-advanced {
  padding: 2em 0 0 0;
}

.fib-advanced.config-panel {
  display: flex;
  flex-direction: row;
  min-width: 100%;
  gap:20px;
  justify-content: center;
  align-items: flex-start;
}

.fib-advanced.config-panel .fib-advanced-col.plate {
  min-width:60%;
}

.fib-advanced-col {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.fib-advanced-row {
  display: flex;
  gap: 1em;
}

.fib-advanced-content {
  width: 100%;
  min-height: 80vh;
  background: white;
  border-radius: 6px;
}

.fib-chart-error {
  min-height: 1em;
  color: var(--alert);
}

.fib-advanced-form {
  padding: 2em;
}

.fib-advanced-input-file {
  opacity: 0;
  width: 10px;
}

.fib-advanced-input-label {
  width: 200px;
  font-size: 13px;
  margin-bottom: 10px;
  text-align: center;
}

.fib-advanced-runscript {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 20px;
}

.fib-advanced-runscript button {
  margin-bottom: 15px;
  width: 100%;
}

.fib-tech-params {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fib-tech-params .params-title {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 25px;
  align-items: center;
  justify-content: space-between;
}

.fib-tech-params .params-filter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.fib-tech-params .params-filter .filter-select {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fib-tech-config .config-filter .filter-select {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fib-tech-config .config-filter .filter-select select {
  margin-right:0px;
}

.fib-tech-params .buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.fib-tech-params .params-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.fib-tech-params .params-table h1 {
  margin-bottom: 20px;
}

.fib-tech-params .param-line {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
}

.fib-tech-params .table-title {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: left;
  font-weight: 600;
}

.fib-tech-params .param-line .body-medium {
  font-size: 16px;
}

.fib-tech-params .table-header {
  text-align: left;
}

.fib-tech-params tbody tr {
  cursor: pointer;
}

.fib-tech-config .config-filter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.fib-tech-config .warning {
  color: var(--alert);
  width: 100%;
  text-align: center;
  font-size: larger;
}

.fib-tech-config .config-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.modal-body-content .param-desc {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: baseline;
  width: 80%;
}

.modal-body-content .param-title {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
  margin-top: 20px;
}

.modal-body-content .param-value {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.modal-body-content .param-value input[type="checkbox"] {
  width: 30px;
  height: 30px;
}

.modal-body-content .param-value input {
  width: 100%;
}

.modal-body-content .params {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.mgr-nav-info-icon {
  position: relative;
}

.mgr-nav-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2em;
  position: absolute;
  right: 0;
  white-space: nowrap;
  box-shadow: 0 6px 20px -2px rgba(26, 26, 26, 0.14), 0 4px 6px rgba(26, 26, 26, 0.06);
  color: var(--primary50);
}

.mgr-nav-info-row {
  display: flex;
  flex-direction: column;
  gap: .5em;
}

.text-bold {
  font-weight: bold;
}

.text-initial {
  color: initial;
}

.text-color-primary50 {
  color: var(--primary50);
}

.mgr-nav-row {
  display: flex;
  justify-content: space-between;
  gap: 2em;
}

.mgr-nav-row>span {
  display: flex;
  gap: .5em;
}

.mgr-nav-licences {
  display: flex;
  gap: .5em;
  align-items: center;
}

.mgr-dash-wrapper * {
  box-sizing: border-box;
}

.mgr-dash-data-wrapper {
  height: 100%;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 2em;
  color: white;
}

.mgr-dash-data-wrapper-dough {
  height: 100%;
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  color: white;
}

.mgr-dash-color {
  color: #33EE67;
}

.mgr-dash-cols {
  flex-grow: 1;
  display: flex;
  gap: 3em;
}

.mgr-dash-circle-col {
  width: 20%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  white-space: nowrap;
}

.mgr-dash-circle-col>* {
  width: 100%;
}

.mgr-dash-circle-slot {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.mgr-dash-circles-wrapper {
  position: relative;
}

.circle {
  position: absolute;
  top: 0;
  left: 0;
  animation: rotation linear infinite;
  overflow: visible;
}

.circle-text {
  position: absolute;
  overflow: visible;
  font-weight: normal;
  font-size: .4rem;
}

.percent {
  stroke-dasharray: 100;
}

.mgr-dash-circles-value-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(.3);
  color: var(--ok-color);
}

.mgr-dash-data-col {
  flex-grow: 4;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.mgr-dash-data-slot {
  padding: 1em;
  min-height: 8vh;
  height: 100%;
  position: relative;
  display: flex;
  gap: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.mgr-dash-data-slot:before,
.mgr-dash-data-slot:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.mgr-dash-data-slot:before {
  top: 0;
  right: 0;
  left: initial;
  width: 1px;
  background-image: linear-gradient(0deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 10%,
      rgb(115, 115, 115) 10%,
      rgb(115, 115, 115) 50%,
      rgb(115, 115, 115) 90%,
      rgba(255, 255, 255, 0) 90%,
      rgba(255, 255, 255, 0) 100%);
}

.mgr-dash-data-slot:after {
  right: 0;
  height: 1px;
  background-image: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 10%,
      rgb(115, 115, 115) 10%,
      rgb(115, 115, 115) 50%,
      rgb(115, 115, 115) 90%,
      rgba(255, 255, 255, 0) 90%,
      rgba(255, 255, 255, 0) 100%);
}

.mgr-dash-data-inverters {
  padding: 1em 1em 1em 5em;
  display: flex;
  gap: 1em;
  align-items: flex-start;
  text-align: left;
}

.mgr-dash-data-inverters-dough {
  padding: 0.5em 1em 1em 1em;
  display: flex;
  gap: 0.1em;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  flex-wrap: wrap;
  max-height:200px;
}

.mgr-dash-inverter-wrapper {
  display: flex;
  gap: .5em;
  align-items: center;
  font-size: 15px;
}

.mgr-dash-inverter-ok,
.mgr-dash-inverter-nok {
  min-width: 9px;
  height: 22px;
  background-color: var(--ok-color);
}

.mgr-dash-inverter-nok {
  background-color: var(--nok-color);
}

.mgr-dash-inverter-noproduction {
  color: var(--nok-color);
}

.mgr-dash-inverter-nok-dough {
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--alert);
}

.mgr-dash-data-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mgr-dash-chart-slot {
  border-radius: 8px;
  background: rgba(45, 45, 45, 0.7);
}

.nowrap {
  white-space: nowrap;
}

.uppercase {
  text-transform: uppercase;
}

.mgr-download-wrapper {
  padding: 1em 1em 1em 1em;
}

.mgr-reports-wrapper {
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.mgr-reports-wrapper .hbox {
  gap: 2em;
}

.mgr-report {
  /* padding: 24px 16px; */
  padding: 3px 5px;
  min-height: 5em;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  border-radius: 6px;
  color: white;
}

.sum1 {
  background: #045D8B;
}

.sum2 {
  background: #0088CE;
}

.sum3 {
  background: #5489A5;
}

.sum4 {
  background: #11AD6B;
}

.mgr-report-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.mgr-report-value {
  font-size: 32px;
  font-weight: 600;
}

.mgr-report-unit {
  font-size: 14px;
  font-weight: 600;
}

.mgr-dash-builder-wrapper,
.mgr-dash-list-wrapper {
  padding: 2em;
  display: flex;
  align-items: flex-end;
  gap: 2em;
  color: var(--primary50);
}

.mgr-dash-builder-wrapper {
  flex-wrap: nowrap;
}

.mgr-dash-list-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.mgr-dash-title-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mgr-dash-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mgr-dash-template-wrapper {
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
}

.mgr-dash-template-captions {
  padding: 1em;
  display: flex;
  gap: 3em;
  justify-content: space-between;
}

.mgr-dash-template-caption {
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.mgr-dash-template-caption i {
  color: initial;
}

.mgr-dash-template-img {
  width: 450px;
  height: 320px;
}

.mgr-dash-row-top,
.mgr-dash-list-row,
.mgr-dash-row-with-chart,
.mgr-dash-row-with-slots {
  display: flex;
}

.mgr-dash-row-top>*:first-child {
  width: 50%;
}

.mgr-dash-row-with-chart>*:first-child {
  width: 75%;
}

.mgr-dash-row-top>* {
  width: 25%;
}

.mgr-dash-row,
.mgr-dash-list-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mgr-dash-data-col .mgr-dash-row>* {
  min-height: 250px;
}

.mgr-dash-list-row {
  justify-content: initial;
  gap: 2em;
  flex-wrap: wrap;
}

.mgr-dash-builder-item {
  width: fit-content;
  max-width: 24em;
  display: flex;
  flex-direction: column;
  gap: .5em;
}

.mgr-dash-builder-actions {
  display: flex;
  align-items: center;
  gap: 1em;
}

.mgr-dash-eco-data {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mgr-dash-logos-wrapper {
  display: flex;
  justify-content: space-between;
}

.mgr-dash-logos-wrapper img {
  height: 8vh;
}

.mgr-dash-side-slots {
  padding: 0 0 0 1em;
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: space-between;
}

.mgr-dash-side-slots>* {
  height: 100%;
}

.mgr-dash-side-slot {
  padding: 1em;
  height: 100%;
  min-height: 8vh;
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: stretch;
  justify-content: space-evenly;
  background: rgba(45, 45, 45, 0.6);
  border-radius: 8px;
  text-align: center;
}

.align-stretch {
  align-items: stretch;
  flex-wrap: wrap;
}

.mgr-chart-wrapper {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1em;
}

.mgr-chart-wrapper-extra {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.mgr-chart-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.mgr-chart-title-wrapper .close-button {
  line-height:30px;
  width: 30px;
  height: 30px;
}

.mgr-new-chart {
  width: 48%;
  height: calc(50vh + 4em + 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  border-radius: 8px;
  border: 2px dashed #838791;
}

.log-table .logger-buttons {
  display: flex;
  gap: 5px;
}

.log-table table thead {
  text-align: left;
}

.log-table .download-button {
  cursor: pointer;
  padding-right: 5px;
}

.log-table .download-button i {
  padding-right: 5px;
}

.fib-manager-logs {
  /* margin-top: 20px; */
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.fib-manager-logs .grid {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  max-width: 100%;
}

.fib-manager-logs .switch-big {
  width: 50px;
}

.fib-manager-logs .switch-panel {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}

.fib-manager-logs .switch-panel-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}

.fib-manager-logs .switch-panel-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.fib-manager-logs .switch-panel-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fib-manager-logs .switch-panel .switch-state-off {
  opacity: 0.2;
  cursor: default;
}

.fib-manager-logs .switch-panel .switch-state-on {
  opacity: 1;
  cursor: pointer;
}

.fib-manager-logs .ilumination-on {
  color: var(--success50);
  font-weight: 600;
  margin-left: 50px;
}

.fib-manager-logs .ilumination-off {
  color: var(--alert);
  font-weight: 600;
  margin-left: 50px;
}

.fib-manager-logs .updated {
  font-size: 14px;
}

.fib-manager-logs .title-container {
  margin-left: 15px;
}

.fib-manager-logs .log-table {
  margin: 0px 15px;
}

.fib-manager-logs .go-left {
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
}

.fib-user-menu .profile-row-button {
  display: flex;
  flex-direction: column;
}

.fib-user-menu .profile-row-button:hover {
  text-decoration: none;
  cursor: default;
}

.fib-user-menu .profile-row-button div:first-child {
  color: var(--primary100);
  font-size: 12px;
}

.fib-user-menu .profile-row-button div:last-child {
  margin-top: -8px;
}

.fib-runtime-scripts .script-editor {
  width: 100%;
  height: 500px;
  font-family: monospace;
  background-color: #3f3f3f;
  color: #f0dfaf;
  font-weight: 600;
  padding: 4px;
  border-radius: 4px;
}

.fib-tech-config .script-editor {
  width: 100%;
  height: 500px;
  font-family: monospace;
  background-color: #3f3f3f;
  color: #f0dfaf;
  font-weight: 600;
  padding: 4px;
  border-radius: 4px;
}

.fib-runtime-scripts h2 {
  margin-bottom: 12px;
}

.fib-runtime-scripts .op-panel {
  margin-bottom: 12px;
}

.weather-icon {
  width: 100px;
}

.defrosting-title {
  gap: 48px;
  margin-top: 48px;
}

.defrosting-title h2 {
  margin-bottom: 16px;
}


.fib-manager-defrosting .switch-panel {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  margin-top: 20px;
}

.defrosting-activate-form {
  margin-top: 48px;
  border: 1px solid var(--gray40);
  border-radius: 8px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.defrosting-activate-form .error {
  text-align: center;
  color: var(--alert);
}

.defrosting-activate-form h3 {
  margin-bottom: 24px;
}

.defrosting-activate-form {
  width: auto;
}

.defrosting-activate-form .defrosting-on {
  margin-left: 50px;
  color: var(--success50);
  font-weight: 600;
}

.defrosting-activate-form .defrosting-off,
.defrosting-off {
  margin-left: 50px;
  color: var(--alert);
  font-weight: 600;
}

#editor {
  height: 50vh;
  font-size: initial;
}

.ql-toolbar.ql-snow {
  border-start-start-radius: 6px;
  border-start-end-radius: 6px;
}

.ql-container.ql-snow {
  border-end-start-radius: 6px;
  border-end-end-radius: 6px;
}

.lighting-state {
  text-align: center;
  margin-bottom: 15px;
  font-size: large;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lighting-state.on {
  color: var(--success50);
}

.lighting-state.off {
  color: var(--alert);
}

.message-wrapper {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.message-title {
  width: 100%;
  box-sizing: border-box;
}

.message-time {
  height: 25px;
  margin-left: 8px;
}

.message-date {
  height: 25px;
}

.message-timing {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: baseline;
}

.message-timing-header {
  margin-right: 10px;
}

.button-message {
  align-self: flex-end;
}

.button-download {
  height: 100%;
  padding: 10px 16px !important;
  border: 1px solid var(--gray40);
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--white);
}

.button-download:hover {
  border: 1px solid var(--primary50);
}

.last-update {
  text-align: right;
  color: var(--primary100) !important;
}

.red {
  color: var(--alert);
}

.sec-role-group-form .button {
  box-shadow: 0px 6px 20px -2px rgba(26, 26, 26, 0.14), 0px 4px 6px rgba(26, 26, 26, 0.06);
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--primary50);
  color: var(--white);
}

.sec-role-group-form .button:hover {
  background-color: var(--primary100);
  color: var(--white);
}

.fib-advanced-wrapper {
  padding: 1em;
}

.dpl-wrapper {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  padding-bottom: 2em;
}

.dpl-chart {
  padding: .5em;
  border: 1px solid lightgray;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  cursor: initial;
}

.dpl-container {
  display: flex;
  gap: 2em;
}

.dpl-item {
  display: flex;
  gap: 1em;
}

.dpl-lists {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.dpl-groups-wrapper {
  padding: 1em;
  border: 1px solid grey;
  margin-bottom: 1em;
}

.dpl-item-title {
  box-shadow: none !important;
  cursor: text !important;
}

.dpl-item-title:hover {
  border: 1px solid grey;
}

.dpl-notes-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.dpl-notes {
  box-sizing: border-box;
  width: 100%;
  min-height: 200px;
  resize: vertical;
}

.dpl-subgroup {
  display: flex;
  flex-direction: column;
  gap: .25em;
}

.aa-list>li {
  margin-bottom: 2em;
}

.aa-list-item {
  display: flex;
  flex-direction: column;
  gap: .5em;
  padding: 1em;
  border: 1px solid var(--gray40);
  border-radius: 6px;
}

.aa-options>* {
  margin-bottom: 1em;
}

.aa-action-buttons {
  display: flex;
  gap: 2em;
}

.helper-container {
  display: flex;
  flex-direction: column;
  gap: 1em;
  color: var(--primary50);
  justify-content: flex-start;
}

.helper-container h3 {
  color: var(--gray100);
}

.helper-container h2 a {
  color: var(--warning50);
  display:flex;
  justify-content: center;  
}

.helper-container p {
  padding: 10px 0px;
  width:100%;
  line-height:1.5;
}

.helper-container ol {
  padding-left: 30px;
  list-style-type: none;
  line-height: 1.3;
}

.helper-title {
  text-align:center;
  margin-bottom:20px;
}

.helper-half-img {
  width:50vh; 
  margin-right:10px;
  margin-bottom:10px;
  border:1px solid var(--gray40);
  float: left;
  clear: none;
}
.helper-full-img {
  width:100%; 
  margin: 10px 0px;
  border:1px solid var(--gray40);
}

.helper-topic-header {
  text-align:center;
  padding: 15px;
}

.helper-close {
  position: fixed;
  top:5%;
  left:47%;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  z-index: 1;
}

