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

body {
    color: #222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 83.33%;
}
p {
    line-height: 1.4em;
    margin: 0 0 1em;
}

h1 {
    color: #9c0025;
    font-size: 1.7em;
    font-weight: normal;
    
}



.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; 
}


#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;
}

.map_frame {
    width: 95%;
    height: 1000px;
}

.table_frame {
    width: 698px;
    height: 5000px;
}


.title_text {
    font-size: 120%;
    font-weight: bold;
}
