/**
* Template Name: Asef - v2.5.0
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: Ferrer Hernando Castro 

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
  --headcolor:rgb(55, 73, 28);
  --btn-modal-color:rgb(55, 73, 28);
  --asefbg: #f0f3f4;
  --blanco: #ffffff;
  --oscuro: #212121;
  --button:#003399;
  --primario2:#003399;
  --primario: rgb(84, 109, 48);
  --asefmk:#546D30;
  --asef: rgb(84, 109, 48);
  --asefg: rgb(113,113,117);
  --asefgt: rgb(113,113,117,0.5);
  --aseft: rgb(84,109,48,0.5);
  --aseftl: rgb(84,109,48,0.05);
  --secundario: #0097A7;
  --gris: rgb(113,113,117);
  --grisClaro: #DFE9F3;
  --icolor: #e3f1d0;
  --bgbackground : #3a3f51;
  --asidebackground : #445283;
  --chkbgon: rgb(56, 114, 56);
  --chkbgooff: rgb(202, 29, 29);
  --sta_open:#003399;
  --sta_delayed:rgb(202, 29, 29);
  --sta_close:rgb(56, 114, 56);
  --sta_cancel: rgb(113,113,117);
  --sta_important: rgb(209, 115, 60);
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  

}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
html {
  background-color: #f0f3f4;
  
}

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
  color: var(--oscuro);
  background-color: transparent;
}
.asef-bg{
  background-color: var(--asef);
}

.bodylg{
  font-size: 0.7rem;
}  
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .bodylg{
    font-size: 1.2rem;
  }  
    
}

@media (min-width: 992px) {
  body {
    font-size: 0.7rem;
  }
  .select2{
    font-size: 0.7rem;
  }
  
  
}
@media (min-width: 993px) {
  body {
    font-size: 0.7rem;
  }
  .select2{
    font-size: 0.8rem;
  }

}




a {
  color: var(--asef);
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main, #myProccessAlert {
  margin-top: 60px;
  padding: 10px 10px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
  
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #FFC857;
  border-color: #FFC857;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}


.card-body {
  overflow: auto;
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}
.card-filter {
  margin-bottom: 10px;
  border:var(--button);
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.card-filter-t {
  color: var(--blanco);
  background-color: var(--button);
  border-color: var(--button);
  text-align: center;
  border-radius: 5px;
  
}
.card-filter-body {
  overflow: auto;
  max-height: 10rem;
  padding: 0 10px 10px 10px;
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}


/* Accordion */
.accordion {
  border-style: none;
}
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

.fntW {
  color:whitesmoke !important;

}
/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}
.nav-padding {
  padding: 0.25rem 0.75rem;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}

.logo img {
  max-height: 40px;
  margin-right: 2px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: var(--asef);
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 3px;
  cursor: pointer;
  color: var(--asef);
  border-radius: 5px;
}
.fcbtnpointer:hover{
    cursor: pointer;
}
.fcimgbtn:hover{
  color: whitesmoke;
  background-color: var(--aseft);
  -webkit-box-shadow: inset 5px 5px 23px 0px var(--aseft); 
  box-shadow: inset 5px 5px 23px 0px rgba(0,0,0,0.91);
  text-shadow: 3px 5px 2px #474747, 2px 2px 2px rgba(0,0,0,0.91);
  border-radius: 5px;
}
.fctextbtn:hover{
  /*text-shadow: 3px 5px 2px #474747, 2px 2px 2px rgba(0,0,0,0.91);*/
  text-shadow: 4px 4px 4px rgba(0,0,0,0.91);
}
.fcbtnpointer tbody tr:hover{
  background-color: rgba(226, 237, 228, 0.7);
  border-color:rgba(226, 237, 228, 0.7); 
  font-style: italic
}


