﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}



/* POP UP */
.center-div {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}

.spinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.loader {
    margin: auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #15a0ec;
    border-bottom: 16px solid #15a0ec;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.inner-div {
    background-color: white;
    border-radius: 15px;
    margin: auto;
    padding: 2%;
    width: 150px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* MEDIDOR */
.highcharts-figure .chart-containerMedidor {
     width: 300px;
    height: 180px;
    float: none;
}

.highcharts-figure-small .chart-containerMedidor-small {
    width: 200px;
    height: auto;
    float: none;  
}

.highcharts-figure,
.highcharts-data-table table {
    width: 450px;
    margin: 0 auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

@media (max-width: 600px) {
    .highcharts-figure,
    .highcharts-data-table table {
        width: 100%;
    }

        .highcharts-figure .chart-container {
            width: 300px;
            float: none;
            margin: 0 auto;
        }
}


.area1 {
    position: relative;
    color: blue;
    width: 50%;
    font-weight: normal;
}

.fixed1 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    height: auto;
    border: none;
    padding: 5px;
    z-index: 100px;
    background-color: aliceblue;
    display: none;
    color: gray;
    font-weight: normal;
}


.area2 {
    position: relative;
    color: blue;
    width: 50%;
    font-weight: normal;
}

.fixed2 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    height: auto;
    border: none;
    padding: 5px;
    z-index: 100px;
    background-color: aliceblue;
    display: none;
    color: gray;
    font-weight: normal;
}


.area3 {
    position: relative;
    color: blue;
    width: 50%;
    font-weight: normal;
}

.fixed3 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    height: auto;
    border: none;
    padding: 5px;
    z-index: 100px;
    background-color: aliceblue;
    display: none;
    color: gray;
    font-weight: normal;
}


.area4 {
    position: relative;
    color: blue;
    width: 50%;
    font-weight: normal;
}

.fixed4 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    height: auto;
    border: none;
    padding: 5px;
    z-index: 100px;
    background-color: aliceblue;
    display: none;
    color: gray;
    font-weight: normal;
}


.area5 {
    position: relative;
    color: blue;
    width: 50%;
    font-weight: normal;
}

.fixed5 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    height: auto;
    border: none;
    padding: 5px;
    z-index: 100px;
    background-color: aliceblue;
    display: none;
    color: gray;
    font-weight: normal;
}


.area6 {
    position: relative;
    color: blue;
    width: 50%;
    font-weight: normal;
}

.fixed6 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    height: auto;
    border: none;
    padding: 5px;
    z-index: 100px;
    background-color: aliceblue;
    display: none;
    color: gray;
    font-weight: normal;
}


.area7 {
    position: relative;
    color: blue;
    width: 50%;
    font-weight: normal;
}

.fixed7 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: auto;
    height: auto;
    border: none;
    padding: 5px;
    z-index: 100px;
    background-color: aliceblue;
    display: none;
    color: gray;
    font-weight: normal;
}

input[type="text"]:disabled {
    background: #fff;
    border:none;
}

table {
    border-spacing: 2px;
}

th, td {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
}

/*  POP UP DE CARGA*/

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.intermitente {
    border: 1px solid gray;
    padding: 0px 0px;
    box-shadow: 0px 0px 5px;
    animation:  resplandorAnimation 2s;
    animation-duration: 20s;
    width: 80%;
    position: fixed;
}

@keyframes resplandorAnimation {
    0%,100% {
        box-shadow: 0px 0px 20px;
    }

    50% {
        box-shadow: 0px 0px 0px;
    }
}


.submit-progress-bg {
    background-color: lightgray;
    opacity: .5;
}

.submit-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 6em;
    padding-top: 2.3em;
    z-index: 1;
    /* The following properties are the ones most likely to change */
    width: 20em;
    /* Set 'margin-left' to a negative number that is 1/2 of 'width' */
    margin-left: -10em;
    padding-left: 2.1em;
    background-color: black;
    color: white;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -webkit-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -moz-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
}

/* Changing style for spinner */
.submit-progress {
    padding-top: 2em;
    width: 23em;
    margin-left: -11.5em; /* Set to a negative number that is 1/2 of the width */
}

    .submit-progress i {
        margin-right: 0.5em;
    }

.hidden {
    display: none;
}

#divPuntajeSeccion_1 {
    position: relative;
    text-align:center;
    right: 34.5%;
    top: 0px;
    height: 100px;
    width: 150px;
}
/*
    style="position:absolute; padding-left:140px; padding-top:0; z-index:1; width:fit-content;  
    style="position:relative; padding-top:0; z-index:-1; width:fit-content; height:90px; 
*/
#divPuntajeSeccion {
    position: absolute;
    padding-left: 140px;
    padding-top: 0;
    z-index: 1;
    width: fit-content; 
}
#divGrafica {
    position: relative;
    padding-top: 0;
    width: fit-content;
    height: 90px;
}

