
html,
body.login-layout,
body.login-layout.blur-login {
  min-height: 100%;
}

body.login-layout,
body.login-layout.blur-login {
  background:
    linear-gradient(120deg, rgba(14, 24, 36, 0.82), rgba(9, 53, 61, 0.74)),
    url("../assets/images/login-bg.jpg") center/cover fixed no-repeat;
  color: #24313f;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}

body.login-layout:before,
body.login-layout.blur-login:before {
  display: none !important;
}

.siv-login-page,
.siv-login-content {
  min-height: 100vh;
}

.siv-login-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.login-layout .login-shell {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(390px, 460px);
  width: min(1120px, 100%);
  min-height: 620px;
  background: #f8fbfc;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 8px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.login-layout .login-brand-panel {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  padding: 48px;
  color: #fff !important;
  background:
    linear-gradient(150deg, rgba(12, 31, 47, 0.92), rgba(11, 93, 97, 0.82)),
    url("../assets/images/login-bg.jpg") center/cover no-repeat;
}

.login-layout .login-brand-panel:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 72%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.32));
  pointer-events: none;
}

.brand-lockup,
.brand-message {
  position: relative;
  z-index: 1;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand-message {
  align-self: center;
  justify-self: center;
  width: 100%;
  text-align: center;
}

.login-layout .brand-logo {
  width: 86px !important;
  height: 86px !important;
  max-width: 86px !important;
  max-height: 86px !important;
  border-radius: 8px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.96);
  padding: 9px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.login-layout .brand-lockup h1 {
  margin: 0;
  color: #fff !important;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0;
}

.login-layout .brand-lockup h1 span {
  color: #7fe4ef !important;
}

.login-layout .brand-lockup p,
.login-layout .brand-message p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.84) !important;
}

.login-layout .brand-kicker {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  margin-bottom: 18px;
  color: #0e3443;
  background: #b7f0c1;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.login-layout .brand-message h2 {
  max-width: 440px;
  margin: 0 auto;
  color: #fff !important;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.login-layout .brand-message #id-company-text {
  min-height: 22px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.login-layout .login-form-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 48px;
  background: #f8fbfc;
}

.login-layout .login-form-panel .login-container {
  width: 100% !important;
  max-width: 380px !important;
  margin: 0 !important;
}

.login-layout .login-form-panel .login-box,
.login-layout .login-form-panel .forgot-box,
.login-layout .login-form-panel .widget-box,
.login-layout .login-form-panel .widget-body,
.login-layout .login-form-panel .widget-main {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.login-layout .login-form-panel .widget-main {
  padding: 0 !important;
}

.form-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.form-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #0f6f7b;
  background: #e7f7f8;
  border-radius: 8px;
  font-size: 18px;
}

.login-layout .form-heading h3 {
  margin: 0;
  color: #152738 !important;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}

.login-layout .form-heading p,
.login-layout .resume-copy {
  margin: 4px 0 0;
  color: #6c7a89 !important;
  font-size: 14px;
}

#frmlogear label,
#forgot-box label {
  margin-bottom: 16px;
}

.login-layout .login-form-panel .form-control {
  height: 48px;
  padding: 10px 42px 10px 14px;
  color: #1d2b38;
  background: #fff;
  border: 1px solid #d8e2e8;
  border-radius: 6px;
  box-shadow: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.login-layout .login-form-panel .form-control:focus {
  border-color: #1b9aaa;
  box-shadow: 0 0 0 3px rgba(27, 154, 170, 0.16);
}

.login-layout .login-form-panel .input-icon > .ace-icon,
.login-layout .login-form-panel .input-icon > span.ace-icon {
  right: 14px;
  top: 15px;
  color: #6d8793;
}

.login-layout .login-form-panel .btn {
  height: 48px;
  border: 0;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  box-shadow: 0 14px 28px rgba(15, 111, 123, 0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.login-layout .login-form-panel .btn:hover,
.login-layout .login-form-panel .btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(15, 111, 123, 0.3);
}

.login-layout .login-form-panel .btn-primary {
  background: #0f6f7b !important;
}

.login-layout .login-form-panel .btn-primary:hover,
.login-layout .login-form-panel .btn-primary:focus {
  background: #0b5f69 !important;
}

.login-layout .login-form-panel .btn-danger {
  background: #d15b47 !important;
}

.resume-user-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #152738 !important;
  border-bottom: 0 !important;
}

.resume-user-heading #forgot-user {
  font-weight: 700;
}

