/* Sticky footer styles*/
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 40px;
  background-color: transparent;
}

a {
  color: #28a745;
}

a:hover, a:active {
  color: #36b152;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}
  

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  background-color: #f5f5f5;
}

footer {
  background-color: #f1f1f1;
  color: #676767;
}

.formwrapper {
  background-color: #e9ecef;
  /*background: linear-gradient( to top right, #e9ecef, #dcdcdc );*/
  padding: 27px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.formwrapper h1 {
  padding-bottom: 15px;
}