
/* 775 by 363 */

html {
    height: 100%;
    width: 100%;
}

body {
    background-color : #000000;
    font-family      : 'Inconsolata', sans-serif;
    color            : #fff;
    font-size        : 8pt;
    margin           : 0;
    overflow         : hidden;
    height           : 100%;
    width            : 100%;
}

#global-title {

    position : absolute;
    top : 20px;
    width : 100%;
    text-align : center;
    font-size : 23px;
}

.github-stars {
    z-index: 9999;
    color: white;
    display: block;
    text-align: right;
    margin-top: 12px;
}

#sound-control {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

#sound-control .button {
    margin : 0 auto;
}

a {
    color: #00eeee;
}

/* Real-time update animation */
#today-count.updated {
    color: #00ff00;
    text-shadow: 0 0 5px #00ff00;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

#today-count {
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

a.github-link {
    color: #ffcc00;
}

a.arscan {
    color: #ffcc00;
}

h3 {
    font-size: 1.2em;
    margin: 0;
    padding: 5px 0;

}

#charts {
    position: absolute;
    left: 0px;
    bottom: 15px;
    margin: 0;
    height: 35%;
    width: 20%;
}

#counter {
    position: absolute;
    right: 32px;
    bottom: 0px;
    font-size: 50px
    margin: 0;
    text-align: right;
}

#globe {
    margin: 0;
    padding: 0;
}

#info-box {
    position:absolute;
    bottom: 10px;
    right: 10px;
    visibility: hidden;
    background: rgba(0,0,0,.9);
    font-size: 12pt;
    z-index:10;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5em;

}

.wf-active #info-box{
    visibility: visible;
}

#thumbprint {
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    opacity: 0;
    -webkit-animation: pulsate 5s;
    -webkit-animation-iteration-count: 10;
    animation: pulsate 5s ease-out;
    animation-iteration-count: 10;
}

@-webkit-keyframes pulsate {
    0% {opacity: .3;}
    50% {opacity: 1.0;}
    100% {opacity: 0.3;}
}

@keyframes pulsate {
    0% {opacity: 0.3;}
    50% {opacity: 1.0;}
    100% {opacity: 0.3;}
}

#canvas {
    margin: 0;
    padding: 0;
}

#control-panel {
    position: absolute;
    left: 700px;
    top: 60px;
    width: 300px;
}

#options-content {
    opacity: 0;
    padding-left: 30px;
}

.header{

    border-top: 1px solid #1d2c33;
    border-bottom: 1px solid #1d2c33;
    /* box-shadow: 0 0 6px #005b8e, inset 0 0 6px #005b8e; */
    color: #fff;
    padding: 2px 0;
    visibility: hidden;
    left: 25px;
    width: 300px;
    font-size: 6pt

}

.header-left-section {
    float: left;
    width: 70%;
    background-color: #000;
    margin-left: -5px;
    padding: 0 8px;
}

.header-right-section {
    float: right;
    width: 20%;
    background-color: #000;
    text-align: right;
    margin-right: -5px;
    padding: 0 8px;
}

#header-bottom {
    position: absolute;
    bottom: 100px;
}


#header-top {
    position: absolute;
    top: 25px;
}

.header-animator{
    position: absolute;
    top: 300px;
    left: 25px;
    width: 300px;
    height: 2px;
    border-top: 1px solid #1d2c33;
    border-bottom: 1px solid #1d2c33;
    visibility: hidden;
}

.projection {
    border-radius: 3px;
    opacity: .5;
    cursor: crosshair;
}

#add-element {
   list-style: none;
   margin: 0;
   padding: 0;
   display: inline-block;
   width: 275px;
   padding-top: 5px;
   border-bottom: 1px solid #1d2c33;
   padding-bottom: 5px;
   margin-bottom: 5px;

}

.button {
   text-align: center;
   border: 1px solid #1d2c33;
   width : 133px;
   border-radius: 3px;
   padding: 5px;
   cursor: pointer;
}

#list-city {
    padding-left : 0px;
}
.button:hover {
    background-color: #111;
}

#add-element li {
   float: left;
   width: 25%;
   margin: 5px;
}

#add-element li:first-child {
   margin-left: 2px;

}

#add-element .selected {
    background-color: #111;
}