.feedbacktxt {
  left: 10%;
  width: 80%;
  border-radius: 6px;
  background: #0f6f7b;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.feedbacktxt:after {
  border-bottom-color: #0f6f7b;
}

#progressbar {
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
}

@media (max-width: 820px) {
  .siv-login-content {
    padding: 18px;
  }

  .login-layout .login-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .login-layout .login-brand-panel {
    min-height: 230px;
    padding: 28px;
  }

  .brand-message h2 {
    font-size: 24px;
  }

  .login-layout .login-form-panel {
    padding: 28px;
  }
}

@media (max-width: 420px) {
  .siv-login-content {
    padding: 10px;
  }

  .login-layout .login-brand-panel {
    padding: 22px;
  }

  .brand-lockup {
    gap: 12px;
  }

  .login-layout .brand-logo {
    width: 68px !important;
    height: 68px !important;
    max-width: 68px !important;
    max-height: 68px !important;
  }

  .brand-lockup h1 {
    font-size: 28px;
  }

  .brand-message h2 {
    font-size: 21px;
  }

  .login-form-panel {
    padding: 24px 20px;
  }
}

.login {
  position:relative;
  top:50%;
  width:300px;
  display: table;
  margin: -150px auto 0 auto;
  background:#fff;
  border-radius: 4px;
}
.legend {
  position: relative;
  top:-15px;
  width: 100%;
  display:inline-block;
  background: #FF7052;
  padding: 10px;
  color: #fff;
  font-size: 20px;
}
.legend:after {
  content: "";
 /* background-image: url(../img/moneda.png);*/
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: 152px -16px;
  opacity: 0.06;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.input {
  position: relative;
  width: 90%;
  margin: 15px auto;
    
}
.input span {
  position: absolute;
  display: block;
  color:  #FF7052;
  left: 10px;
  top: 8px;
  font-size:25px;
}
.input input {
  width: 100%;
  padding: 10px 5px 10px 40px;
  display: block;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  transition: 0.2s ease-out;
  color: #a1a1a1;
    font-size:18px;
}
.input input:focus {
  padding: 10px 5px 10px 10px;
  outline: 0;
  border-color: #FF7052;
}
.submit {
  width:80px;
  height: 80px;
  display: block;
  margin: 0 auto -15px auto;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #FF7052;
  color: #FF7052;
  font-size:28px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 7px #fff;
  transition: 0.2s ease-out;
}
.submit:hover,
.submit:focus {
  background: #FF7052;
  color: #fff;
  outline: 0;
}
.feedback {
  position: absolute;
  bottom: -100px;
  width: 100%;
  text-align:center;
  font-weight:500;
  color: #fff;
  background: #2ecc71;
  padding: 10px 5px;
  font-size: 12px;
  display: none;
  opacity: .8;
}
.feedback:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(46, 204, 113, 0);
  border-bottom-color: #2ecc71;
  border-width: 10px;
  margin-left: -10px;
}
.feedbacktxt {
  position:absolute;
  bottom:80px;
  left: 30%;
  width: 60%;
  text-align: center;
  color: #fff;
  font-weight:600;
  background: #428BCA;
  padding: 10px 0;
  font-size: 12px;
  display: none;
  opacity: 0;
 z-index: 100;
}
.feedbacktxt:after{
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(46, 204, 113, 0);
  border-bottom-color: #428BCA;
  border-width: 10px;
  margin-left: 86px; 

}
.txtp{
font-size:14px;  
}
img.aTIC{
        vertical-align: middle;
        align-content:flex-end
     }
img.uTIC{
      vertical-align: middle;
      align-content:flex-end;
      width: 25%;
      height: 25%;
    }

body#mybody #navbar img.uTIC {
  width: 32px;
  height: 32px;
  margin-right: 7px;
  /*padding: 3px;*/
  object-fit: contain;
  /*background: #fff;*/
  border-radius: 7px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}

body#mybody.skin-2.navbar-fixed,
body#mybody.skin-2 {
  --admin-navbar-height: 54px;
  --admin-sidebar-width: 190px;
}

body#mybody.skin-2 #navbar.navbar {
  min-height: var(--admin-navbar-height);
  background: #c6487e;
  border: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
}

body#mybody.skin-2 #navbar .navbar-container {
  height: var(--admin-navbar-height);
  padding-left: 14px;
  padding-right: 10px;
}

