.content-page-2 {
  margin-left: 0px;
  overflow: hidden;
  padding: 0 15px 65px 15px;
  min-height: 80vh;
  margin-top: 70px;
}


.navbar-custom .topnav-menu .nav-link {
    padding: 0 15px;
    color: #000000;
    min-width: 32px;
    display: block;
    line-height: 70px;
    text-align: left;
    max-height: 70px;
}


.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #81bc00;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 0 7px;
    margin-top: 6px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #81bc00 !important;
}


.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}


#f_n_valor_numerico {
    width: 80%; /* Ancho completo del contenedor */
}


.ocultar-celda {
    display: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e5e5e5;
    opacity: 1;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0.1rem;
}

.footer-2 {
  bottom: 0;
  padding: 19px 15px 20px;
  position: absolute;
  right: 0;
  color: var(--ct-text-muted);
  left: 0px;
  background-color: var(--ct-footer-bg);
}

.page-item.active .page-link {
    z-index: 3;
    color: #000;
    background-color:#81bc00;
    border-color: #81bc00;
}
.bg-pattern {
    background-image: none !important;
}
.error {
    color: red;
}

.enlace
{
  cursor:pointer;
  display: inline;
}

.text-primary {
  color: #ffffff!important;
}

.badge-soft-primary {
  color: #000000;
  background-color: #81bc00;
  box-shadow: none;
}


.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    color: var(--ct-list-group-color);
    background-color: var(--ct-list-group-bg);
    border: 0px solid var(--ct-list-group-border-color);
  }
.left-side-menu {
    width: 240px;
    background: var(--ct-bg-leftbar);
    bottom: 0;
    padding: 10px 0;
    position: fixed;
    transition: all .1s ease-out;
    top: 70px;
    box-shadow: var(--ct-box-shadow);
  }

  img, svg {
    vertical-align: middle;
    height: 20px;
  }

  .table-light {
    --ct-table-bg: #81bc00;
    --ct-table-striped-bg: #81bc00;
    --ct-table-striped-color: #fff;
    --ct-table-active-bg: #e0e4e7;
    --ct-table-active-color: #81bc00;
    --ct-table-hover-bg: #e5e9eb;
    --ct-table-hover-color: #81bc00;
    color: #000000;
    border-color: #81bc00;
  }

  .text-info {
    color: #000000 !important;
  }

  .page-title-box .page-title {
    font-size: 1rem;
    margin: 0;
    line-height: 75px;
    color: #000;
  }

  .btn-success {
    color: #fff;
    background-color: #81bc00;
    border-color: #81bc00;
}
.btn-success:focus {
    color: #fff;
    background-color: #81bc00;
    border-color: #81bc00;
}

.btn-success:hover {
    color: #fff;
    background-color: #81bc00;
    border-color: #81bc00;
}

  .list-group-item {
    position: relative;
    display: block;
    padding: .25rem 1.25rem;
    padding-left: 1.25rem;
    color: var(--ct-list-group-color);
    background-color: var(--ct-list-group-bg);
    border-bottom: 1px solid #81bc00;
  }

body {
    font-size: .721rem !important;
}




#tb_inspeccion .fixed-column {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.nav-pills>li>a, .nav-tabs>li>a {
    color: #000000;
    font-weight: 600;
}

.action-icon{
    color: #1abc9c;
    font-size: 1.2rem;
    display: inline-block;
    padding: 0 3px;
}

.text-link-afco {
    color: #81bc00;
}

a:hover {
  color: #000000;
}

body.authentication-bg {
  background-color: #81bc00;
  background-size: cover;
  background-position: center;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
     color: #81bc00;
}
link.active {
  color: #000000;
}
.btn-primary {
  color: #fff;
  background-color: #81bc00;
  border-color: #81bc00;
}

.bg-light {
    --ct-bg-opacity: 1;
    background-color: #81bc00 !important;
    color:#000000;
}

#sidebar-menu .menuitem-active .active {
    color: #81bc00;
}

#sidebar-menu .menuitem-active>a {
    color: #81bc00;
}
.breadcrumb-item>a {
    color: #000000;
}

a {
    color: #81bc00;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #81bc00;
    font-weight: bold;
  }

body {
   
    color: #000000;
}

.table {
    color: #000000;
  }
.text-muted {
    --ct-text-opacity: 1;
    color: #000000 !important;
}

action-icon {
    color: #81bc00;
    font-size: 1.2rem;
    display: inline-block;
    padding: 0 3px;
}
