﻿
body {
    background-color: #fff;
    background: url('../Imagenes/background.webp') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tblPandingMid tr td {
    font-size: 0.8rem;
    padding: 0.5rem;
}

.tblPandingMid-sm tr td {
    font-size: 0.8rem;
    padding: 0.2rem;
}

.fontSmall {
    font-size: 0.7rem;
}

.Trasparencia-Black {
    background-color: rgba(15, 20, 11, 0.6);
    right: 0% !important;
    left: 0% !important;
}

.Profile a {
    display: inline-block !important;
    padding-left: 1px !important;
}

.Profile img {
    border: 1px solid #fff;
}

.btn-icon {
    position: relative;
    line-height: 0;
    font-size: 1rem;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
    min-width: 50px;
}

@media (min-width: 576px) {
    .btn-icon {
        position: relative;
        line-height: 0;
        font-size: 1rem;
        width: 3.125rem;
        height: 3.125rem;
        padding: 0;

    }
}

.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
    font-size: 1.75rem;
    width: 5rem;
    height: 5rem;
}

.font-size-3 {
    font-size: 2rem;
}

.link-muted {
    color: #007934;
    /*border-bottom: 1px dashed #97a4af;*/
}

.btn-icon-label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*//se usa param iconos*/
.btn:not([href]):not([type]):not(:disabled):not(.disabled) {
    cursor: default;
}

.BtnNoBorder {
    margin: 0px;
}

.btn-green {
    color: #ffffff;
    background-color: #007934;
    border-color: #007934;
    margin: 0px;
}

.btn-greenLight {
    color: #ffffff;
    background-color: #66BB5E;
    border-color: #ffffff;
    margin: 0px;
}

.btn-greenLight:hover, .btn-greenLight:focus {
    color: #00943d !important;
    text-decoration: none;
}



.text-primary {
    color: #007934 !important;
}

h1 {
    font-size: 2.5rem;
    text-align: center;
    font-faimly: icon;
}

.h2 {
    font-size: 2rem;
}

.h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

.login-formV {
    padding: 40px 30px;
    text-align: center;
    margin-left: 25%;
    background: rgba(0, 149, 59, 0.81);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 50px auto;
    box-shadow: 0 0 15px black;
}

.login-formV .Logo {
    margin-bottom: 39px;
    margin-top: 43px;
}

.form-groupV {
    position: relative;
    margin-bottom: 15px;
}

.input-group-text {
    color: #2ea557;
}





.log-status.wrong-entry {
    -webkit-animation: wrong-log 0.3s;
    -moz-animation: wrong-log 0.3s;
    -ms-animation: wrong-log 0.3s;
    animation: wrong-log 0.3s;
}