body#mybody.skin-2 #navbar .navbar-header.pull-left {
  display: flex;
  align-items: center;
  min-width: 0;
  max-width: calc(100% - 380px);
}

body#mybody.skin-2 #navbar .navbar-brand {
  display: flex;
  align-items: center;
  height: var(--admin-navbar-height);
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}

body#mybody.skin-2 #navbar .navbar-brand:first-child {
  padding-right: 4px !important;
}

body#mybody.skin-2 #navbar .navbar-brand + .navbar-brand {
  padding-left: 4px !important;
}

body#mybody.skin-2 #navbar .navbar-brand small {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #fff;
  white-space: nowrap;
}

body#mybody.skin-2 #navbar .navbar-brand:first-child small {
  font-size: 21px;
  font-weight: 600;
}

body#mybody.skin-2 #navbar .navbar-brand + .navbar-brand small {
  max-width: 620px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.94);
  text-overflow: ellipsis;
}

body#mybody.skin-2 #navbar .navbar-brand .white {
  color: #fff !important;
}

body#mybody.skin-2 .navbar-fixed-top + .main-container {
  padding-top: var(--admin-navbar-height);
}

body#mybody.skin-2 #sidebar.sidebar {
  width: var(--admin-sidebar-width);
}

body#mybody.skin-2 #sidebar.sidebar:before {
  width: var(--admin-sidebar-width);
}

body#mybody.skin-2 #sidebar.sidebar-fixed {
  top: var(--admin-navbar-height);
}

body#mybody.skin-2 #sidebar + .main-content {
  margin-left: var(--admin-sidebar-width);
}

body#mybody.skin-2 #sidebar .nav-list > li > a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  line-height: 1.2;
}

body#mybody.skin-2 #sidebar .nav-list > li > a > .menu-icon,
body#mybody.skin-2 #sidebar .nav-list > li > a > #avata_user {
  flex: 0 0 24px;
  width: 24px;
  min-width: 24px;
  margin-right: 10px;
  text-align: center;
}

body#mybody.skin-2 #sidebar .nav-list > li > a > .menu-text,
body#mybody.skin-2 #sidebar .nav-list > li > a > #t_user {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body#mybody.skin-2 #sidebar .nav-list > li:hover > a,
body#mybody.skin-2 #sidebar .nav-list > li:hover > a > .menu-icon,
body#mybody.skin-2 #sidebar .nav-list > li:hover > a > .menu-text,
body#mybody.skin-2 #sidebar .nav-list > li:hover > a > .arrow,
body#mybody.skin-2 #sidebar .nav-list > li:hover > a > #t_user {
  color: #fff !important;
}

body#mybody.skin-2 #sidebar .nav-list > li.active > a,
body#mybody.skin-2 #sidebar .nav-list > li.active.open > a,
body#mybody.skin-2 #sidebar .nav-list > li.open > a,
body#mybody.skin-2 #sidebar .nav-list > li.active > a > .menu-icon,
body#mybody.skin-2 #sidebar .nav-list > li.active.open > a > .menu-icon,
body#mybody.skin-2 #sidebar .nav-list > li.open > a > .menu-icon,
body#mybody.skin-2 #sidebar .nav-list > li.active > a > .menu-text,
body#mybody.skin-2 #sidebar .nav-list > li.active.open > a > .menu-text,
body#mybody.skin-2 #sidebar .nav-list > li.open > a > .menu-text,
body#mybody.skin-2 #sidebar .nav-list > li.active > a > .arrow,
body#mybody.skin-2 #sidebar .nav-list > li.active.open > a > .arrow,
body#mybody.skin-2 #sidebar .nav-list > li.open > a > .arrow,
body#mybody.skin-2 #sidebar .nav-list > li.active > a > #t_user {
  color: #fff !important;
}

body#mybody.skin-2 #sidebar .nav-list > li > a.dropdown-toggle > .arrow.fa {
  position: static;
  flex: 0 0 14px;
  width: 14px;
  margin-left: auto;
  text-align: right;
  line-height: 1;
}

body#mybody.skin-2 #sidebar .nav-list > li .submenu > li > a {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1.25;
}

@media (max-width: 991px) {
  body#mybody.skin-2 #navbar .navbar-header.pull-left {
    max-width: calc(100% - 260px);
  }

  body#mybody.skin-2 #navbar .navbar-brand + .navbar-brand small {
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  body#mybody.skin-2 #navbar .navbar-brand + .navbar-brand {
    display: none;
  }

  body#mybody.skin-2 #navbar .navbar-header.pull-left {
    max-width: calc(100% - 170px);
  }
}

