﻿.alert-box {
  color: gray;
  font-family: Tahoma, Geneva, Arial, sans-serif;
  font-size: 12px;
  margin: 0px;
  width: 100%;
}

.alert-box span {
  font-weight: bold;
  text-transform: uppercase;
}

.error {
  background-color: white;
}

.notificationMenu {
  color: #777;
  font-size: 13px;
  line-height: 22px;
}


.notificationMenu {
  background-color: transparent;
  border: none;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  width: 280px;
  box-shadow: none;
}

.notificationBox {
  background-color: white;
  width: 280px;
  margin-top: 4px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 6px 12px;
  border-radius: 6px;
  padding: 5px 10px;
  border-bottom: 2px solid rgb(230, 230, 230);
}

.notificationClose {
  position: absolute;
  right: 4px;
  top: 1px;
}

.notificationText {
  font-size: 15px;
}

.notificationDate {
  font-weight: 100;
  color: #aaa;
}

.line-separator {
  background: #717171;
  border-bottom: 1px solid #25A8E0;
  height: 1px;
}

.buttonStyle {
  color: #25A8E0;
}

.mobileCompatibility {
  margin-top: 12px;
}