html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
  overflow-y: scroll;
}
#wrapper,
body {
  min-height: 100vh;
}
/* Scroll to top button */
#scrollTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--main-color);
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 0px;
  font-size: 18px;
}
#scrollTop:hover {
  background-color: #555;
}
/* Footer */
#footer {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  scroll-snap-align: start;
  bottom: 0;
}
#footer ul li {
  margin: 0 10px 0 10px;
}
/* Primary pages */
#home {
  margin-top: 80px;
}
/* Top navbar */
#primary-nav .dropdown-header {
  text-align: center;
}
#preferences {
  max-width: 1024px;
  margin: 0 auto 0 auto;
}

#login .login-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
}
#sales-orders,
#quotes {
  max-width: 1024px;
}
#mobile-tasks,
#mobile-customers,
#mobile-orders,
#mobile-quotes,
#mobile-prospects,
#mobile-accounts,
#mobile-leads {
  display: none;
}
#mobile-tasks p,
#mobile-customers p,
#mobile-orders p,
#mobile-quotes p,
#mobile-prospects p,
#mobile-accounts p,
#mobile-leads p {
  font-size: 14px;
}
#mobile-tasks .task {
  border: solid 1px var(--border-color);
}
#mobile-tasks .task hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
#mobile-accounts .account {
  border: solid 1px var(--border-color);
}
#mobile-accounts .account hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
#mobile-leads .lead {
  border: solid 1px var(--border-color);
}
#mobile-leads .lead hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
#mobile-customers .customer {
  border: solid 1px var(--border-color);
}
#mobile-customers .customer hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
#mobile-orders .order {
  border: solid 1px var(--border-color);
}
#mobile-orders .order hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
#mobile-orders .order .description {
  margin-bottom: -10px !important;
}
#mobile-quotes .quote {
  border: solid 1px var(--border-color);
}
#mobile-quotes .quote hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
#mobile-quotes .quote .description {
  margin-bottom: -10px !important;
}
#mobile-prospects .prospect {
  border: solid 1px var(--border-color);
}
#mobile-prospects .prospect hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
#desktop-prospects .filters .form-control,
#desktop-accounts .filters .form-control,
#desktop-leads .filters .form-control {
  border-radius: 0px !important;
}
/* Download links */
.download-link .feather {
  width: 48px;
  height: 48px;
  color: #000;
}
.list-download-link .feather {
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}
.feathergreen {
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
  stroke: green;
}
.featherred {
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
  stroke: red;
}
/* lifted from bootstrap 3*/
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well-sm {
  min-height: 20px;
  padding-top: 5px;
  padding-left: 10px;
  margin-bottom: 0px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.xt-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.25rem;
}
.table thead th {
  vertical-align: middle;
}
.rightcolumn {
  border-left: 1px solid
}
[data-href] {
  cursor: pointer;
}
