/* #page-wrapper {
        padding-top: 30px !important;
    } */
.bg-danger {
  background-color: #f4d2d3 !important;
}

/* this deals with giving font-awesome icons badges since they were deprecated in BS4 */
*.icon-blue {
  color: #0088cc;
}

*.icon-white {
  color: white;
  padding-right: 2rem;
}

i {
  text-align: left;
  position: relative;
}

.badge:after {
  content: attr(data-count);
  font-size: 1rem;
  color: white;
}

html {
  height: 100%;
  position: relative;
}

body {
  height: 100%;
  padding-bottom: 2.5rem;
  background-color: #3a434a;
}

.collapse.show {
  visibility: visible;
}

.collapsing {
  visibility: visible;
  height: 0;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: 100%;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

a {
  text-decoration: none;
  font-weight: 800;
  color: #1a4570;
}

a:hover {
  text-decoration: underline;
  color: #0088cc;
}

input.btn-primary {
  background-color: #1a4570;
  border-color: #1a4570;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.logo {
  background-color: #1a4570;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  color: #eee;
}
/*# sourceMappingURL=style.css.map */