/*过渡类*/
.transition-all{
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.affix {
  position: fixed;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu   li   a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
	cursor:pointer;
	text-decoration: none;
}
.dropdown-menu   li   a:hover,
.dropdown-menu   li   a:focus {
	text-decoration: none;
	color:#fff;
	background-color:#EC8262;
}
.dropdown-menu   .active   a {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: rgba(236,130,98,.7)
}
.dropdown-menu   .disabled   a,
.dropdown-menu   .disabled   a:hover,
.dropdown-menu   .disabled   a:focus {
	color: #999999;
}
.dropdown-menu   .disabled   a:hover,
.dropdown-menu   .disabled   a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.open   .dropdown-menu {
	display: block;
}
.open   a {
	outline: 0;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #999999;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right   .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
	z-index: 1050;
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: none;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.428571429px;
}
.modal-header .close {
	float:right;
}
.modal-title {
	margin: 0;
	line-height: 1.428571429;
}
.modal-body {
	position: relative;
	padding: 20px;
}
.modal-footer {
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}
.modal-footer:after {
	clear: both;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal img{
	width:100%;
}
@media screen and (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #EC8262;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #EC8262;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #EC8262;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #EC8262;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #EC8262;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #EC8262;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #EC8262;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #EC8262;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #EC8262;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid rgba(0,0,0,.2);
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #ffffff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #ffffff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #ffffff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #ffffff;
	bottom: -10px;
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner   .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner   .item   img,
.carousel-inner   .item   a   img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}
.carousel-inner   .active,
.carousel-inner   .next,
.carousel-inner   .prev {
	display: block;
}
.carousel-inner   .active {
	left: 0;
}
.carousel-inner   .next,
.carousel-inner   .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner   .next {
	left: 100%;
}
.carousel-inner   .prev {
	left: -100%;
}
.carousel-inner   .next.left,
.carousel-inner   .prev.right {
	left: 0;
}
.carousel-inner   .active.left {
	left: -100%;
}
.carousel-inner   .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
	outline: none;
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
@media screen and (min-width: 768px) {
	.carousel-control .glyphicons-chevron-left,
	.carousel-control .glyphicons-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px;
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}

.navbar-nav,.nav-tabs{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.navbar-nav li,.nav-tabs li {
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 6px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border: 1px solid #D6CFCA;
	border-bottom:none;
	background-color:#F7F5F4;
}
.nav-tabs li:hover{
	box-shadow:-1px -1px 1px #F4B4A2,-1px -1px 1px #F4B4A2;
	border: 1px solid #EC8262;
	border-bottom:none;
	background-color:#EC8262;
}
.navbar-nav li.active,.nav-tabs li.active{
	background-color:#EC8262;
	border: 1px solid #EC8262;
	border-bottom:none;
}
.navbar-nav li a,.nav-tabs li a{
	color:#4F463D;
	text-decoration:none;
}
.nav-tabs li:hover a{
	color:#fff;
}

.navbar-nav li.active a,.nav-tabs li.active a{
	color:#fff;
}
.navbar-nav li a:hover,.nav-tabs li a:hover{
	text-decoration:underline;
}
.navbar-nav .dropdown-menu,.nav-tabs .dropdown-menu{
	margin:0;
}

.tab-content .tab-pane{
	display:none;
}
.tab-content .active{
	display:block;
}
/****************表单组件开始*************/
[class^="ui-"]{
	vertical-align:top;
}

input[class^="ui-"]:active,input[class^="ui-"]:focus,
a[class^="ui-"]:active,a[class^="ui-"]:focus{
	box-shadow:1px 1px 1px #F4B4A2,-1px 1px 1px #F4B4A2,1px -1px 1px #F4B4A2,-1px -1px 1px #F4B4A2;
}

/*按钮*/
.ui-button{
	border-radius:4px;
	padding:3px 9px 4px;
	font-size:14px;
	color:#fff;
	border:1px solid #E96843;
	background-color:#EC8262;
	cursor:pointer;
	outline:none;
	border-radius:999px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	text-decoration:none;
}
.ui-button:hover{
	background-color:#FF633F;
	border-color:#FF491F;
}

.ui-button.sub{
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.ui-button.sub:hover{
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad;
}
.ui-button.success{
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.ui-button.success:hover{
	color: #fff;
	background-color: #47a447;
	border-color: #398439;
}

.ui-button.warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.ui-button.warning:hover{
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512;
}
.ui-button.danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.ui-button.danger:hover {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925;
}

.ui-button.disable {
	color: #fff;
	background-color: #716962;
	border-color: #4F463D;
}
.ui-button.disable:hover {
	color: #fff;
	background-color: #4F463D;
	border-color: #4F463D;
}
/*按钮等待状态*/
.ui-button.wait{
	opacity:.8;
	filter: alpha(opacity=80);
	cursor:default;
}
/*复选按钮*/
input[type="checkbox"].ui-checkbox{
	display:none;
}
input[type="checkbox"].ui-checkbox+label{
	line-height:25px;
	vertical-align:top;
	color:#333;
	font-size:12px;
	position:relative;
	display:inline-block;
	cursor:pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	
}
input[type="checkbox"].ui-checkbox+label:before{
	content:'';
	color:#fff;
	display:inline-block;
	margin-right:5px;
	border-radius:999px;
	height:20px;
	width:40px;
	border:1px solid #E96843;
	background-color:#EC8262;
}

input[type="checkbox"].ui-checkbox+label:after{
	content:'';
	border-radius:50%;
	height:20px;
	width:20px;
	display:block;
	position:absolute;
	top:1px;
	box-sizing:border-box;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	left:20px;
	background:#D6CFCA;
}


input[type="checkbox"].ui-checkbox:checked+label:after{
	left:1px;
	background: -moz-linear-gradient(top, #51a351, #62c462);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#62c462));
	background: -webkit-linear-gradient(top, #51a351, #62c462);
	background: -o-linear-gradient(top, #51a351, #62c462);
	background: linear-gradient(to bottom, #51a351, #62c462);
	box-shadow:1px 1px 2px #EC8262 inset, -1px 1px 2px #EC8262 inset, 1px -1px 2px #EC8262 inset, -1px -1px 2px #EC8262 inset;
}
/*单选按钮*/
input[type="radio"].ui-radio{
	display:none;
}

input[type="radio"].ui-radio+label{
	line-height:20px;
	vertical-align:top;
	color:#333;
	font-size:12px;
	position:relative;
	display:inline-block;
	cursor:pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

input[type="radio"].ui-radio+label:before{
	display:inline-block;
	content:'';
	height:20px;
	width:20px;
	border-radius:50%;
	background-color:#EC8262;
	box-shadow:1px 1px 2px #EA724F inset, -1px 1px 2px #EA724F inset, 1px -1px 2px #EA724F inset, -1px -1px 2px #EA724F inset;
	margin-right:5px;
}

input[type="radio"].ui-radio+label:after{
	position:absolute;
	top:10px;
	left:10px;
	content:"";
	height:0;
	width:0;
	background: -moz-linear-gradient(top, #51a351, #62c462);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#62c462));
	background: -webkit-linear-gradient(top, #51a351, #62c462);
	background: -o-linear-gradient(top, #51a351, #62c462);
	background: linear-gradient(to bottom, #51a351, #62c462);
	box-shadow:1px 1px 2px #EC8262 inset, -1px 1px 2px #EC8262 inset, 1px -1px 2px #EC8262 inset, -1px -1px 2px #EC8262 inset;
	border-radius:50%;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

input[type="radio"].ui-radio:checked+label:after{
	height:16px;
	width:16px;
	top:2px;
	left:2px;
}

/*文本框*/
input[type="text"].ui-text,input[type="password"].ui-text{
	height:26px;
	line-height:26px;
	background:#F7F5F4;
	border:1px solid #D6CEC9;
	padding:0 15px;
	color:#333;
	outline:none;
	border-radius:999px;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

input[type="text"].ui-text:disabled,input[type="password"].ui-text:disabled{
	cursor: not-allowed;
	opacity: .40;
	filter: alpha(opacity=40);
	color:#ccc;
}

input[type="text"].ui-text.danger,input[type="password"].ui-text.danger{
	box-shadow:2px 2px 4px #F4B4A2,-2px 2px 4px #F4B4A2,2px -2px 4px #F4B4A2,-2px -2px 4px #F4B4A2;
}

/*文件上传*/

.ui-file{
	display:inline-block;
	border:none;
}
.ui-file .uploadify{
	line-height:28px;
	vertical-align:top;
	color:#fff;
	font-size:12px;
	display:inline-block;
	cursor:pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	border:1px solid #4F463D;
	background-color:#716962;
	padding:0px 10px;
	border-radius:999px;
	height:28px;
}
.ui-file .uploadify-queue{
	display:inline-block;
}
.ui-file-item{
	line-height:28px;
	color:#716962;
	display:inline-block;
}

.ui-file-item mark{
	background-color:transparent;
	color:#716962;
	display:inline-block;
}

.ui-file-progress{
	height:23px;
	width:200px;
	background:#716962;
	border-radius:999px;
	text-align:center;
	line-height:23px;
	position:relative;
	overflow:hidden;
	border:1px solid #4F463D;
}
.ui-file-progress div{
	position:absolute;
	width:0;
	bottom:0;
	top:0;
	left:0;
	z-index:1;
	content:'';
	height:23px;
	background:#51a351;
	background: -moz-linear-gradient(top, #51a351, #62c462);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#62c462));
	background: -webkit-linear-gradient(top, #51a351, #62c462);
	background: -o-linear-gradient(top, #51a351, #62c462);
	background: linear-gradient(to bottom, #51a351, #62c462);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff51a351,endColorstr=#ff62c462);
	opacity:0.8;
	filter: alpha(opacity=80);
	width:0%;
}
.ui-file-progress span{
	z-index:2;
	color:#ff0;
	position:relative;
}

/*下拉样式*/
.ui-select{
	display:inline-block;
	border:none;
	outline:none;
	height:29px;
	position:relative;
}
.ui-select:active{
	box-shadow:none;
}
.ui-select header{
	border-radius:4px;
	padding:3px 9px 4px;
	font-size:14px;
	color:#fff;
	border:1px solid #E96843;
	background-color:#EC8262;
	cursor:pointer;
	outline:none;
	border-radius:999px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	z-index:1;
	position:relative;
}
.ui-select header:after{
	content:"";
	float:right;
	border-top:5px solid #fff;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	margin-left:10px;
	margin-top:8px;
}
.ui-select ul{
	list-style:none;
	margin:0 13px;
	background-color:#fff;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	overflow:hidden;
	max-height:200px;
	border:none;
	border:1px solid #E96843;
	border-top:none;
	z-index:2;
	position:relative;
	visibility:hidden;
}
.ui-select.open ul{
	visibility:visible;
}
.ui-select li{
	line-height:26px;
	height:26px;
	padding:0 10px;
	cursor:pointer;
	color:#EC8262;
	white-space:nowrap;
	overflow:hidden;
}
.ui-select li.selected{
	color:#fff;
	background-color:rgba(236,130,98,.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2EC8262,endColorstr=#B2EC8262); 
}
.ui-select li:hover{
	color:#fff;
	background-color:#EC8262;
}
.ui-select li.disabled{
	background-color:#ccc;
	color:#fff;
}
/****************表单组件结束*************/

.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert   p,
.alert   ul {
  margin-bottom: 0;
}
.alert   p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel   .list-group {
  margin-bottom: 0;
}
.panel   .list-group .list-group-item {
  border-width: 1px 0;
}
.panel   .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel   .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel   .table,
.panel   .table-responsive   .table {
  margin-bottom: 0;
}
.panel   .panel-body + .table,
.panel   .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel   .table   tbody:first-child th,
.panel   .table   tbody:first-child td {
  border-top: 0;
}
.panel   .table-bordered,
.panel   .table-responsive   .table-bordered {
  border: 0;
}
.panel   .table-bordered   thead   tr   th:first-child,
.panel   .table-responsive   .table-bordered   thead   tr   th:first-child,
.panel   .table-bordered   tbody   tr   th:first-child,
.panel   .table-responsive   .table-bordered   tbody   tr   th:first-child,
.panel   .table-bordered   tfoot   tr   th:first-child,
.panel   .table-responsive   .table-bordered   tfoot   tr   th:first-child,
.panel   .table-bordered   thead   tr   td:first-child,
.panel   .table-responsive   .table-bordered   thead   tr   td:first-child,
.panel   .table-bordered   tbody   tr   td:first-child,
.panel   .table-responsive   .table-bordered   tbody   tr   td:first-child,
.panel   .table-bordered   tfoot   tr   td:first-child,
.panel   .table-responsive   .table-bordered   tfoot   tr   td:first-child {
  border-left: 0;
}
.panel   .table-bordered   thead   tr   th:last-child,
.panel   .table-responsive   .table-bordered   thead   tr   th:last-child,
.panel   .table-bordered   tbody   tr   th:last-child,
.panel   .table-responsive   .table-bordered   tbody   tr   th:last-child,
.panel   .table-bordered   tfoot   tr   th:last-child,
.panel   .table-responsive   .table-bordered   tfoot   tr   th:last-child,
.panel   .table-bordered   thead   tr   td:last-child,
.panel   .table-responsive   .table-bordered   thead   tr   td:last-child,
.panel   .table-bordered   tbody   tr   td:last-child,
.panel   .table-responsive   .table-bordered   tbody   tr   td:last-child,
.panel   .table-bordered   tfoot   tr   td:last-child,
.panel   .table-responsive   .table-bordered   tfoot   tr   td:last-child {
  border-right: 0;
}
.panel   .table-bordered   thead   tr:last-child   th,
.panel   .table-responsive   .table-bordered   thead   tr:last-child   th,
.panel   .table-bordered   tbody   tr:last-child   th,
.panel   .table-responsive   .table-bordered   tbody   tr:last-child   th,
.panel   .table-bordered   tfoot   tr:last-child   th,
.panel   .table-responsive   .table-bordered   tfoot   tr:last-child   th,
.panel   .table-bordered   thead   tr:last-child   td,
.panel   .table-responsive   .table-bordered   thead   tr:last-child   td,
.panel   .table-bordered   tbody   tr:last-child   td,
.panel   .table-responsive   .table-bordered   tbody   tr:last-child   td,
.panel   .table-bordered   tfoot   tr:last-child   td,
.panel   .table-responsive   .table-bordered   tfoot   tr:last-child   td {
  border-bottom: 0;
}
.panel   .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 7px 10px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading   .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title   a {
  color: inherit;
  text-decoration:none;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border: 1px solid #E96843;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #E96843;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default   .panel-heading {
  color: #fff;
  background-color: #EC8262;
}
.panel-default   .panel-heading + .panel-collapse .panel-body {
  border-top-color: #E96843;
}
.panel-default   .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary   .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary   .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary   .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success   .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success   .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success   .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning   .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning   .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning   .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger   .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger   .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger   .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info   .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info   .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info   .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.close{
	border:none;
	color:#EC8262;
	background:none;
	font-size:16px;
	outline:none;
	cursor:pointer;
	float:right;
}

/*自定义滚动条*/
.ui-scroll-rail{
	width:10px;
	background-color:rgba(214,206,201,.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2D6CEC9,endColorstr=#B2D6CEC9);
}
.ui-scroll-dragger{
	background-color:#EC8262;
	border-radius:5px;
}
.ondrag .ui-scroll-dragger{
	background-color:rgba(236,130,98,.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2EC8262,endColorstr=#B2EC8262);
}

.ui-scroll-content{
	margin-right:0px;
}
.ui-scroll .ui-scroll-content{
	margin-right:10px;
}

/**TODO:
文件上传对话框
**/