﻿@import "colores.css";
@import "tamanioFuentes.css";

/*Página principal*/

.topbar {
    background-image: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 92%, rgba(0,0,0,0) 100%) !important;
}

.logoArmada {
    height: 60px;
    margin-right: 30px;
}

.logoDefensa {
    height: 57px;
    margin-right: 30px;
}

.logoIHM {
    width: 30px;
}

.logoINTERNET {
    height: 50px;
    margin-top: 5px;
    margin-right: 30px;
}

/*Usuario editar*/

.labelcheckbox {
    margin-top: 0.25em;
}

/*Mapa Default.aspx*/
.leaflet-control-attribution.leaflet-control {
    display: none;
} 
#mapa {
    width: 100%;
    height: 92vh;
    /*position: static !important;*/
    display: inline-block;
}

#mapaimpreso {
    width: 500px;
    height: 55vh;
    /*position: static !important;*/
    display: inline-block;
}


/*Panel mapa Default.aspx*/

.menuPanel {
    position: absolute;
    z-index: 1000;
    top: 20px; 
    right: 15px;
}

.panel-section {
    /*margin-top: 12px;*/
    border-radius: 0;
    width: 415px;
}

.card-transparente {
    background-color: transparent;
    border: none;
}

.cuerpoPanel {
    background-color: rgba(0,0,0,.7);
    color: white
}

.tituloPanel {
    background-color: rgba(11, 90, 149, .7);
    color: white;
    display: flex;
    font-size: 16px;
    padding-left: 26px !important;
    padding-top: 3px !important;
}

.tablaPanel {
    color: white;
    font-size: 10px;
    margin-bottom: 0;
}

.boton-panel {
    cursor: pointer;
    border: 1px solid;
    background-color: #09365B;
    color: white;
    display: flex;
    justify-content: center;
    margin-top: 1em;
    padding: 0.5em;
}

#panel-graficos {
    margin-top: 4em;
    margin-left: 30px;
}

#panel-graficosCorrientes {
    margin-top: 4em;
    margin-left: 30px;
}



#mareografosLabel, #puntosCorrientesLabel {
    cursor: pointer
}

.mareas, .corrientes {
    margin-left: 0px;
    margin-right: 0px;
}

.menuCoordenadas {
    position: absolute;
    z-index: 400;
    top: 16px;
    left: -11px;
}

.tipoMapa {
    width: 40%;
    margin-left: 0.5em;
}

/*Mapa edición mareógrafo*/
    #map {
    width: 100%;
    height: 350px;
}

.contenedor-mapa {
    display: flex;
    /*margin: 1em 0 0 0.25em;*/
    position: relative;
    justify-content:center;
}

/*Gráficos*/

.contenedor-graficos {
    display: flex;
}

.grafico {
    display: flex;
    width: 100%;
    height: 350px;
}

/*Generados listados*/

.formula {
    margin-right: 0.5em;
    height  : 80%;
}

/*General*/

.alturaMaxima {
    height: 100%;
}

.margenArriba {
    margin-top: 1em;
}

.margenIzquierda {
    margin-left: 1em;
}

.error {
    color: red
}

.marcable:hover {
    color: lightblue
}

.sinPadding {
    padding : 0;
}

.width30 {
    width: 30%;
}

.oculto {
    display: none !important;
}

.flex {
    display:flex;
}

.izquierda-05 {
    margin-left: 0.5em;
}

.flex-end {
    justify-content: flex-end;
}

.items-center {
    align-items: center;
}

.top-1 {
    margin-top: 1em;
}

.width-20 {
    width: 20%;
}

.margen-boton-select {
    margin: 0.25em 1em;
}

.mareas{
    /*display: none;*/
}

.menu-mareas-puntos {
    background: none;
    border: none;
}

.menu-mareas-puntos:hover {
    background: none;
    border: none;
}

.menu-posicion{
    position: relative;
}

.btn-panel {
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: 999;
    border: solid white 2px !important;
}

.titulo-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-mapa {
    margin-right: 25px;
    width: 45px;
    height: 45px;
    border-radius: 69px;
    background-color: #15a0db;
    border: none;
}

.img-mapa {
    width: 30px;
}

.map-container {
    margin-top: -5px;
    margin-left: -15px;
    margin-right: -15px;
}

.leaflet-pane {
    /*z-index: 406 !important;*/
}

#tipoMapaDropdown, #dropdownCoordenadas {
    display: none;
}
.boton-opciones {
    height: 37px;
    border: black solid 2px;
    border-radius: 6px;
}

#coords {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    z-index: 500;
}