﻿
/* Toaster Notifications*/
#toastBox
{
    top: auto !important;
}
#notifications
{
    position: fixed;
    top: auto !important;
    bottom: 90px;
    right: 10px;
    left: auto !important;
    z-index: 9999999;
}
body.welcome #notifications {
	max-height: 185px;
}
.notification {
	position: relative;
	margin:5px 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    font-family:Sans-Serif;
}
.notification.more {
	border-bottom: 1px solid #c1c1c1;
	-webkit-box-shadow: white 0px 1px 0px;
	-moz-box-shadow: white 0px 1px 0px;
	box-shadow: white 0px 1px 0px;
}
.notification.error {
	background: #FA565D;
	background: -webkit-linear-gradient(#FA565D, #D1363D);
	background: -moz-linear-gradient(#FA565D, #D1363D);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #A72020;
}
.notification.error * {
	color: white;
	text-shadow: rgba(0,0,0,0.4) 0px 1px 1px!important;
}
.notification.error .left:after {
	background: rgba(255,255,255,0.5)!important;
	box-shadow: rgba(0,0,0,0.4) 0px 1px 1px!important;
}
.notification.info {
	background: #BDE5F8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-color:#00529B;
	border:1px solid #00529B;
}
.notification.info * {
	color: #00529B;
}
.notification.info .left:after {
	background: rgba(255,255,255,0.5)!important;
	box-shadow: rgba(0,0,0,0.4) 0px 1px 1px!important;
}

.notification.success {
    background-color: #DFF2BF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-color:#4F8A10;
	border:1px solid #4F8A10;
	text-shadow: white 0px 1px 0px;
}
.notification.success * {
    color: #4F8A10;
}
.notification.success .left:after {
	background: rgba(255,255,255,0.5)!important;
	box-shadow: rgba(0,0,0,0.4) 0px 1px 1px!important;
}
.notification.warning {
    background-color: #FEEFB3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-color:#9F6000;
	border:1px solid #9F6000;	
}
.notification.warning * {
    color:  #9F6000;
}
.notification.warning .left:after {
	background: rgba(255,255,255,0.5)!important;
	box-shadow: rgba(0,0,0,0.4) 0px 1px 1px!important;
}
.notification.click {
	cursor: pointer;
}
.notification .hide, .modal .hide {
	position: absolute;
	display: block;
	right: 5px;
	top: 7px;
	cursor: pointer;
	color: white;
	font-weight: bold;
	width: 12px;
	height: 12px;
	background: url(images/icon-close.png) no-repeat;
	opacity: 0.7;
	display: none;
	text-indent: -999px;
	overflow: hidden;
}
.modal .hide:before {
	position: relative;
	top: 3px;
}
.notification .hide:before, .modal .hide:before {
	content: "x";
}
.notification .hide:hover {
	opacity: 1;
}
.notification .right, .notification .left {
	width: 350px;
	height: 100%;
	float: left;
	position: relative;
}
.notification .time {
	font-size: 9px;
	position: relative;
}
.notification .right .time {
	margin-left: 10px;
	margin-top: -8px;
	margin-bottom: 10px;
	opacity: 0.4;
}
.notification .left {
	height: 100%;
	width: 30px;
	padding: 10px;
	position: absolute;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}
.notification .right {
	margin-left: 50px;
}
.notification .right .inner {
	padding: 10px;
	font-size:14px;
}
.notification .left:after {
	content: '';
	background: #c1c1c1;
	-moz-box-shadow: white 1px 0px 0px;
	-webkit-box-shadow: white 1px 0px 0px;
	box-shadow: white 1px 0px 0px;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}
.notification .img {
	width: 30px;
	background-size: auto 100%;
	background-position: center;
	height: 30px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: rgba(255,255,255,0.9) 0px -1px 0px inset, rgba(0,0,0,0.2) 0px 1px 2px;
	-moz-box-shadow: rgba(255,255,255,0.9) 0px -1px 0px inset, rgba(0,0,0,0.2) 0px 1px 2px;
	box-shadow: rgba(255,255,255,0.9) 0px -1px 0px inset, rgba(0,0,0,0.2) 0px 1px 2px;
	border: 1px solid rgba(0,0,0,0.55);
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.notification .img.border {
	box-shadow: none;
	border: none;
}
.notification .img.fill {
	top: 0px;
	margin: 0px;
	border: none;
	left: 0px;
	width: 100%;
	height: 100%;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 0px inset, black -1px 0px 16px inset;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 0px inset, black -1px 0px 16px inset;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 0px inset, black -1px 0px 16px inset;
	background-color: #333;
}
.notification:first-child .img.fill {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
.notification:last-child .img.fill {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.notification .left > .icon {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 58px;
	font: normal 35px/39px Icons  ;
	text-shadow: white 0px 1px 0px;
}
.notification:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0;
}
.notification h2 {
	font-size: 14px;
	text-shadow: white 0px 1px 0px;
	margin-bottom:10px;
	margin-top:0;
}

/* toastBox */


#toastBox {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
	-webkit-backface-visibility: hidden;
}
#toastBox.dark {
	height: 100%;
	background: rgba(0,0,0,0.45);
}
#toastBox.fullscreen {
	height: 100%;
	background: black;
}
#toastBox.info {
	height: 100%;
	background: #fff;
	background: -moz-linear-gradient(white, #ccc);
	background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#CCC), to(white));
	background: -webkit-linear-gradient(white, #ccc);
}
#toastBox.info > .wrapper {
	position: absolute;
	width: 90%;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -45%;
	text-align: center;
}
#toastBox.info.black {
	background: black;
}
#toastBox.info.rose {
	background: #F26D7D;
}
#toastBox.info.blues {
	background: #597EF7;
}
#toastBox.info.black > .wrapper, #toastBox.info.rose > .wrapper, #toastBox.info.blues > .wrapper {
	color: white;
}
#toastBox.info #notifications {
	z-index: 5;
	-webkit-box-shadow: white 0px -1px 0px inset, rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
	-moz-box-shadow: white 0px -1px 0px inset, rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
	box-shadow: white 0px -1px 0px inset, rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
}
#toastBox.info.black #notifications {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: white;
	border: none;
	text-shadow: none;
	border: 1px solid #999;
}

