.sn-clearfix {
  *zoom: 1;
}

.sn-clearfix:before,
.sn-clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.sn-clearfix:after {
  clear: both;
}

.sudoNotify {
  font-family:inherit;
  position: fixed;
  left: 0;
  text-align: center;
  display: none;
  width: 100%;
  z-index: 999;
}

.sudoNotify.error > .wrapper > .message {
  background: transparent url('../images/icon_error.png') no-repeat 20px center;
}

.sudoNotify.warning > .wrapper > .message {
  background: transparent url('../images/icon_warning.png') no-repeat 20px center;
}

.sudoNotify.success > .wrapper > .message {
  background: transparent url('../images/icon_success.png') no-repeat 20px center;
}

.sudoNotify > .wrapper {
  display: inline-block;
  margin: auto;
  width: 100%;
  text-align: left;
  position: relative;
}

.sudoNotify > .wrapper > .message {
  display: inline-block;
  padding: 1.5% 0 1.5% 65px;
}

.sudoNotify > .wrapper > .close-button {
  position: absolute;
  top: 0px;
  right: 20px;
  bottom: 0px;
  display: inline-block;
  width: 35px;
  cursor: pointer;
  background: transparent url('../images/icon_close.png') no-repeat center center;
}