/**
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/
 */
/**
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/
 */
.u-font-weight-bold {
  font-weight: bold; }

.u-font-weight-500 {
  font-weight: 500; }

.u-font-size-bigger {
  font-size: 20px; }

.u-font-size-medium {
  font-size: 15px; }

.u-width-1rem {
  width: 1rem; }

.u-width-full {
  width: 100%; }

.u-height-full {
  height: 100%; }

.u-position-relative {
  position: relative; }

.u-display-flex {
  display: flex; }

.u-display-flex-column {
  display: flex;
  flex-direction: column; }

.u-display-inline-block {
  display: inline-block; }

.u-full-w {
  width: 100%; }

.u-full-h {
  height: 100%; }

.u-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }

.u-clickable {
  cursor: pointer; }

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

.u-margin-bottom-big {
  margin-bottom: 20px; }

.u-margin-bottom-large {
  margin-bottom: 30px; }

.u-margin-left-big {
  margin-left: 20px; }

.u-text-underline {
  text-decoration: underline; }

/**
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/
 */
/**
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/
 */
button {
  outline: none; }

.btn {
  text-decoration: none;
  transition: background-color .2s;
  cursor: pointer;
  border-color: transparent;
  display: inline-block;
  font-size: 16px;
  border-top-left-radius: 10px;
  padding: 10px 20px; }
  .btn.theme-light,
  .theme-light .btn {
    background-color: #00bb7e; }
  .btn.theme-dark,
  .theme-dark .btn {
    background-color: red; }
  .btn.theme-light,
  .theme-light .btn {
    color: #fff; }
  .btn.theme-dark,
  .theme-dark .btn {
    color: yellow; }
  .btn.btn--gradient {
    background-color: initial;
    background-image: linear-gradient(180deg, var(--gradient-from), var(--gradient-to)); }
    .btn.btn--gradient.theme-light,
    .theme-light .btn.btn--gradient {
      --gradient-from: #fff; }
    .btn.btn--gradient.theme-dark,
    .theme-dark .btn.btn--gradient {
      --gradient-from: tomato; }
    .btn.btn--gradient.theme-light,
    .theme-light .btn.btn--gradient {
      --gradient-to: #00bb7e; }
    .btn.btn--gradient.theme-dark,
    .theme-dark .btn.btn--gradient {
      --gradient-to: red; }
    .btn.btn--gradient:hover.theme-light,
    .theme-light .btn.btn--gradient:hover {
      --gradient-from: #003e23; }
    .btn.btn--gradient:hover.theme-dark,
    .theme-dark .btn.btn--gradient:hover {
      --gradient-from: darkred; }
    .btn.btn--gradient:hover.theme-light,
    .theme-light .btn.btn--gradient:hover {
      --gradient-to: #00bb7e; }
    .btn.btn--gradient:hover.theme-dark,
    .theme-dark .btn.btn--gradient:hover {
      --gradient-to: red; }

.btn-hover.theme-light,
.theme-light .btn-hover {
  background-color: #003e23; }

.btn-hover.theme-dark,
.theme-dark .btn-hover {
  background-color: darkred; }

.btn-hover:hover.theme-light,
.theme-light .btn-hover:hover {
  background-color: #00bb7e; }

.btn-hover:hover.theme-dark,
.theme-dark .btn-hover:hover {
  background-color: red; }

.flat-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: initial;
  outline: none; }

.btn--plain.theme-light,
.theme-light .btn--plain {
  background-color: transparent; }

.btn--plain.theme-dark,
.theme-dark .btn--plain {
  background-color: transparent; }

.btn--plain.theme-light,
.theme-light .btn--plain {
  color: #00bb7e; }

.btn--plain.theme-dark,
.theme-dark .btn--plain {
  color: #333333; }

.btn--plain.theme-light,
.theme-light .btn--plain {
  border-color: #00bb7e; }

.btn--plain.theme-dark,
.theme-dark .btn--plain {
  border-color: #333333; }

.popup__container {
  display: flex;
  flex-direction: column;
  text-align: center; }
  .popup__container > * {
    margin: 10px; }

.popup__element {
  display: flex;
  justify-content: space-between; }
  .popup__element > * {
    margin: 20px; }

.popup__element--unlink-first {
  margin: 20px;
  justify-content: center;
  align-items: center; }

.link-owner-popup__users-list {
  margin: 1rem 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 10px; }

.link-owner-popup__users-list-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  cursor: pointer;
  box-shadow: 1px 1px 5px 0 #53565a;
  padding: 10px; }

.link-owner-popup__users-list-row--active.theme-light,
.theme-light .link-owner-popup__users-list-row--active {
  background-color: #00bb7e; }

.link-owner-popup__users-list-row--active.theme-dark,
.theme-dark .link-owner-popup__users-list-row--active {
  background-color: red; }

.link-owner-popup__users-list-row--active.theme-light,
.theme-light .link-owner-popup__users-list-row--active {
  color: #fff; }

.link-owner-popup__users-list-row--active.theme-dark,
.theme-dark .link-owner-popup__users-list-row--active {
  color: yellow; }

.new-device-popup__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 1rem; }

.new-device-popup__button {
  align-self: flex-end; }

.detailed-device {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.back-btn {
  display: flex;
  margin-bottom: 20px;
  cursor: pointer; }
  .back-btn > * {
    margin-right: 20px; }

.device-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px; }

.device-name {
  font-size: 25px;
  font-weight: 700; }

.device-options {
  display: flex;
  margin-bottom: 20px; }
  .device-options > * {
    margin-right: 20px; }

.device-row {
  width: 100%; }

.device-info {
  display: flex;
  flex-direction: column; }

.device-info-table {
  display: flex; }
  .device-info-table > * {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    width: 100%;
    align-items: flex-start;
    margin-left: 20px; }
    .device-info-table > * > * {
      margin-bottom: 10px; }

.device-info-table-headers {
  font-weight: 700; }

.device-table {
  height: 100%;
  width: 100%;
  justify-content: space-between; }

.alarm-container {
  display: flex;
  align-items: center; }

.upload-firmware {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start; }

.sat-user-details {
  display: flex;
  flex-direction: column;
  align-items: start; }

.form-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.form {
  min-width: 250px;
  display: flex;
  flex-direction: column; }
  .form.theme-light,
  .theme-light .form {
    color: #003e23; }
  .form.theme-dark,
  .theme-dark .form {
    color: black; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s; }

.form-label {
  font-weight: bold;
  margin-bottom: 5px; }

.form-field-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.form-field {
  display: flex;
  flex-direction: column; }
  .form-field > * {
    box-sizing: border-box; }

.form-field:first-child {
  border-radius: 5px 5px 0 0; }

.form-field:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom-width: 1px; }

.form-field__icon {
  padding: 10px 5px;
  border-right: solid 1px gray; }

.form-field__input {
  padding: 0 12px;
  height: 38px;
  border: 1px solid;
  border-top-left-radius: 10px;
  outline: none;
  align-self: stretch;
  background-color: transparent;
  margin-bottom: 10px; }
  .form-field__input.theme-light,
  .theme-light .form-field__input {
    border-color: #d9d9d6; }
  .form-field__input.theme-dark,
  .theme-dark .form-field__input {
    border-color: green; }

.form-input__light.theme-light,
.theme-light .form-input__light {
  border-color: #cccccc; }

.form-input__light.theme-dark,
.theme-dark .form-input__light {
  border-color: light-green; }

.form-input__light:focus {
  outline: 0; }
  .form-input__light:focus.theme-light,
  .theme-light .form-input__light:focus {
    border-color: #3898ec; }
  .form-input__light:focus.theme-dark,
  .theme-dark .form-input__light:focus {
    border-color: yellow; }

.form-vertical-divisor {
  margin-right: 20px; }

.btn-container {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.error--text {
  color: red; }

a:link {
  text-decoration: none; }

.sidebar {
  height: 100%;
  width: 100%;
  width: 220px; }

.sidebar-header {
  display: flex;
  padding: 20px;
  height: 50px; }
  .sidebar-header.theme-light,
  .theme-light .sidebar-header {
    background-color: #003e23; }
  .sidebar-header.theme-dark,
  .theme-dark .sidebar-header {
    background-color: black; }

.sidebar-header-logo {
  width: 100%;
  height: 100%;
  background: url("../images/arregui-logo.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 100%;
  display: inline-block; }

.sidebar-main {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 20px; }
  .sidebar-main.theme-light,
  .theme-light .sidebar-main {
    background-color: #00bb7e; }
  .sidebar-main.theme-dark,
  .theme-dark .sidebar-main {
    background-color: #333333; }

.sidebar-nav-btn {
  height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.sidebar-nav-btn-hidden {
  display: flex;
  margin-left: 20px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 15px;
  font-size: 14px;
  justify-content: space-between; }
  .sidebar-nav-btn-hidden.theme-light,
  .theme-light .sidebar-nav-btn-hidden {
    color: #003e23; }
  .sidebar-nav-btn-hidden.theme-dark,
  .theme-dark .sidebar-nav-btn-hidden {
    color: black; }

.sidebar-nav-btn-items-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.sidebar-nav-btn-item {
  padding: 0 10px 0 20px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center; }
  .sidebar-nav-btn-item.theme-light,
  .theme-light .sidebar-nav-btn-item {
    color: #fff; }
  .sidebar-nav-btn-item.theme-dark,
  .theme-dark .sidebar-nav-btn-item {
    color: yellow; }

.sidebar-nav-btn-item-blur.theme-light,
.theme-light .sidebar-nav-btn-item-blur {
  color: #d9d9d6; }

.sidebar-nav-btn-item-blur.theme-dark,
.theme-dark .sidebar-nav-btn-item-blur {
  color: green; }

.sidebar-nav-btn-icon {
  height: 35px;
  width: 35px;
  margin-right: 15px; }

.sidebar-nav-btn-icon-hidden {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center; }

.toolbar {
  height: 90px;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0 40px;
  margin: 0 -40px 20px -40px;
  justify-content: space-between;
  font-size: 16px; }
  .toolbar.theme-light,
  .theme-light .toolbar {
    color: #53565a; }
  .toolbar.theme-dark,
  .theme-dark .toolbar {
    color: #424242; }
  .toolbar.theme-light,
  .theme-light .toolbar {
    background-color: #d9d9d6; }
  .toolbar.theme-dark,
  .theme-dark .toolbar {
    background-color: green; }

.toolbar-icons {
  width: 35px;
  height: 35px;
  margin-right: 20px;
  display: flex;
  justify-content: flex-end; }

.user-icon-logout-control {
  position: relative; }

.toolbar-search {
  display: flex;
  align-items: center; }

.toolbar__search-input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 1rem;
  padding: 5px; }

.list-main {
  height: 100%; }

.list-body {
  display: flex;
  height: 100%;
  width: 100%; }

.list-table-container {
  max-height: -webkit-fill-available;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%; }

.list-table {
  display: flex;
  max-height: -webkit-fill-available;
  width: 100%;
  padding: 10px;
  flex-direction: column;
  text-align: start;
  overflow-y: scroll; }

.list-table-data {
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 5px 0 #d9d9d6;
  border-top-left-radius: 20px;
  position: relative;
  cursor: pointer;
  padding: 10px 20px;
  margin-bottom: 20px;
  justify-content: space-between; }

a.list-table-data {
  color: #000000; }

.list-table-data-tooltip-helper {
  position: relative;
  width: 100%; }

.list-table-data-main {
  display: grid;
  grid-template-columns: 5% repeat(4, 20%);
  align-items: center; }

.list-table-data-main-3 {
  display: grid;
  grid-template-columns: 40% repeat(2, 30%);
  align-items: center; }

.list-table-data-main-inactive.theme-light,
.theme-light .list-table-data-main-inactive {
  color: #53565a; }

.list-table-data-main-inactive.theme-dark,
.theme-dark .list-table-data-main-inactive {
  color: #424242; }

.list-table-data-icon {
  width: 30px;
  height: 30px;
  margin-right: 20px; }

.list-table-data-icon--alarm {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background: tomato;
  border-radius: 50%;
  border: 10px solid tomato; }

.list-table-data-icon--event {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  border-radius: 50%;
  border: 10px solid #00bb7e; }
  .list-table-data-icon--event.theme-light,
  .theme-light .list-table-data-icon--event {
    background-color: #00bb7e; }
  .list-table-data-icon--event.theme-dark,
  .theme-dark .list-table-data-icon--event {
    background-color: #333333; }

.list-table-data-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.device-btn {
  height: 100%;
  min-width: 120px;
  border-radius: 0; }

.device-btn:hover {
  box-shadow: 1px 1px 5px 0 #53565a; }

.device-btn-inactive {
  cursor: text; }
  .device-btn-inactive.theme-light,
  .theme-light .device-btn-inactive {
    background-color: #d9d9d6; }
  .device-btn-inactive.theme-dark,
  .theme-dark .device-btn-inactive {
    background-color: green; }

.device-btn-inactive:hover {
  box-shadow: none; }

.edit-delete-tooltip {
  display: flex;
  align-items: center; }

.list-table-container__devices {
  width: 100%;
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 1rem; }

.list-main__user-data-container {
  text-align: left;
  margin: 1rem 0; }

.list-main__user-data {
  display: grid;
  grid-template-columns: 30% 30%;
  grid-template-rows: 1fr 1fr;
  padding: 1rem; }

.list-main__user-data-piece {
  display: grid;
  grid-template-columns: 1fr 3fr;
  text-align: left; }

.list-main__device-data {
  display: grid;
  grid-template-columns: 50% 60%;
  padding: 1rem; }

.unlink-flex {
  display: flex; }

.device-type-list {
  display: flex;
  flex-direction: column;
  width: 200px;
  height: 100%;
  border-right: 1px solid; }
  .device-type-list.theme-light,
  .theme-light .device-type-list {
    border-color: #d9d9d6; }
  .device-type-list.theme-dark,
  .theme-dark .device-type-list {
    border-color: green; }

.device-type-list__header {
  font-weight: bold;
  font-size: 20px;
  text-align: left; }

.device-type-list__row {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  position: relative; }

.device-type-list__row--active::before {
  position: absolute;
  top: 0;
  right: -2px;
  width: 3px;
  height: 100%;
  background: #00bb7e;
  content: ''; }

.device-type-list__settings {
  opacity: 0;
  cursor: pointer; }

.device-type-list__row:hover .device-type-list__settings {
  opacity: 1; }

.user-list {
  width: 100%;
  padding: 10px;
  margin-left: -10px;
  overflow-y: scroll;
  margin-top: 70px; }

.user-list__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 1px 1px 5px 0 #d9d9d6;
  cursor: pointer;
  margin-bottom: 20px;
  border-top-left-radius: 20px;
  padding: 10px 20px; }

.user-list__row-content {
  display: grid;
  grid-template-columns: 5% 20% 40% 15%;
  width: 100%;
  text-align: initial;
  align-items: center; }

.user-list__delete {
  opacity: 0;
  cursor: pointer; }

.user-list__row:hover .user-list__delete {
  opacity: 1; }

.user-list__image {
  width: 30px;
  height: 30px; }

.user-list__row--name-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.new-firmware-container {
  display: flex;
  margin-bottom: 30px;
  max-height: 50%;
  width: 100%;
  flex-direction: column; }

.new-firmware-container-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid; }
  .new-firmware-container-inner.theme-light,
  .theme-light .new-firmware-container-inner {
    border-color: #d9d9d6; }
  .new-firmware-container-inner.theme-dark,
  .theme-dark .new-firmware-container-inner {
    border-color: green; }

.new-firmware-form {
  display: flex; }
  .new-firmware-form > * {
    margin-right: 20px; }

.firmware-history-table {
  display: flex;
  overflow-y: scroll;
  height: -webkit-fill-available;
  width: 100%;
  margin-bottom: 30px;
  flex-direction: column;
  max-height: 50%; }

.firmware-history-table-header {
  font-weight: bold;
  margin-bottom: 10px; }
  .firmware-history-table-header.theme-light,
  .theme-light .firmware-history-table-header {
    color: #00bb7e; }
  .firmware-history-table-header.theme-dark,
  .theme-dark .firmware-history-table-header {
    color: #333333; }

.firmware-history-table-row {
  display: flex;
  justify-content: flex-start; }
  .firmware-history-table-row > * {
    border: 1px solid;
    padding: 20px; }
    .firmware-history-table-row > *.theme-light,
    .theme-light .firmware-history-table-row > * {
      border-color: #d9d9d6; }
    .firmware-history-table-row > *.theme-dark,
    .theme-dark .firmware-history-table-row > * {
      border-color: green; }

.firmware-history-table-row-col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%; }

.firmware-history-table-row-col2 {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .firmware-history-table-row-col2 > * {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }

.firmware-history-sub-column {
  align-items: flex-end; }

.list-row--active {
  box-shadow: 2px 2px 20px 0 #00bb7e; }

.open-box-popup-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px; }

.open-box-header {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px; }
  .open-box-header.theme-light,
  .theme-light .open-box-header {
    color: #00bb7e; }
  .open-box-header.theme-dark,
  .theme-dark .open-box-header {
    color: #333333; }

.open-box-code-container {
  display: flex;
  margin: 30px 0;
  justify-content: space-around;
  height: 52px;
  width: 420px; }

.open-box-code-field {
  height: 100%;
  width: 100%;
  border: 1px solid;
  border-radius: 10px;
  outline: none; }
  .open-box-code-field.theme-light,
  .theme-light .open-box-code-field {
    border-color: #d9d9d6; }
  .open-box-code-field.theme-dark,
  .theme-dark .open-box-code-field {
    border-color: green; }
  .open-box-code-field.theme-light,
  .theme-light .open-box-code-field {
    background-color: #d9d9d64d; }
  .open-box-code-field.theme-dark,
  .theme-dark .open-box-code-field {
    background-color: dark-green; }

.tooltip {
  position: absolute;
  border-radius: 5px;
  padding: 5px;
  width: max-content; }
  .tooltip.theme-light,
  .theme-light .tooltip {
    background-color: #2c2a29; }
  .tooltip.theme-dark,
  .theme-dark .tooltip {
    background-color: red; }
  .tooltip.theme-light,
  .theme-light .tooltip {
    border-color: #2c2a29; }
  .tooltip.theme-dark,
  .theme-dark .tooltip {
    border-color: red; }
  .tooltip.theme-light,
  .theme-light .tooltip {
    color: #fff; }
  .tooltip.theme-dark,
  .theme-dark .tooltip {
    color: yellow; }

.tooltip--left {
  left: -10px;
  top: 50%;
  transform: translate(-100%, -50%); }
  .tooltip--left::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: inherit;
    border-width: 6px;
    margin-top: -6px; }

.tooltip--right {
  right: -10px;
  top: 50%;
  transform: translate(100%, -50%); }
  .tooltip--right::after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-right-color: inherit;
    border-width: 6px;
    margin-top: -6px; }

.tooltip--top {
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%); }
  .tooltip--top::after {
    left: 50%;
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: inherit;
    border-width: 6px;
    margin-left: -6px; }

.tooltip--bottom {
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 100%); }
  .tooltip--bottom::after {
    left: 50%;
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: inherit;
    border-width: 6px;
    margin-left: -6px; }

.tooltip--top__no-translate {
  position: absolute;
  top: 20%;
  right: 0; }

/**
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/
 */
/***************************************************************
** TODO: This stylesheet doesn't use our current guidelines.  **
** It has to be refactored.                                   **
***************************************************************/
/**
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/
 */
.u-font-weight-bold {
  font-weight: bold; }

.u-font-weight-500 {
  font-weight: 500; }

.u-font-size-bigger {
  font-size: 20px; }

.u-font-size-medium {
  font-size: 15px; }

.u-width-1rem {
  width: 1rem; }

.u-width-full {
  width: 100%; }

.u-height-full {
  height: 100%; }

.u-position-relative {
  position: relative; }

.u-display-flex {
  display: flex; }

.u-display-flex-column {
  display: flex;
  flex-direction: column; }

.u-display-inline-block {
  display: inline-block; }

.u-full-w {
  width: 100%; }

.u-full-h {
  height: 100%; }

.u-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }

.u-clickable {
  cursor: pointer; }

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

.u-margin-bottom-big {
  margin-bottom: 20px; }

.u-margin-bottom-large {
  margin-bottom: 30px; }

.u-margin-left-big {
  margin-left: 20px; }

.u-text-underline {
  text-decoration: underline; }

/**
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/
 */
.landing-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 100vh;
  justify-content: center; }
  .landing-container.theme-light,
  .theme-light .landing-container {
    background-color: #00bb7e; }
  .landing-container.theme-dark,
  .theme-dark .landing-container {
    background-color: #333333; }

.landing-container-header {
  text-align: center;
  margin-bottom: 40px;
  width: 250px;
  height: 100px;
  background: url("../images/arregui-logo-innovation.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat; }

.forgot-password-redirect {
  cursor: pointer; }
  .forgot-password-redirect.theme-light,
  .theme-light .forgot-password-redirect {
    color: #fff; }
  .forgot-password-redirect.theme-dark,
  .theme-dark .forgot-password-redirect {
    color: yellow; }

.forgot-password-redirect:hover {
  text-decoration: underline; }

.login-btn-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.login-btn {
  margin-top: 30px;
  width: fit-content; }
  .login-btn.theme-light,
  .theme-light .login-btn {
    background-color: #fff; }
  .login-btn.theme-dark,
  .theme-dark .login-btn {
    background-color: tomato; }
  .login-btn.theme-light,
  .theme-light .login-btn {
    color: #003e23; }
  .login-btn.theme-dark,
  .theme-dark .login-btn {
    color: black; }

.generic-popup__backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500; }
  .generic-popup__backdrop.generic-popup__backdrop--lightbox {
    background-color: rgba(0, 0, 0, 0.5); }

.generic-popup__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  padding: 40px;
  border-top-left-radius: 30px;
  box-shadow: 1px 1px 5px 0 #53565a; }
  .generic-popup__container.theme-light,
  .theme-light .generic-popup__container {
    color: #2c2a29; }
  .generic-popup__container.theme-dark,
  .theme-dark .generic-popup__container {
    color: red; }
  .generic-popup__container.theme-light,
  .theme-light .generic-popup__container {
    background-color: #fff; }
  .generic-popup__container.theme-dark,
  .theme-dark .generic-popup__container {
    background-color: #333333; }

.generic-popup__container--default-layout {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  height: 300px;
  width: 300px; }

.generic-error-popup {
  position: relative; }
  .generic-error-popup img {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 16px;
    cursor: pointer; }

.loading-popup__container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999; }

.loading-popup__backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500; }
  .loading-popup__backdrop.loading-popup__backdrop--lightbox {
    background-color: rgba(0, 0, 0, 0.5); }

.loading-popup__spinner {
  height: 2em; }

.full-screen-popup__container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999; }
  .full-screen-popup__container.theme-light,
  .theme-light .full-screen-popup__container {
    background-color: #00bb7e; }
  .full-screen-popup__container.theme-dark,
  .theme-dark .full-screen-popup__container {
    background-color: #333333; }

.full-screen-popup__close-button {
  position: absolute;
  right: 20px;
  top: 20px; }

/* A normalized styling */
html, body, #app, .app-container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box; }

html {
  font-family: 'Roboto', sans-serif;
  --hydrogen-black: #262c2d;
  --hydrogen-darker: #161a1b;
  --hydrogen-brown: #997d56;
  --hydrogen-darker-brown: #6e593e;
  --hydrogen-white: #ffffff;
  --hydrogen-darker-white: #ccc; }

/* TODO I didn't put a lot of effort into the quality of this stylesheet.
That's because we'll soon decide on the standards of writing them.
The stylesheet presented new is there just as an example of usage.
~@DH 2018.10.25 */
.app-container {
  display: flex; }

.app-container__main {
  flex: 1;
  overflow: auto;
  padding: 0 40px 20px 40px;
  min-height: calc(100vh);
  text-align: center; }
  .app-container__main.theme-light,
  .theme-light .app-container__main {
    background-color: #fff; }
  .app-container__main.theme-dark,
  .theme-dark .app-container__main {
    background-color: lightcoral; }
  .app-container__main.theme-light,
  .theme-light .app-container__main {
    color: #2c2a29; }
  .app-container__main.theme-dark,
  .theme-dark .app-container__main {
    color: red; }

.demo-greeting {
  font-size: 3rem;
  font-weight: bold; }

.logout {
  margin: 0 auto;
  width: 100px;
  padding: 10px 25px;
  color: var(--hydrogen-white);
  background-color: var(--hydrogen-brown);
  transition: background-color .3s, color .3s;
  cursor: pointer; }

.logout:hover {
  background-color: var(--hydrogen-darker-brown);
  color: var(--hydrogen-darker-white); }
