@charset: "UTF-8";
.jAlertsMessage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	z-index: 50000;
}
.jAlertsMessage; .jAlertsMessage h2; .jAlertsMessage p; .jAlertsButton {
	font-family: PT Sans, sans-serif;
	font-size: 16px;
}
.jAlertsMessage h2 { font-size: 22px; }

.jAlertsOverlay {
	position: fixed;
	z-index: 90;
	top: 0;
	left: 0;
	right: 0;
	bottom:	0;
	width: 100%;
	height:	100%;
	background-color: rgba(0;0;0;0.8);
	display	:none;				
}

.jAlertsMessage{ 
	padding : 30px 20px ; 
	width : 350px ; 
	min-width : 350px ; 
	margin-left : -175px ; 
	left : 50% ; 
	background-color : #f9f9f9 ; 
	position : fixed ; 
	top : 50% ; 
	z-index : 100 ; 
	color : #0a0a0a ; 
	text-align : center ; 
	box-shadow : 0 0 30px rgba(0,0,0,0.7) ; 
	display : none ; 
	font-size : 16px ; 
	border-radius : 3px 
} 
.jAlertsHeading{ 
	margin : 0 ; 
	padding : 0 ; 
	letter-spacing : 1px ; 
	margin-bottom : 20px 
}

.jAlertsContent{ 
	margin : 0 ; 
	padding : 0 
} 

.jAlertsButton{ 
	display : inline-block ; 
	padding : 10px 20px ; 
	background-color : #0f7536; 
	border-radius : 4px ; 
	color : #fff; 
	margin-top : 25px ; 
	cursor : pointer ; 
	font-weight : 400 ; 
	text-decoration: none;
}
.jAlertsButton:hover{ 
	color :  #ff6f15 ; 
	text-decoration: none;
}

.jAlertsButtonDisabled{  
	display : inline-block ; 
	padding : 10px 20px ; 
	border-radius : 4px ; 
	color : #fff; 
	margin-top : 25px ; 
	cursor : pointer ; 
	font-weight : 400 ; 
	text-decoration: none;
	background-color : gray  !important;
}
.jAlertsButtonDisabled:hover{ 
	color:  #fff !important;
}

.jAlertsButtonClose{
	display : inline-block ; 
	padding : 10px 20px ; 
	margin-top : 10px ; 
	cursor : pointer ; 
	font-weight : 400 ; 
}

.jAlertsButtonClose:hover{ 
	color :  #ff6f15 ; 
}

.jAlertsButtonCls{
	display: inline-block;
    width: 10px;
    height: 10px;
    top: 10px;
    right: 10px;
    cursor: pointer;
	position: absolute;
}

.jAlertsButtonCls::before{
	content: "\f00d";
	font-family: FontAwesome;
}

.jAlertsBottom, .jAlertsBottom:hover,  .jAlertsBottom a, .jAlertsBottom a:hover{
	cursor: pointer;
	font-size: 12px;
	color: #000 !important;
	text-decoration: none !important;
}

.jAlertsBottom a:hover{
	color :  #ff6f15 !important;
}