* {
    margin: 0px;
    padding: 0px;
}
html {
    padding: 0;
    margin: 0;
    height: 100%;
}
header {
    background: url('../img/fabric_of_squares_gray.png');
    width: 100%;
    margin: 0;
}
h1 {
    color: Gray;
    padding: 10px;
    margin-left: 10px;
}
h1 small sup {
    font-size: 10pt;
    margin-left: 5px;
}
body {
    background: url('../img/brushed.png');
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, sans-serif;
    overflow-y: hidden;
    min-height: 100%;
    height:100%;
    overflow-x: hidden;
    display:flex;
    flex-direction: column;
}
.map-container{
    height:100%;
}
#map {
   /* height: 400px;*/
   /*  height: 100%; */
    /*height:750px;*/
    width: 100%;
    padding:0;
    margin:0;
    height:100%;
    position:relative;

}

a { text-decoration: none }
div#searchBar {
    padding: 20px;
    width: 100%;
    margin-bottom: 0px;
}
div#console, #searchList {
    min-height: 100%;
    max-height: 100%;
    z-index: 1500;
    font-size: 14px;
    padding: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    right: 0;
    top: 0;
    position: absolute;
    display: none;
    opacity: 0.75;
    background-color: black;
    width: 35%;
    margin: 0px;
}
div#console h1 {
    color: rgba(104, 219, 255, 0.9);
    border-bottom: 1px solid gray;
    margin-left: 0;
}
div.logged-tweet {
    color: #ffffff;
    font-size: 12pt;
    width: 100%;
    margin: 5px;
    min-height: 50px;
   /* display: none; */
    border-bottom: 1px dashed gray;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.tweet-user {
    color: #f5f5f5;
    font-weight: bold;
    font-size: 14pt;
    position: relative;
}
.tweet-username,.tweet-location span {
    font-size: 10pt;
    color: rgba(104, 219, 255, 0.9);
}
.tweet-text {
    font-size: 10pt;
    clear: both;
    margin: 20px;
    color: #f5f5f5;
}
.tweet-location { font-size: 10pt }
.logged-tweet img { margin-right: 10px }
input[type=text] {
    border: 5px solid white;
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
    padding: 8px;
    background: rgba(255,255,255,0.5);
    margin-bottom: 10px;
    font-size: 14px;
    width: 50%;
}
.btn {
    padding: 10px;
    border: none;
    font-size: 14px;
    color: rgba(104, 219, 255, 0.9);
    font-family: "Arial";
    opacity: 0.75;
    background-color: black;
}
.btn:hover {
    background-color: rgba(104, 219, 255, 0.9);
    color: black;
}
#application_message {
    color: red;
    font-size: 14pt;
    display: none;
    margin: 10px;
}
.footer {
    padding: 15px;
    color: #f5f5f5;
    background: rgba(112,128,144,0.65);
    position: static;
    bottom: 0;
    width: 100%;
}
.created-by {
    font-size: 10pt;
    color: black;
    opacity: 0.5;
    margin-bottom: 5px;
}
a, a:visited {
    color: white;
    opacity: 1;
}
a:hover, .tweet-location span:hover {
    color: white;
    opacity: 0.5;
    cursor: pointer;

}
.active-search
{
    margin:15px;
    color:white;
    font-size:12pt;
    cursor:pointer;
}
.active-search:hover{
    color: rgba(104, 219, 255, 0.9);

}
.tweet-popup a{
    color:silver;
}
.tweet-popup a:hover{

    color:white;
}
/* leaflet override */
.leaflet-popup-content-wrapper, .leaflet-popup-tip{
    background-color:rgba(0,0,0,0.7);

    color: silver;
}
/* leaflet override */
.leaflet-popup-close-button{
   color:white;
}

.leaflet-popup-close-button:hover{
    color:silver;
}

/* emoji */
img.emoji {
    height: 1em;
    width: 1em;
    margin: 0 .05em 0 .1em;
    vertical-align: -0.1em;
}

#logWatchArea{
    width:100%;
    text-align:center;
}
#logChangesBox{
    width:90%;
    background:black;
    color:green;
}