/* Barra superior administrador: acciones alineadas al skin-2 */
body#mybody.skin-2 #navbar .ace-nav > li.purple > a,
body#mybody.skin-2 #navbar .ace-nav > li.green > a,
body#mybody.skin-2 #navbar .ace-nav > li.light-blue > a {
  height: var(--admin-navbar-height);
  min-width: 54px;
  padding-left: 10px;
  padding-right: 10px;
  background: #bd5289 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff !important;
  line-height: var(--admin-navbar-height);
}

body#mybody.skin-2 #navbar .ace-nav > li.purple > a:hover,
body#mybody.skin-2 #navbar .ace-nav > li.green > a:hover,
body#mybody.skin-2 #navbar .ace-nav > li.light-blue > a:hover,
body#mybody.skin-2 #navbar .ace-nav > li.open.purple > a,
body#mybody.skin-2 #navbar .ace-nav > li.open.green > a,
body#mybody.skin-2 #navbar .ace-nav > li.open.light-blue > a {
  background: #a74375 !important;
}

body#mybody.skin-2 #navbar .ace-nav > li.green > a {
  background: #a64a80 !important;
}

body#mybody.skin-2 #navbar .ace-nav > li.light-blue > a {
  background: #4f4f4f !important;
}

body#mybody.skin-2 #navbar .ace-nav > li.open.light-blue > a,
body#mybody.skin-2 #navbar .ace-nav > li.light-blue > a:hover {
  background: #3f3f3f !important;
}

body#mybody.skin-2 #navbar .ace-nav > li > a > .ace-icon,
body#mybody.skin-2 #navbar .ace-nav > li > a > .fa-caret-down,
body#mybody.skin-2 #navbar .user-info {
  color: #fff !important;
}

body#mybody.skin-2 #navbar .user-info {
  top: 8px;
  max-width: 150px;
}

body#mybody.skin-2 #navbar .ace-nav .nav-user-photo,
body#mybody.skin-2 #navbar img.user {
  width: 36px;
  height: 36px;
  max-width: 36px;
  max-height: 36px;
  object-fit: cover;
}

body#mybody.skin-2 #navbar .ace-nav .badge {
  background: #ff9f1c !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.32);
  text-shadow: none;
}

body#mybody.skin-2 #navbar .ace-nav .dropdown-menu {
  border-color: #bd5289;
}

body#mybody.skin-2 #navbar .ace-nav .dropdown-navbar > li.dropdown-header {
  background: #bd5289;
  color: #fff;
  border-bottom-color: #a74375;
}

body#mybody.skin-2 #navbar .ace-nav .dropdown-navbar > li.dropdown-header > .ace-icon {
  color: #fff;
}

body#mybody.skin-2 #navbar .ace-nav .dropdown-navbar > li.dropdown-footer > a,
body#mybody.skin-2 #navbar .ace-nav .user-menu > li > a {
  color: #555;
}

body#mybody.skin-2 #navbar .ace-nav .dropdown-navbar > li.dropdown-footer > a:hover,
body#mybody.skin-2 #navbar .ace-nav .user-menu > li > a:hover {
  background: #f7edf3;
  color: #a74375;
}

/* Raciones */
#set27 .raciones-form {
  display: block;
}

#set27 .raciones-main {
  padding-right: 12px !important;
}

#set27 .raciones-toolbar {
  margin-bottom: 12px;
}

#set27 .raciones-toolbar-row {
  display: grid;
  gap: 8px;
  width: 100%;
}

#set27 .raciones-toolbar-row-primary {
  grid-template-columns: minmax(130px, 0.8fr) minmax(190px, 1.05fr) minmax(330px, 2.25fr) minmax(160px, 1fr);
  margin-bottom: 8px;
}

#set27 .raciones-toolbar-row-secondary {
  grid-template-columns: minmax(420px, 1fr) minmax(160px, 160px);
}

#set27 .raciones-control,
#set27 .raciones-select-group,
#set27 .raciones-action-btn {
  width: 100% !important;
  height: 34px !important;
}

#set27 .raciones-select-group {
  display: table;
}

#set27 .raciones-action-btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#set27 #btnpaquete {
  min-width: 150px;
}

#set27 #vcarrito_pqt .badge {
  margin-left: 4px;
}

#set27 .raciones-table-wrap {
  border-top: 1px solid #e5e5e5;
}

