html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.mid_input {
    width: 350px;
}

.small_input {
    width: 250px;
}

.date_input {
    width: 237px;
}

.smaller_input {
    width: 140px;
}

.xsmall_input {
    width: 60px;
}

.smallest_input {
    width: 130px;
}
.to-up {
    text-transform: uppercase;
}

.to-cap {
    text-transform: capitalize;
}

.to-low {
    text-transform: lowercase;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ddd;
    color: white;
    text-align: center;
    z-index:9;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 60px;
    }

.content {
    padding: 16px;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

#sticky-footer {
    flex-shrink: none;
}