label {
    /* clear: both; */
    /* float:left; */
    display: inline-block;
    width: 120px;
    margin-top: 12px;
}

#color-options {
   list-style: none;
   margin: 0;
   padding: 0;
   display: inline-block;
   width: 50%;
}

#color-options li{
   cursor: pointer;
   display: inline-block;
}

#pin-color {
    background-color: #00eeee;
}

#marker-color {
    background-color: #ffcc00;
}

#satellite-color {
    background-color: #ff0000;
}

.mid-btn {
    clear: both;
    width: 100px;
    margin-top:20px;
}


/* spectrum changes */

.sp-dd {
    display: none;
}

.sp-replacer {
    padding: 0;
    background-color: inherit;
    border: none;
}
.sp-preview {
    float: none;
    width: 10px;
    height: 10px;
    margin-right: 0;
    border: 1px solid #1d2c33;
}

/* simple slider */

.slider {
  width: 100px;
  display: inline-block;
}

.slider > .dragger {
  background: #8DCA09;
  background: -webkit-linear-gradient(top, #8DCA09, #72A307);
  background: -moz-linear-gradient(top, #8DCA09, #72A307);
  background: linear-gradient(top, #8DCA09, #72A307);

  -webkit-box-shadow: inset 0 2px 2px rgba(255,255,255,0.5), 0 2px 8px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 2px 2px rgba(255,255,255,0.5), 0 2px 8px rgba(0,0,0,0.2);
  box-shadow: inset 0 2px 2px rgba(255,255,255,0.5), 0 2px 8px rgba(0,0,0,0.2);

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  border: 1px solid #496805;
  width: 8px;
  height: 8px;
}

.slider > .dragger:hover {
  background: -webkit-linear-gradient(top, #8DCA09, #8DCA09);
}


.slider > .track, .slider > .highlight-track {
  background: #ccc;
  background: -webkit-linear-gradient(top, #bbb, #ddd);
  background: -moz-linear-gradient(top, #bbb, #ddd);
  background: linear-gradient(top, #bbb, #ddd);

  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  border: 1px solid #aaa;
  height: 2px;
}

.slider > .highlight-track {
    background-color: #8DCA09;
    background: -webkit-linear-gradient(top, #8DCA09, #72A307);
    background: -moz-linear-gradient(top, #8DCA09, #72A307);
    background: linear-gradient(top, #8DCA09, #72A307);

    border-color: #496805;
}

.slider-output {
    padding-left: 3px;

}

.switch {
    display: inline-block;
    width: 40%;


}

#banner {
    font: 28pt Georgia;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0px;
    line-height: .5em;
    padding-left: 10px;
}

#banner-2 {
    font: 28pt Georgia;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 10px;
    margin: 0px;
    line-height: .5em;
    padding-left: 10px;
}
#banner small {
    font-size: 12pt;
    white-space: nowrap;
    padding-left:3px;

}

#latest-city-desc {
    color : #fff;
    font-size : 10pt;
    text-align : right;
    margin-top : 45px;
}

#left-metadata {
    position : fixed;
    top : 150px;
    left : 20px;
    z-index : 9999;
    color: #fff;
    padding: 2px 0;
    left: 25px;
    width: 400px;
    font-size: 14pt;
}


.marquee {
    position:absolute;
    left : 0px;
    bottom : 0px;
    width: 100%; /* the plugin works for responsive layouts so width is not necessary */
    overflow: hidden;
    border-top:1px solid #333;
    font-size: 15px;
    height : 22px;
    line-height: 22px;
}

#cta {
    position : absolute;
    bottom: 42px;
    right: 50%;
    margin-right : -100px;
    font-size: 19px;
    width: 200px;
    display:none;
    z-index: 9999;
}

#cta a {
    text-decoration : none;
    z-index: 9999;
}

.show-mobile {
    display : none;
}

.github-desktop {
    position : absolute;
    top : 80px;
    right : 59px;
}

@media screen and (max-device-width: 480px){
    .disable-mobile {
        display : none !important;
    }
    .show-mobile {
        display : inline-block;
    }
    .github-mobile {
        margin-top : 0px;
        margin-right : 0px;
        text-align: center;
        position: absolute;
        right : 50%;
        margin-right: -56px;
        top: 111px;
    }
}
