html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: -apple-system, Helvetica, Arial, sans-serif;
}

#topbar {
  height: 44px;
}

#infoboxText {
  
  background-color:White;
  border-style:solid;
  border-width:1px;
  border-color: #000;
  min-height:100px;
  position:absolute;
  top:-135px;
  left:-120px;
  width:240px;

}

#infoboxTitle {
  position:absolute; 
  top:10px; 
  left:10px; 
  width:220px;
}

#infoboxText a:link, infoboxText a:visited, infoboxText a:hover {
  text-decoration: none;
  color: #0062d5;
}

#infoboxDescription {
  position:absolute; 
  top:30px; 
  left:10px; 
  width:220px;
}

#infoBoxClose {
  position:absolute;
  top:10px;
  right:20px;
}


#topbar a:link, #topbar a:visited, #topbar a:hover {
  padding: 0px 0px 0px 7px;
  line-height: 44px;  
  text-decoration: none;
  
  color: #0062d5;
}

#map {
  position: absolute;
  top: 44px;
  bottom: 0px;
  width: 100%;
  z-index: 1;
}

#filter {
  position: absolute;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: white;
  display: none;
  width: 320px;
  top: 104px;
  left: 0px;
  bottom: 20px;
  border: 1px solid #999;
  z-index: 10001;
}

#filter_ads {
  margin-top:20px;
  margin-bottom:20px;
  width:300px;
  height:250px;
  background-image: url("https://sgpokemap.com/images/ads_blocked.png");
  background-size: contain;
  
  
}

#filter_list_top, #filter_list_bottom, #filter_label {
  padding: 10px;
  
}

.filter_checkbox {
  padding: 0px 5px 10px 5px;
  line-height: 30px;
}

#close {
  position: fixed;
  left:260px;
}

#reset_btn {
  position: fixed;
  top: 164px;
  left: 252px;
}

#deselect_all_btn {
  position: fixed;
  top: 204px;
  left: 220px;
}

#select_all_btn {
  position: fixed;
  top: 244px;
  left: 233px;
}

#app {
  position: absolute;
  bottom: 0px;
}

.faq_question {
  margin: 0px 0px 10px 0px;
  color: #292929;
  font-weight: bold;
  
}
.faq_answer {
  margin: 0px 0px 20px 0px;
}

#faqs {
  
  margin: 10px;
  font-size: 14px;
}

#donate {
  
  margin: 10px;
  font-size: 15px;
}

#give_us_your_money {
  font-size: 25px;
  padding-top: 20px;
}

#give_us_your_money a:link, infoboxText a:visited, infoboxText a:hover {
  text-decoration: none;
  color: #0062d5;
  
}

#locate {
  position: absolute; 
  top: 104px;
  right: 10px;
  z-index: 10000;
  width: 50px;
  height: 50px;
}    
#locate_input {
  width:50px; 
  height:50px;
}

#twitter img{
  width: 20px;
  height: 16px;
}
#facebook img{
  width: 20px;
  height: 20px;
}

#telegram img{
  width: 20px;
  height: 20px;
}

#map_style_input {
  position: absolute; 
  top: 110px;
  right: 10px;
  z-index: 10000;
  width: 50px;
  height: 50px;
}

.style_button_input {
  top: 110px;
  opacity: 0.0;
  position: absolute; 
  right: 10px;
  z-index: 9999;
  width: 50px;
  height: 50px;
}

.please {
  width: 100%;
  display: block;
  height: 50px;
  position: absolute;
  background-color: #dfdfdf;
}

#please_top {
  top: 44px;
/*  background-color: #e5e5e5;*/
}

#please_bottom {
  bottom: 0px;
/*  background-color: #e5e5e5;*/
}

.please_inside {
  width: 320px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  bottom: 0px;
}

.pokemon_icon {
  margin-top: -13px; 
  position: absolute;
  outline: none;
}

.pokemon_icon_img {
  width: 36px; 
  height: 36px;
  margin-left: -18px; 
  margin-top: -36px;
}

.pokestop_icon {
  margin-top: -20px; 
  position: absolute;
  outline: none;
}

.pokestop_icon_img {
  width: 26px; 
  height: 26px;
  margin-left: -13px; 
  margin-top: -7px;
}

.pokestop_type_icon_img {
  width: 20px; 
  height: 20px;
  margin-left: -11px; 
  margin-top: -26px;
}

.pokemon_icon_timer {
  background-color: rgba(0, 0, 0, 0.4); 
  width: 50px; 
  height: 30px; 
  text-align: center; 
  line-height: 30px; 
  color: white; 
  border-radius:4px; 
  margin-left: -23px;
  
  font-size: 13px;
  display: none;
}

#tip {
  background-color: white;
  width: 100%;
  display: none;
  top: 44px;
  position: absolute;
}

#tip_center {
  
  width: 320px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  bottom: 0px;
  padding-top: 10px;
}

#filter_settings {
  z-index: 9999;
  position: absolute;
  top: 104px;
  height: 30px;
  width: 100%;
  display: none;
  pointer-events:none;
}

#filter_settings a {
  pointer-events:all;
  text-decoration: none;
  color: white;
}

#filter_settings_center {
  width: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  bottom: 0px;
  background-color: white;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  height: 44px;
  line-height: 44px;
  text-align: center; 
  background-color: rgba(0, 0, 0, 0.6); 
  color: white; 
  
}

.input_disabled {
  color: #c9c9c9;
}

.push_intro {
    
    margin: 10px;
}
.push_title {
    
    margin: 20px;
}

