 @font-face{
	font-family:'Lovelo_Black';
	src:url('../fonts/Lovelo_Black.otf');
	font-weight:normal;
	font-style:normal
 }
 @font-face{
	font-family:'Roboto-Medium';
	src:url('../fonts/Roboto-Medium.ttf');
	font-weight:normal;
	font-style:normal
 }
.alertify {
	background: #ffffff;
    line-height: 20px;
    border-radius: 13px;
	box-shadow: 0px 0px 0px 1px #000;
}
	
	.alertify-button {
		border-radius: 15px;
		color: #fff;
		font-family: Arial;
        font-size: 16px;
        font-weight: bold;
		padding: 6px 10px 6px 10px;
		text-decoration: none;
        background: linear-gradient(to bottom, #abadad 0%, #797b7b 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
		background-image: -webkit-linear-gradient(to bottom, #abadad 0%, #797b7b 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
		background-image:    -moz-linear-gradient(to bottom, #abadad 0%, #797b7b 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
		background-image:     -ms-linear-gradient(to bottom, #abadad 0%, #797b7b 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
		background-image:      -o-linear-gradient(to bottom, #abadad 0%, #797b7b 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
		background-image:         linear-gradient(to bottom, #abadad 0%, #797b7b 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	
	.alertify-button::after  { display: inline-block;margin-left:5px; }
	
	
	
	.alertify-button:hover {
		background: #fc4a1a;
	}
	.alertify-button:active {
		
	}
	.alertify-button-cancel
	{
	    background: #7e8080;
        background: -moz-linear-gradient(top, #a9abab 0%, #7e8080 100%);
        background: -ms-linear-gradient(top, #a9abab 0%, #7e8080 100%);
        background: -o-linear-gradient(top, #a9abab 0%, #7e8080 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a9abab), color-stop(100%, #7e8080));
        background: -webkit-linear-gradient(top, #a9abab 0%, #7e8080 100%);
        background: linear-gradient(to bottom, #a9abab 0%, #7e8080 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9abab', endColorstr='#7e8080', GradientType=0 );
	 }
		.alertify-button-cancel,
		.alertify-button-cancel:hover,
		.alertify-button-cancel:focus {
		
		}
		.alertify-button-ok
		{
		    color:#fff;
		    font-size:16px;
		    font-family: 'Roboto', sans-serif;
		    font-weight: 400;
			background: #fc4a1a;
        }
        .alertify-button-ok:hover
		{
		    background: #fc4a1a;
		}
	.alertify-log-error {
		background: #FE1A00;
		background: rgba(254,26,0,.9);
	}
	.alertify-log-success {
		
	}
	
.alertify-dialog nav
{
    width:445px;
    line-height: 20px;
    box-shadow:none !important;
    background: #fff !important;
}
.alertify-message
{
    font-size:16px;
    font-family:Roboto-Medium;
    color:#616161;
	padding: 0px 10px 20px 10px;
}