html {
	scroll-behavior: smooth; 
}

html,body {
  height: 100%;
  color: #5a5a5a;
  background: #ffffff;
}

#progress { 
	margin-bottom:20px;
	vertical-align: top;
}

.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;
}

#messageDiv {
    margin-top: 10px;
    margin-bottom: 15px;
}

.custom-control-label::before {
    background-color: #fff;
}

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;
  /* height: 100vh; */
  padding-bottom: 50px;
  padding-top: 50px;
}

#page-container {
	position: relative;
	padding-bottom: 60px;
    /* padding-bottom: 150px;
    margin-bottom: -48px; */
	min-height: 100vh;
}

.page-header {
    padding-top:60px;
    background-color:#fff;
}

ul.dropdown-menu {
	background-color: #fff;
}

#clear {
	cursor: pointer;
    float: right;
    margin-top: -33px;
    margin-right: 4px;
}

#server-results {
	display: grid;
	height: 100%;
}
.converted-image {
	max-height: 100vh;
	max-width: 100%;
	margin: auto;
}
.upload-container {
	/* display: inline-flex; */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#desc {
	margin-bottom: 1rem;
}

#tool-intro ol {
    list-style-type: decimal;
    margin: 0;
    margin-left: 1.4em;
    padding: 0;
    counter-reset: li-counter;
}

#tool-intro ol > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 0.5em;
    min-height: 1.5em;
    border-left: 2px solid #CCCCCC;
}
  
#url {
	padding: .375rem 1.1rem;
}

#url:focus{
	outline: none;
}

.meta {
  font-weight: bold;
}
.date  {
  font-weight: bold;
  margin-top:10px;
}

.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;
}

.key {
	font-weight: bold;
	/* font-family: "Roboto-Regular", Roboto-Regular, Arial, helvetica, sans-serif; */
}

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;
}

.jumbotron h1 {
	/*  margin-left: 100px; */
	padding-top:40px;
	padding-bottom:40px;
	padding-left:50px;
	padding-right:50px;
}

.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;
}

#loading {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* 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;
	}
	.jumbotron h1 {
		padding-top:50px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.column-left {
		width: 100%;
	}
 	.flex-container {
		padding-left: 80px;
		padding-right: 50px;
	} 
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.column-left {
		width: 100%;
	}
}

/* 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%;
	}
}
