*{
    font-size: .98em!important;
}

.bg-image-ext {
    position: absolute;
    background-image: url("../img/fondo.png");
    filter: blur(3px);
    -webkit-filter: blur(3px);
    height: 100%; 
    width: 100%;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover; /* Mozilla*/
    -o-background-size: cover; /* Opera*/
    background-color: white;
}

#container, body{
    background: whitesmoke;
}

td, th, div{
    border: none!important;
    box-sizing: border-box!important;
}

.table .thead-dark th{
    background: #0569c8;
}

.caja{
    box-shadow: 0px 2px 6px 2px rgba(76,141,191,0.75);
    border-radius: .25em;
    margin: .5em;
    width: 99%;
    background: white!important;
}

.cincuenta{
    display: inline-block;
    width: 48%;
    margin: 2em 0 0 1%;
    text-align: center;
}

.container{margin-top:1em}

.container-ext{margin-top:22vh;}

th{
    text-transform: uppercase!important;
}

th.sticky-header0 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
    background: #0569c8;
}

th.sticky-header1 {
    position: -webkit-sticky;
    position: sticky;
    top: 41px;
    z-index: 5;
    background: #0569c8;
}

.bg-image {
    background-image: url("../img/header.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 80% 100%;
}

.grafica{
    padding: 0 0 0 2em;
    display: inline-block; 
    width: 47%; min-width: 21em;
}

.btn-primary{
    background: #0569c8;
    color: white!important;
}

.btn-warning{
    background: #efe61e;
    color: black!important;
}

.btn-success{
    background: #7cc805;
    color: black!important;
}

.btn-danger{
    background: red;
    color: white!important;
}

.valoresnetos, .valoresdetalle, .masgrande, .masgrandeflat{
    font-weight: bolder!important;
}

.valoresnetos{ 
    background: #004373!important;
}

.valoresdetalle{
    background: #004373!important;
}

.masgrande, .masgrandeflat{ 
    color: black;
    text-transform: uppercase;
}

.masgrandeflat{
    color: gray;
}

tr:nth-child(odd) {
    background-color: #0569c8;
}

.table>thead>tr>td{
    background-color: white; 
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th,
.impar{
    background-color: #c4c4c4;
    color: black;
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th
.par{
    background-color: #e0e0e0;
    color: black;
}

.impar{
    background-color: #c4c4c4!important;
    color: black;
}

.par{
    background-color: #e0e0e0!important;
    color: black;
}

.nombre{
    width: 15%;        
}

.border-bottom {
    border-bottom: none!important;
}

.opciones{
    margin-left: 2rem;
    margin-right: auto;
    margin-top: 0;
}

@media(max-width: 991px) {
    .grafica{
        padding: 1em 0 0 1em;
        display: block; 
        width: 96%;
    }

    .cincuenta{
        width: 96%;
    }

    th.sticky-header1 {
        position: -webkit-sticky;
        position: sticky;
        top: 42px;
        z-index: 5;
        background: #0569c8;
    }

    .nombre, .valor, .cargador{
        padding: 0;
        margin: 0;
    }

    .nombre{
        width: 24%;        
    }

    .valor{
        min-width: 70%;
        width: auto;
    }

    .cargador{
        margin-right: 0;
        margin-left: auto;
        min-width: 75%;
        margin-bottom: 1em;
    }
}


.nombre-v2{
    width: 40%;        
}

.valor-v2{
        min-width: 15%;
        width: auto;
		padding:1px 1px;
    }
.cargador-v2{
	margin-right: 0;
	margin-left: auto;
	min-width: 45%;
	margin-bottom: 0.3em;
}

.striped-rows .row:nth-of-type(odd) div {
background-color:#e0e0e0;
}
.striped-rows .row:nth-of-type(even) div {
background: #FFFFFF;
}

.choose::-webkit-file-upload-button {
  color: white;
  display: inline-block;
  background: #1CB6E0;
  border: none;
  padding: 7px 15px;
  font-weight: 700;
  border-radius: 3px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 10pt;
}

.choose-disabled::-webkit-file-upload-button {
  color: white;
  display: inline-block;
  background: #CCC;
  border: none;
  padding: 7px 15px;
  font-weight: 700;
  border-radius: 3px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 10pt;
}
