/*
 Wild Contagion - Geographic Disease Surveillance server software
 Copyright (C) 2015 Rodrigo Gambra-Middleton.

 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as
 published by the Free Software Foundation, either version 3 of the
 License, or (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Affero General Public License for more details.

 You should have received a copy of the GNU Affero General Public License
 along with this program.  If not, see http://www.gnu.org/licenses/

 __author__ = 'Rodrigo Gambra-Middleton'
*/


html, body, #main_data, #main_data div.row, #main_content, #dynamic_map{
    height:100%;
    margin:0;
    padding:0;
    }

#top_navbar {
    background-color:rgba(15, 21, 89, 0.75);
    }

#map_legend {
    background-color:rgba(255, 255, 255, 0);
    position: absolute;
    top: 62px;
    right: 10px;
    padding-right: 0;
    padding-left: 0;
    z-index: 100;
    border: rgb(229, 229, 229) 1px solid;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

#map_legend div.panel-heading {
    background-color:rgba(15, 21, 89, 0.75);
    padding: 10px 10px 10px 0;
    cursor: move;
}

#map_legend div.panel-heading>div>button {
    position: relative;
    background-image: none;
    border: 1px solid white;
    border-radius: 4px;
    color: white;
}

#map_legend div.panel-body {
    background-color:rgba(255, 255, 255, 1);
    padding: 15px;
}

#news_and_ads, #bottom_links_and_ads {
    height:0;
    z-index:-100;
    margin:0;
    padding:0;
    }

footer {
    position:fixed;
    width:100%;
    bottom:0;
    }

footer:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

#footer_copyright_info_rights {
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 1);
    color:rgba(15, 21, 89, 0.85);
    margin-top: 5px;
    }
