/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/

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

.app-iaoc-icon {
  /*width:167px;
  height:60px;*/
  width:126px;
  height:45px;
  content:url("images/iaoc_logo.svg");
}

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

html[dir="rtl"] .app-iaoc-icon {
  padding-left:4px
}

.app-iaoc-icon:before {
  display:inline
}

.demo-appheader-avatar {
  width:24px;
  height:24px
}

.demo-appheader-avatar:before {
  content:url("images/avatar_24px.png")
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .demo-appheader-avatar:before {
      content:url("images/avatar_24px_2x.png");
      -webkit-transform:translate(-25%, -25%) scale(0.5);
      transform:translate(-25%, -25%) scale(0.5)
  }
}

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

.app-icon {
  width: 137px;
  height: auto;
}

.app-icon::before {
  content: url("images/iaoc.jpg");
  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: collapse;
}

.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: #fff2fd;
}

.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,
.encuesta .encuesta-item.subtitle {
  margin: 0 auto;
}

.encuesta .encuesta-item.subtitle {
  padding-bottom: 0;
}

.encuesta .encuesta-item.subtitle .oj-typography-body-sm.oj-text-color-primary {
  font-weight: var(--oj-label-font-weight) !important;
}

.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.subtitle,
.encuesta .encuesta-item.custom-select,
.encuesta .encuesta-item.custom-date-select,
.encuesta .encuesta-item.custom-radioset {
  box-sizing: content-box;
  display: block;
  max-width: var(--oj-form-layout-start-edge-column-max-width);
  padding-bottom: 0;
}

.encuesta .encuesta-item.separador {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 2px solid gray;
  box-shadow: 0px 0px 2px 0px gray;
  margin-bottom: 10px;
  margin-top: 10px;
}

.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"],
.encuesta oj-c-rich-radioset label {
  font-size: var(--oj-label-font-size);
  font-weight: var(--oj-label-font-weight);
  line-height: var(--oj-label-line-height);
  color: var(--oj-label-color);
}

.encuesta .oj-label .oj-label-group .oj-text-color-secondary {
  font-weight: normal;
}

.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;
}

.sponsor-logo {
  height: 20px;
}