@font-face{font-family:'Novecento Sans Wide';src:url(../fonts/novecentosanswide-light-webfont.woff2) format("woff2"),url(../fonts/novecentosanswide-light-webfont.woff) format("woff");font-weight:300;font-style:normal}
@font-face{font-family:'Novecento Sans Wide';src:url(../fonts/novecentosanswide-book-webfont.woff2) format("woff2"),url(../fonts/novecentosanswide-book-webfont.woff) format("woff");font-weight:350;font-style:normal}
@font-face{font-family:'Novecento Sans Wide';src:url(../fonts/novecentosanswide-normal-webfont.woff2) format("woff2"),url(../fonts/novecentosanswide-normal-webfont.woff) format("woff");font-weight:400;font-style:normal}
@font-face{font-family:'Novecento Sans Wide';src:url(../fonts/novecentosanswide-medium-webfont.woff2) format("woff2"),url(../fonts/novecentosanswide-medium-webfont.woff) format("woff");font-weight:500;font-style:normal}
@font-face{font-family:'Novecento Sans Wide';src:url(../fonts/novecentosanswide-demibold-webfont.woff2) format("woff2"),url(../fonts/novecentosanswide-demibold-webfont.woff) format("woff");font-weight:700;font-style:normal}
@font-face{font-family:'Novecento Sans Wide';src:url(../fonts/novecentosanswide-bold-webfont.woff2) format("woff2"),url(../fonts/novecentosanswide-bold-webfont.woff) format("woff");font-weight:800;font-style:normal}

