.selectDiv {
	padding: 0;
	width: 100%;
	margin: 0;
	height: 46px;
	border-left: solid 5px #084d9e;
}

.selectDiv h5 {
	display: table;
	position: relative;
	border: solid 1px #F1F4F5;
	width: 90%;
	padding: 0;
	margin: 0;
	height: 44px;
}

.selectDiv h5 select {
	width: 100%;
	height: 44px;
	margin: 0 auto;
	line-height: 44px;
	padding: 0 10px;
	border-radius: 0;
	background: #F8F8FF;
	letter-spacing: 2px;
	color: #084d9e;
	font-size: 18px;
	font-weight: bold;
}

.selectDiv label#lblSelect::after {
	/*content: "\25bc";*/
	content: "\25BC";
	/*content: "›";*/
	position: absolute;
	width: 12%;
	line-height: 44px;
	height: 44px;
	vertical-align: middle;
	text-align: center;
	background: #F8F8FF;
	color: #084d9e;
	pointer-events: none;
	font-size: 14px;
	border: solid 1px #F1F4F5;
	border-left: none;
	top: -1px;
	/*-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);*/
}


/*****/

img.neiyeImg {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0;
}


/*****/

.mui-content-padded.neiTitle {
	border-left: solid 5px #084d9e;
	padding: 0;
	height: 25px;
	line-height: 28px;
	font-size: 25px;
	padding-left: 8px;
	color: #191919;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.content-p .content-c {
	margin-top: 6px;
	min-height: 200px;
}

.content-p .content-c img {
	max-width: 100%;
}


/****/

#nodataDiv {
	width: 100%;
	text-align: center;
	height: 200px;
	padding-top: 90px;
	color: #999999;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: capitalize;
}


/****/

#pageNext {
	text-align: center;
	width: 98%;
	background: #FFFFFF;
	clear: both;
	font-size: 13px;
	margin: 5px auto;
}

.getMore {
	text-align: center;
	color: #64a205;
	width: 160px;
	text-decoration: none;
	background: #FFFFFF;
	display: block;
	line-height: 20px;
	padding: 6px 0;
	letter-spacing: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: solid 1px #64a205;
	margin: 0 auto;
}

.getMore:focus,
.getMore:hover {
	color: #64a205;
}

.finsishLoading {
	margin: 10px 0 20px;
	text-align: center;
	color: #ababab;
}

.finsishLoading span {
	height: 30px;
	display: block;
	line-height: 30px;
	position: relative;
	z-index: 2;
	background: #FFFFFF;
	width: 50px;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}

.finsishLoading hr {
	padding: 0;
	margin: 0;
	position: relative;
	top: -15px;
	border: none;
	height: 1px;
	background: #ababab;
	width: 100px;
	margin: 0 auto;
}


/****************/


/* *{
		touch-action: none;
	}*/

.mui-content.mui-content-1 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.mui-pull-caption-nomore {
	width: 98%;
	color: #999999;
}

.mui-pull-bottom-pocket {
	clear: both;
	position: relative;
	left: 0;
	right: 0;
}

.shangla {
	font-size: 14px;
	color: #787878;
	text-align: center;
	margin-top: 25px;
	letter-spacing: 1px;
}

.mui-pull-top-pocket {
	margin-top: 16px;
}

.mui-pull {
	color: #787878;
	font-weight: 100;
}

.mui-pull-caption {
	font-size: 14px;
}


/*************/

.pageNextt {
	display: block;
	text-align: center;
	width: 100%;
	height: 50px;
	background: #FFFFFF;
}

.pageNextt .finsishLoading {
	text-align: center;
	background: #FFFFFF;
	width: 100%;
	height: 50px;
	position: relative;
	top: 11px;
}

.pageNextt .finsishLoading span {
	height: 50px;
	display: block;
	line-height: 55px;
	position: relative;
	z-index: 2;
	background: #FFFFFF;
	width: 110px;
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	color: #ababab;
	font-weight: 100;
}

.pageNextt .finsishLoading hr {
	padding: 0;
	position: relative;
	top: -22px;
	width: 200px;
	margin: 0 auto;
	border: 0;
	background-color: #CFCFCF;
	height: 1px;
}


/*********/

.menuDiv {
	position: fixed;
	top: 60px;
	width: 100%;
	opacity: .9;
	z-index: 999;
}

#menuPopover ul.mui-table-view:after,
#menuPopover ul.mui-table-view:before {
	left: 100%;
}

#menuA {
	margin: 0 auto;
	display: block;
	text-align: left;
	background: #dfdfdf;
	border: none;
	height: 50px;
	line-height: 40px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #084d9e;
	font-size: 16px;
	width: 100%;
	font-weight: bold;
}

#menuA span.ctext {}

#menuA span.mui-icon {
	line-height: 40px;
	font-weight: bolder;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.mui-icon-arrowdown-reverse {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

#menuPopover {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0 auto;
	width: 100%;
}

#menuPopover ul {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#menuPopover li {
	display: block;
	background: #EFEFEF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#menuPopover li a {
	display: block;
	float: left;
	margin-right: 8px;
}

#menuPopover .mui-table-view li {
	margin: 0;
	border-bottom: solid 2px #FFFFFF;
}

#menuPopover .mui-table-view li:before,
#menuPopover .mui-table-view li:after {
	background: #FFFFFF;
	border: solid 2px #FFFFFF;
	left: 100%;
}

.div_left {
	width: 30%;
	float: left;
	word-wrap: break-word;
	font-size: 14px;
	color: #084d9e;
}

.div_left:after {
	content: ":";
}

.div_right {
	width: 68%;
	float: right;
	font-size: 13px;
}

.div_right a {
	color: #323232;
	padding-bottom: 5px;
	padding-right: 5px;
}

#blankLi {
	height: 30px;
	background: #FFFFFF;
	display: none;
}

.menuPopover .li-1 {
	color: #084d9e;
}

.menuPopover .li-1:after {
	content: ":";
}

#menuPopover .div_left a {
	font-size: 14px;
	color: #1b1b1b;
}