#push_substeps {
    width: 100%;
    display: block;
}

.push_image {
    width: 95%;
    margin: 10px auto 10px auto;
    border: 1px solid #cacaca;
    max-width: 750px;
}

.push_image_small {
    width: 95%;
    margin: 10px auto 10px auto;
    border: 1px solid #cacaca;
    max-width: 375px;
}

.push_image img, .push_image_small img {
    max-width:100%;
    max-height:100%;
}

.push_subtitle {
    font-size: 18px;
    width: 95%;
    max-width: 750px;
    text-align: center;
    margin: 10px auto 40px auto;
    
    font-weight: bold;
}

#ad_notice {
  position:absolute; 
  display:none;
  
  font-size: 11px;
  background-color: #e5e5e5; 
  width: 100%; 
  text-align: center;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10000;
/*  opacity: 0.2;*/
}

#overlay_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: block;
  z-index: 10000;
  opacity: 0.2;
}

#ask_donation {
  width: 280px;
  height: 155px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  z-index: 10001;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  color: #1c1c1c;
}

#ask_donation a {
  color: #0062d5;
  text-decoration: none;
}

#ask_donation #donate_button {
  text-align: center;
  line-height: 35px;
}

#ask_donation #close_donation_button {
  text-align: center;
  line-height: 35px;
}

#ask_donation #donate_button a {
  color: #0062d5;
  font-size: 22px;
  text-decoration: none;
}

#ask_donation #close_donation_button a {
  color: #0062d5;
  font-size: 18px;
  text-decoration: none;
}

/*
Steal from the internet, too many tabs open, don't remember which one.
*/

input[type='checkbox'] {
  opacity: 0;
  display:none;
  float: left;
  width: 18px;
}

input[type='checkbox'] + label {
  margin: 0;
  clear: none;
  padding: 5px 0 4px 25px;
  cursor: pointer;
  background: url(../images/off.png) left center no-repeat;
  
}

input[type='checkbox']:checked + label {
  background-image: url(../images/check.png);
}


#filter_selection {
  width: 100%;
  height: 44px;
  padding: 20px 0 0px 0;
}

#center_filter_selection {
  width: 300px;
  margin: 0 auto;
  height:100%;
}

.filter_subselection {
  
  width: 32%;
  height: 44px;
  float:left;
  text-align:center;
  line-height: 44px;
  border-top:solid #2e2e2e 1px;
  border-bottom:solid #2e2e2e 1px;
  cursor: pointer;
}

.filter_subselection:hover {
  background-color: #0047a7;
  color: #dfdfdf;
}

.filter_subselection.left {
  border-left:solid #2e2e2e 1px;
}

.filter_subselection.right {
  border-right:solid #2e2e2e 1px;
}

.filter_subselection.selected {
  background-color: #0047a7;
  color: #dfdfdf;
}

#filter_content_pokemon {
  display: block;
}

#filter_content_pokemon a, #filter_content_pokemon a:visited  {
  font-size: 13px;
  color: #0047a7;
  text-decoration:none;
  
}

#filter_content_raid {
  display: none;
}

#fitler_content_location {
  display: none;
}

#filter_content {
  margin: 20px;
  overflow-y: scroll;
  overflow-x:hidden;
  -webkit-overflow-scrolling: touch;
  background-color: white;
  width: 90%;
  position: absolute;
  top: 64px;
  left: 0px;
  bottom: 44px;
}

#subscription_filter_save_outside {
  height:44px;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 10px 0 10px 0;
}

#subscription_filter_save {
  width: 100px;
  height: 44px;
  text-align:center;
  line-height: 44px;
  border:solid #2e2e2e 1px;
  cursor: pointer;
  margin: 0 auto;
  background-color: #0047a7;
  color: #dfdfdf;
}

.filter_content_pokemon_min_iv {
  width: 60px;
}

#subscription_map, #subscription_marker {
  margin: 20px 0 20px 0;
  width: 100%;
  position: absolute;
  top: 94px;
  left: 0px;
  bottom: 44px;
}

#subscription_marker {
  z-index: 100000;
  background: url(../images/subscription_location.png) no-repeat center center;
  background-size: 30px 60px;
  pointer-events: none;
  
}


#subscription_marker img {
  width: 30px; 
  height: 30px;
}

#subscription_radius {
  position: absolute;
  width: 100%;
  top: 74px;
  height: 30px;
  
}

#subscription_radius_inside {
  width: 200px;
  margin: 0 auto;
  height:100%;
  line-height: 30px;
  text-align: center;
}

#subscription_radius_inside input {
  width: 40px;
}

#subscription_locate {
  position: absolute;
  right: 10px;
  top: 124px;
  z-index:10000;
}

.quantity_icon_img_12 {
  width: 12px;
  height: 12px;
  position: relative;
  top: -17px;
  right: -2px;
}

.quantity_icon_img_16 {
  width: 16px;
  height: 12px;
  position: relative;
  top: -17px;
  right: -2px;
}

.quantity_icon_img_28 {
  width: 28px;
  height: 12px;
  position: relative;
  top: -17px;
  right: -2px;
}

.hundo {
  box-shadow: 0px 0px 6px 6px #e63f3f;
  border-radius: 18px;
}

.mighty {
  box-shadow: 0px 0px 6px 6px #3f49e6;
  border-radius: 18px;
}

.enigma {
  box-shadow: 0px 0px 6px 6px #01771a;
  border-radius: 18px;
}