/* Error Messages */
.flash-notification {
	position: absolute;
	z-index: 1051;
	width: 416px;
	top: 0px;
	font-weight: bold;
	text-align: center;
	right: 0px;
	background-color: #fff;
	font-size:14px;
	min-height: 56px;
	margin-top: 16px;
	margin-right: 10px;
	border-radius: 6px;
	border: none;
	box-shadow: 0 4px 8px rgba(12, 44, 84, 0.15), 0 0 2px rgba(12, 44, 84, 0.25);
}

.alert{
	padding:0px;
}
.message {
  width: 440px;
  top: 45px;
  /* position: fixed; */
  z-index: 2000;
  left: auto;
  right: 0px;
  margin: 0 auto;
}
.search-flash.message{
	position:fixed;
	z-index:9999999999;
}
.message.alert-success .alert-success{
	background-color:#EEFED8;
	border-color:#87B340;
}
.alert-message {
  width: 100%;
  font-size: 14px;
  text-align: center;
  padding: 0 0;
  background: #fff;
  display: inline-block;
  box-shadow: 2px 1px 3px 1px #c3baba;
  border: 0;
  border-radius: 0;
}
 
.msg{
  color: #000;
  width: 100%;
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

/* new changes */

.message .alert-success .icon-message {
  background: #fff;
  height: 56px;
  border-radius: 6px;
}
.message .alert-danger .icon-message {
  background: #fff;
  height:56px;
  border-radius: 6px;
}

.icon-message {
  float: left;
  background: #e55454;
  padding: 12px 16px;
  height: 100%;
}

.alert-message button.close > span {
  font-size: 37px;
  font-weight: 100;
  padding: 8px 0px;
  position: relative;
  top: 18px;
}
.alert-message button.close{
  position: relative;
  top: 20px;
  right: 35px;
  padding: 8px 13px;
}
.icon-message > img {
  width: 20px;
}

.center-msg {
  display: table;
	width:75%;
  /*height: 54px;
	justify-content: center;
  align-items: center;
	vertical-align: middle;
  padding: 13px 41px 10px 12px;*/
}
.flashmsg-child{
	display: table;
	width: 100%;
	height: 56px;
}
.flashmsg-child > span{
	display: table-cell !important;
	vertical-align: top;
	padding: 17px 5px 10px 10px;
}

.notification-close{
   position: relative !important;
   top: 18px !important;
   right: 20px !important;
}

.bottomBorderNotification {
	border-bottom: 1px solid #ebebeb;
	height: calc(100vh - 515px);
    overflow: auto;
}
.smart-register-notifications-dropdown li + .bottomBorderNotification{
	height: calc(100vh - 510px);
}
.noNotificationsComplete {
	margin-top: 5%;
	text-align: center;
}

.notification-loader {
	border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: relative;
  margin-left: 46%;
  margin-top: 14%;
}

.height285 {
	height: 285px;
}
.success .alert-success{
	border-color: #fff;
	border-left: 8px solid #87B340;
	background-color: #fff;
	padding-left: 0px;
}
.error .alert-danger{
	border-color: #fff;
	border-left: 8px solid #EC4A41;
	background-color: #fff;
}
.bulk-updatetoaster .alert-info {
	border-left: 0px solid #0696D7 !important;
}
.alert-info {
	border-left: 8px solid #0696D7 !important;
}
.alert-danger {
    border-left: 8px solid #a61a1a !important;
}
.alert-warning {
	border-left: 8px solid #F4A460 !important;
	height: auto !important;
}
.alert-info .icon-message, .alert-warning .icon-message {
	background: #fff;
}
.warning .alert-warning{
	border-color: #fff;
	border-left: 8px solid #F4A460;
	padding-top:5px !important;
	padding-left:5px !important;
}
