/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-mar-2017, 9:56:03
    Author     : nhuanquiri
*/
/*
body {
    font: 14px/16px Arial, Helvetica, sans-serif;
}
*/

#esena1, #mapCanvas { 
    width: 600px;
    height:500px;
}

.fdrc_header {
    font-weight: bold;
    vertical-align: text-top;
}

.fdrc_header1 {
    font-weight: bold;
    background-color: #428bca;
    color: #fff;
}

tr.hdr1 {
    font-weight: bold;
    background-color: #909090;
    color: #fff;
}

tr.hdr2 {
    background-color: #E0E0E0;
    font-weight: bold;
}

.tabladatos{
    border-collapse: collapse;
    /* width:100%; */
}

.tabladatos tr, .tabladatos td {
    border: 1px solid gray;
}

ul.lst {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #A0A0A0;
}

ul.lst > li {
    float: left;
    border-right:1px solid #bbb;
}

ul.lst > li:last-child {
    border-right: none;
}

ul.lst > li > a {
    display: block;
    color: white;
    text-align: center;
    padding: 3px 16px;
    text-decoration: none;
}

ul.lst > li > a:hover:not(.active0) {
    background-color: #111;
}

.active0 {
    background-color: #0078a8;
}

.active2 {
    color: #a87800;
}

.modal-content {
    min-width: 700px;
}

#lista_capas label, 
#opciones_terreno label,
#check_excedente label {
    font-weight: normal;
    margin-bottom: 0px;
}