body {
  background-color: #424949;
}

.navbar {
  transition: top 0.5s ease;
  background-color: #ffffff;
}

.navbar-hide {
  top: -60px;
}

.footer {
  transition: bottom 0.5s ease;
  background-color: #E3E3E3;
}

.accent {
  transition: right 0.7s ease;
  position: fixed;
  bottom: 50px;
  right: 0px;
  width: 200px;
}

.accent-hide {
  right: -205px;
}

.footer-hide {
  bottom: -60px;
}

.element-full {
  width: 100%;
  height: 90vh;
}

.element-wd {
  width: 99%;
}

.text-black {
  color: #000000;
}

.text-responsive-200 {
  font-size: calc(100% + 2vw + 2vh);
}

.text-responsive-175 {
  font-size: calc(100% + 1.75vw + 1.75vh);
}

.text-responsive-125 {
  font-size: calc(100% + 1.25vw + 1.25vh);
}

.text-responsive-80 {
  font-size: calc(100% + 0.8vw + 0.8vh);
}

.text-responsive-50 {
  font-size: calc(100% + 0.5vw + 0.5vh);
}

.text-responsive-35 {
  font-size: calc(100% + 0.35vw + 0.35vh);
}

.text-responsive-sm {
  font-size: 0.875em;
}

.text-responsive-xm {
  font-size: 0.750em;
}

.dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
}

.btn-md {
  width: 100px;
}

.btn-wd {
  width: 180px;
}

.btn-wx {
  width: 150px;
}

.img-xl {
  height: 48px;
}

.img-lg {
  height: 36px;
}

.img-md {
  height: 24px;
}

.img-sm {
  height: 18px;
}

.img-xs {
  height: 9px;
}

.icon-left {
  height: 36px;
  left: 0px;
}

.icon-left-sm {
  height: 30px;
  left: 0px;
}

.icon-left-es {
  height: 24px;
  left: 0px;
}

.container-slim {
  margin-left: 0;
  margin-right: 0;
}

.move-border {
  border-top: 1px solid #0091b5;
  border-bottom: 1px solid #0091b5;
}

.move-item {
  cursor: move;
}

.clickable-row {
  cursor: pointer;
}

.clickable-row1 {
  cursor: pointer;
}

.clickable-group {
  cursor: pointer;
}

#copyright {
  text-align: center;
  padding: .3em;
}

#copyright a {
  color: #E5E8E8;
  text-decoration: none;
}

.top-spacer {
  margin-top: 50px;
}

.top-spacer-lg {
  margin-top: 65px;
}

.bottom-spacer {
  padding: 10px;
  padding-right: 11px;
  margin-bottom: 90px;
}