#set27 .raciones-products-table {
  margin-bottom: 8px;
}

#set27 .raciones-products-table > thead > tr > th {
  background: #f6f7f8;
  color: #666;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

#set27 .raciones-products-table > tbody > tr > td {
  vertical-align: top;
}

#set27 .raciones-summary {
  padding-left: 0;
}

#set27 .raciones-summary-card {
  margin-top: 0 !important;
}

#set40 .asignacion-menu-form,
#set40 .asignacion-menu-list {
  padding-right: 12px;
}

#set40 .widget-box {
  margin-bottom: 12px;
}

#set40 .form-group {
  margin-bottom: 10px;
}

#set40 .asignacion-menu-actions {
  text-align: right;
}

#set40 .asignacion-menu-table-wrap {
  max-height: 520px;
  overflow: auto;
}

#set40 #table-asignacion-menu {
  margin-bottom: 0;
}

#set40 #table-asignacion-menu > thead > tr > th {
  background: #f6f7f8;
  color: #666;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

#set40 #table-asignacion-menu > tbody > tr > td {
  vertical-align: middle;
}

#set40 .asignacion-menu-empty {
  padding: 20px 8px;
  text-align: center;
  color: #777;
}

#set42 .asignacion-uca-form,
#set42 .asignacion-uca-grid,
#set42 .asignacion-uca-members,
#set42 .asignacion-uca-list {
  padding-left: 6px;
  padding-right: 6px;
}

#set42 .asignacion-uca-inline-form {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(420px, 1.7fr) 220px;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}

#set42 .asignacion-uca-inline-form .form-control,
#set42 .asignacion-uca-inline-form .btn {
  height: 34px;
  border-radius: 0;
  font-size: 15px;
}

#set42 .asignacion-uca-inline-form .btn {
  width: 100%;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}

#set42 .asignacion-uca-inline-form .btn-info {
  border-color: #8ab8e8 !important;
}

#set42 .asignacion-uca-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(380px, 1fr);
  gap: 14px;
  align-items: start;
}

#set42 .asignacion-uca-members,
#set42 .asignacion-uca-list {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

#set42 .asignacion-uca-panel-title {
  color: #5b9bd5;
  font-size: 22px;
  line-height: 36px;
  padding: 0 10px;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  background: #f7f7f7;
}

#set42 .asignacion-uca-side-header {
  background: #e53e3e;
  color: #fff;
  font-size: 21px;
  line-height: 38px;
  padding: 0 12px;
  font-weight: 600;
}

#set42 .asignacion-uca-side-count {
  background: #858585;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
}

#set42 .asignacion-uca-table-wrap,
#set42 .asignacion-uca-members-wrap {
  border: 1px solid #d8d8d8;
  max-height: 520px;
  overflow: auto;
}

#set42 #table-asignacion-uca,
#set42 #table-miembros-asignacion-uca {
  margin-bottom: 0;
}

#set42 #table-asignacion-uca > thead > tr > th,
#set42 #table-miembros-asignacion-uca > thead > tr > th {
  background: #f6f7f8;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 2px solid #ddd;
}

#set42 #table-asignacion-uca > tbody > tr > td,
#set42 #table-miembros-asignacion-uca > tbody > tr > td {
  vertical-align: middle;
  font-size: 14px;
  color: #4a4a4a;
}

#set42 .asignacion-uca-empty {
  padding: 20px 8px;
  text-align: center;
  color: #777;
}

@media (max-width: 1199px) {
  #set27 .raciones-toolbar-row-primary,
  #set27 .raciones-toolbar-row-secondary {
    grid-template-columns: 1fr 1fr;
  }

  #set27 .raciones-main,
  #set27 .raciones-summary {
    width: 100%;
    padding-left: 0;
    padding-right: 0 !important;
  }

  #set40 .asignacion-menu-form,
  #set40 .asignacion-menu-list {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #set40 .asignacion-menu-actions {
    margin-top: 8px;
    text-align: left;
  }

  #set42 .asignacion-uca-form,
  #set42 .asignacion-uca-grid,
  #set42 .asignacion-uca-members,
  #set42 .asignacion-uca-list {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #set42 .asignacion-uca-inline-form {
    grid-template-columns: 1fr;
  }

  #set42 .asignacion-uca-grid {
    grid-template-columns: 1fr;
  }
}

	 img.user{
	    margin: -4px 1px 0 0;
	     border-radius: 100%;
     border: 1px solid #FFF;
     max-width: 30px;
             }
