/*
(C) 2014 UADF
*/
/* 
    Created on : 24-feb-2014, 16.54.11
    Author     : Administrator
*/

#latlon-form {
    position: absolute;
    top: 430px;
}
#latlon-form input {
    font-size: 14px;
    width: 200px;
}
#latlon-form button {
    font-size: 14px;
}
#cities {
    position: absolute;
    top: 470px;
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
#cities a {
    color: #ccf;
}
            
#country {
    display: block;
    position: absolute;
    top: 500px;
}

#svg_map {
    display: none;
    width: 100%;
    height: 400px;
    background-color: blanchedalmond;
    visibility: hidden;
}

#map {
   width: 100%; 
    height: 100%; 
    position: absolute;
    margin: 0;
    padding: 0;
}

.legend {
        text-align: left;
        line-height: 18px;
        color: #555;
}
.legend i {
        width: 12px;
        height: 12px;
        float: left;
        margin-right: 8px;
        opacity: 0.7;
}

.info {
        padding: 6px 8px;
        font: 10px/12px Arial, Helvetica, sans-serif;
        background: white;
        background: rgba(255,255,255,0.8);
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
        border-radius: 5px;
}
.info h4 {
        margin: 0 0 5px;
        color: #777;
}

.country {
        min-width: 200px; 
        background-color: black;
}


#header {
    display: block;
    position: relative;

    font: 1em/2em Arial, Helvetica, sans-serif;
    line-height: 0.5em;
}

#chartdiv {
    box-shadow: 0 0 0;
}

#chartdiv .jqplot-xaxis {
    margin-top: 10px;
}

#chartdiv .jqplot-yaxis {
    margin-right: 10px;
    text-align: right;
}
.jqplot-highlighter-tooltip {
    background: rgba(0, 0, 0, 0.5); 
    padding: 3px;
    color: #ffffff;
    border-radius: 5px;
}

/*TABLE GENERATED*/
.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #8C8C8C; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }.datagrid table td, .datagrid table th { padding: 3px 10px; }.datagrid table tbody td { color: #7D7D7D; border-left: 1px solid #DBDBDB;font-size: 12px;font-weight: normal; }.datagrid table tbody .alt td { background: #EBEBEB; color: #7D7D7D; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }

#menu {
         font: 20px/26px Arial, Helvetica, sans-serif;
         position: absolute;
         top: 10px;
         right: 100px;
         display: block;
}

/* MAP BACKGROUND COLOR */
.leaflet-container {
    background: #9bb7cb;
}

#container {
    /* width: 100%; */
    width: 100%; 
    height: 100%; 
    margin: 0;
    padding: 0;
    
}

#world {
    margin: 0;
}

#bottom_table {
    display: block;
}

.marker-popup {
    display: none;
    
}