.header .toggle-sidebar-btn:hover {
  text-shadow: 0px 2px 20px rgb(17, 18, 17);
 
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: var(--bgbackground);
}
.limenu{
  background-color: var(--aseftl);
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

@media (max-width: 1199px) {
  .modal-body .sidebar {
    left: 0px;
  }
}
.modal-body .sidebar{
  width: 200px;
}


.modal-body .sidebar-nav .nav-link {
  color:var(--asef); 
}


.modal-body .nav-item:hover{
  box-shadow: 0px 0px 5px rgb(233, 243, 194); 
}


.modal_main{
  left: 100px;
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer, #myProccessAlert {
    margin-left: 300px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {
  .toogle-sidebar #myProccessAlert, 
  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--asef);
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: var(--asef);
}

.sidebar-nav .nav-link.collapsed {
  color: var(--bgbackground);
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: var(--asef);
  background:#899bbd;
}

.sidebar-nav .nav-link:hover i {
  color: var(--asef);
  text-shadow: 0px 2px 20px rgb(168, 218, 168);
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--blanco);
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.list-group-item i {
  font-size: 20px;

}

.sidebar-nav .nav-content a i {
  font-size: 20px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: var(--asefg);
}

.sidebar-nav .nav-content a.active i {
  background-color: var(--asefg);
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: var(--asef);
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:var(--asefg);
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #012970;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

.aflabel{
  color:var(--asef);
}

.loginIcon{
  color: var(--asef);
  font-size: 1rem;
  border: none;
  padding: 0;
}
.btn-primary {
  color: #ffffff !important;
  background-color: var(--asef);
  border-color: var(--asef);
  font-size: 0.8rem;
  
}

.gradient-custom-2 {
  /* fallback for old browsers */
  background: #e8e5e3;
  
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, var(--aseft), var(--asef), #dd3675, #b44593);
  
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, var(--aseft), var(--asef));
  }
.sm-padder{
    padding: 0.3rem;
  }
.no-padder{
    padding: 0;
  }
.lf-padder-2{
  padding-left:0.2rem ;
  padding-right:0;
  padding-right: 0;
  padding-bottom: 0;
}
.lf-padder-5{
  padding-right:0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left:0.5rem ;
  
}
.lr-padder-5{
  padding-right:0.5rem;
  padding-right: 0;
  padding-bottom: 0;
  padding-left:0.5rem ;
  
}

.rg-padder-2{
  padding-right:0.2rem ;
}
.rg-padder-5{
  padding-right:0.5rem ;
}
.top-padder-5{
  padding-right:0.5rem ;
  padding-left:0;
  padding-right: 0;
  padding-bottom: 0;
}

.bottom-padder-5{
  padding-right:0 ;
  padding-left:0;
  padding-right: 0;
  padding-bottom: 0.5rem;
}
.cust-ind{
  font-weight: bold;
  color: var(--primario2);
}
.cust-ind a:link, .cust-ind a:visited {
  font-weight: bold;
  color: var(--primario2);
  text-decoration: none;
  
}
.form-check-label{
  font-weight: 500;
}
.cust-ind a:hover, .cust-ind a:active,  .part-ind a:hover, .part-ind a:active  {
  font-weight: normal;
  color: var(--primario2);
  font-style: italic;
  text-decoration: none;
  font-size: 1.2rem;
}
textarea.form-control {
  max-height: 81px ;
}
.form-label{
  max-height: 27px;
}
.fchide{
  display: none;
  }
  

.fc-header{
  background-color: var(--primario2)!important;
  color:var(--blanco)!important;
  
}
.fc-modal-header{
  background-color: var(--asef);
  color:var(--blanco)!important;
  padding: 0;
}

.form-controlfc {
    font-size: 0.8rem;
    padding: 0.15 0.3;
}


.btn-locked {
  color: var(--oscuro) !important;
  background-color: var(--asefg);
  border-color: var(--asefg);
  
}
.fcdialog {
  background: whitesmoke;
  width:auto;
  position:relative;
  padding:1rem;
  margin: 5% auto;
  border: 0 5px solid var(--asefg);
  border-radius: 5px;
  box-shadow: 0, 0, 8px, #111;
  max-width: 800px;
  
}
@media (min-width: 792px) {
  .fcdialog1{
    max-width: 792px;
  }
}
.fcdialog .modal-header{
  background-color: var(--headcolor);
  color:var(--blanco);
  height: 1.5;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.fcmodal-head{
  background-color: var(--headcolor);
  color:var(--blanco);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  height: 1.5;
  align-items: center;
  justify-content: space-between;
  
}
.fcdialog .container{
  background-color: var(--blanco);
  padding:0.5rem;
}
.fcdialog h2{
  color: var(--oscuro);
  font-size: 14px;
  font-weight: 700;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 5px;
  padding: 5px;

}
.fcdialog p{
  color: var(--oscuro);
  font-size: 12px;
  padding: 2px 2px;
  margin-top: 3px;
  margin-bottom: 0px;
}
.fcdialog-footer{
  padding-top: 10px;
  width: 100%;
}
.btn-primary {
  color: #ffffff !important;
  background-color: var(--button);
  border-color: var(--button);
  
}

.myButton {
  color: rgb(255, 255, 255); 
  font-size: 16px; line-height: 16px; 
  padding: 6px; 
  border-radius: 9px; 
  font-family: Georgia, serif; 
  font-weight: normal; 
  text-decoration: none; 
  font-style: normal; 
  font-variant: normal; 
  text-transform: none;
  background-image: linear-gradient(to right, rgb(28, 110, 164) 0%, rgb(35, 136, 203) 50%, rgb(20, 78, 117) 100%); 
  box-shadow: rgba(0, 0, 0, 0.52) 5px 5px 15px 5px; 
  border: 2px solid rgb(28, 110, 164); 
  display: inline-block;
}
  .myButton:hover {
  background: #1C6EA4; }
  .myButton:active {
  background: #144E75; }

.btn-primary:hover,
.btn-primary:focus,
.open .dropdown-toggle.btn-primary {
  color: var(--blanco);
  background-color: var(--button);
  /* background-image: linear-gradient(to right, rgb(28, 110, 164) 0%, rgb(35, 136, 203) 50%, rgb(20, 78, 117) 100%); */
  /*box-shadow: 10px 12px 16px 9px rgba(0,0,0,0.42); */
  -webkit-box-shadow: inset 5px 5px 23px 0px rgba(0,0,0,0.91); 
  box-shadow: inset 5px 5px 23px 0px rgba(0,0,0,0.91);

  /*border-color: var(--button);
  /*box-shadow: 0 5px 15px var(--asef);*/
  /*box-shadow: 0px 0px 5px rgb(233, 243, 194);*/
}
.btn-primary:active{
  color: var(--blanco);
  background-color: var(--button);
  border-color: var(--button);
  box-shadow: 0px 0px 5px rgb(233, 243, 194);
}


.card-body-modal{
  padding: 0px 0px 0px 10px;
}
.btn-secundary {
  display: inline-block;
  padding: 1px 3px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 700;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: var(--asef);
  border-color: var(--asef);
}

.btn-success {
  font-size: 0.8rem;
}


.btn-warning {
  color: #ffffff !important;
  background-color: #FCCC66;
  border-color: #fad733;
  font-size: 0.8rem;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff !important;
  background-color: #FCCC66;
  border-color: #f9cf0b;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #fad733;
  border-color: #fad733;
}



.btn-dark {
  color: #ffffff !important;
  background-color: #3a3f51;
  border-color: #3a3f51;
  font-size: 0.8rem;
}

/* Close Button */
.btn-close {
  background: none;
  color:var(--blanco);
  padding: 0rem;
  font-size: 1.5rem;
  opacity: 0.9;
}
.pull-right {
  right: 0;
}
.fcalgn-end{
  align-items: flex-end;
}

.btn-close:focus {
  outline: 0;
  background-color:transparent;
  box-shadow: none;
}
.fctitle{
  background-color: var(--aseft);
  padding: 0;
}

.fclabelcheck{
  background-color: var();
}
.fclabel-form{
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 0.2rem;
  text-align: right;
}
.fcline{
  display: flex;
}

.btn-modal {
  padding: 0px 3px 3px 3px;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-family: var(--bs-font-sans-serif);
  opacity: 0.9;
  color: #ffffff !important;
  background-color: var(--btn-modal-color);
  border-color: var(--btn-modal-color);
}

.btn-modal:hover,
.btn-modal:focus,
.btn-modal:active,
.btn-modal.active,
.open .dropdown-toggle.btn-modal {
  color:var(--oscuro) !important;
  background-color: var(--aseft);
  border-color: var(--aseft);
}

.btn-modal:active,
.btn-modal.active,
.open .dropdown-toggle.btn-modal {
  background-image: none;
}

.btn-modal.disabled,
.btn-modal[disabled],
fieldset[disabled] .btn-modal,
.btn-modal.disabled:hover,
.btn-modal[disabled]:hover,
fieldset[disabled] .btn-modal:hover,
.btn-modal.disabled:focus,
.btn-modal[disabled]:focus,
fieldset[disabled] .btn-modal:focus,
.btn-modal.disabled:active,
.btn-modal[disabled]:active,
fieldset[disabled] .btn-modal:active,
.btn-modal.disabled.active,
.btn-modal[disabled].active,
fieldset[disabled] .btn-modal.active {
  background-color: var(--btn-modal-color);
  border-color: var(--aseft);
}


@media screen and (max-width: 480px) {
  .fchide-sm{
  display: none;
  }
  .fcheaderpills{
    border-style: none;
  }
  .lf-padder-5{
    padding-left:0.2rem ;
  }
  .fclabel-form{
    text-align: left;
  }
}
@media (min-width: 576px) {
  .fchide-md{
    display: none;
    }
}
.tdbtn{
  max-width: 24px;
  padding: 0.1rem !important; 
  vertical-align:middle;
}
.libackgroud{
  background-color: var(--grisClaro);
  
}
.fccolwd-sm{
  width:6rem;
}
.fccolwd-xxs{
  width:3rem;
}
.fccolwd-xs{
  width:3.5rem;
}
._FcNumTS{
  text-align: right;
}
._FcNumTSD, ._Fcpercent{
  text-align: right;
}

._FcNumTSD-0{
  text-align: right;
  color:red;
}
.rowtotal{
  background-color: #cae5be;
  
}

.fctable{
  border-radius: 10px;
}

._FcRut{
  text-align: center;
}

.sta_delayed{
  color:var(--sta_delayed)!important;
}
.sta_cancel{
  color:var(--blanco);
  background-color:var(--sta_cancel);
}

.sta_cancel > td > a{
  color:var(--blanco);
  background-color:var(--sta_cancel);
}
.sta_close{
  color:var(--sta_close)!important;
}
.imgcontenedor {
  max-width: 900px;
  max-height: 500px;
  width: 90%;
  margin: 0 auto;
}
.imgcontenedor figure{
  max-width: 900px;
  max-height: 500px;
  width: 90%;
  height: 90%;
  transition:all 500ms ease;
  overflow: hidden;
  justify-content: center;

}
.imgcontenedor figure img{
  width: 90%;
  height: 90%;
  transition:all 500ms ease;
  
}
@media (min-width: 768px) {
  .imgcontenedor {
    max-width: 1000px;
    width: 50%;
  
  }
}


.bg-closed {
  color: var(--blanco) !important;
  background-color: var(--sta_close) !important;
}
.bg-delayed {
  color: var(--blanco) !important;
  background-color: var(--sta_delayed) !important;
}

.bg-open {
  color: var(--blanco) !important;
  background-color: var(--sta_open) !important;
}
.bg-asef {
  color: var(--blanco) !important;
  background-color: var(--asef) !important;
}
.bg_cancel{
  color:var(--blanco) !important;
  background-color:var(--sta_cancel) !important;
}
.bg-tab-pane-gray{
  background-color:#808080 !important;
}
.bg-tab-pane-blue{
  background-color:#A6C9EC !important;
}
.bg-tab-pane-orange{
  background-color:#F7C7AC !important;
}
#F7C7AC
.fcwidthcol-5{
  max-width: 5rem;
}
.fcwidthcol-4{
  max-width: 4rem;
}
.fcwidthcol-3{
  max-width: 3rem;
}
.fcwidthcol-2{
  max-width: 2rem;
}

.fcwidthcol-1{
  max-width: 1rem;
}
div.dataTables_wrapper {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
 
  div.dataTables_wrapper{
    width: 1000px;
  }

}

.total-b {
  background-color: rgb(202, 207, 201);
}

.paginate_button{
  padding: 0;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: var(--asefg);
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--primario2);
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--primario2);
  cursor: pointer;
}
.text-asef {
  
  color: var(--primario2) !important;
}
.fs-7 {
  font-size: 0.95rem !important;
}
.fs-8 {
  font-size: 0.85rem !important;
}
.tblstripe tbody tr:nth-child(odd){
  background-color: rgba(103, 120, 106, 0.6);
  border-color:rgba(103, 120, 106, 0.6); 
  box-shadow: none;
}
.fc-header,.fc-hover-header:hover{
  color:#fff!important;
  background-color:var(--headcolor);!important
}
.w3-card-4,.w3-hover-shadow:hover{
  box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)
}
.w3-display-topright{
  position:absolute;
  right:0;
  top:0
}

.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-bar{width:100%;overflow:hidden}.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-responsive{display:block;overflow-x:auto}
.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-rest{overflow:hidden}.w3-stretch{margin-left:-16px;margin-right:-16px}
.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:980px}.w3-auto{max-width:1140px}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.w3-auto{max-width:95%}}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}	
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}.w3-auto{max-width:100%}}

