

:root {
    --brand-color: #00A85A;
    --brand-light-color: #458c6c;
    --brand-lighter-color: #93b6a7;
    --brand-listar: rgba(147, 182, 167, 0.40);
    --brand-color-2: #0078AD;
    --brand-light-color-2: #52abcc;
    --brand-lighter-color-2: #A1D5E8;
    --color-cancelado: #8A8A8A;
    --color-incompleto: #CA92A2;
    --color-cancelado-light: #8A8A8A55;
    --color-incompleto-light: #CA92A255;

}
.navbar {
    background-color: var(--brand-color);
}

.btn-primary {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
}

.navbar-nav {
  flex-direction: row;
}


html {
    height: 100%;
}

body {
    min-height: 100%;
    font-family: "Open Sans", Serif, sans-serif;
}

.navbar {
    background-color: #355e4f;
    /*overflow: hidden;*/
    height: auto;
}

.navbar-brand {
  padding: 0;
}

.contenedor-interno {
    background: var(--brand-lighter-color);
    box-shadow: 1px 1px 10px #CCC;
    border-radius: 5px;
    padding: 10px;
}

.contenedor-index{
    background: var(--brand-listar);
    box-shadow: 1px 1px 10px #CCC;
    border-radius: 5px;
    padding: 10px;
}


.navbar-brand  img {
  height: 100px;
  width: auto;
}


.nav .list-group .nav-item:hover{
    border-left: none;
    font-weight: bold;
}

.nav .list-group .nav-link{
    font-size: 14px;
}


.container{
    padding: 0;
    margin: 10px 5px 0 5px;
}

ul.pagination li a:hover,
ul.pagination li a:focus {
    color: white;
    background-color: var(--brand-color);
}

ul.pagination li.page-item.active a {
    background-color: var(--brand-color);
}

ul.pagination li.page-item.active a:hover {
    border-color: var(--brand-color);
}

.boton-tabla {
    padding: 0;
    padding-left: 5px;
}

.boton-lupa {
    margin-bottom: 10px;
}

.lupa-buscar-contenido {
    font-size:42px;
}

.tabla-busqueda
{
    height:200px;
    border: 1px solid;
    overflow: auto;
}

.tabla-busqueda-x2{
    height:125px;
    border: 1px solid;
    overflow: auto;
}

.dialog-seleccion {
    max-width: 800px;
}

.dialog-view-detail {
    max-width: 1000px;
}

.seleccion{
    width: 800px;
}

.fila-seleccionada{
    background-color: var(--brand-color);
}

.label-informacion-totales {
    color:var(--brand-color-2);
    font-size: large;
}

.de-baja
{
    background-color:#ff9e9e !important;
}

.de-baja:hover
{
    background:#e08888 !important;
}

.message-success {
   margin-top: 25px;
   background-color: var(--green);
   color:white;
   font-style:italic;
   font-size: 20px;
   text-align: center;
   -webkit-animation-duration: 5s;animation-duration: 5s;
   -webkit-animation-fill-mode: both;animation-fill-mode: both;
}

.message {
   margin-top: 25px;
   background-color: var(--brand-color);
   color:white;
   font-style:italic;
   font-size: 20px;
   text-align: center;
   -webkit-animation-duration: 5s;animation-duration: 5s;
   -webkit-animation-fill-mode: both;animation-fill-mode: both;
}


.message-error {
   margin-top: 25px;
   background-color: var(--red);
   font-style:italic;
   font-size: 20px;
   text-align: center;
   -webkit-animation-duration: 5s;animation-duration: 5s;
   -webkit-animation-fill-mode: both;animation-fill-mode: both;
}

.message-warning {
   margin-top: 25px;
   background-color: var(--yellow);
   font-style:italic;
   font-size: 20px;
   text-align: center;
   -webkit-animation-duration: 5s;animation-duration: 5s;
   -webkit-animation-fill-mode: both;animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
   0% {opacity: 1;}
   100% {opacity: 0;}
}

@keyframes fadeOut {
   0% {opacity: 1;}
   100% {opacity: 0;}
}

.fadeOut {
   -webkit-animation-name: fadeOut;
   animation-name: fadeOut;
}

.custom-file-input,
.custom-file-label::after {
    content: "Seleccionar" !important;
}

.menu-descarga{
    max-height: 100px;
    max-width: 300px;
}

.card {
    border-top: 2px solid #dee2e6;
    border-radius: 0;
    margin-bottom: 10px;

}
.custom-card {
    border: none;
}


.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--brand-lighter-color);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='4' fill='rgb(0,168,90)'/%3E%3C/svg%3E");
}

.custom-control-input:checked ~ .custom-control-label::before {
    background:var(--brand-color);
}


.form-radio-custom input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: var(--brand-color);
}

.reporte-header {
    font-size: 18px;
    font-stretch: condensed;
    font-weight: bold;
}

.reporte-header .left{
    margin-right: 10px;
    border-right: 2px solid var(--brand-color);
    padding-right: 5px;
}

.reporte-header .left-2{
    text-align: center;
    border-right: 2px solid var(--brand-color);
    padding-right: 10px;
}

.reporte-header .left-numero{
    margin-left: 20px;
    border-right: 2px solid var(--brand-color);
    padding-right: 10px;
}

.reporte-header .center{
    font-size: 28px !important;
}

.pedido-cancelado {
    background-color: var(--color-cancelado)!important;
 }

.pedido-cancelado:hover {
    background-color: var(--color-cancelado-light)!important;
}

.pedido-incompleto {
    background-color: var(--color-incompleto)!important;
}

.pedido-incompleto:hover {
    background-color: var(--color-incompleto-light) !important;
}

.list-group-item {
    background-color: var(--brand-listar);
}
.card-header {
    background-color: var(--brand-lighter-color)!important;
}

.btn .btn-link {
    text-decoration: none;
}

.version {
    font-family: "Roboto", Serif, sans-serif;
    font-size: 12px;
    margin-left: 10px;
}

.boton-acordion {
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    color: navajowhite;
}


hr.style-seven {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

@media (max-height: 400px) {
    .nav .list-group .nav-link{
        font-size: 11px;
    }
}

.blink {
    animation: blinker 1.2s linear infinite;
    color: var(--brand-color-2);
    font-weight: bold;
    cursor: pointer;
}

@keyframes blinker {
    50% { opacity: 0; }
}


.tabla-scroll {
    max-height: 70vh;
    overflow: auto;
    position: relative;
}

.tabla-scroll table {
    border-collapse: separate;
    border-spacing: 0;
}

.tabla-scroll thead th {
    position: sticky;
    z-index: 3;
    background: #f8f9fa; /* parecido a thead-light */
}