﻿/** appStep **/
.appStep{
	box-sizing: border-box;
	width:100%;
	padding:10px;
	background-color:#eee;
	font-weight:bold;
	margin-bottom:15px;
	font-size:1.125em;
}
.appStep strong + span{ margin-left:8px;}
/**/
.twoGroup{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.twoGroup *{ box-sizing:border-box;}

.twoGroup .form-control{width:100%;}
.twoGroup .genderFd{
	position:relative;
	width:100%;
	padding-left:15px;
}
.twoGroup .genderFd label + input{
	margin-left:10px;
}
.hide-label{
	width:1px;
	height:1px;
	display:block;
	overflow:hidden;
	position:absolute;
}
.autoTx{ display:inline-block;}
@media screen and ( min-width: 768px) {
	.twoGroup .form-control{width:50%;}
	.twoGroup .genderFd{width:50%;}
}
.control-label{ font-weight:bold;}
.checkItem{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.checkItem label{
	width:auto;
	display: flex;
	align-items: center;
	margin:0;
}
.checkItem label + input{
	margin:0 0 0 10px;
}
.checkItem label{ margin-left:3px;}
label .text-danger{margin-left:5px;}
.form-control.other{
	max-width:120px;
	margin-left:5px;
}
.appForm .col-sm-10{
	position:relative;
}
.appForm .col-sm-10 .fa{
	position:absolute;
	right:0;
	top:0;
	width: 40px;
    height: 40px;
    line-height: 42px !important;
}
.flexUl{
	list-style:none;
	margin:0;
	padding:0;
}
.flexUl > li{
	display:flex;
}
.flexUl > li span{
	white-space: nowrap;
	margin-right:5px;
}
.infoBot{
	width:100%;
	clear:both;
	display: flex;
	flex-wrap: wrap;
}
.finishFrame h3{
	font-weight:bold;
}
.finishFrame .ico-F {
	width:100%;
	height:120px;
	display:block;
    background-image: url(../images/appFinish-icon.svg);
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:contain;
	margin:0 auto;
}
.finishFrame .flexUl{
	margin-bottom:15px;
	font-size:1.066em;
	line-height:190%;
}
.linebtn > strong{
	margin-bottom:10px;
	display:inline-block;
	font-size:1.066em;
}
@media screen and ( max-width: 767px) {
	.infoBot div{padding:0; width:100%;}
	.infoBot img{ display:inline;}
	.finishFrame .ico-F {width:120px;}
	.linebtn{text-align:center;}
	.linebtn a{ display:block;}
	.twoGroup .genderFd{ padding-top:10px;}
}
/**/
.mwBtn{
	background-color:#460a6e;
	color:#fff;
	width:100%;
}
.mwBtn:hover,
.mwBtn:focus{
	background-color:#382757;
	color:#fff;
}
/**/
.fixedRbtn{
	position:fixed;
	right:0;
	top:20%;
	z-index:1006;
}
.mwgoBtn{
	max-width:90px;
}
.mwgoBtn a{
	background-color: #460a6e;
    color: #fff;
	display:block;
	text-decoration:none;
	font-size:0.875em;
	text-align:center;
	box-sizing:border-box;
	padding:5px;
	border-radius:3px 0 0 3px;
}
.mwgoBtn a:hover,
.mwgoBtn a:focus{
	background-color:#382757;
	color:#fff;
}
.mwgoBtn a::before{
	content:"";
	width:100%;
	height:auto;
	padding-bottom:63%;
	display:block;
	background-image: url(../images/mwBtn.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
	box-shadow:0px 0px 3px 0px rgba(100%,100%,100%,0.3);
	border:1px solid rgba(100%,100%,100%,0.2);
}
.fixnavBtn{
	display: flex !important;
	align-items: center;
}
.fixnavBtn::before{
	content:"";
	width:40px;
	height:26px;
	display:block;
	background-image: url(../images/mwBtn.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
	box-shadow:0px 0px 3px 0px rgba(100%,100%,100%,0.3);
	border:1px solid rgba(100%,100%,100%,0.2);
	margin-right:5px;
}
@media screen and ( max-width: 991px) {
	.mwgoBtn a > span{ display:none;}
}
@media screen and ( max-width: 400px) {
	.fixnavBtn{
		flex-wrap: wrap;
		justify-content:center;
	}
	.fixnavBtn::before{
		width:100%;
		margin-right:0;
		background-size:contain;
	}
}
@media screen and ( min-width: 992px) {
	.fixedRbtn{ display:none;}
	.mwgoBtn a > span{ display:inline-block;}
	.fixnavBtn{display:none !important;}
}
/*----- gradeText ----- */
.gradeText{
	width:100%;
}
.gradeText .topRating,
.topRating{
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
}
/** scoreBox **/

.scoreLine {
	display: inline-block;
	padding:10px 15px;
}
.scoreLine select {
	display: inline-block;
	width: 120px;
	height:30px;	
	font-size:1.7em;
	line-height:30px;
	margin:0 10px;
}
.scoreLine .br-wrapper {
	display: inline-block;
	vertical-align:middle;
	margin:0 5px;
}
.scoreLine .br-theme-bars-square .br-widget {
	display: inline-block;
}
.scoreLine .br-theme-bars-square .br-widget a {
	display: block;
	float: left;
	width: 25px;
	height: 25px;	
	margin:0 3px;
	text-decoration: none;
	font-size:0;
	box-sizing:border-box;
	background:url(../images/icon_nst.png) no-repeat 50% 50%;
	background-size:25px auto;
}
.scoreLine .br-theme-bars-square .br-widget a.br-active,
.scoreLine .br-theme-bars-square .br-widget a.br-selected {
	background:url(../images/icon_st.png) no-repeat 50% 50%;
	background-size:25px auto;
}
