﻿/*Covered by AvePoint copyright and license agreement*/
#msg-bar {
  position: relative;
  font-size: 14px;
  min-width: 440px;
  max-width: 900px;
  color: #fff;
  border-radius: 3px;
  display: none;
  padding: 10px 52px 10px 40px;
  margin: -6px auto 30px;
  text-align: left;
}
#msg-bar a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
#msg-bar:before {
  content: "";
  display: inline-block;
  background: url(/content/themes/base/images/icons.png) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -9px;
}
#msg-bar.success {
  background-color: #55c211;
}
#msg-bar.success:before {
  background-position: -414px -36px;
}
#msg-bar.warning {
  background-color: #f4ba00;
}
#msg-bar.warning:before {
  background-position: -450px -36px;
}
#msg-bar.error {
  background-color: #ff6969;
}
#msg-bar.error:before {
  background-position: -432px -36px;
}
#msg-bar.info {
  background-color: #3c97ff;
}
#msg-bar.info:before {
  background-position: -432px -36px;
}
#msg-bar .close {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/content/themes/base/images/icons.png) no-repeat;
  background-position: -378px -36px;
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -9px;
}
