input[type="button"], input[type="reset"], input[type="submit"] {
  line-height: 22px;
  border-radius: 4px;
  border: 1px solid #999;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
  background-color:#ededed;
}


button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
  color: #AAAAAA;
}

button.mapfilter, input.mapfilter {
  margin-top: 2px;
}

input.failedInput {
  border: 1px solid #FF0000;
}

[hidden],
template {
  display: none;
}
table {
  font-size: .9em;
}
table.table-large {
  font-size: 1.1em;
}
th {
  padding: 5px;
  background-color: #555;
  color: #FFF;
}
td {
  padding: 3px 5px;
}
table.table-striped-stats tr:nth-child(even) {
  background-color: #AAA;
}
table.table-striped-props tr:nth-child(even) {
  background-color: #eaba44;
}
table.table-striped-props tr:nth-child(odd) {
  background-color: #faca55;
}
table.table-striped-stats tr td {
  vertical-align: top;
}
table.table-striped-uploads tr:nth-child(even) {
  background-color: #eada55;
  color: #444;
}
table.table-striped-uploads tr:nth-child(odd) {
  background-color: #eaba44;
  color: #444;
}
table.table-striped-uploads tr td a {
  text-decoration: underline;
  color: #444;
}

table.table-striped-stats tr.self {
  background-color: #99FF99;
  color: #333;
}

table.table-striped-stats tr.commnet {
  background-color: #AAFFAA;
}

table.table-striped-stats tr.commnet:nth-child(even) {
  background-color: #99FF99;
}

table.sel-table tr:hover {
  background-color: #DDFFDD;
}

table.sel-table tr.selected {
  background-color: #AAFFAA;
}
table.table-creds tr td {
  padding: 10px 0;
}
table td.labelRight {
	text-align:right;
}

/*overrides to jquery ui style - both error dlgs and standard*/
.ui-widget {
  font-size: .85em;
}
.ui-widget-content {
  background: none;
  background-color: transparent;
  background-image: none;
}

/*TODO: replace these*/
.wigle-info {
  border-radius: 10px;
  color: #FFFFFF;
  background-color:rgba(0, 0, 0, 0.75);
  background-image: none;
}
.wigle-info a {
  color: #FFFFFF;
  font-weight: bold;
}
.wigle-info a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.wigle-info a:focus {
  color: #FFFFFF;
  text-decoration: underline;
}

.ui-dialog.wigle-error {
  border-radius: 10px;
  color: #FFFFFF;
  background-color:rgba(0, 0, 0, 0.8);
  background-image: none;
}

.wigle-error .ui-widget-content {
  background: none;
  background-color: transparent;
  background-image: none;
  color: #FFF;
}

.ui-dialog.wigle-error .ui-dialog-content {
  background: none;
  background-color: transparent;
  background-image: none;
}

.ui-dialog.wigle-error .ui-dialog-titlebar {
  color: #FFFFFF;	
  background: none;
  background-color:rgba(255, 0, 0, 0.25);
  border: 0;
}

.ui-dialog.wigle-info {
  border-radius: 10px;
  color: #FFFFFF;
  background-color:rgba(0, 0, 0, 0.8);
  background-image: none;
}

.wigle-info .ui-widget-content {
  background: none;
  background-color: transparent;
  background-image: none;
  color: #FFF;
}

.ui-dialog.wigle-info .ui-dialog-content {
  background: none;
  background-color: transparent;
  background-image: none;
}

.ui-dialog.wigle-info .ui-dialog-titlebar {
  color: #FFFFFF;	
  background-color:rgba(1, 1, 1, 0.1);
  background-image: none;
  border: 0;
}
span.hilite-stats {
  display: block;
  color: #AEAEAE;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 3px 2px 3px;
}
span.border-stats {
  border: 1px solid #999;
  border-radius: 2px;
  background: #FAFAFA;
  padding: 2px 3px;
}
.mainStats {
  font-size: 12px;
  text-transform: uppercase;
}
div.loginError {
  width: 40%;
  min-width: 320px;
  border: 1px solid #990000;
  background-color: #CCC;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
  color: #990000;
  background-color: #FFEEEE;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.loginBox {
  width: 40%;
  min-width: 320px;
  background-color: #CCC;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
  color: #333;
  padding: 20px;
}

.tokenBox {
  width: 45%;
  min-width: 380px;
  background-color: #CCC;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
  color: #333;
  padding: 20px;
}

div.content {
  width: auto;
  padding: 50px 0 0 0; /*0 280px 0;*/
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 10%;
  background: #EEE;
}
div.contentwide {
  width: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 5%;
  margin-right: 5%;
}
div.contentall {
  padding: 54px 0 0 0;/*0 228px 0;*/
  background: #EEE;
}

div.contentwithheader {
  padding: 10px 0 0 0;/*0 228px 0;*/
}

