.animated {
	-moz-animation-duration:1s;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-moz-animation-fill-mode:both;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

.animated.infinite {
	-moz-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
}

.pulse {
	-moz-animation:pulse;
	-webkit-animation-name:pulse;
	animation-name:pulse;
}

.remove-item {
	-moz-animation:remove-item-animation .6s cubic-bezier(.55,-0.04,.91,.94) forwards;
	-webkit-animation:remove-item-animation .6s cubic-bezier(.55,-0.04,.91,.94) forwards;
	animation:remove-item-animation .6s cubic-bezier(.55,-0.04,.91,.94) forwards;
}

.vertical-align {
	display:flex;
	align-items:center;
}

.alert-agenda-notification {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:8px 12px;
	font-size:14px;
	background-color:#ff6863;
	border:none;
	bottom:3%!important;
	left:0;
    right:0;
    width:270px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
	-moz-box-shadow:0 0 20px rgba(0,0,0,.1);
	box-shadow:0 0 20px rgba(0,0,0,.1);
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

.alert-agenda-notification p {
	color:#fff;
	line-height:1.5;
	font-weight:700;
	margin:0;
	padding:0;
}

.alert-agenda-notification .icon {
	color:rgba(0,0,0,.2);
	font-size:28px;
	line-height:34px;
}

.alert-agenda-notification em {
	font-style:normal;
	display:block;
}

.alert-agenda-notification a {
	color:#fff;
}

.alert-agenda-notification a:hover {
	color:#fff;
}

.alert-agenda-notification > [data-notify="title"] {
	color:#fff;
	display:none;
}

.alert-agenda-notification > [data-notify="message"] {
	z-index:2;
	font-size:11px;
	color:#fff;
	line-height:1.5;
	font-weight:700;
	padding:0;
	margin:0;
}

.alert-agenda-notification > [data-notify="progressbar"] {
	color:#fff;
	margin:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
	background-color:#ff6863;
}

.alert-agenda-notification .progress {
	color:#fff;
	height:100%;
	color:rgba(0,0,0,.1);
	background-color:#ff6863;
}

.alert-agenda-notification .progress .progress-bar {
	height:100%;
	color:#fff;
	background-color:rgba(0,0,0,.1);
}

.alert-agenda-notification .close {
	display:block;
	top:4px!important;
	right:5px!important;
	font-size:12px;
	font-weight:700;
	line-height:1;
	color:#fff;
	text-shadow:none;
	opacity:1;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}

.alert-agenda-notification .close:hover {
	color:#000;
}

#notification-boss {
	margin-top:40px;
	position: relative!important;
}

#notification-boss .alert {
	background-color:#5f5665;
    border:none;
    border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#notification-boss .alert p {
	color:#fff!important;
	font-size: 14px;
	font-weight: bold;
	padding: .7em 0em;
}


#notification-attend,
#notification-home,
#notification-agenda,
#notification-agenda-boss,
#notification-sponsorship {
	position:fixed;
	bottom:5px;
	left:0;
	right:0;
	z-index:9999;
	width:100%;
}

#notification-agenda-boss {
	bottom:80px;
}

#notification-attend .close,
#notification-home .close,
#notification-agenda .close,
#notification-agenda-boss .close,
#notification-sponsorship .close,
#notification-boss .close {
    text-shadow: none;
    color: #fff;
}

#notification-attend .content,
#notification-home .content,
#notification-agenda .content,
#notification-agenda-boss .content,
#notification-sponsorship .content,
#notification-boss .content {
	width:70%;
	margin:0 auto;
}

#notification-attend .alert,
#notification-home .alert,
#notification-agenda .alert,
#notification-agenda-boss .alert,
#notification-sponsorship .alert {
	background-color:#0090c0;
    border:none;
    border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#notification-agenda-boss .alert {
	background-color: #00a7df;
}

#notification-attend .alert img,
#notification-home .alert img,
#notification-sponsorship .alert img {
	width:30px;
	height:30px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

#notification-agenda .alert svg,
#notification-agenda-boss .alert svg {
	font-size: 22px;
	float: left;
	display: block;
	position: relative;
	top: 10px;
	color: #fff;
	margin-right: 20px;
}

#notification-attend .alert p,
#notification-home .alert p,
#notification-agenda .alert p,
#notification-agenda-boss .alert p,
#notification-sponsorship .alert p {
	color:#fff;
	font-size:1em;
	line-height:32px;
}

#notification-attend .alert p a,
#notification-home .alert p a,
#notification-agenda .alert p a,
#notification-agenda-boss .alert p a,
#notification-sponsorship .alert p a {
	color:#fff;
	font-weight:bold;
}

#notification-attend .alert p a:hover,
#notification-home .alert p a:hover,
#notification-agenda .alert p a:hover,
#notification-agenda-boss .alert p a:hover,
#notification-sponsorship .alert p a:hover {
	color:#000;
}

#notification-attend .media-body,
#notification-home .media-body,
#notification-agenda .media-body,
#notification-agenda-boss .media-body,
#notification-sponsorship .media-body {
	margin:5px 0;
}

#notification-attend .media-body p a.button,
#notification-home .media-body p a.button,
#notification-agenda .media-body p a.button,
#notification-agenda-boss .media-body p a.button,
#notification-sponsorship .media-body p a.button {
	display:none;
}

.alert-agenda-notification .register-for-pass i {
    color: #000;
    font-size:34px;
    margin-right:10px;
}

.alert-agenda-notification .register-for-pass p {
    color:#000;
    margin-top:1px;
    font-size: 11px;
    padding-right:10px;
}

.alert-agenda-notification .register-for-pass a {
    color:#000;
}

.btn-notification {
	font-size: 9px;
	line-height: 1;
	padding: .8rem 1.5rem;
	margin-left: 10px;
}