.notifyjs-metro-base {
  position: relative;
  min-height: 52px;
  min-width: 250px;
  z-index: 999999999999999;
  color: #444;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-animation: dropdownOpen 0.3s ease-out;
  -o-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;
    z-index: 999999999999999;
}
.notifyjs-metro-base .image {
  display: table;
  position: absolute;
  height: auto;
  width: auto;
  z-index: 999999999999999;
  left: 25px;
  top: 50%;
  font-size: 24px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.notifyjs-metro-base .text-wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  z-index: 999999999999999;
  margin: 10px 10px 10px 52px;
  clear: both;
}
.notifyjs-metro-base .title {
z-index: 999999999999999;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
.notifyjs-metro-base .text {
z-index: 999999999999999;
  font-size: 12px;
  font-weight: normal;
  max-width: 360px;
  vertical-align: middle;
}
.notifyjs-metro-cool {
z-index: 999999999999999;
  color: #fafafa !important;
  background-color: #4A525F;
  border: 1px solid #4A525F;
}

.notifyjs-metro-info {
  background: #304680 !important;
  border: 1px #304680 solid !important; 
}

.notifyjs-metro-error {
  background: #b63849 !important;
  border: 1px #b63849 solid !important; 
}

.notifyjs-metro-success {
  background: rgb(54, 155, 96) !important;
  border: 1px rgb(54, 155, 96) solid !important; 
}

.notifyjs-corner{
    z-index: 9999999999 !important;
}