.home {
  color: #fff !important;
  text-decoration: none;
  font-size: 22px;
}
.home:hover {
  color: #23527c;
  text-decoration: underline;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 2px;
}
.nav-usr-link {
  color: rgba(255, 255, 255, 0.5);
}
.nav-usr-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.notificationarea {
  z-index: 3;
  width: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  font-size: larger;
  font-weight: bolder;
  text-align: center;
  line-height: 47px;
  vertical-align: middle;
  height: 55px;
  overflow: hidden;
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=1);
}

.notificationarea .btn-group-sm>.btn {
  min-width: 85px;
}

.notification_hidden {
  top: -200px;
  filter: alpha(opacity=50);
  background-color: #ffffff;
  opacity: 0.5;
  transition: 0.5s ease all;
}

.notification_success {
  color: #000;
  border: solid #b2dba1 2px;
  background-color: rgb(91, 182, 105); /*rgba(91, 182, 105, 0.28);*/
  transition: 0.5s ease all;
}

.notification_hint {
  border: solid #337AB7 2px;
  background-color: rgb(49, 158, 183); /*rgba(49, 158, 183, 0.28);*/
  transition: 0.5s ease all;
}

.notification_error {
  border: solid #ac2925 2px;
  background-color: #ce8483;
  transition: 0.5s ease all;
}

.notification_confirm {
  border: solid #337AB7 2px;
  background-color: rgb(49, 158, 183);
  line-height: 30px;
  transition: 0.5s ease all;
}

@media (max-width: 970px) {
  .notification_confirm {
    height: 86px;
  }
}