/* *******   Evaluacion   ******/

.evaItemHeader{
text-align: center;
font-weight: bold;
}
.evaBody{
  background-color: white;
}
.evaBody .card-header{
  background-color: #E2EFDA;  
  color:#000;
  text-align:center;
  font-weight: bold;
}

.evaBody .list-group-item{
  padding-left: 4px;
  padding-right: 4px;
}
.eva-detTable{
  padding-top: 2px;
  padding-bottom: 6px;
}
.evaTable{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.evaTableHeader {
  border-radius: 5px;
  
}
.evaHeader, .evaTableHeader th, .evaTableHeader td{
  background-color: #E2EFDA;
}
.evaTable tr{
  border: none;
}
.evaTable th, .evaTable td{
  padding-left: 4px;
  border: 1px solid rgb(15, 14, 14);
  border-collapse: collapse;
}

.evaTable th{
  text-align: center;
  margin-bottom: 0 !important;
}
.evaItem{
  min-width: 100px;
  max-width: 100px;
  padding-left: 15px !important;
}
.evaNocell{
  border: none !important; 
}
.evaSociedad{
  min-width: 150px;
  max-width: 150px;
  
}

.evaSocio{
  min-width: 150px;
  max-width: 150px;
  
}

.evaBlankcol{
  background-color:var(--blanco) !important;
  border: 0px none !important;
  width: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.evaBlankRow{
  height: 30px;
}

.btn-evl-small{
  padding: 2px !important;
  border-radius: 5px !important;
  height: 27px !important;
  width: 27px !important;
  margin-right: 0.3rem;
}
.evaItemHeader{
  text-align: center;
  font-weight: bold;
}
.evaBody .evaItemInput .form-control{
  border: none;
  font-size: 0.7rem !important;
  padding: 0;
}
.evaTotal .evaItem, .evaTotal .evaItemInput, .evaTotal .form-control{
  background-color: #FFF2CC;
  font-weight: bold;
  padding-left: 4px !important;

}
.evaNetoPago .form-control{
  color: #003399 !important;
  text-align: center !important;

}
/* *******   Fin Evaluacion   ******/

.taskSubBody{
  background-color: #DAE9D9;
}

.transparent-bg {
  background-color: transparent;
}
.text-success{
  color:var(--sta_close);
  
}
.text-warning{
  color:var(--sta_important);
}
.text-danger{
  color:var(--sta_delayed);
  
  
}

.modal-body-sub{
  background-color:#DDEBF7;  
}
.text-retired{
  color:var(--asefg);
}
.btn-menu{
  max-width: 100px;
}
.gridSbList{
  min-height: 200px;
}
.gridList{
  min-height: 600px;
}
.rowHighlight{
  background-color: var(--icolor);
}

  .icon-img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    border-radius: 15%;
    transition: all 0.3s ease;
  }

  .icon-img:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
  }

  .cardStatusCard{
    max-height: 400px;

  }