div.contentmap {
  height: 100%;
  padding: 50px 0 0 0;/*0 228px 0;*/
  box-sizing: border-box;
}
div.pageControls {
  border-radius: .5em;
  border: 1.5px solid #000;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 3px 7px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(center top , #f0f0f0, #eaeaea);
  background-image: -webkit-linear-gradient(top, #f0f0f0, #eaeaea);
  background-repeat: repeat-x;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;  
  width: auto;
  font-size: 14px;
}

/* -- stats selection tabs - remove --*/
ul.statsSelector {
  margin: 0;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  text-align: left;
}

ul.statsSelector li {
  display: inline-block;
  padding: 5px 2px 10px 2px;
  text-align: center;
  font-size: .8em;

}

ul.statsSelector li a {
  text-decoration: none;
  padding: .25em .75em;
  color: #333;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(center top , #ffffff, #eaeaea);
  background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
  background-repeat: repeat-x;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 10px;
  min-height: 42px;
  min-width: 450px;
  border: 1px solid #AAA;
  border-radius: 4px;
}

ul.statsSelector li a:hover {
  color: #fff;
  background-color: #666;
  background-image: -moz-linear-gradient(center top , #666, #a1a1a1);
  background-image: -webkit-linear-gradient(top, #666, #a1a1a1);
  background-repeat: repeat-x;
  box-shadow: none;
}

ul.statsSelector li a.selected {
  color: #fff;
  border: 1px solid #4A4A4A;
  background-color: #666;
  background-image: -moz-linear-gradient(center top , #555, #959595);
  background-image: -webkit-linear-gradient(top, #555, #959595);
  background-repeat: repeat-x;
  box-shadow: none;
}
/* -- end -- */

div.statsPageControls {
  float: left;
}

div.pageControls a {
  text-decoration: none;
}
div.pageControls a:hover {
  /*background-color: #f7f7f7;
  background-image: -moz-linear-gradient(center top , #ffffff, #efefef);
  background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
  background-repeat: repeat-x;*/
  text-decoration: underline;
}

div.pageControls a.left {
  border-right: 1px solid #999;
  padding-right: 5px;
}
div.pageControls a.right {
  border-left: 1px solid #999;
  padding-left: 5px;
}
#statsTitle {
  width: 100%;
  display:block;
  float: left;
}
#statsTable {
  width:auto;
}
#statsTableCtrls {
  width: 100%;
  right: 10px;
  padding-bottom: 5px;
  font-size: .9em;
  display: block;
  float: left;
}
div.rangeControls {
  padding-bottom: 4px;
}
input.rangeInput {
 width: 5em;
}
td.statsCellLabel {
  background: #555;
  color: #BBB;
  border-bottom: 1px solid #EEE;
  padding: 2px 4px;
}

td.statsCellContent {
  background: #999;
  color: #fff;
  border-bottom: 1px solid #EEE;
  padding: 2px 4px;
  margin-left: 1px;
  margin-right: 2px;
  border-left: 1px solid #EEE;
  text-align: right;
}
td.statsCellGrey {
  color:#DDD;
}
div.altStatsGrid {
  float: left;
}

div.preformatted {
	font-family: "Lucida Console", Monaco, monospace;
	border: 1px solid #663333;
	padding: 5px 10px;
	margin: 5px 10px;
	border-radius: 4px;
	background: #FEFEFE;
  display: inline-block;
}
#latestCrypto {
	background-color: #555;
}
#latestCryptoLegend h4 {
	margin: .4em 0;
}
#latestCryptoLegend {
	font-size: .8em;
	font-weight: bold;
	color: #DDD;
	background-color: #555;
	padding: 5px 10px 10px 10px;
  min-width: 315px;
	margin-bottom: 10px;
}
#latestCryptoLegend ul {
	font-size: .9em;
	font-weight: bold;
	padding: 0 12px 0 8px;
}
#latestCryptoLegend ul li {
  border-bottom: 1px solid #AAAAAA;
}
table#siteStatsTable {
	min-width:315px;
  width: 100%;
} 
div.statsGridElement table {
  float: left;
  font-size: .75em;
  margin-right: 10px;
}
/* user stats table controls */
#fetchNext {
  width: 100%;
  margin: 10px 2px 50px 0px;
}
a.sortheader {
  color: #FFF;
}
/* graph styles */
div.statsgraphcontainer {
  /*width: 530px;*/
  /*float: left;*/
  margin: 5px 10px;
}
div.statsgraphcontainer h3 {
  font-size: 1.1em;
  padding-left: 20px;
  margin: 0em 0em .5em 0em;
}
div.graphCaption {
  font-size: .7em;
  font-style: italic;
  margin: 0px 35px 15px 35px;
  padding: 4px 10px;
  text-align: justify;
  background: #F5F5F5;
}
span.graphContextLinks {
  float: right; 
  font-size: .72em; 
  padding-right: 40px;
}
div.embeddedGraph {
  /*width: 510px;*/
  font-weight: normal;
  font-size: .9em;
}
/*iuploadmeter*/
td.metercell span.meterouter {
  background: #444;
  background-color: rgba(68,68,68,0.5);
  display: block;
  height: 100%;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  color: #EEE;
}
span.meter {
  background: #444;
  background-color: rgba(68,68,68,0.95);
  display: block;
  height: 100%;
  position: relative;
  overflow: visible;
  color: #EEE;
  padding-left: 2px;
}