/* general */
body{font-family:'Open Sans',sans-serif;overflow-x:hidden}
a{color:#0098dc}
.btn-primary-light-blue,.btn-primary-light-blue:active,.btn-primary-light-blue:visited,.btn-primary-light-blue:focus{background-color:#0098dc;border-color:#0098dc;color:#fff}
.btn-primary-light-blue:hover{background-color:#078bc4;border-color:#078bc4;color:#fff}
.color-primary-light-blue{color:#0098dc}
.bg-primary-light-blue{background:#0098dc}
.nove{font-family:'Novecento Sans Wide',sans-serif;}
.font-weight-medium{font-weight:500}
.material-icons{transform: translateY(25%)}

/* navbar */
.navbar{background:#E9E9E9!important}

/* login */

:root {
  --qspy-nav-h: 108px;
  --qspy-grad: linear-gradient(180deg, #575e7d 0%, #434a6e 50%, #2e355d 100%);
  --qspy-accent: #1059FF;
  --qspy-accent-h: #0F4FE6;
  --qspy-accent-a: #0B3FBE;
  --qspy-field: #696e8b;
  --qspy-field-h: #737893;
  --qspy-field-f: #7a7f9a;
  --qspy-label: #a8adc0;
  --qspy-ink:      #2e355d;
  --qspy-ink-soft: #6b7080;
  --qspy-side:     #565d7c;
  --qspy-form-w:   700px;
  --qspy-panel-bg:      var(--qspy-side);
  --qspy-panel-ink:     #e8eaf1;
  --qspy-panel-sep:     rgba(255,255,255,.25);
  --qspy-field-light:   #ffffff;
  --qspy-field-light-h: #f2f4fa;
  --qspy-error-on-dark: #ffd7db;
  --qspy-warn-on-dark:  #ffd98a;
  --qspy-divider:      #e2e6ee;
  --qspy-section-ink:  #3d466a;
  --qspy-empty-bg:     #eaecec;
  --qspy-empty-ink:    #5f677e;
  --qspy-radius:       10px;
}

@keyframes qspy-shake {
  0%,100% { transform: translateX(0); }
  20% { transform: translateX(-8px); }
  40% { transform: translateX(8px); }
  60% { transform: translateX(-5px); }
  80% { transform: translateX(5px); }
}

body.qspy-auth {
  min-height: 100vh;
  margin: 0;
  padding: 60px 16px 100px;
  background: #f2f3f4;
}

.qspy-card {
  --s: 1;
  width: calc(590px * var(--s));
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 7px rgba(0,0,0,0.2);
  background: var(--qspy-grad);
  padding: calc(48px * var(--s)) calc(64px * var(--s)) calc(36px * var(--s));
}

@media (max-height: 900px) { .qspy-card { --s: 0.92; } }
@media (max-height: 830px) { .qspy-card { --s: 0.86; } }
@media (max-height: 770px) { .qspy-card { --s: 0.80; } }
@media (max-height: 710px) { .qspy-card { --s: 0.76; } }

.qspy-titlebar > span {
  color: #ffffff;
  font-size: calc(19px * var(--s));
  letter-spacing: calc(2px * var(--s));
  padding: 0 calc(12px * var(--s)) calc(12px * var(--s));
  border-bottom: solid 3px var(--qspy-accent);
}

.qspy-wordmark {
  text-align: center;
  color: #d3d3d3;
  font-size: calc(60px * var(--s));
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: calc(34px * var(--s));
  text-indent: calc(34px * var(--s));
  margin: calc(34px * var(--s)) 0 calc(60px * var(--s));
}

.qspy-group { margin-bottom: calc(20px * var(--s)); }
.qspy-card label {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: calc(15px * var(--s));
  padding: 0 0 calc(12px * var(--s)) calc(4px * var(--s));
  color: var(--qspy-label);
  letter-spacing: 0.5px;
}

.qspy-field {
  width: 100%;
  height: calc(52px * var(--s));
  border-radius: 26px;
  border: none;
  background: var(--qspy-field);
  color: #ffffff;
  font-size: calc(15px * var(--s));
  padding-left: calc(22px * var(--s));
  font-family: inherit;
  transition: background .5s ease, box-shadow .25s ease;
}
.qspy-field:hover { background: var(--qspy-field-h); }
.qspy-field:focus {
  background: var(--qspy-field-f);
  box-shadow: 0 0 0 3px rgba(16,89,255,0.35);
  outline: none;
}
.qspy-field::-webkit-input-placeholder { color: rgba(255,255,255,0.35); }
.qspy-field::-moz-placeholder { color: rgba(255,255,255,0.35); }
.qspy-field:-ms-input-placeholder { color: rgba(255,255,255,0.35); }
.qspy-field::placeholder { color: rgba(255,255,255,0.35); }
.qspy-field-eye { padding-right: 52px; }

.qspy-eye {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  color: rgba(255,255,255,.7);
  cursor: pointer;
  transition: background .25s, color .25s;
}
.qspy-eye:hover { background: rgba(255,255,255,.15); color: #ffffff; }
.qspy-eye .material-icons { font-size: 17px; transform: none; }

.qspy-btn,
.qspy-btn:visited,
.qspy-btn-ghost,
.qspy-btn-ghost:visited {
  width: 100%;
  height: calc(52px * var(--s));
  border-radius: 26px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: inherit;
}

.qspy-btn,
.qspy-btn:visited {
  border: none;
  background: var(--qspy-accent);
  font-size: calc(16px * var(--s));
  transition: background .5s;
}
.qspy-btn:hover { background: var(--qspy-accent-h); color: #ffffff; }
.qspy-btn:active { background: var(--qspy-accent-a); }

.qspy-btn-ghost,
.qspy-btn-ghost:visited {
  border: 1px solid rgba(255,255,255,0.45);
  background: transparent;
  font-size: calc(16px * var(--s));
  transition: background .25s;
}
.qspy-btn-ghost:hover { background: rgba(255,255,255,0.12); color: #ffffff; }

.qspy-submit { position: relative; margin-top: calc(54px * var(--s)); }
.qspy-actions { gap: calc(18px * var(--s)); margin-top: calc(34px * var(--s)); }
.qspy-actions .qspy-submit { margin-top: 0; }
.qspy-actions.d-flex { display: grid !important; grid-template-columns: 1fr 1fr; }
.qspy-actions > .qspy-btn-ghost,
.qspy-actions > .qspy-submit { min-width: 0; width: 100%; }

.qspy-spinner {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  pointer-events: none;
}
.qspy-submit.is-loading .qspy-spinner { display: block; }
.qspy-submit.is-loading .qspy-btn { color: transparent; cursor: default; }

.qspy-links {
  margin: calc(32px * var(--s)) 0 0;
  padding-top: calc(26px * var(--s));
  border-top: solid 1px rgba(255,255,255,.25);
  gap: calc(14px * var(--s));
}
.qspy-links a,
.qspy-links a:visited {
  gap: 9px;
  color: #e8eaf1;
  font-weight: 400;
  font-size: calc(15px * var(--s));
  padding: calc(4px * var(--s)) calc(8px * var(--s));
  border-radius: 6px;
  text-decoration: none;
  transition: color .25s, background .25s;
}
.qspy-links a:hover { color: #ffffff; background: rgba(255,255,255,0.08); text-decoration: none; }
.qspy-links .material-icons { color: #6f9aff; font-size: 19px; transform: none; }
.qspy-links-sep { width: 1px; height: 20px; background: rgba(255,255,255,.35); }

.qspy-note {
  color: var(--qspy-label);
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  margin: 4px 0 0;
}

.qspy-card ul,
.qspy-card ol,
.qspy-card .qspy-alerts { list-style: none; padding-left: 0; margin: 0; }
.qspy-card li { list-style: none; }

.qspy-card [class*="loginAlert"] {
  display: block;
  background: rgba(231,76,90,0.15);
  border: none;
  border-radius: 6px;
  padding: calc(13px * var(--s)) calc(16px * var(--s));
  margin: 0 0 calc(22px * var(--s));
  color: #ffd7db !important;
  font-size: calc(13.5px * var(--s));
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0.2px;
  animation: qspy-shake 0.4s ease;
}
.qspy-card [class*="loginAlertInfo"] {
  background: rgba(46,196,134,0.15);
  color: #c8f2e0 !important;
  animation: none;
}

.qspy-card [class*="qspy-field-error"] {
  display: block;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  color: #ff8f9a !important;
  font-size: calc(14px * var(--s));
  line-height: 1.4;
  margin: calc(7px * var(--s)) 0 0 calc(18px * var(--s));
  font-weight: 400;
}

@media (max-height: 1000px) {
  body.qspy-auth { padding: 40px 16px 40px; }
}
@media (max-height: 770px) {
  body.qspy-auth { padding: 24px 16px 24px; }
}

.navbar.nav-qspy {
  background: #ffffff!important;
  min-height: var(--qspy-nav-h);
  padding: 0 64px;
  border-bottom: 1px solid #e2e4e9;
  box-shadow: 0 1px 4px rgba(30,36,62,0.06);
}

.qspy-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 14px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #6b7080;
  cursor: pointer;
  transition: background .25s, color .25s;
}
.qspy-menu-toggle:hover { background: rgba(46,53,93,.07); color: #2e355d; }
.qspy-menu-toggle:focus { outline: 2px solid var(--qspy-accent); outline-offset: 2px; }
.qspy-menu-toggle .material-icons { font-size: 26px; transform: none; }

.qspy-home .qspy-menu-toggle { display: none; }

.qspy-wordmark-sm {
  color: #6b7080;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 14px;
  text-indent: 14px;
}
.nav-qspy .nav-item { font-size: 12px; letter-spacing: 0.5px; }
.navbar.nav-qspy .navbar-nav .nav-link { color: #6b7080; }
.navbar.nav-qspy .navbar-nav a.nav-link:hover { color: #2e355d; text-decoration: none; }
.nav-qspy .nav-link .material-icons { font-size: 19px; }

@keyframes qspy-drift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(18px); } }
@keyframes qspy-fadeup { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

.qspy-hero {
  position: relative;
  height: 263px;
  overflow: hidden;
  background: linear-gradient(115deg, #575e7d 0%, #434a6e 55%, #2e355d 100%);
}
.qspy-hero::before,
.qspy-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  pointer-events: none;
}
.qspy-hero::before { right: -140px; top: -180px; width: 480px; height: 480px; animation: qspy-drift 9s ease-in-out infinite; }
.qspy-hero::after { right: -60px; top: -100px; width: 320px; height: 320px; border-color: rgba(255,255,255,0.09); animation: qspy-drift 7s ease-in-out infinite reverse; }

.qspy-hero-txt {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 59px;
  padding: 0 64px;
  gap: 10px;
}
.qspy-hero-h { color: #ffffff; font-size: 30px; font-weight: 300; text-transform: none; animation: qspy-fadeup .5s ease .08s both; }
.qspy-hero-h strong { font-weight: 600; }
.qspy-hero-s {
  color: #b9c3d8;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  animation: qspy-fadeup .5s ease .16s both;
  column-gap: 8px;
  row-gap: 2px;
}

.qspy-tiles {
  display: grid;
  grid-template-columns: repeat(3, 220px);
  justify-content: center;
  gap: 48px clamp(40px, 8.6vw, 165px);
  margin-top: 72px;
  padding: 0 24px 120px;
}
@media (max-width: 991px) {
  .qspy-tiles { grid-template-columns: repeat(2, 220px); gap: 48px 56px; }
}
@media (max-width: 575px) {
  .qspy-tiles { grid-template-columns: 220px; gap: 40px; }
}
.qspy-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 220px;
  text-decoration: none;
}
.qspy-home .qspy-tile { animation: qspy-fadeup .55s ease .25s both; }
.qspy-tile:hover { text-decoration: none; }
.qspy-tile-ic {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background-color: #2e355d;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px 56px;
  box-shadow: 0 4px 12px rgba(20,26,50,0.18);
  transition: transform .25s, box-shadow .25s;
}
.qspy-tile:hover .qspy-tile-ic { transform: scale(1.08); box-shadow: 0 12px 28px rgba(20,26,50,0.35); }
.qspy-tile-lbl { color: #6b7080; font-size: 18px; font-weight: 700; letter-spacing: 1px; text-align: center; transition: color .25s; }
.qspy-tile:hover .qspy-tile-lbl { color: #2e355d; }
.qspy-ic-administracion { background-image: url(../images/ic-administracion.svg); }
.qspy-ic-operaciones { background-image: url(../images/ic-operaciones.svg); }
.qspy-ic-analisis { background-image: url(../images/ic-analisis.svg); }

.qspy-tile-activo { cursor: default; pointer-events: none; }
.qspy-tile-activo .qspy-tile-ic,
.qspy-tile-activo:hover .qspy-tile-ic {
  transform: none;
  box-shadow: 0 0 0 4px #f2f3f4, 0 0 0 7px var(--qspy-accent), 0 4px 12px rgba(20,26,50,0.18);
}
.qspy-tile-activo .qspy-tile-lbl { color: #2e355d; }
.qspy-tile-activo .qspy-tile-lbl::after {
  content: "MÓDULO ACTUAL";
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: var(--qspy-accent);
}

.qspy-footer {
  background: var(--qspy-grad);
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 16px 0;
}

.qspy-shell #left {
  display: flex;
  background: var(--qspy-side);
}
.qspy-shell #left > #sidebar-wrapper {
  flex: 0 0 20em;
  background: none;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  padding-top: 24px;
}
.qspy-shell #sidebar-wrapper .list-group {
  flex: 1 1 auto;
  padding: 0;
  background: transparent;
}
.qspy-shell #sidebar-wrapper .list-group-item { line-height: 18px; }
.qspy-shell #wrapper.toggled #left > #sidebar-wrapper { overflow-y: auto; }
.qspy-shell .qspy-cuerpo {
  flex: 1 1 auto;
  min-height: 0;
  align-items: stretch;
}
.qspy-shell #page-content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}
.qspy-shell .qspy-tiles { flex: 1 1 auto; margin-top: 0; padding: 40px 24px; }
.qspy-shell:not(.qspy-home) .qspy-tiles {
  grid-template-columns: repeat(auto-fit, 220px);
  column-gap: clamp(24px, 6%, 165px);
}
#footerMenu {
  position: static;
  height: auto;
  width: 100%;
  flex: 0 0 auto;
}

html.qspy-home-html,
body.qspy-home {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.qspy-home #wrapper {
  height: 100vh;
  min-height: 0;
  overflow: hidden;
}

.qspy-home .qspy-hero {
  flex: 0 0 auto;
  height: clamp(140px, 24vh, 263px);
}
.qspy-home .qspy-hero-txt { bottom: 22%; }

.qspy-home .qspy-tiles {
  flex: 1 1 auto;
  align-items: center;
  align-content: center;
  min-height: 0;
  margin: 0;
  padding: 0 24px;
}

@media (max-height: 760px) {
  :root { --qspy-nav-h: 84px; }
  .qspy-wordmark-sm { font-size: 24px; letter-spacing: 10px; text-indent: 10px; }
  .qspy-home .qspy-hero-h { font-size: 25px; }
  .qspy-footer { padding: 12px 0; font-size: 10px; }
}

@media (max-height: 560px) {
  html.qspy-home-html,
  body.qspy-home { height: auto; overflow: auto; }
  .qspy-home #wrapper { height: auto; min-height: 100vh; }
  .qspy-home .qspy-tiles { padding: 40px 24px; }
}

/* sidebar left */
#wrapper{overflow-x:hidden;overflow-x:clip}
#sidebar-wrapper{
  min-height: 0;
  margin-left:-20em;
  transition:margin .25s ease-out;
  background: var(--qspy-side);
}
#sidebar-wrapper .list-group{width:20em;padding:3em 1.5rem 8rem 1.5rem}
#page-content-wrapper{min-width:0;width:100%}
#wrapper.toggled #sidebar-wrapper{margin-left:0}

#sidebar-wrapper .list-group-item,
#sidebar-wrapper .list-group-item:visited {
  display: block;
  padding: 11px 20px;
  font-size: 0.8rem;
  background: transparent;
  color: #e8eaf1;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.25);
  transition: background .25s, color .25s;
}
#sidebar-wrapper .list-group-item:hover,
#sidebar-wrapper .list-group-item:focus {
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  text-decoration: none;
}

/* table */
.table th{background:#000f9f;color:#fff}
.table thead th{border-bottom:2px solid #fff}
.table tbody tr{border-bottom:2px solid #fff;background:#eaecec}
.table-hover tbody tr:hover{background:#ddd!important}
.box-bg{background:#E9E9E9}
.box-bg .table tbody tr{border-bottom:2px solid #eaecec;background:#fff}
.box-bg .table tbody tr:hover{background:#f4f4f4!important}

/* footer */
footer{position:absolute;bottom:0;left:0;width:100%}

/* footer sticky */
#left{min-height:100%!important;}
#wrapper{min-height: 100vh}
.iceFrm {margin-block-end: 0px!important;}
/* -------------- */

/* dashboardmain styles */
.divnomap {
    width:77%;
    float:left;
    text-align:center; 
    margin:0px; 
    margin-top:-60px; 
    background:red;
}

.divmap {
    width:23%;
    padding:0%;
    float:right;
    margin:0px;
    margin-top:-60px;
    background: blue;
}

#navbarSupportedContent a,
    #navbarSupportedContent .nav-link{font-size:0.8rem}

.icePnlPop {
/*    color: #666666;
    background-color: #000000;
    padding: 0px;
    border-radius: 15px;*/
    z-index: 1000;
    top: 0;
    left: 0;
/*    position: fixed !important;*/
}

.icePnlPopHdr {
    font-weight: bold;
    background-color: #0098dc;
    color: white !important;
    padding: 10px 20px 10px 20px;
}

.icePnlPopHdr .icePnlGrd {
    font-weight: bold;
    color: white !important;
}

.icePnlPopBody {
    background-color: #DDDDDD;
    padding: 20px;
}

.qspy-shell .errorMessage,
.qspy-shell .fatalMessage,
.qspy-shell .warnMessage,
.qspy-shell .infoMessage {
  display: block;
  margin: 0 10px;
}

.qspy-shell h1.nove.color-primary-light-blue {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--qspy-ink-soft);
  margin: 0 0 4px;
  white-space: nowrap;
}
.qspy-shell h1.nove.color-primary-light-blue strong { font-weight: 700; }
.qspy-shell h1.nove.color-primary-light-blue a,
.qspy-shell h1.nove.color-primary-light-blue a:visited {
  color: #8b90a6;
  font-weight: inherit;
  text-decoration: none;
}
.qspy-shell h1.nove.color-primary-light-blue a:hover {
  color: var(--qspy-ink-soft);
  text-decoration: none;
}
.qspy-shell h1.nove.color-primary-light-blue .qspy-crumb-sep {
  margin: 0 9px;
  color: #8b90a6;
  font-size: 1.3em;
  line-height: 1;
  vertical-align: -0.08em;
}
.qspy-shell #page-content-wrapper .container-fluid > .row.mb-4 {
  align-items: center;
  min-height: 44px;
}
.qspy-shell #page-content-wrapper .container-fluid > .row.mb-4 h1 {
  margin-bottom: 0;
}
.qspy-shell h1.nove.color-primary-light-blue .roboto {
  font-family: inherit !important;
}
.qspy-shell h1.nove.color-primary-light-blue .text-capitalize {
  text-transform: uppercase !important;
}
.qspy-shell h1.nove.color-primary-light-blue .qspy-crumb-actual {
  color: var(--qspy-ink);
  font-weight: 700;
  white-space: nowrap;
}
.qspy-shell h1.nove.color-primary-light-blue {
  font-weight: 700;
  color: #8b90a6;
}
.qspy-shell #page-content-wrapper > .container-fluid.p-5 {
  padding-top: 1.75rem !important;
}

.qspy-shell h2.color-primary-light-blue,
.qspy-shell h3.color-secondary-blue {
  font-weight: 600;
  color: var(--qspy-ink);
}

.qspy-shell #page-content-wrapper table.widget {
  width: 100%;
}

.qspy-shell .table th {
  background: var(--qspy-side);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  padding: 14px 16px;
  vertical-align: middle;
}
.qspy-shell .table thead th { border-bottom: 0; }

.qspy-shell .table td {
  font-size: 13px;
  letter-spacing: 0.2px;
  padding: 12px 16px;
  vertical-align: middle;
}

.qspy-shell .table td a,
.qspy-shell .table td a:visited {
  color: var(--qspy-accent);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.qspy-shell .table td a:hover { color: var(--qspy-accent-h); text-decoration: none; }

.qspy-shell .btn-qspy {
  min-width: 150px;
  height: 44px;
  border: 0;
  background: var(--qspy-accent);
  color: #ffffff;
  font-size: 13px;
  letter-spacing: .45px;
}
.qspy-shell .btn-qspy:hover,
.qspy-shell .btn-qspy:focus  { background: var(--qspy-accent-h); color: #fff; }
.qspy-shell .btn-qspy:active { background: var(--qspy-accent-a); }
.qspy-shell .btn-qspy:disabled,
.qspy-shell .btn-qspy[disabled] {
  background: #b9becd;
  color: #ffffff;
  cursor: not-allowed;
  opacity: 1;
}
.qspy-shell .btn-qspy:disabled:hover,
.qspy-shell .btn-qspy[disabled]:hover { background: #b9becd; color: #ffffff; }
.qspy-shell .btn-qspy .material-icons {
  font-size: 19px;
  transform: none;
  margin: 0;
}
.qspy-shell .qspy-add-link,
.qspy-shell .qspy-add-link:visited {
  gap: 7px;
  min-height: 44px;
  padding: 0 18px;
  border: 0 !important;
  border-radius: 22px;
  background: var(--qspy-accent) !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .45px;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.qspy-shell .qspy-add-link:hover {
  color: #ffffff !important;
  background: var(--qspy-accent-h) !important;
  text-decoration: none;
}
.qspy-shell .qspy-add-link:focus { color: #ffffff !important; outline: none; }
.qspy-shell .qspy-add-link:focus-visible {
  outline: 2px solid rgba(16,89,255,0.28);
  outline-offset: 4px;
}
.qspy-shell .qspy-add-link > * {
  color: inherit !important;
}
.qspy-shell .qspy-add-link .material-icons {
  margin: 0;
  font-size: 21px;
  transform: none;
}

.qspy-shell [id$="btnCancelar"],
.qspy-shell [id$="btnCancelarObs"],
.qspy-shell [id$="btnVolver"],
.qspy-shell [id$="btnCerrar"] {
  background: transparent;
  color: var(--qspy-ink);
  border: 1px solid #c9ccd6;
}
.qspy-shell [id$="btnCancelar"]:hover,
.qspy-shell [id$="btnCancelarObs"]:hover,
.qspy-shell [id$="btnVolver"]:hover,
.qspy-shell [id$="btnCerrar"]:hover {
  background: #eef0f4;
  color: var(--qspy-ink);
  border-color: #b6bac7;
}

.qspy-shell .bg-primary-light-blue-2 [id$="btnCancelar"],
.qspy-shell .text-white.bg-dark [id$="btnCancelar"],
.qspy-shell .bg-primary-light-blue-2 [id$="btnCerrar"],
.qspy-shell .text-white.bg-dark [id$="btnCerrar"] {
  color: #ffffff;
  border-color: rgba(255,255,255,0.45);
}
.qspy-shell .bg-primary-light-blue-2 [id$="btnCancelar"]:hover,
.qspy-shell .text-white.bg-dark [id$="btnCancelar"]:hover {
  background: rgba(255,255,255,0.12);
  color: #ffffff;
}

.qspy-shell .row a.nove.text-decoration-none {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 24px;
  border-radius: 22px;
  background: var(--qspy-accent);
  color: #ffffff !important;
  transition: background .3s;
}
.qspy-shell .row a.nove.text-decoration-none:hover { background: var(--qspy-accent-h); }
.qspy-shell .row a.nove.text-decoration-none .material-icons {
  font-size: 19px;
  transform: none;
  margin: 0;
}
.qspy-shell .bg-primary-light-blue-2,
.qspy-shell .text-white.bg-dark {
  max-width: var(--qspy-form-w);
  margin-left: auto;
  margin-right: auto;
  background: var(--qspy-panel-bg) !important;
  border-radius: 8px;
  box-shadow: 0 2px 7px rgba(0,0,0,0.2);
  padding: 28px 32px !important;
  color: #ffffff;
}

.qspy-shell .pnlGrdForm { width: 100%; }
.qspy-shell .pnlGrdForm td { vertical-align: middle; }

.qspy-shell .pnlGrdForm .colLabel,
.qspy-shell .pnlGrdForm .colLabelExt,
.qspy-shell .pnlGrdForm .colLabelPop {
  width: 1%;
  white-space: nowrap;
  padding: 10px 18px 10px 0;
  color: var(--qspy-label);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.qspy-shell .pnlGrdForm .colCampo    { padding: 10px 0; }
.qspy-shell .pnlGrdForm .formMessage { padding-left: 0; }
.qspy-shell .pnlGrdForm .outputTexto { font-size: 13px; opacity: .85; }

.qspy-shell .pnlGrdForm tr:has(> .formMessage) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 6px;
  padding-bottom: 20px;
  align-items: start;
}
.qspy-shell .pnlGrdForm tr:has(> .formMessage):last-child { padding-bottom: 0; }
.qspy-shell .pnlGrdForm tr:has(> .formMessage) > .colLabel,
.qspy-shell .pnlGrdForm tr:has(> .formMessage) > .colLabelExt,
.qspy-shell .pnlGrdForm tr:has(> .formMessage) > .colLabelPop,
.qspy-shell .pnlGrdForm tr:has(> .formMessage) > .colCampo,
.qspy-shell .pnlGrdForm tr:has(> .formMessage) > .outputTexto,
.qspy-shell .pnlGrdForm tr:has(> .formMessage) > .formMessage {
  grid-column: 1;
}
.qspy-shell .pnlGrdForm tr:has(> .formMessage) > .colLabel,
.qspy-shell .pnlGrdForm tr:has(> .formMessage) > .colLabelExt,
.qspy-shell .pnlGrdForm tr:has(> .formMessage) > .colLabelPop {
  width: auto;
  white-space: normal;
  padding: 0;
}
.qspy-shell .pnlGrdForm tr:has(> .formMessage) > .colCampo { padding: 0; }

.qspy-shell .pnlGrdForm .alert {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: none;
  font-size: 80%;
  line-height: 1.4;
  color: #ff8f9a;
}
.qspy-shell .pnlGrdForm .alert-warning { color: #ffd98a; }

.qspy-shell .pnlGrdForm .form-control,
.qspy-shell .formInput,
.qspy-shell .formPop {
  width: 100%;
  height: 44px;
  border-radius: 8px;
  border: 0;
  background: var(--qspy-field);
  color: #ffffff;
  padding: 0 22px;
  font-size: 14px;
  transition: background .4s ease, box-shadow .25s ease;
}
.qspy-shell .pnlGrdForm .form-control:hover { background: var(--qspy-field-h); }
.qspy-shell .pnlGrdForm .form-control:focus {
  background: var(--qspy-field-f);
  box-shadow: 0 0 0 3px rgba(16,89,255,0.35);
  outline: none;
  color: #ffffff;
}
.qspy-shell .pnlGrdForm textarea.form-control {
  height: auto;
  border-radius: 8px;
  padding: 16px 20px;
}
.qspy-shell .pnlGrdForm select.form-control { padding: 0 16px; }

.qspy-shell .bg-primary-light-blue-2 + .text-right,
.qspy-shell .text-white.bg-dark      + .text-right {
  max-width: var(--qspy-form-w);
  margin-left: auto;
  margin-right: auto;
}
.qspy-shell .text-right .btn + .btn { margin-left: .5rem; }

.qspy-shell .pnlGrdForm input[type="file"] { color: #ffffff; }

.qspy-shell .qspy-form-panel {
  width: 100%;
  max-width: var(--qspy-form-w);
  margin-left: auto;
  margin-right: auto;
  background: var(--qspy-panel-bg);
  color: #ffffff;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 2px 7px rgba(0,0,0,0.2);
  overflow: hidden;
}
.qspy-shell .qspy-form-panel .card-body > div + div {
  border-top: 1px solid var(--qspy-panel-sep);
  padding-top: 18px;
}
.qspy-shell .qspy-form-panel .pnlGrdForm tr.qspy-row-sep {
  border-top: 1px solid var(--qspy-panel-sep);
  padding-top: 18px;
}
.qspy-shell .qspy-form-panel.qspy-form-wide {
  max-width: none;
}
.qspy-shell .qspy-form-panel .pnlGrdForm .colLabel,
.qspy-shell .qspy-form-panel .pnlGrdForm .colLabelExt,
.qspy-shell .qspy-form-panel .pnlGrdForm .colLabelPop {
  color: var(--qspy-panel-ink);
  font-weight: 700;
}
.qspy-shell .qspy-form-panel .pnlGrdForm .formMessage {
  padding-left: 0;
  white-space: normal;
}
.qspy-shell .qspy-form-panel .pnlGrdForm .form-control,
.qspy-shell .qspy-form-panel .formInput,
.qspy-shell .qspy-form-panel .formPop {
  height: 40px;
  background: var(--qspy-field-light);
  color: var(--qspy-ink);
  font-size: 14px;
  border: 0;
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 16px;
  transition: background .4s ease, box-shadow .25s ease;
}
.qspy-shell .qspy-form-panel .pnlGrdForm .form-control:hover {
  background: var(--qspy-field-light-h);
}
.qspy-shell .qspy-form-panel .pnlGrdForm .form-control:focus {
  background: #ffffff;
  color: var(--qspy-ink);
  box-shadow: 0 0 0 3px rgba(16,89,255,0.28);
}
.qspy-shell .qspy-form-panel .pnlGrdForm .form-control::placeholder {
  color: #9aa0b5;
}
.qspy-shell .qspy-form-panel .pnlGrdForm textarea.form-control {
  height: 120px !important;
  min-height: 120px;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
  resize: vertical;
  overflow: auto;
}
.qspy-shell .qspy-form-panel .pnlGrdForm textarea.qspy-code {
  font-family: Consolas, Monaco, 'Courier New', monospace;
}
.qspy-shell .qspy-form-panel .pnlGrdForm .input-group {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: var(--qspy-field-light);
  transition: background .4s ease, box-shadow .25s ease;
}
.qspy-shell .qspy-form-panel .pnlGrdForm .input-group:hover { background: var(--qspy-field-light-h); }
.qspy-shell .qspy-form-panel .pnlGrdForm .input-group:focus-within {
  box-shadow: 0 0 0 3px rgba(16,89,255,0.28);
}
.qspy-shell .qspy-form-panel .pnlGrdForm .input-group > .form-control,
.qspy-shell .qspy-form-panel .pnlGrdForm .input-group > .formInput {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.qspy-shell .qspy-form-panel .pnlGrdForm .input-group > .form-control:hover,
.qspy-shell .qspy-form-panel .pnlGrdForm .input-group > .form-control:focus {
  background: transparent;
  box-shadow: none;
}
.qspy-shell .qspy-form-panel .pnlGrdForm .input-group-append { display: flex; }
.qspy-shell .qspy-form-panel .pnlGrdForm .input-group-text {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 14px;
  border: 0;
  border-left: 1px solid #e2e6ee;
  border-radius: 0;
  background: transparent;
  color: var(--qspy-ink-soft);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.qspy-shell .qspy-form-panel .pnlGrdForm .alert {
  display: block;
  width: auto;
  color: var(--qspy-error-on-dark);
  overflow: visible;
  white-space: normal;
  text-transform: none;
  letter-spacing: 0;
}
.qspy-shell .qspy-form-panel > .card-body.p-4 {
  padding: 28px 34px !important;
}
.qspy-shell .qspy-form-panel .pnlGrdForm .alert-warning {
  color: var(--qspy-warn-on-dark);
}
.qspy-shell .qspy-form-panel .pnlGrdForm input[type="file"] {
  color: #ffffff;
}
.qspy-shell .qspy-form-panel .qspy-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 20px;
  text-align: center;
  background: rgba(255,255,255,.07);
  border: 2px dashed rgba(255,255,255,.4);
  border-radius: 8px;
  color: var(--qspy-panel-ink);
  cursor: pointer;
  transition: background .25s, border-color .25s;
}
.qspy-shell .qspy-form-panel .qspy-dropzone:hover,
.qspy-shell .qspy-form-panel .qspy-dropzone.is-dragover {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.7);
}
.qspy-shell .qspy-form-panel .qspy-dropzone .material-icons {
  font-size: 28px;
  transform: none;
  opacity: .85;
}
.qspy-shell .qspy-form-panel .qspy-dropzone .qspy-dropzone-text {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
}
.qspy-shell .qspy-form-panel .qspy-dropzone .qspy-dropzone-hint {
  font-size: 11px;
  color: var(--qspy-label);
}
.qspy-shell .qspy-form-panel .qspy-dropzone .qspy-dropzone-error {
  display: none;
  font-size: 12px;
  color: var(--qspy-error-on-dark);
}
.qspy-shell .qspy-form-panel .qspy-dropzone.has-error .qspy-dropzone-error { display: block; }
.qspy-shell .qspy-form-panel .qspy-dropzone.has-file { border-style: solid; }
.qspy-shell .qspy-form-panel .qspy-dropzone .qspy-dropzone-file { display: none; }
.qspy-shell .qspy-form-panel .qspy-dropzone { position: relative; }
.qspy-shell .qspy-form-panel .qspy-dropzone .qspy-dropzone-preview {
  display: none;
  max-height: 140px;
  max-width: 100%;
  border-radius: 6px;
  margin-bottom: 6px;
}
.qspy-shell .qspy-form-panel .qspy-dropzone.has-file .qspy-dropzone-preview { display: block; }
.qspy-shell .qspy-form-panel .qspy-dropzone.has-file > .material-icons { display: none; }
.qspy-shell .qspy-form-panel .qspy-dropzone .qspy-dropzone-remove {
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.35);
  color: #ffffff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.qspy-shell .qspy-form-panel .qspy-dropzone .qspy-dropzone-remove:hover { background: rgba(0,0,0,.55); }
.qspy-shell .qspy-form-panel .qspy-dropzone .qspy-dropzone-remove .material-icons {
  display: inline;
  font-size: 16px;
  transform: none;
  opacity: 1;
}
.qspy-shell .qspy-form-panel .qspy-dropzone.has-file .qspy-dropzone-remove { display: flex; }
.qspy-shell .qspy-form-panel > .qspy-form-actions {
  padding: 20px 34px;
  background: transparent;
  border-top: 1px solid var(--qspy-panel-sep);
}
.qspy-shell .qspy-form-panel [id$="btnCancelar"],
.qspy-shell .qspy-form-panel [id$="btnVolver"],
.qspy-shell .qspy-form-panel [id$="btnCerrar"] {
  color: #ffffff;
  border-color: rgba(255,255,255,.45);
}
.qspy-shell .qspy-form-panel [id$="btnCancelar"]:hover,
.qspy-shell .qspy-form-panel [id$="btnVolver"]:hover,
.qspy-shell .qspy-form-panel [id$="btnCerrar"]:hover {
  background: rgba(255,255,255,.12);
  color: #ffffff;
  border-color: rgba(255,255,255,.6);
}

.qspy-op-formulario-control #selectOneMenuHora,
.qspy-op-formulario-control #selectOneMenuMinuto,
.qspy-op-formulario-control #selectOneMenuSegundo {
  width: 100% !important;
  min-width: 0;
}

.qspy-op-formulario-control .qspy-form-panel > .card-body > .mb-4.text-uppercase > .pnlGrdForm:nth-of-type(-n+3) {
  width: 100%;
  table-layout: fixed;
}

.qspy-op-formulario-control .qspy-form-panel > .card-body > .mb-4.text-uppercase > .pnlGrdForm:nth-of-type(-n+3) > tbody > tr {
  display: grid;
  grid-template-columns: 190px minmax(240px, 1fr);
  column-gap: 28px;
  align-items: center;
}

.qspy-op-formulario-control .qspy-form-panel > .card-body > .mb-4.text-uppercase > .pnlGrdForm:nth-of-type(-n+3) > tbody > tr > .colLabelExt,
.qspy-op-formulario-control .qspy-op-time-row > tbody > tr > .colLabelExt {
  position: relative;
  font-weight: 700;
  width: auto !important;
  white-space: nowrap;
}

.qspy-op-formulario-control .qspy-form-panel > .card-body > .mb-4.text-uppercase > .pnlGrdForm:nth-of-type(-n+3) > tbody > tr > .colLabelExt::after,
.qspy-op-formulario-control .qspy-op-time-row > tbody > tr > .colLabelExt::after {
  content: ":";
  margin-left: 2px;
  font-weight: 700;
}

.qspy-op-formulario-control .qspy-form-panel > .card-body > .mb-4.text-uppercase > .pnlGrdForm:nth-of-type(-n+3) > tbody > tr > .colCampo,
.qspy-op-formulario-control .qspy-op-time-row > tbody > tr > .colCampo {
  width: auto !important;
}

.qspy-op-formulario-control .qspy-form-panel > .card-body > .mb-4.text-uppercase > .pnlGrdForm:nth-of-type(-n+3) .h5,
.qspy-op-formulario-control .qspy-form-panel > .card-body > .mb-4.text-uppercase > .pnlGrdForm:nth-of-type(-n+3) .colCampo,
.qspy-op-formulario-control .qspy-op-time-row .h5,
.qspy-op-formulario-control .qspy-op-time-row .colCampo,
.qspy-op-formulario-control .qspy-op-time-row #outputText30 {
  font-size: 16px !important;
  line-height: 1.25;
}

.qspy-op-formulario-control .qspy-form-panel > .card-body > .mb-4.text-uppercase > .pnlGrdForm:nth-of-type(-n+3) .h5,
.qspy-op-formulario-control .qspy-op-time-row .h5 {
  margin-bottom: 0;
  font-weight: 700 !important;
}

.qspy-op-formulario-control select option {
  color: #000000 !important;
  background: #ffffff !important;
}

.qspy-op-formulario-control #cancelButton {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.45);
}

.qspy-op-formulario-control #cancelButton:hover {
  background: rgba(255,255,255,.12);
  color: #ffffff;
  border-color: rgba(255,255,255,.6);
}

.qspy-op-formulario-control .qspy-op-time-row > tbody > tr > .colCampo {
  width: 27%;
  padding-right: 12px;
}

.qspy-op-formulario-control .qspy-op-time-row {
  width: 100%;
  table-layout: fixed;
}

.qspy-op-formulario-control .qspy-op-time-row > tbody > tr {
  display: grid;
  grid-template-columns: 190px 96px 24px 96px 96px;
  column-gap: 28px;
  align-items: center;
}

.qspy-op-formulario-control .qspy-op-time-row > tbody > tr > .colLabelExt,
.qspy-op-formulario-control .qspy-op-time-row > tbody > tr > .colCampo {
  width: auto !important;
}

.qspy-op-formulario-control .qspy-op-time-row > tbody > tr > .colCampo:last-child {
  width: 96px;
  padding-right: 0;
}

.qspy-op-formulario-control .qspy-op-time-row #outputText30 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  color: rgba(255,255,255,.78) !important;
  font-weight: 700;
}

.qspy-op-formulario-control #selectOneMenuHora,
.qspy-op-formulario-control #selectOneMenuMinuto,
.qspy-op-formulario-control #selectOneMenuSegundo {
  min-width: 96px;
  max-width: 96px;
}

.qspy-op-formulario-control .qspy-op-wide-field-row > tbody > tr > .colCampo {
  width: 540px;
  max-width: 100%;
}

.qspy-op-formulario-control .qspy-op-wide-field-row {
  width: 100%;
  table-layout: fixed;
}

.qspy-op-formulario-control .qspy-op-wide-field-row > tbody > tr {
  display: block !important;
}

.qspy-op-formulario-control .qspy-op-wide-field-row > tbody > tr > .colLabelExt,
.qspy-op-formulario-control .qspy-op-wide-field-row > tbody > tr > .colCampo,
.qspy-op-formulario-control .qspy-op-wide-field-row > tbody > tr > .formMessage {
  display: block;
  width: 100% !important;
}

.qspy-op-formulario-control .qspy-op-wide-field-row > tbody > tr > .colLabelExt {
  margin-bottom: 8px;
}

.qspy-op-formulario-control .qspy-op-wide-field-row > tbody > tr > .formMessage {
  margin-top: 8px;
  white-space: normal;
}

.qspy-op-formulario-control .qspy-op-wide-field-row input[type="text"],
.qspy-op-formulario-control .qspy-op-wide-field-row textarea,
.qspy-op-formulario-control .qspy-op-wide-field-row select,
.qspy-op-formulario-control .qspy-op-wide-field-row .form-control {
  width: 100% !important;
  max-width: 100%;
}

.qspy-op-formulario-control .qspy-op-datetime-row {
  width: 100%;
  table-layout: fixed;
  margin-top: 14px;
}

.qspy-op-formulario-control .qspy-op-datetime-row > tbody > tr {
  display: block !important;
}

.qspy-op-formulario-control .qspy-op-datetime-row > tbody > tr > .labelParCon,
.qspy-op-formulario-control .qspy-op-datetime-row > tbody > tr > .componentParCon {
  display: block;
  width: 100% !important;
}

.qspy-op-formulario-control .qspy-op-datetime-row > tbody > tr > .labelParCon {
  margin-bottom: 8px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.qspy-op-formulario-control .qspy-op-datetime-row > tbody > tr > .labelParCon::after {
  content: ":";
  margin-left: 2px;
}

.qspy-op-formulario-control .qspy-op-datetime-row .iceSelInpDate,
.qspy-op-formulario-control .qspy-op-datetime-row [id*="selectInputDate2"].iceSelInpDate {
  display: inline-flex;
  align-items: center;
  width: min(540px, 100%) !important;
  max-width: 100% !important;
  background: transparent !important;
}

.qspy-op-formulario-control .qspy-op-datetime-row input[id*="selectInputDate2"].iceSelInpDateInput,
.qspy-op-formulario-control .qspy-op-datetime-row [id*="selectInputDate2"] .iceSelInpDateInput {
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 9px 14px !important;
  border: 1px solid #e6e9f2 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #1f2940 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
}

.qspy-op-formulario-control .qspy-op-datetime-row input[id*="selectInputDate2"].iceSelInpDateInput:focus,
.qspy-op-formulario-control .qspy-op-datetime-row [id*="selectInputDate2"] .iceSelInpDateInput:focus {
  outline: none !important;
  border-color: #c9d6ff !important;
  box-shadow: 0 0 0 3px rgba(201,214,255,.22) !important;
}

.qspy-op-formulario-control .qspy-op-inline-form,
.qspy-op-formulario-control .qspy-op-inline-form-body,
.qspy-op-formulario-control .qspy-op-inline-form-grid,
.qspy-op-formulario-control .qspy-op-inline-form-meta {
  width: 100%;
}

.qspy-op-formulario-control .qspy-op-inline-form {
  margin-top: 14px;
  background: rgba(176, 38, 58, .18) !important;
  border: 1px solid rgba(255, 120, 138, .28) !important;
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.qspy-op-formulario-control .qspy-op-inline-form > tbody > tr:first-child,
.qspy-op-formulario-control .qspy-op-inline-form .tituloDescontrol {
  background: rgba(168, 21, 42, .82) !important;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.qspy-op-formulario-control .qspy-op-inline-form td,
.qspy-op-formulario-control .qspy-op-inline-form-body td,
.qspy-op-formulario-control .qspy-op-inline-form-grid td,
.qspy-op-formulario-control .qspy-op-inline-form-meta td {
  padding: 12px 14px;
  vertical-align: top;
}

.qspy-op-formulario-control .qspy-op-inline-form-body {
  background: transparent !important;
}

.qspy-op-formulario-control .qspy-op-inline-form-grid {
  background: rgba(78, 12, 24, .16);
  border: 1px solid rgba(255, 166, 178, .12);
  border-radius: 10px;
}

.qspy-op-formulario-control .qspy-op-inline-form-grid > tbody > tr {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  column-gap: 18px;
  align-items: start;
}

.qspy-op-formulario-control .qspy-op-inline-form-grid .colLabelAtr,
.qspy-op-formulario-control .qspy-op-inline-form-meta .colLabelDuracion,
.qspy-op-formulario-control .qspy-op-inline-form-meta .colLabelDocDespues {
  color: rgba(255,255,255,.82) !important;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrTexto,
.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrLista,
.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrFecha,
.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrNumerico,
.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrTextarea,
.qspy-op-formulario-control .qspy-op-inline-form-grid input[type="text"],
.qspy-op-formulario-control .qspy-op-inline-form-grid textarea,
.qspy-op-formulario-control .qspy-op-inline-form-grid select,
.qspy-op-formulario-control .qspy-op-inline-form-meta input[type="text"] {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.09) !important;
  color: #ffffff !important;
  padding: 10px 14px;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrTextarea,
.qspy-op-formulario-control .qspy-op-inline-form-grid textarea {
  min-height: 92px;
  resize: vertical;
}

.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrTexto:hover,
.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrLista:hover,
.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrFecha:hover,
.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrNumerico:hover,
.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrTextarea:hover,
.qspy-op-formulario-control .qspy-op-inline-form-grid input[type="text"]:hover,
.qspy-op-formulario-control .qspy-op-inline-form-grid textarea:hover,
.qspy-op-formulario-control .qspy-op-inline-form-grid select:hover,
.qspy-op-formulario-control .qspy-op-inline-form-meta input[type="text"]:hover {
  background: rgba(255,255,255,.13) !important;
}

.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrTexto:focus,
.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrLista:focus,
.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrFecha:focus,
.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrNumerico:focus,
.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrTextarea:focus,
.qspy-op-formulario-control .qspy-op-inline-form-grid input[type="text"]:focus,
.qspy-op-formulario-control .qspy-op-inline-form-grid textarea:focus,
.qspy-op-formulario-control .qspy-op-inline-form-grid select:focus,
.qspy-op-formulario-control .qspy-op-inline-form-meta input[type="text"]:focus {
  outline: none;
  background: rgba(255,255,255,.16) !important;
  border-color: rgba(255,255,255,.34) !important;
  box-shadow: 0 0 0 3px rgba(255,255,255,.08) !important;
}

.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrMultiseleccionable {
  display: block;
  width: 100%;
  padding: 4px 0;
  text-align: left !important;
}

.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrMultiseleccionable tbody,
.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrMultiseleccionable tr,
.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrMultiseleccionable td {
  display: block;
  width: 100%;
  text-align: left !important;
}

.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrMultiseleccionable tr {
  margin-bottom: 10px;
}

.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrMultiseleccionable tr:last-child {
  margin-bottom: 0;
}

.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrMultiseleccionable td {
  padding: 0 !important;
}

.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrMultiseleccionable label,
.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrMultiseleccionable span {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
}

.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrMultiseleccionable input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 4px;
  background: rgba(255,255,255,.08);
  position: relative;
  cursor: pointer;
}

.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrMultiseleccionable input[type="checkbox"]:checked {
  background: #ffffff;
  border-color: #ffffff;
}

.qspy-op-formulario-control .qspy-op-inline-form-grid .compAtrMultiseleccionable input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #8f1831;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.qspy-op-formulario-control .qspy-op-inline-form-meta {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.qspy-op-formulario-control .qspy-op-inline-form-meta > tbody > tr {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  column-gap: 18px;
  align-items: center;
}

.qspy-op-formulario-control .qspy-op-inline-form-meta .colInputDuracion {
  width: 100%;
}

.qspy-op-formulario-control .qspy-op-inline-form-meta .colInputDuracion input[type="text"] {
  width: 100% !important;
}

.qspy-op-formulario-control .pnlGrdDocDespues.qspy-op-inline-form-meta > tbody > tr {
  display: inline-grid;
  grid-template-columns: 22px auto;
  column-gap: 12px;
  align-items: center;
}

.qspy-op-formulario-control .pnlGrdDocDespues.qspy-op-inline-form-meta {
  margin-top: 14px;
}

.qspy-op-formulario-control .pnlGrdDocDespues.qspy-op-inline-form-meta .colLabelDocDespues {
  white-space: nowrap;
}

.qspy-op-formulario-control .qspy-op-inline-form-meta input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.qspy-op-formulario-control .qspy-op-param-block,
.qspy-op-formulario-control .qspy-op-checklist-block {
  width: 100%;
  margin-top: 18px;
}

.qspy-op-formulario-control .qspy-op-param-block > tbody > tr > td,
.qspy-op-formulario-control .qspy-op-checklist-block > tbody > tr > td {
  vertical-align: top;
}

.qspy-op-formulario-control .qspy-op-param-block > tbody > tr {
  display: block;
}

.qspy-op-formulario-control .qspy-op-param-block > tbody > tr > td {
  display: block;
  width: 100%;
  padding-right: 0;
}

.qspy-op-formulario-control .qspy-op-param-block .labelParCon {
  padding-bottom: 14px;
}

.qspy-op-formulario-control .qspy-op-checklist-block > tbody > tr {
  display: block;
}

.qspy-op-formulario-control .qspy-op-checklist-block > tbody > tr > td {
  display: block;
  width: 100%;
  padding-right: 0;
}

.qspy-op-formulario-control .qspy-op-checklist-block .colLabelChecklist {
  padding-bottom: 14px;
}

.qspy-op-formulario-control .qspy-op-param-body,
.qspy-op-formulario-control .qspy-op-checklist-body {
  width: 100%;
  display: block;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  padding: 18px;
  text-align: left !important;
}

.qspy-op-formulario-control .qspy-op-param-row {
  width: 100%;
  display: block;
}

.qspy-op-formulario-control .qspy-op-param-row > tbody > tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px minmax(0, 0);
  column-gap: 8px;
  align-items: center;
}

.qspy-op-formulario-control .qspy-op-param-row > tbody > tr > td {
  padding: 0 10px 0 0;
  vertical-align: middle;
}

.qspy-op-formulario-control .qspy-op-param-row > tbody > tr > td:first-child {
  width: 100% !important;
}

.qspy-op-formulario-control .qspy-op-param-row > tbody > tr > td:last-child {
  padding-right: 0;
}

.qspy-op-formulario-control .qspy-op-param-row .messageParCon {
  width: 0 !important;
  min-width: 0;
  overflow: hidden;
  padding: 0 !important;
}

.qspy-op-formulario-control .qspy-op-param-row .inputTextParCon {
  width: 100% !important;
  min-width: 0;
  max-width: none;
  display: block;
}

.qspy-op-formulario-control .qspy-op-param-row .qspy-op-param-input-stretch {
  width: 100% !important;
  min-width: 0;
  max-width: none;
  display: block;
}

.qspy-op-formulario-control .qspy-op-param-row .unidadParCon,
.qspy-op-formulario-control .qspy-op-param-row [id$="uniMedOutputText"] {
  color: #ffffff !important;
  font-weight: 600;
  text-align: left;
}

.qspy-op-formulario-control .qspy-op-checklist-item {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  margin-left: 0 !important;
  margin-right: auto !important;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  padding: 14px 16px;
  text-align: left !important;
}

.qspy-op-formulario-control .qspy-op-checklist-row {
  width: 100%;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
  table-layout: fixed;
}

.qspy-op-formulario-control .divChecklist,
.qspy-op-formulario-control .divParChecklist,
.qspy-op-formulario-control .qspy-op-checklist-body > tbody > tr > td,
.qspy-op-formulario-control .qspy-op-checklist-item > tbody > tr > td {
  text-align: left !important;
}

.qspy-op-formulario-control .qspy-op-checklist-row > tbody > tr > td {
  padding: 0 10px 0 0;
  vertical-align: middle;
}

.qspy-op-formulario-control .qspy-op-checklist-row > tbody > tr {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 72px 110px;
  column-gap: 14px;
  align-items: center;
}

.qspy-op-formulario-control .qspy-op-checklist-row > tbody > tr > td:last-child {
  padding-right: 0;
}

.qspy-op-formulario-control .qspy-op-checklist-row .colLabelItem,
.qspy-op-formulario-control .qspy-op-checklist-row .colLabelItemEdit,
.qspy-op-formulario-control .qspy-op-param-block .labelParCon,
.qspy-op-formulario-control .qspy-op-checklist-block .colLabelChecklist {
  color: rgba(255,255,255,.88);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.qspy-op-formulario-control .qspy-op-checklist-row select,
.qspy-op-formulario-control .qspy-op-checklist-row input[type="text"],
.qspy-op-formulario-control .qspy-op-checklist-row textarea,
.qspy-op-formulario-control .qspy-op-param-body select,
.qspy-op-formulario-control .qspy-op-param-body input[type="text"] {
  min-height: 40px;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.08) !important;
  color: #ffffff !important;
}

.qspy-op-formulario-control .qspy-op-checklist-actions {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}

.qspy-op-formulario-control .qspy-op-checklist-actions input,
.qspy-op-formulario-control .qspy-op-checklist-actions a {
  min-height: 34px;
}

.qspy-op-formulario-control .qspy-op-checklist-row select {
  width: 72px !important;
  min-width: 72px;
  max-width: 72px;
}

.qspy-op-formulario-control .qspy-op-checklist-row .colLabelItem,
.qspy-op-formulario-control .qspy-op-checklist-row .colLabelItemEdit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qspy-op-formulario-control [id$="btnObs"] {
  filter: brightness(0) invert(1);
}

#popupObsItem {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(12, 18, 40, 0.35) !important;
}

#popupObsItem .icePnlPopHdr {
  background: #565D7C !important;
  color: #ffffff !important;
  padding: 18px 22px !important;
  letter-spacing: .08em;
}

#popupObsItem .icePnlPopHdr .icePnlGrd {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#popupObsItem .icePnlPopBody {
  background: #f5f7fc !important;
  padding: 24px 22px 22px !important;
}

#popupObsItem .text-right,
#popupObsItem .qspy-popup-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.qspy-op-formulario-control #popupObsItem,
.qspy-op-detalle-control #popupObsItem {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(12, 18, 40, 0.35) !important;
}

.qspy-op-formulario-control #popupObsItem .icePnlPopHdr,
.qspy-op-detalle-control #popupObsItem .icePnlPopHdr {
  background: #565D7C !important;
  color: #ffffff !important;
  padding: 18px 22px !important;
  letter-spacing: .08em;
}

.qspy-op-formulario-control #popupObsItem .icePnlPopHdr .icePnlGrd,
.qspy-op-detalle-control #popupObsItem .icePnlPopHdr .icePnlGrd {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.qspy-op-formulario-control #popupObsItem .icePnlPopBody,
.qspy-op-detalle-control #popupObsItem .icePnlPopBody {
  background: #f5f7fc !important;
  padding: 24px 22px 22px !important;
}

.qspy-op-formulario-control [id$="pnlGrdObs"],
.qspy-op-formulario-control [id$="panelGrid10"],
.qspy-op-detalle-control [id$="pnlGrdObs"],
.qspy-op-detalle-control [id$="panelGrid10"] {
  width: 100%;
}

.qspy-op-formulario-control [id$="panelGrid10"] > tbody > tr,
.qspy-op-detalle-control [id$="panelGrid10"] > tbody > tr {
  display: grid;
  grid-template-columns: 140px minmax(280px, 1fr);
  column-gap: 18px;
  align-items: center;
}

.qspy-op-formulario-control [id$="panelGrid10"] .colLabelPop,
.qspy-op-detalle-control [id$="panelGrid10"] .colLabelPop,
.qspy-op-detalle-control [id$="panelGrid10"] .colLabel {
  color: #25345f;
  font-weight: 600;
  white-space: nowrap;
}

.qspy-op-formulario-control [id$="inputTextObservacion"],
.qspy-op-detalle-control [id$="inputTextObservacion"] {
  width: 100% !important;
  min-width: 0;
  min-height: 110px;
  background: #ffffff;
  color: #1f2940;
  border: 1px solid #d8dfef;
  border-radius: 12px;
  padding: 14px 16px;
  resize: vertical;
}

.qspy-op-formulario-control [id$="inputTextObservacion"]:focus,
.qspy-op-detalle-control [id$="inputTextObservacion"]:focus {
  outline: none;
  border-color: #2f63ff;
  box-shadow: 0 0 0 3px rgba(47, 99, 255, 0.18);
}

.qspy-op-formulario-control #popupObsItem .text-right,
.qspy-op-formulario-control #popupObsItem .qspy-popup-actions,
.qspy-op-detalle-control #popupObsItem .text-right {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.qspy-op-detalle-control .qspy-form-panel > .card-body > .text-uppercase.mb-4 > .pnlGrdForm.qspy-op-summary-row {
  width: 100%;
  table-layout: fixed;
}

.qspy-op-detalle-control .qspy-form-panel > .card-body > .text-uppercase.mb-4 > .pnlGrdForm.qspy-op-summary-row > tbody > tr {
  display: grid;
  grid-template-columns: 190px minmax(240px, 1fr);
  column-gap: 28px;
  align-items: center;
}

.qspy-op-detalle-control .qspy-form-panel > .card-body > .text-uppercase.mb-4 > .pnlGrdForm.qspy-op-summary-row > tbody > tr > .colLabelExt {
  width: auto !important;
  white-space: nowrap;
}

.qspy-op-detalle-control .qspy-form-panel > .card-body > .text-uppercase.mb-4 > .pnlGrdForm.qspy-op-summary-row > tbody > tr > .colLabelExt::after {
  content: ":";
  margin-left: 2px;
  font-weight: 700;
}

.qspy-op-detalle-control .qspy-form-panel > .card-body > .text-uppercase.mb-4 > .pnlGrdForm.qspy-op-summary-row .h5,
.qspy-op-detalle-control .qspy-form-panel > .card-body > .text-uppercase.mb-4 > .pnlGrdForm.qspy-op-summary-row .colCampo {
  font-size: 16px !important;
  line-height: 1.25;
}

.qspy-op-detalle-control .qspy-form-panel > .card-body > .text-uppercase.mb-4 > .pnlGrdForm.qspy-op-summary-row .h5 {
  margin-bottom: 0;
  font-weight: 700 !important;
}

.qspy-op-detalle-control .qspy-op-wide-field-row {
  width: 100%;
  table-layout: fixed;
}

.qspy-op-detalle-control .qspy-op-wide-field-row > tbody > tr {
  display: block !important;
  margin-bottom: 12px;
}

.qspy-op-detalle-control .qspy-op-wide-field-row:last-child > tbody > tr {
  margin-bottom: 0;
}

.qspy-op-detalle-control .qspy-op-wide-field-row > tbody > tr > .colLabelExt,
.qspy-op-detalle-control .qspy-op-wide-field-row > tbody > tr > .colCampo,
.qspy-op-detalle-control .qspy-op-wide-field-row > tbody > tr > .formMessage {
  display: block;
  width: 100% !important;
}

.qspy-op-detalle-control .qspy-op-wide-field-row > tbody > tr > .colLabelExt {
  margin-bottom: 10px;
}

.qspy-op-detalle-control .qspy-op-wide-field-row input[type="text"],
.qspy-op-detalle-control .qspy-op-wide-field-row textarea,
.qspy-op-detalle-control .qspy-op-wide-field-row select,
.qspy-op-detalle-control .qspy-op-wide-field-row .form-control {
  width: 100% !important;
  max-width: 100%;
}

.qspy-op-detalle-control .qspy-op-param-block,
.qspy-op-detalle-control .qspy-op-checklist-block {
  width: 100%;
}

.qspy-op-detalle-control .mb-0 .pnlGrdParCon.qspy-op-param-block,
.qspy-op-detalle-control .mb-0 .pnlGrdMuestraChecklist.qspy-op-checklist-block {
  display: table;
  margin-top: 22px;
  margin-bottom: 8px;
}

.qspy-op-detalle-control .mb-0 .pnlGrdParCon.qspy-op-param-block:first-child,
.qspy-op-detalle-control .mb-0 .pnlGrdMuestraChecklist.qspy-op-checklist-block:first-child {
  margin-top: 0;
}

.qspy-op-detalle-control .qspy-op-param-block > tbody > tr,
.qspy-op-detalle-control .qspy-op-checklist-block > tbody > tr {
  display: block;
}

.qspy-op-detalle-control .qspy-op-param-block > tbody > tr > td,
.qspy-op-detalle-control .qspy-op-checklist-block > tbody > tr > td {
  display: block;
  width: 100%;
  padding-right: 0;
  vertical-align: top;
}

.qspy-op-detalle-control .qspy-op-param-block .labelParCon,
.qspy-op-detalle-control .qspy-op-checklist-block .colLabelChecklist {
  display: block;
  padding-bottom: 14px;
  color: rgba(255,255,255,.88);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.qspy-op-detalle-control .qspy-op-param-body,
.qspy-op-detalle-control .qspy-op-checklist-body {
  width: 100%;
  display: block;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  padding: 18px;
  text-align: left !important;
}

.qspy-op-detalle-control .qspy-op-param-row {
  width: 100%;
  display: block;
}

.qspy-op-detalle-control .qspy-op-param-row > tbody > tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px minmax(0, 0);
  column-gap: 8px;
  align-items: center;
}

.qspy-op-detalle-control .qspy-op-param-row > tbody > tr > td {
  padding: 0 10px 0 0;
  vertical-align: middle;
}

.qspy-op-detalle-control .qspy-op-param-row > tbody > tr > td:first-child {
  width: 100% !important;
}

.qspy-op-detalle-control .qspy-op-param-row > tbody > tr > td:last-child {
  padding-right: 0;
}

.qspy-op-detalle-control .qspy-op-param-row .messageParCon {
  width: 0 !important;
  min-width: 0;
  overflow: hidden;
  padding: 0 !important;
}

.qspy-op-detalle-control .qspy-op-param-row .inputTextParCon,
.qspy-op-detalle-control .qspy-op-param-row .qspy-op-param-input-stretch {
  width: 100% !important;
  min-width: 0;
  max-width: none;
  display: block;
}

.qspy-op-detalle-control .qspy-op-param-row .unidadParCon,
.qspy-op-detalle-control .qspy-op-param-row [id$="uniMedOutputText"] {
  color: #ffffff !important;
  font-weight: 600;
  text-align: left;
}

.qspy-op-detalle-control .qspy-op-datetime-row {
  width: 100%;
  table-layout: fixed;
  margin-top: 14px;
}

.qspy-op-detalle-control .qspy-op-datetime-row > tbody > tr {
  display: block !important;
}

.qspy-op-detalle-control .qspy-op-datetime-row > tbody > tr > .labelParCon,
.qspy-op-detalle-control .qspy-op-datetime-row > tbody > tr > .componentParCon {
  display: block;
  width: 100% !important;
}

.qspy-op-detalle-control .qspy-op-datetime-row > tbody > tr > .labelParCon {
  margin-bottom: 8px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.qspy-op-detalle-control .qspy-op-datetime-row > tbody > tr > .labelParCon::after {
  content: ":";
  margin-left: 2px;
}

.qspy-op-detalle-control .qspy-op-datetime-row input[type="text"],
.qspy-op-detalle-control .qspy-op-datetime-row [id*="inputTexthora"] {
  width: min(540px, 100%) !important;
  max-width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 9px 14px !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.12) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
}

.qspy-op-detalle-control .qspy-op-datetime-row input[type="text"]:disabled,
.qspy-op-detalle-control .qspy-op-datetime-row [id*="inputTexthora"]:disabled {
  opacity: 1;
  cursor: default;
}

.qspy-op-detalle-control .qspy-op-checklist-item {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  margin-left: 0 !important;
  margin-right: auto !important;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  padding: 14px 16px;
  text-align: left !important;
}

.qspy-op-detalle-control .qspy-op-checklist-row {
  width: 100%;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
  table-layout: fixed;
}

.qspy-op-detalle-control .qspy-op-checklist-row > tbody > tr {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 72px 110px;
  column-gap: 14px;
  align-items: center;
}

.qspy-op-detalle-control .qspy-op-checklist-row > tbody > tr > td {
  padding: 0 10px 0 0;
  vertical-align: middle;
}

.qspy-op-detalle-control .qspy-op-checklist-row > tbody > tr > td:last-child {
  padding-right: 0;
}

.qspy-op-detalle-control .qspy-op-checklist-row .colLabelItem,
.qspy-op-detalle-control .qspy-op-checklist-row .colLabelItemEdit {
  color: rgba(255,255,255,.88);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qspy-op-detalle-control .qspy-op-checklist-row input[type="text"] {
  width: 72px !important;
  min-width: 72px;
  max-width: 72px;
  min-height: 40px;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.08) !important;
  color: #ffffff !important;
}

.qspy-op-detalle-control .qspy-op-checklist-actions {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}

.qspy-op-detalle-control .qspy-op-inline-form,
.qspy-op-detalle-control .qspy-op-inline-form-body,
.qspy-op-detalle-control .qspy-op-inline-form-grid {
  width: 100%;
}

.qspy-op-detalle-control .qspy-op-inline-form {
  margin-top: 14px;
  background: rgba(176, 38, 58, .18) !important;
  border: 1px solid rgba(255, 120, 138, .28) !important;
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.qspy-op-detalle-control .qspy-op-inline-form > tbody > tr:first-child,
.qspy-op-detalle-control .qspy-op-inline-form .tituloDescontrol {
  background: rgba(168, 21, 42, .82) !important;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.qspy-op-detalle-control .qspy-op-inline-form td,
.qspy-op-detalle-control .qspy-op-inline-form-body td,
.qspy-op-detalle-control .qspy-op-inline-form-grid td {
  padding: 12px 14px;
  vertical-align: top;
}

.qspy-op-detalle-control .qspy-op-inline-form-grid {
  background: rgba(78, 12, 24, .16);
  border: 1px solid rgba(255, 166, 178, .12);
  border-radius: 10px;
}

.qspy-op-detalle-control .qspy-op-inline-form-grid > tbody > tr {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  column-gap: 18px;
  align-items: start;
}

.qspy-op-detalle-control .qspy-op-inline-form-grid .colLabelAtr {
  color: rgba(255,255,255,.82) !important;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.qspy-op-detalle-control .qspy-op-inline-form-grid .compAtrTexto,
.qspy-op-detalle-control .qspy-op-inline-form-grid .compAtrTextarea,
.qspy-op-detalle-control .qspy-op-inline-form-grid .compAtrNumerico,
.qspy-op-detalle-control .qspy-op-inline-form-grid input[type="text"],
.qspy-op-detalle-control .qspy-op-inline-form-grid textarea {
  width: 100% !important;
  min-height: 40px;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.09) !important;
  color: #ffffff !important;
  padding: 10px 14px;
}

.qspy-op-detalle-control .qspy-op-inline-form-grid .compAtrTextarea,
.qspy-op-detalle-control .qspy-op-inline-form-grid textarea {
  min-height: 92px;
  resize: vertical;
}

.qspy-op-detalle-control .qspy-op-inline-form-grid .compAtrMultiseleccionable {
  display: block;
  width: 100%;
  padding: 4px 0;
  text-align: left !important;
}

.qspy-op-detalle-control .qspy-op-inline-form-grid .compAtrMultiseleccionable,
.qspy-op-detalle-control .qspy-op-inline-form-grid .compAtrMultiseleccionable * {
  color: #ffffff !important;
}

.qspy-op-detalle-control .qspy-op-inline-form-grid .compAtrMultiseleccionable tbody,
.qspy-op-detalle-control .qspy-op-inline-form-grid .compAtrMultiseleccionable tr,
.qspy-op-detalle-control .qspy-op-inline-form-grid .compAtrMultiseleccionable td {
  display: block;
  width: 100%;
  text-align: left !important;
}

.qspy-op-detalle-control .qspy-op-inline-form-grid .compAtrMultiseleccionable tr {
  margin-bottom: 10px;
}

.qspy-op-detalle-control .qspy-op-inline-form-grid .compAtrMultiseleccionable td {
  padding: 0 !important;
}

.qspy-op-detalle-control [id$="btnObs"] {
  filter: brightness(0) invert(1);
}

@media (max-width: 992px) {
  .qspy-op-formulario-control .qspy-op-inline-form-grid td {
    display: block;
    width: 100%;
  }

  .qspy-op-formulario-control .qspy-op-checklist-row > tbody > tr > td,
  .qspy-op-formulario-control .qspy-op-param-row > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 0 0 10px;
  }
}
.qspy-shell .qspy-form-panel [id$="btnCancelar"]:hover,
.qspy-shell .qspy-form-panel [id$="btnCancelar"]:focus,
.qspy-shell .qspy-form-panel [id$="btnVolver"]:hover,
.qspy-shell .qspy-form-panel [id$="btnVolver"]:focus,
.qspy-shell .qspy-form-panel [id$="btnCerrar"]:hover,
.qspy-shell .qspy-form-panel [id$="btnCerrar"]:focus {
  background: rgba(255,255,255,.12);
  color: #ffffff;
  border-color: rgba(255,255,255,.6);
  box-shadow: none;
}

.qspy-shell .qspy-table-section,
.qspy-shell .qspy-page-actions {
  width: 100%;
  max-width: var(--qspy-form-w);
  margin-left: auto;
  margin-right: auto;
}
.qspy-shell .qspy-form-panel.qspy-form-wide ~ .qspy-table-section,
.qspy-shell .qspy-form-panel.qspy-form-wide ~ .qspy-page-actions { max-width: none; }

.qspy-shell .qspy-form-panel .form-control:disabled,
.qspy-shell .qspy-form-panel .form-control[readonly] {
  background: #dfe1ea;
  color: #5f677e;
  cursor: not-allowed;
  opacity: 1;
}

.qspy-shell .qspy-form-panel .qspy-context-rows td { padding: 4px 0; vertical-align: top; }
.qspy-shell .qspy-form-panel .qspy-context-rows .colLabel {
  width: 1%;
  white-space: nowrap;
  padding-right: 26px;
}
.qspy-shell .qspy-form-panel .qspy-context-rows .colCtxValor {
  color: rgba(255,255,255,.62);
  font-size: 13px;
  font-weight: 600;
}
.qspy-shell .qspy-form-panel .qspy-context-sep {
  margin-top: 26px;
  border-top: 1px solid var(--qspy-panel-sep);
}
.qspy-shell .qspy-form-panel .qspy-context-sep > tbody > tr:first-child { padding-top: 26px; }
.qspy-shell .qspy-form-panel .card-body > div + div {
  border-top: 0;
  padding-top: 0;
}
.qspy-shell .qspy-form-panel .card-body > table.pnlGrdForm + table.pnlGrdForm,
.qspy-shell .qspy-form-panel .card-body > div + table.pnlGrdForm,
.qspy-shell .qspy-form-panel .card-body > table.pnlGrdForm + div {
  margin-top: 18px;
}
.qspy-shell .qspy-form-panel .qspy-panel-section {
  margin: 26px 0 14px;
  padding-top: 26px;
  border-top: 1px solid var(--qspy-panel-sep);
}
.qspy-shell .qspy-form-panel .qspy-panel-section .qspy-section-title { color: var(--qspy-panel-ink); }
.qspy-shell .qspy-form-panel label { color: var(--qspy-panel-ink); }
.qspy-shell .qspy-form-panel .qspy-section-title,
.qspy-shell .qspy-form-panel .qspy-table-section .pnlGrdForm .colLabel,
.qspy-shell .qspy-form-panel .qspy-table-section .pnlGrdForm .colLabelExt,
.qspy-shell .qspy-form-panel .qspy-table-section .pnlGrdForm .colLabelPop {
  color: var(--qspy-panel-ink);
}
.qspy-shell .qspy-form-panel .qspy-table-section { border-top-color: var(--qspy-panel-sep); }
.qspy-shell .qspy-form-panel.qspy-form-roles { max-width: 940px; }

.qspy-shell .container-fluid:has(.qspy-table-section) .qspy-form-panel,
.qspy-shell .container-fluid:has(.qspy-table-section) .qspy-table-section,
.qspy-shell .container-fluid:has(.qspy-table-section) .qspy-page-actions {
  max-width: none;
}

.qspy-shell .qspy-form-panel .qspy-perm-table {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  overflow: hidden;
}
.qspy-shell .qspy-form-panel .qspy-perm-head,
.qspy-shell .qspy-form-panel .qspy-perm-matrix {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(3, 116px);
  align-items: center;
  column-gap: 0;
}
.qspy-shell .qspy-form-panel .qspy-perm-head {
  padding: 10px 12px;
  background: rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.qspy-shell .qspy-form-panel .qspy-perm-head > span {
  padding: 0 8px;
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.3;
  text-align: right;
  text-transform: uppercase;
}
.qspy-shell .qspy-form-panel .qspy-perm-matrix {
  min-height: 30px;
  padding: 3px 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.qspy-shell .qspy-form-panel .qspy-perm-matrix:last-of-type { border-bottom: 0; }
.qspy-shell .qspy-form-panel .qspy-perm-matrix:hover {
  background: rgba(255,255,255,.10);
}
.qspy-shell .qspy-form-panel .qspy-perm-matrix .qspy-section-title {
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
}
.qspy-shell .qspy-form-panel .qspy-perm-matrix fieldset.qspy-radio-inline,
.qspy-shell .qspy-form-panel .qspy-perm-matrix table.qspy-radio-inline,
.qspy-shell .qspy-form-panel .qspy-perm-matrix table.qspy-radio-inline > tbody,
.qspy-shell .qspy-form-panel .qspy-perm-matrix table.qspy-radio-inline > tbody > tr {
  display: contents;
}
.qspy-shell .qspy-form-panel .qspy-perm-matrix td {
  display: flex;
  justify-content: flex-end;
  padding: 0 8px;
}
.qspy-shell .qspy-form-panel .qspy-perm-matrix input[type="radio"] {
  width: 17px;
  height: 17px;
  margin: 0;
  cursor: pointer;
}
.qspy-shell .qspy-form-panel .qspy-perm-matrix label.qspy-radio-inline {
  display: block;
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.qspy-shell .qspy-form-panel .qspy-perm-row:not(.qspy-perm-matrix) {
  display: block;
  padding: 0;
}
.qspy-shell .qspy-form-panel .qspy-perm-row:not(.qspy-perm-matrix) + .qspy-perm-row:not(.qspy-perm-matrix) {
  margin-top: 20px;
}
.qspy-shell .qspy-form-panel .qspy-perm-row:not(.qspy-perm-matrix) .qspy-section-title {
  display: block;
  margin-bottom: 10px;
  color: var(--qspy-panel-ink);
  font-size: 12px;
  opacity: .8;
}
.qspy-shell .qspy-radio-inline,
.qspy-shell .qspy-radio-inline > tbody,
.qspy-shell .qspy-radio-inline > tbody > tr,
.qspy-shell .qspy-radio-inline table,
.qspy-shell .qspy-radio-inline tbody,
.qspy-shell .qspy-radio-inline tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 22px;
  width: 100%;
  border: 0;
  margin: 0;
  border-collapse: collapse;
}
.qspy-shell .qspy-radio-inline td {
  display: flex;
  align-items: center;
  padding: 0;
  white-space: normal;
  vertical-align: middle;
  border: 0;
}
.qspy-shell .qspy-radio-inline label {
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.qspy-shell .qspy-form-panel .qspy-radio-inline label { color: #ffffff; }
.qspy-shell .icePnlPopBody .qspy-radio-inline label { color: var(--qspy-ink); }
.qspy-shell .qspy-radio-inline input[type="radio"],
.qspy-shell .qspy-radio-inline input[type="checkbox"],
.qspy-shell .qspy-form-panel .pnlGrdForm input[type="checkbox"],
.qspy-shell .qspy-form-panel .pnlGrdForm input[type="radio"] {
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
  flex: 0 0 auto;
  vertical-align: middle;
  cursor: pointer;
}

.qspy-shell .qspy-inline-add {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.qspy-shell .qspy-inline-add .pnlGrdForm {
  width: auto;
  min-width: 260px;
  flex: 1 1 260px;
  margin: 0;
}
.qspy-shell .qspy-inline-add .pnlGrdForm tr:has(> .formMessage) { padding-bottom: 0; }
.qspy-shell .qspy-inline-add > .btn { margin-top: 22px; flex: 0 0 auto; }

.qspy-shell .qspy-table-section .pnlGrdForm .colLabel,
.qspy-shell .qspy-table-section .pnlGrdForm .colLabelExt {
  color: var(--qspy-section-ink);
}
.qspy-shell .qspy-table-section .pnlGrdForm .form-control {
  background: #fff;
  border: 1px solid #c9ccd6;
  color: var(--qspy-ink);
}
.qspy-shell .qspy-table-section .pnlGrdForm .form-control:focus {
  background: #fff;
  color: var(--qspy-ink);
}
.qspy-shell .qspy-table-section .pnlGrdForm .alert { color: #b02a37; }
.qspy-shell .qspy-table-section .pnlGrdForm .alert-warning { color: #9a6700; }

.qspy-shell .qspy-table-section {
  border-top: 1px solid var(--qspy-divider);
  margin-top: 28px;
  padding-top: 22px;
}
.qspy-shell .qspy-table-section.qspy-section-top {
  border-top: 0;
  margin-top: 8px;
  padding-top: 0;
}

.qspy-shell .qspy-transfer {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.qspy-shell .qspy-transfer > tbody > tr > td { vertical-align: top; padding: 0; }
.qspy-shell .qspy-transfer > tbody > tr > td:nth-child(2) {
  width: 1%;
  padding: 0 18px;
  vertical-align: middle;
}
.qspy-shell .qspy-transfer-col { width: 100%; }
.qspy-shell .qspy-transfer-col > tbody > tr > td { padding: 0 0 10px; }
.qspy-shell .qspy-transfer-col .qspy-section-title { display: block; margin-bottom: 10px; }
.qspy-shell .qspy-transfer-mid > tbody > tr > td { padding: 6px 0; }
.qspy-shell .qspy-transfer-mid .btn { min-width: 0; width: 56px; height: 38px; }
.qspy-shell .qspy-transfer-actions > tbody > tr > td { padding: 4px 0 0; }
.qspy-shell .qspy-transfer-actions .btn { min-width: 0; }
.qspy-shell .qspy-section-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; margin-bottom: 14px; flex-wrap: wrap;
}
.qspy-shell .qspy-section-title {
  margin: 0;
  font-size: 13px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--qspy-section-ink);
}
.qspy-shell .qspy-section-head.qspy-section-spaced { margin: 26px 0 12px; }
.qspy-shell .qspy-section-head.qspy-section-spaced:first-child { margin-top: 0; }
.qspy-shell .qspy-section-title .qspy-crumb-sep {
  margin: 0 8px;
  color: #8b90a6;
  font-size: 1.2em;
  vertical-align: -0.06em;
}

.qspy-shell .qspy-page-actions {
  border-top: 1px solid var(--qspy-divider);
  background: #fff;
  padding: 16px 0;
  text-align: right;
}
.qspy-shell .qspy-page-actions .btn + .btn { margin-left: .5rem; }

.qspy-shell .qspy-form-panel > .qspy-form-actions .btn,
.qspy-shell .qspy-page-actions .btn,
.qspy-shell .icePnlPopBody .qspy-popup-actions .btn,
.qspy-shell .icePnlPopBody > .text-right:last-child .btn {
  min-width: 150px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .45px;
}

.qspy-shell .qspy-page-actions .btn-outline-secondary:hover,
.qspy-shell .qspy-page-actions .btn-outline-secondary:focus,
.qspy-shell .icePnlPopBody .btn-outline-secondary:hover,
.qspy-shell .icePnlPopBody .btn-outline-secondary:focus {
  background: #eef0f4;
  border-color: #c9cfda;
  color: #4b5470;
  box-shadow: none;
}
.qspy-shell .qspy-page-actions .btn-outline-secondary,
.qspy-shell .icePnlPopBody .btn-outline-secondary {
  background: #ffffff;
  border: 1.5px solid #c9cfda;
  color: #4b5470;
}

.qspy-shell .qspy-form-panel > .qspy-form-actions .btn:focus,
.qspy-shell .qspy-form-panel > .qspy-form-actions .btn:active,
.qspy-shell .qspy-form-panel > .qspy-form-actions .btn.active,
.qspy-shell .qspy-form-panel > .qspy-form-actions .btn:focus-visible,
.qspy-shell .qspy-page-actions .btn:focus,
.qspy-shell .qspy-page-actions .btn:active,
.qspy-shell .qspy-page-actions .btn.active,
.qspy-shell .qspy-page-actions .btn:focus-visible,
.qspy-shell .icePnlPopBody .btn:focus,
.qspy-shell .icePnlPopBody .btn:active,
.qspy-shell .icePnlPopBody .btn.active,
.qspy-shell .icePnlPopBody .btn:focus-visible,
.qspy-shell .btn-qspy:focus,
.qspy-shell .btn-qspy:active,
.qspy-shell .btn-qspy.active,
.qspy-shell .btn-qspy:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}

.qspy-shell .qspy-table-empty {
  display: block;
  margin-top: -1rem;
  margin-bottom: 1rem;
  background: var(--qspy-empty-bg);
  border-bottom: 2px solid #fff;
  padding: 11px 16px;
  text-align: center;
  font-size: 11.5px; font-weight: 600; letter-spacing: .05em;
  color: var(--qspy-empty-ink); text-transform: uppercase;
}
.qspy-shell .table-responsive:has(.qspy-table-empty) table tbody { display: none; }
.qspy-shell table:not(.table) + .qspy-table-empty { margin-top: 0; }

.qspy-shell .icePnlPop {
  border: 0;
  border-radius: var(--qspy-radius);
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15,20,35,.35);
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 32px);
}
.qspy-shell .icePnlPopHdr {
  background-color: var(--qspy-side);
  color: #ffffff !important;
  font-size: 13px; font-weight: 700; letter-spacing: .09em;
  text-transform: uppercase;
  padding: 14px 22px;
}
.qspy-shell .icePnlPopBody {
  background-color: #ffffff;
  padding: 18px 22px;
  max-height: calc(100vh - 104px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.qspy-shell .icePnlPopBody .form-control,
.qspy-shell .icePnlPopBody .formInput,
.qspy-shell .icePnlPopBody .formPop,
.qspy-shell .icePnlPopBody select,
.qspy-shell .icePnlPopBody input[type="text"] {
  background: #ffffff;
  border: 1px solid #c9cfda;
  color: var(--qspy-ink);
}
.qspy-shell .icePnlPopBody .form-control:hover,
.qspy-shell .icePnlPopBody .formInput:hover,
.qspy-shell .icePnlPopBody .formPop:hover,
.qspy-shell .icePnlPopBody select:hover,
.qspy-shell .icePnlPopBody input[type="text"]:hover {
  background: #ffffff;
  color: var(--qspy-ink);
  border-color: #c9cfda;
}
.qspy-shell .icePnlPopBody .form-control:focus,
.qspy-shell .icePnlPopBody select:focus,
.qspy-shell .icePnlPopBody input[type="text"]:focus {
  background: #ffffff;
  color: var(--qspy-ink);
  border-color: var(--qspy-accent);
  box-shadow: none;
}
.qspy-shell .icePnlPopBody .pnlGrdForm .colLabel,
.qspy-shell .icePnlPopBody .pnlGrdForm .colLabelExt,
.qspy-shell .icePnlPopBody .pnlGrdForm .colLabelPop { color: #737b90; }

.qspy-shell .icePnlPopBody { min-width: 460px; }
.qspy-shell .icePnlPopBody > table { width: 100%; }
.qspy-shell .icePnlPopBody > table > tbody > tr > td { padding: 0 0 18px; }
.qspy-shell .icePnlPopBody > table > tbody > tr:last-child > td { padding-bottom: 0; }
.qspy-shell .icePnlPopBody .pnlGrdForm { width: 100%; }
.qspy-shell .icePnlPopBody .pnlGrdForm tr:has(> .formMessage) { padding-bottom: 0; }

.qspy-shell .qspy-radio-row .colCampo table,
.qspy-shell .qspy-radio-row .colCampo tbody,
.qspy-shell .qspy-radio-row .colCampo tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 22px;
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}
.qspy-shell .qspy-radio-row .colCampo td {
  display: flex;
  align-items: center;
  padding: 0;
  white-space: normal;
  vertical-align: middle;
  border: 0;
}
.qspy-shell .qspy-radio-row input[type="radio"] {
  width: 15px; height: 15px; margin: 0 6px 0 0; vertical-align: middle; cursor: pointer;
}
.qspy-shell .qspy-radio-row label {
  margin: 0; cursor: pointer; vertical-align: middle;
  font-size: 13px; text-transform: uppercase; letter-spacing: .05em;
}
.qspy-shell .icePnlPopBody .qspy-radio-row label { color: var(--qspy-ink); }
.qspy-shell .qspy-form-panel .qspy-radio-row label { color: #ffffff; }

.qspy-shell .icePnlPopBody .qspy-check-row tr {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}
.qspy-shell .icePnlPopBody .qspy-check-row .colCampo { order: 1; padding: 0; width: auto; }
.qspy-shell .icePnlPopBody .qspy-check-row .colLabelPop { order: 2; padding: 0; width: auto; white-space: normal; }
.qspy-shell .icePnlPopBody .qspy-check-row input[type="checkbox"] {
  width: 16px; height: 16px; margin: 0; vertical-align: middle; cursor: pointer;
}
.qspy-shell .icePnlPopBody .pnlGrdForm .alert { color: #b02a37; }
.qspy-shell .icePnlPopBody .pnlGrdForm .alert-warning { color: #9a6700; }
.qspy-shell .icePnlPopBody [id*="btnCancelarPopup"],
.qspy-shell .icePnlPopBody [id*="btnCerrarPopup"],
.qspy-shell .icePnlPopBody [id$="btnCancelarControl"] {
  background: #ffffff;
  border: 1.5px solid #c9cfda;
  color: #4b5470;
}
.qspy-shell .icePnlPopBody [id*="btnCancelarPopup"]:hover,
.qspy-shell .icePnlPopBody [id*="btnCerrarPopup"]:hover,
.qspy-shell .icePnlPopBody [id$="btnCancelarControl"]:hover {
  background: #eef0f4;
  border-color: #c9cfda;
  color: #4b5470;
}
.qspy-shell .icePnlPopBody .btn-dark.badge-pill {
  background: var(--qspy-accent);
  border-color: var(--qspy-accent);
  font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
}
.qspy-shell .icePnlPopBody .btn-dark.badge-pill:hover {
  background: var(--qspy-accent-h);
  border-color: var(--qspy-accent-h);
}

.qspy-shell .icePnlPopBody .qspy-popup-list:not(.qspy-popup-list-head) thead { display: none; }
.qspy-shell .icePnlPopBody .qspy-popup-list th {
  padding: 10px 12px;
  background: var(--qspy-side);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 0;
  white-space: normal;
}
.qspy-shell .icePnlPopBody .qspy-popup-list th:first-child { width: 34px; }
.qspy-shell .icePnlPopBody .table-responsive {
  max-height: 46vh;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.qspy-shell .icePnlPopBody .qspy-popup-list thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}
.qspy-shell .icePnlPopBody .qspy-popup-list { width: 100%; }
.qspy-shell .icePnlPopBody .qspy-table-empty { margin-top: 0; }
.qspy-shell .icePnlPopBody .qspy-popup-list td {
  vertical-align: middle;
  padding: 10px 12px;
  border-bottom: 1px solid var(--qspy-divider);
}
.qspy-shell .icePnlPopBody .qspy-popup-list tr:last-child td { border-bottom: 0; }
.qspy-shell .icePnlPopBody .qspy-popup-list td:first-child {
  width: 34px; text-align: center; padding-right: 0;
}
.qspy-shell .icePnlPopBody .qspy-popup-list input[type="checkbox"] {
  width: 16px; height: 16px; margin: 0; vertical-align: middle; cursor: pointer;
}

.qspy-shell .icePnlPopBody .qspy-popup-actions,
.qspy-shell .icePnlPopBody > .text-right:last-child {
  position: static;
  margin: 18px -22px -18px !important;
  padding: 14px 22px;
  border-top: 1px solid var(--qspy-divider);
  background: #ffffff;
}
.qspy-shell .icePnlPopBody .qspy-popup-actions .btn + .btn { margin-left: .5rem; }

@media (max-width: 991.98px) {
  .qspy-shell .icePnlPop {
    position: fixed !important;
    top: 12px !important;
    right: 12px !important;
    left: 12px !important;
    width: auto !important;
    max-width: none;
    max-height: calc(100vh - 24px);
  }
  .qspy-shell .icePnlPopBody {
    max-height: calc(100vh - 80px);
    padding: 16px;
  }
  .qspy-shell .icePnlPopBody .qspy-popup-actions,
  .qspy-shell .icePnlPopBody > .text-right:last-child {
    margin: 16px -16px -16px !important;
    padding: 12px 16px;
  }
}

.qspy-control-editor {
  --qspy-control-dark: #3d466a;
  --qspy-control-card: #5c6589;
  --qspy-control-text: #f8f9fc;
  --qspy-control-muted: #cbd1df;
  --qspy-control-border: rgba(255,255,255,.2);
}

.qspy-control-editor .qspy-control-container {
  padding-top: 1.75rem !important;
  padding-bottom: 3rem !important;
}
.qspy-control-editor .qspy-control-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
  max-width: 1040px;
}
.qspy-control-editor .qspy-control-form > * { flex: 0 0 auto; }
.qspy-control-editor .qspy-control-form .qspy-form-panel {
  margin: 0 !important;
  overflow: visible;
}
.qspy-control-editor .qspy-capture-panel { background: var(--qspy-control-card); }
.qspy-control-editor .qspy-capture-panel > .card-body {
  padding: 22px 32px !important;
}

.qspy-control-editor .qspy-name-grid,
.qspy-control-editor .qspy-name-grid > tbody {
  display: block;
  width: 100%;
}
.qspy-control-editor .qspy-name-grid > tbody > tr {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 7px;
  padding: 0;
}
.qspy-control-editor .qspy-name-grid > tbody > tr + tr { margin-top: 16px; }
.qspy-control-editor .qspy-name-grid td {
  display: block;
  width: auto;
  min-width: 0;
  padding: 0;
}
.qspy-control-editor .qspy-name-grid .colLabel {
  width: auto;
  padding: 0;
  color: #e4e7f1;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .08em;
  white-space: normal;
}
.qspy-control-editor .qspy-name-grid .colCampo,
.qspy-control-editor .qspy-name-grid .formMessage { grid-column: 1; }
.qspy-control-editor .qspy-name-grid .formMessage { min-height: 0; }
.qspy-control-editor .qspy-name-grid select,
.qspy-control-editor .qspy-name-grid input[type="text"] {
  width: 100%;
  height: 40px;
  border: 1px solid #c9cfda !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  color: var(--qspy-ink) !important;
}
.qspy-control-editor .qspy-name-grid select:focus,
.qspy-control-editor .qspy-name-grid input[type="text"]:focus {
  border-color: #7aa2ff !important;
  box-shadow: 0 0 0 3px rgba(16,89,255,.3) !important;
  outline: none;
}
.qspy-control-editor .qspy-name-grid select:disabled {
  background: #f1f3f7 !important;
  color: #5f677e !important;
  cursor: not-allowed;
  opacity: 1;
}
.qspy-control-editor .qspy-control-name {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--qspy-control-border);
}

.qspy-control-editor .qspy-capture-panel fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.qspy-control-editor .qspy-capture-panel .qspy-control-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.qspy-control-editor .qspy-capture-panel .qspy-capture-mode { padding-top: 22px !important; }
.qspy-control-editor .qspy-capture-panel .qspy-control-query,
.qspy-control-editor .qspy-capture-panel .qspy-control-type,
.qspy-control-editor .qspy-capture-panel .qspy-control-frequency {
  margin-top: 24px;
  padding-top: 24px !important;
  border-top: 1px solid var(--qspy-control-border);
}
.qspy-control-editor .qspy-capture-panel .qspy-empty-block { display: none !important; }
.qspy-control-editor .qspy-capture-panel .qspy-control-query br { display: none; }
.qspy-control-editor .qspy-capture-panel > .card-body > .gridCuerpo {
  display: table;
  width: 100%;
}
.qspy-control-editor .qspy-capture-panel legend,
.qspy-control-editor .qspy-capture-panel .h5.color-secondary-blue {
  margin: 0 0 12px !important;
  color: var(--qspy-control-text) !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: .1em;
}
.qspy-control-editor .qspy-capture-panel fieldset fieldset legend {
  color: #e9ecf5 !important;
  font-size: 11.5px;
  letter-spacing: .08em;
}
.qspy-control-editor .qspy-control-help {
  margin: -5px 0 14px;
  color: var(--qspy-control-muted);
  font-size: 12.5px;
  line-height: 1.45;
  text-transform: none;
}
.qspy-control-editor .qspy-capture-panel .iceOutTxt,
.qspy-control-editor .qspy-capture-panel label {
  color: #eef0f7;
}

.qspy-control-editor .qspy-capture-panel table.qspy-seg {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  width: auto;
  max-width: 100%;
  padding: 3px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.24);
}
.qspy-control-editor .qspy-capture-panel table.qspy-seg > tbody,
.qspy-control-editor .qspy-capture-panel table.qspy-seg > tbody > tr { display: contents; }
.qspy-control-editor .qspy-capture-panel table.qspy-seg td {
  flex: 0 0 auto;
  min-width: max-content;
  border-radius: 7px;
}
.qspy-control-editor .qspy-capture-panel table.qspy-seg label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 7px 10px;
  color: #eef0f7;
  line-height: 1.25;
  text-align: center;
}
.qspy-control-editor .qspy-capture-panel table.qspy-seg td.is-selected,
.qspy-control-editor .qspy-capture-panel table.qspy-seg td:has(input:checked) {
  background: #ffffff;
}
.qspy-control-editor .qspy-capture-panel table.qspy-seg td.is-selected label,
.qspy-control-editor .qspy-capture-panel table.qspy-seg input:checked + label,
.qspy-control-editor .qspy-capture-panel table.qspy-seg td:has(input:checked) label {
  color: var(--qspy-ink);
}
.qspy-control-editor .qspy-capture-panel table.qspy-seg td.is-focused,
.qspy-control-editor .qspy-capture-panel table.qspy-seg td:focus-within {
  box-shadow: 0 0 0 3px rgba(130,171,255,.72);
  outline: none;
}

.qspy-control-editor .qspy-capture-panel select,
.qspy-control-editor .qspy-capture-panel input[type="text"] {
  min-height: 38px;
  border: 1px solid #c9cfda;
  border-radius: 6px;
  background: #ffffff;
  color: var(--qspy-ink);
}
.qspy-control-editor .qspy-capture-panel select:focus,
.qspy-control-editor .qspy-capture-panel input[type="text"]:focus,
.qspy-control-editor .qspy-capture-panel input[type="checkbox"]:focus-visible {
  border-color: #7aa2ff;
  box-shadow: 0 0 0 3px rgba(130,171,255,.55);
  outline: none;
}
.qspy-control-editor .qspy-capture-panel input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 9px 0 0;
  accent-color: var(--qspy-accent);
  vertical-align: middle;
}
.qspy-control-editor .qspy-capture-panel input[type="checkbox"]:disabled { opacity: .58; }
.qspy-control-editor .qspy-capture-panel [id$="panelGrid37"] > tbody > tr > td > fieldset {
  margin-top: 12px;
  padding: 17px 19px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.07);
}
.qspy-control-editor .qspy-capture-panel [id$="panelGrid37"] > tbody > tr > td > fieldset + fieldset {
  margin-top: 14px;
}
.qspy-control-editor .qspy-capture-panel [id$="panelGrid39"] td,
.qspy-control-editor .qspy-capture-panel [id$="panelGrid34"] td,
.qspy-control-editor .qspy-capture-panel [id$="panelGrid35"] td {
  padding: 0;
  vertical-align: middle;
}
.qspy-control-editor .qspy-capture-panel [id$="btnSelecionarFrecuencia"],
.qspy-control-editor .qspy-capture-panel [id$="btnAgregarHoraEspecifica"] {
  min-height: 36px;
  margin-left: 12px;
  padding: 0 16px;
  border: 1.5px solid rgba(255,255,255,.75);
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.qspy-control-editor .qspy-capture-panel [id$="btnSelecionarFrecuencia"]:hover {
  background: rgba(255,255,255,.14);
}
.qspy-control-editor .qspy-capture-panel [id$="btnAgregarHoraEspecifica"] {
  border-color: var(--qspy-accent);
  background: var(--qspy-accent);
}
.qspy-control-editor .qspy-capture-panel [id$="btnAgregarHoraEspecifica"]:hover {
  border-color: var(--qspy-accent-h);
  background: var(--qspy-accent-h);
}
.qspy-control-editor .qspy-capture-panel [id$="panelGrid3"],
.qspy-control-editor .qspy-capture-panel [id$="panelGrid3"] > tbody { display: block; }
.qspy-control-editor .qspy-capture-panel [id$="panelGrid3"] > tbody > tr {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 7px 10px;
  padding: 0;
}
.qspy-control-editor .qspy-capture-panel [id$="panelGrid3"] .colLabel {
  grid-column: 1 / -1;
  width: auto;
  padding: 0;
}
.qspy-control-editor .qspy-capture-panel [id$="panelGrid3"] .colCampo {
  grid-column: 1;
  padding: 0;
}
.qspy-control-editor .qspy-capture-panel [id$="panelGrid3"] .outputTexto {
  display: none;
}
.qspy-control-editor .qspy-capture-panel [id$="panelGrid3"] .colLabel {
  display: none;
}
.qspy-control-editor .qspy-capture-panel [id$="panelGrid3"] .colCampo {
  grid-column: 1 / -1;
  width: auto;
}
.qspy-control-editor .qspy-capture-panel [id$="panelGrid3"] .formMessage {
  grid-column: 1 / -1;
  padding: 0;
}

.qspy-control-editor .qspy-control-form > .qspy-table-section {
  margin: 0;
  padding-top: 22px;
}
.qspy-control-editor .qspy-control-form > .qspy-table-section .table-responsive {
  overflow-x: auto;
  border-radius: 0;
  -webkit-overflow-scrolling: touch;
}
.qspy-control-editor .qspy-control-form > .qspy-table-section .qspy-section-head .btn {
  min-width: 0;
  height: 36px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  font-size: 11.5px;
}
.qspy-control-editor .qspy-control-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 0;
  padding: 16px 2px;
  background: #ffffff;
}
.qspy-control-editor .qspy-control-actions .btn {
  min-width: 138px;
  height: 40px;
  margin: 0 !important;
  font-size: 12px;
  letter-spacing: .07em;
}

.qspy-control-editor.qspy-modal-open { overflow: hidden; }
.qspy-control-editor .qspy-modal-frame,
.qspy-control-editor .qspy-modal-backdrop {
  position: fixed !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
}
.qspy-control-editor .qspy-modal-frame {
  border: 0 !important;
  background: #1c2132 !important;
  opacity: .58 !important;
}
.qspy-control-editor .qspy-modal-backdrop { background: transparent !important; }
.qspy-control-editor .qspy-control-modal {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  width: calc(100vw - 32px) !important;
  max-width: 600px;
  max-height: 88vh;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15,20,35,.42);
  animation: qspyIn .16s ease-out;
}
.qspy-control-editor .qspy-control-modal > table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.qspy-control-editor .qspy-control-modal > table > tbody > tr:first-child > .icePnlPopHdr:first-child {
  position: relative;
  width: 100%;
}
.qspy-control-editor .qspy-control-modal .icePnlPopHdr {
  height: 54px;
  padding: 0 58px 0 22px;
  background: var(--qspy-control-dark);
  vertical-align: middle;
}
.qspy-control-editor .qspy-control-modal .icePnlPopHdr > .icePnlGrd,
.qspy-control-editor .qspy-control-modal .icePnlPopHdr > .icePnlGrd .iceOutTxt {
  width: 100%;
  margin: 0;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.35;
}
.qspy-control-editor .qspy-modal-close {
  position: absolute;
  top: 50%;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(255,255,255,.82);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.qspy-control-editor .qspy-modal-close:hover { background: rgba(255,255,255,.12); color: #ffffff; }
.qspy-control-editor .qspy-modal-close:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.qspy-control-editor .qspy-control-modal > table > tbody > tr[id$="-tr"] { display: block; }
.qspy-control-editor .qspy-control-modal .icePnlPopBody {
  display: block;
  width: 100%;
  max-height: calc(88vh - 54px);
  padding: 18px 22px 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
  overscroll-behavior: contain;
}
.qspy-control-editor .qspy-control-modal .icePnlPopBody > .icePnlGrd,
.qspy-control-editor .qspy-control-modal .qspy-modal-body { width: 100%; }
.qspy-control-editor .qspy-control-modal .qspy-modal-scroll {
  max-height: min(340px, 48vh);
  overflow-y: auto;
  border: 1px solid #e1e5ed;
  border-radius: 7px;
  -webkit-overflow-scrolling: touch;
}
.qspy-control-editor .qspy-modal-selection {
  padding: 9px 12px;
  border-bottom: 1px solid #e7eaf0;
  background: #f7f8fb;
  color: #737b90;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: none;
}
.qspy-control-editor .qspy-modal-paginator {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  color: #737b90;
}
.qspy-control-editor .qspy-modal-paginator a,
.qspy-control-editor .qspy-modal-paginator span { margin: 0 3px; }
.qspy-control-editor .qspy-modal-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 18px -22px 0 !important;
  padding: 14px 22px;
  border-top: 1px solid #e7eaf0;
  background: #f7f8fb;
}
.qspy-control-editor .qspy-modal-actions .btn {
  min-width: 128px;
  height: 40px;
  margin: 0 !important;
  font-size: 12px;
}
.qspy-control-editor .qspy-modal-actions [id*="btnCancelarPopup"] {
  border: 1.5px solid #c9cfda;
  background: #ffffff;
  color: #4b5470;
}
.qspy-control-editor .qspy-modal-actions [id*="btnAceptarPopup"] {
  border: 1px solid var(--qspy-accent);
  background: var(--qspy-accent);
  color: #ffffff;
}
.qspy-control-editor .qspy-modal-actions [id*="btnAceptarPopup"]:hover {
  border-color: var(--qspy-accent-h);
  background: var(--qspy-accent-h);
}
.qspy-control-editor .qspy-modal-actions .btn:focus,
.qspy-control-editor .qspy-control-modal input:focus,
.qspy-control-editor .qspy-control-modal select:focus {
  outline: 2px solid rgba(16,89,255,.35);
  outline-offset: 2px;
}
.qspy-control-editor .qspy-control-modal-form .pnlGrdForm td { padding-top: 8px; padding-bottom: 8px; }
.qspy-control-editor .qspy-control-modal-form .pnlGrdForm .colLabelPop {
  padding-right: 18px;
  color: #737b90;
}

@media (max-width: 991.98px) {
  .qspy-control-editor .qspy-control-container {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .qspy-control-editor .qspy-control-form > .qspy-table-section table.table { min-width: 680px; }
}

@media (max-width: 767.98px) {
  .qspy-control-editor .qspy-control-container {
    padding: 22px 18px 36px !important;
  }
  .qspy-control-editor .qspy-control-container > .row.mb-4 { margin-bottom: 18px !important; }
  .qspy-control-editor .qspy-control-form { gap: 18px; }
  .qspy-control-editor .qspy-capture-panel > .card-body { padding: 20px !important; }
  .qspy-control-editor .qspy-control-form > .qspy-table-section { padding-top: 18px; }
  .qspy-control-editor .qspy-section-head { align-items: stretch; }
  .qspy-control-editor .qspy-section-head .btn { margin-left: auto; }
  .qspy-control-editor .qspy-control-modal { width: calc(100vw - 24px) !important; max-height: 92vh; }
  .qspy-control-editor .qspy-control-modal .icePnlPopBody { max-height: calc(92vh - 54px); padding: 16px 16px 0; }
  .qspy-control-editor .qspy-modal-actions { margin-left: -16px !important; margin-right: -16px !important; padding: 12px 16px; }
  .qspy-control-editor .qspy-control-modal-form .pnlGrdForm,
  .qspy-control-editor .qspy-control-modal-form .pnlGrdForm > tbody { display: block; width: 100%; }
  .qspy-control-editor .qspy-control-modal-form .pnlGrdForm tr { display: grid; grid-template-columns: minmax(0, 1fr); }
  .qspy-control-editor .qspy-control-modal-form .pnlGrdForm td { display: block; width: auto; padding: 4px 0; }
  .qspy-control-editor .qspy-control-modal-form .pnlGrdForm .colLabelPop { padding-top: 10px; padding-right: 0; }
}

@media (max-width: 575.98px) {
  .qspy-control-editor .qspy-control-form { gap: 16px; }
  .qspy-control-editor .qspy-form-panel { border-radius: 8px; }
  .qspy-control-editor .qspy-control-actions { position: static; display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .qspy-control-editor .qspy-control-actions .btn { min-width: 0; width: 100%; }
  .qspy-control-editor .qspy-modal-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .qspy-control-editor .qspy-modal-actions .btn { min-width: 0; width: 100%; padding-left: 10px !important; padding-right: 10px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .qspy-control-editor .qspy-control-modal { animation: none; }
}

.qspy-control-editor .qspy-schedule-card {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.qspy-control-editor .qspy-schedule-section {
  position: relative;
  padding: 16px 0 16px 190px;
}
.qspy-control-editor .qspy-schedule-empty {
  display: block;
  margin-top: 10px;
  color: #c3cade;
  font-size: 12.5px;
  font-style: italic;
}
.qspy-control-editor .qspy-schedule-title,
.qspy-control-editor .qspy-time-label,
.qspy-control-editor .qspy-range-label {
  display: block;
  margin-bottom: 10px;
  color: #e6e9f3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.35;
}
.qspy-control-editor .qspy-check-line {
  display: flex;
  align-items: center;
  min-height: 26px;
  gap: 10px;
  color: #eef0f7;
  font-size: 13px;
  text-transform: uppercase;
}
.qspy-control-editor .qspy-check-line > input[type="checkbox"] {
  flex: 0 0 18px;
  margin: 0;
}
.qspy-control-editor .qspy-check-line > .iceOutTxt { line-height: 1.35; }
.qspy-control-editor .qspy-check-line [id$="btnSelecionarFrecuencia"] { margin-left: auto; }
.qspy-control-editor .qspy-selected-weeks {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #eef0f7;
  font-size: 13px;
}
.qspy-control-editor .qspy-selected-weeks-title {
  color: #dfe3ef;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
}
.qspy-control-editor .qspy-days-wrap,
.qspy-control-editor .qspy-daily-content,
.qspy-control-editor .qspy-time-wrap,
.qspy-control-editor .qspy-time-builder { display: block; }
.qspy-control-editor .qspy-days-wrap { margin-top: 14px; }
.qspy-control-editor .qspy-chip-days {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.qspy-control-editor .qspy-day-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  min-height: 38px;
  padding: 8px 13px;
  overflow: hidden;
  border: 1.5px solid rgba(255,255,255,.54);
  border-radius: 999px;
  color: #f2f4f9;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
}
.qspy-control-editor .qspy-day-chip input[type="checkbox"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.qspy-control-editor .qspy-day-chip.is-selected,
.qspy-control-editor .qspy-day-chip:has(input:checked) {
  border-color: transparent;
  background: #ffffff;
  color: var(--qspy-ink);
}
.qspy-control-editor .qspy-day-chip.is-selected .iceOutTxt,
.qspy-control-editor .qspy-day-chip:has(input:checked) .iceOutTxt { color: var(--qspy-ink); }
.qspy-control-editor .qspy-day-chip:focus-within {
  outline: 3px solid rgba(130,171,255,.72);
  outline-offset: 2px;
}
.qspy-control-editor .qspy-inline-field {
  display: grid;
  grid-template-columns: minmax(180px, auto) minmax(90px, 150px) minmax(0, 1fr);
  align-items: center;
  gap: 8px 12px;
  margin-top: 14px;
  color: #eef0f7;
  font-size: 13px;
}
.qspy-control-editor .qspy-inline-field input[type="text"] {
  width: 100%;
  padding: 0 10px;
}
.qspy-control-editor .qspy-time-wrap { margin-top: 14px; }
.qspy-control-editor .qspy-time-builder {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  justify-content: start;
  gap: 10px;
}
.qspy-control-editor .qspy-time-entry { display: block; }
.qspy-control-editor .qspy-time-label {
  margin-bottom: 6px;
  font-size: 11px;
}
.qspy-control-editor .qspy-time-selects {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.qspy-control-editor .qspy-time-selects select {
  width: 62px;
  height: 38px;
  padding: 0 7px;
}
.qspy-control-editor .qspy-time-selects .iceOutTxt {
  color: #dfe3ef;
  font-weight: 700;
}
.qspy-control-editor .qspy-time-builder [id$="btnAgregarHoraEspecifica"] {
  height: 38px;
  margin: 0;
}
.qspy-control-editor .qspy-time-chips {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 34px;
  margin-top: 4px;
}
.qspy-control-editor table.qspy-chip-times,
.qspy-control-editor table.qspy-chip-times tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: auto !important;
}
.qspy-control-editor table.qspy-chip-times thead,
.qspy-control-editor table.qspy-chip-times tr.qspy-empty-time-row { display: none; }
.qspy-control-editor table.qspy-chip-times tbody tr {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #c9cfda;
  border-radius: 999px;
  background: #ffffff;
  color: var(--qspy-ink);
}
.qspy-control-editor table.qspy-chip-times tbody td {
  padding: 6px 4px 6px 13px;
  border: 0;
  color: var(--qspy-ink);
  font-size: 13px;
  font-weight: 600;
}
.qspy-control-editor table.qspy-chip-times tbody td + td { padding: 4px 7px 4px 5px; }
.qspy-control-editor table.qspy-chip-times a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eef0f4;
  color: #737b90;
}
.qspy-control-editor table.qspy-chip-times .material-icons { font-size: 15px; }
.qspy-control-editor .qspy-times-empty {
  align-self: center;
  padding: 7px 0;
  color: #c3cade;
  font-size: 12px;
}
.qspy-control-editor .qspy-range-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: none;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}
.qspy-control-editor .qspy-range-label { margin-bottom: 8px; }
.qspy-control-editor .qspy-range-entry {
  display: flex;
  align-items: center;
  gap: 10px;
}
.qspy-control-editor .qspy-range-entry input { width: 120px; }
.qspy-control-editor .qspy-range-entry .iceOutTxt { color: #dfe3ef; font-size: 13px; }

@media (max-width: 767.98px) {
  .qspy-control-editor .qspy-inline-field { grid-template-columns: minmax(0, 1fr) 110px; }
  .qspy-control-editor .qspy-inline-field .formMessage { grid-column: 1 / -1; }
}
@media (max-width: 575.98px) {
  .qspy-control-editor .qspy-check-line { align-items: flex-start; flex-wrap: wrap; }
  .qspy-control-editor .qspy-check-line [id$="btnSelecionarFrecuencia"] { margin: 4px 0 0 28px; }
  .qspy-control-editor .qspy-inline-field { grid-template-columns: minmax(0, 1fr); }
  .qspy-control-editor .qspy-time-builder { grid-template-columns: minmax(0, 1fr); }
  .qspy-control-editor .qspy-time-builder [id$="btnAgregarHoraEspecifica"] { justify-self: start; }
  .qspy-control-editor .qspy-time-chips { grid-column: 1; }
  .qspy-control-editor .qspy-range-card { padding: 16px; }
}

.qspy-control-editor table.qspy-schedule-card,
.qspy-control-editor table.qspy-schedule-card > tbody,
.qspy-control-editor table.qspy-schedule-card > tbody > tr,
.qspy-control-editor table.qspy-schedule-card > tbody > tr > td {
  display: block;
  width: 100%;
}
.qspy-control-editor table.qspy-schedule-card {
  padding: 0;
  border-collapse: separate;
}
.qspy-control-editor table.qspy-schedule-card > tbody > tr > td { padding: 0; }
.qspy-control-editor table.qspy-schedule-card > tbody > tr > td > fieldset.qspy-schedule-section {
  margin: 0;
  padding: 16px 0 16px 190px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.qspy-control-editor table.qspy-schedule-card > tbody > tr + tr > td > fieldset.qspy-schedule-section {
  border-top: 1px solid rgba(255,255,255,.22);
}
.qspy-control-editor table.qspy-schedule-card fieldset.qspy-schedule-section > legend {
  position: absolute;
  top: 22px;
  left: 0;
  width: 170px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.qspy-control-editor table.qspy-check-line,
.qspy-control-editor table.qspy-check-line > tbody,
.qspy-control-editor table.qspy-check-line > tbody > tr {
  display: flex;
  align-items: center;
  width: 100%;
}
.qspy-control-editor table.qspy-check-line td { display: block; padding: 0; }
.qspy-control-editor table.qspy-check-line td:first-child { flex: 0 0 28px; }
.qspy-control-editor table.qspy-check-line td:nth-child(2) { flex: 1 1 auto; }
.qspy-control-editor table.qspy-check-line td:nth-child(3) { flex: 0 0 auto; }
.qspy-control-editor table.qspy-selected-weeks,
.qspy-control-editor table.qspy-selected-weeks > tbody,
.qspy-control-editor table.qspy-selected-weeks > tbody > tr,
.qspy-control-editor table.qspy-selected-weeks > tbody > tr > td { display: block; width: 100%; }
.qspy-control-editor table.qspy-selected-weeks fieldset { padding: 10px 12px; }
.qspy-control-editor table.qspy-days-wrap,
.qspy-control-editor table.qspy-days-wrap > tbody,
.qspy-control-editor table.qspy-days-wrap > tbody > tr,
.qspy-control-editor table.qspy-days-wrap > tbody > tr > td { display: block; width: 100%; }
.qspy-control-editor table.qspy-chip-days { display: table; }
.qspy-control-editor table.qspy-chip-days table.qspy-day-chip { display: table; }
.qspy-control-editor table.qspy-chip-days table.qspy-day-chip.is-selected {
  border-color: transparent;
  background: #ffffff;
}
.qspy-control-editor table.qspy-chip-days table.qspy-day-chip.is-selected span { color: var(--qspy-ink); }
.qspy-control-editor table.qspy-time-wrap,
.qspy-control-editor table.qspy-time-stage,
.qspy-control-editor table.qspy-time-wrap > tbody,
.qspy-control-editor table.qspy-time-stage > tbody,
.qspy-control-editor table.qspy-time-wrap > tbody > tr,
.qspy-control-editor table.qspy-time-stage > tbody > tr,
.qspy-control-editor table.qspy-time-wrap > tbody > tr > td,
.qspy-control-editor table.qspy-time-stage > tbody > tr > td { display: block; width: 100%; }
.qspy-control-editor table.qspy-time-builder { display: block; width: 100%; }
.qspy-control-editor table.qspy-time-builder > tbody { display: block; }
.qspy-control-editor table.qspy-time-builder > tbody > tr {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: end;
  justify-content: start;
  gap: 7px 10px;
}
.qspy-control-editor table.qspy-time-builder > tbody > tr > td { display: block; padding: 0; }
.qspy-control-editor table.qspy-time-builder > tbody > tr > td:first-child {
  grid-column: 1 / -1;
  color: #dfe3ef;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}
.qspy-control-editor table.qspy-time-builder > tbody > tr > td:nth-child(4) {
  grid-column: 1 / -1;
  margin-top: 4px;
}
.qspy-control-editor table.qspy-time-selects { display: table; }
.qspy-control-editor table.qspy-time-selects > tbody > tr { display: flex; align-items: center; gap: 6px; }
.qspy-control-editor table.qspy-time-selects td { display: block; padding: 0; }
.qspy-control-editor table.qspy-range-card,
.qspy-control-editor table.qspy-range-card > tbody { display: block; width: 100%; }
.qspy-control-editor table.qspy-range-card > tbody > tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px 10px;
}

@media (max-width: 575.98px) {
  .qspy-control-editor table.qspy-time-builder > tbody > tr { grid-template-columns: minmax(0, 1fr); }
  .qspy-control-editor table.qspy-time-builder > tbody > tr > td:first-child,
  .qspy-control-editor table.qspy-time-builder > tbody > tr > td:nth-child(4) { grid-column: 1; }
}

.qspy-control-editor .qspy-control-query > table.gridCuerpo,
.qspy-control-editor .qspy-control-query > table.gridCuerpo > tbody,
.qspy-control-editor .qspy-control-query > table.gridCuerpo > tbody > tr,
.qspy-control-editor .qspy-control-query > table.gridCuerpo > tbody > tr > td {
  display: block;
  width: 100%;
}
.qspy-control-editor .qspy-control-query > table.gridCuerpo > tbody > tr > td > fieldset > legend {
  display: none;
}
.qspy-control-editor .qspy-control-query .pnlGrdForm,
.qspy-control-editor .qspy-control-query .pnlGrdForm > tbody {
  display: block;
  width: 100%;
}
.qspy-control-editor .qspy-control-query .pnlGrdForm > tbody > tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  row-gap: 7px;
  width: 100%;
}
.qspy-control-editor .qspy-control-query .pnlGrdForm > tbody > tr > td {
  display: block;
  width: auto;
  min-width: 0;
  padding: 0;
}
.qspy-control-editor .qspy-control-query .pnlGrdForm .colLabel {
  color: #dfe3ef;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .08em;
}
.qspy-control-editor .qspy-control-query .pnlGrdForm .colCampo,
.qspy-control-editor .qspy-control-query .pnlGrdForm .formMessage {
  grid-column: 1 !important;
}
.qspy-control-editor .qspy-control-query .pnlGrdForm .colCampo {
  width: 100% !important;
}
.qspy-control-editor .qspy-control-query .pnlGrdForm select {
  width: 100% !important;
  max-width: none;
}

.qspy-control-editor table.qspy-chip-days,
.qspy-control-editor table.qspy-chip-days > tbody,
.qspy-control-editor table.qspy-chip-days > tbody > tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.qspy-control-editor table.qspy-chip-days > tbody > tr > td {
  display: block;
  padding: 0;
}
.qspy-control-editor table.qspy-chip-days table.qspy-day-chip {
  display: inline-flex;
  width: auto;
}
.qspy-control-editor table.qspy-day-chip > tbody,
.qspy-control-editor table.qspy-day-chip > tbody > tr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.qspy-control-editor table.qspy-day-chip td {
  display: block;
  padding: 0;
}

@media (max-width: 767.98px) {
  .qspy-control-editor .qspy-control-query .pnlGrdForm > tbody > tr {
    grid-template-columns: minmax(0, 1fr);
  }
  .qspy-control-editor .qspy-control-query .pnlGrdForm .colCampo,
  .qspy-control-editor .qspy-control-query .pnlGrdForm .formMessage {
    grid-column: 1 !important;
  }
}

.qspy-control-editor table.qspy-range-card > tbody > tr > td.colLabel {
  grid-column: 1 / -1 !important;
  width: auto;
}
.qspy-control-editor table.qspy-range-card > tbody > tr > td.colCampo {
  grid-column: 1 !important;
  width: auto;
}
.qspy-control-editor table.qspy-range-card > tbody > tr > td.outputTexto {
  display: none;
}
.qspy-control-editor table.qspy-range-card > tbody > tr > td.formMessage {
  grid-column: 1 / -1 !important;
  width: auto;
}

.qspy-control-editor .qspy-range-card .input-group > .form-control {
  flex: 1 1 auto;
  width: 1% !important;
  min-width: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.qspy-control-editor .qspy-capture-panel table.qspy-seg td { position: relative; }
.qspy-control-editor .qspy-capture-panel table.qspy-seg input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.qspy-control-editor .qspy-capture-panel table.qspy-seg label { cursor: pointer; position: relative; }
.qspy-control-editor .qspy-capture-panel table.qspy-seg td:has(input:focus-visible) {
  outline: 3px solid rgba(16,89,255,.38);
  outline-offset: 2px;
}

.qspy-control-editor .qspy-control-block:not(:has(input, select, textarea, .btn, table.qspy-seg)) {
  display: none;
}

.qspy-control-editor .qspy-capture-panel table.qspy-seg {
  border-radius: 10px;
}
.qspy-control-editor .qspy-control-type table.qspy-seg { max-width: none; }
.qspy-control-editor .qspy-capture-panel table.qspy-seg td {
  flex: 1 1 0;
  display: flex;
  align-items: stretch;
  padding: 0 !important;
  line-height: 0;
}
.qspy-control-editor .qspy-capture-panel table.qspy-seg > tbody > tr { align-items: center; }
.qspy-control-editor .qspy-capture-panel table.qspy-seg label {
  height: 32px;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .05em;
  white-space: nowrap;
  border-radius: 7px;
  hyphens: none;
}

@media (max-width: 900px) {
  .qspy-control-editor .qspy-schedule-section,
  .qspy-control-editor table.qspy-schedule-card > tbody > tr > td > fieldset.qspy-schedule-section {
    padding-left: 0;
  }
  .qspy-control-editor table.qspy-schedule-card fieldset.qspy-schedule-section > legend {
    position: static;
    width: auto;
    margin-bottom: 8px;
  }
}

.qspy-control-editor table.qspy-chip-times a {
  width: 22px;
  height: 22px;
  background: #e6e9f1;
  color: #5a6178;
}
.qspy-control-editor table.qspy-chip-times a:hover {
  background: #d6dae6;
  color: var(--qspy-ink);
}

.qspy-control-editor table.qspy-chip-times {
  display: table !important;
  width: auto !important;
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 0 4px;
}
.qspy-control-editor table.qspy-chip-times > tbody { display: table-row-group !important; }
.qspy-control-editor table.qspy-chip-times > tbody > tr {
  display: table-row !important;
  border-color: #ffffff;
  background: #ffffff;
}
.qspy-control-editor table.qspy-chip-times > tbody > tr > td {
  display: table-cell !important;
  padding: 7px 10px;
  background: #ffffff;
  color: var(--qspy-ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  vertical-align: middle;
}
.qspy-control-editor table.qspy-chip-times > tbody > tr > td:first-child {
  min-width: 74px;
  padding-left: 14px;
  border-radius: 999px 0 0 999px;
}
.qspy-control-editor table.qspy-chip-times > tbody > tr > td:last-child {
  padding-right: 8px;
  border-radius: 0 999px 999px 0;
}

.qspy-control-editor table.qspy-chip-times td .iceOutTxt,
.qspy-control-editor table.qspy-chip-times td span {
  color: var(--qspy-ink) !important;
  font-size: 14px;
  font-weight: 700;
}
.qspy-control-editor table.qspy-chip-times td a .material-icons { color: #5a6178; }

.qspy-control-editor .qspy-check-label {
  margin: 0;
  white-space: nowrap;
  color: #eef0f7;
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .03em;
  cursor: pointer;
}
.qspy-control-editor .qspy-check-line:has(input:disabled) .qspy-check-label {
  color: #b9bfd2;
  cursor: not-allowed;
}
.qspy-control-editor .qspy-check-line input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.qspy-op-detalle-control #popupObsItem table.qspy-popup-actions,
.qspy-op-detalle-control #popupObsItem table.qspy-popup-actions > tbody,
.qspy-op-detalle-control #popupObsItem table.qspy-popup-actions > tbody > tr,
.qspy-op-detalle-control #popupObsItem table.qspy-popup-actions > tbody > tr > td,
.qspy-op-detalle-control #popupObsItem .qspy-popup-actions-inner {
    width: 100% !important;
}

.qspy-op-detalle-control #popupObsItem table.qspy-popup-actions {
    display: table !important;
    table-layout: fixed;
}

.qspy-op-detalle-control #popupObsItem table.qspy-popup-actions > tbody {
    display: table-row-group !important;
}

.qspy-op-detalle-control #popupObsItem table.qspy-popup-actions > tbody > tr {
    display: table-row !important;
}

.qspy-op-detalle-control #popupObsItem table.qspy-popup-actions > tbody > tr > td {
    display: table-cell !important;
    padding: 14px !important;
    box-sizing: border-box;
}

.qspy-op-detalle-control #popupObsItem .qspy-popup-actions-inner {
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
}

.qspy-op-formulario-control [id$="panelGrid10Popup"] > tbody > tr {
  display: grid;
  grid-template-columns: 150px minmax(280px, 1fr);
  column-gap: 26px;
  align-items: center;
}

.qspy-popup-label{
    color: #25345f !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
  padding-right: 20px;
}

.qspy-op-formulario-control [id$="panelGrid10Popup"] .colLabelPop {
  padding-right: 8px;
  color: #25345f;
  font-weight: 600;
  white-space: nowrap;
}

.qspy-op-formulario-control [id$="labelObsPopup"] {
  color: #25345f !important;
  font-weight: 600 !important;
  white-space: nowrap;
}

.qspy-op-formulario-control [id$="inputTextObservacionPopup"] {
  width: 100% !important;
  max-width: 100% !important;
}

.qspy-op-etapas-descontrol .qspy-op-etapas-arrow {
  color: #565d7c;
}

.qspy-op-ejecutar-etapa .qspy-op-descontrol-info {
  margin-top: 20px;
  width: 100%;
  table-layout: fixed;
}

.qspy-op-ejecutar-etapa .qspy-op-descontrol-info > tbody > tr {
  display: grid;
  grid-template-columns: 230px minmax(320px, 1fr);
  column-gap: 28px;
  row-gap: 8px;
  align-items: start;
}

.qspy-op-ejecutar-etapa .qspy-op-descontrol-info > tbody > tr > .colLabelDescontrol {
  width: auto !important;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.qspy-op-ejecutar-etapa .qspy-op-descontrol-info > tbody > tr > .colLabelDescontrol::after {
  content: ":";
  margin-left: 2px;
  font-weight: 700;
}

.qspy-op-ejecutar-etapa .qspy-op-descontrol-info > tbody > tr > .colDetalleDescontrol {
  width: auto !important;
  color: #ffffff;
}

.qspy-op-ejecutar-etapa .qspy-op-descontrol-info > tbody > tr > .colDetalleDescontrol,
.qspy-op-ejecutar-etapa .qspy-op-descontrol-info > tbody > tr > .colDetalleDescontrol span,
.qspy-op-ejecutar-etapa .qspy-op-descontrol-info > tbody > tr > .colDetalleDescontrol div {
  font-size: 14px;
  line-height: 1.35;
  color: #ffffff;
}

.qspy-op-ejecutar-etapa .qspy-op-descontrol-info #btnVerDetalleControl,
.qspy-op-ejecutar-etapa .qspy-op-descontrol-info #btnVerDetalleControl.linkVolver,
.qspy-op-ejecutar-etapa .qspy-op-descontrol-info .colDetalleDescontrol #btnVerDetalleControl,
.qspy-op-ejecutar-etapa .qspy-op-descontrol-info .colDetalleDescontrol .linkVolver {
  margin-left: 14px;
  color: #c9d6ff !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.qspy-op-ejecutar-etapa .qspy-op-descontrol-info #btnVerDetalleControl:hover,
.qspy-op-ejecutar-etapa .qspy-op-descontrol-info #btnVerDetalleControl:focus,
.qspy-op-ejecutar-etapa .qspy-op-descontrol-info #btnVerDetalleControl.linkVolver:hover,
.qspy-op-ejecutar-etapa .qspy-op-descontrol-info #btnVerDetalleControl.linkVolver:focus,
.qspy-op-ejecutar-etapa .qspy-op-descontrol-info .colDetalleDescontrol .linkVolver:hover,
.qspy-op-ejecutar-etapa .qspy-op-descontrol-info .colDetalleDescontrol .linkVolver:focus {
  color: #eef3ff !important;
  text-decoration: underline !important;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-det-head {
  margin: 16px 0 12px;
}

.qspy-op-ejecutar-etapa [id$="textHeader2"] {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.28);
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-history-card {
  margin-top: 38px !important;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-card {
  margin-top: 26px !important;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-card {
  display: block;
  margin-bottom: 24px;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-det-head > tbody > tr {
  display: grid;
  row-gap: 4px;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-det-head .colLabelHeader,
.qspy-op-ejecutar-etapa .qspy-op-etapa-det-head .iceOutTxt {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .03em;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-det-body {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 24px;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-det-body > tbody > tr {
  display: grid;
  grid-template-columns: 230px minmax(320px, 1fr);
  column-gap: 28px;
  row-gap: 4px;
  align-items: start;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-det-body > tbody > tr > .colLabelAtr {
  width: auto !important;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-det-body > tbody > tr > .colLabelAtr::after {
  content: ":";
  margin-left: 2px;
  font-weight: 700;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-det-body > tbody > tr > .colComponentAtr {
  width: auto !important;
  color: #ffffff;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-det-body > tbody > tr > .colComponentAtr,
.qspy-op-ejecutar-etapa .qspy-op-etapa-det-body > tbody > tr > .colComponentAtr span {
  font-size: 14px;
  line-height: 1.35;
  color: #ffffff;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-det-rechazo {
  margin-top: 4px;
}

.qspy-op-ejecutar-etapa [id$="panelSeriesEtapas"] .filaFinal {
  display: none;
}

.qspy-op-ejecutar-etapa [id$="panelSeriesEtapas"] br {
  display: none;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10px;
}

.qspy-op-ejecutar-etapa #tituloFormulario,
.qspy-op-ejecutar-etapa h3.color-secondary-blue {
  color: #ffffff !important;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.28);
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row > tbody > tr {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 8px;
  align-items: start;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row > tbody > tr > .colLabel {
  width: auto !important;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row > tbody > tr > .colCampo {
  width: 100% !important;
  color: #ffffff;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrTexto,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrNumerico,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrFecha,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .form-control,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row input[type="text"],
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row textarea,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row select {
  width: 100% !important;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .09) !important;
  color: #ffffff !important;
  padding: 10px 14px;
  box-sizing: border-box;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row textarea,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .form-control[rows] {
  min-height: 92px;
  resize: vertical;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrTexto:hover,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrNumerico:hover,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrFecha:hover,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .form-control:hover,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row input[type="text"]:hover,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row textarea:hover,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row select:hover {
  background: rgba(255, 255, 255, .13) !important;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrTexto:focus,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrNumerico:focus,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrFecha:focus,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .form-control:focus,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row input[type="text"]:focus,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row textarea:focus,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row select:focus {
  outline: none;
  background: rgba(255, 255, 255, .16) !important;
  border-color: rgba(255, 255, 255, .34) !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .08) !important;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrMultiseleccionable,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrMultiseleccionable table,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrMultiseleccionable tbody,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrMultiseleccionable tr,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrMultiseleccionable td,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrMultiseleccionable label,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrMultiseleccionable span {
  color: #ffffff !important;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrMultiseleccionable,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrMultiseleccionable tbody,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrMultiseleccionable tr,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrMultiseleccionable td {
  display: block;
  width: 100%;
  text-align: left !important;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrMultiseleccionable tr {
  margin-bottom: 10px;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrMultiseleccionable input[type="checkbox"] {
  margin-right: 8px;
  vertical-align: middle;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrMultiseleccionable label,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrMultiseleccionable span {
  margin-left: 4px;
  vertical-align: middle;
}

.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(12, 18, 40, 0.35) !important;
}

.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo .icePnlPopHdr {
  background: #565d7c !important;
  color: #ffffff !important;
  padding: 18px 22px !important;
  letter-spacing: .08em;
}

.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo .icePnlPopHdr .icePnlGrd {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo .icePnlPopBody {
  background: #f5f7fc !important;
  padding: 24px 22px 22px !important;
}

.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo [id$="panelGrid3RechazoNuevo"],
.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo [id$="panelGrid13RechazoNuevo"] {
  width: 100%;
  font-size: 1rem !important;
}

.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo [id$="panelGrid3RechazoNuevo"] > tbody > tr,
.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo [id$="panelGrid13RechazoNuevo"] > tbody > tr {
  display: grid;
  grid-template-columns: 170px minmax(280px, 1fr);
  column-gap: 18px;
  align-items: center;
}

.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo .colLabelPop {
  color: #25345f;
  font-weight: 600;
  font-family: inherit;
  font-size: 16px !important;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.25;
  white-space: nowrap;
}

.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo .qspy-popup-label,
.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo .qspy-popup-label.iceOutTxt,
.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo .qspy-popup-label span {
  color: #25345f !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo textarea,
.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo input[type="text"] {
  width: 100% !important;
  min-width: 0;
  background: #ffffff;
  color: #1f2940;
  border: 1px solid #d8dfef;
  border-radius: 12px;
  padding: 14px 16px;
  box-sizing: border-box;
}

.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo textarea {
  min-height: 110px;
  resize: vertical;
}

.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo textarea:focus,
.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo input[type="text"]:focus {
  outline: none;
  border-color: #2f63ff;
  box-shadow: 0 0 0 3px rgba(47, 99, 255, 0.18);
}

.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo .qspy-popup-actions,
.qspy-op-ejecutar-etapa #panelPopupRechazoNuevo .text-right {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .form-control,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrTexto,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrNumerico,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .formInput,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row select,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row input[type="text"],
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row textarea {
  width: 100% !important;
  max-width: none;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.09) !important;
  color: #ffffff !important;
  box-sizing: border-box;
  box-shadow: none;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row textarea {
  min-height: 110px;
  resize: vertical;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .form-control::placeholder,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrTexto::placeholder,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrNumerico::placeholder,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row textarea::placeholder,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row input[type="text"]::placeholder {
  color: rgba(255,255,255,.7);
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .form-control:hover,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrTexto:hover,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrNumerico:hover,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .formInput:hover,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row select:hover,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row input[type="text"]:hover,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row textarea:hover {
  border-color: rgba(255,255,255,.34) !important;
  background: rgba(255,255,255,.13) !important;
}

.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .form-control:focus,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrTexto:focus,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .compAtrNumerico:focus,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row .formInput:focus,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row select:focus,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row input[type="text"]:focus,
.qspy-op-ejecutar-etapa .qspy-op-etapa-form-row textarea:focus {
  outline: none;
  border-color: rgba(255,255,255,.34) !important;
  background: rgba(255,255,255,.16) !important;
  box-shadow: 0 0 0 3px rgba(255,255,255,.08) !important;
}

.qspy-op-lista-controles-para-ejecutar [id$="selectInputDate1"].iceSelInpDate,
.qspy-op-lista-controles-para-ejecutar [id*="selectInputDate1"].iceSelInpDate {
  display: inline-flex;
  align-items: center;
  background: transparent !important;
}

.qspy-op-lista-controles-para-ejecutar input[id*="selectInputDate1"].iceSelInpDateInput,
.qspy-op-lista-controles-para-ejecutar [id$="selectInputDate1"] .iceSelInpDateInput,
.qspy-op-lista-controles-para-ejecutar [id*="selectInputDate1"] .iceSelInpDateInput {
  width: 190px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 9px 14px !important;
  border: 1px solid #e6e9f2 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #1f2940 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
}

.qspy-op-lista-controles-para-ejecutar input[id*="selectInputDate1"].iceSelInpDateInput:focus,
.qspy-op-lista-controles-para-ejecutar [id$="selectInputDate1"] .iceSelInpDateInput:focus,
.qspy-op-lista-controles-para-ejecutar [id*="selectInputDate1"] .iceSelInpDateInput:focus {
  outline: none !important;
  border-color: #c9d6ff !important;
  box-shadow: 0 0 0 3px rgba(201,214,255,.22) !important;
}

.qspy-op-lista-controles-para-ejecutar [id*="selectInputDate1"] .iceSelInpDateOpenPopup,
.qspy-op-lista-controles-para-ejecutar [id*="selectInputDate1"] .iceSelInpDateClosePopup {
  margin-left: 8px;
  width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.qspy-op-lista-controles [id$="selectInputDate1"].iceSelInpDate,
.qspy-op-lista-controles [id*="selectInputDate1"].iceSelInpDate {
  background: transparent !important;
}

.qspy-op-lista-controles input[id*="selectInputDate1"].iceSelInpDateInput,
.qspy-op-lista-controles [id$="selectInputDate1"] .iceSelInpDateInput,
.qspy-op-lista-controles [id*="selectInputDate1"] .iceSelInpDateInput {
  width: 190px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 9px 14px !important;
  border: 1px solid #e6e9f2 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #1f2940 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
}

.qspy-op-lista-controles input[id*="selectInputDate1"].iceSelInpDateInput:focus,
.qspy-op-lista-controles [id$="selectInputDate1"] .iceSelInpDateInput:focus,
.qspy-op-lista-controles [id*="selectInputDate1"] .iceSelInpDateInput:focus {
  outline: none !important;
  border-color: #c9d6ff !important;
  box-shadow: 0 0 0 3px rgba(201,214,255,.22) !important;
}

.qspy-op-lista-controles input.btn-qspy,
.qspy-op-lista-controles .btn-qspy {
  transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

.qspy-op-lista-controles input.btn-qspy:hover,
.qspy-op-lista-controles .btn-qspy:hover,
.qspy-op-lista-controles input.btn-qspy:focus,
.qspy-op-lista-controles .btn-qspy:focus {
  background-color: #0048d9 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(16, 89, 255, .24) !important;
  transform: translateY(-1px);
}

.qspy-op-editar-control .qspy-op-edit-summary .form-group.row {
  display: grid !important;
  grid-template-columns: 230px minmax(260px, 1fr);
  column-gap: 34px;
  align-items: center;
  margin: 0 0 12px !important;
}

.qspy-op-editar-control .qspy-op-edit-summary .col-form-label {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
  color: #ffffff !important;
  white-space: nowrap;
}

.qspy-op-editar-control .qspy-op-edit-summary .col-form-label .h5 {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.25;
  letter-spacing: .45px;
}

.qspy-op-editar-control .qspy-op-edit-summary .col-form-label .h5::after {
  content: ":";
  margin-left: 2px;
}

.qspy-op-editar-control .qspy-op-edit-summary .col-xs-12.col-lg-8 {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.25;
  text-transform: uppercase;
}

.qspy-op-editar-control .qspy-op-edit-observation {
  width: 100%;
  table-layout: fixed;
  margin: 18px 0 20px;
}

.qspy-op-editar-control .qspy-op-edit-observation > tbody > tr {
  display: grid;
  grid-template-columns: 230px minmax(320px, 550px);
  column-gap: 28px;
  align-items: center;
}

.qspy-op-editar-control .qspy-op-edit-observation .labelVarCtx {
  width: auto !important;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.qspy-op-editar-control .qspy-op-edit-observation textarea,
.qspy-op-editar-control .qspy-op-edit-observation [id$="inputTextarea1"] {
  width: 100% !important;
  min-height: 94px;
  padding: 10px 14px;
  border: 1px solid #e6e9f2;
  border-radius: 8px;
  background: #ffffff;
  color: #1f2940;
  box-sizing: border-box;
}

.qspy-op-editar-control .qspy-op-wide-field-row {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 12px;
}

.qspy-op-editar-control .qspy-op-wide-field-row > tbody > tr {
  display: block !important;
}

.qspy-op-editar-control .qspy-op-wide-field-row > tbody > tr > .labelVarCtx,
.qspy-op-editar-control .qspy-op-wide-field-row > tbody > tr > .componentVarCtx,
.qspy-op-editar-control .qspy-op-wide-field-row > tbody > tr > .messageVarCtx {
  display: block;
  width: 100% !important;
}

.qspy-op-editar-control .qspy-op-wide-field-row > tbody > tr > .labelVarCtx {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.qspy-op-editar-control .qspy-op-wide-field-row > tbody > tr > .labelVarCtx::after {
  content: "";
}

.qspy-op-editar-control .qspy-op-wide-field-row input[type="text"],
.qspy-op-editar-control .qspy-op-wide-field-row textarea,
.qspy-op-editar-control .qspy-op-wide-field-row select {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid #e6e9f2;
  border-radius: 8px;
  background: #ffffff;
  color: #1f2940;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  box-shadow: none;
}

.qspy-op-editar-control .qspy-op-param-block,
.qspy-op-editar-control .qspy-op-checklist-block {
  width: 100%;
  table-layout: fixed;
  margin: 18px 0 0;
}

.qspy-op-editar-control .qspy-op-param-block > tbody > tr,
.qspy-op-editar-control .qspy-op-checklist-block > tbody > tr {
  display: block !important;
}

.qspy-op-editar-control .qspy-op-param-block > tbody > tr > td,
.qspy-op-editar-control .qspy-op-checklist-block > tbody > tr > td {
  display: block;
  width: 100% !important;
  padding: 0 !important;
}

.qspy-op-editar-control .qspy-op-param-block .labelParCon,
.qspy-op-editar-control .qspy-op-checklist-block .colLabelChecklist {
  margin-bottom: 10px;
  color: #ffffff !important;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.qspy-op-editar-control .qspy-op-param-body,
.qspy-op-editar-control .qspy-op-checklist-body {
  width: 100%;
  display: block;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.05);
  text-align: left !important;
}

.qspy-op-editar-control .qspy-op-param-row {
  width: 100%;
  display: block;
}

.qspy-op-editar-control .qspy-op-param-row > tbody > tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px minmax(0, 0);
  column-gap: 8px;
  align-items: center;
}

.qspy-op-editar-control .qspy-op-param-row > tbody > tr > td {
  padding: 0 10px 0 0;
  vertical-align: middle;
}

.qspy-op-editar-control .qspy-op-param-row > tbody > tr > td:first-child {
  width: 100% !important;
}

.qspy-op-editar-control .qspy-op-param-row .messageParCon {
  width: 0 !important;
  min-width: 0;
  overflow: hidden;
  padding: 0 !important;
}

.qspy-op-editar-control .qspy-op-param-row .inputTextParCon,
.qspy-op-editar-control .qspy-op-param-row input[type="text"] {
  width: 100% !important;
  min-width: 0;
  max-width: none;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  background: rgba(255,255,255,.12);
  color: #ffffff;
  box-sizing: border-box;
}

.qspy-op-editar-control .qspy-op-param-row .unidadParCon,
.qspy-op-editar-control .qspy-op-param-row [id$="uniMedOutputText"] {
  color: #ffffff !important;
  font-weight: 600;
}

.qspy-op-editar-control .qspy-op-checklist-item {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  margin-left: 0 !important;
  margin-right: auto !important;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: rgba(255,255,255,.04);
  text-align: left !important;
  box-sizing: border-box;
}

.qspy-op-editar-control .qspy-op-checklist-row {
  width: 100%;
  table-layout: fixed;
  margin-left: 0 !important;
  margin-right: auto !important;
  border: 0 !important;
  border-collapse: separate !important;
  background: transparent !important;
  text-align: left !important;
}

.qspy-op-editar-control .qspy-op-checklist-row > tbody > tr {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 72px 42px auto;
  column-gap: 14px;
  align-items: center;
}

.qspy-op-editar-control .qspy-op-checklist-row > tbody > tr > td {
  padding: 0 10px 0 0 !important;
  vertical-align: middle;
}

.qspy-op-editar-control .qspy-op-checklist-row > tbody > tr > td:first-child {
  padding-left: 0 !important;
  border-radius: 0;
}

.qspy-op-editar-control .qspy-op-checklist-row > tbody > tr > td:last-child {
  padding-right: 0 !important;
  border-radius: 0;
}

.qspy-op-editar-control .qspy-op-checklist-row .colLabelItem,
.qspy-op-editar-control .qspy-op-checklist-row .colLabelItemEdit {
  color: rgba(255,255,255,.88) !important;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qspy-op-editar-control .qspy-op-checklist-row select,
.qspy-op-editar-control .qspy-op-checklist-row input[type="text"],
.qspy-op-editar-control .qspy-op-checklist-row textarea {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  background: rgba(255,255,255,.12);
  color: #ffffff;
  box-sizing: border-box;
}

.qspy-op-editar-control .qspy-op-checklist-row input[type="text"],
.qspy-op-editar-control .qspy-op-checklist-row textarea {
  width: 100% !important;
}

.qspy-op-editar-control .qspy-op-checklist-row select option {
  color: #000000;
  background: #ffffff;
}

.qspy-op-editar-control .qspy-op-checklist-row [id$="btnObs"],
.qspy-op-editar-control .qspy-op-checklist-row [id$="btnObsChckEdit"] {
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  filter: brightness(0) invert(1);
}

.qspy-op-editar-control .qspy-op-prior-alert {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 8px 0 14px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 87, 105, .35);
  border-radius: 10px;
  background: rgba(176, 38, 58, .18);
  color: #ff5a6d !important;
  font-size: 12px;
  font-weight: 800 !important;
  letter-spacing: .05em;
  line-height: 1.25;
  text-transform: uppercase;
  box-sizing: border-box;
}

.qspy-op-editar-control .qspy-op-inline-form,
.qspy-op-editar-control .qspy-op-inline-form-body,
.qspy-op-editar-control .qspy-op-inline-form-grid,
.qspy-op-editar-control .qspy-op-inline-form-meta {
  width: 100%;
}

.qspy-op-editar-control .qspy-op-inline-form {
  margin-top: 14px;
  background: rgba(176, 38, 58, .18) !important;
  border: 1px solid rgba(255, 120, 138, .28) !important;
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.qspy-op-editar-control .qspy-op-inline-form > tbody > tr:first-child,
.qspy-op-editar-control .qspy-op-inline-form .tituloDescontrol {
  background: rgba(168, 21, 42, .82) !important;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.qspy-op-editar-control .qspy-op-inline-form td,
.qspy-op-editar-control .qspy-op-inline-form-body td,
.qspy-op-editar-control .qspy-op-inline-form-grid td,
.qspy-op-editar-control .qspy-op-inline-form-meta td {
  padding: 12px 14px;
  vertical-align: top;
}

.qspy-op-editar-control .qspy-op-inline-form-body {
  background: transparent !important;
}

.qspy-op-editar-control .qspy-op-inline-form-grid {
  background: rgba(78, 12, 24, .16);
  border: 1px solid rgba(255, 166, 178, .12);
  border-radius: 10px;
}

.qspy-op-editar-control .qspy-op-inline-form-grid > tbody > tr {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  column-gap: 18px;
  align-items: start;
}

.qspy-op-editar-control .qspy-op-inline-form-grid .colLabelAtr,
.qspy-op-editar-control .qspy-op-inline-form-meta .colLabelDuracion,
.qspy-op-editar-control .qspy-op-inline-form-meta .colLabelDocDespues {
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrTexto,
.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrLista,
.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrFecha,
.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrNumerico,
.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrTextarea,
.qspy-op-editar-control .qspy-op-inline-form-grid input[type="text"],
.qspy-op-editar-control .qspy-op-inline-form-grid textarea,
.qspy-op-editar-control .qspy-op-inline-form-grid select,
.qspy-op-editar-control .qspy-op-inline-form-meta input[type="text"] {
  width: 100% !important;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  background: rgba(255,255,255,.12);
  color: #ffffff;
  box-sizing: border-box;
}

.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrTextarea,
.qspy-op-editar-control .qspy-op-inline-form-grid textarea {
  min-height: 92px;
  resize: vertical;
}

.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrTexto:hover,
.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrLista:hover,
.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrFecha:hover,
.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrNumerico:hover,
.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrTextarea:hover,
.qspy-op-editar-control .qspy-op-inline-form-grid input[type="text"]:hover,
.qspy-op-editar-control .qspy-op-inline-form-grid textarea:hover,
.qspy-op-editar-control .qspy-op-inline-form-grid select:hover,
.qspy-op-editar-control .qspy-op-inline-form-meta input[type="text"]:hover {
  background: rgba(255,255,255,.13) !important;
}

.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrMultiseleccionable {
  display: block;
  width: 100%;
  padding: 4px 0;
  text-align: left !important;
}

.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrMultiseleccionable,
.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrMultiseleccionable * {
  color: #ffffff !important;
}

.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrMultiseleccionable tbody,
.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrMultiseleccionable tr,
.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrMultiseleccionable td {
  display: block;
  width: 100% !important;
  text-align: left !important;
}

.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrMultiseleccionable tr {
  margin-bottom: 10px;
}

.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrMultiseleccionable tr:last-child {
  margin-bottom: 0;
}

.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrMultiseleccionable td {
  padding: 0 !important;
}

.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrMultiseleccionable label,
.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrMultiseleccionable span {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
}

.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrMultiseleccionable input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 4px;
  background: rgba(255,255,255,.08);
  position: relative;
  cursor: pointer;
}

.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrMultiseleccionable input[type="checkbox"]:checked {
  background: #ffffff;
  border-color: #ffffff;
}

.qspy-op-editar-control .qspy-op-inline-form-grid .compAtrMultiseleccionable input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #8f1831;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.qspy-op-editar-control .qspy-op-inline-form-meta {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.qspy-op-editar-control .qspy-op-inline-form-meta > tbody > tr {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  column-gap: 18px;
  align-items: center;
}

.qspy-op-editar-control .pnlGrdDocDespues.qspy-op-inline-form-meta > tbody > tr {
  display: inline-grid;
  grid-template-columns: 22px auto;
  column-gap: 12px;
  align-items: center;
}

.qspy-op-editar-control .pnlGrdDocDespues.qspy-op-inline-form-meta {
  width: 100%;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.qspy-op-editar-control .pnlGrdDocDespues.qspy-op-inline-form-meta .colLabelDocDespues,
.qspy-op-editar-control .pnlGrdDocDespues.qspy-op-inline-form-meta [id*="outputTextDocDespues"] {
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.qspy-op-editar-control .qspy-op-inline-form-meta input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 4px;
  background: rgba(255,255,255,.08);
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.qspy-op-editar-control .qspy-op-inline-form-meta input[type="checkbox"]:checked {
  background: #ffffff;
  border-color: #ffffff;
}

.qspy-op-editar-control .qspy-op-inline-form-meta input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #8f1831;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.qspy-op-editar-control .qspy-op-datetime-row {
  width: 100%;
  table-layout: fixed;
  margin-top: 14px;
}

.qspy-op-editar-control .qspy-op-datetime-row > tbody > tr {
  display: block !important;
}

.qspy-op-editar-control .qspy-op-datetime-row > tbody > tr > .labelParCon,
.qspy-op-editar-control .qspy-op-datetime-row > tbody > tr > .componentParCon {
  display: block;
  width: 100% !important;
}

.qspy-op-editar-control .qspy-op-datetime-row > tbody > tr > .labelParCon {
  margin-bottom: 8px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.qspy-op-editar-control .qspy-op-datetime-row > tbody > tr > .labelParCon::after {
  content: ":";
  margin-left: 2px;
}

.qspy-op-editar-control .qspy-op-datetime-row .iceSelInpDate,
.qspy-op-editar-control .qspy-op-datetime-row [id*="selectInputDate2"].iceSelInpDate {
  display: inline-flex;
  align-items: center;
  width: min(540px, 100%) !important;
  max-width: 100% !important;
  background: transparent !important;
}

.qspy-op-editar-control .qspy-op-datetime-row input[id*="selectInputDate2"].iceSelInpDateInput,
.qspy-op-editar-control .qspy-op-datetime-row [id*="selectInputDate2"] .iceSelInpDateInput {
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 9px 14px !important;
  border: 1px solid #e6e9f2 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #1f2940 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
}

.qspy-op-editar-control input[type="text"]:focus,
.qspy-op-editar-control textarea:focus,
.qspy-op-editar-control select:focus {
  outline: none;
  border-color: #c9d6ff !important;
  box-shadow: 0 0 0 3px rgba(201,214,255,.18);
}

.qspy-op-editar-control iframe[src*="/xmlhttp/blank"],
.qspy-op-editar-control iframe[src*="blank"] {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  min-width: 100vw !important;
  min-height: 100vh !important;
}

.qspy-op-editar-control #popupObsItem {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: min(520px, calc(100vw - 32px)) !important;
  max-height: calc(100vh - 32px) !important;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(12, 18, 40, 0.35) !important;
}

.qspy-op-editar-control #popupObsItem > table,
.qspy-op-editar-control #popupObsItem [id*="pnlGrdObs"],
.qspy-op-editar-control #popupObsItem [id*="panelGrid10"] {
  width: 100% !important;
}

.qspy-op-editar-control #popupObsItem [id*="pnlGrdObs"] > tbody,
.qspy-op-editar-control #popupObsItem [id*="pnlGrdObs"] > tbody > tr,
.qspy-op-editar-control #popupObsItem [id*="pnlGrdObs"] > tbody > tr > td {
  display: block;
  width: 100% !important;
  box-sizing: border-box;
}

.qspy-op-editar-control #popupObsItem .icePnlPopHdr {
  background: #565D7C !important;
  color: #ffffff !important;
  padding: 18px 22px !important;
  letter-spacing: .08em;
}

.qspy-op-editar-control #popupObsItem .icePnlPopHdr .icePnlGrd {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.qspy-op-editar-control #popupObsItem .icePnlPopBody {
  background: #ffffff !important;
  padding: 0 !important;
  overflow: hidden;
}

.qspy-op-editar-control #popupObsItem [id*="panelGrid10"] > tbody > tr {
  display: grid;
  grid-template-columns: 140px minmax(240px, 1fr);
  column-gap: 26px;
  align-items: center;
  padding: 28px 26px 34px;
}

.qspy-op-editar-control #popupObsItem [id$="labelObs"],
.qspy-op-editar-control #popupObsItem .qspy-popup-label {
  color: #25345f !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.qspy-op-editar-control #popupObsItem [id*="inputTextObservacion"] {
  width: 100% !important;
  min-height: 110px;
  background: #ffffff !important;
  color: #1f2940 !important;
  border: 1px solid #d8dfef !important;
  border-radius: 12px !important;
  padding: 14px 16px !important;
  resize: vertical;
}

.qspy-op-editar-control [id*="panelGrid9Nuevo"]{
  display: block !important;
  text-align: right !important;
  box-sizing: border-box;
}

.qspy-op-editar-control [id*="panelGrid9Nuevo"] .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .qspy-op-editar-control #popupObsItem [id*="panelGrid10"] > tbody > tr {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 12px;
    padding: 22px 18px 26px;
  }
}