/* Base del banner */
.modal-header.alert-banner{
  position: relative;
  border-bottom: 1px solid var(--hdr-border, rgba(var(--bs-body-color-rgb,33,37,41), .08));
  background: var(--hdr-bg, linear-gradient(135deg,
              rgba(var(--bs-primary-rgb,13,110,253), .10) 0%,
              rgba(var(--bs-primary-rgb,13,110,253), .03) 100%));
}

/* Barra vertical de acento a la izquierda */
.modal-header.alert-banner::before{
  content:"";
  position:absolute; inset:0 auto 0 0;
  width:6px; border-radius:0 4px 4px 0;
  background: var(--hdr-accent, rgba(var(--bs-primary-rgb,13,110,253), .35));
}

/* Botón de cierre gris */
.btn-close-gray{
  opacity: 1;
  filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%);
}
.btn-close-gray:hover{ opacity:.75; }

/* Variantes por estado (colores suaves, no saturados) */
.hdr-new{
  --hdr-bg:     linear-gradient(135deg, rgba(var(--bs-primary-rgb), .12), rgba(var(--bs-primary-rgb), .04));
  --hdr-border: rgba(var(--bs-primary-rgb), .25);
  --hdr-accent: rgba(var(--bs-primary-rgb), .35);
}
.hdr-delayed{
  --hdr-bg:     linear-gradient(135deg, rgba(var(--bs-danger-rgb), .10), rgba(var(--bs-danger-rgb), .03));
  --hdr-border: rgba(var(--bs-danger-rgb), .25);
  --hdr-accent: rgba(var(--bs-danger-rgb), .40);
}
.hdr-open{
  --hdr-bg:     linear-gradient(135deg, rgba(var(--bs-warning-rgb), .12), rgba(var(--bs-warning-rgb), .05));
  --hdr-border: rgba(var(--bs-warning-rgb), .25);
  --hdr-accent: rgba(var(--bs-warning-rgb), .45);
}
.hdr-close{
  --hdr-bg:     linear-gradient(135deg, rgba(var(--bs-success-rgb), .10), rgba(var(--bs-success-rgb), .03));
  --hdr-border: rgba(var(--bs-success-rgb), .25);
  --hdr-accent: rgba(var(--bs-success-rgb), .40);
}