#newsBar {
  float: left;
  background-color: #EFEFEF;
  font-size: .8em;
}

#linkBar {
  float: right;
  width: 250px;
  padding: 10px 0px 5px 10px;
  font-size: 26px;
  vertical-align: top;
  line-height: 27px;
  display: flex;
}
#title {
  display: inline-block;
}
#tgtif {
  display: none;
}

#gpfb {
  color: #333;
}
.twitter-share-button[style] { vertical-align: text-bottom !important; }
.newsItem {
  border: 1px solid #333;
  background-color: #F5F5F5;
  font-size: .9em;
}

.newsItem p {
  padding: 0px 10px;
}

.newsItem .newsHeader {
  padding: 4px 4px;
  background-color: #555;
  font-weight: bold;
  color: #F3F3F3;
  font-size: 16px;
}
.newsItem .newsHeader a {
  color: #FFF;
  text-decoration: none;
}
.newsItem .newsHeader .date {
  font-size: .9em;
  color: #EEE;
  font-weight: normal;
}
.shaded {
  background-color: #DEDEDE;
  color: #333;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 15px;
}

.uploadbutton {
  text-transform: uppercase;
  -moz-box-shadow:inset 0px 1px 0px 0px #ffd8a8;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffd8a8;
  box-shadow:inset 0px 1px 0px 0px #ffd8a8;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0de57), color-stop(1, #eabb44) );
  background:-moz-linear-gradient( center top, #f0de57 5%, #eabb44 100% );
  background-color:#f0de57;
  -webkit-border-top-left-radius:8px;
  -moz-border-radius-topleft:8px;
border-top-left-radius:8px;
-webkit-border-top-right-radius:8px;
-moz-border-radius-topright:8px;
border-top-right-radius:8px;
-webkit-border-bottom-right-radius:8px;
-moz-border-radius-bottomright:8px;
border-bottom-right-radius:8px;
-webkit-border-bottom-left-radius:8px;
-moz-border-radius-bottomleft:8px;
border-bottom-left-radius:8px;
text-indent:0;
padding: 0px 10px;
border:1px solid #999999;
display:inline-block;
color:#000544;
font-family:Arial;
font-size:15px;
font-weight:bold;
font-style:normal;
height:36px;
line-height:36px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #cc9f52;
}
.uploadbutton:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eabb44), color-stop(1, #f0de57) );
  background:-moz-linear-gradient( center top, #eabb44 5%, #f0de57 100% );
  background-color:#eabb44;
}
.uploadCaution {
  color: #FF0000;
  text-align: center;
}

/* tools page */
.toolsSection {
  width: 100%;
  float: left;
  font-size: .9em;
  border: 1px solid #999;
  background-color: #FAFAFA;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}
/* personal stats */
.statsSection {
  width: 100%;
  float: left;
  border: 1px solid #999;
  background-color: #FAFAFA;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}

.statsSection h3 {
  margin: 0.1em 0 1em 0.25em;
}

.statSection ul li{
	font-size: 1.5em;
}

/*begging users for data*/
#commercialUseDiv {
	background-color: rgba(0, 0, 0, 0.5);
  float: left;
  border: 1px solid #333;
  color: #FFF;
  font-size: .9em;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.commercialInner {
  margin: 2px 10px 10px 10px;
  font-size: 1.1em;
}
.commercialInner a {
	color: #FFF;
}
/*maps*/
table#contentTable {
  width: 100%;
  font-size: 15px;
}
table#contentTable tbody tr td {
  vertical-align: top;
}
#map_canvas {
  display: inline-block;
  min-width: 350px;
  min-height: 510px;
  width: auto;/*    !important;*/
  height: 100%;/*   !important;*/
  float: left;
}
div#datesRange {
	margin: 0 10px;
}
#mapBar {
  margin-top: 10px;
  float: left;
  width: 230px;
  background-color: rgba(239, 239, 239, .9);
  padding: 0;
  border-left: 1px solid #333;
  border-right: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-top-left-radius: 1.25em;
  border-bottom-left-radius: 1.25em; 
  font-size: 12px;
}
div.mapForm {
  font-size: 13px;
  font-weight: bold;
}
#mapBar hr {
  margin: .75em 0;
}
div.mapBarItem {
  padding: 0px 10px 0px 10px;
}
div.mapBarStatus {
	margin-top: 10px;
  /*background-color: rgba(239, 239, 239, .9);*/
  font-size: 15px;
  font-weight: bold;
}
input.mapFilter {
	line-height:1.2em;
}
div.mapheader {
  padding: 4px 4px;
  background-color: #555;
  font-weight: bold;
  color: #F3F3F3;
}
#statsGraphDiv{
  background-color: rgba(0, 0, 0, 0.65);
  float: left;
  border: 1px solid #333;
  color: #FFF;
  font-size: .9em;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  margin-top: 20px;
}
#statsGraphDiv h3 {
  padding-left: 10px;
  margin-top: 10px;
}
#statsGraphDiv em {
  padding-left: 10px;
}
.statsGraphInner{
  background-color: #EEE;
  color: #333;
  padding-top: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;
  width: 100%;
  float: left;
}
/*search*/
.searchControl {
  margin: 10px 0;
  background-color: #EFEFEF;
  border-radius: 10px;
  padding: 10px;
}
input.commentbtn {
  line-height: .95em;
  
}
div.submitFormRow {
  padding-top: 10px;
}
#pac-input {
	background-color: #fff;
  padding: 0 11px 0px 13px;
  margin-bottom: 14px;
  margin-top: 14px;
  width: 400px;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
  border: 4px solid #FFFFFF;
  border-radius: 3px;
}
ul.instructions {
  font-size: .8em;
  padding: 0 10px 0 15px;
}
div.loading {
	border: 4px dashed #AAA;
	border-radius: 8px;
	padding: 20px 10px 50px 10px;
}
div.loading h1 {
  color: #AAA;
}

