.ssfes_alertify,
.ssfes_alertify-show,
.ssfes_alertify-log 
{
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	   -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	     -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	        transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.ssfes_alertify-hide 
{
	-webkit-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	   -moz-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	    -ms-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	     -o-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	        transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.ssfes_alertify-log-hide 
{
	-webkit-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	   -moz-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	    -ms-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	     -o-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	        transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.ssfes_alertify-cover 
{
	position: fixed; z-index: 99999;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color:white;
	filter:alpha(opacity=0);
	opacity:0;
}
.ssfes_alertify-cover-hidden 
{
	display: none;
}
.ssfes_alertify 
{
	position: fixed; z-index: 99999;
	top: 50px; left: 50%;
	width: 550px;
	margin-left: -275px;
	opacity: 1;
}
.ssfes_alertify-hidden 
{
		-webkit-transform: translate(0,-150px);
		   -moz-transform: translate(0,-150px);
		    -ms-transform: translate(0,-150px);
		     -o-transform: translate(0,-150px);
		        transform: translate(0,-150px);
		opacity: 0;
		display: none;
}
/* overwrite display: none; for everything except IE6-8 */
:root *> .ssfes_alertify-hidden 
{
	display: block;
	visibility: hidden;
}
.ssfes_alertify-logs 
{
	position: fixed;
	z-index: 5000;
	bottom: 10px;
	right: 10px;
	width: 300px;
}
.ssfes_alertify-logs-hidden 
{
	display: none;
}
.ssfes_alertify-log 
{
	display: block;
	margin-top: 10px;
	position: relative;
	right: -300px;
	opacity: 0;
}
.ssfes_alertify-log-show 
{
	right: 0;
	opacity: 1;
}
.ssfes_alertify-log-hide 
{
	-webkit-transform: translate(300px, 0);
	   -moz-transform: translate(300px, 0);
	    -ms-transform: translate(300px, 0);
	     -o-transform: translate(300px, 0);
	        transform: translate(300px, 0);
	opacity: 0;
}
.ssfes_alertify-dialog 
{
	padding: 25px;
}
.ssfes_alertify-resetFocus 
{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ssfes_alertify-inner 
{
	text-align: center;
}
.ssfes_alertify-text 
{
	margin-bottom: 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 100%;
}
.ssfes_alertify-button,
.ssfes_alertify-button:hover,
.ssfes_alertify-button:active,
.ssfes_alertify-button:visited 
{
	background: none;
	text-decoration: none;
	border: none;
	/* line-height and font-size for input button */
	line-height: 1.5;
	font-size: 100%;
	display: inline-block;
	cursor: pointer;
	margin-left: 5px;
}

@media only screen and (max-width: 680px) 
{
	.ssfes_alertify,
	.ssfes_alertify-logs 
	{
		width: 90%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.ssfes_alertify 
	{
		left: 5%;
		margin: 0;
	}
}

.ssfes_alertify,
.ssfes_alertify-log 
{
	font-family: sans-serif;
}
.ssfes_alertify 
{
	background: #FFF;
	border: 10px solid #333; /* browsers that don't support rgba */
	border: 10px solid rgba(0,0,0,.7);
	border-radius: 8px;
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
	-webkit-background-clip: padding;     /* Safari 4? Chrome 6? */
	   -moz-background-clip: padding;     /* Firefox 3.6 */
	        background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.ssfes_alertify-text 
{
	border: 1px solid #CCC;
	padding: 10px;
	border-radius: 4px;
}
.ssfes_alertify-button 
{
	-moz-box-shadow: 0px 1px 3px 0px #1c1b18;
	-webkit-box-shadow: 0px 1px 3px 0px #1c1b18;
	box-shadow: 0px 1px 3px 0px #1c1b18;
   	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d5d2d0), color-stop(1, #cfcac5));
    background:-moz-linear-gradient(top, #d5d2d0 5%, #cfcac5 100%);
    background:-webkit-linear-gradient(top, #d5d2d0 5%, #cfcac5 100%);
    background:-o-linear-gradient(top, #d5d2d0 5%, #cfcac5 100%);
    background:-ms-linear-gradient(top, #d5d2d0 5%, #cfcac5 100%);
    background:linear-gradient(to bottom, #d5d2d0 5%, #cfcac5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d5d2d0", endColorstr="#cfcac5",GradientType=0); 
    background-color:#d5d2d0;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;       
    border:1px solid #777777;        
    display:inline-block;
    color:#444444;
    font-family:Trebuchet MS;
    font-size:13px;
    font-weight:normal;
    padding:2px 30px;
    text-decoration:none; 
}
.ssfes_alertify-button:hover,
.ssfes_alertify-button:focus,
.ssfes_alertify-button:active 
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cfcac5), color-stop(1, #d5d2d0));
    background:-moz-linear-gradient(top, #cfcac5 5%, #d5d2d0 100%);
    background:-webkit-linear-gradient(top, #cfcac5 5%, #d5d2d0 100%);
    background:-o-linear-gradient(top, #cfcac5 5%, #d5d2d0 100%);
    background:-ms-linear-gradient(top, #cfcac5 5%, #d5d2d0 100%);
    background:linear-gradient(to bottom, #cfcac5 5%, #d5d2d0 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cfcac5", endColorstr="#d5d2d0",GradientType=0);    
    background-color:#cfcac5;
	cursor:pointer;
    color:#444444!important;
	outline:none!important;
	border-radius:3px;       
    border:1px solid #777777;        
    display:inline-block;
    color:#444444;
    font-family:Trebuchet MS;
    font-size:13px;
    font-weight:normal;
    padding:2px 30px;
    text-decoration:none; 
}
/*
.ssfes_alertify-button:focus 
{
	box-shadow: 0 0 5px #2B72D5;
}
*/
.ssfes_alertify-button:active
{
	position: relative;
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
/*
.ssfes_alertify-button-cancel,
.ssfes_alertify-button-cancel:hover,
.ssfes_alertify-button-cancel:focus 
{
	background-color: #2ea2cc;
	border: 1px solid #0074a2;
}
.ssfes_alertify-button-ok,
.ssfes_alertify-button-ok:hover,
.ssfes_alertify-button-ok:focus 
{
	background-color: #0074a2;
	border: 1px solid #2ea2cc;
}
*/
.ssfes_alertify-log 
{
	background: #1F1F1F;
	background: rgba(0,0,0,.9);
	padding: 15px;
	border-radius: 4px;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}
.ssfes_alertify-log-error 
{
	background: #FE1A00;
	background: rgba(254,26,0,.9);
}
.ssfes_alertify-log-success 
{
	background: #5CB811;
	background: rgba(92,184,17,.9);
}