html, body, input, textarea, select, button{
	color: #333;
	font-family: 'Lucida Sans Unicode','Helvetica Neue',Helvetica,Arial,Verdana,'Microsoft YaHei',"Hiragino Sans GB",sans-serif;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
}

a{
	color: #626262;
	text-decoration: none;
}
a:hover{
	color: #3E3A39;

}
::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07);

}
::-webkit-scrollbar-thumb:hover{
	background: #8A8A8A;
}
::-webkit-scrollbar-thumb:active{
	background: #737373;
}
::-webkit-scrollbar {
	width: 10px;
	height: 16px;
	background: #F5F5F5;
}
::-webkit-scrollbar:hover{
	background: #F7F7F7;
}
/*表单元素*/
.ui-input{
	outline: none;
	display: block;
	height: 28px;
	line-height: 28px;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding: 0 8px;
	*text-indent: 0;
	margin: 0;
	*margin-left: 0;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	zoom:1;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.ui-input:hover{
	border-color:#BBB;
}
.ui-input:active, .ui-input:focus{
	border-color:#AAA;
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
}
.ui-input:focus{
	border-color:#3079ED;
}
.ui-input.error{
	border-color:#FF3636;
	background: #FFB8B8;
}
textarea.ui-input{
	height: auto;
	line-height: 1.65em;
}
.ui-btn{
	display: inline-block;
	*display: inline;
	box-sizing: content-box;
	zoom:1;
	padding: 0 12px;
	height: 28px;
	line-height: 28px;
	outline: none;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #D8D8D8;
	background: #F2F2F2;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
	border-radius: 2px;
	color: #333;
	text-shadow: 0px 1px rgba(0,0,0,0.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background ease-in-out .15s;
	-o-transition: background ease-in-out .15s;
	transition: background ease-in-out .15s;
}
.ui-btn:hover{
	border-color:#C6C6C6;
	background: #F7F7F7;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.ui-btn:active, .ui-btn.selected{
	border-color:#bbb;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}

.ui-btn[disabled]{
	cursor: not-allowed;
	color: #999;
	opacity: 0.8;
}
.ui-btn[disabled]:hover{
	border: 1px solid #AAAAAA;
}

.ui-btn-group{
	font-size: 0;
	display: inline-block;
	*display: inline;
	box-sizing: content-box;
	zoom:1;
}
.ui-btn-group .ui-btn{
	border-radius: 0;
	margin-right: -1px;
	position: relative;
}
.ui-btn-group .ui-btn:first-child{
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.ui-btn-group .ui-btn:last-child{
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-right: 0;
}
.ui-btn-group .ui-btn.selected, .ui-btn-group .ui-btn:hover{
	z-index: 101;
}

select.ui-btn{
	padding: 0;
}

.ui-btn .fa{
	margin-right: 5px;
	color: #6E6E6E;
}
.ui-btn:hover .fa{
	-webkit-transition: color ease-in-out .15s;
	-o-transition: color ease-in-out .15s;
	transition: color ease-in-out .15s;
	color: #191919;
}

.ui-list{
	position: relative;
	border-color: #D8D8D8;
	background: #F2F2F2;
	z-index: 100;
	list-style: none;
	text-align: left;
	padding-right: 18px;
	height: 28px;
	line-height: 28px;
}
.ui-list > span{
	margin-right: 5px;
	width: 100%;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}
.ui-list:after{
	content: " ";
	display: block;
	position: absolute;
	line-height: 0;
	font-size: 0;
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-top: 5px solid #6B6B6B;
	right: 5px;
	top: 50%;
	margin-top: -2px;
}

.ui-list ul{
	position: absolute;
	background-color: white;
	border: 1px solid #CBCBCB;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	left: -1px;
	top: 100%;
	list-style: none;
	display: none;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	min-width: 100%;
}

.ui-list.fixed-to-right ul{
	left: initial;
	right: -1px;
}

.ui-list ul li{
	padding: 0 10px;
	-webkit-transition: background ease-in-out .15s;
	-o-transition: background ease-in-out .15s;
	transition: background ease-in-out .15s;
}
.ui-list ul li:hover{
	background-color: #EEEEEE;
}
.ui-list.selected ul{
	display: block;
}

.ui-list.selected, .ui-list:hover{
	border-color: #C6C6C6;
	background: #F7F7F7;
}
.ui-list.selected{
	z-index: 101;
}
.ui-list.selected > span, .ui-list:hover > span{
	color: #212121;
}
.ui-list:hover:after{
	border-top-color: #212121;
}

.ui-list .multi{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 6px;
	height: 6px;
	padding: 1px;
	outline: 1px solid #ccc;
	background: white;
	border: 1px solid white;
	margin-right: 8px;
	font-size: 0;
	vertical-align: middle;
	margin-top: -2px;
	cursor: default;
}
.ui-list .multi:hover,.ui-list .multi.selected{
	outline: 1px solid #999;
	background: #ccc;
}
.ui-list .multi.selected{
	background: #999;
}

.ui-list .ui-input{
	line-height: 20px;
	height: 20px;
	margin: 8px 0;
	width: 83%;
	margin-left: -1px;
	font-size: 11px;
	padding-left:2%;
	padding-right: 15%;
}
.ui-list .prevent{

}
.ui-list .prevent .fa{
	position: absolute;
	top: 13px;
	right: 7%;
	z-index: 101;
	opacity: 0.4;
	font-size: 10px;
}
.ui-list li.prevent:hover{
	background-color: white;
}
.ui-list.disabled{
	opacity: 0.8;
	cursor: not-allowed;
}
.ui-checkbox{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 6px;
	height: 6px;
	padding: 1px;
	outline: 1px solid #ccc;
	background: white;
	border: 1px solid white;
	margin-right: 8px;
	font-size: 0;
	vertical-align: middle;
	margin-top: -2px;
	cursor: default;
}
.ui-checkbox:hover, .ui-checkbox.selected{
	outline: 1px solid #999;
	background: #ccc;
}
.ui-checkbox.selected{
	background: #999;
}

.ui-cus-list.selected{
	display: block;
	z-index: 200;
}
.ui-cus-list{
	position: absolute;
	display: none;
	border: 1px solid #CBCBCB;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	background: #FFF;
	color: #333;
	z-index: 100;
	list-style: none;
	text-align: left;
	line-height: 1.85em;
	padding: 5px 0;
}
.ui-cus-list dd, .ui-cus-list dt, .ui-cus-list dl{
	margin: 0;
	padding:0;
	white-space: nowrap;
}
.ui-cus-list dt, .ui-cus-list dd{
	padding-right: 6em;
}
.ui-cus-list dt{
	cursor: default;
	padding-left: 15px;
}
.ui-cus-list dl{
	border-top: 1px solid #EBEBEB;
	padding-top: 5px;
	margin-top: 5px;
}
.ui-cus-list dl:first-child{
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.ui-cus-list dd{
	padding-left: 35px;
	cursor: pointer;
}
.ui-cus-list dd:hover{
	background: #EEEEEE;
}
.ui-cus-list dd.selected{
	font-weight: bold;
}

.ui-table{
	width: 100%;
	max-width: 100%;
	text-align: left;
}
.ui-table caption{
	background: #F6F6F6;
	text-align: left;
	font-weight: bold;
	padding: 8px;
	border-bottom: 1px solid #ddd;
	font-size: 1.2em;
	color: black;
	cursor: default;
}
.ui-table th, .ui-table td{
	padding: 8px;
}
.ui-table th{
	font-weight: bold;
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.ui-table td{
	font-weight: normal;
	vertical-align: top;
	border-top: 1px solid #ddd;
	word-break: break-all;
}
.icon{
	display: inline-block;
	*display: inline;
	zoom:1;
	cursor: default;
	font-size: 0;
	vertical-align: middle;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.delay{
	visibility: hidden;
}

.ui-btn.ui-btn-blue{
	background-color: #4d90fe;
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	border: 1px solid #3079ed;
	color: #fff;
}
.ui-btn.ui-btn-blue:hover{
	background-color: #357ae8;
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
	background-image: linear-gradient(top,#4d90fe,#357ae8);
	border: 1px solid #2f5bb7;
	color: #fff;
}
.ui-btn.ui-btn-blue:active,
.ui-btn.ui-btn-blue.active{
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

.ui-btn.ui-btn-red{
    background-color: #d14836;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#d14836));
    background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
    text-shadow: 0px 1px rgba(0,0,0,0.1);
    border: 1px solid transparent;
    color: white;
}

.ui-btn.ui-btn-red:hover {
    border: 1px solid #b0281a;
    border-bottom: 1px solid #af301f;
    color: #fff;
    background-color: #c53727;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727));
    background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
    background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
    background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
    background-image: -o-linear-gradient(top,#dd4b39,#c53727);
    background-image: linear-gradient(top,#dd4b39,#c53727);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dd4b39',EndColorStr='#c53727');
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    text-decoration: none;
}

.ui-btn.ui-btn-red:active,
.ui-btn.ui-btn-red.active {
    border: 1px solid #992a1b;
    background-color: #b0281a;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#b0281a));
    background-image: -webkit-linear-gradient(top,#dd4b39,#b0281a);
    background-image: -moz-linear-gradient(top,#dd4b39,#b0281a);
    background-image: -ms-linear-gradient(top,#dd4b39,#b0281a);
    background-image: -o-linear-gradient(top,#dd4b39,#b0281a);
    background-image: linear-gradient(top,#dd4b39,#b0281a);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
}

.ui-mask{
	width: 100%;
    height: 100%;
    background: white;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.13s ease-out;
	-moz-transition: opacity 0.13s ease-out;
	-ms-transition: opacity 0.13s ease-out;
	-o-transition: opacity 0.13s ease-out;
	transition: opacity 0.13s ease-out;
}
.ui-mask.black{
	background: black;
    opacity: 0.9;
}
.ui-modal-content{
	position: fixed;
    height: auto;
    padding: 30px 50px;
    left: 50%;
    top: 50%;
    z-index: 10001;
    border: 1px solid #A9A9A9;
    background: white;
    box-shadow: 0 4px 16px rgba(0,0,0,.2);
    opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.1s ease-out;
	-moz-transition: opacity 0.1s ease-out;
	-ms-transition: opacity 0.1s ease-out;
	-o-transition: opacity 0.1s ease-out;
	transition: opacity 0.1s ease-out;
}
.ui-modal-content .bottom{
	padding-top: 15px;
}
.ui-modal-content .bottom .ui-btn{
	min-width: 70px;
	padding:0;
	margin-right: 15px;
	font-size: 11px;
	height: 26px;
	line-height: 26px;
}
.ui-modal-content .bottom .ui-btn:last-child{
	margin-right: 0;
}
.ui-modal-content h3{
	color: black;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}
.ui-mask.active{
	opacity: 0.6;
	visibility: visible;
}
.ui-modal-content.active{
	opacity: 1;
	visibility: visible;
}
.ui-tooltips{
  position: absolute;
  max-width: 400px;
	z-index: 300;
	white-space: pre-wrap;
	background-color: #2a2a2a;
	border: 1px solid white;
	color: white;
	cursor: default;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: bold;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0.2s, opacity 0.2s ease-out;
	-moz-transition: visibility 0.2s, opacity 0.2s ease-out;
	-ms-transition: visibility 0.2s, opacity 0.2s ease-out;
	-o-transition: visibility 0.2s, opacity 0.2s ease-out;
	transition: visibility 0.2s, opacity 0.2s ease-out;
}
.ui-tooltips:empty.active{
    opacity: 0;
}
.ui-tooltips.active{
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay:0.5s;
    -moz-transition-delay:0.5s;
    -ms-transition-delay:0.5s;
    -o-transition-delay:0.5s;
    transition-delay:0.5s;
}
.ui-tooltips:before, .ui-tooltips:after{
	content: '';
	display: block;
	height: 0;
	position: absolute;
	width: 0;
	border: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
	bottom: -10px;
}
.ui-tooltips:before{
	border-top-color: white;
}
.ui-tooltips:after{
	border-top-color: #2a2a2a;
}

.ui-breadcrumb{
	overflow: hidden;
	zoom: 1;
	margin: 0;
	height: 30px;
	line-height: 30px;
}
.ui-breadcrumb dd{
	float: left;
	margin: 0;
	margin-right: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}
.ui-breadcrumb dd:after{
	content: '>';
	margin-left: 10px;
	font-weight: normal;
	color: #999;
}
.ui-breadcrumb dd:last-child:after{
	content: '';
	margin-left: 0;
}

html.simple{

}

html.simple .header .topbar, html.simple .header .banner{
	display: none;
}

html.simple #menu a{
	font-size: 13px;
	line-height: 28px;
	padding: 0 20px;
}

html.simple #refine .ui-table td, html.simple #refine .ui-table th{
	padding: 5px;
}

html.simple #refine .ui-btn, html.simple #refine .ui-input{
	height: 24px;
	line-height: 24px;
}
html.simple #content{
	width: 98%;
	margin: 15px auto;
}
html.simple #refine-result{
	margin-top: -26px;
}

.ui-datepicker{
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	margin-top: -1px;
	border-radius: 0;
	padding: 10px;
}
.ui-datepicker .ui-datepicker-header{
	border-radius: 0;
	background: none;
	border: none;
}

.ui-tips{
	background: #F9EDBE;
	border: 1px solid #F0C36E;
	color: black;
	display: inline-block;
	min-width: 100px;
	text-align: center;
	line-height: 1em;
	padding:3px 10px;
	position: fixed;
	z-index: 100000;
	top: 5px;
	left: 50%;
	margin-left: -61px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	white-space: nowrap;
}

.frozen{
	/*overflow: hidden;*/
}
.hide{
	display: none;
}

.ui-input.ng-dirty.ng-invalid {
	border-color:#DD4B39;
	background: #FAE3E0;
}

#content{
	width: 96%;
	margin: 20px auto;
}
#bread-crumb{
	line-height: 30px;
	display: none;
}

.text-ellipsis{
	display: block;
	width:100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

form.form-base .input-wrap .icon-label.conflict {
	display: none;
	width: 17px;
    left: -23px;
	top: 50%;
	margin-top: -9px;
}
form.form-base .input-wrap.active .icon-label.conflict {
	display: inline-block;
	background: url('../images/interactive/time_conflict.png') no-repeat center 0
}
form.form-base .input-wrap.active .text {
	border-color: #ff7a40;
    outline: none;
}
form.form-base .input-wrap.active .icon-label {
	background-color: #ff7a40;
}
form.form-base .input-wrap.active .icon-label:hover .tooltip-custom {
	display: inline-block!important;
}
.tooltip-custom {
	position: absolute;
	display: none;
    font-size: 13px;
    bottom: 40px;
    left: -152px;
    width: 288px;
    background-color: #464a5a;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.tooltip-custom .arrow, .tooltip-custom .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: 1px;
	left: 48%;
	border-color: transparent;
	border-style: solid;
}
.tooltip-custom .arrow:after {
	content: " ";
	margin-left: -8px;
	border-width: 8px;
	border-bottom-width: 0;
	border-top-color: #464a5a;
}
.tooltip-custom .arrow {
	display: inline-block;
	filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
	margin-right: 3px;
	border-width: 8px;
	border-bottom-width: 0;
	border-top-color: #464a5a;
	background: none;
	bottom: -8px;
}

.ui-triagle, .ui-triagle div{
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 8px solid transparent;
}
.ui-triagle div{
    border: 7px solid transparent;
}
.ui-time-picker{
	border: 1px solid #0066FF;
	padding: 10px 15px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.2),-1px 0 5px rgba(0,0,0,.2);
	background: white;
	width: 238px;
	position: absolute;
	zoom: 1;
	cursor: default;
	z-index: 999999;
}
.ui-time-picker dl{
	line-height: 16px;
	margin-left: 0px;
	position: relative;
}
.ui-time-picker hr{
	border: none;
	outline: none;
	border-top: 1px dotted #C2C2C2;
	height: 0;
	margin-bottom: 8px;
	display: block;
}
.ui-time-picker dt, .ui-time-picker dd{
	float: left;
	font-size: 12px;
}
.ui-time-picker dt{
	color: #656565;
	position: absolute;
	left: 0px;
	top:0px;
	padding: 10px 0;
	width: 55px;
	height: 12px;
	display: block;
	*position: static;
}

.ui-time-picker dd{
	 margin-left: 50px;
	font-size: 14px;
	color: #656565;
	margin-right: 10px;
	padding: 4px 9px;
	border-radius: 3px;
	margin-bottom: 6px;
	width: 180px;
	position: relative;
	*padding: 4px 0;
}
.ui-time-picker .quick-select span{
	width: 50px;
	height: 28px;
	line-height: 29px;
	text-align: center;
	display: block;
	border: 1px dotted #848585;
	background-color: #F0F3F6;
	border-radius: 3px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	cursor: pointer;
	font-size: 12px;
}

.ui-time-picker .quick-select span.selected{
	background: #1C71FF;
	color: white;
}
.ui-time-picker .ui-input{
	width: 57px;
	text-align: center;
	padding:0 15px 0 0;
}
.ui-time-picker .ui-input:focus{
	border-color: #B4BEC9;
}

.ui-time-picker .sep{
	width: 22px;
	display: inline-block;
	text-align: center;
}

.ui-time-picker .quick-choice{
	background-color: #F4F4F4;
	border: 1px solid #B4BEC9;
	display: none;
	position: absolute;
	width: 168px;
	bottom: 33px;
	left: 0;
	margin-left: 9px;
	box-shadow: 1px -1px 5px rgba(0,0,0,.1),-1px -1px 5px rgba(0,0,0,.1);
	*margin-left: 0;
}
.ui-time-picker .quick-choice span{
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	border-radius: 10px;
	margin: 3px 5px;
	font-size: 12px;
	line-height: 18px;
	cursor: pointer;
}
.ui-time-picker .quick-choice span:hover, .ui-time-picker .quick-choice span.fade:hover{
	background-color: #1C71FF;
	color: white;
}
.ui-time-picker .quick-choice span.fade{
	display: none;
}
.ui-time-picker .btn-group{
	position: relative;
	display: inline-block;
	*display: inline;
	zoom:1;
	height: 30px;
}
.ui-time-picker .btn-group i{
	position: absolute;
	right: 5px;
	border-width: 4px;
	cursor: pointer;
}
.ui-time-picker .btn-group i.up:hover{
	border-bottom-color: #555;
}
.ui-time-picker .btn-group i.down:hover{
	border-top-color: #555;
}
.ui-time-picker .btn-group i.up{
	border-bottom-color: #949494;
	border-bottom-width: 7px;
	top: 1px;
}
.ui-time-picker .btn-group i.down{
	border-top-color: #949494;
	border-top-width: 7px;
	bottom: 1px;
}