﻿@charset "UTF-8";
:root {
  --rz-border-width: 1px;
  --rz-root-font-size: 20px;
  --rz-body-font-size: 1rem;
  --rz-body-line-height: 1.429;
  --rz-icon-size: 1.5rem;
}

:root {
  /*--rz-steps-title-selected-color: #28a745;*/
}

body, .app-default {
  background-color: #f4f4f4 !important;
}

.init-transition-body {
  transition: opacity 0.2s;
  opacity: 1 !important;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.full-flex {
  height: 100vh;
  display: flex;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.QuestionAlert {
  color: #ff2252;
}

input::placeholder {
  color: darkgray;
}

.cursor-pointer {
  cursor: pointer;
}

.rz-tabview-nav {
  flex-wrap: wrap;
}

.rz-data-grid .rz-cell-filter-content {
  min-height: 10px;
}
.rz-data-grid .rz-cell-filter-content .rz-textbox {
  font-size: 14px;
  padding: 5px 10px;
}
.rz-data-grid .rz-unselectable-text, .rz-data-grid .rz-unselectable-text {
  top: 0 !important;
}

.rz-button-md, .rz-scheduler-nav-views .rz-button.rz-primary, .rz-scheduler-nav-views .rz-primary.rz-paginator-element, .rz-paginator-element, .rz-date-filter-buttons .rz-button, .rz-date-filter-buttons .rz-paginator-element, .rz-fileupload-choose, .rz-selectbutton .rz-button, .rz-selectbutton .rz-paginator-element, .rz-splitbutton-menubutton, .rz-splitbutton .rz-button-text-icon-left, .rz-splitbutton .rz-button-text-only {
  font-weight: 400;
  padding: 0.75rem 1.5rem;
}

.rz-datatable-data td .rz-cell-data, .rz-grid-table td .rz-cell-data {
  word-break: normal;
  white-space: normal;
}

.btn-primary, .rz-primary {
  background-color: #0082CA !important;
  border-color: #0082CA !important;
}

.btn-secondary, .rz-secondary {
  background-color: #EEF6FF !important;
  border-color: #EEF6FF !important;
  color: #0082CA !important;
}

.btn-success, .rz-success {
  background-color: #57B6B2 !important;
  border-color: #57B6B2 !important;
}

.btn-danger, .rz-danger {
  background-color: #A2D45E !important;
  border-color: #A2D45E !important;
}

.btn-warning, .rz-warning {
  background-color: #D79A2B !important;
  border-color: #D79A2B !important;
}

.btn-warning:hover {
  color: white;
}

.btn-info, btn-info {
  background-color: #6BC4E8 !important;
  border-color: #6BC4E8 !important;
}

.btn-dark, btn-dark {
  background-color: #353A3F !important;
  border-color: #17a2b8 !important;
}

.btn, .rz-steps-prev, .rz-steps-next {
  border-radius: 4px !important;
  padding: 5px 12px;
}

.btn-lg {
  min-width: 8rem;
  margin: 0 1rem;
}

.btn-circular {
  border-radius: 50% !important;
  height: 30px;
  width: 30px;
  border: 0;
  padding: 8px;
  font-size: 10px;
}

.btn-circular:focus {
  box-shadow: none !important;
}

.rz-button {
  border-radius: 0.75rem;
}

.rz-panel {
  padding: 0;
}

.no-header thead {
  display: none;
}

.rz-panel-content {
  margin: 0 0 2rem 0;
}

.form-user .rz-dropdown {
  font-size: 17px;
  padding: 5px 10px 35px 10px;
  margin: 5px 0;
}

.rz-steps-buttons {
  background: white;
  z-index: 2;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 6rem;
}

.userdatagrid .rz-dropdown {
  margin-bottom: -6px;
}

.td-userdatagrid .rz-cell-data {
  display: inline !important;
}

.form-group .rz-dropdown {
  display: block;
}

textarea.form-control {
  padding: 10px 10px;
}

.card-toolbar {
  /*    display:flex;
      justify-content: flex-end;
      margin: 1rem 0;*/
}
.card-toolbar .rz-button {
  margin-left: 1rem;
}

.grid_hide_filter .rz-grid-table thead tr:nth-child(2) {
  display: none;
}

.rz-radio-btn:checked ~ label {
  color: blue;
}

.rz-radio-button-list-horizontal .rz-radio-btn {
  /*	transform: scale(1.3);
      margin: 1rem 1rem;*/
  font-size: 17px;
  margin: 10px 0;
  font-weight: 300;
  line-height: 1.2;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: inline;
  white-space: nowrap;
}

.form-check {
  display: inline;
}

.rz-radiobutton-label {
  margin: 0 2rem 0 1.5rem;
  color: black;
}

.rz-chkbox {
  vertical-align: top;
  margin-right: 0.8rem;
}

.rz-textbox {
  font-size: 17px;
  padding: 20px 10px;
}

.form-control {
  font-size: 17px;
  margin: 5px 0;
  padding: 20px 10px;
}

.rz-radiobutton-box {
  border: 2px solid #babfc2;
}

.rz-colorpicker, .rz-lookup-search input, .rz-spinner, .rz-calendar .rz-inputtext, .rz-multiselect, .rz-dropdown, .mask, .rz-textarea, .rz-textbox {
  border: 2px solid #babfc2;
}

.rz-spinner.rz-state-disabled .rz-inputtext, .rz-calendar.rz-state-disabled .rz-inputtext .rz-inputtext, .rz-listbox.rz-state-disabled .rz-inputtext, .rz-autocomplete-input:disabled .rz-inputtext, .rz-state-disabled.rz-multiselect .rz-inputtext, .rz-state-disabled.rz-dropdown .rz-inputtext, .rz-radiobutton-box.rz-state-disabled .rz-inputtext, .rz-chkbox-box.rz-state-disabled .rz-inputtext, .rz-colorpicker:disabled .rz-inputtext, .rz-lookup-search input:disabled .rz-inputtext, .rz-spinner:disabled .rz-inputtext, .rz-calendar .rz-inputtext:disabled .rz-inputtext, .rz-multiselect:disabled .rz-inputtext, .rz-dropdown:disabled .rz-inputtext, .mask:disabled .rz-inputtext, .rz-textarea:disabled .rz-inputtext, .rz-textbox:disabled .rz-inputtext {
  color: rgba(58, 58, 58, 0.9);
}

img.Close_Icon {
  position: fixed;
  right: 1rem;
  top: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 999;
}

label {
  color: black;
}

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

.semi-box {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 1rem;
}

.start-no-visible {
  visibility: hidden;
}

.rz-steps ul[role=tablist] {
  position: fixed;
  left: 4vw;
  top: 13vw;
  display: flex;
  justify-content: space-between;
  width: 40%;
  background-position: center;
  flex-direction: column;
  align-items: flex-start;
  z-index: 999;
}

.rz-steps .rz-steps-item {
  text-align: center;
  margin: 0.5em 0;
  /*width: 180px;*/
}

.rz-steps-next {
  color: #28a745;
  background-color: white;
  background-image: none;
  border-color: #28a745;
  height: 3rem;
  position: fixed;
  /*right: 36%;*/
  right: 2rem;
  bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border: 1px solid #28a745;
}
.rz-steps-next i {
  display: none;
}

:root {
  --rz-grid-data-border-shadow: none;
  --rz-grid-cell-border: 0 solid white;
  --rz-grid-right-cell-border: 0 solid white;
  --rz-grid-bottom-cell-border: var(--rz-border-normal);
  --rz-grid-cell-padding: 0.5rem;
  --rz-grid-cell-color: var(--rz-text-color);
}

.rz-cell-filter {
  background-color: white;
}

.rz-datatable-thead th:not(:last-child), .rz-grid-table thead th:not(:last-child) {
  border-right: 0 solid white;
}

.rz-datatable-thead th, .rz-grid-table thead th {
  border-bottom: 1px solid #eee !important;
}

.rz-datatable-data td, .rz-grid-table td {
  border-bottom: 1px solid #eee !important;
  border-right: 1px solid #eee;
}

.rz-datatable-thead th, .rz-grid-table thead th {
  background-color: white;
}

.rz-datatable-odd > td {
  background-color: white;
  height: 48px;
}

.rz-datatable-even > td {
  background-color: #ffffff;
  height: 48px;
}

.rz-datatable-thead th .rz-column-title, .rz-grid-table thead th .rz-column-title {
  font-size: 1rem;
  font-weight: 600;
  color: #9093A5 !important;
}

.rz-datatable-data td .rz-cell-data, .rz-grid-table td .rz-cell-data {
  font-size: 1rem;
}

.title-menu {
  margin-bottom: 1rem;
}

.form-control-no-editmode {
  font-size: 17px;
  margin: 5px 0;
  padding: 10px 10px;
}

.wizard a.rz-steps-next.rz-state-disabled {
  opacity: 0;
}

.rz-steps-prev {
  color: #9ba7b4;
  background-color: white;
  background-image: none;
  border-color: #9ba7b4;
  height: 3rem;
  position: fixed;
  /*left: 2rem;*/
  left: 43%;
  bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border: 1px solid #9ba7b4;
}
.rz-steps-prev i {
  display: none;
}

.wizard a.rz-steps-prev.rz-state-disabled {
  opacity: 0;
}

.rz-steps .rz-state-highlight .rz-steps-number {
  border: 2px #479cc8 solid;
}

.rz-steps-current ~ .rz-steps-item .rz-steps-number {
  border: 2px gray solid;
}

.rz-steps-number {
  padding: 0.7rem 0 !important;
  width: 3.2rem !important;
  height: 3.2rem !important;
  font-size: 18px;
  border: 2px var(--rz-steps-title-selected-color) solid;
}

#iframepdf {
  border: 1px solid #CCCCCC;
  width: 100%;
  height: calc(100vh - 300px);
}

.fixed {
  position: fixed;
  /*left: 0;*/
  top: 0;
  right: 0;
  bottom: 0;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.row_wizard {
  display: flex;
}

.column_wizard {
  margin: auto;
}

.column_wizard_header {
  flex: 1 1 40%;
  height: 100vh;
}

.column_wizard_header > div {
  width: 100%;
  height: 100%;
  background-position: top right;
  background-size: cover;
  opacity: 0.15;
  position: fixed;
  width: 40vw;
  height: 100vh;
  background-color: #ddd;
  background-blend-mode: multiply;
  z-index: 3;
}

.column_wizard_page {
  flex: 1 1 60%;
}

.login > section > .container {
  width: 50%;
  margin-left: 3rem;
}

.wizard .logo2 {
  position: fixed;
  margin: 0.5rem 1rem;
  top: 0;
  z-index: 999;
}

.wizard .logo2 img {
  width: 20vw;
}

.wizard section {
  padding: 3rem 0 6rem 0;
}

.wizard span.title {
  font-size: 42px;
  font-weight: 600;
  color: #1381c5;
  /*text-transform: uppercase;*/
}

.wizard span.sub-title {
  font-size: 18px;
  font-weight: 600;
  color: black;
  /*text-transform: uppercase;*/
}

.wizard h2.text {
  margin: 25px 0 8px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #1381c5;
}

.wizard .container .sec-title {
  overflow: auto;
}

.title-text {
  font-size: 18px;
}

.wizard .container {
  padding-right: 3rem;
  padding-left: 3rem;
}

.redsys {
  padding-bottom: 2rem;
}

.redsys::after {
  content: "";
  background: transparent url(../img/redsys.png) no-repeat;
  width: 100px;
  height: 39px;
  background-size: contain;
}

.redsys::before {
  content: "Pague con tarjeta de crédito a través de Servired/RedSys";
  position: absolute;
  margin-top: 3rem;
  margin-left: 4rem;
}

.paypal {
  padding-bottom: 2rem;
}

.paypal::after {
  content: "";
  background: transparent url(../img/paypal.png) no-repeat;
  width: 100px;
  height: 25px;
  background-size: contain;
}

.paypal::before {
  content: "Pague con su cuenta PayPal de modo seguro";
  position: absolute;
  margin-top: 3rem;
  margin-left: 4rem;
}

.wizard .container .tarifa-container {
  border: 1px solid #ced4da;
  margin: 1rem;
  padding: 1rem;
  height: 54px;
}

.wizard .container .tarifa {
  text-align: left;
  float: left;
  font-size: 18px;
  font-weight: 600;
  color: black;
}

.wizard .container .importe {
  float: right;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #1381c5;
}

.wizard .container .cupon-container {
  border: 1px solid #ced4da;
  margin: 1rem;
  padding: 1rem;
  height: 54px;
}

.wizard .container .cupon {
  text-align: left;
  float: left;
  font-size: 18px;
  font-weight: 600;
  color: black;
  border: none;
  margin-top: -3px;
  width: 80%;
}

.wizard .container .btn-cupon {
  float: right;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #1381c5;
  background-color: white;
  border-radius: 0.5rem;
  padding: 5px;
  margin-top: -8px;
  width: 20%;
}

.form-group {
  margin: 25px 0 10px 0;
}

.form-control-label {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  color: #479cc8;
}

.rz-chkbox + .form-control-label {
  color: black;
}

.rz-calendar > .rz-inputtext {
  font-size: 18px;
  margin: 5px 0;
  padding: 20px 10px;
}

.wizard h2.text:first-of-type {
  margin: 15px 0 10px 0;
}

.visible-movil {
  visibility: collapse;
}

.register_step_title {
  display: none;
}

@media only screen and (max-width: 1200px) {
  /*.wizard section {
      padding-right: 38%;
      padding-left: 5%;
  }
  */
  .rz-steps .rz-steps-item {
    /*width: 120px;*/
  }
}
@media only screen and (max-width: 990px) {
  /*.wizard section {
      padding-right: 28%;
      padding-left: 0%;
  }*/
  .wizard .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .rz-textbox {
    font-size: 17px;
    padding: 15px 8px;
  }
  .rz-steps .rz-steps-item {
    /*width: 80px;*/
  }
  .wizard span.title {
    font-size: 32px;
  }
  .wizard h2.text {
    margin: 25px 0 8px 0;
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 769px) {
  .wizard .container {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    width: auto !important;
    margin-left: 0 !important;
  }
  .redsys::before {
    margin-top: 4rem;
  }
  .paypal::before {
    margin-top: 4rem;
  }
  .wizard .container .btn-cupon {
    font-size: 12px;
  }
  .wizard .container .sec-title {
    overflow: auto;
    margin-bottom: 0rem !important;
  }
  .hidden-movil {
    visibility: collapse;
    display: none;
  }
  .visible-movil {
    visibility: visible;
  }
  .vertical-center {
    margin: 0;
    position: relative;
    -ms-transform: inherit;
    transform: inherit;
  }
  .rz-steps ul[role=tablist] {
    left: 2rem;
    right: 2rem;
    width: inherit;
    text-align: center;
    transform: inherit;
    top: 15vw;
    position: absolute;
    flex-direction: row;
    align-items: center;
    background-image: url("../img/StepsBackgroundV.png");
    position: fixed;
  }
  .rz-steps-number {
    padding: 0.3rem 0 !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    font-size: 17px;
  }
  .register_step_title {
    display: inherit;
    position: absolute;
    top: 21vh;
    width: 100%;
    margin: auto;
    text-align: center;
    color: var(--rz-steps-title-selected-color);
    font-size: 1.5rem;
  }
  .wizard .rz-steps-title {
    display: none;
  }
  .wizard .background-movil {
    height: 28vw;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
  }
  .wizard .background-movil > div {
    width: 100%;
    height: 100%;
    background-position: top right;
    background-size: cover;
    opacity: 0.15;
    background-color: #ddd;
    background-blend-mode: multiply;
  }
  .rz-steps-next {
    right: 1rem;
    bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 2rem;
  }
  .rz-steps-prev {
    left: 1rem;
    bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 2rem;
  }
  .rz-steps-buttons {
    height: 3rem;
  }
  .row_wizard {
    display: block;
  }
  .wizard section {
    margin-top: 25vw;
    padding-left: 0;
    padding-right: 0;
  }
  .container {
    max-width: 100%;
  }
  /*section {
      padding: 0;
      width: 100%;
  }
  */
}
@media only screen and (max-width: 359px) {
  .wizard .container {
    padding-right: 0;
    padding-left: 0;
  }
  .btn-lg {
    min-width: 4rem;
    margin: 0 1rem;
  }
  .rz-textbox {
    font-size: 16px;
    padding: 15px 8px;
  }
  .rz-steps ul[role=tablist] {
    left: 1rem;
    right: 1rem;
  }
  .wizard span.title {
    font-size: 22px;
  }
  .wizard h2.text {
    margin: 20px 0 6px 0;
    font-size: 16px;
    line-height: 1;
  }
}
.rz-rating a {
  font-size: 24px !important;
}

.rz-progressbar-label {
  opacity: 0;
}

.rating-5 .rz-progressbar-value {
  background-color: red !important;
}

.rating-4 .rz-progressbar-value {
  background-color: red !important;
}

.rating-3 .rz-progressbar-value {
  background-color: #ffd800 !important;
}

.rating-2 .rz-progressbar-value {
  background-color: green !important;
}

.rating-1 .rz-progressbar-value {
  background-color: green !important;
}

.title-back-container {
  display: flex;
  cursor: pointer;
}
.title-back-container > i {
  font-size: 2rem;
  margin-right: 1rem;
}

.rz-selectable .rz-datatable-even, .rz-datatable-odd {
  cursor: pointer;
}

.card-header2 {
  padding: 1rem 2.25rem;
}

.col-menu {
  padding-left: 4px;
  padding-right: 4px;
}

.btn-menu {
  transform: scale(0.95);
  width: 72px !important;
  height: 72px !important;
}

.estado_bar {
  width: 191px;
  max-width: 191px;
}
.estado_bar > span {
  width: 175px;
  max-width: 175px;
}

.estado_header {
  width: 191px;
  max-width: 191px;
}

.app-sidebar {
  background-color: white;
}

#kt_app_sidebar_mobile_toggle {
  z-index: 9999;
}

#kt_app_sidebar {
  padding: 10px;
  overflow: hidden;
  text-align: center;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar {
  background-color: white;
}

.menu_btns {
  padding-top: 5rem;
}

.customer-selected {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 2rem;
}

.text-customer-selected {
  display: flex;
  flex-direction: column;
  margin: 0 1rem;
  flex: auto;
}

.customer-selected > .rz-progressbar {
  flex: auto;
  max-width: 200px;
}

.app-footer {
  position: fixed;
  bottom: 0;
  background-color: transparent;
  height: 3rem;
}

@media (max-width: 500px) {
  .page-title {
    margin-left: 1rem;
  }
  .estado_bar {
    width: 50px;
  }
  .estado_bar > span {
    width: 40px;
  }
  .estado_header {
    width: 50px;
  }
  .estado_header > span {
    width: 40px;
  }
  .app-container-extra {
    max-width: none;
    padding-left: 0px !important;
    padding-right: 0 !important;
  }
}
.informe-box {
  /* border: 1px solid #057ec5; */
  /* border-radius: 1rem; */
  padding: 0.5rem;
  margin-bottom: 2rem;
  background-color: #e9edf0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 20rem;
  border-bottom: 6px solid #057ec5;
  position: relative;
}

.informe-btn-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  padding: 0 1rem;
  align-items: stretch;
}

.informe-btn-box2 {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}

.informe-btn-inner {
  width: 48%;
}

.informe-title-box {
  display: flex;
  flex-direction: row;
  padding: 0 1rem;
  justify-content: space-between;
  margin: 0.5rem 0;
}

.informe-title-text {
  display: flex;
  flex-direction: column;
}

.informe-title-text-1 {
  font-weight: 600;
}

.informe-title-text-2 {
  color: black;
  font-size: x-large;
}

.informe-title-img {
  height: 50px;
  opacity: 0.5;
}

.informe-footer {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 0.8rem;
}

.informe-footer-2 {
  color: black;
  font-weight: 600;
}

.informe-btn-generate {
  width: 96%;
  margin: auto auto 0.5rem auto;
}

.informe-btn-notify {
  margin: auto;
  padding: 1rem 5rem;
}

.informe-notify {
  margin: auto;
  font-size: 0.8rem;
}

.informe-footer-notify {
  margin-top: 0.5rem;
  text-align: center;
}

.informe-footer-notify-2 {
  color: black;
  font-weight: 600;
}

.informe-btn-download {
  background-color: #2a6663 !important;
}

.informe-btn-upload {
  background-color: #8870da !important;
}

.informe-description {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
}

.informe-description-1 {
  font-weight: 600;
}

.flame_policy {
  width: 100%;
  height: calc(100vh - 200px);
}

.blazored-modal-content > .flame_policy {
  width: 90vw;
}

.blazored-modal {
  border-radius: 1rem;
}

.blazored-modal-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.blazored-modal-close {
  visibility: hidden;
}

.blazored-modal-close:after {
  content: url(/img/icons/close.png);
  visibility: visible;
  display: block;
  margin-top: -30px;
  margin-right: -2px;
  opacity: 0.5;
}

.blazored-modal-title {
  vertical-align: middle;
  text-align: center;
  width: 100%;
  color: #553d89;
  font-size: x-large;
  font-weight: bold;
}

.blazored-modal-header {
  margin-left: 60px;
  align-items: center;
  margin-top: -10px;
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel {
  border-radius: 0.5em;
  width: 180px;
}

@media (max-width: 1024px) {
  .blazored-modal-title {
    font-size: medium;
  }
  .blazored-modal-header {
    padding: 0;
  }
}
/*    .e-schedule .e-vertical-view .e-resource-cells {
       height: 62px;
   }

   .e-schedule .template-wrap {
       display: flex;
       text-align: left;
   }

   .e-schedule .template-wrap .resource-image img {
       width: 45px;
       height: 45px;
   }*/
.e-schedule .template-wrap .resource-details {
  padding-left: 10px;
}

.e-schedule .template-wrap .resource-details .resource-name {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}

.e-schedule.e-device .template-wrap .resource-details .resource-name {
  font-size: inherit;
  font-weight: inherit;
}

/*    .e-schedule.e-device .e-resource-tree-popup .e-fullrow {
        height: 50px;
    }

    .e-schedule.e-device .template-wrap .resource-details .resource-designation {
        display: none;
    }*/
:root {
  --rz-tabs-padding: 1.25rem;
  --rz-tabs-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.01);
  --rz-tabs-border: var(--rz-border-base-200);
  --rz-tabs-border-radius: var(--rz-border-radius);
  --rz-tabs-background-color: var(--rz-base-background-color);
  --rz-tabs-tab-font-size: 15px;
  --rz-tabs-tab-line-height: var(--rz-body-line-height);
  --rz-tabs-tab-font-weight: normal;
  --rz-tabs-tab-text-transform: none;
  --rz-tabs-tab-letter-spacing: 0;
  --rz-tabs-tab-padding: 0.5rem 1rem;
  --rz-tabs-tab-background-color: var(--rz-base-200);
  --rz-tabs-tab-color: var(--rz-text-title-color);
  --rz-tabs-tab-selected-color: var(--rz-secondary);
  --rz-tabs-tab-selected-top-border-color: var(--rz-secondary);
  --rz-tabs-tab-hover-background-color: var(--rz-base-background-color);
  --rz-tabs-tab-hover-color: var(--rz-secondary-light);
  --rz-tabs-icon-font-size: var(--rz-icon-size);
  --rz-tabs-icon-margin: 0 0.25rem 0 -0.25rem;
  --rz-tabs-transition: var(--rz-transition-all);
}

body {
  overflow-x: hidden;
}

label {
  display: inherit;
  color: black;
}

.float-right {
  float: right !important;
}

.form-group {
  margin: 25px 0 10px 0;
}

.form-control {
  font-size: 17px;
  margin: 5px 0;
  padding: 20px 10px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-label {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  color: #479cc8;
}

.form-control-text {
  height: 10rem;
}

.grid_face {
  width: 32px;
  height: 32px;
}

.chart_face {
  width: 20px;
  height: 20px;
}

.cropper {
  max-height: 300px;
  width: 100%;
}

.cropper-img {
  max-height: 300px;
  width: auto;
}
