/* Custom Theme from JC (jcaset@gmail.com) - Adaptation of Mohieddine Abd-kader (http://forrst.com/people/mitgux) */

.noty_bar.easyadm { background: none; border: none; }

ul.noty_container { top: 75px; }

.noty_bar.easyadm .noty_message {
	border: 1px solid #D7D7D7 !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 1px 2px 4px #636363;
	color: #6D6D6D;
	line-height: 1.5em;
	text-shadow: 0 1px 0 #FFFFFF;
	width: 100%;      
}

.noty_bar.easyadm.center .noty_message { width: 95%; }

.noty_bar.easyadm .noty_message {
	background: url("/adm/frontend/js/noty/easyadm/img/bg.png") repeat scroll 0 0 transparent;           
}
.noty_bar.easyadm.alert .noty_type {
	background: url("/adm/frontend/js/noty/easyadm/img/alert.png") no-repeat center;	
}
.noty_bar.easyadm.error .noty_type {
	background: url("/adm/frontend/js/noty/easyadm/img/error.png") no-repeat center;	
}
.noty_bar.easyadm.success .noty_type {
	background: url("/adm/frontend/js/noty/easyadm/img/success.png") no-repeat center;
}
.noty_bar.easyadm.loading .noty_type {
	/*background: url("/adm/frontend/js/noty/easyadm/img/loading.png") no-repeat center;*/
}

/* -> by JC (easyadm@gmail.com) */
.noty_bar .noty_type { position: absolute; top: 2px; left: 2px; width:54px; height:52px; }
.noty_bar .noty_type img { margin:10px 0 0 12px; }
.noty_bar.easyadm.top .noty_type,
.noty_bar.easyadm.bottom .noty_type { height:44px; }
/* -> by JC (easyadm@gmail.com) */ 

.noty_bar.easyadm .noty_close {
	right: -8px; top: 50%; margin-top: -10px;
	box-shadow: 0 0 3px #3C3C3C; border-radius: 10px;
	border: none !important; cursor: pointer
}
/* Custom theme layout extras */
.noty_bar.easyadm.top,
.noty_bar.easyadm.bottom { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; box-shadow: 0px 0px 4px #636363; }

.noty_bar.easyadm.top .noty_message,
.noty_bar.easyadm.bottom .noty_message { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }

.noty_bar.easyadm.top .noty_type img, .noty_bar.easyadm.bottom .noty_type img { margin:6px 0 0 12px; }

.noty_bar.easyadm.top .noty_close, .noty_bar.easyadm.bottom .noty_close {
	right: 8px;
}
.noty_bar.easyadm.topLeft .noty_message, .noty_bar.easyadm.topRight .noty_message, .noty_bar.easyadm.topCenter .noty_message {
	padding-left: 60px; padding-right: 40px; width: auto;
}
.noty_bar.easyadm.topLeft .noty_message .noty_buttons, .noty_bar.easyadm.topRight .noty_message .noty_buttons {
	border-top: 1px solid #CCCCCC; margin-left: 0; margin-top: 10px;
	float: none; padding-top: 10px; text-align: right;
}
.noty_bar.easyadm.top .noty_buttons, .noty_bar.easyadm.bottom .noty_buttons {
	margin-top: -3px; margin-right: 25px;
}
.noty_bar.easyadm.center .noty_buttons {
	margin-top: -3px;
}