.af-select,
.af-textarea,
.af-input {
	line-height: 20px;
	border: 1px solid #ccc;
	border-radius: 2px !important;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin: 0;
	outline: 0 none;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025);
}

.ss-error-color {
    color: #E25A5F !important;
}
.ss-success-color {
    color: #468847 !important;
}
.ss-error-bg {
    color: #fff !important;
    background-color: #E25A5F !important;
}
.ss-success-bg {
    color: #fff !important;
    background-color: #5cb85c !important;
}
.af-iframe-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.af-iframe-loading .fa {
	font-size: 40px;
	color: #B4B4B4;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -18px;
	margin-top: -24px;
}
.af-error-color {
    color: #b94a48 !important;
}
.af-bottom-auto-fill {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 51px;
}
.af-bottom-auto-fill.fill-top-38 {
	top: 38px;
}
.af-container-100 {
	position: relative;
	width: 100%;
}
.af-height-100 {
	position: relative;
	height: 100%;
}
.af-input-file {
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.af-checkbox {
	position: relative;
	z-index: 1;
	width: 19px;
	height: 19px;
	background-color: #fff;
	background-image: url("/images/common/blue.png");
	background-position: 1px -1px;
	background-repeat: no-repeat;
	margin-top: 1px;
	cursor: pointer;
}
.af-checkbox:not(.checked):hover {
	background-position: -18px -1px;
}
.af-checkbox.checked {
	background-position: -37px -1px;
}
.af-show {
	display: block;
}
.af-height-auto {
	height: auto !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.af-hidden-input {
	padding: 0;
	margin: 0;
	height: 20px;
	border: none;
	width: 100px;
	outline: 0;
}
.af-hidden-input2 {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    cursor: pointer;
}
.af-input-hover {
	border-color: #aaa!important;
}
.af-input-focus {
    border-color: #66afe9!important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)!important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)!important;
}
.sh5-table {
    display: table;
    width: 100%;
    height: 100%;
}
.sh5-table-centered {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.ff-vertical-align {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
}

/* af-home-online */
.af-home-online {
	background-image: url("/images/home/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 78px 0;
	background-position: 50%;
}
.af-home-online > h1 {
	color: #fff;
	max-width: 1000px;
	padding: 20px 17px 44px 17px;
	position: relative;
	margin: 0 auto;
}
.af-home-online-btn {
	color: #4997ec;
	background-color: #fff;
	border-radius: 3px;
	position: relative;
	margin: 0 auto;
	width: 300px;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.af-home-online-btn:hover {
	background-color: #4997ec;
	color: #fff;
}
/*  home online  */
.af-video-mask {
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.af-video-icon {
	height: 44px;
	width: 66px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -33px;
	color: #ffffff;
	background: #000;
	opacity: 0.7;
	border-radius: 11px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.af-video-icon > i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 20px;
	line-height: 20px;
	margin-top: -10px;
	margin-left: -8px;
}
.af-video-mask:hover {
	background: rgba(0, 0, 0, 0.2);
}
.af-video-mask:hover > .af-video-icon {
	background: rgb(238, 0, 0);
	opacity: 0.9;
}
.vider-panel-content {
	line-height: 0;
}