img.mvnde{
    margin: -4px 1px 0 0;
     border-radius: 100%;
     border: 1px solid #FFF;
     max-width:31px;
    max-height:31px
   }
img.avnde{
    margin: -4px 1px 0 0;
     border-radius: 100%;
     border: 0px solid #FFF;
     max-width:31px;
    max-height:31px
   }
table.table-bordered > tbody > tr > td.bordetd{
                            border-left:3px solid brown;
                            border-right:1px solid brown;
                            cursor: pointer;
    
                   }
table.table-bordered > tbody > tr > td.bordetdS{
                            border-left:3px solid darkgreen;
                            border-right:1px solid darkgreen;
                            cursor: pointer;
                   }

table.table-bordered > tbody > tr > th.size{
                    font-size:12px;
             }
table.table-norelleno > tbody > tr > td.norllenotd{
                 padding: 0px;
                line-height: 1.42857143;
                vertical-align: top;
                border-top: 0px solid #ddd;
                   }


div.profile-users.memberdiv{
    margin: 0 1px 2px;
}

 .stylcampo{
            padding:10px;
            border: 0px solid rgb(172, 172, 253); 
            background: none;
            text-align: start; 
            font-style: normal; 
            font-variant: normal; 
            font-stretch: normal; 
            font-size: 14px; 
            line-height: 22px; 
            font-family: Roboto, Arial, Tahoma, sans-serif; 
            width: 100%;
            height: 99.90%; 
        }
        .stiltxt{
        padding: 10px; 
        text-align: start; 
        font-style: normal; 
        font-variant: normal; 
        font-weight: 400; 
        font-stretch: normal; 
        font-size: 14px; 
        line-height: 22px; 
        font-family: Roboto, Arial, Tahoma, sans-serif; 
        width:100%; 
        height:100%; 
        display: block; 
        border-width: 1px 1px; 
        border-style: solid none; 
        border-color: rgb(238, 238, 238) rgb(85, 85, 85);
        }
table.table-bordered > tbody > tr > td.tcondensed{
              padding:1px;
        }

/* Seguimiento nutricional */
#set32 .nutricion-summary {
  margin-bottom: 12px;
}

#set32 .nutricion-kpi {
  display: flex;
  align-items: center;
  min-height: 64px;
  margin-bottom: 8px;
  padding: 12px 16px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .14);
}

#set32 .nutricion-kpi i {
  width: 42px;
  font-size: 28px;
  opacity: .88;
}

#set32 .nutricion-kpi span {
  font-size: 14px;
}

#set32 .nutricion-kpi b {
  display: block;
  font-size: 22px;
  line-height: 22px;
}

#set32 .nutricion-kpi-blue { background: #438eb9; }
#set32 .nutricion-kpi-green { background: #69aa46; }
#set32 .nutricion-kpi-purple { background: #9585bf; }

#set32 .nutricion-widget {
  border-color: #d6dfe6;
}

#set32 .nutricion-widget > .widget-header {
  background: #f7f9fb;
  border-color: #d6dfe6;
}

#set32 .nutricion-cabecera-controles .form-control {
  width: 100%;
  height: 38px;
  padding: 7px 10px;
  border-color: #c8d2d9;
  border-radius: 3px;
  background-color: #fff;
  font-size: 13px;
}

#set32 .nutricion-cabecera-controles label {
  min-height: 18px;
  margin-bottom: 5px;
  color: #4f5d66;
  font-weight: 600;
}

#set32 .nutricion-imc {
  height: 34px;
  padding: 6px 10px;
  color: #2b7dbc;
  background: #eef7fc;
  border: 1px solid #b9d9ea;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

#set32 .nutricion-help {
  min-height: 34px;
  margin: 25px 0 0;
  padding: 7px 10px;
}

#set32 .nutricion-form-actions {
  padding-top: 25px;
}

#set32 .nutricion-import-summary {
  margin: 14px 0 8px;
  padding: 10px;
  background: #f5f8fa;
  border-left: 4px solid #6fb3e0;
}

#set32 .nutricion-link-panel {
  margin-top: 10px;
  padding: 12px;
  background: #f6f3fb;
  border: 1px solid #d8cfea;
  border-left: 4px solid #9585bf;
  border-radius: 2px;
}

#set32 .nutricion-link-action {
  padding-top: 25px;
}

