html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  color: #5a5a5a;
  background: #ffffff;
}


.table td.fit,
.table th.fit {
  white-space: nowrap;
  width: 1%;
}

table {
  max-width: fit-content;
}

/* The search field */
#sheetSearch {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

/* The search field when it gets focus/clicked on */
#sheetSearch:focus {
  outline: 3px solid #ddd;
}

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"); */
}


#install-button {
  visibility: hidden;
  position: fixed;
  color: #FF8340;
  /* width: 30px; */
  cursor: pointer;
  top: 14px;
  right: 80px;
  z-index: 99999999;
  width: 120px;
}

#title-bar {
  position: fixed;
  left: env(titlebar-area-x, 0);
  top: env(titlebar-area-y, 0);
  height: env(titlebar-area-height, 50px);
  width: env(titlebar-area-width, 100%);
  -webkit-app-region: drag;
}

#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;
}

#page-container {
  position: relative;
  padding-bottom: 60px;
  min-height: 100vh;
}

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 {
  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;
}

.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;
}

/* 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) {}