

select{
	border:1px solid white;
	box-shadow: none;
	height:100%;
	padding-right:10px;
	background-image: none;
	background-color:transparent;
}


/*-----------------框架-------------------*/
.content{
	height:100%;
	padding-bottom:10px;
}

.segmented-controller > li.active{
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1eb0e9), color-stop(100%, #0B4B8A));
	background-image:-webkit-linear-gradient(top, #1eb0e9,#1eb0e9);
	background-image:-moz-linear-gradient(top, #1eb0e9,#1eb0e9);
	background-image:-o-linear-gradient(top, #1eb0e9,#1eb0e9);
	background-image:linear-gradient(top, #1eb0e9,#1eb0e9);
}
/*-----------------登陆-------------------*/
a#login{
  
}

.chevron:before, .chevron:after {
	width: 10px;
	height: 3px;
}