/* Ajuste para dark mode: un poco más de opacidad para que se note */
[data-bs-theme="dark"] .modal-header.alert-banner.hdr-new{
  --hdr-bg: linear-gradient(135deg, rgba(var(--bs-primary-rgb), .18), rgba(var(--bs-primary-rgb), .08));
}
[data-bs-theme="dark"] .modal-header.alert-banner.hdr-delayed{
  --hdr-bg: linear-gradient(135deg, rgba(var(--bs-danger-rgb), .16), rgba(var(--bs-danger-rgb), .07));
}
[data-bs-theme="dark"] .modal-header.alert-banner.hdr-open{
  --hdr-bg: linear-gradient(135deg, rgba(var(--bs-warning-rgb), .20), rgba(var(--bs-warning-rgb), .10));
}
[data-bs-theme="dark"] .modal-header.alert-banner.hdr-close{
  --hdr-bg: linear-gradient(135deg, rgba(var(--bs-success-rgb), .16), rgba(var(--bs-success-rgb), .07));
}



/* Botón circular, moderno y sutil */
.btn-icon{
  --btn-size: 2.25rem;
  width: var(--btn-size);
  height: var(--btn-size);
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--bs-body-color-rgb, 33,37,41), .12);
  background: rgba(var(--bs-body-color-rgb, 33,37,41), .04);
  color: var(--bs-body-color, #212529);
  transition: background .2s ease, border-color .2s ease, transform .1s ease, box-shadow .2s ease;
}
.btn-icon:hover{
  background: rgba(var(--bs-body-color-rgb, 33,37,41), .08);
  border-color: rgba(var(--bs-body-color-rgb, 33,37,41), .2);
  transform: translateY(-1px);
}
.btn-icon:active{ transform: translateY(0); }
.btn-icon:focus-visible{
  outline: none;
  box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb, 13,110,253), .25);
}