#set32 .nutricion-import-summary .label {
  display: inline-block;
  margin: 2px 5px 2px 0;
  padding: 5px 9px;
  font-size: 12px;
}

#set32 .nutricion-table-wrap {
  max-height: 430px;
  margin-top: 10px;
  overflow: auto;
  border: 1px solid #e1e6e9;
}

#set32 .nutricion-table-wrap table {
  margin-bottom: 0;
}

#set32 .nutricion-table-wrap thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #edf3f4;
  white-space: nowrap;
}

#set32 .nutricion-filtros {
  margin-bottom: 5px;
}

#set32 .nutricion-planilla-estado {
  padding: 9px 12px;
  color: #234f6d;
  background: #edf6fb;
  border-left: 4px solid #438eb9;
}

#set32 .nutricion-planilla-wrap {
  max-height: 620px;
  margin-top: 10px;
  overflow: auto;
  border: 1px solid #d6d6d6;
  background: #fff;
}

#set32 .nutricion-planilla {
  width: 100%;
  min-width: 1650px;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
  color: #4b4b4b;
  font-size: 12px;
}

#set32 .nutricion-planilla th,
#set32 .nutricion-planilla td {
  height: 54px;
  padding: 6px 8px;
  border: 1px solid #d8d8d8;
  vertical-align: middle;
}

#set32 .nutricion-planilla tbody tr:nth-child(odd) td {
  background: #fff;
}

#set32 .nutricion-planilla tbody tr:nth-child(even) td {
  background: #f7f7f7;
}

#set32 .nutricion-planilla thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 92px;
  background: #fff;
  color: #666;
  text-align: center;
  font-weight: 700;
  letter-spacing: .1px;
}

#set32 .nutricion-planilla th:nth-child(1) { width: 54px; }
#set32 .nutricion-planilla th:nth-child(2) { width: 155px; }
#set32 .nutricion-planilla th:nth-child(3) { width: 165px; }
#set32 .nutricion-planilla th:nth-child(4),
#set32 .nutricion-planilla th:nth-child(5) { width: 180px; }
#set32 .nutricion-planilla th:nth-child(6) { width: 82px; }
#set32 .nutricion-planilla th:nth-child(7) { width: 124px; }
#set32 .nutricion-planilla th:nth-child(8) { width: 145px; }

#set32 .nutricion-planilla .nut-medicion,
#set32 .nutricion-planilla td.nut-medicion {
  background: #fafafa;
}

#set32 .nutricion-planilla .nut-head-vertical {
  width: auto;
}

#set32 .nutricion-planilla .nut-head-vertical span {
  display: inline-block;
  writing-mode: horizontal-tb;
  transform: none;
}

#set32 .nutricion-planilla th {
  writing-mode: horizontal-tb;
  transform: none;
  white-space: normal;
}

#set32 .nutricion-planilla th.nut-col-fecha {
  width: 185px !important;
  min-width: 185px;
  max-width: 185px;
}

#set32 .nutricion-planilla th.nut-col-medida {
  width: 115px !important;
  min-width: 115px;
  max-width: 115px;
}

#set32 .nutricion-cell-input {
  width: 100%;
  height: 34px;
  padding: 4px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  background: #fff;
  text-align: right;
  font-size: 12px;
}

#set32 .nutricion-cell-input[type="date"] {
  min-width: 160px;
  padding: 4px 3px;
  text-align: left;
}

#set32 .nutricion-cell-input.nut-peso,
#set32 .nutricion-cell-input.nut-talla,
#set32 .nutricion-cell-input.nut-braquial,
#set32 .nutricion-cell-input.nut-semana {
  min-width: 96px;
  padding-right: 8px;
}

#set32 .nutricion-planilla .nut-uca-asignada {
  color: #555;
  line-height: 17px;
}

#set32 .nutricion-planilla .nut-uca-asignada small {
  color: #888;
}

#set32 .nutricion-cell-input:focus {
  outline: 0;
  border-color: #4f99c6;
  background: #fff;
  box-shadow: inset 0 0 0 1px #4f99c6;
}

#set32 .nutricion-planilla-leyenda {
  padding-top: 8px;
  color: #666;
  font-size: 12px;
}

#set32 .nutricion-historial-filtros {
  margin-bottom: 8px;
}

#set32 .nutricion-historial-filtros .nutricion-planilla-estado {
  min-height: 38px;
  margin-top: 0;
  padding-top: 9px;
}

#set32 .nutricion-historial-planilla {
  width: max-content;
  min-width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
  color: #111;
  font-size: 11px;
}

