
.ees {
	position: relative;
	margin: 0;
	background: #333333;
	color: #EEEEEE;
}

.ees.ui-pnotify-container {
	padding: 0;
	box-shadow: 4px 4px 16px -2px rgba(0, 0, 0, 0.6);
}

.ees .ui-pnotify-title {
	display: none;
}

.ees .ui-pnotify-text {
	min-height: 48px;
	max-height: 240px;
	padding: 8px 12px;
	overflow: hidden;
	z-index: 1;
	transition: border-color 0.4s;
}

.ees:hover .ui-pnotify-text {
	overflow: auto;
}

.ees-info {
	border-left: 48px solid #3366CC;
}

.ees-success {
	border-left: 48px solid #339933;
}

.ees-warning {
	border-left: 48px solid #FF9933; /* FFCC33 FF8000 */
}

.ees-error {
	border-left: 48px solid #CC0033;
}

.ees .ui-pnotify-text h1,
.ees .ui-pnotify-text h2,
.ees .ui-pnotify-text h3,
.ees .ui-pnotify-text h4,
.ees .ui-pnotify-text h5,
.ees .ui-pnotify-text h6 {
	margin: 0;
	padding: 6px 0;
	color: #EEEEEE;
}

.ees .ui-pnotify-text a {
	color: #CCCCCC;
}

.ees .ui-pnotify-text p {
	text-align: left;
}

.ees .ui-pnotify-text a:hover {
	text-decoration: underline;
}

.ees .ui-pnotify-icon {
	position: absolute;
	top: 0;
	left: -48px;
	z-index: 2;
	margin: 0;
	padding: 12px;
	font-family: Entypo;
	font-size: 24px;
	line-height: 1;
	color: #FFFFFF;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.ees .ui-pnotify-icon * {
	line-height: 1;
}

.ees .ui-pnotify-icon span:before {
	top: 0;
}

.ees-icon-info,
.ees-icon-success,
.ees-icon-warning,
.ees-icon-error,
.ees-icon-closer,
.ees-icon-sticker {
	font-family: Entypo;
	font-size: 24px;
	line-height: 1;
}

.ees-icon-info:before {
	content: "\ea03";
}

.ees-icon-success:before {
	content: "\e98c";
}

.ees-icon-warning:before {
	content: "\ea99";
}

.ees-icon-error:before {
	content: "\ea32";
}

.ees-icon-closer,
.ees-icon-sticker {
	position: absolute;
	float: none;
	font-size: 20px;
	opacity: 0;
	cursor: pointer;
	transition: opacity 0.4s;
	text-shadow: 1px 1px 8px #000000, 1px 1px 8px #000000, 1px 1px 8px #000000;
}

.ees:hover .ees-icon-closer,
.ees:hover .ees-icon-sticker {
	opacity: 1;
}

.ees-icon-closer {
	top: 8px;
	right: 8px;
}

.ees-icon-sticker {
	top: 12px;
	right: 32px;
	font-size: 14px;
}

.ees-icon-closer:before {
	content: "\e9c1";
}

.ees-icon-sticker:before {
	content: "\ea41";
	transition: transform 0.4s;
}

.ees-icon-sticker.ees-icon-stuck:before {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ees-notice .ees {
	border-left: 48px solid #777777;
	background: #CCCCCC;
	color: #000000;
}

.ees-notice .ees-icon-closer,
.ees-notice .ees-icon-sticker {
	text-shadow: 1px 1px 8px #FFFFFF, 1px 1px 8px #FFFFFF, 1px 1px 8px #FFFFFF;
}

.ees-notice .ui-pnotify-text h1,
.ees-notice .ui-pnotify-text h2,
.ees-notice .ui-pnotify-text h3,
.ees-notice .ui-pnotify-text h4,
.ees-notice .ui-pnotify-text h5,
.ees-notice .ui-pnotify-text h6 {
	margin: 0;
	padding: 6px 0;
	color: #333333;
}

.ees .ui-pnotify-action-bar {
	padding-top: 8px;
}

.ees .ui-pnotify-action-bar textarea,
.ees .ui-pnotify-action-bar input {
	display: block;
	width: 100%;
	margin-bottom: 12px !important;
}

.ees .ui-pnotify-action-button {
	text-transform: uppercase;
	font-weight: bold;
	padding: 4px 8px;
	border: none;
	color: #999999;
	background: transparent;
}

.ees .ui-pnotify-action-button:active,
.ees .ui-pnotify-action-button:hover {
	color: #FFFFFF;
}

.ees .ui-pnotify-action-button.btn-primary {
	border: none;
	border-radius: 0;
}

.ees-info .ui-pnotify-action-button.btn-primary {
	background-color: #0286A5;
	color: #012831;
}

.ees-success .ui-pnotify-action-button.btn-primary {
	background-color: #35DB00;
	color: #104300;
}

.ees-warning .ui-pnotify-action-button.btn-primary {
	background-color: #FFFF00;
	color: #4F4F00;
}

.ees-error .ui-pnotify-action-button.btn-primary {
	background-color: #FF1800;
	color: #4F0800;
}

.ees .ui-pnotify-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 8px;
	overflow: hidden;
	background-color: #555555;
}

.ees .ui-pnotify-progress-bar {
	position: relative;
	width: 83%;
	height: 100%;
	overflow: visible;
	/*background-color: #999999;*/
	background: linear-gradient(to right, rgba(153,153,153,1) 0%, rgba(153,153,153,1) -20px, rgba(255,212,0,1) 100%);
}

.ees .ui-pnotify-progress-bar:after {
	position: absolute;
	right: 0;
	width: 0;
	height: 0;
	box-shadow: 0 4px 8px 4px rgba(255, 128, 0, 0.9);
	content: '';
}