#toastBox.info > .wrapper h2 {
	font-size: 60px;
	text-align: center;
	font-family: HelveticaNeue-UltraLight, HelveticaNeue, Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#toastBox.info > .wrapper .icon {
	font-family: Icons;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 100px;
}
#toastBox.info > .wrapper .desc {
	display: inline-block;
	background: black;
	color: white;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 2px;
	margin-top: 20px;
}
#toastBox.info > .wrapper h2 span {
	font-weight: bold;
}
.particles {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
}
#toastBox.fullscreen .editor {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 50%;
	margin: 40px;
	margin-top: 68px;
}
#toastBox.fullscreen .live {
	background: white;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 50%;
	right: 0px;
	padding: 40px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #222C3B;
	color: #fff;
}
#toastBox.fullscreen .live p {
	line-height: 1.6;
}
#toastBox.fullscreen .live blockquote {
	border-color: 1px solid white;
}
#toastBox.fullscreen .live a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dashed #999; 
}
#toastBox.fullscreen .live a:hover {
	color: white;
	border-color: white;
}
#toastBox.fullscreen .editor textarea {
	padding: 0px;
	margin: 0px;
	border: none;
	position: absolute;
	background: transparent;
	top: 0px;
	height: 100%;
	width: 100%;
	display: block;
	left: 0px;
	resize: none;
	font: normal 14px Consolas, Courier New, monospace;
	color: #fff;
	line-height: 1.6;
	-webkit-overflow-scrolling: touch;
}
#toastBox.fullscreen .editor .buttons {
	position: absolute;
	top: -28px;
	left: -7px;
}
#toastBox.fullscreen .editor textarea:focus {
	outline: none;
}