html, body {
  height: 100%;
  color: #e9e8e8;
  background: #3887bb;
}

#messageDiv {
  margin-top: 10px;
  margin-bottom: 15px;
}

main {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* background-image: url("https://source.unsplash.com/category/nature/1600x900/?weather"); */
}
/* #main {
  transition: margin-left .5s;
  margin: 0 5px;
  margin-left: 40px;
} */
#loading {
  text-align: center;
}

/* Fix materialize input bottom margin */
input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
  margin: 0;
}

#countryModal {
  margin-top: 60px;
  height: 85vh;
}

.modal-content {
  color: #2A2C39;
}

#map-holder {
/*  width: 85vw;*/
  height: 85vh; 
}

#btnGroupContainer {
  display: flex;
  line-height: 40px;
  align-items: center;
}
  
#shading {
  margin: 10px 0;
}
.shading-button {
  margin-right:5px;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #dc3545;
  border-color: #dc3545;
}

.my-legend .legend-title {
  text-align: left;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 90%;
  }
.my-legend .legend-scale ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  }
.my-legend .legend-scale ul li {
  display: block;
  float: left;
  width: 60px;
  margin-bottom: 6px;
  text-align: center;
  font-size: 80%;
  list-style: none;
  }
.my-legend ul.legend-labels li span {
  display: block;
  float: left;
  height: 15px;
  width: 60px;
  }
.my-legend .legend-source {
  font-size: 70%;
  color: #999;
  clear: both;
  }
.my-legend a {
  /* color: #777; */
  color: #495057;
  }

ul.dropdown-menu {
	background-color: #fff;
}

#clear {
	cursor: pointer;
    float: right;
    margin-top: -33px;
    margin-right: 4px;
}

 
#url {
	padding: .375rem 1.1rem;
}

#url:focus{
	outline: none;
}

.jumbotron {
  font-size: 32px;
  color: #000;
  /* background-image: url("https://source.unsplash.com/category/photography/1600x900/?exif"); */
}

.meta {
  font-weight: bold;
}
.date  {
  font-weight: bold;
  margin-top:10px;
}

.makernote {
  color: #3c1616;
}

.white-on-black {
  color: white;
  border-radius: 5px;
  position: relative;
  h1 {
    margin: 0;
  };
  a {
    color: #c3fffa;
  };
}

.flex-container {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	padding-left: 80px;
	padding-right: 50px;
	margin-top:30px;
}

.row {
	margin-top:20px;
}

.column-left {
	height:auto;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}


#location {
	color: #003A7B;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	font-family: "Roboto-Regular", Roboto-Regular, Arial, helvetica, sans-serif;
}
#locationBtn {
	margin-top: 20px;
	margin-bottom: 20px;
}

#map {
	height: 400px;
	width: 100%;
}

.latlngLabel {
	color:blue;
}

.locationLabel {
	font-weight: bold;
}

.page-header {
  margin-top:60px;
}

.key {
	font-weight: bold;
}


span.button {
	font-weight: bold;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
code {
	color: #2493ca;
}


pre {
  display: block;
  padding: 5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.0;
}

label {
  margin-right: 8px;
}

.hidden {
	display: none;
}

.dropdown-menu>li>a.hidden  {
	display: none;
}

.btnPad {
  margin: 4px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#thumbnail {
  margin-top: 10px;
  margin-bottom: 20px;
}
.twitter-footer {
  padding-right: 50px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.column-left {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.flex-container {
		padding-left: 10px;
		padding-right: 10px;
		margin-top:30px;
  }
/*   #main {
    margin-left: 5px;
  } */
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.column-left {
		width: 100%;
	}
 	.flex-container {
		padding-left: 80px;
		padding-right: 50px;
  } 
/*   #main {
    margin-left: 5px;
  } */
}

@media only screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 3.75rem auto;
  }
/*   #main {
    margin-left: 5px;
  } */
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.column-left {
		width: 100%;
  }
/*   #main {
	  margin-left: 5px;
	} */
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.column-left {
		width: 100%;
	}
/* 	#main {
	  margin-left: 40px;
	} */
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.column-left {
		width: 70%;
  }
 /*  #main {
	  margin-left: 40px;
	} */
}