#set32 .nutricion-historial-planilla th,
#set32 .nutricion-historial-planilla td {
  height: 41px;
  padding: 3px 4px;
  border: 1px solid #222;
  vertical-align: middle;
}

#set32 .nutricion-historial-planilla thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 78px;
  background: #c8c8c8;
  text-align: center;
  font-weight: 700;
}

#set32 .nutricion-historial-planilla thead tr:nth-child(2) th {
  top: 78px;
  height: 92px;
}

#set32 .nutricion-historial-planilla th:nth-child(1) { width: 48px; }
#set32 .nutricion-historial-planilla th:nth-child(2) { width: 165px; }
#set32 .nutricion-historial-planilla th:nth-child(3),
#set32 .nutricion-historial-planilla th:nth-child(4) { width: 190px; }
#set32 .nutricion-historial-planilla th:nth-child(5) { width: 82px; }
#set32 .nutricion-historial-planilla th:nth-child(6) { width: 124px; }
#set32 .nutricion-historial-planilla th:nth-child(7) { width: 145px; }

#set32 .nutricion-historial-planilla .nut-historial-fase,
#set32 .nutricion-historial-planilla thead .nut-historial-medicion {
  min-width: 112px;
  background: #d0cecf;
}

#set32 .nutricion-historial-planilla thead .nut-historial-fase-1 {
  color: #fff;
  background: #3b8dbc;
}

#set32 .nutricion-historial-planilla thead .nut-historial-fase-2 {
  color: #fff;
  background: #69aa46;
}

#set32 .nutricion-historial-planilla thead .nut-historial-fase-3 {
  color: #fff;
  background: #e69a2a;
}

#set32 .nutricion-historial-planilla thead .nut-historial-fase-4 {
  color: #fff;
  background: #7e6aad;
}

#set32 .nutricion-historial-planilla tbody .nut-historial-medicion {
  min-width: 112px;
  background: #fff;
}

#set32 .nutricion-historial-planilla tbody tr:nth-child(even) td:not(.nut-historial-medicion) {
  background: #fafafa;
}

/* Analítica nutricional: CUE, crecimiento, alertas y estadísticas */
.nutricion-analitica-filtros {
  margin-bottom: 14px;
}

.nutricion-analitica-filtros label {
  color: #4c5967;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.nutricion-analitica-accion {
  padding-top: 21px;
}

.nutricion-aviso-clinico {
  border-left: 4px solid #438eb9;
}

.nutricion-persona-resumen {
  background: #f4f8fb;
  border: 1px solid #d7e5ef;
  border-radius: 3px;
  color: #4c5967;
  margin-bottom: 15px;
  padding: 12px 15px;
}

.nutricion-chart-card {
  background: #fff;
  border: 1px solid #dce3e8;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
  margin-bottom: 16px;
  padding: 12px;
}

.nutricion-chart-card h4 {
  color: #4c5967;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
  text-align: center;
}

.nutricion-svg-chart {
  min-height: 220px;
  overflow: hidden;
  width: 100%;
}

.nutricion-svg-chart svg {
  display: block;
  height: auto;
  max-height: 285px;
  width: 100%;
}

.nutricion-svg-chart-wide {
  margin: 0 auto;
  max-width: 900px;
}

.nut-chart-label {
  fill: #697785;
  font-size: 12px;
}

.nut-chart-value {
  fill: #34495e;
  font-size: 12px;
  font-weight: 700;
}

.nutricion-chart-empty {
  color: #8795a1;
  padding: 80px 10px;
  text-align: center;
}

#set33 .nutricion-table-wrap,
#set34 .nutricion-table-wrap,
#set35 .nutricion-table-wrap {
  margin-top: 12px;
}

#set36 .nutricion-summary {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #set32 .nutricion-form-actions,
  #set32 .nutricion-link-action,
  #set32 .nutricion-help {
    margin-top: 8px;
    padding-top: 0;
  }

  #set32 .nutricion-kpi {
    min-height: 54px;
  }

  #set32 .nutricion-historial-filtros .nutricion-planilla-estado {
    margin-top: 8px;
  }

  .nutricion-analitica-accion {
    padding-top: 10px;
  }

  .nutricion-svg-chart {
    min-height: 190px;
  }
}

.scrolltrack{
	      position: relative; 
          overflow:scroll; 
          width: auto; 
	      max-height: 282px;
	      overflow-x:hidden
	  }
