/*************************** css for notificatios *****************************/
.message-box {
    width: 270px;
    height: auto;
    padding: 30px 20px;
    position: fixed;
    right: -320px;
    top: 40px;
    font-size: 15px;
    color: #fff;
    z-index:10000;
}

.close-btn {
    position: absolute;
    right: 6px;
    top: 0;
    cursor: pointer;
	color:#fff;
	
}
a{
	cursor:pointer;
	/* color:blue; */
}

.close-btn:hover {
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.message {
    width: 100%;
    margin-left:16px;
}

.success {
    background-color: #7EB62E;
    background:url(../images/success_icon.png) 5px no-repeat #7EB62E;
    border: 2px solid #689d1b;
}

.error {
    background-color: #F64B2F;
	/*background:url(../images/error_icon.png) left no-repeat #F64B2F;*/
    border: 2px solid #dd3519;
}

.info {
    background-color: #2FA9F6;
    background:url(../images/info_icon.png) 10px no-repeat #2FA9F6;
    border: 2px solid #1b8ad0;
}

/*************************** End of css for notificatios *****************************/

.blackLayer{
	width:100%;
	height:975px;
	color:#000;
	z-index:9;
	position:absolute;
	top:0;
	left:0;
	background-color:black;
	filter: alpha(opacity=4); /* internet explorer */
	-khtml-opacity: 0.4;      /* khtml, old safari */
	-moz-opacity: 0.4;       /* mozilla, netscape */
	opacity: 0.4;
	display:none;
}
.confirmPopUpBox{
	background:#232323 url(../images/line_bg.png);
	height:170px;
	width:100%;
	margin-top:230px;
	z-index:30;
	position: fixed;
	margin-left: 0;
	display:none;
	filter: alpha(opacity=60); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;
}
 
.confirmPopUpMsg{
	height:100%;
	width:504px;
	color:#fff;
	margin:0 auto;
	
}
.confirmPopUpMsg h1{
	color:#fff;
	font: 30px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	text-transform : normal;
	margin-top:20px;
	margin-bottom:20px;
}
.deleteMsgPopUpBox{
	height:170px;
	width:100%;
	margin-top:230px;
	z-index:10;
	background:#232323 url(../images/line_bg.png);
	position: fixed;
	display:none;
	filter: alpha(opacity=60); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;
}
.ancConfirmation{
	color:#fff;float:right;margin-right:15px;cursor:pointer;width:25px;height:16px;text-align: center;background-color:#236bb3;padding:6px;
}
.ancConfirmation:hover{
	color:#fff !important;float:right;margin-right:15px;cursor:pointer;width:25px;height:16px;text-align: center;background-color:#236bb3;padding:6px;box-shadow:0px 0px 2px; #fff;
}

 
.deleteMsgPopUpMsg{
	height:100%;
	width:504px;
	color:#fff;
	margin:0 auto;
	
}
.deleteMsgPopUpMsg h1{
	color:#fff;
	font: 24px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	text-transform : normal;
	margin-top:20px;
	margin-bottom:20px;
}

.confirmRejectPopUp{
	background:#232323 url(../images/line_bg.png);
	height:170px;
	width:100%;
	margin-top:230px;
	z-index:100;
	position: fixed;
	margin-left: 0;
	display:none;
	filter: alpha(opacity=60); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;
}

.confirmRejectPopUpMsg{
	height:100%;
	width:504px;
	color:#fff;
	margin:0 auto;
}
.confirmRejectPopUpMsg label{
	color:#fff;
	font: 24px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	text-transform : uppercase;
	margin-top:20px;
	margin-bottom:20px;
}

