/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/
:root {
  --oj-form-layout-start-edge-column-max-width: 41.5rem;
}

.sendOffScreen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

html:not([dir="rtl"]) .app-icon {
  padding-right: 4px;
}

.app-icon {
  width: 254px;
  height: 39px;
  background-image: url("images/logo_confianza2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
/*
.app-icon::before {
  content: url("images/30logo.svg");
  display: inline;
}
*/
#preloader {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background-color: white;
  border: 1px solid #808080;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

#preloader span {
  padding: 0 5px;
  margin-bottom: 2px;
  display: inline-block;
}

.oj-radioset.custom-range .oj-radio-label {
  font-size: var(--oj-typography-body-xs-font-size);
}

.oj-radioset.custom-range .oj-radioset-wrapper .oj-choice-item:first-child .oj-radio-label {
  order: -1;
  margin-right: 8px;
}

.oj-radioset.custom-range .oj-radioset-wrapper .oj-choice-item:not(:first-child):not(:last-child) .oj-radio-label {
  display: none;
}

.custom-table .oj-form>.oj-flex:not(:first-child) {
  border-top: 1px solid gray !important;
}

.custom-table .oj-form>.oj-flex:last-child {
  border-bottom: 1px solid gray !important;
}

.custom-table .oj-form>.oj-flex:not(:first-child)>.oj-flex-item {
  margin-bottom: 0 !important;
}

/*.custom-table .oj-user-assistance-inline-container:not(.oj-has-messages) {
  display: none;
}*/

.custom-table .oj-radioset {
  width: 100%;
}

.custom-table .oj-choice-item {
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  align-items: stretch;
  display: flex;
  max-width: 5.5rem;
}

@media (max-width: 655px) {
  .custom-table .oj-choice-item {
    max-width: none;
  }
}

.custom-table .oj-radio-label {
  order: -1;
  margin-inline-end: 0.4em !important;
  font-size: var(--oj-typography-body-xs-font-size);
  text-align: center;
}

.custom-table .no-labels .oj-radio-label {
  visibility: hidden;
}

.custom-table .oj-radiocheckbox-icon.oj-component-icon {
  align-self: center;
  padding-inline: 0;
}

.no-user-assistance .oj-user-assistance-inline-container {
  display: none;
}

.oj-web-applayout-page {
  background-color: #f0ffed;
}

.encuesta .encuesta-item:not(.title) {
  margin: 20px auto;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 12px;
  background-color: white;
  box-shadow: 0px 0px 2px 0px;
}

.encuesta .encuesta-item.title {
  margin: 0 auto;
}

.encuesta .encuesta-item.custom-range,
.encuesta .encuesta-item.custom-inputtext,
.encuesta .encuesta-item.custom-textarea,
.encuesta .encuesta-item.custom-inputdatetime-date-time,
.encuesta .encuesta-item.custom-inputdatetime-date,
.encuesta .encuesta-item.custom-inputdatetime-time,
.encuesta .encuesta-item.custom-checkboxset,
.encuesta .encuesta-item.title,
.encuesta .encuesta-item.custom-select,
.encuesta .encuesta-item.custom-radioset {
  box-sizing: content-box;
  display: block;
  max-width: var(--oj-form-layout-start-edge-column-max-width);
}

.encuesta .oj-label .oj-label-group,
.encuesta .oj-form-control-label-inside.oj-form-control .oj-label,
.encuesta .oj-text-field-label-inside.oj-text-field.oj-read-only .oj-label,
.encuesta .oj-form-control-label-inside.oj-label-value .oj-label[slot="label"] {
  font-size: var(--oj-label-font-size);
  font-weight: var(--oj-label-inside-edge-font-weight);
  line-height: var(--oj-label-inside-edge-line-height);
  color: var(--oj-label-inside-edge-color);
}

.encuesta .encuesta-item.custom-table .custom-table-label {
  color: var(--oj-label-inside-edge-color);
}

.contenedor-texto {
  max-height: 200px;
  overflow-y: auto;
}

.contenedor-texto > div {
  margin: 15px 0;
  white-space: pre;
}

.oj-menu {
  font-size: 0.9rem;
}

.oj-menu-item > a {
  height: 2.5rem;
  line-height: 2.5rem;
}

.oj-menu-item-icon, .oj-menu-item-end-icon {
	line-height: 2.5rem !important;
}

.oj-menu-item .oj-menu-item-icon, .oj-menu-item .oj-menu-item-end-icon {
  font-size: 0.9rem;
}

html:not([dir="rtl"]) .oj-menu-item-icon {
	margin-left: calc(0px - 0.9rem - var(--oj-menu-text-to-start-icon-padding));
	margin-right: var(--oj-menu-text-to-start-icon-padding);
}