.link {
    text-decoration: none;
    color: yellow;
    display: block;
    text-align: right;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.link:hover {
    text-decoration: underline;
    color: #8C918F;
}

.alertLog {
    display: none;
    font-size: 1.2em;
    color: #f00;
    float: left;
}


.BtnGreen {
    color: #fff;
    background: #66BB5E;
    box-shadow: 0px 3px 0px #669999;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.radius {
    border-radius: 50px;
}

.icon-plus::before {
    content: "\2795";
}

/*Radio buttons*/
.containerRadio {
    /*display: block;*/
    position: relative;
    padding-left: 25px;
    margin: 6px;
    margin-right: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.containerRadio input {
    position: absolute;
    opacity: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #d8d8d8;
    border-radius: 50%;
    border: 1px solid #00943D;
}

.containerRadio :hover input ~ .checkmark {
    background-color: #ccc;
}

.containerRadio input:checked ~ .checkmark {
    background-color: #66BB5E;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.containerRadio input:checked ~ .checkmark:after {
    display: block;
}

.containerRadio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

/*Radio buttons end*/
/*COMBO*/
.Combo select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    padding: 10px 12px;
    /*margin: 5px;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;
    background: #f8f8f8;
    color: #888;
    border: none;
    outline: none;
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    /*max-width: 600px !important;*/
    /*min-width: 300px !important;*/
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .Combo select {
        padding-right: 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.ALoginT {
    position: relative;
    animation-name: DIzquierda;
    animation-duration: 1.8s;
    animation-timing-function: initial;

}

.ALoginSub {
    position: relative;
    animation-name: DDerecha;
    animation-duration: 3s;
}

@keyframes DDerecha {
    0% {
        right: -100%;
    }
    100% {
        right: 0%;
    }
}

@keyframes DIzquierda {
    0% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}

.IconRotateY:hover {
    animation-name: RotateY;
    animation-duration: 3s;
}

@keyframes RotateY {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

.Combo label {
    display: inline;
    position: relative;
    font-size: 18px;
}

.Combo label:after {
    content: '►';
    color: #009933;
    background-color: #fff;
    border-radius: 0 3px 3px 0px;
    right: 6px;
    top: 0px;
    padding: 10px 8px;
    margin: -12px -3px 0px 0px;
    border-left: 1px solid #ddd;
    position: absolute;
    pointer-events: none;
}

.Combo label:before {
    content: '';
    right: 6px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #f8f8f8;
    position: absolute;
    pointer-events: none;
    display: block;
}

/*COMBO end*/

.txtBusqueda {
    background-image: url('/Imagenes/Icons/search-icon.webp');
    background-size: 35px 35px;
    background-position: 3px 5px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    /*max-width: 380px !important;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 5px;
    /*width: 380px;*/ /* Full-width */
    font-size: 18px; /* Increase font-size */
    padding: 12px 40px;
    /*padding: 10px 2px 2px 40px;*/ /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
    /*height: 50px;*/
}


.tbl {
    border-collapse: collapse; /* Collapse borders */
    width: 100%; /* Full-width */
    border: 1px solid #ddd; /* Add a grey border */
    font-size: 1em; /* Increase font-size */
}

.tbl th, .tbl td {
    text-align: left; /* Left-align text */
    padding: 1px; /* Add padding */
}

.tbl tr {
    /* Add a bottom border to all table rows */
    border-bottom: 1px solid #ddd;
}

.tbl tr.header, .tbl tr:hover {
    /* Add a grey background color to the table header and on hover */
    background-color: rgba(0, 153, 51, 0.4);
}

.Grid {
    background: #fff;
    /*border-collapse: separate !important;*/
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    /*border: 1px solid #949494;*/
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    text-align: center;
}

.TextLeft {
    text-align: left !important;
}

.Grid tr th {
    text-align: center;
    color: #009933;
    vertical-align: middle !important;
    padding-bottom: 5px;
    border-bottom: none;
}

.Grid tbody tr.one:nth-of-type(even) {
    /*background-color: rgba(102,187,94,.3);*/
    background-color: #eee;
}

.PopUp {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px;
    margin-bottom: 20px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.PopUp-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    /*border: 1px solid #888;*/
    width: 75%;
    border-radius: 8px;
    color: #3b3b3c;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0%, #ccc 100%) repeat scroll 0 0;
    box-shadow: 0 0 15px #aaa;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 20px;
}

.close:hover,
.close:focus {
    color: #606D80;
    text-decoration: none;
    cursor: pointer;
}

.PopUp-header {
    background-color: rgba(0, 153, 51, 0.4);
    border-radius: 7px 7px 0px 0px;
    padding-bottom: 5px;
    width: 100%;
}

.PopUp-header h1 {
    font-family: "Lucida Fax", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 24px;
    text-align: center;
    color: white;
}


.PopUp-body {
    padding: 2px 16px;
}

.PopUp-body label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    font-weight: bold;
    text-transform: capitalize;
}


.PopUp-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d9edf7;
}

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #c4e3f3;
}

/*.tblCabecera { 
   background:#00943d !important;
      border-radius: 10px 10px 0px 0px;
        -moz-border-radius: 10px 10px 0px 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
}*/

.tblCabecera > th {
    color: #303030 !important;
    background: rgb(179, 179, 177) !important;
    font-size: 18px !important;
    font-family: "DINOT-Bold";
    border-top: 0px !important;
}

.tblCabecera > th:nth-of-type(1) {
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    /*border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
    -webkit-border-radius: 10px 0px 0px 0px;*/
}

.tblCabecera > th:last-of-type {
    /*border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;*/
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}

.tr-1 {
    background-color: #4caf50;
}

.tr-2 {
    background-color: #ffffff;
}

@font-face {
    font-family: 'DINOT-Bold';
    src: url('fonts/DINOT FONT/DINOT-Bold.otf') format('opentype');
}

.blod {
    /*-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;*/
    font-family: "DINOT-Bold";
    /*font-weight: 400;*/
}

.sangria {
    padding-left: 30px !important;
}

@font-face {
    font-family: 'DINOT-BoldItalic';
    src: url('fonts/DINOT FONT/DINOT-BoldItalic.otf') format('opentype');
}

.blodItalic {
    font-family: "DINOT-BoldItalic" !important;
}

@font-face {
    font-family: 'DINOT-Regular';
    src: url('fonts/DINOT FONT/DINOT-Regular.otf') format('opentype');
}

body {
    font-family: "DINOT-Regular";
    font-size: 14px;
    color: #333333;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "DINOT-Regular";
    line-height: 1.1;
}

.titulo {
    color: black;
    font-size: 16px;
    text-align: right;
}

.tilte-size {
    font-size: 40px;
}

.text-size18 {
    font-size: 18px;
}

.font-titulo {
    color: #fadf06;
    font-size: 58px;
    text-align: center;
    text-shadow: rgb(3, 148, 60) 2px 0px 0px, rgb(3, 148, 60) 1.75517px 0.958851px 0px, rgb(3, 148, 60) 1.0806px 1.68294px 0px, rgb(3, 148, 60) 0.141474px 1.99499px 0px, rgb(3, 148, 60) -0.832294px 1.81859px 0px, rgb(3, 148, 60) -1.60229px 1.19694px 0px, rgb(3, 148, 60) -1.97998px 0.28224px 0px, rgb(3, 148, 60) -1.87291px -0.701566px 0px, rgb(3, 148, 60) -1.30729px -1.5136px 0px, rgb(3, 148, 60) -0.421592px -1.95506px 0px, rgb(3, 148, 60) 0.567324px -1.91785px 0px, rgb(3, 148, 60) 1.41734px -1.41108px 0px, rgb(3, 148, 60) 1.92034px -0.558831px 0px;
}

.iconCarga {
    background-image: url('../Imagenes/Icons/Carga.gif');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon {
    background-image: url('../../Imagenes/Icons/ui-icons_222222_256x240.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon-e {
    background-position: -32px -16px;
}

.icon-s {
    background-position: -64px -16px;
}

.R-C-Contenedor {
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.R-C-ContenedorSinFondo {
    border-radius: 4px;
    margin-bottom: 30px;
}

.R-C-Cabecera {
    padding: 5px 15px 5px;
    background-color: #FFFFFF;
    border-bottom: none !important;
    border-radius: 4px 4px 0px 0px;
    color: white !important;
    background: rgb(179, 179, 177) !important;
    font-size: 18px !important;
    font-family: "DINOT-Bold";
}

.R-C-T {
    margin: 0;
    color: #303030;
    font-weight: 300;
}

.R-C-P {
    font-size: 14px;
    font-weight: 400;
    color: #f9f9f9;
    font-family: "DINOT-Bold";
    margin-bottom: 0px;
}

/*.R-Body {
    width:40%;
}*/

.R-Body .ct-chart {
    margin: 60px 0 30px;
    height: 180px;
}

.R-Body-L {
    margin: 30px 0 30px;
    /*height: 180px;*/
    /*width:55%;*/
    /*font-size:20px;*/
}

.R-Body-L a {
    color: #00943d;
    cursor: pointer;
}

.R-Body-Full {
    width: 100%;
}

.R-Body-Full .ct-Bar {
    margin: 10px 0px -120px 0px;
    height: 250px;
}

.R-Body-Full .ct-chart {
    margin: 34px 0px 34px 0px;
    height: 250px;
}

.R-Body-L-Down {
    /*height: 180px;*/
    width: 100%;
    font-size: 22px;
    padding-left: 5px;
}

.R-Footer {
    padding-left: 5px;
    padding-bottom: 5px;
}

.R-Footer hr {
    margin-bottom: 5px;
    margin-top: 5px;
}

.ContenedorLinks i {
    color: #00943d;
    margin-right: 5px;
    font-weight: bold;
}

.ContenedorLinks a {
    font-size: 1.3rem;
    color: #00943d;
    cursor: pointer;
}

.ContenedorLinks a:hover, a:focus {
    color: #333333;
    text-decoration: underline;
}

.row-eq-height {
    display: inline;
}

.tituloResponsive {
    font-size: 1.1rem;
}

.text-Rem0-9 {
    font-size: 0.9rem !important;
}

.text-Rem-1 {
    font-size: 1rem !important;
}

.text-Rem1-1 {
    font-size: 1.1rem !important;
}

.text-Rem1-2 {
    font-size: 1.2rem !important;
}

.text-Rem1-3 {
    font-size: 1.3rem !important;
}

.text-Rem1-4 {
    font-size: 1.4rem !important;
}

.text-Rem1-5 {
    font-size: 1.5rem !important;
}

.LabelIndex {
    font-size: 1rem;
}

/*.ContenedorLinks a {
        font-size:  1.3rem;
    }*/
.R-C-Contenedor-displey {
    display: block;
}

.LblFiltro {
    font-size: 0.6rem;
}

.img-Personalizada {
    height: 66px !important;
    min-width: 100px !important;
}

@media (min-width: 768px) {
    .img-Personalizada {
        height: 66px !important;
        min-width: 390px !important;
    }

    .LblFiltro {
        font-size: 1rem;
    }

    .R-Body-L {
        font-size: 1.3rem;
    }

    .R-C-Contenedor-displey {
        display: flex;
    }

    .ContenedorLinks {
        font-size: 1.6rem;
    }

    .tituloResponsive {
        font-size: 1.75rem;
    }

    .titulo {
        color: black;
        font-size: 36px;
        text-align: right;
    }
}

@media (min-width: 980px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.R-T-P {
    text-align: left;
    /*color: #009933;*/
    font-size: 40px !important;
}

.R-T-P p {
    /*border: 2px solid #009933;*/
    text-align: left !important;
    margin-top: 20px;
}

.Tab-Container {
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    padding: 5px;
}

.Tab-Bar {
    /*background: rgba(10,149,58,0.85);*/
    background: rgb(179, 179, 177);
    border-radius: 4px 4px 0px 0px;
    color: white;
}

.Tab-Bar li a {
    font-size: 22px;
    color: #303030;
}

.Change-formV {
    /*width:350px;*/
    width: 450px;
    padding: 20px 30px;
    text-align: center;
    background: rgba(0, 148, 28, 0.6);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 50px auto;
    box-shadow: 0 0 15px black;
    margin-top: 25px;
}

.Change-controlV {
    width: 100%;
    height: 34px;
    border: none;
    padding: 5px 7px 5px 15px;
    background: #fff;
    text-transform: uppercase;
    color: #666;
    border: 2px solid yellow;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.Change-btn {
    background: #0D9041;
    dispaly: inline-block;
    width: 11em;
    font-size: 1.5em;
    height: 2.3em;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.Change-controlV:hover, .Change-controlV:focus, Change-controlV:focus + .fa {
    border-color: darkseagreen;
    color: darkseagreen;
}

.log-status.wrong-entry .Change-controlV, .wrong-entry .Change-controlV + .fa {
    border-color: #ed1c24;
    color: #ed1c24;
}

.Cursor {
    cursor: pointer;
}

.Shadow {
    transition: box-shadow .3s;
}

.Shadow:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.Shadow .Shadow-Cursor {
    cursor: pointer;
}

.text-Blanc {
    color: #ffffff;
}

.text-Blanc:hover, .text-Blanc:focus {
    color: #e5f606;
    text-decoration: none;
}

.vertical-center {
    display: block;
}

/*@media (min-width: 992px) {
.vertical-center {
  min-height: 100%;
  min-height: 90vh; 

  display: flex;
  align-items: center;
}
}*/
@media (min-width: 1200px) {

    .vertical-center {
        min-height: 100%;
        min-height: 90vh;
        display: flex;
        align-items: center;
    }
}

.Minusculas {
    text-transform: lowercase !important;
}

.Mayusculas {
    text-transform: uppercase;
}

.bg-light {
    /*background-color: #0D9041; /*color Barra de  menu*/
    padding-top: 0px;
    padding-bottom: 0px;
    border-color: #000;
    background-color: #007934 !important;
}


.navbar-Green .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-Green .navbar-brand:hover, .navbar-Green .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

/**/
.navbar-Green .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

/**/
.navbar-Green .navbar-nav .nav-link:hover, .navbar-Green .navbar-nav .nav-link:focus {
    color: rgba(229, 246, 6, 1);
}

.navbar-Green .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

/**/
.navbar-Green .navbar-nav .show > .nav-link,
.navbar-Green .navbar-nav .active > .nav-link,
.navbar-Green .navbar-nav .nav-link.show,
.navbar-Green .navbar-nav .nav-link.active {
    color: rgba(229, 246, 6, 0.7);
}

.navbar-Green .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    /*border-color: rgba(0, 0, 0, 0.1);*/
}

.navbar-Green .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-Green .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-Green .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-Green .navbar-text a:hover, .navbar-Green .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.btn-outline-secondary {
    color: #2ea557;
    background-color: #ffffff;
    background-image: none;
    border-color: #dee2e6;
}

.Zoom:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    overflow: hidden;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 10.2px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 700;
    content: "\F107";
    Border: 0px;
    vertical-align: 0;
}

.dropdown-submenu > .dropdown-item:hover:after, .dropdown-submenu > .list-group-item:hover:after {
    -webkit-transform: translate(5px, -50%);
    -ms-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
}

.dropdown-submenu > .dropdown-item:after, .dropdown-submenu > .list-group-item:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 1rem;
    margin-left: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.dropdown-submenu > .dropdown-item::after, .dropdown-submenu > .list-group-item::after {
    display: inline-block;
    margin-left: 10.2px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 700;
    content: "\F105";
}

@media (min-width: 992px) {
    .dropdown-menu > li:hover .dropdown-item {
        z-index: 11;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        background-color: #fff;
        -webkit-box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
        box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
        border-radius: 0.375rem;
        border: 1px solid #007934;
    }

}

.btn-secondary {
    color: #333333;
    background-color: #ffffff;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #00943d;
    background-color: #ebebeb;
    border-color: #007934;
}








.text-Active {
    color: #07953b;
}

.info {
    position: relative;
}

.info .infoMns {
    visibility: hidden;
    width: auto;
    background-color: #fff;
    color: #fff;
    text-align: left;
    font-weight: bold;
    padding: 5px 0;
    border-radius: 6px;
    border: 1px solid black;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 100%;
}

.info:hover .infoMns {
    visibility: visible;
}

.info .infoMns::after {
    content: " ";
    position: absolute;
    bottom: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}


.imgMenu:active img {
    -webkit-transform: scale(1.3);
    transform: scale(0.7);
}

.imgMenu {
    overflow: hidden;
}

.imgMenu:hover img {
    filter: saturate(180%);
}

.tdDesplegable {
    max-width: 15px;
    width: 15px;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block !important;
}

.btn-success {
    background-color: #007934;
    border-color: #007934;
}

.spinner-sm {
    width: 1.4rem;
    height: 1.4rem;
}

.table > tbody.tblAgrupable > tr.active > td,
.table > tbody.tblAgrupable > tr.active > th,
.table > tbody.tblAgrupable > tr > td.active,
.table > tbody.tblAgrupable > tr > th.active,
.table > tfoot.tblAgrupable > tr.active > td,
.table > tfoot.tblAgrupable > tr.active > th,
.table > tfoot.tblAgrupable > tr > td.active,
.table > tfoot.tblAgrupable > tr > th.active,
.table > thead.tblAgrupable > tr.active > td,
.table > thead.tblAgrupable > tr.active > th,
.table > thead.tblAgrupable > tr > td.active,
.table > thead.tblAgrupable > tr > th.active {
    background-color: #fff;
}

.tblAgrupable tr.header {
    font-weight: bold;
    background-color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

.tblAgrupable tr:not(.header) {
    display: none;
    background-color: rgba(0, 0, 0, 0.075);
}

.tblAgrupable tr:not(.header) th {
    background-color: #fff;
}

.tblAgrupable > tr.header td:after {
    content: "\002b";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    color: #999;
    text-align: center;
    padding: 3px;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    font-size: 24px;
}

.tblAgrupable .header.active td:after {
    content: "\2212";
}


ol.int-circulo li {
    list-style-type: none;
    position: relative;
}

ol.int-circulo li::before {
    color: #ffdd00;
    content: "-";
    left: -15px;
    position: absolute;
    text-align: right;
    width: 10px;
    height: 10px;
    top: 6px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #007934;
    box-shadow: 0 0 0 3px #ffdd00;
    border-radius: 50%;
}

.cb-container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;

    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.dropdown-header {
    text-decoration: none;
    color: var(--bs-dropdown-header-color);
}

.dropdown-header:hover {
    text-decoration: underline;
    color: var(--bs-link-color);
}
