input.has-success,
textarea.has-success
{
	background-color: #E5FFAD !important;
    border-color: #06A13B;
}
input.has-error,
textarea.has-error
{
	background-color: #FFADAD !important; 
    border-color: #A10606;
}
input[type=submit]{
	transition: 0.9s ease-in;
	-webkit-transition: 0.9s ease-in;
}
.loading{
	background: url('img/back.jpg') !important;
    background-repeat: repeat-y !important;
    background-size: 0;
	background-color: rgba(192, 192, 192, 0.21) !important;
	transition: 0.9s ease-in !important;
	-webkit-transition: 0.9s ease-in !important;
	transform: rotateX(180deg) !important;
	-webkit-transform: rotateX(180deg) !important;
	color: transparent !important;
}
.loading.progress-10{
	background-size: 10% !important;
}
.loading.progress-50{
	background-size: 50% !important;
}
.loading.progress-100{
    background-size: 100% !important;
}
.loading.complete{
	font-family: 'FontAwesome';
	color: white !important;
}
.af-notice-wrapper{
	display:none;
}
.af-notice{
	z-index: 11;
}
.file-loading{
	background-image: url('img/preloader.gif') !important;
    background-repeat: no-repeat !important;
    background-size: 25px !important;
    color: transparent !important;
    background-position: 95% !important;
}
/*
 * AF WP PREVIEW
 */
.afwp-prev-wrapper{
	position: fixed;
	display:none;
    top: 0;
    background-color: rgba(0, 0, 0, 0.69);
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

.afwp-image-wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.afwp-image{
	margin: 2%;
    max-width: 90%;
    height: auto;
    max-height: 85%;
    border: 10px solid rgba(0, 0, 0, 0.35);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.afwp-title{
	color: white;
    font-family: Arial;
    font-size: 16px;
}
.afwp-closer{
	position: absolute;
    color: white;
    right: 0;
    top: 0;
    margin: 1%;
    font-size: 30px;
    background-color: black;
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
    transition: 0.4s ease-in;
    -webkit-transition: 0.4s ease-in;
    z-index: 9999999999999;
}
.afwp-closer:hover{
	background-color: red;
}
