html {
	scroll-behavior: smooth; 
}

html,body {
  height: 100%;
  color: #5a5a5a;
  background: #ffffff;
}

.urlForm {
  width: 99%;
}

#or {
  text-transform: uppercase;
  font-weight: bold;
  margin: 2em 0;
  line-height: 1rem;
  flex: 1;
  display: flex;
  width: 100%;
  text-align: center;
}
#or:before, #or:after {
  content: "";
  flex-grow: 1;
  margin: .5rem 1rem .5rem 0;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  height: 1px;
}

#filerobot-image-editor {
  margin-top: 40px;
}

input:valid {
  border: 1px solid green;
}

input:invalid {
  border: 1px solid red;
}

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"); */
}

#progress { 
	margin-bottom:20px;
	vertical-align: top;
}

#clear {
	cursor: pointer;
  font-size: x-large;
  position:absolute;
  margin-top: -40px;
  right: 50px;
}

#openurl-icon {
	cursor: pointer;
	position:absolute;
  font-size: x-large;
  margin-top: -40px;
  right: 90px;
}

#url {
	padding-right: 110px;
}

#url:focus{
	outline: none;
}

.upload-container {
  /* display: inline-flex; */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#history {
	position:absolute;
	right: -10px;
  margin-top: -47px;
}

.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;
}

#page-container {
	position: relative;
	padding-bottom: 60px;
	min-height: 100vh;
}

ul.dropdown-menu {
	background-color: #fff;
}

#server-results {
	display: grid;
	height: 100%;
}

.converted-image {
	max-height: 100vh;
	max-width: 100%;
	margin: auto;
}

.upload-container {
	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;
  /* list-style: none; */
  border-left: 2px solid #272626;
}
  
#url {
	padding: .375rem 1.1rem;
}

#url:focus{
	outline: none;
}

.meta {
  font-weight: bold;
}

.date  {
  font-weight: bold;
  margin-top:10px;
}

.page-header {
  padding-top:60px;
  background-color:#fff;
}

.hidden {
	display: none;
}

.dropdown-menu>li>a.hidden  {
	display: none;
}

.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;
}


.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;
}

.page-header {
  margin-top:60px;
}

#fileName {
  font-weight: bold;
}

.key {
	font-weight: bold;
}

span.button {
	font-weight: bold;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

pre {
  display: block;
  padding: 5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.0;
}

label {
  margin-right: 8px;
}

.btnPad {
  margin: 4px;
}

/* start dropzone */
#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  /* width: 500px; */
  height: 200px;
  margin: 50px auto;
  padding: 20px;
}
#drop-area.highlight {
  border-color: purple;
}
p {
  margin-top: 0;
}
.my-form {
  margin-bottom: 10px;
}
#gallery {
  margin-top: 10px;
}
#gallery img {
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.button {
  display: inline-block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.button:hover {
  background: #ddd;
}
#fileElem {
  display: none;
}
/* end dropzone */

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


