﻿/** Fuentes enviadas por inGenius **/
@font-face {
    font-family: 'Caro Soft';
    src: url('../../fonts/carossoft/CarosSoft.ttf') format('truetype');
}

.carosoft {
    font-family: 'Caros Soft' !important;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/roboto/Roboto-Regular.ttf') format('truetype');
}

.roboto {
    font-family: 'Roboto';
}

body {
    font-family: Roboto;
    font-size: smaller !important;
}

/* Colores del texto de la aplicación */
.txt-blanco {
    color: white;
}

.txt-azul-titulo {
    color: #0093C6;
}

.txt-azul {
    color: #00B8D4;
}

.txt-datos {
    color: #131942 !important;
}

.text-center {
    text-align: center;
    align-items: center;
}

.text-left {
    text-align: left;
    align-items: initial;
}

.txt-smaller {
    font-size: x-small !important;
}

.txt-bigger{
    font-size:large !important;
}
.superindice {
    position: relative;
    top: -0.5em;
    font-size: 50%;
}

.lbl-campo{
    text-align: right;
    margin-right: 6px !important;
    padding-right: 6px !important;
}

.padding{
    padding:2px 2px 2px 5px;
}

.superrow{
    height:32px !important;
}

.numletra {
    height: 85px !important;
}

.separador{
    font-size:4px !important;
}

.hr-blue {
    border: 1px solid #00B8D4;
}

.hr-blue-rd {
    border-right: 1px solid #00B8D4;
    border-bottom: 1px solid #00B8D4;
}

.hr-blue-r {
    border-right: 1px solid #00B8D4;
}

.hr-blue-d {
    border-bottom: 1px solid #00B8D4;
}

.hr-white {
    border-top: 1px solid white;
    padding-top: 2px;
}

.control-values {
    background-color: #DDEBF7;
}

.section-title {
    background: linear-gradient(to right,#300964,#0061B3) !important;
    background-color: #300964 !important;
    border-color: #00B8D4;
    color: white !important;
    font-weight: bold !important;
    padding: 5px 5px 5px 15px;
}

.section-gray {
    background-color: #F2F2F2;
}

#logo img {
    height: 110px !important;
}

.header-info {
    line-height: 3px;
    font-size: 14px !important;
}

.header-info p:first-child {
    padding: 10px 10px !important;
    margin-bottom: 30px !important;
}

.line {
    width: 5px;
    background-color: #2e75b6;
    height: 100px;
}

.encabezado{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.data-info {
    padding: 25px 15px;
    line-height: 3px;
    background-color: #ddebf7;
    margin-left: 10px
}
.main {
    width: 100vw;
    height: 100vh;
}
table tr td {
    font-size: 13px;
}

#myChartPie{
    width: 200px !important;
    height: 200px !important

}

#myChartStacked {
    width: 200px !important;
    height: 200px !important;
    display: none !important;
}

.lbl-cp-terreno {
    background-color: #131942;
    color: white;
    letter-spacing: 1px;
    padding: 1px 3px;
    font-weight: 500;
    font-size: 10px;
    max-width:40px;
    border: none;
    text-align:center;
    margin-left: 10%;
    margin-right:5%;
}

.lbl-cp-const {
    background-color: #0061B3;
    color: white;
    letter-spacing: 1px;
    padding: 1px 3px;
    font-weight: 500;
    font-size: 10px;
    max-width: 40px;
    border: none;
    text-align: center;
    margin-left: 10%;
    margin-right: 5%;
}

.lbl-cp-cadic {
    background-color: #00B8D4;
    color: white;
    letter-spacing: 1px;
    padding: 1px 3px;
    font-weight: 500;
    font-size: 10px;
    max-width: 40px;
    border: none;
    text-align: center;
    margin-left: 10%;
    margin-right: 5%;
}

.lbl-cp-cproc {
    background-color: #E1CB00;
    color: white;
    letter-spacing: 1px;
    padding: 1px 3px;
    font-weight: 500;
    font-size: 10px;
    max-width: 40px;
    border: none;
    text-align: center;
    margin-left: 10%;
    margin-right: 5%;
}

.lbl-cp-instesp {
    background-color: #19C4A6;
    color: white;
    letter-spacing: 1px;
    padding: 1px 3px;
    font-weight: 500;
    font-size: 10px;
    max-width: 40px;
    border: none;
    text-align: center;
    margin-left: 10%;
    margin-right: 5%;
}

.lbl-pv-sugerido {
    background-color: #FAD800;
    color: black;
    letter-spacing: 1px;
    padding: 1px 5px;
    font-weight: bold;
    font-size: 10px;
    border: none;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px !important;
}

.grafica {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 100px !important;
    height: 200px !important;
    object-fit: cover;
    object-position: 100% 0;
    display:none;
}

.rotar {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.lbl-valmin{
    float: left;
    margin-left:15px;
}

.lbl-valmax {
    float: right;
    margin-right: 15px;
}