/* Variante “ghost” (más minimal) */
.btn-icon-ghost{
  background: transparent;
  border-color: rgba(var(--bs-body-color-rgb, 33,37,41), .12);
}
.btn-icon-ghost:hover{
  background: rgba(var(--bs-body-color-rgb, 33,37,41), .06);
}

/* Modo oscuro: mejor contraste */
[data-bs-theme="dark"] .btn-icon{
  border-color: rgba(255,255,255, .14);
  background: rgba(255,255,255, .04);
  color: var(--bs-body-color, #e9ecef);
}
[data-bs-theme="dark"] .btn-icon:hover{
  background: rgba(255,255,255, .08);
  border-color: rgba(255,255,255, .22);
}


/* Banner por estado (gradiente sutil) */
.modal-header.alert-banner{
  position: relative;
  border-bottom: 1px solid var(--hdr-border, rgba(var(--bs-body-color-rgb,33,37,41), .08));
  background: var(--hdr-bg, linear-gradient(135deg,
              rgba(var(--bs-primary-rgb,13,110,253), .10) 0%,
              rgba(var(--bs-primary-rgb,13,110,253), .03) 100%));
}
.modal-header.alert-banner::before{
  content:""; position:absolute; inset:0 auto 0 0; width:6px; border-radius:0 4px 4px 0;
  background: var(--hdr-accent, rgba(var(--bs-primary-rgb,13,110,253), .35));
}
.hdr-new    { --hdr-bg: linear-gradient(135deg, rgba(var(--bs-primary-rgb), .12), rgba(var(--bs-primary-rgb), .04)); --hdr-border: rgba(var(--bs-primary-rgb), .25); --hdr-accent: rgba(var(--bs-primary-rgb), .35); }
.hdr-delayed{ --hdr-bg: linear-gradient(135deg, rgba(var(--bs-danger-rgb),  .10), rgba(var(--bs-danger-rgb),  .03)); --hdr-border: rgba(var(--bs-danger-rgb),  .25); --hdr-accent: rgba(var(--bs-danger-rgb),  .40); }
.hdr-open   { --hdr-bg: linear-gradient(135deg, rgba(var(--bs-warning-rgb), .12), rgba(var(--bs-warning-rgb), .05)); --hdr-border: rgba(var(--bs-warning-rgb), .25); --hdr-accent: rgba(var(--bs-warning-rgb), .45); }
.hdr-close  { --hdr-bg: linear-gradient(135deg, rgba(var(--bs-success-rgb), .10), rgba(var(--bs-success-rgb), .03)); --hdr-border: rgba(var(--bs-success-rgb), .25); --hdr-accent: rgba(var(--bs-success-rgb), .40); }

/* Botón cerrar moderno */
.btn-icon{
  --btn-size: 2.25rem;
  width: var(--btn-size); height: var(--btn-size);
  border-radius: 9999px;
  display:inline-flex; align-items:center; justify-content:center;
  border: 1px solid rgba(var(--bs-body-color-rgb,33,37,41), .12);
  background: rgba(var(--bs-body-color-rgb,33,37,41), .04);
  color: var(--bs-body-color, #212529);
  transition: background .2s, border-color .2s, transform .1s, box-shadow .2s;
}
.btn-icon:hover{ background: rgba(var(--bs-body-color-rgb,33,37,41), .08); border-color: rgba(var(--bs-body-color-rgb,33,37,41), .2); transform: translateY(-1px); }
.btn-icon:active{ transform: translateY(0); }
.btn-icon-ghost{ background: transparent; border-color: rgba(var(--bs-body-color-rgb,33,37,41), .12); }


.modal-subheader {
  background-color: transparent !important; /* transparente */
  border-bottom: 1px solid rgba(0,0,0,.12); /* línea sutil de división */
  padding: .5rem 1rem;
}

.modal-subheader .badge { margin-right: .25rem; margin-bottom: .25rem; }

/* Si usas modal oscuro, afina el color de la línea */
.modal-dark .modal-subheader {
  border-bottom-color: rgba(255,255,255,.15);
}

  .btn-close-modern {
    background: linear-gradient(90deg, #6a11cb, #2575fc);
    color: #fff;
    font-weight: 600;
    padding: 12px 0;
    border: none;
    border-radius: 0;
    font-size: 1rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
  }
  .btn-close-modern:hover {
    background: linear-gradient(90deg, #2575fc, #6a11cb);
    transform: scale(1.02);
  }
  .btn-close-modern i {
    margin-right: 6px;
  }

    .btn-close-dark-gradient {
    background: linear-gradient(135deg, #0f0f0f, #2c2c2c, #1a1a1a);
    color: #f8f9fa;
    font-weight: 600;
    padding: 12px 0;
    border: none;
    border-radius: 0;
    font-size: 1rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
  }
  .btn-close-dark-gradient:hover {
    background: linear-gradient(135deg, #1a1a1a, #3a3a3a, #111);
    color: #fff;
    transform: scale(1.02);
  }
  .btn-close-dark-gradient i {
    margin-right: 6px;
  }


  .myButton {
	box-shadow: 3px 4px 0px 0px #bf9b8f;
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color:#d0451b;
	border-radius:15px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.myButton:hover {
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	background-color:#bc3315;
}
.myButton:active {
	position:relative;
	top:1px;
}


/* ===== Botonera centrada ===== */
  .btn-row{
    display:flex; justify-content:center; align-items:center;
    gap:.75rem; width:100%;
  }

  /* ===== Botón mate 90px ===== */
  .btn-90{
    width:100px; min-width:100px;
    padding:.48rem .5rem;
    border-radius:12px;
    font-weight:600; font-size:.9rem; letter-spacing:.2px;
    text-align:center; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    border:1px solid transparent;
    color:#f8fafc;
    background-clip: padding-box;
    box-shadow: 0 .35rem .9rem rgba(0,0,0,.10);
    transition: transform .06s ease, box-shadow .2s ease, filter .15s ease, border-color .2s ease;
  }
  .btn-90:active{ transform: translateY(1px); }
  .btn-90:focus{ outline: none; }

  /* ===== Paleta mate (elegante/desaturada) ===== */
  /* Primario: verde salvia oscuro */
  .btn-matte-primary{
    /* degradé MUY sutil para sensación mate */
    background-image: linear-gradient(180deg, #4A5F57 0%, #3D4F49 100%);
    border-color: #374942;
  }
  .btn-matte-primary:hover{
    box-shadow: 0 .5rem 1.1rem rgba(61,79,73,.18);
    filter: brightness(1.02);
  }
  .btn-matte-primary:focus{
    box-shadow: 0 0 0 .2rem rgba(74,95,87,.28);
  }

  /* Neutral: gris pizarra cálido */
  .btn-matte-neutral{
    background-image: linear-gradient(180deg, #6B7079 0%, #5D626B 100%);
    border-color: #555B64;
    color: #f1f5f9;
  }
  .btn-matte-neutral:hover{
    box-shadow: 0 .5rem 1.1rem rgba(93,98,107,.18);
    filter: brightness(1.02);
  }
  .btn-matte-neutral:focus{
    box-shadow: 0 0 0 .2rem rgba(107,112,121,.28);
  }

  /* Accesibilidad: menos movimiento si el usuario lo prefiere */
  @media (prefers-reduced-motion: reduce){
    .btn-90{ transition: none; }
  }
.btn-custom {
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.3);
      width: 100px;              /* ancho fijo */
      padding: 10px 0;           /* centrado vertical */
      color: #ffffff;
      display: inline-flex;
      align-items: center;
      justify-content: center;   /* centra ícono + texto */
      gap: 6px;
      font: normal bold 14px/1 "Open Sans", sans-serif;
      text-align: center;
      text-decoration: none;
      transition: all 0.2s ease-in-out;
    }
    .btn-small{
      width: 30px;
      height: 30px;
    }
    .btn-custom:hover {
      transform: scale(1.05);
      box-shadow: 0 4px 8px rgba(0,0,0,0.4);
      color:#DAE9D9 ;
    }

    /* Botón azul */
    .btn-blue {
      background: linear-gradient(#0b5394, #073763);
      border-color:#073763 ;
    }
    
    /* Botón verde */
    .btn-gray {
      background: linear-gradient(#b3b4b3, #7b7b7b);
    }
    /* Botón verde */
    .btn-green {
      background: linear-gradient(#38761d, #274e13);
    }
    .btn-red {
      background:linear-gradient(to bottom, #e26e4b 5%, #ce0c0c 100%);
      border-color: #ce0c0c ;
    }
    .btn-custom i {
      font-size: 16px;
      
    }
    	

    .link-like-input{
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    width: auto;                /* no ocupar todo el ancho */
    display: inline-block;      /* para alinear con el título */
    color: var(--asef);   
    cursor: pointer;            /* mano al pasar */
  }
  .link-like-input:focus{
    outline: none;
    box-shadow: none;           /* sin halo de focus de form-control */
  }
  .link-like-input:hover,
  .link-like-input:focus{
    text-decoration: underline; /* subrayado estilo <a> */
  }

  
  
#mainContent .section-title {
    font-weight: 600;
    letter-spacing: .2px;
  }
  #mainContent .modern-card {
    border: 1px solid var(--bs-border-color);
    border-radius: 1rem;
    box-shadow: 0 .25rem 1rem rgba(0,0,0,.06);
  }
  #mainContent .icon-label {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--bs-secondary-color);
    font-weight: 600;
  }
  #mainContent .helper-text {
    font-size: .9rem;
    color: var(--bs-secondary-color);
  }
  /* Inputs readonly con fondo suave */
  #mainContent input[readonly] {
    background-color: var(--bs-light);
  }
  .textarea-status{
    height: calc(1.5em * 6) ; 
  }
  .textarea-resp{
    height: calc(1.5em * 3) ; 
  }
  @media (max-width: 575.98px) {
  .textarea-resp {
    height: calc(1.5em * 6) ; /* 6 líneas */
  
  }
  #mainContent{
      padding-right:4px; 
  }
  .textarea-resp {
    height: calc(1.5em * 8) ; /* 6 líneas */
  }
}

.input-error {
  border: 2px solid #dc3545 !important;   /* rojo bootstrap danger */
  background-color: #f8d7da !important;   /* light rojo */
}

.input-error .select2-selection {
  border: 2px solid #dc3545 !important;   /* rojo bootstrap danger */
  background-color: #f8d7da !important;   /* light rojo */
}

/* Para select2: aplica estilo al cuadro visible */
.select2-error .select2-selection {
  border: 2px solid #dc3545 !important;
  background-color: #f8d7da !important;
}
.invalid-feedback {
  font-size: 0.85rem;
}