input.regbutton {
	float: right;
	margin-right: 10px;
}
textarea.eulatext {
  font-size: .85em;
  color: #333;
  width: 100%;
}
div.wikipage {
  background-color: #FFF;
}

img.activationqr {
	border: 1px solid #000;
	border-radius:4px;
	margin-top: 20px;
	margin-bottom: 30px;
}

input.tokfield {
	border: 1px solid;
	padding: 6px 4px 4px 4px;
	margin-left: 10px;
	border-radius: 4px;
	width: 320px;
}

.navbar-title {
 padding-top: 35px;
 padding-bottom: 0px;
 min-height: 42px;
 padding-left: 20px;
 padding-right: 5px;
 background-color: #444;
 background-image: -moz-linear-gradient(top, #000, #444);
 background-image: -ms-linear-gradient(top, #000  , #444);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#444));
 background-image: -webkit-linear-gradient(top, #000, #444);
 background-image: -o-linear-gradient(top, #000, #444);
 background-image: linear-gradient(top, #000, #444);
 background-repeat: repeat-x;
 display: block;
 right: 0;
 left: 0;
 float: none;
}
.navbar-title h2{
  font-size: 2.0em;
  margin: .35em .3em;
  vertical-align: middle;
  color: #999;
}
.navbar-title h3{
  font-size: 1.9em;
  margin: .2em .4em;
  vertical-align: middle;
  color: #999;
}
.navbar-title h4{
  margin: 0px;
  display: block;
}
.navbar-title .statsband {
  padding: 0 10% 0 10%;
  text-align: center;
  font-size: .8em;
  color: #EAEAEA;
  display: inline;
  width: 100%;
  margin: 0;
}

.codeline {
  border: 1px solid #333;
  background-color: #FFF;
  font-size: .85em;
  border-radius: 3px;
  padding: 5px;
  margin: 10px;
  font-family: monospace;
}

div.qrdiv {
  text-align: center;
}

@media screen and (max-width: 870px) {
  .navbar-title h3 {
    font-size: 1.3em !important;
  }

  .table-striped-uploads,
  .table-striped-stats {
    font-size: .8em;
  }

  .table>tbody>tr>td,
  .table>tbody>tr>th,
  .table>tfoot>tr>td,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>thead>tr>th {
    padding: 6px;
  }

  .navbar-title h2 img {
    width: 300px;
  }

  div.preformatted {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 600px) {
  .navbar-title h2 img {
    width: 300px;
  }
  .table-striped-uploads,
  .table-striped-stats {
    font-size: .6em;
  }

  .table>tbody>tr>td,
  .table>tbody>tr>th,
  .table>tfoot>tr>td,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>thead>tr>th {
    padding: 4px;
  }

  .table>tbody>tr>td.extr,
  .table>tbody>tr>th.extr,
  .table>tfoot>tr>td.extr,
  .table>tfoot>tr>th.extr,
  .table>thead>tr>td.extr,
  .table>thead>tr>th.extr {
    display: none;
  }

  div.preformatted {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 450px) {
  div.preformatted {
    font-size: 0.6em;
  }
}
